@charset "UTF-8";
/** @format */
/*
Theme Name: shinseikyo
Theme URI:
Author:
Version: 1.1.2
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/** @format */
/** @format */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }
  html.open,
  body.open {
    overflow: hidden; }

* {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

dl,
dt,
dd {
  margin: 0; }

a {
  text-decoration: none;
  color: #276abc; }

p {
  margin: 0; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

.pc {
  display: block; }

.sp {
  display: none; }

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

@media screen and (max-width: 420px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

@media print {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
    zoom: 30%;
    page-break-before: auto; }
  body,
  html {
    -webkit-print-color-adjust: exact;
    zoom: 80%; }
  .pc {
    display: block !important; }
  .sp {
    display: none !important; } }

@media print and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body,
  html {
    zoom: 100%; }
  /* IE11 */ }

/** @format */
html {
  font-size: 13px;
  font-family: "Noto Sans JP", -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  color: #707070;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em; }

@media print, screen and (min-width: 768px) {
  html {
    font-size: 14px; } }

/** @format */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: auto; }

.l-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .l-wrap.open {
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: all; }

.l-container {
  padding: 60px 0 50px;
  overflow: hidden;
  position: relative; }

.l-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1160px; }
  .l-inner--s {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 960px; }
  .l-inner--ss {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 760px; }

.l-section {
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .l-section--s {
    padding: 30px 0; }
    .l-section--s:first-child {
      padding-top: 0; }
    .l-section--s:last-child {
      padding-bottom: 0; }
  .l-section--ss {
    padding-bottom: 40px; }
    .l-section--ss:last-child {
      padding-bottom: 0; }

.l-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0 auto;
  max-width: 900px; }
  .l-column.top {
    padding: 0 0 120px; }
  .l-column__half {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 0 15px;
    width: 100%; }

.l-footer {
  position: relative;
  z-index: 2;
  margin-top: 40px; }

.l-2row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .l-2row__wrap {
    width: 100%;
    margin-bottom: 40px; }

@media print, screen and (min-width: 768px) {
  .l-header {
    position: fixed; }
  .l-container {
    padding: 100px 0 50px; }
  .l-section--s {
    padding: 30px 0; }
  .l-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 30px; }
    .l-column.top {
      padding: 100px 30px 160px; }
    .l-column__half {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      padding: 0;
      width: 48%; }
  .l-footer {
    margin-top: 60px; }
  .l-2row {
    margin-bottom: 20px; }
    .l-2row__wrap {
      width: 48%; } }

@media print {
  .l-header {
    position: static; }
  .l-container {
    padding: 20px 0 50px; } }

/** @format */
/** @format */
.c-bread {
  background-color: #e5ecf7;
  position: relative;
  z-index: 2; }
  .c-bread__inner {
    margin: 0 auto;
    max-width: 1160px;
    height: 40px;
    padding: 0 15px; }
  .c-bread__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
  .c-bread__item {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 10px; }
    .c-bread__item.home {
      padding-right: 5px; }
    .c-bread__item a,
    .c-bread__item p {
      display: block;
      position: relative;
      padding-left: 25px;
      font-size: 13px;
      font-weight: 400; }
      .c-bread__item a::before,
      .c-bread__item p::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 7px;
        height: 7px;
        border-width: 1px;
        border-style: solid;
        border-color: #707070 #707070 transparent transparent;
        -webkit-transform: rotate(45deg) translate(0, -50%);
        transform: rotate(45deg) translate(0, -50%); }
    .c-bread__item a:hover {
      opacity: 0.6; }
    .c-bread__item a.home {
      padding: 0;
      font-size: 18px; }
      .c-bread__item a.home img {
        width: 100%;
        height: auto; }
      .c-bread__item a.home::before {
        display: none; }

@media print, screen and (min-width: 768px) {
  .c-bread__inner {
    height: 40px;
    padding: 0 15px; }
  .c-bread__item {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 10px; }
    .c-bread__item.home {
      padding-right: 5px; }
    .c-bread__item a,
    .c-bread__item p {
      padding-left: 25px;
      font-size: 13px;
      font-weight: 400; }
    .c-bread__item a:hover {
      opacity: 0.6; }
    .c-bread__item a.home {
      padding: 0; }
      .c-bread__item a.home img {
        width: 100%;
        height: auto; }
      .c-bread__item a.home::before {
        display: none; } }

/** @format */
.c-button_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .c-button_wrap .c-button.c-button--contact.home {
    margin-bottom: 30px; }
  .c-button_wrap .c-button.c-button--s.c-button--contact.member {
    margin-left: 0; }

.c-button {
  width: 260px;
  height: 60px;
  border-radius: 4px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  background-color: #5f89c0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .c-button--right {
    margin-right: 0; }
  .c-button--left {
    margin-left: 0; }
  .c-button.c-button--s {
    width: 200px;
    height: 40px; }
    .c-button.c-button--s.c-button--contact {
      padding-right: 0;
      padding-left: 20px;
      margin: 0; }
      .c-button.c-button--s.c-button--contact.member {
        margin-left: 30px;
        background-color: #49a27c; }
        .c-button.c-button--s.c-button--contact.member:hover {
          background-color: #227752; }
      .c-button.c-button--s.c-button--contact.logout {
        padding: 0;
        background-color: #eb5656; }
        .c-button.c-button--s.c-button--contact.logout:hover {
          background-color: #b42e2e; }
        .c-button.c-button--s.c-button--contact.logout::before {
          background-image: none; }
      .c-button.c-button--s.c-button--contact::before {
        left: 20px; }
  .c-button__inner {
    position: relative;
    z-index: 1; }
  .c-button:hover {
    background-color: #284d7e; }
    .c-button:hover::before {
      opacity: 1; }
  .c-button.c-button--contact {
    padding-right: 0;
    padding-left: 20px; }
    .c-button.c-button--contact::before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 30px;
      margin: auto;
      width: 30px;
      height: 30px;
      background-image: url(img/icon/icon-mail.png);
      background-repeat: no-repeat;
      background-size: 30px; }
    .c-button.c-button--contact.search::before {
      background-image: url(img/icon/icon-search.svg);
      width: 20px;
      height: 20px;
      background-size: 20px; }
    .c-button.c-button--contact.member::before {
      background-image: url(img/icon/icon-member.svg);
      background-size: 30px; }
    .c-button.c-button--contact.logout::before {
      background-image: none; }
    .c-button.c-button--contact.home {
      padding-left: 0; }
      .c-button.c-button--contact.home .fas {
        margin-right: 10px;
        font-size: 1.2rem; }
      .c-button.c-button--contact.home::before {
        background-attachment: none; }

@media print, screen and (min-width: 768px) {
  .c-button {
    width: 280px;
    height: 60px;
    border-radius: 4px;
    padding: 0 10px; }
    .c-button.c-button--s.c-button--contact::before {
      left: 20px; }
    .c-button.c-button--contact::before {
      left: 30px;
      width: 30px;
      height: 30px;
      background-size: 30px; }
    .c-button.c-button--contact.search::before {
      width: 20px;
      height: 20px;
      background-size: 20px; }
    .c-button.c-button--contact.member::before {
      background-size: 30px; } }

/** @format */
.c-form {
  font-size: 16px;
  /*複数行*/ }
  .c-form_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d9de;
    margin-bottom: 25px; }
  .c-form_team {
    width: 100%;
    font-weight: 700;
    margin-bottom: 20px; }
    .c-form_team .required {
      font-size: 0.857rem;
      color: #fff;
      background: #eb5656;
      padding: 3px 8px;
      margin-left: 20px; }
  .c-form_description {
    width: 100%; }
    .c-form_description .c-form_tel-field {
      display: -webkit-box;
      display: flex;
      width: 90%; }
      .c-form_description .c-form_tel-field input[type="text"] {
        width: 80px; }
        .c-form_description .c-form_tel-field input[type="text"]:last-child {
          margin-right: 0; }
      .c-form_description .c-form_tel-field span {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        padding: 0 10px; }
  .c-form_policy {
    text-align: center;
    margin-top: 40px; }
    .c-form_policy .checkbox-field {
      display: block;
      margin-top: 5px; }
      .c-form_policy .checkbox-field label {
        cursor: pointer;
        display: inline-block;
        margin: 0; }
        .c-form_policy .checkbox-field label span {
          margin-left: 10px; }
  .c-form_button {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 60px; }
    .c-form_button .c-button {
      padding: 0; }
      .c-form_button .c-button button {
        border: 0;
        cursor: pointer;
        width: 100%;
        height: 100%;
        background: transparent;
        color: #fff;
        position: relative; }
  .c-form input::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder {
    color: #d1d9de; }
  .c-form input::-moz-placeholder, .c-form textarea::-moz-placeholder {
    color: #d1d9de; }
  .c-form input::-ms-input-placeholder, .c-form textarea::-ms-input-placeholder {
    color: #d1d9de; }
  .c-form input::placeholder,
  .c-form textarea::placeholder {
    color: #d1d9de; }
  .c-form input[type="text"],
  .c-form input[type="email"],
  .c-form input[type="tel"],
  .c-form textarea,
  .c-form select {
    line-height: 1.5;
    padding: 7px 15px;
    border: 1px solid #d1d9de;
    height: 50px;
    width: 350px;
    width: 90% !important;
    color: #707070; }
  .c-form textarea {
    max-width: 500px;
    width: 95%;
    min-height: 150px;
    padding: 7px 15px; }
  .c-form input[type="submit"] {
    border: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    position: relative; }

.control-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-right: 60px;
  cursor: pointer;
  font-size: 18px; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }

.control__indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background: #e6e6e6; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #aac3e5; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #5f89c0; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: "";
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.mwform-tel-field {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .mwform-tel-field input {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 5em !important; }
    .mwform-tel-field input:nth-child(1) {
      margin: 0 10px 0 0; }
    .mwform-tel-field input:nth-child(2) {
      margin: 0 10px; }
    .mwform-tel-field input:nth-child(3) {
      margin: 0 0 0 10px; }

.mwform-radio-field label {
  margin: 0 15px 0 0; }

.mwform-checkbox-field {
  display: block; }

.mfp_err {
  margin-left: 5px;
  color: #eb5656; }

@media print, screen and (min-width: 768px) {
  .c-form_list {
    padding-bottom: 25px;
    margin-bottom: 25px; }
  .c-form_team {
    width: 40%;
    margin-bottom: 0; }
    .c-form_team .required {
      font-size: 0.857rem;
      padding: 3px 8px;
      margin-left: 20px; }
  .c-form_description {
    width: 60%; }
    .c-form_description .c-form_tel-field {
      width: 90%; }
      .c-form_description .c-form_tel-field input[type="text"] {
        width: 100px; }
        .c-form_description .c-form_tel-field input[type="text"]:last-child {
          margin-right: 0; }
      .c-form_description .c-form_tel-field span {
        padding: 0 10px; }
  .c-form_policy {
    margin-top: 40px; }
  .c-form_button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-top: 60px; } }

/** @format */
.c-heading2,
.c-heading3,
.c-heading4,
.c-heading5 {
  font-weight: 400;
  word-break: break-all; }

.c-heading2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.15em;
  text-align: center;
  height: 100%;
  padding: 0 15px; }
  .c-heading2__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    font-size: 1.75rem;
    width: 90%;
    max-width: 300px;
    margin: 40px 0;
    margin: 30px 0;
    margin: 20px 0;
    color: #284d7e; }
    .c-heading2__text span {
      font-size: 1.25rem;
      font-family: '"Roboto", sans-serif';
      position: relative;
      margin-top: 10px; }
      .c-heading2__text span::before {
        content: "";
        position: absolute;
        top: -5px;
        left: 50%;
        width: 200px;
        height: 3px;
        background: -webkit-gradient(linear, left top, right top, from(#284d7e), to(#aac3e5));
        background: linear-gradient(to right, #284d7e, #aac3e5);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  .c-heading2__top .c-heading2__text {
    margin: 0 0 30px; }

.c-heading3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px 0 50px;
  margin-bottom: 20px;
  font-size: 1.375rem;
  letter-spacing: 0.15em;
  color: #ffffff;
  position: relative;
  background-color: #5f89c0;
  background: -webkit-gradient(linear, left top, right top, from(#284d7e), to(#aac3e5));
  background: linear-gradient(to right, #284d7e, #aac3e5); }
  .c-heading3::before, .c-heading3::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffff; }
  .c-heading3::before {
    left: 15px;
    width: 4px;
    height: 100%; }
  .c-heading3::after {
    left: 17px;
    width: 20px;
    height: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.c-heading4 {
  font-size: 1.375rem;
  color: #284d7e;
  padding: 10px 10px 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #aac3e5;
  position: relative; }
  .c-heading4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 220px;
    height: 2px;
    background-color: #5f89c0; }

.c-heading5 {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #fff;
  background: #5f89c0;
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 20px; }

@media print, screen and (min-width: 768px) {
  .c-heading2 {
    margin: 40px 0;
    letter-spacing: 0.15em; }
    .c-heading2__text {
      font-size: 2.25rem;
      width: initial;
      max-width: initial; }
      .c-heading2__text span {
        font-size: 1.25rem; }
  .c-heading3 {
    padding: 0 30px 0 90px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    letter-spacing: 0.15em; }
    .c-heading3::before {
      left: 30px;
      width: 10px; }
    .c-heading3::after {
      left: 35px;
      width: 50px;
      height: 10px; }
  .c-heading5 {
    margin-bottom: 20px; } }

/** @format */
.c-link-list {
  font-size: 1.125rem; }
  .c-link-list.submenu {
    margin-left: 15px; }
  .c-link-list__item {
    position: relative;
    border-bottom: 1px dashed #d1d9de;
    margin-bottom: 15px;
    list-style: none; }
    .c-link-list__item:last-child {
      margin-bottom: 0; }
    .c-link-list__item.colum {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .c-link-list__item p {
      margin-bottom: 10px; }
      .c-link-list__item p .c-link-list__link {
        margin-bottom: 0; }
      .c-link-list__item p.title {
        padding-left: 30px; }
      .c-link-list__item p.link {
        padding-left: 30px; }
  .c-link-list__link {
    display: inline-block;
    text-decoration: underline;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #276abc; }
    .c-link-list__link::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 10px;
      margin: auto;
      width: 6px;
      height: 6px;
      border-width: 2px;
      border-style: solid;
      border-color: #276abc #276abc transparent transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .c-link-list__link:hover {
      text-decoration: none; }
    .c-link-list__link.pdf, .c-link-list__link.excel, .c-link-list__link.external, .c-link-list__link.word {
      position: relative; }
      .c-link-list__link.pdf::before, .c-link-list__link.excel::before, .c-link-list__link.external::before, .c-link-list__link.word::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 23px;
        height: 23px;
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        border: none; }
    .c-link-list__link.pdf::before {
      width: 23px;
      height: 23px;
      background-image: url(img/icon/icon-pdf.png); }
    .c-link-list__link.excel::before {
      width: 23px;
      height: 23px;
      background-image: url(img/icon/icon-excel.png); }
    .c-link-list__link.external::before {
      width: 23px;
      height: 23px;
      background-image: url(img/icon/icon-link.png); }
    .c-link-list__link.word::before {
      width: 23px;
      height: 23px;
      background-image: url(img/icon/icon-word.png); }
    .c-link-list__link.no-link {
      color: #424242;
      text-decoration: none;
      padding-left: 15px; }
      .c-link-list__link.no-link::after, .c-link-list__link.no-link::before {
        display: none; }
  .c-link-list a {
    text-decoration: underline; }
    .c-link-list a:hover {
      text-decoration: none; }

@media print, screen and (min-width: 768px) {
  .c-link-list {
    font-size: 1.125rem; }
    .c-link-list.submenu {
      margin-left: 15px; }
    .c-link-list__item {
      position: relative; }
      .c-link-list__item:last-child {
        margin-bottom: 0; }
      .c-link-list__item p.title {
        padding-left: 50px; }
      .c-link-list__item p.link {
        padding-left: 35px; }
    .c-link-list__link {
      padding-left: 50px; }
      .c-link-list__link::before {
        left: 20px;
        width: 6px;
        height: 6px; }
      .c-link-list__link.pdf::before {
        width: 23px;
        height: 23px;
        left: 10px; }
      .c-link-list__link.excel::before {
        width: 23px;
        height: 23px;
        left: 10px; }
      .c-link-list__link.external::before {
        width: 23px;
        height: 23px;
        left: 10px; }
      .c-link-list__link.word::before {
        width: 23px;
        height: 23px;
        left: 12px; } }

/** @format */
.c-pager__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  flex-wrap: wrap; }
  .c-pager__list span,
  .c-pager__list a {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 4px 10px;
    padding: 0 5px;
    min-width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 1;
    color: #5f89c0;
    border-width: 1px;
    border-style: solid;
    border-color: #5f89c0;
    letter-spacing: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .c-pager__list span {
    color: #fff;
    background-color: #5f89c0; }
  .c-pager__list a:hover {
    color: #fff;
    background-color: #5f89c0; }

@media print, screen and (min-width: 768px) {
  .c-pager__list span,
  .c-pager__list a {
    margin: 0 10px 10px; } }

/** @format */
.c-table {
  width: 100%;
  border-top: 3px solid #d1d9de;
  padding-top: 1px;
  border-spacing: 0;
  font-size: 0.875rem;
  text-align: left;
  background-color: #fff; }
  .c-table__row {
    overflow-x: scroll; }
  .c-table__row:last-child {
    margin-bottom: 0; }
  .c-table__header, .c-table__data {
    padding: 5px 5px;
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
  .c-table__header {
    color: #ffffff;
    background-color: #5f89c0; }
    .c-table__header:not(:last-child) {
      border-right: 1px solid; }
  .c-table__data {
    border: 1px solid #f0f3f5;
    border-top: none; }
    .c-table__data:not(:first-child) {
      border-left: none; }
    .c-table__data span {
      display: block; }
    .c-table__data .name {
      font-size: 0.875rem;
      color: #424242; }
    .c-table__data a {
      text-decoration: underline; }
      .c-table__data a:hover {
        text-decoration: none; }
  .c-table__header:nth-child(1), .c-table__data:nth-child(1) {
    width: 28%; }
  .c-table__header:nth-child(2), .c-table__data:nth-child(2) {
    width: 27%; }
  .c-table__header:nth-child(3), .c-table__data:nth-child(3) {
    width: 15%; }
  .c-table__header:nth-child(4), .c-table__data:nth-child(4) {
    width: 15%; }
  .c-table__header:nth-child(5), .c-table__data:nth-child(5) {
    width: 15%; }

/** @format */
.c-read-text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
  line-height: 1.8;
  text-align: left;
  color: #284d7e;
  margin-bottom: 30px;
  padding: 30px 15px;
  background-color: #49a27c;
  border: 1px solid #aac3e5; }

.c-main-text {
  font-size: 1.125rem;
  padding: 15px 5px;
  border: 5px solid #e5ecf7;
  background: #ffffff; }
  .c-main-text.no-border {
    border: none; }
  .c-main-text *:last-child {
    margin-bottom: 0; }
  .c-main-text p {
    margin-bottom: 10px; }
    .c-main-text p.person-list {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      padding: 0 5px; }
      .c-main-text p.person-list span {
        width: 33%;
        font-size: 10px; }
  .c-main-text strong {
    font-size: 1rem;
    margin-bottom: 15px;
    display: block;
    color: #284d7e;
    position: relative; }
  .c-main-text em {
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    color: #5f89c0;
    margin-left: 5px; }
  .c-main-text ol,
  .c-main-text ul {
    margin: 0;
    padding-left: 40px;
    margin-bottom: 10px; }
    .c-main-text ol li,
    .c-main-text ul li {
      list-style-type: inherit; }
  .c-main-text ul.c-link-list {
    padding-left: 0; }
    .c-main-text ul.c-link-list li {
      border: none;
      margin-bottom: 10px;
      list-style: none; }
  .c-main-text dl {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    font-size: 1.125rem; }
    .c-main-text dl:not(:last-child) {
      margin-bottom: 15px; }
    .c-main-text dl dt {
      font-weight: 600;
      color: #5f89c0;
      width: 200px;
      margin-right: 50px; }
  .c-main-text a {
    text-decoration: underline; }
    .c-main-text a:hover {
      text-decoration: none; }

.c-sub-text {
  font-size: 0.75rem; }

.red {
  font-size: 0.875rem;
  color: #eb5656; }

@media print, screen and (min-width: 768px) {
  .c-read-text {
    font-size: 1.125rem;
    margin-bottom: 40px;
    font-size: 1.125rem;
    letter-spacing: 0.07rem;
    line-height: 1.8;
    padding: 50px 20px; }
  .c-main-text {
    font-size: 1.125rem;
    padding: 20px 20px;
    margin: 0 10px; }
    .c-main-text p {
      margin-bottom: 10px; }
      .c-main-text p.person-list {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px; }
        .c-main-text p.person-list span {
          width: 33%;
          font-size: 1.125rem; }
          .c-main-text p.person-list span:not(:last-child) {
            position: relative; }
          .c-main-text p.person-list span::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 1px;
            height: 80%;
            background: #284d7e;
            display: none; }
    .c-main-text strong {
      font-size: 1.375rem; }
    .c-main-text em {
      font-size: 1.25rem; }
    .c-main-text dl {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
      .c-main-text dl:not(:last-child) {
        margin-bottom: 15px; }
      .c-main-text dl dt {
        font-weight: 600;
        color: #5f89c0;
        width: 200px;
        margin-right: 50px;
        position: relative; }
        .c-main-text dl dt::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 1px;
          height: 80%;
          background: #5f89c0; } }

/** @format */
.c-toTop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 9997;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .c-toTop__text {
    position: absolute;
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.25rem;
    font-family: "Passion One", cursive;
    color: #fff;
    background-color: #284d7e;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-toTop__text::before {
      content: "";
      position: absolute;
      top: 10px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 20px;
      height: 20px;
      border-width: 2px;
      border-style: solid;
      border-color: #fff #fff transparent transparent;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .c-toTop.show {
    opacity: 1;
    pointer-events: all; }
    .c-toTop.show::after {
      opacity: 1; }
  .c-toTop:hover .c-toTop__text {
    background-color: #284d7e; }

@media print, screen and (min-width: 768px) {
  .c-toTop {
    bottom: 80px;
    right: 60px; }
    .c-toTop__text {
      width: 80px;
      height: 80px;
      font-size: 1.25rem; } }

/** @format */
.c-bg {
  background-color: #49a27c; }
  .c-bg--top {
    background-image: url(img/common/bg-top.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

/** @format */
.c-image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start; }
  .c-image.c-image--s img {
    width: 300px; }
  .c-image.c-image--m img {
    width: 300px; }
  .c-image.c-image--l img {
    width: 600px; }

.c-image-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 300px;
  margin: auto; }
  .c-image-list:not(:last-child) {
    margin-bottom: 20px; }
  .c-image-list__item {
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    text-align: center; }
    .c-image-list__item:not(:last-child) {
      margin-right: 0;
      margin-bottom: 20px; }
  .c-image-list.c-image-list--m .c-image-list__item {
    width: 100%;
    max-width: 460px; }
  .c-image-list.c-image-list--l .c-image-list__item {
    width: 100%;
    max-width: 600px; }

@media print, screen and (min-width: 768px) {
  .c-image-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: auto; }
    .c-image-list__item {
      width: 32%;
      width: 31.25%; }
      .c-image-list__item:not(:last-child) {
        margin-right: 2%;
        margin-right: 3.125%;
        margin-bottom: 0; }
    .c-image-list.c-image-list--m .c-image-list__item {
      width: 50%; }
    .c-image-list.c-image-list--l {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .c-image-list.c-image-list--l .c-image-list__item {
        width: 100%; }
        .c-image-list.c-image-list--l .c-image-list__item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 10px; } }

/** @format */
.c-inquiry_desc {
  margin: 0 0 40px; }
  .c-inquiry_desc p {
    margin: 0 0 1.5em;
    font-size: 14px;
    line-height: 2; }
  .c-inquiry_desc ul {
    padding-left: 1em; }
    .c-inquiry_desc ul li {
      list-style-type: disc; }

.c-inquiry_flow {
  display: -webkit-box;
  display: flex;
  margin: 0 auto 60px;
  width: 100%;
  max-width: 620px; }
  .c-inquiry_flow .box {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 75px;
    color: #ccc;
    background-color: #f6f6f6; }
    .c-inquiry_flow .box.current {
      color: #fff;
      background-color: #5f89c0; }
  .c-inquiry_flow .arrow {
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 32px;
    height: auto; }
    .c-inquiry_flow .arrow::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 40%;
      width: 10px;
      height: 10px;
      border-width: 3px 3px 0 0;
      border-style: solid;
      border-color: #ccc;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .c-inquiry_flow .arrow.current::before {
      border-color: #5f89c0; }

.c-inquiry_row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 15px 0;
  border-width: 0 0 1px;
  border-style: dashed;
  border-color: #bcbcbc; }
  .c-inquiry_row:first-of-type {
    border-width: 1px 0; }
  .c-inquiry_row dt {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-left: 10px; }
    .c-inquiry_row dt span {
      position: relative;
      display: inline-block;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      font-size: 16px;
      color: #333;
      font-weight: 700; }
  .c-inquiry_row dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    line-height: 1.2;
    align-self: stretch;
    padding-right: 10px; }
    .c-inquiry_row dd input[type="text"],
    .c-inquiry_row dd input[type="email"],
    .c-inquiry_row dd select,
    .c-inquiry_row dd textarea {
      padding: 10px 5px;
      width: 100%;
      background-color: #f8f8f8;
      border-width: 1px;
      border-style: solid;
      border-color: #e6e6e6;
      border-radius: 3px;
      margin-bottom: 5px; }
    .c-inquiry_row dd input.text,
    .c-inquiry_row dd textarea {
      -webkit-box-flex: 1;
              flex: 1 1 auto;
      width: 100%; }
    .c-inquiry_row dd select {
      padding: 10px; }
      .c-inquiry_row dd select[name="graduate"] {
        width: 9em; }
      .c-inquiry_row dd select[name="pref"] {
        width: 12em; }
    .c-inquiry_row dd span {
      padding-left: 0.5em; }
    .c-inquiry_row dd .income {
      width: 7em !important; }
    .c-inquiry_row dd .append {
      padding: 5px 0 0;
      font-size: 13px; }

.c-inquiry_number {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .c-inquiry_number input {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 5em !important; }
  .c-inquiry_number span {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding: 0 5px; }

.c-inquiry_radio {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-top: 8px; }
  .c-inquiry_radio label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 15px 5px 0; }
    .c-inquiry_radio label span {
      padding: 0 0 0 5px; }

.c-inquiry_child dt span {
  margin: 0 0 5px;
  line-height: 1.2; }

.c-inquiry_child dd input[type="text"] {
  width: 100%; }

.c-inquiry_privacy {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 60px;
  padding: 40px 0 0; }
  .c-inquiry_privacy p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #666; }
    .c-inquiry_privacy p a {
      text-decoration: underline; }
  .c-inquiry_privacy-check {
    margin-right: 50px; }
    .c-inquiry_privacy-check span {
      position: relative;
      padding-left: 5px; }

.c-inquiry .require {
  position: relative; }
  .c-inquiry .require::after {
    position: absolute;
    top: 50%;
    right: -65px;
    content: "必須";
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 50px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    background-color: #eb5656;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.c-inquiry_attention {
  padding: 30px 0; }
  .c-inquiry_attention-title {
    margin: 0 0 5px;
    font-size: 16px;
    color: #d61717;
    font-weight: 700; }
  .c-inquiry_attention ul {
    padding: 15px 15px 15px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #d61717; }
    .c-inquiry_attention ul li {
      margin: 0 0 10px;
      color: #d61717;
      list-style-type: disc; }

.c-inquiry_button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 40px; }
  .c-inquiry_button button,
  .c-inquiry_button input[type="submit"],
  .c-inquiry_button a {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0 0 20px;
    width: 80%;
    height: 60px;
    border: 0;
    color: #fff;
    background-color: #5f89c0;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-inquiry_button button:hover,
    .c-inquiry_button input[type="submit"]:hover,
    .c-inquiry_button a:hover {
      background-color: #284d7e; }
    .c-inquiry_button button.gray,
    .c-inquiry_button input[type="submit"].gray,
    .c-inquiry_button a.gray {
      color: #333;
      background-color: #ccc; }
      .c-inquiry_button button.gray:hover,
      .c-inquiry_button input[type="submit"].gray:hover,
      .c-inquiry_button a.gray:hover {
        background-color: #aaa; }

.c-inquiry_title {
  margin: 0 0 20px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  text-align: center; }

.c-inquiry_container {
  padding: 0 0 20px; }
  .c-inquiry_container p {
    margin: 0 0 1em;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-align: center; }

.c-inquiry_info {
  padding: 10px 10px 10px;
  margin-bottom: 30px;
  font-weight: 500;
  border-width: 1px 0 0;
  border-style: dashed;
  border-color: #ccc; }
  .c-inquiry_info p {
    font-size: 16px;
    color: #5f89c0; }
  .c-inquiry_info a {
    color: #276abc; }

.c-inquiry .mw_wp_form_send_error {
  margin: 0 0 40px;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #eb5656;
  color: #eb5656;
  text-align: center; }

.c-inquiry .error {
  margin-bottom: 10px; }

.c-inquiry p {
  color: #eb5656;
  padding: 10px;
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .c-inquiry_desc {
    margin: 0 0 60px; }
    .c-inquiry_desc p {
      font-size: 16px; }
  .c-inquiry_inner {
    padding: 0 30px; }
  .c-inquiry_radio {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .c-inquiry_button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .c-inquiry_button button,
    .c-inquiry_button input[type="submit"],
    .c-inquiry_button a {
      margin: 0 10px;
      width: 240px; } }

@media screen and (min-width: 768px) {
  .c-inquiry_flow {
    margin: 0 auto 80px; }
    .c-inquiry_flow .box {
      height: 75px;
      font-size: 20px; }
      .c-inquiry_flow .box .arrow {
        width: 50px; }
  .c-inquiry_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .c-inquiry_row dt {
      padding-top: 7px;
      width: 15em; }
    .c-inquiry_row dd {
      align-self: center; }
  .c-inquiry_title {
    margin: 0 0 80px;
    font-size: 32px; }
  .c-inquiry_container {
    padding: 0 0 30px; }
    .c-inquiry_container p {
      font-size: 16px;
      text-align: left; }
  .c-inquiry_info {
    padding: 15px 10px 15px;
    margin-bottom: 40px; }
  .c-inquiry_button button,
  .c-inquiry_button input[type="submit"],
  .c-inquiry_button a {
    width: 340px; } }

@media screen and (min-width: 1160px) {
  .c-inquiry {
    padding: 0; } }

/** @format */
/** @format */
.p-header {
  width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .p-header__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    height: 60px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    padding: 0 0 0 5px; }
  .p-header__left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 240px; }
  .p-header__logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 35px;
    background-image: url(img/logo/logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px; }
    .p-header__logo a {
      display: block;
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .p-header__logo span {
      color: #284d7e; }
    .p-header__logo span:nth-child(1) {
      font-size: 10px; }
    .p-header__logo span:nth-child(2) {
      font-size: 1rem;
      letter-spacing: 0.1rem;
      margin: -5px 0 -3px; }
    .p-header__logo span:nth-child(3) {
      font-size: 10px;
      font-family: '"Roboto", sans-serif';
      font-weight: 100;
      letter-spacing: -0.05rem; }
  .p-header__right {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .p-header__menu {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    background-color: #5f89c0;
    cursor: pointer; }
    .p-header__menu-inner {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      position: relative;
      width: 22px;
      height: 16px; }
      .p-header__menu-inner span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease; }
        .p-header__menu-inner span:nth-child(1) {
          top: 0; }
        .p-header__menu-inner span:nth-child(2) {
          top: 50%; }
        .p-header__menu-inner span:nth-child(3) {
          top: 100%; }
      .p-header__menu-inner.close span:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .p-header__menu-inner.close span:nth-child(2) {
        width: 0; }
      .p-header__menu-inner.close span:nth-child(3) {
        top: 50%;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .p-header__pc {
    display: none; }
  .p-header.member {
    background-color: #aac3e5; }

@media print, screen and (min-width: 768px) {
  .l-header.action .p-header__inner {
    height: 90px; }
  .p-header {
    position: static; }
    .p-header__inner {
      height: 100px;
      padding: 0 15px; }
    .p-header__left {
      width: 320px; }
    .p-header__logo {
      padding-left: 60px;
      background-size: 40px; }
      .p-header__logo span:nth-child(1) {
        font-size: 11px; }
      .p-header__logo span:nth-child(2) {
        font-size: 1.125rem;
        letter-spacing: 0.1rem;
        margin: -5px 0 -3px; }
      .p-header__logo span:nth-child(3) {
        font-size: 11px;
        letter-spacing: 0.02rem; }
    .p-header__menu {
      display: none; }
    .p-header__pc {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center; }
    .p-header__contact {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
              justify-content: flex-end; }
    .p-header__gnav {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: end;
              justify-content: flex-end;
      margin-top: 8px; }
    .p-header__item {
      position: relative; }
      .p-header__item:not(:last-child) {
        margin-right: 10px; }
    .p-header__link {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      height: 100%;
      -webkit-transition: 0.3s ease opacity;
      transition: 0.3s ease opacity;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      color: #424242;
      position: relative;
      font-size: 12px;
      font-weight: 700;
      color: #5f89c0; }
      .p-header__link:hover {
        color: #284d7e; }
        .p-header__link:hover:after {
          width: 100%; }
      .p-header__link:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        margin: auto;
        background-color: #0d2c52;
        height: 2px;
        width: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s; } }

@media print, screen and (min-width: 960px) {
  .p-header__link {
    font-size: 15px; } }

@media print, screen and (min-width: 1080px) {
  .p-header__left {
    width: 340px; }
  .p-header__logo {
    padding-left: 60px;
    background-size: 40px; }
    .p-header__logo span:nth-child(1) {
      font-size: 12px; }
    .p-header__logo span:nth-child(2) {
      font-size: 1.25rem;
      letter-spacing: 0.1rem;
      margin: -5px 0 -3px; }
    .p-header__logo span:nth-child(3) {
      font-size: 12px;
      letter-spacing: 0.02rem; }
  .p-header__item:not(:last-child) {
    margin-right: 30px; }
  .p-header__link {
    font-size: 1.125rem; } }

/** @format */
.p-menu {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: calc(100vh - 50px);
  background: #fff;
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
  overflow-y: scroll;
  -webkit-transform: translate(0, -120%);
          transform: translate(0, -120%);
  background-color: #e5ecf7;
  font-weight: bold; }
  .p-menu.open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .p-menu__inner {
    padding: 20px 30px 60px; }
  .p-menu__head {
    padding: 20px 0 40px;
    font-size: 18px;
    color: #5f89c0;
    text-align: center; }
  .p-menu__list {
    width: 100%;
    height: auto; }
  .p-menu__item {
    width: 100%;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #5f89c0; }
    .p-menu__item:last-child {
      border-width: 1px 0; }
  .p-menu__parent {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 1.125rem;
    color: #5f89c0;
    cursor: pointer; }
    .p-menu__parent.button::after {
      content: "";
      position: absolute;
      top: calc(50% - 6px);
      right: 10px;
      width: 7px;
      height: 7px;
      border-width: 1px;
      border-style: solid;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .p-menu__parent.button.open::after {
      top: 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .p-menu__children {
    padding: 0 0 0 15px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #5f89c0; }
  .p-menu__child {
    position: relative;
    display: block;
    font-size: 1rem;
    color: #5f89c0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #5f89c0; }
    .p-menu__child:last-child {
      border: 0; }
  .p-menu__child, .p-menu__link {
    position: relative;
    padding: 10px 10px 10px 20px; }
    .p-menu__child::before, .p-menu__link::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 7px;
      height: 7px;
      border-width: 1px;
      border-style: solid;
      border-color: #5f89c0 #5f89c0 transparent transparent;
      -webkit-transform: rotate(45deg) translate(0, -50%);
              transform: rotate(45deg) translate(0, -50%); }

@media print, screen and (min-width: 768px) {
  .p-menu {
    display: none; } }

/** @format */
.p-footer {
  position: relative; }
  .p-footer__inner {
    margin: 0 auto;
    max-width: 1080px;
    padding: 20px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center; }
  .p-footer__link {
    background-color: #aac3e5; }
    .p-footer__link .p-footer__inner {
      position: relative; }
      .p-footer__link .p-footer__inner::before, .p-footer__link .p-footer__inner::after {
        content: "";
        position: absolute;
        background-size: 100%;
        background-repeat: no-repeat; }
      .p-footer__link .p-footer__inner::before {
        top: -16px;
        left: 10px;
        width: 28px;
        height: 16px;
        background-image: url(img/common/footer-bg1.png); }
      .p-footer__link .p-footer__inner::after {
        top: -36px;
        right: 10px;
        width: 260px;
        height: 36px;
        background-image: url(img/common/footer-bg2.png); }
  .p-footer__link-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .p-footer__link-item {
    width: 50%;
    margin-bottom: 10px;
    font-size: 1.125rem; }
    .p-footer__link-item a {
      color: #5f89c0;
      text-decoration: underline; }
      .p-footer__link-item a:hover {
        text-decoration: none; }
  .p-footer__main {
    background-color: #5f89c0;
    color: #ffffff; }
  .p-footer__logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 60px;
    background-image: url(img/logo/logo-white.svg);
    background-repeat: no-repeat;
    background-position: left center; }
    .p-footer__logo span:nth-child(1) {
      font-size: 12px; }
    .p-footer__logo span:nth-child(2) {
      font-size: 1rem;
      letter-spacing: 0.1rem;
      margin: -5px 0 -3px; }
    .p-footer__logo span:nth-child(3) {
      font-size: 10px;
      font-family: '"Roboto", sans-serif';
      font-weight: 100;
      letter-spacing: 0.02rem; }
  .p-footer__copy {
    padding: 20px 0 0;
    font-size: 0.875rem;
    font-weight: 400; }
    .p-footer__copy.sp {
      display: block; }
    .p-footer__copy.pc {
      display: none; }

.p-footer__inner {
  padding: 20px 15px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.p-footer__left {
  margin-bottom: 20px; }
  .p-footer__left .p-footer__logo {
    background-image: url(img/logo/logo.svg);
    color: #284d7e;
    margin-bottom: 5px; }
  .p-footer__left .p-footer__address {
    font-size: 0.75rem;
    color: #284d7e; }

.p-footer__right {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  .p-footer__right .p-footer__link-list {
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .p-footer__right .p-footer__link-list .p-footer__link-item {
      font-size: 1.25rem; }

.p-footer__copy {
  background-color: #aac3e5;
  color: #284d7e;
  padding: 10px 15px 10px; }
  .p-footer__copy .p-footer__copy__inner {
    margin: 0 auto;
    max-width: 1080px;
    text-align: center; }

.p-footer.member .p-footer__inner {
  padding: 30px 15px 20px; }

.p-footer.member .p-footer__right {
  width: 100%; }

.p-footer.member .p-footer__link-list {
  text-align: center; }

@media screen and (min-width: 420px) {
  .p-footer__link .p-footer__inner::before {
    top: -22px;
    left: 10px;
    width: 38px;
    height: 22px; }
  .p-footer__link .p-footer__inner::after {
    top: -46px;
    right: 10px;
    width: 340px;
    height: 48px; } }

@media print, screen and (min-width: 580px) {
  .p-footer__inner {
    padding: 20px 15px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .p-footer__left {
    margin-bottom: 0; }
    .p-footer__left .p-footer__logo {
      margin-bottom: 5px; }
    .p-footer__left .p-footer__address {
      font-size: 0.75rem; }
  .p-footer__right {
    width: 280px;
    margin: 0; }
    .p-footer__right .p-footer__link-list .p-footer__link-item {
      font-size: 1.125rem; }
  .p-footer__copy {
    padding: 10px 15px 10px; } }

@media print, screen and (min-width: 768px) {
  .p-footer__inner {
    margin: 0 auto;
    max-width: 1080px;
    padding: 30px 30px; }
  .p-footer__link .p-footer__inner::before {
    top: -40px;
    left: 10px;
    width: 68px;
    height: 40px; }
  .p-footer__link .p-footer__inner::after {
    top: -90px;
    right: 10px;
    width: 655px;
    height: 112px; }
  .p-footer__link-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  .p-footer__link-item {
    position: relative;
    width: auto;
    font-size: 1rem;
    margin-bottom: 0; }
    .p-footer__link-item:not(:last-child) {
      margin-right: 18px; }
      .p-footer__link-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 2px;
        bottom: 0;
        right: -10px;
        margin: auto;
        width: 1px;
        height: 20px;
        background-color: #5f89c0; }
  .p-footer__logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 60px;
    background-image: url(img/logo/logo-white.svg);
    background-repeat: no-repeat;
    background-position: left center; }
    .p-footer__logo span:nth-child(1) {
      font-size: 12px; }
    .p-footer__logo span:nth-child(2) {
      font-size: 1.25rem;
      letter-spacing: 0.1rem;
      margin: -5px 0 -3px; }
  .p-footer__inner {
    padding: 20px 15px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .p-footer__left .p-footer__logo {
    background-image: url(img/logo/logo.svg);
    color: #284d7e;
    margin-bottom: 5px; }
  .p-footer__left .p-footer__address {
    font-size: 0.75rem;
    color: #284d7e;
    margin-bottom: 5px; }
  .p-footer__right {
    width: 400px; }
    .p-footer__right .p-footer__link-list {
      -webkit-box-pack: start;
              justify-content: flex-start; }
      .p-footer__right .p-footer__link-list .p-footer__link-item {
        font-size: 1.125rem;
        margin-right: 30px;
        margin-bottom: 10px; }
  .p-footer__copy {
    background-color: #aac3e5;
    color: #284d7e;
    padding: 0; }
    .p-footer__copy .p-footer__copy__inner {
      margin: 0 auto;
      max-width: 1080px;
      padding: 10px 15px 10px;
      padding: 0;
      text-align: left; }
    .p-footer__copy.sp {
      display: none; }
    .p-footer__copy.pc {
      display: block; }
  .p-footer.member .p-footer__right {
    width: 100%; }
  .p-footer.member .p-footer__link-list {
    -webkit-box-pack: center;
            justify-content: center; } }

@media print, screen and (min-width: 1000px) {
  .p-footer__right {
    width: 610px; }
    .p-footer__right .p-footer__link-list .p-footer__link-item {
      font-size: 1.25rem; } }

/** @format */
.p-footer-link {
  margin: 0 auto 120px;
  position: relative; }
  .p-footer-link__wrap {
    width: 90%;
    max-width: 560px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden; }
  .p-footer-link__link {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 1.75rem;
    background-image: url(img/image/image-search.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative; }
    .p-footer-link__link:hover::before {
      width: calc(100% - 34px);
      height: calc(100% - 34px);
      border: 6px solid #ffffff;
      top: 11px;
      left: 11px; }
    .p-footer-link__link::before {
      content: "";
      position: absolute;
      width: calc(100% - 34px);
      height: calc(100% - 34px);
      border: 2px solid #ffffff;
      top: 15px;
      left: 15px;
      -webkit-transition: 0.1s;
      transition: 0.1s; }

@media print, screen and (min-width: 768px) {
  .p-footer-link {
    margin: 0 auto 160px; }
    .p-footer-link__wrap {
      height: 180px; } }

/** @format */
.p-top-kv {
  max-height: 400px;
  overflow: hidden; }
  .p-top-kv__inner {
    max-width: 1200px;
    margin: 0 auto; }
  .p-top-kv__image-wrap {
    padding: 0;
    margin: 0 auto 0;
    position: relative; }
  .p-top-kv__image {
    height: 400px;
    position: relative; }
  .p-top-kv__image-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    .p-top-kv__image-item.bg-item1 {
      background-image: url(img/kv/kv1.jpg); }
    .p-top-kv__image-item.bg-item2 {
      background-image: url(img/kv/kv2.jpg); }
    .p-top-kv__image-item.bg-item3 {
      background-image: url(img/kv/kv3.jpg); }
  .p-top-kv__textwrap {
    position: absolute;
    width: 94%;
    max-width: 1160px;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    color: #284d7e;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .p-top-kv__title {
    align-self: flex-start;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    margin-bottom: 30px; }
    .p-top-kv__title.action {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .p-top-kv__text {
    align-self: flex-start;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.2rem;
    background: rgba(255, 255, 255, 0.8);
    color: #284d7e;
    padding: 10px 15px;
    opacity: 0;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
    transition: transform 1s 0.3s, opacity 1s 0.3s;
    transition: transform 1s 0.3s, opacity 1s 0.3s, -webkit-transform 1s 0.3s;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
    .p-top-kv__text.action {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }

.p-top-kv .slick-list {
  height: 100%;
  overflow: visible; }

.p-top-kv .slick-track {
  height: 100%; }

.p-top-kv .slick-slide.slick-active::before {
  background-color: rgba(0, 0, 0, 0); }

.p-top-kv .slick-slide {
  position: relative;
  font-size: 0; }
  .p-top-kv .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 1s;
    transition: background-color 1s; }

.p-top-kv .slick-slide div {
  height: 100%; }

.p-top-kv .slick-dots {
  bottom: 20px; }

.p-top-kv .slick-dots li button:before {
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  opacity: 0.6; }

.p-top-kv .slick-dots li.slick-active button:before {
  opacity: 1; }

.p-top-kv .slick-dotted.slick-slider {
  margin-bottom: 0; }

.p-top-kv .slick-prev,
.p-top-kv .slick-next {
  display: none !important;
  z-index: 9; }
  .p-top-kv .slick-prev::before, .p-top-kv .slick-prev::after,
  .p-top-kv .slick-next::before,
  .p-top-kv .slick-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .p-top-kv .slick-prev::before,
  .p-top-kv .slick-next::before {
    width: 30px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1; }
  .p-top-kv .slick-prev::after,
  .p-top-kv .slick-next::after {
    width: 30px;
    height: 10px;
    background: #fff;
    -webkit-transform: translateY(15px) rotate(135deg);
            transform: translateY(15px) rotate(135deg); }

.p-top-kv .slick-prev {
  left: 20px; }
  .p-top-kv .slick-prev::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .p-top-kv .slick-prev::after {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg); }

.p-top-kv .slick-next {
  right: 40px; }

.p-lower-kv {
  z-index: 2; }

@media print, screen and (min-width: 768px) {
  .p-top-kv__image {
    height: 400px; }
  .p-top-kv__title {
    padding: 15px 40px; }
  .p-top-kv__text {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.2rem;
    padding: 15px 40px; }
  .p-top-kv .slick-prev,
  .p-top-kv .slick-next {
    top: 50%;
    display: inline-block !important; } }

@media print, screen and (min-width: 1160px) {
  .p-top-kv__text {
    line-height: 2.2;
    letter-spacing: 0.2rem; } }

/** @format */
.c-top-section {
  padding: 40px 0 60px; }

.p-top-news {
  padding: 20px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ecf5f1), to(#aac3e5));
  background: linear-gradient(to right, #ecf5f1, #aac3e5); }
  .p-top-news .c-link-list {
    padding: 30px 15px;
    background-color: #ffffff; }
    .p-top-news .c-link-list .c-link-list__item {
      padding-bottom: 10px;
      margin-bottom: 20px; }
      .p-top-news .c-link-list .c-link-list__item dl {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .p-top-news .c-link-list .c-link-list__item dl dd {
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          .p-top-news .c-link-list .c-link-list__item dl dd .p-top-news__title {
            margin-bottom: 5px; }
      .p-top-news .c-link-list .c-link-list__item:last-child {
        margin-bottom: 0; }
      .p-top-news .c-link-list .c-link-list__item a {
        text-decoration: underline;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .p-top-news .c-link-list .c-link-list__item a:hover {
          text-decoration: none; }
    .p-top-news .c-link-list .c-link-list__link {
      margin-bottom: 20px; }

.p-top-about-bg {
  background-image: url(img/common/wire-l.png); }

.p-top-about__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 40px; }

.p-top-about__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  background-color: #ffffff; }
  .p-top-about__item:nth-child(2n) {
    margin-right: 0; }

.p-top-about__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.p-top-about__image {
  overflow: hidden; }
  .p-top-about__image img {
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.p-top-about__text {
  padding: 10px 10px;
  position: relative; }
  .p-top-about__text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 80px;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#284d7e), to(#aac3e5));
    background: linear-gradient(to right, #284d7e, #aac3e5); }

.p-top-search {
  background-color: #ffffff;
  padding: 30px 15px; }
  .p-top-search__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .p-top-search__item:not(:last-child) {
    margin-bottom: 20px; }
  .p-top-search__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 240px;
    height: 180px;
    padding: 10px;
    background-color: #aac3e5;
    border: 5px solid #5f89c0;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .p-top-search__link img {
      width: 80px; }
    .p-top-search__link span {
      margin-top: 20px;
      border-top: 2px solid #ffffff;
      padding-top: 10px;
      font-size: 1.25rem;
      color: #ffffff; }
    .p-top-search__link span.small {
      margin-top: 10px;
      padding-top: 5px;
      font-size: 1rem;
      text-align: center;
      line-height: 1.4; }
    .p-top-search__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 70px 70px 0 0;
      border-color: #fff transparent transparent transparent; }
    .p-top-search__link::after {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      width: 30px;
      height: 30px;
      background-image: url(img/icon/icon-search0.png);
      background-repeat: no-repeat;
      background-size: 30px; }
    .p-top-search__link:hover {
      background-color: #5f89c0; }

@media print, screen and (min-width: 768px) {
  .p-top-news {
    padding: 30px 60px; }
    .p-top-news .c-link-list {
      padding: 30px 40px; }
      .p-top-news .c-link-list .c-link-list__item {
        margin-bottom: 20px; }
        .p-top-news .c-link-list .c-link-list__item dl {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row; }
          .p-top-news .c-link-list .c-link-list__item dl dt {
            margin-right: 40px; }
        .p-top-news .c-link-list .c-link-list__item:last-child {
          margin-bottom: 0; }
      .p-top-news .c-link-list .c-link-list__link {
        margin-bottom: 20px; }
  .p-top-about__list {
    margin-top: 40px; }
  .p-top-about__item {
    width: 22%;
    margin-right: 0; }
    .p-top-about__item:nth-child(2n) {
      margin-right: 0; }
  .p-top-about__text {
    padding: 10px 10px; }
    .p-top-about__text::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 10px;
      width: 120px;
      height: 3px;
      background: -webkit-gradient(linear, left top, right top, from(#284d7e), to(#aac3e5));
      background: linear-gradient(to right, #284d7e, #aac3e5); }
  .p-top-search {
    padding: 40px 40px; }
    .p-top-search__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; }
    .p-top-search__item:not(:last-child) {
      margin-bottom: 0;
      margin-right: 60px; }
    .p-top-search__link {
      width: 280px;
      height: 200px;
      padding: 10px; }
      .p-top-search__link img {
        width: 80px; }
      .p-top-search__link span {
        margin-top: 20px;
        padding-top: 10px;
        font-size: 1.25rem; }
      .p-top-search__link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 70px 0 0;
        border-color: #fff transparent transparent transparent; }
      .p-top-search__link::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 30px;
        height: 30px;
        background-image: url(img/icon/icon-search0.png);
        background-repeat: no-repeat;
        background-size: 30px; }
  .p-top-search {
    padding: 40px 40px; }
    .p-top-search__item:not(:last-child) {
      margin-right: 30px; }
    .p-top-search__link {
      width: 220px;
      height: 180px;
      padding: 10px; }
      .p-top-search__link img {
        width: 80px; }
      .p-top-search__link span {
        margin-top: 20px;
        padding-top: 10px;
        font-size: 1.25rem; }
      .p-top-search__link span.small {
        margin-top: 10px;
        padding-top: 5px;
        font-size: 1rem;
        text-align: center;
        line-height: 1.4; } }

/** @format */
.p-greeting {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: 60px;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .p-greeting__text {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8); }
  .p-greeting__hospital {
    font-size: 1.25rem; }
  .p-greeting__position-name .position {
    font-size: 1.375rem;
    margin-right: 20px; }
  .p-greeting__position-name .name {
    font-size: 1.75rem;
    letter-spacing: 0.5rem; }

.greeting-text {
  border: none; }

@media print, screen and (min-width: 768px) {
  .p-greeting {
    margin-bottom: 60px; }
    .p-greeting__text {
      position: absolute;
      left: 0;
      bottom: 0; }
    .p-greeting__hospital {
      font-size: 1.375rem; }
    .p-greeting__position-name .position {
      font-size: 1.5rem;
      margin-right: 20px; }
    .p-greeting__position-name .name {
      font-size: 2.25rem;
      letter-spacing: 0.5rem; } }

.p-search-form {
  margin-bottom: 40px;
  margin-bottom: 10px; }
  .p-search-form input {
    min-width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-bottom: 10px;
    padding: 5px 10px;
    padding: 2px 10px; }
    .p-search-form input::-webkit-input-placeholder {
      color: #acacac; }
    .p-search-form input::-moz-placeholder {
      color: #acacac; }
    .p-search-form input::-ms-input-placeholder {
      color: #acacac; }
    .p-search-form input::placeholder {
      color: #acacac; }
  .p-search-form button {
    padding: 5px 10px;
    padding: 2px 10px; }
  .p-search-form select {
    padding: 5px 10px;
    padding: 2px 10px; }
  .p-search-form__select {
    margin-bottom: 20px;
    margin-bottom: 10px; }

.p-search__name {
  margin-bottom: 10px; }

.p-search__word {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 20px;
  color: #5e89c0;
  display: block; }

.p-search__text {
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
  padding: 20px 15px;
  font-size: 1rem;
  background: #fafafa; }

@media print, screen and (min-width: 768px) {
  .p-search__word {
    font-size: 1.25rem;
    margin-right: 20px;
    display: inline-block; }
  .p-search__text {
    margin-bottom: 30px;
    padding: 30px 20px;
    font-size: 1.125rem; } }

.p-search-sort {
  border: 10px solid #e5ecf7; }
  .p-search-sort__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    background-color: #e5ecf7; }
  .p-search-sort__item {
    width: calc(330% - 5px); }
  .p-search-sort__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 50px;
    color: #5f89c0;
    background-color: #ffffff;
    position: relative;
    cursor: pointer; }
    .p-search-sort__link span {
      position: relative;
      z-index: 2; }
      .p-search-sort__link span.small {
        font-size: 0.75rem;
        line-height: 1.2;
        text-align: center; }
    .p-search-sort__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background-color: #aac3e5;
      z-index: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .p-search-sort__link.active {
      color: #ffffff; }
      .p-search-sort__link.active::before {
        height: 100%;
        background-color: #5f89c0; }
    .p-search-sort__link:hover::before {
      height: 100%; }
  .p-search-sort__content-wrap {
    position: relative;
    padding: 0 20px;
    height: 200px; }
  .p-search-sort__content {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #ffffff;
    opacity: 0;
    width: calc(100% - 40px);
    display: none; }
    .p-search-sort__content.active {
      z-index: 2;
      opacity: 1;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      display: block; }
    .p-search-sort__content a {
      padding: 3px 10px;
      color: #707070;
      border: 1px solid #d1d9de;
      border-radius: 4px;
      margin-bottom: 20px;
      display: inline-block; }
      .p-search-sort__content a:not(:last-child) {
        margin-right: 10px; }
      .p-search-sort__content a.active, .p-search-sort__content a:hover {
        color: #ffffff;
        background-color: #5f89c0; }
    .p-search-sort__content dl {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      color: #284d7e;
      margin-left: 0;
      margin-bottom: 20px; }
      .p-search-sort__content dl dt {
        margin-right: 0;
        position: relative;
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        margin-bottom: 10px; }
        .p-search-sort__content dl dt::after {
          display: none;
          content: "";
          position: absolute;
          top: 0;
          right: -30px;
          width: 1px;
          height: 100%;
          background-color: #284d7e; }
      .p-search-sort__content dl dd a {
        margin-bottom: 10px; }
  .p-search-sort__text {
    margin-bottom: 20px; }

.p-hospital-table {
  width: 100%;
  overflow: scroll; }
  .p-hospital-table .c-table {
    overflow-x: scroll;
    width: 960px; }

.p-search-map {
  margin-bottom: 20px;
  height: 400px; }
  .p-search-map iframe {
    width: 100%;
    height: 100%; }

@media print, screen and (min-width: 768px) {
  .p-search-sort {
    border: 10px solid #e5ecf7; }
    .p-search-sort__list {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      margin-bottom: 20px;
      background-color: #e5ecf7; }
    .p-search-sort__item {
      width: calc(330% - 5px); }
    .p-search-sort__link {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      height: 50px;
      color: #5f89c0;
      background-color: #ffffff;
      position: relative;
      cursor: pointer; }
      .p-search-sort__link span {
        position: relative;
        z-index: 2; }
        .p-search-sort__link span.small {
          font-size: 0.75rem;
          line-height: 1.2;
          text-align: center; }
      .p-search-sort__link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: #aac3e5;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .p-search-sort__link.active {
        color: #ffffff; }
        .p-search-sort__link.active::before {
          height: 100%;
          background-color: #5f89c0; }
      .p-search-sort__link:hover::before {
        height: 100%; }
    .p-search-sort__content-wrap {
      position: relative;
      padding: 0 20px;
      height: 200px; }
    .p-search-sort__content {
      position: absolute;
      top: 0;
      z-index: 1;
      background: #ffffff;
      opacity: 0;
      width: calc(100% - 40px);
      display: none; }
      .p-search-sort__content.active {
        z-index: 2;
        opacity: 1;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        display: block; }
      .p-search-sort__content a {
        padding: 3px 30px;
        color: #707070;
        border: 1px solid #d1d9de;
        border-radius: 4px;
        margin-bottom: 20px;
        display: inline-block; }
        .p-search-sort__content a:not(:last-child) {
          margin-right: 10px; }
        .p-search-sort__content a.active, .p-search-sort__content a:hover {
          color: #ffffff;
          background-color: #5f89c0; }
      .p-search-sort__content dl {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        color: #284d7e;
        margin-left: 0;
        margin-bottom: 20px; }
        .p-search-sort__content dl dt {
          margin-right: 60px;
          position: relative;
          -webkit-box-flex: 0;
                  flex: 0 0 auto; }
          .p-search-sort__content dl dt::after {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            right: -30px;
            width: 1px;
            height: 100%;
            background-color: #284d7e; }
        .p-search-sort__content dl dd a {
          margin-bottom: 5px; }
    .p-search-sort__text {
      margin-bottom: 20px; }
  .p-search-map {
    margin-bottom: 20px;
    height: 600px; }
    .p-search-map iframe {
      width: 100%;
      height: 100%; } }

/** @format */
.p-detail-content__text {
  margin-bottom: 40px;
  border: 1px solid #dadada;
  padding: 30px 20px 0px; }
  .p-detail-content__text p {
    margin-bottom: 30px; }

.p-detail-content__image {
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .p-detail-content__image img {
    width: auto; }

.p-detail-content__table {
  padding: 0;
  margin-bottom: 40px; }

.p-detail-content__map {
  margin-bottom: 40px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .p-detail-content__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.p-detail-content__button {
  margin-top: 80px; }
  .p-detail-content__button .a-button {
    margin-left: 0; }

.p-detail-content > div:last-child {
  margin-bottom: 0; }

.p-detail-content a {
  text-decoration: underline; }
  .p-detail-content a:hover {
    text-decoration: none; }

@media print, screen and (min-width: 768px) {
  .p-detail-content__image {
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
  .p-detail-content__table {
    padding: 0 60px;
    margin-bottom: 40px; }
  .p-detail-content__map {
    margin-bottom: 40px;
    padding-bottom: 40%; }
  .p-detail-content__button {
    margin-top: 80px; }
    .p-detail-content__button .a-button {
      margin-left: 0; }
  .p-detail-content > div:last-child {
    margin-bottom: 0; } }

/** @format */
.login .l-container {
  margin-top: -32px; }

@media screen and (max-width: 782px) {
  .login .l-container {
    margin-top: -46px; } }

.p-member-bg {
  background-color: #e5ecf7; }
  .p-member-bg.l-section--s {
    padding: 30px 0 30px; }
    .p-member-bg.l-section--s:not(:first-child) {
      padding-top: 0; }
  .p-member-bg .c-main-text {
    margin-bottom: 30px;
    border: 3px solid #aac3e5; }
    .p-member-bg .c-main-text.no-border {
      border: none; }

.p-member-content {
  margin-top: -30px;
  padding: 30px 15px 10px;
  background-color: #ffffff; }
  .p-member-content .l-inner--ss {
    padding: 0 0; }

.p-member-list-top {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 -10px; }
  .p-member-list-top__item {
    width: 100%;
    width: 46%;
    margin: 0 2%;
    border: 1px solid #e5ecf7;
    padding: 3px; }
    .p-member-list-top__item:not(:last-child) {
      margin-bottom: 10px; }
  .p-member-list-top__link {
    display: -webkit-box;
    display: flex;
    padding: 10px 10px 10px 30px;
    background-color: #e5ecf7;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .p-member-list-top__link::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 20px;
      margin: auto;
      width: 0;
      height: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 2; }
    .p-member-list-top__link.pdf::before {
      border: none;
      background-image: url(img/icon/icon-pdf.png);
      background-repeat: no-repeat;
      left: 0;
      width: 25px;
      height: 25px;
      background-size: 25px; }
    .p-member-list-top__link.word::before {
      border: none;
      background-image: url(img/icon/icon-word.png);
      background-repeat: no-repeat;
      left: 15px;
      width: 20px;
      height: 25px;
      background-size: 20px; }
    .p-member-list-top__link:hover {
      background-color: #aac3e5; }
      .p-member-list-top__link:hover::before {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
    .p-member-list-top__link::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 20px;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
      background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
      background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff)) bottom left/100% 50% no-repeat;
      background: linear-gradient(to bottom left, transparent 50%, #fff 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #fff 50%) bottom left/100% 50% no-repeat;
      z-index: 1; }

.p-member-list {
  margin-bottom: 10px; }
  .p-member-list .l-inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  .p-member-list__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    margin-bottom: 10px; }
    .p-member-list__item:nth-child(2n) {
      margin-right: 0; }
  .p-member-list__link {
    width: 100%;
    height: 40px;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #ffffff;
    background-color: #5f89c0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .p-member-list__link.active, .p-member-list__link:hover {
      background-color: #284d7e; }

.p-topics-sort {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .p-topics-sort__item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px; }
    .p-topics-sort__item:nth-child(2n) {
      margin-right: 0; }
  .p-topics-sort__link {
    font-size: 0.65rem;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #707070;
    background-color: #d1d9de;
    text-align: center;
    position: relative;
    z-index: 0; }
    .p-topics-sort__link:hover, .p-topics-sort__link.active {
      color: #ffffff; }
      .p-topics-sort__link:hover::before, .p-topics-sort__link.active::before {
        width: 100%; }
    .p-topics-sort__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 5%;
      height: 100%;
      background: #5f89c0;
      z-index: -1;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .p-topics-sort__link.gyosei-info::before {
      background: #eb9d49; }
    .p-topics-sort__link.corona-info::before {
      background: #e28389; }
    .p-topics-sort__link.kikan-info::before {
      background: #bd6cc7; }

.p-topics-list {
  margin-top: 20px;
  margin-bottom: 60px; }
  .p-topics-list__item {
    padding-bottom: 15px;
    border-bottom: 2px solid #d1d9de;
    margin-bottom: 25px; }
  .p-topics-list__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-bottom: 10px; }
  .p-topics-list__date {
    margin-bottom: 10px;
    color: #424242; }
  .p-topics-list__category {
    color: #ffffff;
    background-color: #eb9d49;
    padding: 2px 10px; }
    .p-topics-list__category.gyosei-info {
      background-color: #eb9d49; }
    .p-topics-list__category.corona-info {
      background-color: #e28389; }
    .p-topics-list__category.kikan-info {
      background-color: #bd6cc7; }
  .p-topics-list__organization {
    font-size: 1.1rem;
    font-weight: bold;
    color: #424242; }
  .p-topics-list__content a {
    margin-bottom: 5px; }
  .p-topics-list__content p {
    padding: 0 10px;
    margin-bottom: 5px; }
  .p-topics-list__title {
    font-size: 1.125rem;
    font-weight: bold; }
  .p-topics-list__year li {
    margin-bottom: 20px;
    display: inline-block; }
    .p-topics-list__year li:not(:last-child) {
      margin-right: 10px; }
  .p-topics-list__year a {
    padding: 3px 30px;
    color: #707070;
    border: 1px solid #aac3e5;
    border-radius: 4px;
    display: block; }
    .p-topics-list__year a:hover, .p-topics-list__year a.current {
      color: #ffffff;
      background-color: #5f89c0; }

.p-member-content .p-greeting {
  margin-bottom: 20px; }

.p-member-content .greeting-text {
  border: none;
  margin-bottom: 0px; }

@media print, screen and (min-width: 768px) {
  .p-member-content {
    padding: 40px 20px 10px; }
  .p-member-list-top {
    margin: 0; }
    .p-member-list-top__item {
      width: 48%;
      margin: 0 1%; }
      .p-member-list-top__item:not(:last-child) {
        margin-bottom: 20px; }
    .p-member-list-top__link {
      padding: 20px 20px 20px 60px; }
      .p-member-list-top__link::after {
        width: 40px; }
      .p-member-list-top__link.pdf::before {
        left: 15px; }
  .p-member-list {
    margin-bottom: 100px;
    margin-bottom: 20px; }
    .p-member-list .l-inner {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; }
    .p-member-list__item {
      width: 18%;
      margin-left: 1%;
      margin-right: 1%;
      margin-bottom: 10px; }
      .p-member-list__item:nth-child(2n) {
        margin-left: 1%;
        margin-right: 1%; }
      .p-member-list__item:nth-child(4n) {
        margin-left: 1%;
        margin-right: 1%; }
    .p-member-list__link {
      height: 60px;
      height: 40px;
      padding: 0 10px;
      font-size: 13px; }
  .p-topics-sort {
    margin-bottom: 10px; }
    .p-topics-sort__item {
      width: 30%;
      margin-right: 0; }
    .p-topics-sort__link {
      font-size: 0.65rem;
      height: 50px; }
  .p-topics-list {
    margin-bottom: 60px; }
    .p-topics-list__info {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 10px; }
    .p-topics-list__date {
      margin-right: 30px;
      margin-bottom: 0; }
    .p-topics-list__category {
      padding: 2px 20px; } }

/** @format */
.p-topics-list.comments .c-link-list__link {
  font-size: 1.25rem;
  margin-bottom: 15px; }

.comments {
  margin-bottom: 30px; }

.comments-list {
  padding: 0;
  margin: 0 0 30px; }
  .comments-list li {
    border-bottom: 1px solid #f0f3f5; }

.my-comments {
  background-color: #aaaaaa;
  padding: 10px; }

.my-comments ul,
.my-comments li {
  list-style: none; }

.my-comments li {
  margin: 10px 0px 10px 0px; }

.comment-body {
  padding: 20px;
  background-color: #e5ecf7; }

.children .comments-list li {
  border: none; }

.children .comment-body {
  padding: 0 20px 20px 40px; }

.children .comment-meta {
  border-top: 1px dotted;
  padding-top: 20px; }

.comment-author,
.logged-in-as {
  display: none; }

.comment-meta {
  margin-bottom: 10px; }

.comment-meta a {
  text-decoration: none;
  color: #276abc; }

.comment-body p {
  padding: 15px 10px;
  margin: 0;
  background-color: #fff; }

.reply {
  margin-top: 10px;
  text-align: right; }

.comment-respond {
  padding: 20px;
  background-color: #e5ecf7; }

.comment-title,
.comment-reply-title {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  color: #284d7e;
  position: relative;
  border-left: 7px solid;
  padding-left: 7px; }

.comment-form-comment {
  margin: 20px 0; }
  .comment-form-comment label {
    display: none; }
  .comment-form-comment textarea {
    width: 80%; }

@media print, screen and (min-width: 768px) {
  .children .comment-body {
    padding: 0 20px 20px 80px; } }

/** @format */
.elementor-column-gap-default
> .elementor-column
> .elementor-element-populated {
  padding: 0 !important; }

.elementor .c-link-list__item p {
  margin: 0; }

.elementor-heading-title {
  padding: inherit !important;
  margin: inherit !important;
  line-height: inherit !important;
  font-size: 1em; }

/** @format */
.u-text-left {
  text-align: left; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

.u-margin-bottom {
  margin-bottom: 20px !important; }
  .u-margin-bottom--s {
    margin-bottom: 30px !important; }
  .u-margin-bottom--l {
    margin-bottom: 40px !important; }

.mgt10 {
  margin-top: 10px !important; }

.mgt20 {
  margin-top: 20px !important; }

.mgt30 {
  margin-top: 30px !important; }

.mgt40 {
  margin-top: 40px !important; }

.mgt50 {
  margin-top: 50px !important; }

.mgt60 {
  margin-top: 60px !important; }

.mgt70 {
  margin-top: 70px !important; }

.mgt80 {
  margin-top: 80px !important; }

.mgt90 {
  margin-top: 90px !important; }

.mgt100 {
  margin-top: 100px !important; }

.mgt110 {
  margin-top: 110px !important; }

.mgt120 {
  margin-top: 120px !important; }

.mgt130 {
  margin-top: 130px !important; }

.mgt140 {
  margin-top: 140px !important; }

.mgt150 {
  margin-top: 150px !important; }

.mgt160 {
  margin-top: 160px !important; }

.mgt170 {
  margin-top: 170px !important; }

.mgt180 {
  margin-top: 180px !important; }

.mgt190 {
  margin-top: 190px !important; }

.mgt200 {
  margin-top: 200px !important; }

.mgb10 {
  margin-bottom: 10px !important; }

.mgb20 {
  margin-bottom: 20px !important; }

.mgb30 {
  margin-bottom: 30px !important; }

.mgb40 {
  margin-bottom: 40px !important; }

.mgb50 {
  margin-bottom: 50px !important; }

.mgb60 {
  margin-bottom: 60px !important; }

.mgb70 {
  margin-bottom: 70px !important; }

.mgb80 {
  margin-bottom: 80px !important; }

.mgb90 {
  margin-bottom: 90px !important; }

.mgb100 {
  margin-bottom: 100px !important; }

.mgb110 {
  margin-bottom: 110px !important; }

.mgb120 {
  margin-bottom: 120px !important; }

.mgb130 {
  margin-bottom: 130px !important; }

.mgb140 {
  margin-bottom: 140px !important; }

.mgb150 {
  margin-bottom: 150px !important; }

.mgb160 {
  margin-bottom: 160px !important; }

.mgb170 {
  margin-bottom: 170px !important; }

.mgb180 {
  margin-bottom: 180px !important; }

.mgb190 {
  margin-bottom: 190px !important; }

.mgb200 {
  margin-bottom: 200px !important; }

.mgtA {
  margin-top: auto; }

@media screen and (min-width: 768px) {
  .u-margin-bottom {
    margin-bottom: 20px !important; }
    .u-margin-bottom--s {
      margin-bottom: 40px !important; }
    .u-margin-bottom--l {
      margin-bottom: 60px !important; }
  .mgt10 {
    margin-top: 1.25% !important; }
  .mgt20 {
    margin-top: 2.5% !important; }
  .mgt30 {
    margin-top: 3.75% !important; }
  .mgt40 {
    margin-top: 5% !important; }
  .mgt50 {
    margin-top: 6.25% !important; }
  .mgt60 {
    margin-top: 7.5% !important; }
  .mgt70 {
    margin-top: 8.75% !important; }
  .mgt80 {
    margin-top: 10% !important; }
  .mgt90 {
    margin-top: 11.25% !important; }
  .mgt100 {
    margin-top: 12.5% !important; }
  .mgt110 {
    margin-top: 13.75% !important; }
  .mgt120 {
    margin-top: 15% !important; }
  .mgt130 {
    margin-top: 16.25% !important; }
  .mgt140 {
    margin-top: 17.5% !important; }
  .mgt150 {
    margin-top: 18.75% !important; }
  .mgt160 {
    margin-top: 20% !important; }
  .mgt170 {
    margin-top: 21.25% !important; }
  .mgt180 {
    margin-top: 22.5% !important; }
  .mgt190 {
    margin-top: 23.75% !important; }
  .mgt200 {
    margin-top: 25% !important; }
  .mgb10 {
    margin-bottom: 1.25% !important; }
  .mgb20 {
    margin-bottom: 2.5% !important; }
  .mgb30 {
    margin-bottom: 3.75% !important; }
  .mgb40 {
    margin-bottom: 5% !important; }
  .mgb50 {
    margin-bottom: 6.25% !important; }
  .mgb60 {
    margin-bottom: 7.5% !important; }
  .mgb70 {
    margin-bottom: 8.75% !important; }
  .mgb80 {
    margin-bottom: 10% !important; }
  .mgb90 {
    margin-bottom: 11.25% !important; }
  .mgb100 {
    margin-bottom: 12.5% !important; }
  .mgb110 {
    margin-bottom: 13.75% !important; }
  .mgb120 {
    margin-bottom: 15% !important; }
  .mgb130 {
    margin-bottom: 16.25% !important; }
  .mgb140 {
    margin-bottom: 17.5% !important; }
  .mgb150 {
    margin-bottom: 18.75% !important; }
  .mgb160 {
    margin-bottom: 20% !important; }
  .mgb170 {
    margin-bottom: 21.25% !important; }
  .mgb180 {
    margin-bottom: 22.5% !important; }
  .mgb190 {
    margin-bottom: 23.75% !important; }
  .mgb200 {
    margin-bottom: 25% !important; } }

@media screen and (min-width: 420px) {
  .mgt10 {
    margin-top: 1.25% !important; }
  .mgt20 {
    margin-top: 2.5% !important; }
  .mgt30 {
    margin-top: 3.75% !important; }
  .mgt40 {
    margin-top: 5% !important; }
  .mgt50 {
    margin-top: 6.25% !important; }
  .mgt60 {
    margin-top: 7.5% !important; }
  .mgt70 {
    margin-top: 8.75% !important; }
  .mgt80 {
    margin-top: 10% !important; }
  .mgt90 {
    margin-top: 11.25% !important; }
  .mgt100 {
    margin-top: 12.5% !important; }
  .mgt110 {
    margin-top: 13.75% !important; }
  .mgt120 {
    margin-top: 15% !important; }
  .mgt130 {
    margin-top: 16.25% !important; }
  .mgt140 {
    margin-top: 17.5% !important; }
  .mgt150 {
    margin-top: 18.75% !important; }
  .mgt160 {
    margin-top: 20% !important; }
  .mgt170 {
    margin-top: 21.25% !important; }
  .mgt180 {
    margin-top: 22.5% !important; }
  .mgt190 {
    margin-top: 23.75% !important; }
  .mgt200 {
    margin-top: 25% !important; }
  .mgb10 {
    margin-bottom: 1.25% !important; }
  .mgb20 {
    margin-bottom: 2.5% !important; }
  .mgb30 {
    margin-bottom: 3.75% !important; }
  .mgb40 {
    margin-bottom: 5% !important; }
  .mgb50 {
    margin-bottom: 6.25% !important; }
  .mgb60 {
    margin-bottom: 7.5% !important; }
  .mgb70 {
    margin-bottom: 8.75% !important; }
  .mgb80 {
    margin-bottom: 10% !important; }
  .mgb90 {
    margin-bottom: 11.25% !important; }
  .mgb100 {
    margin-bottom: 12.5% !important; }
  .mgb110 {
    margin-bottom: 13.75% !important; }
  .mgb120 {
    margin-bottom: 15% !important; }
  .mgb130 {
    margin-bottom: 16.25% !important; }
  .mgb140 {
    margin-bottom: 17.5% !important; }
  .mgb150 {
    margin-bottom: 18.75% !important; }
  .mgb160 {
    margin-bottom: 20% !important; }
  .mgb170 {
    margin-bottom: 21.25% !important; }
  .mgb180 {
    margin-bottom: 22.5% !important; }
  .mgb190 {
    margin-bottom: 23.75% !important; }
  .mgb200 {
    margin-bottom: 25% !important; } }

.mgt0par {
  margin-top: 0% !important; }

.mgb0par {
  margin-bottom: 0% !important; }

.pdt0par {
  padding-top: 0% !important; }

.pdb0par {
  padding-bottom: 0% !important; }

.mgt1par {
  margin-top: 1% !important; }

.mgb1par {
  margin-bottom: 1% !important; }

.pdt1par {
  padding-top: 1% !important; }

.pdb1par {
  padding-bottom: 1% !important; }

.mgt2par {
  margin-top: 2% !important; }

.mgb2par {
  margin-bottom: 2% !important; }

.pdt2par {
  padding-top: 2% !important; }

.pdb2par {
  padding-bottom: 2% !important; }

.mgt3par {
  margin-top: 3% !important; }

.mgb3par {
  margin-bottom: 3% !important; }

.pdt3par {
  padding-top: 3% !important; }

.pdb3par {
  padding-bottom: 3% !important; }

.mgt4par {
  margin-top: 4% !important; }

.mgb4par {
  margin-bottom: 4% !important; }

.pdt4par {
  padding-top: 4% !important; }

.pdb4par {
  padding-bottom: 4% !important; }

.mgt5par {
  margin-top: 5% !important; }

.mgb5par {
  margin-bottom: 5% !important; }

.pdt5par {
  padding-top: 5% !important; }

.pdb5par {
  padding-bottom: 5% !important; }

.mgt6par {
  margin-top: 6% !important; }

.mgb6par {
  margin-bottom: 6% !important; }

.pdt6par {
  padding-top: 6% !important; }

.pdb6par {
  padding-bottom: 6% !important; }

.mgt7par {
  margin-top: 7% !important; }

.mgb7par {
  margin-bottom: 7% !important; }

.pdt7par {
  padding-top: 7% !important; }

.pdb7par {
  padding-bottom: 7% !important; }

.mgt8par {
  margin-top: 8% !important; }

.mgb8par {
  margin-bottom: 8% !important; }

.pdt8par {
  padding-top: 8% !important; }

.pdb8par {
  padding-bottom: 8% !important; }

.mgt9par {
  margin-top: 9% !important; }

.mgb9par {
  margin-bottom: 9% !important; }

.pdt9par {
  padding-top: 9% !important; }

.pdb9par {
  padding-bottom: 9% !important; }

.mgt10par {
  margin-top: 10% !important; }

.mgb10par {
  margin-bottom: 10% !important; }

.pdt10par {
  padding-top: 10% !important; }

.pdb10par {
  padding-bottom: 10% !important; }

.mgt11par {
  margin-top: 11% !important; }

.mgb11par {
  margin-bottom: 11% !important; }

.pdt11par {
  padding-top: 11% !important; }

.pdb11par {
  padding-bottom: 11% !important; }

.mgt12par {
  margin-top: 12% !important; }

.mgb12par {
  margin-bottom: 12% !important; }

.pdt12par {
  padding-top: 12% !important; }

.pdb12par {
  padding-bottom: 12% !important; }

.mgt13par {
  margin-top: 13% !important; }

.mgb13par {
  margin-bottom: 13% !important; }

.pdt13par {
  padding-top: 13% !important; }

.pdb13par {
  padding-bottom: 13% !important; }

.mgt14par {
  margin-top: 14% !important; }

.mgb14par {
  margin-bottom: 14% !important; }

.pdt14par {
  padding-top: 14% !important; }

.pdb14par {
  padding-bottom: 14% !important; }

.mgt15par {
  margin-top: 15% !important; }

.mgb15par {
  margin-bottom: 15% !important; }

.pdt15par {
  padding-top: 15% !important; }

.pdb15par {
  padding-bottom: 15% !important; }

.mgt16par {
  margin-top: 16% !important; }

.mgb16par {
  margin-bottom: 16% !important; }

.pdt16par {
  padding-top: 16% !important; }

.pdb16par {
  padding-bottom: 16% !important; }

.mgt17par {
  margin-top: 17% !important; }

.mgb17par {
  margin-bottom: 17% !important; }

.pdt17par {
  padding-top: 17% !important; }

.pdb17par {
  padding-bottom: 17% !important; }

.mgt18par {
  margin-top: 18% !important; }

.mgb18par {
  margin-bottom: 18% !important; }

.pdt18par {
  padding-top: 18% !important; }

.pdb18par {
  padding-bottom: 18% !important; }

.mgt19par {
  margin-top: 19% !important; }

.mgb19par {
  margin-bottom: 19% !important; }

.pdt19par {
  padding-top: 19% !important; }

.pdb19par {
  padding-bottom: 19% !important; }

.mgt20par {
  margin-top: 20% !important; }

.mgb20par {
  margin-bottom: 20% !important; }

.pdt20par {
  padding-top: 20% !important; }

.pdb20par {
  padding-bottom: 20% !important; }
