@charset "UTF-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* ==========================================================================
   animation
   @media以下にcss animationの@keyframesを指定するとIEでアニメーションが動作しないので注意。
   ========================================================================== */
@keyframes animationA {
  0% { }
  100% { } }

/* ==========================================================================
   Foundation
   ========================================================================== */
body {
  color: #3c3c3c;
  font-family: "Lexend", "BIZ UDGothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 481px) {
    body {
      font-size: 12px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    body {
      font-size: 16px; } }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ol,
ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  border-style: none; }

a {
  color: #3c3c3c;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none; }

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none; } }

a:focus,
*:focus {
  outline: none; }

body {
  margin: 0; }

@media screen and (min-width: 769px) {
  a {
    opacity: 1;
    transition: opacity .2s ease-in-out; } }

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7; } }

@media screen and (min-width: 769px) {
  a:hover img {
    background-color: rgba(255, 255, 255, 0.01); } }

br.SPbr {
  display: none; }
  @media screen and (max-width: 481px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 481px) {
    br.PCbr {
      display: none; } }

.SPview {
  display: none !important; }
  @media screen and (max-width: 481px) {
    .SPview {
      display: block !important; } }

.PCview {
  display: block !important; }
  @media screen and (max-width: 481px) {
    .PCview {
      display: none !important; } }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Lexend", "BIZ UDGothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration,
  textarea::-webkit-search-decoration {
    display: none; }
  input:focus,
  textarea:focus {
    outline-offset: -2px; }

.l-container {
  width: 100%;
  position: relative;
  min-height: 100%; }

@media screen and (max-width: 481px) {
  .l-main {
    padding: 0 15px; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-main {
    padding: 0 15px; } }

@media screen and (min-width: 769px) {
  .l-main {
    width: 1120px;
    padding: 0 30px;
    margin: 0 auto; } }

/* ==========================================================================
   Layout
   ========================================================================== */
@media screen and (max-width: 481px) {
  .l-footer {
    padding: 160px 15px 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-footer {
    padding: 160px 15px 0; } }

@media screen and (min-width: 769px) {
  .l-footer {
    padding: 160px 40px 0; } }

@media screen and (max-width: 481px) {
  .l-footer_logo {
    padding: 15px 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-footer_logo {
    padding: 15px 0; } }

@media screen and (min-width: 769px) {
  .l-footer_logo {
    padding: 25px 0; } }

.l-footer_logo img {
  height: auto; }
  @media screen and (max-width: 481px) {
    .l-footer_logo img {
      width: 140px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer_logo img {
      width: 140px; } }
  @media screen and (min-width: 769px) {
    .l-footer_logo img {
      width: 176px; } }

.l-footer_copyright {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  border-top: 1px solid #e0ddd8;
  font-size: 12px; }
  @media screen and (max-width: 481px) {
    .l-footer_copyright {
      padding: 15px 0 30px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-footer_copyright {
      padding: 15px 0 30px; } }
  @media screen and (min-width: 769px) {
    .l-footer_copyright {
      padding: 20px 0 30px; } }

@media screen and (max-width: 481px) {
  .l-header {
    padding: 60px 0 0; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .l-header {
    padding: 60px 0 0; } }

@media screen and (min-width: 769px) {
  .l-header {
    min-width: 1120px;
    padding: 80px 0 0; } }

.l-header--top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
  @media screen and (max-width: 481px) {
    .l-header--top {
      height: 60px;
      padding: 0 15px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header--top {
      height: 60px;
      padding: 0 15px; } }
  @media screen and (min-width: 769px) {
    .l-header--top {
      min-width: 1120px;
      height: 80px;
      padding: 0 40px; } }

.l-header--foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  background-color: #80c9dc;
  position: relative; }
  @media screen and (max-width: 481px) {
    .l-header--foot {
      height: 110px;
      padding: 0 15px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header--foot {
      height: 110px;
      padding: 0 15px; } }
  @media screen and (min-width: 769px) {
    .l-header--foot {
      height: 180px;
      padding: 0 120px; } }

.l-header_logo a {
  display: block; }

.l-header_logo img {
  height: auto; }
  @media screen and (max-width: 481px) {
    .l-header_logo img {
      width: 140px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header_logo img {
      width: 140px; } }
  @media screen and (min-width: 769px) {
    .l-header_logo img {
      width: 222px; } }

.l-header__headline {
  text-align: right; }
  @media screen and (min-width: 769px) {
    .l-header__headline {
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(530px, -50%); } }
  .l-header__headline--sub, .l-header__headline--main {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    display: block;
    color: #fff; }
  .l-header__headline--sub {
    line-height: 1.2; }
    @media screen and (max-width: 481px) {
      .l-header__headline--sub {
        font-size: 18px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header__headline--sub {
        font-size: 18px; } }
    @media screen and (min-width: 769px) {
      .l-header__headline--sub {
        font-size: 28px; } }
  .l-header__headline--main {
    line-height: 1.2; }
    @media screen and (max-width: 481px) {
      .l-header__headline--main {
        font-size: 27px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header__headline--main {
        font-size: 27px; } }
    @media screen and (min-width: 769px) {
      .l-header__headline--main {
        font-size: 42px; } }

.l-header__search-btn {
  display: block;
  border: none;
  position: relative;
  z-index: 11; }
  @media screen and (max-width: 481px) {
    .l-header__search-btn {
      width: 20px;
      height: 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__search-btn {
      width: 20px;
      height: 20px; } }
  @media screen and (min-width: 769px) {
    .l-header__search-btn {
      width: 28px;
      height: 28px; } }
  .home .l-header__search-btn {
    display: none; }
  .l-header__search-btn::before, .l-header__search-btn::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #44a1b9;
    position: absolute;
    left: 28%; }
  .l-header__search-btn::before {
    top: 100%;
    transform: rotate(45deg) translate(-50%, -50%); }
  .l-header__search-btn::after {
    top: 0;
    transform: rotate(-45deg) translate(-50%, -50%); }
  @media screen and (max-width: 481px) {
    .l-header__search-btn.window-open::before, .l-header__search-btn.window-open::after {
      width: 28.5px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__search-btn.window-open::before, .l-header__search-btn.window-open::after {
      width: 28.5px; } }
  @media screen and (min-width: 769px) {
    .l-header__search-btn.window-open::before, .l-header__search-btn.window-open::after {
      width: 40px; } }
  .l-header__search-btn.window-open img {
    display: none; }
  .l-header__search-btn img {
    width: 100%;
    height: auto; }

.l-header__search-window {
  position: fixed;
  width: 100%;
  background-color: #f3faf9;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease opacity, .3s ease visibility; }
  @media screen and (max-width: 481px) {
    .l-header__search-window {
      padding: 80px 40px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__search-window {
      padding: 80px 40px; } }
  @media screen and (min-width: 769px) {
    .l-header__search-window {
      min-width: 1120px;
      padding: 200px 120px; } }
  .l-header__search-window.is-open {
    opacity: 1;
    visibility: visible; }

.l-header__search-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 40px; }
  @media screen and (max-width: 481px) {
    .l-header__search-item {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__search-item {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .l-header__search-item {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; } }
  .l-header__search-item--head {
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 481px) {
      .l-header__search-item--head {
        width: 100%;
        margin: 0 0 10px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .l-header__search-item--head {
        width: 100%;
        margin: 0 0 10px; } }
    @media screen and (min-width: 769px) {
      .l-header__search-item--head {
        min-width: 156px;
        margin: 0 30px 0 0; } }
  @media screen and (max-width: 481px) {
    .l-header__search-item--body {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__search-item--body {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .l-header__search-item--body {
      max-width: calc(100% - 186px); } }
  .l-header__search-item--body.wide {
    width: 100%; }
  .l-header__search-item--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    gap: 40px; }
    .l-header__search-item--row .l-header__search-item {
      margin: 0; }
      @media screen and (max-width: 481px) {
        .l-header__search-item--row .l-header__search-item-wrap {
          width: 100%; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .l-header__search-item--row .l-header__search-item-wrap {
          width: 100%; } }
      @media screen and (min-width: 769px) {
        .l-header__search-item--row .l-header__search-item-wrap {
          max-width: 250px; } }
  .l-header__search-item-wrap {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
    border: 1px solid #3b90a6;
    border-radius: 8px;
    overflow: hidden; }

.l-header__search--initial {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: stretch;
      align-items: stretch;
  border: 1px solid #3b90a6;
  border-radius: 8px;
  background-color: #fff; }
  .l-header__search--initial-item {
    height: 50px;
    text-align: center; }
    @media screen and (min-width: 1201px) {
      .l-header__search--initial-item {
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%; }
        .l-header__search--initial-item:not(:first-child) {
          border-left: 1px solid #3b90a6; } }
    @media screen and (max-width: 1200px) {
      .l-header__search--initial-item {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; }
        .l-header__search--initial-item:not(:first-child) {
          border-left: 1px solid #3b90a6; }
        .l-header__search--initial-item:nth-child(n+6) {
          border-top: 1px solid #3b90a6; }
        .l-header__search--initial-item:nth-child(5n+1) {
          border-left: none; } }
  .l-header__search--initial-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #3b90a6;
    font-weight: bold;
    position: relative; }
    .l-header__search--initial-link::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      border: 1px solid #3b90a6;
      border-style: none solid solid none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg) skew(5deg, 5deg); }
      @media screen and (max-width: 481px) {
        .l-header__search--initial-link::before {
          left: 10%; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .l-header__search--initial-link::before {
          left: 10%; } }
      @media screen and (min-width: 769px) {
        .l-header__search--initial-link::before {
          left: 15px; } }

.l-header__search-input {
  width: calc(100% - 70px);
  height: 100%;
  background-color: #fff; }
  @media screen and (max-width: 481px) {
    .l-header__search-input {
      padding: 0 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .l-header__search-input {
      padding: 0 16px; } }
  @media screen and (min-width: 769px) {
    .l-header__search-input {
      padding: 0 24px; } }
  .l-header__search-input::-moz-placeholder {
    color: #b0b0b0; }
  .l-header__search-input:-ms-input-placeholder {
    color: #b0b0b0; }
  .l-header__search-input::placeholder {
    color: #b0b0b0; }

.l-header__search-button {
  width: 70px;
  height: 100%;
  padding: 0 20px;
  border: none;
  background-color: #3b90a6;
  color: #fff; }

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-btn {
  display: block;
  width: 350px;
  max-width: 100%;
  padding: 13px 60px;
  margin: 0 auto;
  background-color: #44a1b9;
  border-radius: 4em;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative; }
  .c-btn:not(:first-child) {
    margin-top: 30px; }
  .c-btn::before {
    content: '';
    width: 1em;
    height: 1em;
    border: 1px solid #80c9dc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 0; }
  .c-btn::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 1px solid #80c9dc;
    border-style: none solid solid none;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1; }

.c-page_breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 15px 0; }
  .c-page_breadcrumb_item {
    padding: 0 1.5em 0 0;
    position: relative; }
    .c-page_breadcrumb_item:not(:last-child)::after {
      content: '>';
      position: absolute;
      top: 50%;
      right: .65em;
      transform: translate(0, -45%);
      font-size: 12px;
      display: inline-block; }
    .c-page_breadcrumb_item a,
    .c-page_breadcrumb_item span {
      display: inline-block;
      font-size: 12px; }
    .c-page_breadcrumb_item a {
      color: #3b90a6; }

.c-page_content {
  padding: 40px 0 0; }

.c-page_search {
  width: 100%;
  background-color: #f3faf9; }
  @media screen and (max-width: 481px) {
    .c-page_search {
      padding: 20px;
      margin: 50px 0 10px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-page_search {
      padding: 20px;
      margin: 50px 0 10px; } }
  @media screen and (min-width: 769px) {
    .c-page_search {
      padding: 40px;
      margin: 80px 0 40px; } }
  .c-page_search-title.c-page_title {
    margin: 0 0 10px;
    font-weight: bold;
    color: #3b90a6; }
  .c-page_search-title .sub {
    color: #3c3c3c; }
  .c-page_search-text {
    font-size: 14px; }

.c-page_title {
  margin: 0 0 25px;
  font-size: 28px;
  font-weight: normal; }
  .c-page_title .sub {
    display: inline-block;
    margin: 0 1em 0 0;
    font-size: 16px; }
  .c-page_title.EN {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; }

.c-page_section:not(:last-child) {
  margin: 0 0 80px; }

.c-page_section_title {
  padding: 6px 0;
  margin: 0 0 10px;
  border: 1px solid #e0ddd8;
  border-style: solid none;
  font-size: 20px;
  font-weight: bold; }
  .c-page_section_title.EN {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; }

.c-page_bottom {
  margin: 140px 0 0; }

.wp-pagenavi {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin: 100px 0 -40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    width: 38px;
    height: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 5px;
    border-radius: 50%;
    color: #b0b0b0;
    font-size: 16px;
    transition: background-color .2s, color .2s; }
    .wp-pagenavi .first:hover,
    .wp-pagenavi .last:hover,
    .wp-pagenavi .current:hover,
    .wp-pagenavi .page:hover {
      opacity: 1;
      background-color: #44a1b9;
      color: #fff; }
  .wp-pagenavi .current {
    opacity: 1;
    background-color: #44a1b9;
    color: #fff; }
  .wp-pagenavi .extend {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    width: 38px;
    height: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 5px;
    color: #b0b0b0;
    font-size: 16px; }

.c-list_center-item:not(:last-child) {
  border-bottom: dotted 1px #e0ddd8; }

.c-list_center-title {
  margin: 20px 0 0;
  font-size: 16px; }

.c-list_center--department {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .c-list_center--department_item {
    padding: .5em 1em .5em 0;
    line-height: 1.4; }
    @media screen and (max-width: 481px) {
      .c-list_center--department_item {
        width: 50%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-list_center--department_item {
        width: 50%; } }
    @media screen and (min-width: 769px) {
      .c-list_center--department_item {
        width: 25%; } }
    .c-list_center--department_item a {
      display: block;
      padding: 1em 0 1em 1.5em;
      font-size: 14px;
      color: #3b90a6;
      position: relative; }
      .c-list_center--department_item a::before {
        content: '';
        width: 1em;
        height: 1em;
        background-color: #44a1b9;
        border-radius: 50%;
        position: absolute;
        top: 1.2em;
        left: 0;
        z-index: 0; }
      .c-list_center--department_item a::after {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border: 1px solid #fff;
        border-style: none solid solid none;
        position: absolute;
        top: 1.7em;
        left: .25em;
        transform: translateY(-50%) rotate(-45deg);
        z-index: 1; }

.c-list_department {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .c-list_department_item {
    padding: .5em 1.4em .5em 0;
    line-height: 1.4; }
    @media screen and (max-width: 481px) {
      .c-list_department_item {
        width: 50%; }
        .c-list_department_item:nth-child(2n+1) {
          position: relative; }
          .c-list_department_item:nth-child(2n+1)::after {
            content: '';
            width: 200%;
            height: 1px;
            border-top: dotted 1px #e0ddd8;
            position: absolute;
            top: 0;
            left: 0; }
        .c-list_department_item:nth-child(1)::after {
          display: none; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .c-list_department_item {
        width: 50%; }
        .c-list_department_item:nth-child(2n+1) {
          position: relative; }
          .c-list_department_item:nth-child(2n+1)::after {
            content: '';
            width: 200%;
            height: 1px;
            border-top: dotted 1px #e0ddd8;
            position: absolute;
            top: 0;
            left: 0; }
        .c-list_department_item:nth-child(1)::after {
          display: none; } }
    @media screen and (min-width: 769px) {
      .c-list_department_item {
        width: 25%; }
        .c-list_department_item:nth-child(4n+1) {
          position: relative; }
          .c-list_department_item:nth-child(4n+1)::after {
            content: '';
            width: 400%;
            height: 1px;
            border-top: dotted 1px #e0ddd8;
            position: absolute;
            top: 0;
            left: 0; }
        .c-list_department_item:nth-child(1)::after {
          display: none; } }
    .c-list_department_item a {
      display: block;
      padding: 1em 0 1em 1.5em;
      font-size: 14px;
      color: #3b90a6;
      position: relative; }
      .c-list_department_item a::before {
        content: '';
        width: 1em;
        height: 1em;
        background-color: #44a1b9;
        border-radius: 50%;
        position: absolute;
        top: 1.2em;
        left: 0;
        z-index: 0; }
      .c-list_department_item a::after {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border: 1px solid #fff;
        border-style: none solid solid none;
        position: absolute;
        top: 1.7em;
        left: .25em;
        transform: translateY(-50%) rotate(-45deg);
        z-index: 1; }

.c-list_doctor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (min-width: 769px) {
    .c-list_doctor::after {
      content: '';
      width: 30%;
      display: block; } }
  .c-list_doctor--left {
    width: 50%;
    padding: 0 20px 0 30px; }
  .c-list_doctor--right {
    width: 50%;
    padding: 0 10px 0 0; }
  .c-list_doctor--bottom {
    width: 100%;
    margin: 20px 0 0;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media screen and (max-width: 481px) {
    .c-list_doctor-item {
      width: 100%; }
      .c-list_doctor-item:not(:first-child) {
        margin-top: 50px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .c-list_doctor-item {
      width: 100%; }
      .c-list_doctor-item:not(:first-child) {
        margin-top: 50px; } }
  @media screen and (min-width: 769px) {
    .c-list_doctor-item {
      width: 30%; }
      .c-list_doctor-item:nth-child(n+4) {
        margin-top: 50px; } }
  .c-list_doctor-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    height: 100%;
    padding: 24px 0;
    border: 1px solid #d4e6e3;
    transition: border-color .2s; }
    .c-list_doctor-item a:hover {
      opacity: 1;
      border-color: #3b90a6; }
      .c-list_doctor-item a:hover .c-list_doctor-btn {
        background-color: #44a1b9;
        color: #fff; }
  .c-list_doctor-name {
    color: #3b90a6;
    font-size: 20px; }
  .c-list_doctor-kana {
    color: #3b90a6;
    font-size: 12px; }
  .c-list_doctor-info {
    margin: 1em 0 0;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    overflow: hidden; }
  .c-list_doctor-btn {
    display: block;
    width: 150px;
    padding: 7px 0;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #44a1b9;
    border-radius: 4em;
    text-align: center;
    color: #3b90a6;
    font-size: 12px;
    position: relative;
    transition: background-color .2s, color .2s; }
    .c-list_doctor-btn::before {
      content: '';
      width: 1em;
      height: 1em;
      border: 1px solid #80c9dc;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      right: 14px;
      transform: translateY(-50%);
      z-index: 0; }
    .c-list_doctor-btn::after {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      border: 1px solid #80c9dc;
      border-style: none solid solid none;
      position: absolute;
      top: 50%;
      right: 19.5px;
      transform: translateY(-50%) rotate(-45deg);
      z-index: 1; }

/* Project
   ----------------------------------------------------------------- */
/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.p-index__search-window {
  width: 100%;
  background-color: #f3faf9; }
  @media screen and (max-width: 481px) {
    .p-index__search-window {
      padding: 20px;
      margin: 50px 0 10px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-index__search-window {
      padding: 20px;
      margin: 50px 0 10px; } }
  @media screen and (min-width: 769px) {
    .p-index__search-window {
      padding: 40px;
      margin: 80px 0 40px; } }
  .p-index__search-window.is-open {
    opacity: 1;
    visibility: visible; }

.p-index__search-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 40px; }
  @media screen and (max-width: 481px) {
    .p-index__search-item {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-index__search-item {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .p-index__search-item {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; } }
  .p-index__search-item--head {
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 481px) {
      .p-index__search-item--head {
        width: 100%;
        margin: 0 0 10px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-index__search-item--head {
        width: 100%;
        margin: 0 0 10px; } }
    @media screen and (min-width: 769px) {
      .p-index__search-item--head {
        min-width: 156px;
        margin: 0 30px 0 0; } }
  @media screen and (max-width: 481px) {
    .p-index__search-item--body {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-index__search-item--body {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .p-index__search-item--body {
      max-width: calc(100% - 186px); } }
  .p-index__search-item--body.wide {
    width: 100%; }
  .p-index__search-item--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    gap: 40px; }
    .p-index__search-item--row .p-index__search-item {
      margin: 0; }
      @media screen and (max-width: 481px) {
        .p-index__search-item--row .p-index__search-item-wrap {
          width: 100%; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .p-index__search-item--row .p-index__search-item-wrap {
          width: 100%; } }
      @media screen and (min-width: 769px) {
        .p-index__search-item--row .p-index__search-item-wrap {
          max-width: 250px; } }
  .p-index__search-item-wrap {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
    border: 1px solid #3b90a6;
    border-radius: 8px;
    overflow: hidden; }

.p-index__search--initial {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: stretch;
      align-items: stretch;
  border: 1px solid #3b90a6;
  border-radius: 8px;
  background-color: #fff; }
  .p-index__search--initial-item {
    height: 50px;
    text-align: center; }
    @media screen and (min-width: 1201px) {
      .p-index__search--initial-item {
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%; }
        .p-index__search--initial-item:not(:first-child) {
          border-left: 1px solid #3b90a6; } }
    @media screen and (max-width: 1200px) {
      .p-index__search--initial-item {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; }
        .p-index__search--initial-item:not(:first-child) {
          border-left: 1px solid #3b90a6; }
        .p-index__search--initial-item:nth-child(n+6) {
          border-top: 1px solid #3b90a6; }
        .p-index__search--initial-item:nth-child(5n+1) {
          border-left: none; } }
  .p-index__search--initial-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #3b90a6;
    font-weight: bold;
    position: relative; }
    .p-index__search--initial-link::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      border: 1px solid #3b90a6;
      border-style: none solid solid none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg); }
      @media screen and (max-width: 481px) {
        .p-index__search--initial-link::before {
          left: 10%; } }
      @media print, screen and (min-width: 482px) and (max-width: 768px) {
        .p-index__search--initial-link::before {
          left: 10%; } }
      @media screen and (min-width: 769px) {
        .p-index__search--initial-link::before {
          left: 15px; } }

.p-index__search-input {
  width: calc(100% - 70px);
  height: 100%;
  background-color: #fff; }
  @media screen and (max-width: 481px) {
    .p-index__search-input {
      padding: 0 16px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-index__search-input {
      padding: 0 16px; } }
  @media screen and (min-width: 769px) {
    .p-index__search-input {
      padding: 0 24px; } }
  .p-index__search-input::-moz-placeholder {
    color: #b0b0b0; }
  .p-index__search-input:-ms-input-placeholder {
    color: #b0b0b0; }
  .p-index__search-input::placeholder {
    color: #b0b0b0; }

.p-index__search-button {
  width: 70px;
  height: 100%;
  padding: 0 20px;
  border: none;
  background-color: #3b90a6;
  color: #fff; }

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.p-doctor-detail {
  margin: 0 0 -100px;
  background-color: #f3faf9; }
  @media screen and (max-width: 481px) {
    .p-doctor-detail {
      padding: 30px 20px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-doctor-detail {
      padding: 30px 20px; } }
  @media screen and (min-width: 769px) {
    .p-doctor-detail {
      padding: 40px; } }
  .p-doctor-detail-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (max-width: 481px) {
      .p-doctor-detail-head {
        margin: 0 0 50px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-doctor-detail-head {
        margin: 0 0 50px; } }
    @media screen and (min-width: 769px) {
      .p-doctor-detail-head {
        padding: 0 0 30px; }
        .p-doctor-detail-head .p-doctor-info {
          margin: 0; } }
    @media screen and (max-width: 481px) {
      .p-doctor-detail-head--left {
        width: 100%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-doctor-detail-head--left {
        width: 100%; } }
    @media screen and (min-width: 769px) {
      .p-doctor-detail-head--left {
        width: calc(100% - 170px);
        padding: 0 40px 0 0; } }
    @media screen and (max-width: 481px) {
      .p-doctor-detail-head--right {
        width: 160px;
        margin: 0 auto; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-doctor-detail-head--right {
        width: 160px;
        margin: 0 auto; } }
    @media screen and (min-width: 769px) {
      .p-doctor-detail-head--right {
        width: 170px; } }
  @media screen and (min-width: 769px) {
    .p-doctor-detail-body .p-doctor-info:not(:first-child) {
      padding: 30px 0 0;
      border-top: 1px solid #44a1b9; }
    .p-doctor-detail-body .p-doctor-info:nth-child(2) {
      margin: 0; }
    .p-doctor-detail-body .p-doctor-info:last-child {
      margin-bottom: 0; } }

.p-doctor-name {
  line-height: 1;
  font-weight: bold; }
  @media screen and (max-width: 481px) {
    .p-doctor-name {
      width: 100%;
      margin: 0 0 10px; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-doctor-name {
      width: 100%;
      margin: 0 0 10px; } }
  @media screen and (min-width: 769px) {
    .p-doctor-name {
      margin: 0; } }
  .p-doctor-name-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 0 0 15px; }
    @media screen and (max-width: 481px) {
      .p-doctor-name-wrap {
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-doctor-name-wrap {
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    @media screen and (min-width: 769px) {
      .p-doctor-name-wrap {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: end;
            align-items: flex-end; } }

.p-doctor-kana {
  font-size: 16px;
  line-height: 1;
  font-weight: bold; }
  @media screen and (max-width: 481px) {
    .p-doctor-kana {
      width: 100%; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-doctor-kana {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .p-doctor-kana {
      display: inline-block;
      margin: 0 0 0 1.5em; } }

@media screen and (max-width: 481px) {
  .p-doctor-link {
    margin: 0 0 30px;
    text-align: center; } }

@media print, screen and (min-width: 482px) and (max-width: 768px) {
  .p-doctor-link {
    margin: 0 0 30px;
    text-align: center; } }

@media screen and (min-width: 769px) {
  .p-doctor-link {
    margin: 0 0 40px; } }

.p-doctor-link-item {
  display: inline-block;
  padding: 2px 36px 2px 16px;
  background-color: #44a1b9;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  position: relative; }
  .p-doctor-link-item::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/assets/img/common/icon_blank.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-60%);
    z-index: 0; }

.p-doctor-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 30px 0; }
  @media screen and (max-width: 481px) {
    .p-doctor-info:not(:first-child) {
      padding-top: 30px;
      border-top: 1px solid #44a1b9; }
    .p-doctor-info:last-child {
      margin: 0; } }
  @media screen and (max-width: 481px) {
    .p-doctor-info.onlyPC {
      display: none; } }
  @media print, screen and (min-width: 482px) and (max-width: 768px) {
    .p-doctor-info.onlyPC {
      display: none; } }
  @media screen and (min-width: 769px) {
    .p-doctor-info.onlySP {
      display: none; } }
  .p-doctor-info-title {
    font-size: 16px;
    color: #3b90a6;
    font-weight: bold; }
    @media screen and (max-width: 481px) {
      .p-doctor-info-title {
        width: 100%;
        margin: 0 0 10px; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-doctor-info-title {
        width: 100%;
        margin: 0 0 10px; } }
    @media screen and (min-width: 769px) {
      .p-doctor-info-title {
        width: 140px; } }
  .p-doctor-info-detail {
    font-size: 14px;
    line-height: 2.14; }
    @media screen and (max-width: 481px) {
      .p-doctor-info-detail {
        width: 100%; } }
    @media print, screen and (min-width: 482px) and (max-width: 768px) {
      .p-doctor-info-detail {
        width: 100%; } }
    @media screen and (min-width: 769px) {
      .p-doctor-info-detail {
        width: calc(100% - 140px);
        padding: 0 0 0 12px; } }

/* ==========================================================================
   print
   ========================================================================== */
