@charset "UTF-8";
/*
------------------------------------------------------------
------------------------------------------------------------
common
------------------------------------------------------------
------------------------------------------------------------*/
html {
  scroll-behavior: smooth; }

body {
  height: 100%;
  position: relative;
  font-size: 18px;
  line-height: 2em;
  color: #333333; }
  @media (max-width: 1200px) {
    body {
      font-size: 17px; } }
  @media (max-width: 768px) {
    body {
      font-size: 16px; } }

body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

a[href^="tel:"] {
  pointer-events: none;
  cursor: default; }
  @media (max-width: 500px) {
    a[href^="tel:"] {
      pointer-events: auto;
      cursor: pointer; } }

.PT10 {
  padding-top: 10px; }

.PT20 {
  padding-top: 20px; }

.PT30 {
  padding-top: 30px; }

.PT40 {
  padding-top: 40px; }

.PT50 {
  padding-top: 50px; }

.PT60 {
  padding-top: 60px; }

.PT70 {
  padding-top: 70px; }

.PT80 {
  padding-top: 80px; }

.PT90 {
  padding-top: 90px; }

.PT100 {
  padding-top: 100px; }

.PT110 {
  padding-top: 110px; }

.PT120 {
  padding-top: 120px; }

.MT10 {
  margin-top: 10px; }

.MT20 {
  margin-top: 20px; }

.MT30 {
  margin-top: 30px; }

.MT40 {
  margin-top: 40px; }

.MT50 {
  margin-top: 50px; }

.MT60 {
  margin-top: 60px; }

.MT70 {
  margin-top: 70px; }

.MT80 {
  margin-top: 80px; }

.MT90 {
  margin-top: 90px; }

.MT100 {
  margin-top: 100px; }

.MT110 {
  margin-top: 110px; }

.MT120 {
  margin-top: 120px; }

.PB10 {
  padding-bottom: 10px; }

.PB20 {
  padding-bottom: 20px; }

.PB30 {
  padding-bottom: 30px; }

.PB40 {
  padding-bottom: 40px; }

.PB50 {
  padding-bottom: 50px; }

.PB60 {
  padding-bottom: 60px; }

.PB70 {
  padding-bottom: 70px; }

.PB80 {
  padding-bottom: 80px; }

.PB90 {
  padding-bottom: 90px; }

.PB100 {
  padding-bottom: 100px; }

.PB110 {
  padding-bottom: 110px; }

.PB120 {
  padding-bottom: 120px; }

.MB10 {
  margin-bottom: 10px; }

.MB20 {
  margin-bottom: 20px; }

.MB30 {
  margin-bottom: 30px; }

.MB40 {
  margin-bottom: 40px; }

.MB50 {
  margin-bottom: 50px; }

.MB60 {
  margin-bottom: 60px; }

.MB70 {
  margin-bottom: 70px; }

.MB80 {
  margin-bottom: 80px; }

.MB90 {
  margin-bottom: 90px; }

.MB100 {
  margin-bottom: 100px; }

.MB110 {
  margin-bottom: 110px; }

.MB120 {
  margin-bottom: 120px; }

.indent1 {
  padding-left: 1em;
  text-indent: -1em; }

.indent2 {
  padding-left: 2em;
  text-indent: -2em; }

.indent3 {
  padding-left: 3em;
  text-indent: -3em; }

.indent4 {
  padding-left: 4em;
  text-indent: -4em; }

.indent5 {
  padding-left: 5em;
  text-indent: -5em; }

.indent6 {
  padding-left: 6em;
  text-indent: -6em; }

.indent7 {
  padding-left: 7em;
  text-indent: -7em; }

.indent8 {
  padding-left: 8em;
  text-indent: -8em; }

.indent9 {
  padding-left: 9em;
  text-indent: -9em; }

.indent10 {
  padding-left: 10em;
  text-indent: -10em; }

.indent1h {
  padding-left: 1.5em;
  text-indent: -1.5em; }

.indent {
  text-indent: 1em; }

/*
------------------------------------------------------------
------------------------------------------------------------
共通スタイル
------------------------------------------------------------
------------------------------------------------------------*/
.content {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (max-width: 1200px) {
    .content {
      width: 96%;
      padding-right: 0;
      padding-left: 0; } }
  @media (max-width: 768px) {
    .content {
      width: 94%; } }
  @media (max-width: 500px) {
    .content {
      width: 90%; } }

.content-s {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (max-width: 1400px) {
    .content-s {
      width: 80%;
      padding-right: 0;
      padding-left: 0; } }
  @media (max-width: 768px) {
    .content-s {
      width: 94%; } }
  @media (max-width: 500px) {
    .content-s {
      width: 90%; } }

.main-color {
  color: #446584; }

.sub-color {
  color: #76b3dd; }

.sub2-color {
  color: #eac010; }

.strong-color {
  color: #f25940; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.en-font {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: italic; }

.base-size-ll {
  font-size: 30px; }
  @media (max-width: 768px) {
    .base-size-ll {
      font-size: 24px; } }
  @media (max-width: 500px) {
    .base-size-ll {
      font-size: 20px; } }

.base-size-l {
  font-size: 24px; }
  @media (max-width: 768px) {
    .base-size-l {
      font-size: 22px; } }
  @media (max-width: 500px) {
    .base-size-l {
      font-size: 20px; } }

.base-size {
  font-size: 18px; }
  @media (max-width: 1200px) {
    .base-size {
      font-size: 17px; } }
  @media (max-width: 768px) {
    .base-size {
      font-size: 16px; } }

.base-size-s {
  font-size: 85%; }

.lead {
  font-size: 20px;
  font-weight: bold; }
  @media (max-width: 1200px) {
    .lead {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .lead {
      font-size: 16px; } }

.center {
  text-align: center; }

.center-pc {
  text-align: center; }
  @media (max-width: 768px) {
    .center-pc {
      text-align: left; } }

.center-tb {
  text-align: center; }
  @media (max-width: 500px) {
    .center-tb {
      text-align: left; } }

.link-text {
  text-decoration: underline; }
  .link-text:hover {
    opacity: 0.6; }

.icon-inline {
  width: 20px;
  height: 20px;
  margin: 0 5px -3px 5px;
  display: inline; }
  @media (max-width: 768px) {
    .icon-inline {
      width: 16px;
      height: 16px; } }

.list {
  padding-left: 1em; }
  .list li {
    list-style: disc; }
  .list ol li {
    list-style: none; }

.inner {
  padding-left: 1em; }

.table {
  width: 100%; }
  @media (max-width: 768px) {
    .table {
      font-size: 15px; } }
  .table th {
    padding: 15px 20px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    line-height: 1.6em;
    border-bottom: solid 1px #446584; }
    @media (max-width: 768px) {
      .table th {
        padding: 10px 5px 10px 0; } }
  .table td {
    padding: 15px 20px;
    line-height: 1.6em;
    border-bottom: solid 1px #e8eded; }
    @media (max-width: 768px) {
      .table td {
        padding: 10px 0 10px 5px; } }

/* ページ内リンク */
a.anchor {
  display: block;
  margin-top: -100px;
  padding-top: 100px; }
  @media (max-width: 1200px) {
    a.anchor {
      margin-top: -80px;
      padding-top: 80px; } }
  @media (max-width: 768px) {
    a.anchor {
      margin-top: -50px;
      padding-top: 50px; } }

/* タイトル */
.common-title {
  margin: 120px auto 90px auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1400px) {
    .common-title {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .common-title {
      margin: 100px auto 60px auto;
      font-size: 30px; } }
  .common-title span {
    margin-top: 10px;
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: #aabbbc; }
    @media (max-width: 768px) {
      .common-title span {
        margin-top: 5px;
        font-size: 18px; } }

/* button */
.common-button {
  margin-top: 50px;
  display: flex;
  justify-content: center; }
  @media (max-width: 500px) {
    .common-button {
      margin-top: 30px; } }
  .common-button a {
    min-width: 300px;
    min-height: 60px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    font-feature-settings: "palt";
    color: #446584;
    border: solid 1px #446584;
    background-color: #fff; }
    @media (max-width: 768px) {
      .common-button a {
        min-width: 260px;
        min-height: 42px; } }
    @media (max-width: 320px) {
      .common-button a {
        min-width: 220px; } }
    .common-button a::after {
      content: "";
      position: absolute;
      right: 3px;
      bottom: 3px;
      border-style: solid;
      border-color: transparent transparent #e8eded transparent;
      border-width: 0 0 24px 27px;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
      @media (max-width: 768px) {
        .common-button a::after {
          border-width: 0 0 17px 19px; } }
    .common-button a:hover {
      color: #446584;
      background-color: #e8eded; }
    .common-button a:hover::after {
      border-color: transparent transparent #446584 transparent; }

.common-button-l {
  margin-top: 50px;
  display: flex;
  justify-content: center; }
  @media (max-width: 500px) {
    .common-button-l {
      margin-top: 30px; } }
  .common-button-l a {
    min-width: 400px;
    min-height: 80px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    font-feature-settings: "palt";
    border: solid 1px #446584;
    background: linear-gradient(to bottom, #35475b, #4c6580); }
    @media (max-width: 1200px) {
      .common-button-l a {
        min-width: 300px;
        min-height: 60px;
        font-size: 17px; } }
    @media (max-width: 768px) {
      .common-button-l a {
        min-width: 260px;
        min-height: 42px;
        font-size: 16px; } }
    @media (max-width: 320px) {
      .common-button-l a {
        min-width: 220px; } }
    .common-button-l a::after {
      content: "";
      position: absolute;
      right: 3px;
      bottom: 3px;
      border-style: solid;
      border-color: transparent transparent #e8eded transparent;
      border-width: 0 0 24px 27px;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
      @media (max-width: 768px) {
        .common-button-l a::after {
          border-width: 0 0 17px 19px; } }
    .common-button-l a:hover {
      color: #446584;
      background: none;
      background-color: #e8eded; }
    .common-button-l a:hover::after {
      border-color: transparent transparent #446584 transparent; }

.button-wrap {
  margin-top: -20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .button-wrap {
      margin-top: -30px; } }
  .button-wrap .common-button, .button-wrap .button-primary, .button-wrap .button-secondary {
    margin: 20px 10px 0 10px; }
    @media (max-width: 500px) {
      .button-wrap .common-button, .button-wrap .button-primary, .button-wrap .button-secondary {
        margin: 30px 0 0 0; } }

/*　header　
------------------------------------------------------------
------------------------------------------------------------*/
header {
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  header h1.top-logo {
    width: 400px;
    margin: 60px 30px 0 0;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media (max-width: 1400px) {
      header h1.top-logo {
        width: 360px;
        margin: 60px 0 0 0; } }
    @media (max-width: 1200px) {
      header h1.top-logo {
        width: 300px; } }
    @media (max-width: 768px) {
      header h1.top-logo {
        width: 340px; } }
    @media (max-width: 500px) {
      header h1.top-logo {
        width: 226px;
        margin: 70px 0 0 0; } }
  header h1.common-logo {
    display: none; }
  header img {
    width: 100%;
    height: auto; }

/* menu */
.menu-wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end; }
  @media (max-width: 768px) {
    .menu-wrap {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 100%;
      background-color: #e8eded;
      z-index: 100;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch; } }
  .menu-wrap.active {
    right: 0; }

.menu {
  height: 100%;
  margin: 0 20px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .menu {
      width: 80%;
      margin: 0 auto;
      flex-direction: column;
      align-items: stretch;
      justify-content: center; } }
  .menu li {
    padding: 0 20px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center; }
    @media (max-width: 1200px) {
      .menu li {
        padding: 0 10px;
        font-size: 15px;
        font-feature-settings: "palt"; } }
    @media (max-width: 768px) {
      .menu li {
        padding: 5px 0;
        font-size: 18px; } }
    @media (max-width: 500px) {
      .menu li {
        padding: 2px 0; } }
    @media (max-width: 320px) {
      .menu li {
        padding: 0;
        font-size: 16px; } }
    .menu li a {
      padding-bottom: 10px;
      position: relative;
      display: block; }
      @media (max-width: 768px) {
        .menu li a {
          padding: 20px 0;
          color: #446584; } }
      @media (max-width: 500px) {
        .menu li a {
          padding: 15px 0; } }
      .menu li a::before {
        background: #446584;
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s; }
      .menu li a:hover {
        color: #446584; }
      .menu li a:hover::before {
        transform-origin: left top;
        transform: scale(1, 1); }
    .menu li.active a {
      color: #446584; }
      .menu li.active a:hover::before {
        transform-origin: right top;
        transform: scale(0, 1); }

.menu-contact {
  height: 100px;
  margin: 20px 20px 40px 20px;
  display: flex;
  line-height: 1.8em; }
  @media (max-width: 768px) {
    .menu-contact {
      width: 100%;
      height: auto;
      margin: 0;
      flex-direction: column-reverse; } }
  .menu-contact img {
    width: 30px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 2px; }
    @media (max-width: 1400px) {
      .menu-contact img {
        width: 24px; } }
    @media (max-width: 768px) {
      .menu-contact img {
        width: 20px;
        margin: 5px; } }
  .menu-contact .menu-tel {
    width: 280px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #7a8485, #aebabc);
    color: #fff;
    font-weight: bold;
    font-size: 17px; }
    @media (max-width: 1400px) {
      .menu-contact .menu-tel {
        width: 200px;
        font-size: 14px; } }
    @media (max-width: 768px) {
      .menu-contact .menu-tel {
        width: 100%;
        height: auto;
        padding: 40px 5%; } }
    .menu-contact .menu-tel .tel-number {
      display: flex;
      align-items: center;
      font-size: 28px;
      line-height: 1em; }
      @media (max-width: 1400px) {
        .menu-contact .menu-tel .tel-number {
          font-size: 20px; } }
      .menu-contact .menu-tel .tel-number img {
        margin-right: 8px; }
      .menu-contact .menu-tel .tel-number a {
        color: #fff; }
        @media (max-width: 500px) {
          .menu-contact .menu-tel .tel-number a {
            text-decoration: underline; } }
  .menu-contact .menu-mail {
    width: 160px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #35475b, #4c6580);
    color: #fff;
    font-weight: bold; }
    @media (max-width: 1400px) {
      .menu-contact .menu-mail {
        width: 120px;
        font-size: 14px; } }
    @media (max-width: 768px) {
      .menu-contact .menu-mail {
        width: 80%;
        height: auto;
        margin: 0 auto 40px auto;
        padding: 10px;
        flex-direction: row; } }
    .menu-contact .menu-mail:hover {
      opacity: 0.6; }

/* ハンバーガーボタン（タブレット、スマホ） */
.burger-button {
  display: none; }
  @media (max-width: 768px) {
    .burger-button {
      width: 64px;
      height: 51px;
      padding: 15px 20px;
      position: fixed;
      top: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: transparent;
      border: none;
      cursor: pointer;
      z-index: 101; } }
  .burger-button span {
    width: 24px;
    height: 3px;
    background-color: #446584;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .burger-button.active .burger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg); }
  .burger-button.active .burger-line:nth-child(2) {
    opacity: 0; }
  .burger-button.active .burger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg); }

/* お問い合わせボタン（タブレット、スマホ） */
.mail-button {
  display: none; }
  @media (max-width: 768px) {
    .mail-button {
      display: block; }
      .mail-button a {
        width: 70px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, #35475b, #4c6580);
        color: #fff;
        font-weight: bold;
        font-size: 10px;
        line-height: 1em;
        position: fixed;
        top: 5px;
        right: 64px; }
        .mail-button a:hover {
          opacity: 0.6; }
      .mail-button img {
        width: 14px;
        height: auto;
        margin-bottom: 5px; } }

/* スクロールでデザイン変更（※トップページはスクロールで変化、下層ページはデフォルトでスクロール変化後デザイン） */
#header.scroll-header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* menu */ }
  @media (max-width: 1200px) {
    #header.scroll-header {
      height: 80px; } }
  @media (max-width: 768px) {
    #header.scroll-header {
      height: 50px; } }
  #header.scroll-header h1.top-logo {
    display: none; }
  #header.scroll-header h1.common-logo {
    display: flex;
    width: 220px;
    margin-left: 50px;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media (max-width: 1400px) {
      #header.scroll-header h1.common-logo {
        width: 180px;
        margin-left: 20px; } }
    @media (max-width: 1200px) {
      #header.scroll-header h1.common-logo {
        width: 140px;
        margin-left: 10px; } }
    @media (max-width: 768px) {
      #header.scroll-header h1.common-logo {
        width: 130px;
        margin-left: 5%; } }
  #header.scroll-header .menu-wrap {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 768px) {
      #header.scroll-header .menu-wrap {
        flex-direction: column;
        align-items: stretch; } }
  #header.scroll-header .menu {
    margin: 0 20px 0 0; }
    @media (max-width: 1200px) {
      #header.scroll-header .menu {
        margin: 0 10px 0 0; } }
    @media (max-width: 768px) {
      #header.scroll-header .menu {
        margin: 0 auto; } }
    #header.scroll-header .menu li {
      padding: 6px 20px 0 20px; }
      @media screen and (max-width: 1600px) {
        #header.scroll-header .menu li {
          padding: 6px 12px 0 12px;
          font-size: 16px; } }
      @media (max-width: 1400px) {
        #header.scroll-header .menu li {
          padding: 6px 10px 0 10px;
          font-size: 15px; } }
      @media (max-width: 1200px) {
        #header.scroll-header .menu li {
          padding: 6px 7px 0 7px;
          font-size: 14px; } }
      @media (max-width: 768px) {
        #header.scroll-header .menu li {
          padding: 5px 0;
          font-size: 18px; } }
      @media (max-width: 500px) {
        #header.scroll-header .menu li {
          padding: 2px 0; } }
      @media (max-width: 320px) {
        #header.scroll-header .menu li {
          padding: 0;
          font-size: 16px; } }
  #header.scroll-header .menu-contact {
    margin: 0; }
    @media (max-width: 1200px) {
      #header.scroll-header .menu-contact {
        height: 80px; } }
    @media (max-width: 768px) {
      #header.scroll-header .menu-contact {
        height: auto; } }
    @media (max-width: 1400px) {
      #header.scroll-header .menu-contact .menu-tel {
        width: 200px;
        font-size: 14px; } }
    @media (max-width: 1200px) {
      #header.scroll-header .menu-contact .menu-tel {
        display: none; } }
    @media (max-width: 768px) {
      #header.scroll-header .menu-contact .menu-tel {
        display: flex;
        width: 100%; } }
    @media (max-width: 1400px) {
      #header.scroll-header .menu-contact .menu-tel .tel-number {
        font-size: 20px; } }
    @media (max-width: 1200px) {
      #header.scroll-header .menu-contact .menu-mail {
        height: 80px; } }
    @media (max-width: 768px) {
      #header.scroll-header .menu-contact .menu-mail {
        height: auto; } }

/*　footer　
------------------------------------------------------------
------------------------------------------------------------*/
footer {
  position: relative; }

/* お問い合わせ */
.footer-contact {
  display: flex;
  flex-wrap: wrap; }
  .footer-contact div {
    padding: 100px 20px;
    width: 33.333%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .footer-contact div {
        padding: 30px 5%;
        justify-content: flex-start; } }
    @media (max-width: 500px) {
      .footer-contact div {
        padding: 30px 2%; } }
    .footer-contact div:nth-child(1) {
      background-color: #f7f9f9; }
      @media (max-width: 768px) {
        .footer-contact div:nth-child(1) {
          width: 100%; } }
      .footer-contact div:nth-child(1) .common-title {
        margin: 0 auto 50px auto; }
        @media (max-width: 768px) {
          .footer-contact div:nth-child(1) .common-title {
            margin: 20px auto 30px auto; } }
      .footer-contact div:nth-child(1) p {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.6em; }
        @media (max-width: 1400px) {
          .footer-contact div:nth-child(1) p {
            font-size: 18px; } }
        @media (max-width: 768px) {
          .footer-contact div:nth-child(1) p {
            margin-bottom: 20px;
            font-size: 16px; } }
    .footer-contact div:nth-child(2) {
      color: #fff;
      background: linear-gradient(to bottom, #7a8485, #aebabc); }
      @media (max-width: 768px) {
        .footer-contact div:nth-child(2) {
          width: 50%; } }
      .footer-contact div:nth-child(2) p {
        font-weight: bold;
        line-height: 1.6em; }
        @media (max-width: 500px) {
          .footer-contact div:nth-child(2) p {
            font-size: 13px; } }
      .footer-contact div:nth-child(2) a {
        padding-left: 5px;
        font-size: 36px;
        color: #fff; }
        @media (max-width: 1400px) {
          .footer-contact div:nth-child(2) a {
            font-size: 30px; } }
        @media (max-width: 768px) {
          .footer-contact div:nth-child(2) a {
            font-size: 24px; } }
        @media (max-width: 500px) {
          .footer-contact div:nth-child(2) a {
            font-size: 18px;
            text-decoration: underline; } }
    .footer-contact div:nth-child(3) {
      color: #fff;
      background: linear-gradient(to bottom, #35475b, #4c6580); }
      @media (max-width: 768px) {
        .footer-contact div:nth-child(3) {
          width: 50%; } }
      .footer-contact div:nth-child(3) .common-button {
        margin-top: 0; }
        @media (max-width: 768px) {
          .footer-contact div:nth-child(3) .common-button {
            margin-top: 10px; } }
        .footer-contact div:nth-child(3) .common-button a {
          color: #446584; }
          @media (max-width: 1200px) {
            .footer-contact div:nth-child(3) .common-button a {
              min-width: 210px; } }
          @media (max-width: 500px) {
            .footer-contact div:nth-child(3) .common-button a {
              min-width: 150px; } }
  .footer-contact h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4em; }
    @media (max-width: 1400px) {
      .footer-contact h4 {
        font-size: 24px; } }
    @media (max-width: 768px) {
      .footer-contact h4 {
        font-size: 16px; } }
    .footer-contact h4 br {
      display: none; }
      @media (max-width: 500px) {
        .footer-contact h4 br {
          display: block; } }
  .footer-contact img {
    width: 40px;
    height: auto;
    margin: 30px auto; }
    @media (max-width: 768px) {
      .footer-contact img {
        width: 30px;
        margin: 15px auto; } }

/* footer */
.footer-wrap {
  padding: 90px 0 20px 0;
  color: #fff;
  background: url("../images/common/footer_bk.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .footer-wrap {
      padding: 50px 0 30px 0;
      flex-direction: column;
      background: url("../images/common/footer_bk_sp.jpg") no-repeat;
      background-size: cover;
      background-position: center center; } }

.footer-address {
  width: 50%; }
  @media (max-width: 768px) {
    .footer-address {
      width: 100%; } }
  .footer-address h1 {
    width: 460px;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media (max-width: 1200px) {
      .footer-address h1 {
        width: 360px; } }
    @media (max-width: 768px) {
      .footer-address h1 {
        width: 210px; } }
    .footer-address h1 img {
      width: 100%;
      height: auto; }
  .footer-address p {
    padding: 50px 0 0 100px; }
    @media (max-width: 1200px) {
      .footer-address p {
        padding: 50px 0 0 80px; } }
    @media (max-width: 768px) {
      .footer-address p {
        padding: 50px 5%; } }

.footer-sitemap {
  width: 50%;
  display: flex; }
  @media (max-width: 768px) {
    .footer-sitemap {
      width: 90%;
      margin: 0 5%;
      flex-direction: column; } }
  .footer-sitemap ul {
    width: 50%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    line-height: 1.4em; }
    @media (max-width: 768px) {
      .footer-sitemap ul {
        width: 100%;
        padding-right: 0; } }
    .footer-sitemap ul a {
      width: 100%;
      padding: 10px 0;
      display: block;
      font-weight: bold;
      color: #fff; }
      .footer-sitemap ul a:hover {
        opacity: 0.6; }
      @media (max-width: 768px) {
        .footer-sitemap ul a {
          padding: 13px 0; } }
    .footer-sitemap ul .in-page {
      display: flex;
      align-items: center; }
      .footer-sitemap ul .in-page span {
        padding-right: 5px; }

.copyright {
  width: 100%;
  padding-top: 100px;
  font-size: 14px;
  line-height: 1.6em;
  display: flex;
  justify-content: center;
  text-align: center; }
  @media (max-width: 1400px) {
    .copyright {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .copyright {
      padding: 30px 90px 0 5%;
      font-size: 10px;
      justify-content: flex-start;
      text-align: left; } }
  .copyright span {
    text-decoration: underline; }

/* ページトップ */
#page-top {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 768px) {
    #page-top {
      width: 90px;
      height: 90px; } }
  #page-top a {
    display: block;
    width: 150px;
    height: 150px;
    background: url("../images/common/page-top.svg") no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media (max-width: 768px) {
      #page-top a {
        width: 90px;
        height: 90px; } }
  #page-top:hover a {
    background: url("../images/common/page-top_hover.svg") no-repeat; }

/*
------------------------------------------------------------
------------------------------------------------------------
トップページ
------------------------------------------------------------
------------------------------------------------------------*/
/* main-visual */
.main-visual-wrap {
  height: calc(100vh - 70px);
  min-height: 600px;
  max-height: 820px;
  margin-top: -200px;
  background-image: url("../images/top/main-visual_triangle_b.svg"), url("../images/top/main-visual.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: 60% auto, cover;
  background-position: left top, center center;
  background-blend-mode: multiply;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  animation: fadeInBackgroundScale 2s ease-out forwards; }
  @media (max-width: 1200px) {
    .main-visual-wrap {
      background-size: 80% auto, cover; } }
  @media (max-width: 768px) {
    .main-visual-wrap {
      max-height: 700px; } }
  @media (max-width: 500px) {
    .main-visual-wrap {
      height: 500px;
      min-height: auto;
      background-image: url("../images/top/main-visual_triangle_b_sp.svg"), url("../images/top/main-visual_sp.jpg");
      background-size: 250px auto, cover; } }

/* アニメーションの演出 */
@keyframes fadeInBackgroundScale {
  from {
    opacity: 0;
    transform: scale(1.1); }
  to {
    opacity: 1;
    transform: scale(1); } }
.main-visual {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../images/top/main-visual_triangle_w.svg"), url("../images/top/main-visual_en.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 60% auto, 86px auto;
  background-position: bottom right, bottom right 20px;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1200px) {
    .main-visual {
      background-size: 80% auto, 70px auto;
      background-position: bottom right, bottom right 10px; } }
  @media (max-width: 500px) {
    .main-visual {
      background-image: url("../images/top/main-visual_triangle_w_sp.svg"), url("../images/top/main-visual_en.svg");
      background-size: 300px auto, 44px auto; } }
  .main-visual img {
    width: 100%;
    height: auto; }

.main-visual-title {
  width: 70%;
  max-width: 700px;
  margin: 50px 50px 0 0;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1400px) {
    .main-visual-title {
      max-width: 600px; } }
  @media (max-width: 1200px) {
    .main-visual-title {
      margin: 50px 20px 0 0; } }
  @media (max-width: 500px) {
    .main-visual-title {
      width: 85%;
      margin: 50px 5% 0 0; } }

.main-visual-text {
  width: 70%;
  max-width: 700px;
  margin: 15px 50px 20px 0;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1400px) {
    .main-visual-text {
      max-width: 600px; } }
  @media (max-width: 1200px) {
    .main-visual-text {
      margin: 15px 20px 15px 0; } }

.main-visual-en {
  width: 86px;
  position: absolute;
  right: 20px;
  bottom: 0;
  mix-blend-mode: multiply;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1200px) {
    .main-visual-en {
      width: 70px;
      right: 10px; } }
  @media (max-width: 500px) {
    .main-visual-en {
      width: 44px; } }
  .main-visual-en img {
    width: 100%;
    height: auto; }

/* スライドの演出 */
.slide-image {
  opacity: 0;
  transition: all 0.8s ease-out; }
  .slide-image.show {
    opacity: 1;
    transform: translateX(0); }

.slide-from-left {
  transform: translateX(-100px); }

.slide-from-right {
  transform: translateX(100px); }

@keyframes fadeInTitle {
  to {
    opacity: 1; } }
/* お知らせ */
.top-news {
  min-height: 50px;
  margin: 10px 30px;
  display: flex;
  align-items: center;
  line-height: 1.4em; }
  @media (max-width: 768px) {
    .top-news {
      height: auto;
      margin: 30px 5%;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .top-news h3 {
    margin-right: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: bold;
    border-right: solid 1px #dbdbdb; }
    @media (max-width: 768px) {
      .top-news h3 {
        order: 1;
        margin-right: 0;
        padding-right: 0;
        font-size: 18px;
        border-right: none; } }
  .top-news dl {
    display: flex; }
    @media (max-width: 768px) {
      .top-news dl {
        order: 3;
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        flex-direction: column;
        border-top: solid 1px #dbdbdb; } }
    .top-news dl dt {
      margin-right: 10px; }
      @media (max-width: 768px) {
        .top-news dl dt {
          width: 100%;
          margin-right: 0; } }
    .top-news dl dd {
      margin-right: 30px;
      font-weight: bold; }
      @media (max-width: 768px) {
        .top-news dl dd {
          width: 100%;
          margin-right: 0; } }
    .top-news dl a::after {
      content: "";
      display: inline-block;
      width: 9px;
      height: 16px;
      background-image: url("../images/common/arrow_right.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      margin-left: 10px;
      margin-bottom: -1px;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .top-news dl a:hover {
      color: #446584; }
      .top-news dl a:hover::after {
        background-image: url("../images/common/arrow_right_hover.svg"); }
  @media (max-width: 768px) {
    .top-news p {
      order: 2; } }

/* 取扱業務 */
.top-service {
  padding-bottom: 580px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url("../images/top/top_service_image_01.jpg"), url("../images/top/top_service_image_02.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 1200px auto, 1600px auto;
  background-position: left bottom 353px, right bottom;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1400px) {
    .top-service {
      padding-bottom: 450px;
      background-size: 875px auto, 1166px auto;
      background-position: left bottom 263px, right bottom; } }
  @media (max-width: 1200px) {
    .top-service {
      padding-bottom: 44.33%;
      background-image: url("../images/top/top_service_image_01-02_tb.webp");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center bottom; } }
  @media (max-width: 768px) {
    .top-service {
      padding-bottom: 57.6%;
      flex-direction: column;
      background-image: url("../images/top/top_service_image_01-02_sp.webp");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center bottom; } }

.top-service-text {
  max-width: 700px;
  padding: 0 30px 30px 30px;
  background-color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 768px) {
    .top-service-text {
      width: 90%;
      margin: 0 auto;
      padding: 0 0 30px 0; } }
  .top-service-text .common-title {
    margin: 120px auto 60px auto; }
    @media (max-width: 768px) {
      .top-service-text .common-title {
        margin: 100px auto 60px auto; } }
  .top-service-text .common-button {
    margin-top: 30px; }

.top-service-img {
  max-width: 700px;
  margin-top: 190px; }
  @media (max-width: 1400px) {
    .top-service-img {
      margin-top: 260px; } }
  @media (max-width: 1200px) {
    .top-service-img {
      margin-top: 160px; } }
  @media (max-width: 768px) {
    .top-service-img {
      width: 90%;
      max-width: 500px;
      margin: 0 auto 20px auto; } }
  .top-service-img img {
    width: 100%;
    height: auto; }

/* サポートの流れ */
.top-support {
  margin-top: -100px;
  padding: 200px 0;
  background: linear-gradient(to right, #f7f9f9 0%, #f7f9f9 90%, #fff 90%, #fff 100%);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1400px) {
    .top-support {
      background: linear-gradient(to right, #f7f9f9 0%, #f7f9f9 96%, #fff 96%, #fff 100%); } }
  @media (max-width: 768px) {
    .top-support {
      margin-top: -50px;
      padding: 50px 0 100px 0;
      background: #f7f9f9; } }

.top-support-list {
  margin: 60px 0; }
  @media (max-width: 768px) {
    .top-support-list {
      margin: 50px 0; } }
  .top-support-list li {
    height: 100%;
    display: flex;
    align-items: flex-end;
    /* 1・3・5 */
    /* 2・4 */ }
    .top-support-list li:nth-child(odd) {
      background: linear-gradient(to right, #446584 180px, transparent 180px); }
      @media (max-width: 768px) {
        .top-support-list li:nth-child(odd) {
          background: linear-gradient(to right, #446584 60px, transparent 60px); } }
      .top-support-list li:nth-child(odd) h4 {
        color: #446584; }
    .top-support-list li:nth-child(even) {
      background: linear-gradient(to right, #0b375b 180px, transparent 180px); }
      @media (max-width: 768px) {
        .top-support-list li:nth-child(even) {
          background: linear-gradient(to right, #0b375b 60px, transparent 60px); } }
      .top-support-list li:nth-child(even) h4 {
        color: #0b375b; }
    .top-support-list li .support-no {
      width: 180px;
      height: 100%;
      min-height: 160px;
      margin-right: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      @media (max-width: 768px) {
        .top-support-list li .support-no {
          width: 60px;
          min-height: 130px;
          margin-right: 20px; } }
      @media (max-width: 500px) {
        .top-support-list li .support-no {
          min-height: 240px; } }
      .top-support-list li .support-no p {
        margin-top: -20px;
        color: #fff;
        text-align: center;
        font-family: "Sorts Mill Goudy", serif;
        font-weight: 400;
        font-style: italic;
        line-height: 1.6em;
        align-items: center; }
        @media (max-width: 768px) {
          .top-support-list li .support-no p {
            font-size: 12px; } }
        @media (max-width: 500px) {
          .top-support-list li .support-no p {
            margin-top: -140px; } }
        .top-support-list li .support-no p span {
          font-size: 60px; }
          @media (max-width: 768px) {
            .top-support-list li .support-no p span {
              font-size: 40px; } }
      .top-support-list li .support-no::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-bottom: 30px solid #f7f9f9;
        border-left: 90px solid transparent; }
        @media (max-width: 768px) {
          .top-support-list li .support-no::before {
            border-bottom: 20px solid #f7f9f9;
            border-left: 30px solid transparent; } }
      .top-support-list li .support-no::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 30px solid #f7f9f9;
        border-right: 90px solid transparent; }
        @media (max-width: 768px) {
          .top-support-list li .support-no::after {
            border-bottom: 20px solid #f7f9f9;
            border-right: 30px solid transparent; } }
    .top-support-list li .support-content {
      width: calc(100% - 230px);
      border-bottom: solid 1px #dbdbdb;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .top-support-list li .support-content {
          width: calc(100% - 80px); } }
      @media (max-width: 500px) {
        .top-support-list li .support-content {
          flex-direction: column; } }
      .top-support-list li .support-content .support-text {
        padding: 30px 0; }
        @media (max-width: 768px) {
          .top-support-list li .support-content .support-text {
            padding: 15px 0 10px 0; } }
        .top-support-list li .support-content .support-text h4 {
          padding-bottom: 10px;
          font-size: 30px;
          font-weight: bold; }
          @media (max-width: 768px) {
            .top-support-list li .support-content .support-text h4 {
              padding-bottom: 5px;
              font-size: 20px; } }
        @media (max-width: 768px) {
          .top-support-list li .support-content .support-text p {
            font-size: 15px; } }
      .top-support-list li .support-content .support-img {
        width: 160px;
        padding: 30px 0; }
        @media (max-width: 500px) {
          .top-support-list li .support-content .support-img {
            margin: 0 auto;
            padding: 0 0 20px 0; } }
  .top-support-list img {
    width: 100px;
    height: auto;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .top-support-list img {
        width: 70px; } }

/* かとうマネジメントニュース */
.top-management {
  margin: 100px 0 200px 0;
  position: relative; }
  @media (max-width: 768px) {
    .top-management {
      margin: 100px 0 160px 0; } }
  @media (max-width: 500px) {
    .top-management {
      margin: 100px 0 200px 0; } }
  .top-management .management-img {
    position: absolute;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .top-management .management-img.img-top {
      width: 300px;
      top: -250px;
      left: 5%; }
      @media (max-width: 1400px) {
        .top-management .management-img.img-top {
          width: 240px;
          top: -220px;
          left: 1%; } }
      @media (max-width: 768px) {
        .top-management .management-img.img-top {
          width: 180px;
          top: -130px;
          left: 5%; } }
      @media (max-width: 500px) {
        .top-management .management-img.img-top {
          width: 140px; } }
    .top-management .management-img.img-bottom {
      width: 460px;
      bottom: -170px;
      right: 1%; }
      @media (max-width: 1400px) {
        .top-management .management-img.img-bottom {
          width: 360px; } }
      @media (max-width: 768px) {
        .top-management .management-img.img-bottom {
          width: 280px;
          margin: 0 auto;
          bottom: -130px; } }
      @media (max-width: 500px) {
        .top-management .management-img.img-bottom {
          width: 220px;
          bottom: -180px;
          right: 0;
          left: 0; } }
    .top-management .management-img img {
      width: 100%;
      height: auto; }
  .top-management .content {
    position: relative;
    z-index: 1; }

.top-management-title {
  margin: 0 auto 90px auto; }
  @media (max-width: 768px) {
    .top-management-title {
      margin: 0 auto 60px auto;
      text-align: center; } }
  .top-management-title div {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .top-management-title div {
        flex-direction: column-reverse; } }
    .top-management-title div h3 {
      font-size: 40px;
      font-weight: bold; }
      @media (max-width: 1400px) {
        .top-management-title div h3 {
          font-size: 38px; } }
      @media (max-width: 768px) {
        .top-management-title div h3 {
          font-size: 30px; } }
      @media (max-width: 500px) {
        .top-management-title div h3 {
          font-size: 25px; } }
    .top-management-title div img {
      width: 52px;
      margin: 0 0 0 10px; }
      @media (max-width: 768px) {
        .top-management-title div img {
          width: 46px;
          margin: 0 0 10px 0; } }
      @media (max-width: 500px) {
        .top-management-title div img {
          width: 34px; } }
  .top-management-title p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .top-management-title p {
        margin-top: 10px;
        font-size: 24px; } }
    @media (max-width: 500px) {
      .top-management-title p {
        margin-top: 5px;
        font-size: 20px; } }

.top-management-list {
  margin-top: 60px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 500px) {
    .top-management-list {
      margin-top: 50px;
      flex-direction: column; } }
  .top-management-list li {
    width: 23.5%; }
    @media (max-width: 500px) {
      .top-management-list li {
        width: 100%;
        margin-bottom: 10px; } }
    .top-management-list li a {
      width: 100%;
      height: 100%;
      padding: 20px 20px 50px 20px;
      position: relative;
      display: block;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
      @media (max-width: 500px) {
        .top-management-list li a {
          padding: 10px 46px 20px 20px; } }
      .top-management-list li a::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 30px;
        bottom: 20px;
        right: 20px;
        background-image: url("../images/common/icon_pdf.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
        @media (max-width: 500px) {
          .top-management-list li a::after {
            width: 20px;
            height: 28px;
            bottom: 15px;
            right: 15px; } }
      .top-management-list li a p:nth-child(1) {
        margin: 0 0 15px -30px;
        text-indent: -40px;
        padding-left: 40px;
        color: #aabbbc;
        font-family: "Sorts Mill Goudy", serif;
        font-weight: 400;
        font-style: italic;
        line-height: 1em;
        font-size: 18px; }
        @media (max-width: 500px) {
          .top-management-list li a p:nth-child(1) {
            margin: 0 0 15px -20px; } }
        .top-management-list li a p:nth-child(1)::before {
          content: "";
          display: inline-block;
          width: 30px;
          height: 1px;
          background-color: #aabbbc;
          margin-right: 10px;
          vertical-align: middle; }
      .top-management-list li a p:nth-child(3) {
        font-weight: bold;
        line-height: 1.6em; }
      .top-management-list li a:hover {
        color: #446584;
        background-color: #e8eded;
        box-shadow: none; }
        .top-management-list li a:hover::after {
          background-image: url("../images/common/icon_pdf_hover.svg"); }
        .top-management-list li a:hover p:nth-child(1) {
          color: #446584; }
          .top-management-list li a:hover p:nth-child(1)::before {
            background-color: #446584; }

/* よくあるご質問 */
.top-faq {
  display: flex; }
  @media (max-width: 500px) {
    .top-faq {
      flex-direction: column-reverse; } }

.faq-img {
  width: 25%;
  background: url("../images/top/top_faq_bk.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1400px) {
    .faq-img {
      width: 20%; } }
  @media (max-width: 500px) {
    .faq-img {
      position: relative;
      width: 100%;
      padding-bottom: 66.6667%;
      background: url("../images/top/top_faq_bk_sp.jpg") no-repeat;
      background-size: cover;
      background-position: center; } }

.faq-content {
  width: 75%;
  padding: 0 100px 120px 100px;
  background-color: #e8eded;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1400px) {
    .faq-content {
      width: 80%;
      padding: 0 50px 120px 50px; } }
  @media (max-width: 768px) {
    .faq-content {
      padding: 0 20px 60px 20px; } }
  @media (max-width: 500px) {
    .faq-content {
      width: 100%;
      padding: 0 5% 50px 5%; } }

.faq-item {
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease; }
  .faq-item:not(:first-child) {
    margin-top: 10px; }

.faq-symbol {
  width: 40px;
  margin-right: 20px;
  text-align: center;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 50px; }
  @media (max-width: 1400px) {
    .faq-symbol {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .faq-symbol {
      width: 35px;
      margin-right: 10px;
      font-size: 30px; } }

.faq-question {
  margin: 25px 30px 0 30px;
  padding-bottom: 25px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 768px) {
    .faq-question {
      margin: 20px 20px 0 20px;
      padding-bottom: 20px; } }
  .faq-question::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e8eded;
    bottom: -1px;
    right: 0; }
  .faq-question .faq-symbol {
    color: #446584; }
  .faq-question .faq-text {
    width: calc(100% - 60px);
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em; }
    @media (max-width: 1400px) {
      .faq-question .faq-text {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .faq-question .faq-text {
        width: calc(100% - 45px);
        font-size: 17px; } }
    @media (max-width: 500px) {
      .faq-question .faq-text {
        font-size: 16px; } }
  .faq-question .faq-toggle {
    width: 20px; }
    .faq-question .faq-toggle img {
      width: 100%;
      height: auto; }

.faq-answer {
  max-height: 0;
  margin: 0 25px 0 60px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .faq-answer {
      margin: 0 20px; } }
  .faq-answer.active {
    max-height: none;
    padding: 25px 0; }
    @media (max-width: 768px) {
      .faq-answer.active {
        padding: 20px 0; } }
  .faq-answer .faq-symbol {
    color: #aabbbc; }
  .faq-answer .faq-text {
    width: calc(100% - 60px);
    line-height: 1.6em; }
    @media (max-width: 768px) {
      .faq-answer .faq-text {
        width: calc(100% - 45px); } }
    @media (max-width: 500px) {
      .faq-answer .faq-text {
        font-size: 15px; } }

/*
------------------------------------------------------------
------------------------------------------------------------
下層ページ
------------------------------------------------------------
------------------------------------------------------------*/
/* ページタイトル */
.page-title-wrap {
  height: 300px;
  margin: 100px 0 120px 0; }
  .page-title-wrap.page-greeting {
    background: url("../images/subpage/header_greeting.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center bottom; }
    @media screen and (max-width: 1440px) {
      .page-title-wrap.page-greeting {
        background-size: cover; } }
  .page-title-wrap.page-office {
    background: url("../images/subpage/header_office.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center bottom; }
    @media screen and (max-width: 1440px) {
      .page-title-wrap.page-office {
        background-size: cover; } }
  .page-title-wrap.page-service {
    background: url("../images/subpage/header_service.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center bottom; }
    @media screen and (max-width: 1440px) {
      .page-title-wrap.page-service {
        background-size: cover; } }
  .page-title-wrap.page-management {
    background: url("../images/subpage/header_management.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center bottom; }
    @media screen and (max-width: 1440px) {
      .page-title-wrap.page-management {
        background-size: cover; } }
  .page-title-wrap.page-news {
    background: url("../images/subpage/header_news.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center bottom; }
    @media screen and (max-width: 1440px) {
      .page-title-wrap.page-news {
        background-size: cover; } }
  .page-title-wrap.page-contact {
    background: url("../images/subpage/header_contact.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center bottom; }
    @media screen and (max-width: 1440px) {
      .page-title-wrap.page-contact {
        background-size: cover; } }
  @media (max-width: 1200px) {
    .page-title-wrap {
      margin: 80px 0 120px 0; } }
  @media (max-width: 768px) {
    .page-title-wrap {
      height: 125px;
      margin: 50px 0 60px 0; } }

.page-title {
  height: 260px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center; }
  @media (max-width: 768px) {
    .page-title {
      height: 125px;
      padding-top: 0; } }
  .page-title p {
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 124px;
    color: #aabbbc;
    mix-blend-mode: multiply;
    opacity: 0.4;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media (max-width: 1200px) {
      .page-title p {
        font-size: 100px; } }
    @media (max-width: 768px) {
      .page-title p {
        font-size: 47px; } }
    .page-title p.long-text {
      font-size: 100px; }
      @media (max-width: 1200px) {
        .page-title p.long-text {
          font-size: 80px; } }
      @media (max-width: 768px) {
        .page-title p.long-text {
          font-size: 47px; } }
      @media (max-width: 500px) {
        .page-title p.long-text {
          font-size: 40px; } }
  .page-title h2 {
    margin-top: -3px;
    font-size: 60px;
    font-weight: bold;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media (max-width: 1200px) {
      .page-title h2 {
        margin-top: -6px;
        font-size: 48px; } }
    @media (max-width: 768px) {
      .page-title h2 {
        margin-top: -18px;
        font-size: 25px; } }

/* パンくず */
.pankuzu {
  min-height: 40px;
  padding: 0 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.4em;
  color: #999999; }
  @media (max-width: 1200px) {
    .pankuzu {
      font-size: 14px; } }
  .pankuzu li, .pankuzu p {
    padding-left: 5px; }
    .pankuzu li:not(:last-child)::after, .pankuzu p:not(:last-child)::after {
      content: "-";
      padding-left: 5px; }
    .pankuzu li a, .pankuzu p a {
      text-decoration: underline;
      transition: all .3s; }
      .pankuzu li a:hover, .pankuzu p a:hover {
        opacity: 0.6; }
  .pankuzu li br {
    display: none; }

/* 画像 */
/*.subpage-img-1{
}*/
.subpage-img-2 {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 500px) {
    .subpage-img-2 {
      flex-direction: column; } }
  .subpage-img-2 img {
    width: calc(50% - 2px);
    height: auto; }
    @media (max-width: 500px) {
      .subpage-img-2 img {
        width: 90%;
        margin: 2px 5%; } }

/* ご挨拶　greeting.html
------------------------------------------------------------*/
.greeting {
  padding: 90px 0;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 768px) {
    .greeting {
      padding: 50px 0;
      background: #f7f9f9; } }
  .greeting.greeting-01 {
    margin-bottom: 100px;
    background: linear-gradient(to right, #f7f9f9 0%, #f7f9f9 90%, #fff 90%, #fff 100%); }
    @media (max-width: 1400px) {
      .greeting.greeting-01 {
        background: linear-gradient(to right, #f7f9f9 0%, #f7f9f9 96%, #fff 96%, #fff 100%); } }
    @media (max-width: 768px) {
      .greeting.greeting-01 {
        margin-bottom: 60px;
        background: #f7f9f9; } }
  .greeting.greeting-02 {
    margin-bottom: 120px;
    background: linear-gradient(to right, #fff 0%, #fff 10%, #e8eded 10%, #e8eded 100%); }
    @media (max-width: 1400px) {
      .greeting.greeting-02 {
        background: linear-gradient(to right, #fff 0%, #fff 4%, #e8eded 4%, #e8eded 100%); } }
    @media (max-width: 768px) {
      .greeting.greeting-02 {
        margin-bottom: 100px;
        background: #f7f9f9; } }
  .greeting h4 {
    margin-top: 90px; }
    @media (max-width: 768px) {
      .greeting h4 {
        margin-top: 60px; } }

.greeting-name {
  margin: 20px 0 30px 0;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .greeting-name {
      margin: 0 0 10px 0;
      font-size: 22px; } }
  .greeting-name span {
    margin-left: 20px;
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: #aabbbc; }
    @media (max-width: 768px) {
      .greeting-name span {
        font-size: 16px; } }

.greeting-number {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .greeting-number {
      margin-bottom: 30px; } }

.greeting-list {
  margin-top: 30px;
  padding: 0 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  border-left: solid 2px #446584;
  line-height: 1.6em; }
  .greeting-list dt {
    width: 150px;
    padding: 5px 0; }
    .greeting-list dt:first-child {
      width: 100%; }
    @media (max-width: 1200px) {
      .greeting-list dt {
        width: 135px; } }
    @media (max-width: 768px) {
      .greeting-list dt {
        width: 120px; } }
  .greeting-list dd {
    width: calc(100% - 150px);
    padding: 5px 0; }
    @media (max-width: 1200px) {
      .greeting-list dd {
        width: calc(100% - 135px); } }
    @media (max-width: 768px) {
      .greeting-list dd {
        width: calc(100% - 120px); } }

/* 事務所について　office.html
------------------------------------------------------------*/
.office .table {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .office .table {
      margin-bottom: 30px; } }
  .office .table dl {
    display: flex;
    flex-wrap: wrap; }
    .office .table dl dt {
      width: 140px; }
      @media (max-width: 1200px) {
        .office .table dl dt {
          width: 130px; } }
      @media (max-width: 768px) {
        .office .table dl dt {
          width: 120px; } }
      @media (max-width: 500px) {
        .office .table dl dt {
          width: 100%; } }
    .office .table dl dd {
      width: calc(100% - 140px); }
      @media (max-width: 1200px) {
        .office .table dl dd {
          width: calc(100% - 130px); } }
      @media (max-width: 768px) {
        .office .table dl dd {
          width: calc(100% - 120px); } }
      @media (max-width: 500px) {
        .office .table dl dd {
          width: 100%;
          padding-left: 1em; } }

.google-map {
  margin-top: 50px;
  line-height: 0; }
  @media (max-width: 768px) {
    .google-map {
      margin-top: 30px;
      height: 300px; } }

/* 取扱業務　service.html
------------------------------------------------------------*/
/* ページ内リンク */
.page-link {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.2em; }
  @media (max-width: 768px) {
    .page-link {
      margin-bottom: 50px; } }
  @media (max-width: 500px) {
    .page-link {
      margin-bottom: 30px; } }
  .page-link li {
    width: 24%;
    padding-bottom: 30px;
    position: relative;
    background: url("../images/common/arrow_down.svg") no-repeat;
    background-size: 20px auto;
    background-position: center bottom;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media (max-width: 500px) {
      .page-link li {
        width: 48%;
        padding-bottom: 25px;
        font-size: 14px; }
        .page-link li:nth-child(n+3) {
          margin-top: 20px; } }
    @media (max-width: 320px) {
      .page-link li {
        width: 49%; } }
    .page-link li::after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      bottom: 20px;
      left: 0;
      background-color: #aabbbc;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .page-link li:hover {
      background: url("../images/common/arrow_down_hover.svg") no-repeat;
      background-size: 20px auto;
      background-position: center bottom; }
      .page-link li:hover a {
        color: #446584; }
      .page-link li:hover::after {
        background-color: #446584; }

.service-intro {
  margin-bottom: 90px;
  display: flex;
  align-items: center; }
  @media (max-width: 500px) {
    .service-intro {
      flex-direction: column; } }
  .service-intro div {
    width: 50%; }
    @media (max-width: 500px) {
      .service-intro div {
        width: 100%;
        margin-bottom: 20px; } }
    .service-intro div img {
      width: 100%;
      height: auto; }
  .service-intro p {
    width: 50%;
    padding-left: 50px; }
    @media (max-width: 1200px) {
      .service-intro p {
        padding-left: 20px; } }
    @media (max-width: 500px) {
      .service-intro p {
        width: 100%;
        padding-left: 0; } }

.service {
  display: flex; }
  @media (max-width: 500px) {
    .service {
      flex-direction: column-reverse; } }

.service-img {
  width: 25%; }
  @media (max-width: 1200px) {
    .service-img {
      width: 20%; } }
  @media (max-width: 500px) {
    .service-img {
      position: relative;
      width: 100%;
      margin-top: 20px;
      padding-bottom: 66.6667%; } }
  .service-img.img-01 {
    background: url("../images/subpage/service_01_bk.jpg") no-repeat;
    background-size: cover;
    background-position: right center; }
    @media (max-width: 500px) {
      .service-img.img-01 {
        background: url("../images/subpage/service_01_bk_sp.jpg") no-repeat;
        background-size: cover;
        background-position: center; } }
  .service-img.img-02 {
    background: url("../images/subpage/service_02_bk.jpg") no-repeat;
    background-size: cover;
    background-position: left center; }
    @media (max-width: 500px) {
      .service-img.img-02 {
        background: url("../images/subpage/service_02_bk_sp.jpg") no-repeat;
        background-size: cover;
        background-position: center; } }
  .service-img.img-03 {
    background: url("../images/subpage/service_03_bk.jpg") no-repeat;
    background-size: cover;
    background-position: right center; }
    @media (max-width: 500px) {
      .service-img.img-03 {
        background: url("../images/subpage/service_03_bk_sp.jpg") no-repeat;
        background-size: cover;
        background-position: center; } }

.service-detail {
  width: 75%;
  max-width: 1440px;
  padding: 60px 100px 100px 100px;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 1400px) {
    .service-detail {
      padding: 40px 60px 60px 60px; } }
  @media (max-width: 1200px) {
    .service-detail {
      width: 80%;
      padding: 40px 50px 50px 50px; } }
  @media (max-width: 768px) {
    .service-detail {
      padding: 30px 5% 0 5%; } }
  @media (max-width: 500px) {
    .service-detail {
      width: 100%;
      padding: 0 5%; } }
  .service-detail .service-title {
    margin-bottom: 40px;
    display: flex;
    align-items: center; }
    .service-detail .service-title h3 {
      margin-left: 30px;
      font-weight: bold;
      font-size: 40px;
      font-feature-settings: "palt"; }
      @media (max-width: 1400px) {
        .service-detail .service-title h3 {
          margin-left: 20px;
          font-size: 38px; } }
      @media (max-width: 768px) {
        .service-detail .service-title h3 {
          font-size: 30px; } }
      @media (max-width: 500px) {
        .service-detail .service-title h3 {
          font-size: 25px; } }
    .service-detail .service-title img {
      width: 100px;
      height: auto; }
      @media (max-width: 768px) {
        .service-detail .service-title img {
          width: 70px; } }

.service-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .service-text div {
    width: 48%; }
    @media (max-width: 768px) {
      .service-text div {
        width: 100%; } }
    .service-text div h4 {
      margin: 100px 0 10px 0;
      padding-bottom: 10px;
      color: #446584;
      font-weight: bold;
      line-height: 1.4em;
      font-size: 30px;
      font-feature-settings: "palt";
      border-bottom: solid 1px #446584; }
      @media (max-width: 1400px) {
        .service-text div h4 {
          margin: 90px 0 5px 0;
          font-size: 24px; } }
      @media (max-width: 768px) {
        .service-text div h4 {
          margin: 50px 0 5px 0;
          font-size: 20px; } }
    .service-text div h5 {
      font-weight: bold; }
      .service-text div h5:not(:first-of-type) {
        margin-top: 20px; }

.service-01, .service-02 {
  margin-bottom: 60px; }

.service-04 {
  margin-top: 120px; }
  @media (max-width: 768px) {
    .service-04 {
      margin-top: 60px; } }
  .service-04 h3 {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 40px;
    text-align: center; }
    @media (max-width: 1400px) {
      .service-04 h3 {
        font-size: 38px; } }
    @media (max-width: 768px) {
      .service-04 h3 {
        font-size: 30px; } }
    @media (max-width: 500px) {
      .service-04 h3 {
        font-size: 25px; } }
  .service-04 .lead {
    text-align: center; }
  .service-04 img {
    width: 210px;
    height: auto;
    margin: 50px auto; }
    @media (max-width: 768px) {
      .service-04 img {
        width: 160px; } }

/* マネジメントニュース　management-news.html
------------------------------------------------------------*/
.management {
  margin-bottom: 120px;
  position: relative; }
  @media (max-width: 768px) {
    .management {
      margin-bottom: 100px; } }
  .management .management-img {
    position: absolute;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .management .management-img.img-top {
      width: 300px;
      top: 340px;
      left: 1%; }
      @media (max-width: 1400px) {
        .management .management-img.img-top {
          width: 240px;
          top: 280px; } }
      @media (max-width: 768px) {
        .management .management-img.img-top {
          width: 180px;
          top: 250px;
          left: auto;
          right: 5%; } }
      @media (max-width: 500px) {
        .management .management-img.img-top {
          width: 140px;
          top: 300px; } }
      @media (max-width: 320px) {
        .management .management-img.img-top {
          top: 360px; } }
    .management .management-img.img-bottom {
      width: 460px;
      bottom: -320px;
      right: 1%; }
      @media (max-width: 1400px) {
        .management .management-img.img-bottom {
          width: 360px;
          bottom: -260px; } }
      @media (max-width: 768px) {
        .management .management-img.img-bottom {
          width: 280px;
          margin: 0 auto;
          bottom: -200px; } }
      @media (max-width: 500px) {
        .management .management-img.img-bottom {
          width: 220px;
          bottom: -160px; } }
    .management .management-img img {
      width: 100%;
      height: auto; }
  .management h4 {
    text-shadow: 0 0 1px white,0 0 2px white,0 0 3px white,0 0 4px white,0 0 5px white, 0 0 7px white,0 0 9px white; }
    .management h4:first-of-type {
      margin-top: 90px; }
      @media (max-width: 500px) {
        .management h4:first-of-type {
          margin-top: 60px; } }
    .management h4:not(:first-of-type) {
      margin-top: 50px; }
  .management .content {
    position: relative;
    z-index: 1; }

.management-title {
  margin: 0 auto 50px auto; }
  .management-title img {
    width: 52px;
    margin: 0 auto 10px auto; }
    @media (max-width: 768px) {
      .management-title img {
        width: 46px; } }
    @media (max-width: 500px) {
      .management-title img {
        width: 34px; } }
  .management-title h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 1400px) {
      .management-title h3 {
        font-size: 38px; } }
    @media (max-width: 768px) {
      .management-title h3 {
        font-size: 30px; } }
    @media (max-width: 500px) {
      .management-title h3 {
        font-size: 25px; } }
  .management-title p {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 768px) {
      .management-title p {
        margin-top: 5px;
        font-size: 24px; } }
    @media (max-width: 500px) {
      .management-title p {
        font-size: 20px; } }

.management-list {
  margin-top: 20px; }
  .management-list li {
    margin-top: 10px; }
    .management-list li a {
      width: 100%;
      height: 100%;
      padding: 15px 60px 15px 20px;
      position: relative;
      display: flex;
      align-items: center;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
      @media (max-width: 500px) {
        .management-list li a {
          padding: 10px 46px 20px 20px;
          display: block; } }
      .management-list li a::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 30px;
        margin: auto 0;
        top: 0;
        bottom: 0;
        right: 20px;
        background-image: url("../images/common/icon_pdf.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
        @media (max-width: 500px) {
          .management-list li a::after {
            width: 20px;
            height: 28px;
            margin: 0;
            top: auto;
            bottom: 15px;
            right: 15px; } }
      .management-list li a p:nth-child(1) {
        width: 150px;
        margin: 0 0 0 -30px;
        text-indent: -40px;
        padding-left: 40px;
        color: #aabbbc;
        font-family: "Sorts Mill Goudy", serif;
        font-weight: 400;
        font-style: italic;
        line-height: 1em;
        font-size: 18px; }
        @media (max-width: 500px) {
          .management-list li a p:nth-child(1) {
            width: 100%;
            margin: 0 0 15px -20px; } }
        .management-list li a p:nth-child(1)::before {
          content: "";
          display: inline-block;
          width: 30px;
          height: 1px;
          background-color: #aabbbc;
          margin-right: 10px;
          vertical-align: middle; }
      .management-list li a p:nth-child(2) {
        width: 120px;
        line-height: 1.6em; }
        @media (max-width: 768px) {
          .management-list li a p:nth-child(2) {
            width: 100px; } }
        @media (max-width: 500px) {
          .management-list li a p:nth-child(2) {
            width: 100%; } }
      .management-list li a p:nth-child(3) {
        width: calc(100% - 240px);
        font-weight: bold;
        line-height: 1.6em; }
        @media (max-width: 768px) {
          .management-list li a p:nth-child(3) {
            width: calc(100% - 220px); } }
        @media (max-width: 500px) {
          .management-list li a p:nth-child(3) {
            width: 100%; } }
      .management-list li a:hover {
        color: #446584;
        background-color: #e8eded;
        box-shadow: none; }
        .management-list li a:hover::after {
          background-image: url("../images/common/icon_pdf_hover.svg"); }
        .management-list li a:hover p:nth-child(1) {
          color: #446584; }
          .management-list li a:hover p:nth-child(1)::before {
            background-color: #446584; }

/* バックナンバー */
.management-archive {
  padding: 120px 0;
  background-color: #e8eded; }
  @media (max-width: 768px) {
    .management-archive {
      padding: 100px 0 60px 0; } }
  .management-archive h3 {
    margin-bottom: 50px; }
  .management-archive h4 {
    margin-bottom: 10px; }
    @media (max-width: 500px) {
      .management-archive h4 {
        margin-bottom: 0; } }

.management-archive-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #dbdbdb; }
  @media (max-width: 1200px) {
    .management-archive-list {
      padding-bottom: 40px; } }
  @media (max-width: 500px) {
    .management-archive-list {
      padding-bottom: 10px;
      flex-wrap: wrap; } }
  @media (max-width: 500px) {
    .management-archive-list li {
      width: 33.333%; } }
  .management-archive-list li a {
    padding-right: 30px;
    position: relative; }
    @media (max-width: 1200px) {
      .management-archive-list li a {
        padding: 0 0 36px 0; } }
    @media (max-width: 500px) {
      .management-archive-list li a {
        padding: 10px 50px 10px 0;
        display: flex;
        justify-content: flex-end; } }
    .management-archive-list li a::after {
      content: "";
      position: absolute;
      width: 22px;
      height: 30px;
      margin: auto 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-image: url("../images/common/icon_pdf.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
      @media (max-width: 1200px) {
        .management-archive-list li a::after {
          margin: 0 auto;
          top: auto;
          bottom: 0;
          left: 0;
          right: 0; } }
      @media (max-width: 500px) {
        .management-archive-list li a::after {
          width: 20px;
          height: 28px;
          margin: auto 0;
          top: 0;
          bottom: 0;
          left: auto;
          right: 25px; } }
    .management-archive-list li a:hover {
      color: #446584; }
      .management-archive-list li a:hover::after {
        background-image: url("../images/common/icon_pdf_hover.svg"); }

/* お知らせ　news.html
------------------------------------------------------------*/
.news {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .news {
      margin-bottom: 100px; } }
  @media (max-width: 500px) {
    .news {
      flex-direction: column; } }

.news-list-wrap {
  width: 75%; }
  .news-list-wrap h3 {
    margin-bottom: 10px; }
    @media (max-width: 500px) {
      .news-list-wrap h3 {
        margin-bottom: 0; } }
  @media (max-width: 500px) {
    .news-list-wrap {
      width: 100%; } }

.news-list {
  border-top: solid 1px #e8eded;
  line-height: 1.6em; }
  .news-list li, .news-list a {
    display: flex; }
    @media (max-width: 768px) {
      .news-list li, .news-list a {
        flex-direction: column; } }
    .news-list li p:nth-of-type(1), .news-list a p:nth-of-type(1) {
      width: 120px; }
      @media (max-width: 768px) {
        .news-list li p:nth-of-type(1), .news-list a p:nth-of-type(1) {
          width: 100%; } }
    .news-list li p:nth-of-type(2), .news-list a p:nth-of-type(2) {
      width: calc(100% - 120px);
      font-weight: bold; }
      @media (max-width: 768px) {
        .news-list li p:nth-of-type(2), .news-list a p:nth-of-type(2) {
          width: 100%; } }
  .news-list li {
    border-bottom: solid 1px #e8eded; }
    .news-list li.no-link {
      padding: 25px 20px; }
      @media (max-width: 768px) {
        .news-list li.no-link {
          padding: 15px 10px; } }
      @media (max-width: 500px) {
        .news-list li.no-link {
          padding: 15px 5%; } }
    .news-list li.is-link a {
      width: 100%;
      padding: 25px 30px 25px 20px;
      position: relative; }
      @media (max-width: 768px) {
        .news-list li.is-link a {
          padding: 15px 30px 15px 10px; } }
      @media (max-width: 500px) {
        .news-list li.is-link a {
          padding: 15px 30px 15px 5%; } }
      .news-list li.is-link a::after {
        margin: auto 0;
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        width: 9px;
        height: 16px;
        background-image: url("../images/common/arrow_right.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .news-list li.is-link a:hover {
        color: #446584;
        background-color: #e8eded; }
        .news-list li.is-link a:hover::after {
          background-image: url("../images/common/arrow_right_hover.svg"); }

.news-archive {
  width: 20%;
  padding: 30px;
  background-color: #e8eded; }
  .news-archive a {
    font-weight: bold; }
    .news-archive a:hover {
      color: #446584; }
  .news-archive span {
    padding-right: 5px; }
  @media (max-width: 768px) {
    .news-archive {
      padding: 30px 20px 20px 20px; } }
  @media (max-width: 500px) {
    .news-archive {
      width: 100%;
      margin-top: 50px;
      padding: 30px 5% 5% 5%; } }

.news-archive-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  text-align: center; }
  @media (max-width: 768px) {
    .news-archive-title {
      font-size: 20px; } }
  .news-archive-title span {
    color: #aabbbc;
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px; }
    @media (max-width: 768px) {
      .news-archive-title span {
        font-size: 16px; } }

/* お知らせ：詳細　news00000000.html
------------------------------------------------------------*/
.news-detail {
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .news-detail {
      margin-bottom: 100px; } }

.news-detail-date {
  font-weight: bold;
  font-size: 24px;
  color: #446584; }
  @media (max-width: 768px) {
    .news-detail-date {
      font-size: 22px; } }
  @media (max-width: 500px) {
    .news-detail-date {
      font-size: 20px; } }

.news-detail-title {
  margin: 20px 0 90px 0;
  font-size: 40px;
  font-weight: bold;
  font-feature-settings: "palt"; }
  @media (max-width: 1400px) {
    .news-detail-title {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .news-detail-title {
      margin: 10px 0 60px 0;
      font-size: 30px; } }
  @media (max-width: 500px) {
    .news-detail-title {
      font-size: 25px; } }

.news-detail-text {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .news-detail-text {
      padding-bottom: 30px; } }
  .news-detail-text p:not(:first-child) {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .news-detail-text p:not(:first-child) {
        margin-top: 20px; } }

/* おといあわせ contact/index.html
------------------------------------------------------------*/
.contact {
  margin-bottom: 120px; }
  @media (max-width: 768px) {
    .contact {
      margin-bottom: 100px; } }

/* フォームパーツ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background-color: #f3f6f6; }

input:focus,
select:focus,
textarea:focus {
  outline: none;
  background-color: #f3f6f6;
  box-shadow: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f3f6f6 inset !important;
  -webkit-text-fill-color: #333333 !important; }

::placeholder {
  color: #999999; }

/* フォームボタン */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0; }

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

.button-primary {
  width: 300px;
  height: 60px;
  color: #fff;
  background-color: #446584;
  border: solid 1px #446584;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.4em;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 768px) {
    .button-primary {
      width: 260px;
      height: 42px; } }
  @media (max-width: 320px) {
    .button-primary {
      width: 220px; } }
  .button-primary:hover {
    color: #446584;
    background-color: #e8eded; }

.button-secondary {
  width: 300px;
  height: 60px;
  color: #446584;
  background-color: #fff;
  border: solid 1px #446584;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.4em;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  @media (max-width: 768px) {
    .button-secondary {
      width: 260px;
      height: 42px; } }
  @media (max-width: 320px) {
    .button-secondary {
      width: 220px; } }
  .button-secondary:hover {
    background-color: #e8eded; }

input:disabled {
  background: #ccc;
  border: solid 1px #ccc;
  pointer-events: none; }

.contact-table {
  width: 100%;
  margin: 30px 0 60px 0; }
  @media (max-width: 768px) {
    .contact-table tr {
      display: flex;
      flex-direction: column; } }
  .contact-table th {
    width: 25%;
    padding: calc(15px + 0.5em) 0;
    font-weight: bold;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 768px) {
      .contact-table th {
        width: 100%;
        padding: 10px 0 0 0; } }
    @media (max-width: 768px) {
      .contact-table th .optional {
        display: none; } }
  .contact-table td {
    width: 75%;
    padding: 15px 0; }
    @media (max-width: 768px) {
      .contact-table td {
        width: 100%;
        padding: 0 0 10px 0; } }
    .contact-table td .postal-code-wrap {
      width: 100%;
      display: flex;
      align-items: center; }
      .contact-table td .postal-code-wrap input {
        width: 200px;
        margin-right: 20px; }
        @media (max-width: 768px) {
          .contact-table td .postal-code-wrap input {
            margin-right: 10px; } }
      .contact-table td .postal-code-wrap div {
        padding-left: 30px;
        text-indent: -30px;
        line-height: 1.4em; }
        @media (max-width: 768px) {
          .contact-table td .postal-code-wrap div {
            padding-left: 26px;
            text-indent: -26px; } }
    .contact-table td .error-text {
      margin-top: 5px;
      color: #f25940;
      line-height: 1.4em;
      font-weight: bold; }

/* おといあわせ:確認 contact/confirm.html
------------------------------------------------------------*/
.contact-table.confirm th {
  padding: 15px 0; }
  @media (max-width: 768px) {
    .contact-table.confirm th {
      padding: 15px 0 5px 0; } }
.contact-table.confirm td {
  border-bottom: solid 1px #e8eded; }
  @media (max-width: 768px) {
    .contact-table.confirm td {
      padding: 0 0 15px 0; } }

/* おといあわせ:完了 contact/thanks.html
------------------------------------------------------------*/
.thanks-text {
  margin: 50px 0 60px 0; }
  @media (max-width: 768px) {
    .thanks-text {
      padding-bottom: 30px; } }
  .thanks-text p:not(:first-child) {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .thanks-text p:not(:first-child) {
        margin-top: 20px; } }

/*
------------------------------------------------------------
------------------------------------------------------------
調整
------------------------------------------------------------
------------------------------------------------------------*/
.none-top {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.none-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

/*PCとSPの非表示指示*/
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important; } }
@media (max-width: 768px) {
  .sp-none {
    display: none !important; } }

.sp-block {
  display: none; }
  @media (max-width: 500px) {
    .sp-block {
      display: block !important; } }

@media (max-width: 500px) {
  .only-sp-none {
    display: none !important; } }
