@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #212121
}

@media(max-width:550px) {
  * {
    font-size: 15px
  }
}

img {
  vertical-align: bottom
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
  color: #212121
}

header {
  border-top: 3px solid #349bdb;
  position: relative
}

header img {
  width: 100%
}

header,
footer {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

main {
  font-family: Yu Mincho, YuMincho, serif
}

table {
  border-collapse: collapse
}

.about,
.news,
.brain,
.contact,
.nofound,
.sitemap,
.nsingle,
.psearch {
  max-width: 1140px;
  margin: 0 auto 5em;
  padding: 0 15px
}

.about img,
.news img,
.brain img,
.contact img,
.nofound img,
.sitemap img,
.psearch img,
.fp img {
  width: 100%
}

.italic {
  font-style: italic
}

.breadcrumbs {
  max-width: 1140px;
  margin: 0 auto
}

@media(max-width:930px) {
  .breadcrumbs {
    margin-top: -5em
  }
}

.breadcrumbs ul {
  margin-top: 5em;
  margin-left: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:550px) {
  .breadcrumbs ul {
    margin-left: 1em
  }
}

.breadcrumbs ul li {
  position: relative;
  margin-right: 40px;
  font-size: 14.08px;
  font-size: .88rem;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

@media(max-width:450px) {
  .breadcrumbs ul li {
    margin-right: 35px
  }
}

.breadcrumbs ul li:last-child:after {
  display: none
}

.breadcrumbs ul li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  display: block;
  color: #212121;
  position: absolute;
  top: 4px;
  right: -25px
}

@media(max-width:450px) {
  .breadcrumbs ul li:after {
    right: -20px
  }
}

.breadcrumbs ul li a {
  text-decoration: underline;
  font-size: 14.08px;
  font-size: .88rem;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
  color: #276993
}

.breadcrumbs ul li a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.contents-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 3em;
  margin-bottom: 1.5em;
  position: relative
}

.contents-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #2080bc, #e8fffd)
}

@media(max-width:930px) {
  .contents-title {
    margin-top: 1.5em
  }
}

.contents-subtitle {
  position: relative;
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 1em;
  padding-left: 15px
}

.contents-subtitle:before {
  content: '';
  display: block;
  width: 5px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #3399d1
}

.header {
  max-width: 1140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px auto 0;
  padding: 0 10px
}

@media(max-width:930px) {
  .header {
    padding: 15px 10px 30px;
    margin: 0
  }
}

@media(max-width:450px) {
  .header {
    padding: 10px 7px 15px
  }
}

.header-logo {
  max-width: 450px
}

@media(max-width:930px) {
  .header-logo {
    max-width: 370px
  }
}

@media(max-width:450px) {
  .header-logo {
    max-width: 260px
  }
}

@media(max-width:930px) {
  .header .hsm-pc {
    display: none
  }
}

.header-smenu__contents {
  margin-top: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(max-width:930px) {
  .header-smenu__contents {
    margin-top: 0;
    margin-bottom: 15px
  }
}

.header-smenu__contents .h-yachiyo,
.header-smenu__contents .h-sns {
  text-align: right
}

@media(max-width:930px) {

  .header-smenu__contents .h-yachiyo,
  .header-smenu__contents .h-sns {
    text-align: left
  }
}

.header-smenu__contents .h-yachiyo a,
.header-smenu__contents .h-sns a {
  color: #3399d1
}

.header-smenu__contents .h-yachiyo span,
.header-smenu__contents .h-sns span {
  padding-right: 10px
}

.header-smenu__contents .h-yachiyo span img,
.header-smenu__contents .h-sns span img {
  width: 20px;
  vertical-align: text-top
}

.header-smenu__contents .h-yachiyo {
  text-align: left;
  margin-right: 15px
}

.header-smenu__contents .h-yachiyo a {
  color: #212121;
  font-size: 14px
}

.header-smenu__contents .h-yachiyo span {
  padding: 0
}

.header-smenu__contents .h-yachiyo__stxt {
  font-size: 12px;
  display: block;
  margin-bottom: -3px
}

.header-smenu__contents .h-yachiyo__link {
  color: #3399d1;
  font-size: 14px;
  text-decoration: underline
}

.header-smenu__contents .h-sns {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.header-smenu__contents .h-access,
.header-smenu__contents .h-sitemap {
  background: #3399d1;
  min-width: 130px;
  text-align: center
}

@media(max-width:930px) {

  .header-smenu__contents .h-access,
  .header-smenu__contents .h-sitemap {
    min-width: 140px;
    margin-right: 5px
  }
}

.header-smenu__contents .h-access a,
.header-smenu__contents .h-sitemap a {
  color: #fff;
  font-size: 14.08px;
  font-size: .88rem;
  display: block
}

.header-smenu__contents .h-access a i,
.header-smenu__contents .h-sitemap a i {
  padding-right: 7px;
  color: #fff
}

.header-smenu__contents .h-sitemap {
  margin-left: 5px;
  margin-right: 15px
}

@media(max-width:930px) {
  .header-smenu__contents .h-sitemap {
    margin-right: 10px
  }
}

.header-smenu__contents .h-sitemap img {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px
}

.header-smenu__sns a {
  color: #1877f2;
  font-size: 17.6px;
  font-size: 1.1rem
}

.header-smenu__sns a span {
  width: 30px;
  display: inline-block;
  margin-right: 15px
}

.h-yachiyo {
  text-align: left;
  margin-right: 15px
}

@media(max-width:930px) {
  .h-yachiyo {
    margin-top: .5em
  }
}

.h-yachiyo a {
  color: #212121;
  font-size: 14px
}

.h-yachiyo span {
  padding: 0
}

.h-yachiyo__stxt {
  font-size: 12px;
  display: block;
  margin-bottom: -3px
}

.h-yachiyo__link {
  color: #3399d1;
  font-size: 14px;
  text-decoration: underline
}

.h-serch {
  position: relative
}

@media(max-width:930px) {
  .h-serch {
    width: 200px;
    margin: 0 auto 20px
  }
}

.h-serch input {
  width: 180px;
  height: 26px;
  background: #d2e9f8;
  border: none;
  padding-left: 10px;
  outline: none
}

@media(max-width:930px) {
  .h-serch input {
    width: 200px;
    height: 35px
  }
}

.h-serch :-ms-input-placeholder {
  color: #6db7e6;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.h-serch ::placeholder {
  color: #6db7e6;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.h-serch :-ms-input-placeholder {
  color: #6db7e6;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.h-serch ::placeholder {
  color: #6db7e6;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.h-serch button {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #4a7894;
  cursor: pointer;
  background: none;
  border: none
}

.h-serch button i {
  color: #276993
}

@media(max-width:930px) {
  .h-serch button {
    top: 10px;
    right: 10px
  }
}

.h-nav {
  position: relative
}

@media(max-width:930px) {
  .h-nav {
    position: absolute;
    width: 100%;
    z-index: 999
  }
}

#mnav {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  background: rgba(52, 155, 219, .8);
  z-index: 5
}

#mnav .navlist,
#mnav .reservatArea {
  display: none
}

@media(max-width:930px) {
  #mnav .navlist {
    display: block;
    margin-top: 20px
  }

  #mnav .navlist a {
    display: block;
    line-height: 1.5;
    padding: 5px
  }
}

@media(max-width:930px) {
  #mnav .reservatArea {
    display: block;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
    box-shadow: 0 0 0 transparent;
    background: #fff
  }
}

#mnav .f-ul {
  max-width: 1140px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

#mnav .f-ul>li {
  width: 20%;
  position: relative;
  padding: 2px 0;
  margin-right: 5px
}

#mnav .f-ul>li:first-child {
  margin-left: 5px
}

#mnav .f-ul>li.pic>a {
  background: #fff;
  color: #3399d1
}

@media(max-width:930px) {
  #mnav .f-ul>li.pic>a {
    background: transparent;
    color: #276993
  }
}

#mnav .f-ul>li:first-child:before {
  display: none
}

#mnav .f-ul>li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 54px;
  color: #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  position: relative;
  border-bottom: 2px solid #fff
}

#mnav .f-ul>li:hover>a.parents:before {
  display: block
}

#mnav .f-ul>li:hover .s-ul {
  display: block
}

#mnav .s-ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  display: none;
  width: 100%;
  background: rgba(52, 155, 219, .8);
  text-align: left
}

#mnav .s-ul span {
  font-size: 13.6px;
  font-size: .85rem;
  color: #fff;
  vertical-align: bottom
}

@media(max-width:930px) {
  #mnav .s-ul span {
    color: #276993
  }
}

#mnav .s-ul li a {
  display: block;
  transition: all .25s ease;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 0 10px 10px;
  height: auto;
  border-bottom: 1px solid #fff
}

@media(max-width:930px) {
  #mnav .s-ul li a {
    padding-left: 50px !important;
    height: auto
  }

  #mnav .s-ul li a:before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #71abcf;
    position: absolute;
    top: 22px;
    left: 33px
  }
}

@media(max-width:930px) {
  #mnav {
    width: 100%;
    position: absolute;
    overflow-y: auto;
    top: 0;
    background: rgba(245, 252, 255, .93);
    height: calc(100vh - 45px);
    display: none;
    padding: 50px 30px 0
  }

  #mnav .f-ul {
    display: block
  }

  #mnav .f-ul>li {
    width: 100%;
    border-right: 0;
    margin-top: 1px;
    background: #fff
  }
}

@media(max-width:930px) and (max-width:930px) {
  #mnav .f-ul>li {
    background: transparent
  }
}

@media(max-width:930px) {
  #mnav .f-ul>li:hover .s-ul {
    display: none
  }

  #mnav .f-ul>li:first-child a {
    border-top: 1px solid #71abcf
  }

  #mnav .f-ul>li a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #276993;
    padding-left: 15px;
    border-bottom: 1px solid #71abcf
  }

  #mnav .f-ul>li a.parents:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0;
    border-top: solid 2px #276993;
    border-right: solid 2px #276993;
    transform: rotate(135deg)
  }
}

@media(max-width:930px) and (max-width:450px) {
  #mnav {
    padding: 15px 10px 0
  }
}

@media(max-width:930px) {
  #mnav .s-ul {
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999;
    padding-top: 0;
    display: none;
    width: 100%;
    background: transparent
  }
}

.hds:last-child {
  border-bottom: none
}

@media(max-width:930px) {
  .hds {
    border-bottom: none;
    background: #cef0f5
  }

  .hds:before {
    display: none !important
  }
}

.hds:hover {
  cursor: pointer
}

.hds:hover a {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.hds>a {
  color: #fff;
  transition: all .2s
}

@media(max-width:930px) {
  .header-button__line {
    display: block;
    outline: none;
    width: 50px;
    height: 45px;
    position: relative;
    display: none;
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 999;
    border: 0;
    cursor: pointer;
    background: transparent
  }
}

@media(max-width:930px) and (max-width:930px) {
  .header-button__line {
    display: block
  }
}

@media(max-width:930px) and (max-width:450px) {
  .header-button__line {
    right: 0;
    top: 7px
  }
}

@media(max-width:930px) {
  .header-button__line .hbline {
    display: block;
    background: #276993;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s
  }

  .header-button__line .hbline:first-child {
    top: 12px
  }

  .header-button__line .hbline:nth-child(2) {
    top: 22px
  }

  .header-button__line .hbline:last-child {
    bottom: 11px
  }

  .header-button__line.is_active .hbline:first-child {
    transform: translateY(10px) rotate(45deg)
  }

  .header-button__line.is_active .hbline:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }

  .header-button__line.is_active .hbline:last-child {
    transform: translateY(-10px) rotate(-45deg)
  }
}

.main-mvisual .mm-pc {
  display: block
}

@media(max-width:450px) {
  .main-mvisual .mm-pc {
    display: none
  }
}

.main-mvisual .mm-sp {
  display: none
}

@media(max-width:450px) {
  .main-mvisual .mm-sp {
    display: block
  }
}

.main-mvisual__cc {
  position: relative;
  max-width: 1140px;
  margin: 0 auto
}

.main-mvisual__cc p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.45;
  background: rgba(245, 252, 255, .7);
  color: #276993;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 10px 5px 10px 15px
}

@media(max-width:550px) {
  .main-mvisual__cc p {
    font-size: 1.2rem;
    padding-left: 10px;
    bottom: 10px
  }
}

@media screen and (max-width:330px) {
  .main-mvisual__cc p {
    font-size: 1rem
  }
}

.main-news {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
  position: relative
}

.main-news__contents {
  display: -ms-flexbox;
  max-width: 1140px;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 35px
}

@media(max-width:930px) {
  .main-news__contents {
    padding: 10px 20px
  }
}

@media(max-width:550px) {
  .main-news__contents {
    padding: 15px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.main-news__contents--des {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(max-width:550px) {
  .main-news__contents--des {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.main-news__contents--des .n-tab {
  margin-right: 10px;
  background: #2db8b8;
  border-radius: 30px;
  font-size: 14.08px;
  font-size: .88rem;
  color: #fff;
  padding: 2px 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.main-news__contents--des .n-time {
  margin-right: 20px;
  font-size: 14.08px;
  font-size: .88rem
}

@media(max-width:550px) {
  .main-news__contents--des .n-time {
    margin-top: 7px;
    width: 100%;
    margin-right: 0
  }
}

.main-news__contents--des .n-text h3 {
  font-weight: 400
}

.main-news__contents--des .n-text a {
  color: #276993;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline
}

@media(max-width:550px) {
  .main-news__contents--des .n-text a {
    display: block;
    margin-top: -4px
  }
}

.main-news .mnc-info {
  padding-bottom: 0
}

.main-news .mnc-info .n-tab {
  background: #f37061
}

.main-news .mnc-info a {
  text-decoration: underline;
  color: #276993
}

.button_tabc li {
  transition: all .2s ease-out
}

.button_tabc li .is-active {
  color: #212121;
  text-decoration: none
}

.button_tabc li a {
  outline: none
}

.hide {
  display: none
}

.main-news__contents--button {
  border: 1px solid #276993;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden
}

@media(max-width:550px) {
  .main-news__contents--button {
    width: 200px;
    margin: 15px auto 0;
    text-align: center;
    padding: 0
  }
}

.main-news__contents--button:hover .nbeffect {
  left: 0
}

.main-news__contents--button:hover a {
  color: #fff
}

.main-news__contents--button:hover i {
  color: #fff
}

.main-news__contents--button .nbeffect {
  width: 143px;
  height: 28px;
  left: -143px;
  background: #276993;
  position: absolute;
  transition: all .5s ease;
  z-index: 1
}

@media(max-width:550px) {
  .main-news__contents--button .nbeffect {
    width: 200px;
    left: -200px
  }
}

.main-news__contents--button a {
  transition: all .5s ease;
  z-index: 2;
  position: relative;
  color: #276993;
  font-size: 16px;
  font-size: 1rem
}

.main-news__contents--button a i {
  margin-left: 5px;
  color: #276993
}

.main-feature {
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 630px;
  padding: 4em 1em
}

@media(max-width:930px) {
  .main-feature {
    height: 560px
  }
}

@media(max-width:750px) {
  .main-feature {
    height: auto;
    padding: 2em 1em 0
  }
}

.main-feature__contents {
  max-width: 1140px;
  margin: 0 auto
}

.main-feature__contents--title {
  color: #276993;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4em
}

@media(max-width:930px) {
  .main-feature__contents--title {
    margin-bottom: 2em
  }
}

@media(max-width:450px) {
  .main-feature__contents--title {
    font-size: 1.2rem
  }
}

.main-feature__contents--title span {
  color: #8d7a23;
  font-size: 40px;
  font-size: 2.5rem;
  padding: 0 10px
}

@media(max-width:450px) {
  .main-feature__contents--title span {
    font-size: 2rem
  }
}

.main-feature__contents--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:750px) {
  .main-feature__contents--list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.main-feature__contents--list li {
  width: 31%;
  min-height: 300px
}

@media(max-width:750px) {
  .main-feature__contents--list li {
    width: 80%;
    margin: 0 auto 45px;
    min-height: auto
  }
}

@media(max-width:450px) {
  .main-feature__contents--list li {
    width: 100%;
    margin-bottom: 35px
  }
}

.main-feature__contents--list li .flbox {
  min-height: 300px;
  border-bottom: 2px solid #276993;
  border-right: 2px solid #276993;
  border-left: 2px solid #276993;
  position: relative;
  text-align: center;
  padding: 40px 15px 30px
}

@media(max-width:930px) {
  .main-feature__contents--list li .flbox {
    min-height: 305px
  }
}

@media(max-width:750px) {
  .main-feature__contents--list li .flbox {
    min-height: 220px;
    padding: 40px 60px 30px
  }
}

@media(max-width:450px) {
  .main-feature__contents--list li .flbox {
    padding: 35px 15px 30px
  }
}

.main-feature__contents--list li .flbox:before,
.main-feature__contents--list li .flbox:after {
  width: 100px;
  height: 2px;
  content: '';
  background: #276993;
  position: absolute;
  top: 0
}

@media(max-width:930px) {

  .main-feature__contents--list li .flbox:before,
  .main-feature__contents--list li .flbox:after {
    width: 65px
  }
}

.main-feature__contents--list li .flbox:before {
  left: 0
}

.main-feature__contents--list li .flbox:after {
  right: 0
}

.main-feature__contents--list li .flbox-number {
  color: #8d7a23;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: Times New Roman, Yu Mincho, YuMincho, serif;
  font-style: italic;
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%)
}

@media(max-width:450px) {
  .main-feature__contents--list li .flbox-number {
    font-size: 2rem;
    top: -6%
  }
}

.main-feature__contents--list li .flbox-title {
  color: #8d7a23;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 700
}

.main-feature__contents--list li .flbox-icon {
  width: 35px;
  margin: 15px auto;
  height: 45px
}

.main-feature__contents--list li .flbox p {
  text-align: left;
  font-size: 16px;
  font-size: 1rem
}

@media(max-width:930px) {
  .main-feature__contents--list li .flbox p {
    font-size: .88rem
  }
}

.main-cranial {
  width: 100%;
  background: #e9f8ff;
  padding: 6em 1em 5em
}

@media(max-width:780px) {
  .main-cranial {
    padding: 6em 1em
  }
}

@media(max-width:450px) {
  .main-cranial {
    padding: 3em 1em
  }
}

.main-cranial__list {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center
}

.main-cranial__list .clist-title {
  color: #d4d4d4;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem
}

.main-cranial__list .clist-title span {
  width: 100%;
  font-size: 32px;
  font-size: 2rem;
  color: #212121;
  display: block;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute
}

@media(max-width:450px) {
  .main-cranial__list .clist-title span {
    font-size: 1.8rem;
    top: -17px
  }
}

.main-cranial__list p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 7px;
  text-align: left;
  color: #276993
}

.main-cranial__list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}

.main-cranial__list ul:after {
  content: '';
  display: block;
  width: 30%
}

@media(max-width:450px) {
  .main-cranial__list ul {
    margin-top: 15px
  }
}

.main-cranial__list ul li {
  width: 30%;
  background: #d2e9f8;
  position: relative
}

.main-cranial__list ul li span {
  font-size: 13.6px;
  font-size: .85rem;
  vertical-align: top;
  color: #276993
}

.main-cranial__list ul li:nth-child(n+4) {
  margin-top: 25px
}

@media(max-width:780px) {
  .main-cranial__list ul li {
    width: 31%
  }
}

@media(max-width:550px) {
  .main-cranial__list ul li {
    width: 48%
  }

  .main-cranial__list ul li:nth-child(n+3) {
    margin-top: 25px
  }
}

@media(max-width:450px) {
  .main-cranial__list ul li {
    width: 100%
  }

  .main-cranial__list ul li:nth-child(n+2) {
    margin-top: 10px
  }
}

.main-cranial__list ul li:before,
.main-cranial__list ul li:after,
.main-cranial__list ul li a:before,
.main-cranial__list ul li a:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #276993
}

.main-cranial__list ul li:before {
  right: 0;
  top: 0;
  height: 2px;
  width: 0;
  transition: width 300ms
}

.main-cranial__list ul li:after {
  right: 0;
  top: 0;
  height: 0;
  width: 2px;
  transition: height 300ms
}

.main-cranial__list ul li:hover:before {
  width: 100%
}

.main-cranial__list ul li:hover:after {
  height: 100%
}

.main-cranial__list ul li:hover a:before {
  width: 100%
}

.main-cranial__list ul li:hover a:after {
  height: 100%
}

.main-cranial__list ul li a {
  font-weight: 700;
  display: block;
  color: #276993;
  padding: 20px 15px;
  font-size: 19.2px;
  font-size: 1.2rem
}

.main-cranial__list ul li a:before {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 300ms
}

.main-cranial__list ul li a:after {
  left: 0;
  bottom: 0;
  height: 0;
  width: 2px;
  transition: height 300ms
}

.main-blog {
  padding: 5em 0
}

@media(max-width:780px) {
  .main-blog {
    padding: 2em 0
  }
}

.main-blog__category {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:930px) {
  .main-blog__category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.main-blog__category--list {
  position: relative;
  cursor: pointer
}

@media(max-width:930px) {
  .main-blog__category--list {
    width: 100%;
    height: 130px
  }
}

.main-blog__category--list a {
  display: block
}

.main-blog__category--list a .blist-img {
  margin: 0;
  overflow: hidden
}

@media(max-width:930px) {
  .main-blog__category--list a .blist-img {
    height: 130px
  }
}

.main-blog__category--list a .blist-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  background: -webkit-linear-gradient(top left, #97d5ff, #0a5280);
  background-image: linear-gradient(to bottom right, #97d5ff, #0a5280)
}

.main-blog__category--list a .blist-img img {
  transition: .3s
}

.main-blog__category--list a:hover .blist-img img {
  transform: scale(1.08)
}

.main-blog__category--list a .blist-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  width: 100%
}

@media(max-width:1024px) {
  .main-blog__category--list a .blist-box {
    font-size: 2rem
  }
}

@media(max-width:450px) {
  .main-blog__category--list a .blist-box {
    font-size: 1.5rem
  }
}

.main-blog__category--list a .blist-box span {
  display: block;
  color: rgba(255, 250, 250, .3);
  font-size: 32px;
  font-size: 2rem;
  margin-top: -35px
}

@media(max-width:1024px) {
  .main-blog__category--list a .blist-box span {
    font-size: 1.8rem
  }
}

@media(max-width:450px) {
  .main-blog__category--list a .blist-box span {
    font-size: 1.3rem;
    margin-top: -22px
  }
}

.main-footer {
  width: 100%;
  background: #e9f8ff;
  padding: 3em 1em 1.5em;
  position: relative
}

.main-footer:after {
  display: block;
  content: '';
  width: 100%;
  height: 56px;
  background: #e9f8ff;
  position: absolute;
  bottom: -56px;
  left: 0;
  z-index: -99
}

@media(max-width:450px) {
  .main-footer:after {
    bottom: -190px;
    height: 190px
  }
}

@media(max-width:550px) {
  .main-footer {
    padding: 0
  }
}

.main-footer_contents {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

@media(max-width:780px) {
  .main-footer_contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.main-footer_contents--des {
  margin-right: 1em
}

@media(max-width:780px) {
  .main-footer_contents--des {
    width: 100%;
    margin-bottom: 1.5em
  }
}

@media(max-width:550px) {
  .main-footer_contents--des {
    padding: 3em 1em 2em;
    width: 100%;
    margin: 0
  }
}

@media(max-width:450px) {
  .main-footer_contents--des {
    padding: 2em 1em
  }
}

.main-footer_contents--des .f-logo {
  max-width: 400px
}

.main-footer_contents--des .f-address {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: right
}

@media(max-width:780px) {
  .main-footer_contents--des .f-address {
    text-align: left;
    margin-left: 50px
  }
}

@media(max-width:450px) {
  .main-footer_contents--des .f-address {
    margin-left: 0;
    font-size: .98rem
  }
}

.main-footer_contents--des .f-contact {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(max-width:550px) {
  .main-footer_contents--des .f-contact {
    max-width: 430px;
    margin: 0 auto
  }
}

.main-footer_contents--des .f-contact__tel {
  font-weight: 700;
  font-family: Yu Mincho, YuMincho, serif;
  margin-right: 25px
}

.main-footer_contents--des .f-contact__tel span.txt {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #212121
}

.main-footer_contents--des .f-contact__tel span.tel {
  color: #276993;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: underline
}

@media(max-width:450px) {
  .main-footer_contents--des .f-contact__tel {
    font-size: 1.3rem
  }

  .main-footer_contents--des .f-contact__tel span {
    font-size: 1rem
  }
}

.main-footer_contents--des .f-contact__link {
  text-decoration: underline;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

@media(max-width:550px) {
  .main-footer_contents--des .f-schedule {
    width: 100%
  }
}

.main-footer_contents--des .f-schedule__table {
  margin-top: 20px;
  color: #276993
}

@media(max-width:780px) {
  .main-footer_contents--des .f-schedule__table {
    width: 100%
  }
}

@media(max-width:550px) {
  .main-footer_contents--des .f-schedule__table {
    margin-top: 0
  }
}

.main-footer_contents--des .f-schedule__table tr th,
.main-footer_contents--des .f-schedule__table tr td {
  border: 1px solid #276993;
  padding: 3px 10px;
  text-align: center;
  font-weight: 400;
  color: #276993
}

@media(max-width:450px) {

  .main-footer_contents--des .f-schedule__table tr th,
  .main-footer_contents--des .f-schedule__table tr td {
    padding: 3px 6px
  }
}

.main-footer_contents--des .f-schedule__table tr th {
  font-size: 16px
}

@media(max-width:450px) {
  .main-footer_contents--des .f-schedule__table tr th {
    font-size: 14px
  }
}

.main-footer_contents--des .f-schedule__table tr:first-child td {
  font-size: 16px
}

@media(max-width:450px) {
  .main-footer_contents--des .f-schedule__table tr:first-child td {
    font-size: 14px
  }
}

.main-footer_contents--des .f-schedule__table tr:nth-child(n+2) td {
  font-size: 20px
}

@media(max-width:450px) {
  .main-footer_contents--des .f-schedule__table tr:nth-child(n+2) td {
    font-size: 16px
  }
}

.main-footer_contents--des .f-schedule__note {
  color: #276993;
  font-size: 12.8px;
  font-size: .8rem;
  text-align: right;
  margin-top: 3px;
  margin-bottom: 15px
}

.main-footer_contents--des .f-sns {
  color: #fff;
  background: #c71585;
  padding: 10px;
  display: inline-block;
  margin-top: 10px
}

@media(max-width:550px) {
  .main-footer_contents--des .f-sns {
    margin-left: .8em
  }
}

@media(max-width:450px) {
  .main-footer_contents--des .f-sns {
    font-size: .9rem
  }
}

.main-footer_contents--des .f-sns span {
  padding-right: 10px
}

.main-footer_contents--des .f-sns span img {
  width: 20px;
  vertical-align: text-top
}

.main-footer_contents--map {
  width: 57%
}

@media(max-width:1024px) {
  .main-footer_contents--map {
    width: 50%
  }
}

@media(max-width:780px) {
  .main-footer_contents--map {
    width: 100%
  }
}

.to-top {
  position: fixed;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 70px;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
  right: 15px;
  bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer
}

.to-top p {
  color: #276993
}

.to-top:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f102';
  display: block;
  color: #276993;
  font-weight: 900;
  position: absolute;
  top: 0;
  font-size: 16px;
  font-size: 1rem
}

@media(max-width:750px) {
  .to-top {
    font-size: .88rem;
    background: #276993;
    height: 50px;
    width: 50px;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5px;
    right: 13px;
    bottom: 13px;
    border-radius: 30px
  }

  .to-top p {
    display: none
  }

  .to-top:before {
    font-size: 1.3rem;
    color: #e9f8ff;
    top: 13px
  }
}

@media all and (-ms-high-contrast:none) {
  .to-top:before {
    left: 43px
  }
}

@media all and (-ms-high-contrast:none) and (max-width:750px) {
  .to-top:before {
    left: 19px
  }
}

footer {
  width: 100%;
  clear: both;
  z-index: 99
}

footer .footer-nav {
  max-width: 1140px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto
}

@media(max-width:450px) {
  footer .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
  }
}

footer .footer-nav li {
  margin: 20px 0 10px
}

@media(max-width:450px) {
  footer .footer-nav li {
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
    position: relative
  }

  footer .footer-nav li:before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background: #c5c5c5;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%)
  }
}

footer .footer-nav li a {
  padding: 0 20px;
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  font-size: 14.08px;
  font-size: .88rem
}

@media(max-width:550px) {
  footer .footer-nav li a {
    padding: 0 15px
  }
}

@media(max-width:450px) {
  footer .footer-nav li a {
    border-right: none;
    border-left: none
  }
}

footer .footer-nav li a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

footer .footer-nav li:nth-child(even) a {
  border: none
}

footer small {
  width: 100%;
  background: #276993;
  text-align: center;
  padding: 2px;
  font-size: 12.8px;
  font-size: .8rem;
  display: block;
  color: #fff;
  font-weight: 400;
  font-family: Yu Mincho, YuMincho, serif
}

.about-greeting__img {
  float: left;
  max-width: 250px;
  margin-right: 25px;
  margin-bottom: 10px
}

.about-greeting__img img {
  width: 100%
}

@media(max-width:780px) {
  .about-greeting__img {
    max-width: 230px;
    margin-right: 15px;
    margin-bottom: 5px
  }
}

@media(max-width:550px) {
  .about-greeting__img {
    float: none;
    margin: 0 auto 10px
  }
}

.about-greeting__comment {
  padding: 10px 0
}

.about-greeting__comment .agm-catch {
  color: #276993;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 700
}

@media(max-width:780px) {
  .about-greeting__comment .agm-catch {
    font-size: 1rem
  }
}

.about-greeting__comment .agm-catch:after {
  content: '';
  background: #8d7a23;
  height: 1.5px;
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px
}

.about-greeting__comment .agm-name {
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
  margin-bottom: 20px
}

@media(max-width:780px) {
  .about-greeting__comment .agm-name {
    font-size: .9rem;
    margin-bottom: 15px
  }
}

.about-greeting__comment .agm-name span {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 700
}

@media(max-width:780px) {
  .about-greeting__comment .agm-name span {
    font-size: 1.1rem;
    display: block
  }
}

.about-greeting__comment .agm-txt {
  font-size: 16px;
  font-size: 1rem
}

@media(max-width:780px) {
  .about-greeting__comment .agm-txt {
    font-size: .9rem
  }
}

.about-greeting__comment .agm-list {
  margin-top: 1.5em;
  font-weight: 700;
  font-size: 16.8px;
  font-size: 1.05rem
}

.about-greeting__comment .agm-list li {
  font-weight: 400
}

.about-guide__des,
.about-performance__des,
.about-careerup__des,
.about-contact__des {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4em
}

@media(max-width:550px) {

  .about-guide__des,
  .about-performance__des,
  .about-careerup__des,
  .about-contact__des {
    margin-bottom: 3em;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
  }
}

.about-guide__des .ad-txt,
.about-performance__des .ad-txt,
about-contact__des .ad-txt {
  width: 65%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem
}

@media(max-width:550px) {

  .about-guide__des .ad-txt,
  .about-performance__des .ad-txt,
  about-contact__des .ad-txt {
    width: 100%
  }
}

.about-guide__des .ad-img,
.about-performance__des .ad-img,
.about-careerup__des .ad-img,
.about-contact__des .ad-img {
  width: 32%;
}

@media(max-width:550px) {

  .about-guide__des .ad-img,
  .about-performance__des .ad-img,
  .about-careerup__des .ad-img,
  .about-contact__des .ad-img {
    width: 70%;
    margin: 0 auto 15px
  }
}

.about-guide img {
  width: 100%
}

.about-guide__table table {
  width: 100%
}

.about-guide__table table tr {
  border: 2px solid #276993;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.about-guide__table table tr th {
  width: 35%;
  background: #276993;
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  padding: .25em
}

@media(max-width:550px) {
  .about-guide__table table tr th {
    width: 25%;
    font-size: 1.1rem
  }
}

@media(max-width:450px) {
  .about-guide__table table tr th {
    display: block;
    width: 100%;
    padding: 4px 0
  }
}

.about-guide__table table tr td {
  padding-left: 20px;
  display: block;
  font-size: 16px;
  font-size: 1rem
}

@media(max-width:780px) {
  .about-guide__table table tr td {
    padding-left: 10px
  }
}

@media(max-width:550px) {
  .about-guide__table table tr td {
    padding-left: 3px;
    font-size: .9rem
  }
}

.about-guide__table table tr td:nth-child(2) {
  padding-top: 10px
}

.about-guide__table table tr td:last-child {
  padding-bottom: 10px
}

.about-guide__table table tr:last-child th {
  border-bottom: 2px solid #276993
}

@media(max-width:450px) {

  .about-performance__num table,
  .about-performance__dise table {
    width: 100%
  }
}

.about-performance__num p,
.about-performance__dise p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 2em;
  margin-bottom: 0;
  font-weight: 700
}

.about-performance__num tr,
.about-performance__dise tr {
  border: 1px solid #276993;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.about-performance__num tr th,
.about-performance__dise tr th {
  background: #276993;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px
}

@media(max-width:450px) {

  .about-performance__num tr th,
  .about-performance__dise tr th {
    padding-left: 7px;
    padding-right: 7px;
    width: 80%
  }
}

.about-performance__num tr td,
.about-performance__dise tr td {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding-left: 25px;
  padding-right: 5px
}

@media(max-width:450px) {

  .about-performance__num tr td,
  .about-performance__dise tr td {
    font-size: .9rem;
    padding-right: 10px;
    padding-left: 0;
    text-align: right
  }
}

.about-performance__num tr span,
.about-performance__dise tr span {
  display: block;
  font-size: 14.08px;
  font-size: .88rem;
  color: #fff
}

.about-performance__num tr:last-child th,
.about-performance__dise tr:last-child th {
  border-bottom: 1px solid #276993
}

.about-performance__num tr {
  height: 35px
}

.about-performance__num tr td,
.about-performance__num tr th {
  line-height: 35px
}

.about-performance__dise tr {
  height: 55px
}

.about-performance__dise tr td {
  line-height: 55px
}

@media(max-width:450px) {
  .about-performance__dise tr {
    height: 50px
  }

  .about-performance__dise tr td {
    line-height: 50px
  }
}

.about-results {
  padding: 0 1em
}

.about-results__nav {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:550px) {
  .about-results__nav {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
  }
}

.about-results__nav li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
  transition: all .2s
}

.about-results__nav li:last-child a:before {
  content: none
}

.about-results__nav li a {
  text-decoration: underline;
  color: #276993
}

.about-results__nav .arn-list {
  width: 320px;
  height: 220px;
  border: 1px solid #d6d6d6;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

@media(max-width:550px) {
  .about-results__nav .arn-list {
    width: 100%
  }
}

.about-results__nav .arn-list h4 {
  text-align: center;
  padding: 7px 0;
  border-bottom: 1px solid #d6d6d6
}

.about-results__nav .arn-list ul {
  padding: 20px
}

@media(max-width:550px) {
  .about-results__nav .arn-img {
    width: 70%;
    margin: 0 auto 15px
  }
}

.about-results__des .ard-y {
  margin-top: 2em;
  margin-bottom: .3em
}

.about-results__des .ard-con {
  padding: 0 1em
}

.about-results__des .ard-con__nav {
  margin-bottom: 2em;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.about-results__des .ard-con__nav li {
  margin-right: 1em
}

.about-results__des .ard-con__nav li i {
  color: #276993;
  font-size: 14.4px;
  font-size: .9rem
}

.about-results__des .ard-con__nav li i a {
  color: #276993;
  text-decoration: underline;
  font-family: Yu Mincho, YuMincho, serif;
  margin-left: 5px;
  font-size: 14.4px;
  font-size: .9rem
}

.about-results__des .ard-con__box {
  margin-bottom: 3em
}

.about-results__des .ard-con__box ol {
  margin-left: 20px
}

.about-results__des .ard-con__box ol li {
  line-height: 25px;
  list-style-type: decimal;
  padding-left: 10px;
  margin-bottom: 15px;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.as-des__name {
  font-size: 19.2px;
  font-size: 1.2rem
}

.as-des__name .position {
  color: #8d7a23;
  font-size: 14.08px;
  font-size: .88rem;
  padding-left: 15px
}

.as-des__name .mnname {
  display: block;
  font-size: 11.2px;
  font-size: .7rem;
  color: #bcbcbc;
  margin-top: -7px
}

.as-des__catch {
  margin: 15px 0;
  color: #276993;
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: 700
}

@media(max-width:550px) {
  .as-des__catch {
    margin: 7px 0
  }
}

.as-des__career {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media(max-width:450px) {
  .as-des__career {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.as-des .adc-box__title {
  width: 75px;
  margin-bottom: 3px
}

.as-des .adc-box__txt {
  font-size: 14.08px;
  font-size: .88rem
}

.about-staff {
  margin-bottom: 10em
}

.about-staff__top {
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-staff__top .ast-img {
  width: 20%
}

@media(max-width:550px) {
  .about-staff__top .ast-img {
    width: 21%
  }
}

.about-staff__top .ast-img__video i {
  color: #276993;
  margin-right: 5px;
  font-size: 14.4px;
  font-size: .9rem
}

.about-staff__top .ast-img__video a {
  font-size: 14.4px;
  font-size: .9rem;
  text-decoration: underline
}

.about-staff__top .ast-img__video a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.about-staff__top .ast-img__results a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700
}

.about-staff__top .ast-img__results a span {
  color: #276993;
  font-weight: 700;
  text-decoration: underline
}

.about-staff__top .ast-img__results i {
  color: #276993
}

.about-staff__top .as-des {
  width: 75%
}

.about-staff__top .adc-box:last-child {
  margin-left: 3em
}

@media(max-width:550px) {
  .about-staff__top .adc-box:last-child {
    margin-left: 1.5em
  }
}

@media(max-width:450px) {
  .about-staff__top .adc-box:last-child {
    margin-left: 0
  }
}

.about-staff__list {
  margin-top: 3em;
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:550px) {
  .about-staff__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2em
  }
}

.about-staff__list .asl-box {
  width: 49%;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-staff__list .asl-box:nth-child(n+3) {
  margin-top: 5em
}

@media(max-width:550px) {
  .about-staff__list .asl-box {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb
  }

  .about-staff__list .asl-box:nth-child(n+2) {
    margin-top: 15px
  }
}

.about-staff__list .asl-box__img {
  width: 25%
}

@media(max-width:550px) {
  .about-staff__list .asl-box__img {
    width: 21%
  }
}

.about-staff__list .asl-box__results a {
  font-size: 16px;
  font-size: 1rem;
  font-size: 13px;
  font-weight: 700
}

.about-staff__list .asl-box__results a span {
  color: #276993;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline
}

.about-staff__list .asl-box__results i {
  color: #276993
}

.about-staff__list .asl-box__con {
  width: 70%
}

@media(max-width:550px) {
  .about-staff__list .asl-box__con {
    width: 75%
  }
}

.news-category {
  max-width: 1140px;
  margin: 0 auto -1em
}

.news-category ul {
  margin-left: 1.5em;
  margin-top: 1em;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #e9f8ff;
  padding: 5px 10px;
  max-width: 250px
}

.news-category ul li {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.news-category ul li:last-child:before {
  content: none
}

.news-category ul li:before {
  content: '/';
  display: block;
  position: absolute;
  top: 0;
  right: -5px
}

.news-category ul li a {
  text-decoration: underline;
  color: #276993
}

.news-category ul li a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.news {
  margin-bottom: 10em
}

.news-list .contents-title:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #2080bc, #e8fffd)
}

.news-list__title {
  display: flex;
  display: -ms-flexbox;
  margin: 10px 0
}

@media(max-width:450px) {
  .news-list__title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0
  }
}

.news-list__title h2 {
  width: 50%;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 40px;
  font-size: 2.5rem
}

@media(max-width:1024px) {
  .news-list__title h2 {
    font-size: 2rem
  }
}

@media(max-width:450px) {
  .news-list__title h2 {
    font-size: 1.5rem;
    margin: 5px auto
  }
}

.news-list__title h2 span {
  display: block;
  color: rgba(163, 157, 157, .3);
  font-size: 32px;
  font-size: 2rem;
  margin-top: -27px
}

@media(max-width:1024px) {
  .news-list__title h2 span {
    font-size: 1.8rem
  }
}

@media(max-width:450px) {
  .news-list__title h2 span {
    font-size: 1.3rem;
    margin-top: -22px
  }
}

.news-list__title img {
  height: auto
}

@media(max-width:450px) {
  .news-list__title img {
    width: 100%
  }
}

.news-list__des {
  margin-top: 2em
}

.news-list__des .nld {
  display: flex;
  display: -ms-flexbox;
  margin-left: 1.5em
}

@media(max-width:450px) {
  .news-list__des .nld {
    margin-left: 0
  }

  .news-list__des .nld:nth-child(n+2) {
    margin-top: 1em
  }
}

.news-list__des .nld-cmark {
  width: 75px
}

.news-list__des .nld-cmark time {
  font-size: 15.2px;
  font-size: .95rem
}

.news-list__des .nld-txt h3 {
  margin-left: 1em;
  font-size: 19.2px;
  font-size: 1.2rem;
  display: inline-block
}

@media(max-width:450px) {
  .news-list__des .nld-txt h3 {
    font-size: 1rem
  }
}

.news-list__des .nld-txt p {
  margin-left: 1em;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block
}

@media(max-width:450px) {
  .news-list__des .nld-txt p {
    font-size: 1rem
  }
}

.news-list__des .nld-txt p a {
  font-size: 16px;
  font-size: 1rem
}

.news-list__des .nld-txt a {
  text-decoration: underline;
  color: #3399d1;
  font-size: 19.2px;
  font-size: 1.2rem
}

@media(max-width:450px) {
  .news-list__des .nld-txt a {
    font-size: 1rem
  }
}

.news-list__des .post {
  clear: both;
  overflow: hidden;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex: 1;
  flex: 1
}

.news-one {
  width: 97%;
  margin: 0 auto
}

.news-one__con {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.news-one__con .nrc-img {
  width: 30%
}

.news-one__con .nrc-txt {
  width: 65%
}

.news-one__con .nrc-txt time {
  font-size: 14.08px;
  font-size: .88rem
}

.news-one__con .nrc-txt p {
  font-size: 16px;
  font-size: 1rem
}

.news-one__back {
  max-width: 143px;
  margin: 3em auto 0
}

.brain-des {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 1em
}

@media(max-width:450px) {
  .brain-des {
    padding: 0
  }
}

@media(max-width:780px) {
  .brain-des {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .brain-des .bds-list__none {
    display: none
  }
}

.brain-des__con {
  width: 70%
}

@media(max-width:780px) {
  .brain-des__con {
    width: 100%;
    margin-top: 19em
  }
}

.brain-des__con p,
.brain-des__con li,
.brain-des__con h4 {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.brain-des__con section {
  margin-bottom: 2em
}

.brain-des__con h3 {
  margin-bottom: 10px
}

.brain-des__side {
  width: 25%
}

.brain-des__side .sticky {
  position: sticky;
  right: 10px;
  top: 10px
}

@media(max-width:780px) {
  .brain-des__side .sticky {
    position: absolute;
    top: 0;
    width: 90%;
    right: auto
  }
}

@media(max-width:450px) {
  .brain-des__side .sticky {
    width: 100%
  }
}

@media(max-width:780px) {
  .brain-des__side .bds-toc {
    border: 1px solid #d6d6d6
  }
}

.brain-des__side h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  line-height: 50px
}

@media(max-width:780px) {
  .brain-des__side h4 {
    line-height: 40px
  }
}

@media(max-width:780px) {
  .brain-des__side ul {
    padding: 20px 0
  }
}

.brain-des__side ul li {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 10px
}

@media(max-width:780px) {
  .brain-des__side ul li {
    border: none;
    padding: 0 20px
  }
}

.brain-des__side ul li a {
  display: block;
  line-height: 40px;
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: 600
}

@media(max-width:780px) {
  .brain-des__side ul li a {
    line-height: 30px;
    text-decoration: underline;
    color: #3399d1
  }
}

.brain-des__side ul li a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.brain-des__side ul .bds-list__chois {
  background: #276993
}

.brain-des__side ul .bds-list__chois a {
  color: #fff
}

.brain-des__side .bds-list {
  margin-top: 2em
}

.contents-subbox {
  margin: 0 1em
}

.contents-subbox__des {
  margin: 1.5em 0
}

.contents-subbox__des h4 {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 700
}

.contents-subbox__des span {
  font-weight: 700
}

.bdc2 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: .5em
}

@media(max-width:550px) {
  .bdc2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.bdc2-box {
  width: 49%
}

@media(max-width:550px) {
  .bdc2-box {
    width: 100%
  }

  .bdc2-box:last-child {
    margin-top: 10px
  }
}

.bdc2-box p {
  font-size: 13.28px;
  font-size: .83rem;
  margin-top: .5em;
  text-align: center
}

@media(max-width:550px) {
  .bdc2-box p {
    font-size: 1rem
  }
}

.bdc2-boxfx {
  display: flex;
  display: -ms-flexbox
}

.bdc2-boxfx .bdc-box {
  width: 100%
}

.bdc2-boxfx .bdc-box:first-child {
  margin-right: 6px
}

.bdc-flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  width: 100%
}

@media(max-width:550px) {
  .bdc-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.bdc-flex__box {
  margin-bottom: 10px
}

.bdc-flex__box:first-child {
  margin-right: 20px
}

@media(max-width:550px) {
  .bdc-flex__box .bfb-p {
    display: none
  }
}

.bdc-flex__center {
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em
}

.bdc-flex__center p {
  text-align: center;
  margin-top: 5px
}

.bdc-flex__start {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1em;
  margin-bottom: 1em
}

@media(max-width:550px) {
  .bdc-flex__start {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.bdc-start1 img {
  width: auto
}

.bdc-start1 img:first-child {
  margin-right: 10px
}

@media(max-width:550px) {
  .bdc-start1 img:first-child {
    margin-bottom: 10px;
    margin-right: 0
  }
}

.bdc-start2 img {
  width: 50%
}

.bdc-start2 img:first-child {
  margin-right: 10px
}

@media(max-width:550px) {
  .bdc-start2 img {
    width: 100%
  }

  .bdc-start2 img:first-child {
    margin-bottom: 10px;
    margin-right: 0
  }
}

.bdc-con {
  padding-right: 10px
}

.bdc-con img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: auto
}

@media(max-width:550px) {
  .bdc-con img {
    width: 100%
  }
}

@media(max-width:780px) {
  .bdc-con {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .bdc-con p {
    margin-bottom: 1em;
    margin-right: 0
  }
}

.bdc-con p {
  margin-right: 10px
}

.bdc-img {
  margin-top: 1em
}

.bdc-img img {
  width: 49%
}

@media(max-width:550px) {
  .bdc-img img {
    width: 100%
  }

  .bdc-img img:first-child {
    margin-bottom: 10px
  }
}

.bdc-one {
  margin: 1em 0
}

.bdc-one img {
  width: auto
}

.contact-inner,
.contact-access {
  width: 98%;
  margin: 0 auto
}

.contact-infop {
  margin-bottom: 1.5em;
  margin-top: -.5em
}

.contact-inner__q .ciq {
  padding: 0 1em
}

.contact-inner__q dl {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.contact-inner__q dl dt {
  color: #276993;
  font-size: 20.48px;
  font-size: 1.28rem;
  font-weight: 700;
  border-bottom: 1px solid #d6d6d6
}

.contact-inner__q dl dd {
  font-size: 17.6px;
  font-size: 1.1rem;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 10px
}

.contact-inner__q dl dd a {
  text-decoration: underline;
  color: #3399d1
}

.contact-privacy {
  margin-bottom: 2em;
  border: 2px solid #276993;
  padding: 10px
}

.contact-privacy h4 {
  font-size: 18.4px;
  font-size: 1.15rem;
  margin-bottom: 5px
}

@media(max-width:450px) {
  .contact-privacy h4 {
    text-align: center;
    font-size: 15px
  }
}

.contact-privacy p {
  padding-left: 1em;
  font-weight: 600
}

.wpcf7-list-item label,
.wpcf7-list-item input {
  cursor: pointer
}

.wpcf7-list-item-label {
  border-bottom: 1px solid #e94848;
  font-weight: 700;
  margin-left: 5px
}

.contact-access__public {
  margin-bottom: 5em
}

.contact-access__public:after {
  content: '';
  border-bottom: 2px dotted #bfbfbf;
  display: block;
  margin-top: 5em
}

@media(max-width:450px) {
  .contact-access__public table {
    width: 100%
  }
}

@media(max-width:450px) {
  .contact-access__public table tbody {
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

.contact-access__public table tr {
  border: 2px solid #276993
}

@media(max-width:450px) {
  .contact-access__public table tr {
    width: 45%
  }

  .contact-access__public table tr:first-child {
    border: none
  }

  .contact-access__public table tr:last-child {
    width: 55%
  }
}

.contact-access__public table tr th,
.contact-access__public table tr td {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.contact-access__public table tr th {
  font-size: 17.6px;
  font-size: 1.1rem;
  background: #276993;
  color: #fff;
  padding: 5px 10px
}

.contact-access__public table tr th:first-child {
  border-right: 2px solid #fff
}

.contact-access__public table tr th:last-child {
  border-left: none
}

@media(max-width:450px) {
  .contact-access__public table tr th {
    display: block;
    width: 100%;
    height: 50%;
    line-height: 110px;
    padding: 5px;
    font-size: 15px
  }

  .contact-access__public table tr th:first-child {
    border-bottom: 2px solid #fff;
    border-right: none
  }
}

.contact-access__public table tr td {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 10px;
  line-height: 30px
}

.contact-access__public table tr td:first-child {
  border-right: 2px solid #276993
}

@media(max-width:450px) {
  .contact-access__public table tr td {
    display: block;
    width: 100%;
    height: 50%;
    line-height: 25px;
    padding: 5px
  }

  .contact-access__public table tr td:first-child {
    border-right: none;
    border-bottom: 2px solid #276993
  }
}

.contact-access__car table {
  margin-top: 5px
}

@media(max-width:450px) {
  .contact-access__car table {
    width: 100%
  }
}

.contact-access__car table tr {
  border: 2px solid #276993
}

.contact-access__car table tr th,
.contact-access__car table tr td {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.contact-access__car table tr th {
  font-size: 17.6px;
  font-size: 1.1rem;
  background: #276993;
  color: #fff;
  padding: 5px 30px;
  border-right: 2px solid #fff
}

.contact-access__car table tr th:last-child {
  border-right: none
}

@media(max-width:450px) {
  .contact-access__car table tr th {
    display: none
  }
}

.contact-access__car table tr td {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 10px;
  line-height: 30px;
  border-right: 2px solid #276993
}

@media(max-width:450px) {
  .contact-access__car table tr td {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #276993;
    text-align: center
  }

  .contact-access__car table tr td:last-child {
    border-bottom: none
  }

  .contact-access__car table tr td:first-child {
    background: #276993;
    color: #fff;
    line-height: 25px;
    font-size: 1.1rem;
    font-weight: 700
  }

  .contact-access__car table tr td:nth-child(n+2):before {
    content: attr(data-label);
    font-size: .88rem;
    color: #848484;
    display: block;
    margin-bottom: -10px
  }
}

.contact-access__car .cac {
  margin-bottom: 2em
}

.contact-access__car .cac h4 {
  font-size: 19.2px;
  font-size: 1.2rem
}

.contact-access__car .cac:nth-child(n+3) {
  margin-bottom: 1em
}

.contact-access__map {
  margin-top: 5em
}

.contact-access__map p {
  font-size: 14.08px;
  font-size: .88rem
}

.grecaptcha-badge {
  margin: auto
}

.nofound-message {
  margin-top: 5em;
  margin-bottom: 10em
}

@media(max-width:450px) {
  .nofound-message {
    margin-top: 2.5em;
    margin-bottom: 5em
  }
}

.nofound-message p {
  text-align: center;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 3em
}

@media(max-width:450px) {
  .nofound-message p {
    margin-bottom: 2em;
    font-size: 1.2rem;
    text-align: left
  }
}

.nofound-message p i {
  color: #e95b2e;
  margin-right: 5px;
  font-size: 24px;
  font-size: 1.5rem
}

@media(max-width:450px) {
  .nofound-message p i {
    font-size: 1.2rem
  }
}

.nofound-message p span {
  display: block;
  font-size: 14.4px;
  font-size: .9rem;
  margin-top: 1em
}

@media(max-width:450px) {
  .nofound-message p span {
    font-size: .88rem
  }
}

.nofound-message .main-news__contents--button {
  width: 200px;
  margin: 0 auto
}

.nofound-message .main-news__contents--button:hover .nbeffect {
  left: 0
}

.nofound-message .main-news__contents--button .nbeffect {
  width: 200px;
  left: -200px
}

.nofound-message .main-news__contents--button i {
  margin-right: 7px
}

.fadein-b {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(50px)
}

.fadein-btitle {
  transition: all 1.2s
}

.fadein-bsub {
  transition: all 2.2s
}

.sitemap-box {
  max-width: 1140px;
  margin: 2em auto 7em;
  padding: 0 1em
}

@media(max-width:450px) {
  .sitemap-box {
    margin-top: 1em;
    padding: 0
  }
}

.sitemap-box>ul {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.sitemap-box>ul:after {
  content: '';
  display: block;
  width: 30%
}

@media(max-width:780px) {
  .sitemap-box>ul:after {
    width: 48%
  }
}

.sitemap-box>ul>li {
  width: 30%;
  font-size: 20.8px;
  font-size: 1.3rem;
  position: relative
}

@media(max-width:780px) {
  .sitemap-box>ul>li {
    width: 48%
  }
}

@media(max-width:550px) {
  .sitemap-box>ul>li {
    width: 100%
  }
}

.sitemap-box>ul>li:after {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 2px solid #276993;
  position: absolute;
  top: 37px
}

.sitemap-box>ul>li:nth-child(n+4) {
  margin-top: 3em
}

@media(max-width:780px) {
  .sitemap-box>ul>li:nth-child(n+3) {
    margin-top: 2em
  }
}

@media(max-width:550px) {
  .sitemap-box>ul>li:nth-child(n+2) {
    margin-top: 1.5em
  }
}

.sitemap-box>ul>li a {
  font-size: 22.4px;
  font-size: 1.4rem
}

.sitemap-box li:before {
  content: '\025b6';
  width: 20px;
  height: 20px;
  color: #276993;
  padding-right: 7px
}

.sitemap-box li a {
  color: #276993
}

.sitemap-box__fli ul {
  margin-top: 17px;
  padding-left: 10px
}

.sitemap-box__fli ul li {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #276993;
  margin-bottom: 5px
}

.sitemap-box__fli ul li:before {
  content: '\03e'
}

.sitemap-box__fli ul li span {
  font-size: 12.8px;
  font-size: .8rem;
  padding-left: 7px
}

.sitemap-box__fli ul li a {
  font-size: 19.2px !important;
  font-size: 1.2rem !important;
  text-decoration: underline
}

.sitemap-box__fli ul li:last-child span {
  display: block;
  margin-left: 1.5em;
  margin-top: -5px
}

.psearch {
  margin-top: 5em
}

.psearch-inner {
  padding: 0 1em;
  margin-top: 2em;
  margin-bottom: 6em
}

.psearch-inner p {
  font-size: 17.6px;
  font-size: 1.1rem
}

.psearch-inner__link {
  margin-top: 2em;
  padding: 0 1em
}

.psearch-inner__link ul li {
  margin-bottom: .5em
}

.psearch-inner__link ul li a {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #3399d1;
  text-decoration: underline
}

.psearch-inner__link p {
  font-size: 19.2px;
  font-size: 1.2rem
}

.psearch-inner__link .pil-p {
  font-size: 19.2px;
  font-size: 1.2rem
}

.psearch .main-news__contents--button {
  width: 200px;
  margin: 5em auto 10em;
  text-align: center
}

.psearch .main-news__contents--button:hover .nbeffect {
  left: 0
}

.psearch .main-news__contents--button .nbeffect {
  width: 200px;
  left: -200px
}

.psearch .main-news__contents--button i {
  margin-right: 7px
}

.contact-inner__box {
  background: #e9f8ff;
  padding: 30px;
  margin: 5em 0
}

@media(max-width:450px) {
  .contact-inner__box {
    margin: 3em 0;
    padding: 15px
  }
}

.contact-inner__box .cibinner dl {
  width: 100%;
  text-align: left
}

.contact-inner__box .cibinner dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400
}

.contact-inner__box .cibinner dl dt .required {
  color: #fb2f2f;
  padding-left: 5px;
  font-size: 14.08px;
  font-size: .88rem;
  font-weight: 700
}

.contact-inner__box .cibinner dl dd {
  display: block;
  margin-bottom: 2em
}

@media(max-width:450px) {
  .contact-inner__box .cibinner dl dd {
    margin-bottom: 1em
  }
}

.contact-inner__box .cibinner dl dd input {
  padding: 7px;
  outline: none;
  width: 50%;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  font-family: Yu Mincho, YuMincho, serif
}

@media(max-width:450px) {
  .contact-inner__box .cibinner dl dd input {
    width: 100%
  }
}

.contact-inner__box .cibinner dl dd textarea {
  width: 100%;
  height: 200px;
  resize: none;
  padding: 10px 7px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  outline: none;
  font-family: Yu Mincho, YuMincho, serif
}

.contact-inner__box .cibinner .spamcheck {
  font-size: 16px;
  font-size: 1rem
}

.contact-inner__box .cibinner .submit {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
  position: relative
}

@media(max-width:450px) {
  .contact-inner__box .cibinner .submit {
    margin-top: 1em;
    margin-bottom: 1em
  }
}

.contact-inner__box .cibinner .submit .submgiji {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #276993;
  width: 200px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-48.5%);
  bottom: -3px
}

@media(max-width:450px) {
  .contact-inner__box .cibinner .submit .submgiji {
    display: none
  }
}

.contact-inner__box .cibinner .submit #formbtn {
  -webkit-appearance: none;
  position: relative;
  background: #276993;
  padding: 10px;
  color: #fff;
  width: 200px;
  border: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  z-index: 99;
  border-radius: 0
}

.wpcf7 {
  background: #fff;
  padding: 30px
}

@media(max-width:450px) {
  .wpcf7 {
    padding: 15px
  }
}

div.wpcf7 .ajax-loader {
  display: none !important
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ff9100 !important
}

div.wpcf7-response-output {
  text-align: center;
  margin: 0 auto !important;
  background: #fff;
  max-width: 500px;
  color: #fb2f2f;
  font-weight: 700
}

.alignright {
  float: right;
  margin-left: 15px
}

.alignleft {
  float: left;
  margin-right: 15px
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

@media all and (-ms-high-contrast:none) {
  body {
    overflow-x: hidden
  }
}

.cs-img01 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0
}

.cs-img01 div {
  margin-right: 20px;
  width: 40%
}

.cs-img01 div:nth-child(3) {
  margin-top: 20px
}

.cs-img01 div:last-child {
  margin-right: 0
}

.cs-img01_2 {
  margin-left: 1.5em
}

.cs-img01_2 div {
  width: 45%
}

@media(max-width:450px) {
  .cs-img01_2 div {
    width: 80%;
    margin: 0 auto 10px
  }
}

.cs-img02 {
  width: 50%;
  margin-left: 1.5em
}

.cs-img03 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center
}

.cs-img03 div:first-child {
  margin-right: 20px
}

@media(max-width:450px) {
  .cs-img03 div:first-child {
    margin-right: 10px
  }
}

.cs-img03 div p {
  text-align: center;
  margin-bottom: .5em;
  margin-top: .5em
}

.cs-ml {
  margin-left: 1.5em
}

.cs-mt {
  margin-top: 2em
}

.cs-fw {
  font-weight: 700
}

.cs-disc li {
  list-style-type: disc;
  margin-left: 1.4em
}

.cs-alpf__inner,
.cs-alpf li {
  display: flex;
  display: -ms-flexbox
}

.cs-box {
  margin-top: 1em;
  margin-bottom: 1em
}

.cs-box h4 {
  margin-bottom: .5em
}

.cs-ffm {
  font-family: Yu Mincho, YuMincho, serif;
  margin-right: 5px
}

.jnd {
  border: 1px solid #276993;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 30px
}

.jnd:hover .nbeffect {
  left: 0
}

.jnd:hover a {
  color: #fff
}

.jnd:hover i {
  color: #fff
}

.jnd .nbeffect {
  width: 100%;
  padding: 100px;
  top: 0;
  left: -100%;
  background: #276993;
  position: absolute;
  transition: all .5s ease;
  z-index: 1
}

.jnd a {
  padding: 15px 20px;
  display: block;
  transition: all .5s ease;
  z-index: 2;
  font-weight: 700;
  position: relative;
  color: #276993;
  font-size: 19.2px;
  font-size: 1.2rem
}

.jnd a i {
  margin-right: 5px;
  color: #276993
}

.nsingle-back {
  width: 220px;
  text-align: center;
  margin: 2em auto
}

.nsingle-back .nbeffect {
  width: 220px;
  left: -220px
}

.nsingle .tag-cb {
  margin-bottom: 20px
}

.nsingle .tag-cb img {
  display: none
}

.nsingle-con {
  padding: 0 1em;
  margin-bottom: 3em
}

.nsingle-con h2 {
  position: relative;
  font-size: 23px;
  margin-bottom: 1em;
  margin-left: -15px;
  padding-left: 15px
}

.nsingle-con h2:before {
  content: '';
  display: block;
  width: 5px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 0;
  background: #3399d1
}

.nsingle-con h3 {
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding: 0 1.1em;
  margin-bottom: 10px
}

.nsingle-con h3:before {
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  display: block;
  position: absolute;
  top: 5px;
  left: 0
}

.nsingle-con h3:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  display: block;
  position: absolute;
  top: 5px;
  right: 0
}

.nsingle-con h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px
}

.nsingle-con ol li {
  list-style: decimal;
  list-style-position: inside
}

.nsingle-con ul li {
  list-style: disc;
  list-style-position: inside
}

.nsingle-con p,
.nsingle-con li {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

.nsingle-con .btt {
  text-align: right;
  display: block;
  margin: 20px 0
}

.nsingle-con .btt i {
  margin-right: 5px;
  color: #276993
}

.nsingle-con .btt a {
  color: #276993;
  font-weight: 700
}

.nsingle-con .wp-caption-text {
  margin-top: 5px
}

.nsingle-con img {
  max-width: 100%;
  height: auto
}

.cs-p p {
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em
}

.simple-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd
}

.simple-table tr {
  border: none;
  border-bottom: 1px solid #ddd
}

.simple-table th,
.simple-table td {
  position: relative;
  vertical-align: middle;
  padding: 10px 5px;
  border-right: 1px solid #ddd
}

.simple-table thead th,
.simple-table thead td {
  background: #276993;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  width: auto;
  height: auto
}

.simple-table tbody {
  display: table-row-group
}

.simple-table tbody tr {
  display: table-row
}

.simple-table tbody tr:nth-child(3) th {
  background-color: rgba(39, 105, 147, .05)
}

.simple-table tbody tr:nth-child(4) th {
  background-color: rgba(39, 105, 147, .05)
}

.simple-table tbody tr:nth-child(5) th {
  background-color: rgba(39, 105, 147, .05)
}

.simple-table tbody tr:nth-child(9) th {
  background-color: rgba(39, 105, 147, .05)
}

.simple-table tbody tr:nth-child(10) th {
  background-color: rgba(39, 105, 147, .05)
}

.simple-table tbody tr:nth-child(11) th {
  background-color: rgba(39, 105, 147, .05)
}

.simple-table tbody td {
  display: table-cell;
  text-align: center;
  padding: .25em;
  background-color: #fff
}

.simple-table tbody th {
  font-weight: 700;
  text-align: left;
  color: black;
  background-color: rgba(39, 105, 147, .15);
  border-bottom: none !important;
  border-color: #ddd
}

.simple-table tbody th span {
  color: currentColor
}

.simple-table strong {
  font-weight: 700
}

.simple-table a {
  text-decoration: underline
}

.top-news {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px
}

@media(max-width:780px) {
  .top-news {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.top-news__container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  padding-left: 16px;
  padding-right: 16px;
  gap: 24px
}

@media(max-width:780px) {
  .top-news__container {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    gap: 0
  }
}

.top-news__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  width: 240px
}

@media(max-width:780px) {
  .top-news__header {
    width: 100%
  }
}

.top-news__title {
  color: #d4d4d4;
  position: relative;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5
}

.top-news__title span {
  width: 100%;
  font-size: 32px;
  font-size: 2rem;
  color: #212121;
  display: block
}

@media(max-width:450px) {
  .top-news__title span {
    font-size: 1.8rem
  }
}

.top-news__main {
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

.top-news__btn--pc {
  width: 144px
}

@media(max-width:780px) {
  .top-news__btn--pc {
    display: none
  }
}

.top-news__btn--sp {
  display: none
}

@media(max-width:780px) {
  .top-news__btn--sp {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 144px;
    margin-top: 24px
  }
}

.detail {
  text-align: center;
  font-weight: 500
}

.careerup-img-1 {
  margin-bottom: 30px
}

.contact-access-des {
  margin-bottom: 10px
}

.cs-w {
  width: 50%
}

@media(max-width:780px) {
  .cs-w {
    width: 100%
  }
}

.table-bold td {
  font-weight: bold
}

.about-guide__table span {
  vertical-align: super;
  font-size: 0.6em
}

.slide-items__wrap {
  width: 100%;
  height: auto;
  margin: auto
}

.surgery {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-top: 40px
}

.surgery::after {
  clear: both;
  display: block;
  content: ''
}

.surgery .title-area {
  float: left;
  width: 190px;
  letter-spacing: 0.1em
}

.surgery .title-sg {
  font-size: 24px;
  padding: 0 0 0 15px;
  line-height: 1.0
}

.surgery .p1 {
  font-size: 14px;
  padding-left: 10px;
  padding-top: 5px
}

.surgery .left-area {
  float: right;
  width: 760px
}

.surgery .left-area .case-box {
  width: 160px;
  float: left
}

.surgery .left-area .top-case1 {
  width: 100%;
  text-align: center;
  padding: 15px 0 10px;
  background-color: #a6caec;
  margin-bottom: 20px
}

.surgery .left-area .top-case2 {
  width: 100%;
  text-align: center;
  padding: 15px 0 10px;
  background-color: #b4e5a2;
  margin-bottom: 20px
}

.surgery .detail-list {
  float: right;
  width: 570px;
  padding-top: 15px
}

.surgery .detail-list li {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  padding: 0 15px 15px 0
}

.surgery .sg-top::after {
  clear: both;
  display: block;
  content: ''
}

.surgery .sg-bottom {
  padding: 15px 0;
  text-align: center;
  background-color: #215f9a;
  display: inline-block;
  width: 100%;
  margin-top: 15px
}

.surgery .detail-list .detail-item {
  display: inline-block;
  padding: 0 10px 0 10px;
  width: 210px;
  vertical-align: top;
  font-size: 18px
}

.surgery .detail-list .detail-case {
  display: inline-block;
  vertical-align: top;
  font-size: 18px
}

.case-title {
  font-size: 22px;
  font-weight: bold
}

.total-cases img {
  width: 120px;
  height: auto
}

.main-diseases {
  padding: 0 10px 0 0;
  font-size: 18px
}

.detail-box {
  width: 570px;
  float: right
}

.sg-bottom .total-syourei {
  color: #fff;
  display: inline-block;
  font-size: 22px
}

.sg-bottom .syourei {
  display: inline-block
}

.syourei-link {
  text-align: center;
  margin-top: 15px;
}

.syourei-link a {
  color: #4e95d9
}

@media(max-width:750px) {
  .surgery .title-area {
    float: inherit;
    padding-bottom: 20px
  }

  .surgery .left-area {
    float: inherit;
    width: auto
  }

  .surgery .left-area .case-box {
    width: auto;
    float: inherit;
    text-align: center;
    display: flex
  }

  .surgery .left-area .top-case1 {
    width: 49%;
    margin-right: 10px
  }

  .surgery .left-area .top-case2 {
    width: 49%;
    margin-left: 10px
  }

  .detail-box {
    width: auto;
    float: inherit;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    order: 2
  }

  .surgery .detail-list {
    width: auto;
  }

  .surgery .detail-list li:nth-of-type(6) {
    display: none !important
  }

  .surgery {
    padding-left: 15px;
    padding-right: 15px
  }

  .flex-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  .surgery .sg-bottom {
    order: 1;
    margin-bottom: 15px;
    margin-top: 0
  }
}

@media(max-width:574px) {
  .detail-box {
    text-align: left
  }

  .instagram-post iframe {
    margin-left: auto !important;
    margin-right: auto !important
  }
}