@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* インデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 共通見出し */
/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button {
  position: relative;
  display: inline-block;
  padding: 0.27em 2.5em 0.3em 1em;
  border-radius: 10em;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #3494EB;
  border: 1px solid #3494EB;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.link-button::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3494EB;
  border-left: 1px solid #3494EB;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  color: #fff;
  background-color: #3494EB;
}
a.link-button:hover::before {
  border-color: #fff;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -91px;
  margin-bottom: 90px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

/* 共通お問い合わせ */
@media screen and (min-width: 1100px), print {
  .global-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #F7F7F7;
    padding: 0.5em 1em 0.6em 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #F7F7F7;
    padding: 0.5em 1em 0.6em 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact {
    height: 70px;
    padding: 0.5em 1em 0.5em 1em;
  }
}
@media screen and (min-width: 480px), print {
  .global-contact-nav {
    display: flex;
    align-items: baseline;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (min-width: 480px), print {
  .global-contact-item:not(:last-child) {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item:not(:last-child) {
    margin-bottom: 0.38em;
  }
}
.global-contact-item a {
  position: relative;
  display: inline-block;
  color: #333333;
  line-height: 1.2;
  font-size: 1.3rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 479.98px) {
  .global-contact-item a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item a {
    display: block;
  }
}
.global-contact-item a:hover {
  opacity: 0.8;
}
.global-contact-item span {
  color: #333333;
  line-height: 1.2;
  font-size: 1.3rem;
}
@media screen and (max-width: 479.98px) {
  .global-contact-item span {
    font-size: 1.2rem;
  }
}
.global-contact-item.__type1 a {
  padding-left: 1.7em;
}
@media screen and (max-width: 479.98px) {
  .global-contact-item.__type1 a {
    padding-left: 2.2em;
  }
}
.global-contact-item.__type1 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/base/icon_global.svg") no-repeat center/cover;
}
@media screen and (max-width: 479.98px) {
  .global-contact-item.__type1 a::before {
    left: 3px;
  }
}
.global-contact-item.__type2 a {
  padding-left: 2.1em;
}
.global-contact-item.__type2 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background: url("../img/base/icon_mail.svg") no-repeat center/cover;
}
.global-contact-item.__type3 .lang {
  position: relative;
  display: flex;
  align-items: center;
  color: #333333;
  line-height: 1.2;
  font-size: 1.3rem;
  padding-left: 2.2em;
}
@media screen and (max-width: 479.98px) {
  .global-contact-item.__type3 .lang {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-contact-item.__type3 .lang {
    padding-left: 2.1em;
  }
}
.global-contact-item.__type3 .lang::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 15px;
  background: url("../img/base/icon_lang.svg") no-repeat center/cover;
}
@media screen and (max-width: 479.98px) {
  .global-contact-item.__type3 .lang::before {
    width: 20px;
    height: 13px;
  }
}
.global-contact-item.__type3 .unit {
  padding: 0 0.3em;
}
.global-contact a.tel-link:hover {
  text-decoration: none;
}
* {
  scroll-behavior: auto !important;
}

.font-feature-settings {
  font-feature-settings: "palt" 1;
}

.search {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .search {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 1099.98px) {
  .search-field-active .search {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 10px 10px 10px 10px;
    z-index: 980;
  }
}
@media screen and (max-width: 767.98px) {
  .search {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #D6D6D6;
    z-index: 980;
  }
}
@media screen and (max-width: 479.98px) {
  .search {
    top: 70px;
  }
}
.search #query {
  position: relative;
  width: 210px;
  height: 26px;
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 5px 28px 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 1099.98px) {
  .search-field-active .search #query {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    padding: 11px 40px 10px 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .search #query {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    padding: 10px 40px 11px 5px;
  }
}
.search #btnSearch {
  position: absolute;
  width: 28px;
  height: 26px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/base/icon_search.svg") no-repeat center center;
  background-size: 13px auto;
  transition: opacity 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .search-field-active .search #btnSearch {
    right: 11px;
    width: 50px;
    height: 50px;
    background-size: 21px auto;
  }
}
@media screen and (max-width: 767.98px) {
  .search #btnSearch {
    top: 9px;
    transform: inherit;
    right: 11px;
    width: 40px;
    height: 40px;
    background-size: 21px auto;
  }
}
.search #btnSearch:hover {
  opacity: 0.8;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
.header img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .header-search-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-search-button {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-image: url("../img/base/icon_search_wht.svg");
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 23px auto;
    background-color: #004694;
    z-index: 980;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header-search-button::after {
    content: "Search";
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 27px;
    letter-spacing: 0.03em;
    color: #fff;
  }
  .search-field-active .header-search-button::after {
    content: "Close";
  }
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: absolute;
    top: 58px;
    left: 20px;
  }
}
@media screen and (min-width: 1280px), print {
  .header-logo {
    left: 40px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
.header-logo .site-logo {
  width: 312px;
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 52px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .pc {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .sp {
    display: none;
  }
}
/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-logo.hide {
    box-shadow: none;
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9999;
  }
  .header.fixed .header-logo .site-logo {
    width: 190px;
  }
  .header.fixed .header-logo {
    top: 56px;
    left: 25px;
  }
}
/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 164px;
    margin: 0;
    opacity: 1;
    padding: 0;
    border-bottom: 1px solid #D6D6D6;
    transition: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .search-field-active .nav {
    opacity: 1;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    transition-property: opacity;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .nav-logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    background-color: #fff;
    text-align: center;
    padding: 0.7em 0.5em 1em 0.5em;
  }
  .nav-logo img {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .nav-logo {
    padding: 67px 0.5em 1em 0.5em;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #3494EB;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    background-color: #fff;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #3494EB;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    display: flex;
    align-items: center;
    height: 114px;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #ffffff;
  }
  .main-nav .nav-item:first-child {
    border-top: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #3494EB;
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #fff;
    background-color: #3494EB;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-recruit .nav-link::before {
    display: none;
  }
  .main-nav .nav-recruit .nav-link::after {
    display: none;
  }
}
.main-nav .nav-recruit .nav-link span {
  position: relative;
  padding-right: 1.2em;
}
.main-nav .nav-recruit .nav-link span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 9px;
  height: 9px;
  background: url("../img/base/icon_blank.png") no-repeat center/cover;
}
.main-nav .nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    height: 50px;
    padding: 0;
    border: none;
    padding: 0 1.5em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-link {
    padding: 0 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #fff;
    height: 50px;
    transition-property: color, background-color;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    background-color: #004694;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    color: #3494EB;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #C8C8C8;
  }
  .main-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 14px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #C8C8C8;
  }
}
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav {
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 70, 148, 0.2);
    position: relative;
    width: 100%;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1100;
    opacity: 0;
    display: block;
    max-height: 80vh;
    overflow-y: auto;
    padding: 2.5em 0 0 2em;
    background-color: rgba(52, 148, 235, 0.95);
    -webkit-overflow-scrolling: touch;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
}
.sub-nav-active .sub-nav {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav {
    height: auto;
    padding: 1em 1em 1em;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-heading {
    position: relative;
    max-width: 1100px;
    color: #ffffff;
    display: block;
    margin: auto;
    font-size: 1.6em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-heading {
    font-size: 1.8rem;
    margin-bottom: 0.8em;
  }
}
.sub-nav-heading a:hover {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  opacity: 0.8;
}
.sub-nav-subheading {
  display: block;
  margin-bottom: 0.6em;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-subheading {
    font-size: 1.5rem;
    padding: 0 0 0.6em 0.35em;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #fff;
  }
}
.sub-nav-subheading.__mt {
  margin-top: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .sub-nav-columns {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding: 1.5em 1em 1.75em;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-column {
    width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-inner {
    position: relative;
    border: 3px solid #004694;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-inner {
    margin: 0 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-item {
    margin-top: 0.3em;
  }
}
.sub-nav-item a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0.35em 1em 0.35em 2em;
  line-height: 1.4;
  color: #fff;
  font-size: 1.4rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-item a {
    display: block;
    position: relative;
    padding: 0.8em 1em 0.6em;
    color: #fff;
    font-size: 0.9em;
    background: #004694;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-item a {
    padding: 0.6em 0.8em 0.6em 0.8em;
    transition-property: color, background-color;
  }
}
.sub-nav-item a::before {
  content: "●";
  display: block;
  position: absolute;
  font-size: 1.3rem;
  top: 0.45em;
  left: 0.35em;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-item a::before {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-item a:hover {
    background-color: #fff;
    color: #004694;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-item a:hover {
    opacity: 0.8;
  }
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: -50px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-button + .nav-link::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.sub-nav-button + .nav-link span {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button + .nav-link span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    display: block;
    width: 7px;
    height: 7px;
    transform: translateX(-50%) rotate(-135deg);
    border-top: 1px solid #3494EB;
    border-left: 1px solid #3494EB;
  }
}

/* ドロップダウンナビボタン（ hover ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link {
    background-color: #004694;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link {
    color: #3494EB;
  }
}

/* ドロップダウンナビボタン（ active ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav-button + .nav-link {
    background-color: #004694;
    color: #fff;
  }
  .sub-nav-active .sub-nav-button + .nav-link::after {
    border-color: #fff;
    transform: rotate(45deg);
    top: 22px;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav-button + .nav-link {
    color: #3494EB;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 55px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background-color: #333333;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #333333;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
@media screen and (max-width: 479.98px) {
  .nav-close-button {
    height: 70px;
  }
}
.nav-close-button .nav-button-icon {
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #333333;
}
.nav-close-button .nav-button-icon::before {
  transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  transform: rotate(-45deg);
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    z-index: 1100;
    height: 120px;
  }
  .nav.fixed .main-nav-area {
    height: 70px;
  }
}
/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 2em 1em 2em 1em;
  background: #fff;
  overflow: hidden;
  z-index: 100;
  flex: 1;
}
#top .main {
  padding: 0 1em 0 1em;
}
@media screen and (max-width: 639.98px) {
  #top .main {
    padding: 0 1em 0 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
  overflow: hidden;
}
.footer .inner {
  max-width: none;
  padding: 100px 2em 80px 2em;
  background-color: #0099D9;
}
@media screen and (max-width: 1099.98px) {
  .footer .inner {
    padding: 80px 1em 50px 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .inner {
    padding: 70px 2em 40px 2em;
  }
}
.footer-side-nav {
  padding-top: 1.8em;
}
@media screen and (max-width: 767.98px) {
  .footer-side-nav {
    padding-top: 1.4em;
  }
}
.footer-side-nav .side-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.5em -1em 0;
}
@media screen and (max-width: 767.98px) {
  .footer-side-nav .side-nav-list {
    margin: 0 -1em -0.5em 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-side-nav .side-nav-list {
    margin: 0 -0.8em -0.5em 0;
  }
}
.footer-side-nav .side-nav-list li {
  list-style: none;
  padding: 0 1.5em 1em 0;
}
@media screen and (max-width: 767.98px) {
  .footer-side-nav .side-nav-list li {
    padding: 0 1em 0.5em 0;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-side-nav .side-nav-list li {
    padding: 0 0.8em 0.5em 0;
  }
}
.footer-side-nav .side-nav-list li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .footer-side-nav .side-nav-list li a {
    font-size: 1.4rem;
  }
}
.footer-side-nav .side-nav-list li a:hover {
  opacity: 0.8;
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #3494EB;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #004694;
}
.footer .pagetop a:hover::before {
  border-color: #fff;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.copy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1em;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.copy small {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #3494EB;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .copy small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .copy small span {
    display: none;
  }
}

.footer_nav_button {
  position: absolute;
  left: 50%;
  top: 3em;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .footer_nav_button {
    top: 2.3em;
  }
}
@media screen and (max-width: 767.98px) {
  .footer_nav_button {
    top: 1.5em;
  }
}
.footer_nav_button.active::before {
  content: "CLOSE";
}
.footer_nav_button.active .footer_nav_button_icon span {
  transform: rotate(45deg);
}
.footer_nav_button.active .footer_nav_button_icon span::before {
  transform: rotate(-90deg);
  margin: 0;
}
.footer_nav_button.active .footer_nav_button_icon span::after {
  display: none;
}
.footer_nav_button:hover {
  opacity: 0.8;
}
.footer_nav_button::before {
  content: "MENU";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 1em;
  color: #fff;
}
.footer_nav_button_icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
}
.footer_nav_button_icon span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 3px;
  margin: auto;
  background-color: #0099D9;
}
.footer_nav_button_icon span::before, .footer_nav_button_icon span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #0099D9;
}
.footer_nav_button_icon span::before {
  margin-top: -6px;
}
.footer_nav_button_icon span::after {
  margin-top: 6px;
}

.footer_nav_area {
  display: none;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #91DEFF;
}

.footer_nav {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .footer_nav {
    flex-direction: column;
    margin-top: 1em;
  }
}
.footer_nav > li {
  flex-grow: 1;
  margin-right: 1em;
}
@media screen and (max-width: 767.98px) {
  .footer_nav > li:nth-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer_nav > li:nth-child(2) dd {
    padding: 0 0 0 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer_nav > li {
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.footer_nav dt a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .footer_nav dt a {
    letter-spacing: 0.08em;
  }
}
.footer_nav dt a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767.98px) {
  .footer_nav dt.sp_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .footer_nav dt.accent {
    margin-top: 2em;
  }
}
.footer_nav dd {
  padding: 25px 0 45px;
}
@media screen and (max-width: 767.98px) {
  .footer_nav dd {
    padding: 8px 0 0 8px;
  }
}
.footer_nav dd ul li:not(:last-child) {
  margin-bottom: 0.35em;
}
@media screen and (max-width: 767.98px) {
  .footer_nav dd ul li:not(:last-child) {
    margin-bottom: 0.25em;
  }
}
.footer_nav dd ul li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .footer_nav dd ul li a {
    letter-spacing: 0.04em;
  }
}
.footer_nav dd ul li a:hover {
  opacity: 0.8;
}

.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .swiper-container {
    height: 462px;
  }
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
@media screen and (min-width: 1100px), print {
  .swiper-img img {
    min-height: 462px;
  }
}
@media screen and (max-width: 1099.98px) {
  .swiper-img img {
    min-height: 36vw;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-img img {
    min-height: 36vw;
  }
}
@media screen and (max-width: 479.98px) {
  .swiper-img img {
    min-height: 40vw;
  }
}
.swiper-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 119px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .swiper-img::after {
    height: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-img::after {
    height: 80px;
  }
}
@media screen and (max-width: 639.98px) {
  .swiper-img::after {
    height: 60px;
  }
}
.swiper-catch {
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .swiper-catch {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2em 2em 2em;
    z-index: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .swiper-catch {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2em 2em 2em;
    z-index: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-catch {
    padding: 0 1.5em 1.5em 1.5em;
  }
}
@media screen and (max-width: 639.98px) {
  .swiper-catch {
    padding: 0 1em 1em 1em;
  }
}
.swiper-catch span {
  display: block;
}
.swiper-catch .jp {
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1279.98px) {
  .swiper-catch .jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .swiper-catch .jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-catch .jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .swiper-catch .jp {
    font-size: 1.6rem;
  }
}

.slider {
  position: relative;
}
.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}
.slider-main {
  position: relative;
}
.slider-main-container {
  display: block;
  position: relative;
}
.slider-main-container::before {
  content: "";
  display: block;
  padding-top: 40.7%;
}
@media screen and (min-width: 1100px), print {
  .slider-main-container::before {
    padding-top: 462px;
  }
}
@media screen and (min-width: 768px), print {
  .slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  .slider .swiper-pagination {
    bottom: -23px;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #eee;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  border-radius: 100%;
}
.slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 13px 0 0;
}
@media screen and (max-width: 767.98px) {
  .slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004694;
}

.swiper-arrow {
  display: block;
  position: absolute;
  top: 133px;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 1200;
  max-width: none;
}
@media screen and (max-width: 479.98px) {
  .swiper-arrow {
    top: 120px;
  }
}
.swiper-arrow .swiper-button-prev, .swiper-arrow .swiper-button-next {
  width: 50px;
  height: 72px;
}
@media screen and (max-width: 767.98px) {
  .swiper-arrow .swiper-button-prev, .swiper-arrow .swiper-button-next {
    width: 31px;
    height: 50px;
  }
}
.swiper-arrow .swiper-button-prev {
  left: 2em;
  margin: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .swiper-arrow .swiper-button-prev {
    left: 1em;
  }
}
.swiper-arrow .swiper-button-prev::after {
  display: none;
}
.swiper-arrow .swiper-button-prev::before {
  content: "";
  display: block;
  width: 50px;
  height: 72px;
  background: url("../img/base/icon_arrow_left_wht.svg") no-repeat center/cover;
  transition: background 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .swiper-arrow .swiper-button-prev::before {
    width: 31px;
    height: 50px;
  }
}
.swiper-arrow .swiper-button-prev:hover::before {
  background: url("../img/base/icon_arrow_left_blue.svg") no-repeat center/cover;
}
.swiper-arrow .swiper-button-next {
  right: 2em;
  margin: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .swiper-arrow .swiper-button-next {
    right: 1em;
  }
}
.swiper-arrow .swiper-button-next::after {
  display: none;
}
.swiper-arrow .swiper-button-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 72px;
  background: url("../img/base/icon_arrow_right_wht.svg") no-repeat center/cover;
  transition: background 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .swiper-arrow .swiper-button-next::before {
    width: 31px;
    height: 50px;
  }
}
.swiper-arrow .swiper-button-next:hover::before {
  background: url("../img/base/icon_arrow_right_blue.svg") no-repeat center/cover;
}

.slider-carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .slider-carousel {
    margin: 0 -2em;
  }
}
.slider-carousel .swiper-carousel-container {
  overflow: visible;
}
.slider-carousel .swiper-carousel-container .swiper-slide {
  width: 20%;
  max-width: 184px;
}
@media screen and (max-width: 767.98px) {
  .slider-carousel .swiper-carousel-container .swiper-slide {
    width: 100%;
  }
}
.slider-carousel .swiper-carousel-container .swiper-slide a {
  display: block;
  color: #333333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.slider-carousel .swiper-carousel-container .swiper-slide a:hover {
  color: #3494EB;
}
.slider-carousel .swiper-carousel-container .swiper-slide a:hover .swiper-carousel-img img {
  transform: scale(1.1);
}
.slider-carousel .swiper-carousel-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.slider-carousel .swiper-carousel-img::before {
  content: "";
  display: block;
  padding-top: 184px;
}
@media screen and (max-width: 767.98px) {
  .slider-carousel .swiper-carousel-img::before {
    padding-top: 180px;
  }
}
.slider-carousel .swiper-carousel-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.slider-carousel .swiper-carousel-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.27;
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .slider-carousel .swiper-carousel-title {
    font-size: 1.4rem;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.secondary-pagetitle {
  display: block;
  position: relative;
  width: 100%;
  height: 145px;
  margin-top: 60px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #F0F0F0;
}
@media screen and (min-width: 1100px), print {
  .secondary-pagetitle {
    margin-top: 163px;
  }
}
@media screen and (max-width: 1099.98px) {
  .secondary-pagetitle {
    height: 130px;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-pagetitle {
    height: 94px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-pagetitle {
    height: 86px;
  }
}
.secondary-pagetitle .breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
.secondary-pagetitle-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1em;
}
@media screen and (max-width: 767.98px) {
  .secondary-pagetitle-inner {
    padding: 1em 1em 1em 1em;
  }
}
.secondary-pagetitle-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .secondary-pagetitle-name {
    margin-top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }
}
.secondary-pagetitle-name .jp {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.12em;
  margin-right: 0.5em;
}
@media screen and (max-width: 1099.98px) {
  .secondary-pagetitle-name .jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-pagetitle-name .jp {
    margin-right: 0;
    margin-top: 8px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-pagetitle-name .jp {
    font-size: 1.3rem;
  }
}
.secondary-pagetitle-name .jp img {
  width: auto;
  height: auto;
}
.secondary-pagetitle-name .en {
  display: block;
  font-size: 3.9rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #CCCCCC;
}
@media screen and (max-width: 1099.98px) {
  .secondary-pagetitle-name .en {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-pagetitle-name .en {
    display: none;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-pagetitle-name .en {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
.secondary-pagetitle sub {
  bottom: 0px;
  font-size: 0.7em !important;
}

.page-title {
  display: block;
  position: relative;
  width: 100%;
  height: 280px;
  margin-top: 60px;
}
@media screen and (min-width: 1100px), print {
  .page-title {
    margin-top: 163px;
  }
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    height: 240px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 180px;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title {
    height: 140px;
  }
}
.page-title-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1em 3.5em 2.8em;
}
@media screen and (max-width: 1099.98px) {
  .page-title-inner {
    padding: 0 1em 2.5em 2.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-inner {
    padding: 0 1em 2em 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-inner {
    padding: 0 1em 1.2em 1.2em;
  }
}
.company-page .page-title-inner {
  background: url("../img/pages/company/bg.jpg") no-repeat center/cover;
}
.investors-page .page-title-inner {
  background: url("../img/pages/investors/bg.jpg") no-repeat center/cover;
}
.solution-page .page-title-inner {
  background: url("../img/pages/solution/bg.jpg") no-repeat center/cover;
}
.sustainability-page .page-title-inner {
  background: url("../img/pages/sustainability/bg.jpg") no-repeat center/cover;
}
.page-title-name span {
  display: block;
  line-height: 1.2;
  color: #fff;
}
.page-title-name .jp {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 10px;
  text-shadow: 0px 0px 14px #05294d;
}
@media screen and (max-width: 767.98px) {
  .page-title-name .jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name .jp {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.page-title-name .en {
  font-size: 4.8rem;
  font-weight: 400;
  text-shadow: 0px 0px 14px #05294d;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name .en {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name .en {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name .en {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767.98px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.breadcrumb-list li {
  position: relative;
  list-style: none;
  font-size: 1.1rem;
  list-style: 1.2;
  padding-right: 24px;
  color: #666;
  letter-spacing: 0.06em;
}
.breadcrumb-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.breadcrumb-list li a {
  display: inline-block;
}
.breadcrumb-list li a:hover {
  opacity: 0.8;
}
.breadcrumb-list li:last-child {
  padding-right: 0;
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
._anim-point.active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
.loader.secondary {
  position: absolute;
}
.loader.secondary::before {
  top: 0;
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #3494EB;
  border-radius: 50%;
  z-index: 1;
  animation: spin 3s linear infinite;
}
@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #3494EB;
    top: 0;
  }
}
.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  overflow: hidden;
  margin-top: 163px;
  padding: 2em 2em;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual {
    margin-top: 60px;
    padding: 1em 1em 2em 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual {
    padding: 1em 1em 1.55em 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual {
    padding: 0;
  }
}
.mainvisual > .inner {
  max-width: 1520px;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual > .inner {
    flex-direction: column;
  }
}
.mainvisual .slider {
  flex: 1;
  min-width: 0;
}
.mainvisual-banner {
  max-width: 330px;
  margin-left: 20px;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-banner {
    display: none;
  }
}
.mainvisual-banner a {
  display: block;
  overflow: hidden;
}
.mainvisual-banner a img {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mainvisual-banner a:hover img {
  transform: scale(1.05);
}

/* --------------------------------

  idxx　診察時間のご案内

-------------------------------- */
.time-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 5px;
}
@media screen and (max-width: 767.98px) {
  .time-table {
    border-spacing: 3px 3px;
  }
}
@media screen and (max-width: 359.98px) {
  .time-table {
    width: 344px;
  }
}
.time-table-head {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1099.98px) {
  .time-table-head {
    text-align: center;
    margin-bottom: 0.6em;
  }
}
.time-table-heading {
  display: block;
  position: relative;
  padding: 0.5em 0 0.5em 1.9em;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 1099.98px) {
  .time-table-heading {
    display: inline-block;
  }
}
@media screen and (max-width: 767.98px) {
  .time-table-heading {
    font-size: 2rem;
    padding: 0.3em 0 0.3em 1.7em;
  }
}
.time-table-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 53px;
  background: url("../img/base/icon_leaf1.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .time-table-heading::before {
    width: 25px;
    height: 39px;
  }
}
.time-table-att {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #E1262C;
  margin-top: 0.8em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 575.98px) {
  .time-table-att {
    font-size: 1.2rem;
  }
}
.time-table-more {
  margin-left: 3em;
}
.time-table-add {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #000;
  margin-left: 2em;
  font-feature-settings: "palt";
}
.time-table-wrap {
  margin: -5px -5px;
}
@media screen and (max-width: 767.98px) {
  .time-table-wrap {
    margin: -3px -3px;
  }
}
@media screen and (max-width: 359.98px) {
  .time-table-wrap {
    overflow-x: auto;
  }
}
.time-table thead th {
  text-align: left;
  padding: 0.2em 1em 0.2em 1em;
}
@media screen and (max-width: 575.98px) {
  .time-table thead th {
    padding: 0.2em 0.5em 0.2em 0.5em;
  }
}
.time-table thead td {
  width: 46px;
  text-align: center;
  padding: 0.2em 0.5em 0.2em 0.5em;
}
@media screen and (max-width: 767.98px) {
  .time-table thead td {
    width: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .time-table thead td {
    width: 34px;
    padding: 0.2em 0.2em 0.2em 0.2em;
  }
}
.time-table thead td.sat {
  background-color: #BFDFFF;
}
.time-table thead td.sun {
  background-color: #FFBFBF;
}
.time-table thead th, .time-table thead td {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #333333;
  height: 38px;
  font-weight: 500;
  background-color: #004694;
  border-radius: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .time-table thead th, .time-table thead td {
    font-size: 1.4rem;
    height: 32px;
  }
}
@media screen and (max-width: 575.98px) {
  .time-table thead th, .time-table thead td {
    font-size: 1.2rem;
    height: 30px;
  }
}
.time-table tbody th {
  background-color: #004694;
  padding: 0.2em 1em 0.2em 1em;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 575.98px) {
  .time-table tbody th {
    padding: 0.2em 0.5em 0.2em 0.5em;
  }
}
.time-table tbody th .br {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .time-table tbody th .br {
    display: block;
  }
}
.time-table tbody td {
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}
.time-table tbody td .close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.5em 0.2em;
}
.time-table tbody td .close::before {
  content: "";
  display: block;
  width: 13px;
  height: 3px;
  background-color: #000000;
}
@media screen and (max-width: 767.98px) {
  .time-table tbody td .close::before {
    width: 10px;
    height: 2px;
  }
}
.time-table tbody td .oshin {
  font-size: 1.4rem;
  color: #3494EB;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .time-table tbody td .oshin {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .time-table tbody td .oshin {
    font-size: 1.2rem;
  }
}
.time-table tbody td .open {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.5em 0.2em;
  color: #3494EB;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .time-table tbody td .open {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .time-table tbody td .open {
    letter-spacing: -0.05em;
    padding: 0.5em 0.1em;
  }
}
.time-table tbody td .open::before {
  content: "●";
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .time-table tbody td .open::before {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .time-table tbody td .open::before {
    font-size: 1.2rem;
  }
}
.time-table th, .time-table td {
  border-radius: 0.3em;
  height: 48px;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767.98px) {
  .time-table th, .time-table td {
    height: 40px;
  }
}
.time-table th {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .time-table th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .time-table th {
    font-size: 1.1rem;
  }
}
.time-table td {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .time-table td {
    font-size: 1.2rem;
  }
}
.time-table td span {
  display: block;
  font-size: 1.2rem;
}
/* --------------------------------

  トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}
.section-dummy .inner {
  max-width: none;
  text-align: center;
}
.section-dummy_wide {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide {
    margin-right: -3rem;
    margin-left: -3rem;
  }
}
.section-dummy_wide .inner {
  margin-right: -19%;
  margin-left: -19%;
  max-width: none;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.section-header {
  padding: 0 1em;
}
.section-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 2.5em;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .section-header-inner {
    margin-bottom: 2em;
  }
}
.section-heading {
  position: relative;
  display: inline-block;
  padding: 0 5em;
}
@media screen and (max-width: 1099.98px) {
  .section-heading {
    padding: 0 3em;
  }
}
@media screen and (max-width: 767.98px) {
  .section-heading {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .section-heading {
    padding: 0 1em;
  }
}
.section-heading::before {
  content: "";
  position: absolute;
  left: -100vw;
  right: 100%;
  top: 50%;
  height: 1px;
  background-color: #C8C8C8;
}
.section-heading::after {
  content: "";
  position: absolute;
  right: -100vw;
  left: 100%;
  top: 50%;
  height: 1px;
  background-color: #C8C8C8;
}
.section-heading .jp {
  display: block;
  font-size: 2.3rem;
  line-height: 1.27;
  color: #333333;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .section-heading .jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-heading .jp {
    font-size: 1.6rem;
  }
}
.section-heading .en {
  display: block;
  font-size: 1.3rem;
  line-height: 1.27;
  letter-spacing: 0.134em;
  color: #004694;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .section-heading .en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-heading .en {
    font-size: 1rem;
  }
}

.top-news-section {
  padding: 20px 1em 60px 1em;
}
@media screen and (min-width: 1100px), print {
  .top-news-section {
    padding: 100px 2em 100px 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news-section {
    padding: 13px 1em 60px 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news-container {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news-container {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news-banner {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news-banner {
    display: flex;
    justify-content: space-between;
    clear: both;
    margin: 2rem 0 3rem 0;
  }
}
.top-news-banner a {
  width: 49%;
}
.top-news-banner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1099.98px) {
  .top-news-main {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news-main {
    width: 100%;
  }
}
.top-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .top-news-header {
    margin-bottom: 1em;
  }
}
.top-news-heading {
  display: block;
  font-size: 3.7rem;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .top-news-heading {
    font-size: 3rem;
  }
}
.top-news-more {
  margin-left: 1em;
}

.top-gallery-section {
  padding: 0 0 60px 0;
}
@media screen and (min-width: 1100px), print {
  .top-gallery-section {
    padding: 0 0 100px 0;
  }
}
.top-gallery-section .inner {
  max-width: none;
  background-color: #F9F9F9;
  padding: 30px 1em 30px 1em;
}
@media screen and (min-width: 1100px), print {
  .top-gallery-section .inner {
    padding: 50px 2em 50px 2em;
  }
}
.top-gallery-container {
  max-width: 1100px;
  margin: 0 auto;
}
.top-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
  justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .top-gallery-wrap {
    margin: 0 -10px -15px 0;
  }
}
.top-gallery-item {
  width: 20%;
  padding: 0 40px 20px 0;
}
@media screen and (max-width: 1099.98px) {
  .top-gallery-item {
    padding: 0 10px 15px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .top-gallery-item {
    width: 50%;
  }
}
.top-gallery-item a {
  display: block;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.top-gallery-item a:hover .top-gallery-image img {
  transform: scale(1.1);
}
.top-gallery-item a:hover .top-gallery-title {
  color: #3494EB;
}
.top-gallery-title {
  display: block;
  font-size: 1.4rem;
  line-height: 1.27;
  font-weight: 500;
  margin-top: 0.9em;
}
@media screen and (max-width: 1099.98px) {
  .top-gallery-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-gallery-title {
    font-size: 1.4rem;
    margin-top: 0.7em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-gallery-title {
    font-size: 1.2rem;
  }
}
.top-gallery-image {
  position: relative;
  overflow: hidden;
}
.top-gallery-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.top-banner-section {
  padding: 0 1em 40px 1em;
}
@media screen and (min-width: 1100px), print {
  .top-banner-section {
    padding: 0 2em 60px 2em;
  }
}
.top-banner-section .inner {
  max-width: 1520px;
}

.tcfd-banner-link {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .tcfd-banner-link {
    flex-direction: column;
  }
}
.tcfd-banner-link:hover .tcfd-banner-main {
  background-color: rgba(67, 114, 33, 0.8);
}
.tcfd-banner-link:hover .tcfd-banner-image img {
  transform: scale(1.1);
}
.tcfd-banner-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  max-width: 498px;
  height: 280px;
  padding: 30px;
  background-color: #437221;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (max-width: 1099.98px) {
  .tcfd-banner-main {
    max-width: 350px;
    height: 220px;
    padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .tcfd-banner-main {
    flex-direction: column;
    max-width: none;
    height: 155px;
    padding: 18px;
  }
}
@media screen and (max-width: 359.98px) {
  .tcfd-banner-main {
    height: 145px;
  }
}
.tcfd-banner-main::before {
  content: "";
  position: absolute;
  display: block;
  width: 153px;
  height: 157px;
  background: url("../img/base/icon_world.png") no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .tcfd-banner-main::before {
    width: 103px;
    height: 107px;
  }
}
@media screen and (max-width: 767.98px) {
  .tcfd-banner-main::before {
    width: 73px;
    height: 77px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-85%);
  }
}
@media screen and (min-width: 768px), print {
  .tcfd-banner-main::before {
    bottom: 0;
    left: 0;
    transform: translate(-70%, 15%);
  }
}
.tcfd-banner-header {
  margin-bottom: 1.8em;
}
@media screen and (max-width: 1099.98px) {
  .tcfd-banner-header {
    margin-bottom: 1.3em;
  }
}
@media screen and (max-width: 767.98px) {
  .tcfd-banner-header {
    margin-bottom: 0.5em;
  }
}
.tcfd-banner-heading {
  display: block;
  text-align: center;
  font-size: 3.1rem;
  line-height: 1.27;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.65em;
}
@media screen and (max-width: 1099.98px) {
  .tcfd-banner-heading {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tcfd-banner-heading {
    font-size: 2.2rem;
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 359.98px) {
  .tcfd-banner-heading {
    font-size: 2rem;
  }
}
.tcfd-banner-desc {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.65;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .tcfd-banner-desc {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .tcfd-banner-desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 359.98px) {
  .tcfd-banner-desc {
    font-size: 1rem;
  }
}
.tcfd-banner-image {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.tcfd-banner-image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (max-width: 1099.98px) {
  .tcfd-banner-image img {
    height: 220px;
  }
}
@media screen and (max-width: 767.98px) {
  .tcfd-banner-image img {
    height: 150px;
  }
}
@media screen and (max-width: 479.98px) {
  .tcfd-banner-image img {
    height: 145px;
  }
}
@media screen and (max-width: 359.98px) {
  .tcfd-banner-image img {
    height: 130px;
  }
}
.tcfd-banner-logo {
  display: block;
  width: 100%;
  padding: 0.5em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .tcfd-banner-logo {
    max-width: 297px;
    margin: 0 auto;
    padding: 0.35em;
  }
}
.tcfd-banner-logo img {
  width: auto;
}
@media screen and (max-width: 767.98px) {
  .tcfd-banner-logo img {
    width: 200px;
    height: auto;
  }
}

.menu-banner {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  margin: 0 -1em -1em 0;
}
@media screen and (max-width: 1099.98px) {
  .menu-banner {
    padding: 30px 0;
  }
}
.menu-banner-item {
  width: 33.33333%;
  padding: 0 1em 1em 0;
}
@media screen and (max-width: 1099.98px) {
  .menu-banner-item {
    width: 50%;
  }
}
@media screen and (max-width: 639.98px) {
  .menu-banner-item {
    width: 100%;
  }
}
.menu-banner-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.27;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .menu-banner-title {
    font-size: 1.4rem;
  }
}
.menu-banner-image {
  position: relative;
  overflow: hidden;
}
.menu-banner-image::before {
  content: "";
  display: block;
  padding-top: 44%;
}
.menu-banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.menu-banner-link {
  display: block;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.menu-banner-link:hover {
  color: #3494EB;
}
.menu-banner-link:hover .menu-banner-image img {
  transform: scale(1.1);
}

.plan-banner {
  display: block;
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 767.98px) {
  .plan-banner {
    height: 200px;
  }
}
@media screen and (max-width: 479.98px) {
  .plan-banner {
    height: 160px;
  }
}
.plan-banner-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2.5em;
  background: url("../img/top/banner_img2.jpg") no-repeat center/cover;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .plan-banner-link {
    padding: 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .plan-banner-link {
    padding: 1.2em;
  }
}
.plan-banner-link:hover {
  opacity: 0.8;
}
.plan-banner-header {
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767.98px) {
  .plan-banner-header {
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 479.98px) {
  .plan-banner-header {
    margin-bottom: 0.9em;
  }
}
.plan-banner-desc {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.8em;
  text-shadow: rgba(15, 142, 227, 0.65) 5px 5px 12px, black -5px 5px 12px, rgba(15, 142, 227, 0.65) 5px -5px 12px;
}
@media screen and (max-width: 767.98px) {
  .plan-banner-desc {
    font-size: 1.4rem;
    margin-bottom: 0.4em;
  }
}
.plan-banner-heading {
  display: block;
  color: #fff;
  line-height: 1.2;
}
.plan-banner-heading .jp {
  display: block;
  font-weight: 700;
  font-size: 3.6rem;
  margin-top: 6px;
  text-shadow: rgba(15, 142, 227, 0.65) 5px 5px 12px, black -5px 5px 12px, rgba(15, 142, 227, 0.65) 5px -5px 12px;
}
@media screen and (max-width: 767.98px) {
  .plan-banner-heading .jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .plan-banner-heading .jp {
    font-size: 2rem;
  }
}
.plan-banner-heading .en {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  font-style: italic;
  text-shadow: rgba(15, 142, 227, 0.65) 5px 5px 12px, black -5px 5px 12px, rgba(15, 142, 227, 0.65) 5px -5px 12px;
}
@media screen and (max-width: 767.98px) {
  .plan-banner-heading .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .plan-banner-heading .en {
    font-size: 2.4rem;
  }
}
.plan-banner-button {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0.85em 3em 0.85em 1.5em;
  background-color: #fff;
  color: #3494EB;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .plan-banner-button {
    font-size: 1.2rem;
    padding: 0.5em 2em 0.5em 1em;
  }
}
.plan-banner-button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #3494EB;
  border-left: 2px solid #3494EB;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (max-width: 767.98px) {
  .plan-banner-button::before {
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #3494EB;
    border-left: 1px solid #3494EB;
  }
}

@media print, screen and (min-width: 768px) {
  #cookie_dialog {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(250, 250, 250, 0.9);
    border-top: 1px solid #CCCCCC;
    padding: 28px 0;
    z-index: 200;
    display: none;
  }
  #cookie_dialog.on {
    display: block;
  }
  #cookie_dialog .inner {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }
  #cookie_dialog .inner p {
    float: left;
    width: 868px;
    font-size: 13px;
    line-height: 28px;
  }
  #cookie_dialog .inner p a {
    font-weight: bold;
    text-decoration: underline;
  }
  #cookie_dialog .inner .btn_agree {
    float: right;
    display: block;
    width: 91px;
    font-size: 13px;
    line-height: 17px;
    color: #0099D9;
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 12px 0;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #cookie_dialog {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(250, 250, 250, 0.9);
    border-top: 1px solid #CCCCCC;
    padding: 6.4vw 5.06667vw 10.66667vw;
    z-index: 200;
    box-sizing: border-box;
    display: none;
  }
  #cookie_dialog.on {
    display: block;
  }
  #cookie_dialog .inner p {
    font-size: 13px;
    line-height: 28px;
  }
  #cookie_dialog .inner p a {
    font-weight: bold;
    text-decoration: underline;
  }
  #cookie_dialog .inner .btn_agree {
    display: block;
    width: 91px;
    font-size: 13px;
    line-height: 17px;
    color: #0099D9;
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 12px 0;
    margin: 16px auto 0;
  }
  .sp_none {
    display: none !important;
  }
}
/* --------------------------------

  下層

-------------------------------- */
/* --------------------------------

  お知らせ

-------------------------------- */
.news-detail-section {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .news-detail-section {
    padding: 0 2em 0 2em;
  }
}
.news-more {
  text-align: center;
  margin-top: 1.4em;
}
@media screen and (max-width: 767.98px) {
  .news-more {
    margin-top: 1.2em;
  }
}
.news-section {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .news-section {
    padding: 0 2em 0 2em;
  }
}

.news-topics {
  position: relative;
  padding: 1em 2.5em 1em 2.5em;
  border-bottom: 1px dotted #BBBBBB;
}
@media screen and (min-width: 992px), print {
  .news-topics {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991.98px) {
  .news-topics {
    padding: 1em 1em 1em 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .news-topics {
    padding: 1em 0.5em 1em 0.5em;
  }
}
.news-topics:first-child {
  border-top: 1px dotted #BBBBBB;
}
.news-category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 26px;
  background-color: #D8F0FB;
  color: #3494EB;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.2em 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 3em 0 2em;
}
@media screen and (max-width: 991.98px) {
  .news-category {
    position: absolute;
    right: 1.2em;
    top: 1.2em;
    margin: 0;
    width: 120px;
  }
}
@media screen and (max-width: 479.98px) {
  .news-category {
    right: 0.6em;
    font-size: 1.2rem;
    height: 24px;
    width: 110px;
  }
}
.news-date {
  font-size: 1.4rem;
  line-height: 1.2;
  width: 7.5em;
}
@media screen and (max-width: 991.98px) {
  .news-date {
    display: block;
    line-height: 26px;
    margin-bottom: 0.8em;
  }
}
@media screen and (max-width: 479.98px) {
  .news-date {
    font-size: 1.3rem;
    line-height: 24px;
    margin-bottom: 0.6em;
  }
}
.news-title {
  flex: 1;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 991.98px) {
  .news-title {
    display: block;
  }
}
.news-link {
  display: inline-block;
  color: #3494EB;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .news-link {
    font-size: 1.4rem;
  }
}
.news-link:hover {
  text-decoration: none;
  color: #004694;
}
.news-detail-section .news-date {
  margin-bottom: 1em;
  line-height: 1.2;
  font-size: 1.4rem;
}
.news-body {
  word-break: break-all;
  word-wrap: break-word;
}
.news-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-back {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 639.98px) {
  .news-back {
    margin-top: 2em;
  }
}/*# sourceMappingURL=styles.css.map */