<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 62.5%;
}

p {
  font-weight: 1;
}

body {
  font: 1.4em;
  margin: 0;
  color: #313131;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

section h1 {
  margin: 0;
  font-weight: lighter;
}
@media (min-width: 800px) {
  section h1 {
    font-size: 4rem;
    letter-spacing: 1rem;
  }
}
@media (max-width: 800px) {
  section h1 {
    font-size: 3.2rem;
  }
}
section h2 {
  margin: 0;
  font-weight: lighter;
}
@media (min-width: 800px) {
  section h2 {
    font-size: 4rem;
    letter-spacing: 1rem;
  }
}
@media (max-width: 800px) {
  section h2 {
    font-size: 3.2rem;
  }
}

.section-title {
  display: flex;
  padding-bottom: 0;
  flex-direction: column;
  align-items: center;
}
.section-title p {
  font-size: 2.2rem;
  padding: 0;
}

h3 {
  font-weight: lighter;
}

li {
  list-style: none;
}

.default-contents-text {
  padding-right: 7rem;
  padding-left: 7rem;
  background: linear-gradient(-135deg, #003154, #004376);
  overflow: hidden;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 800px) {
  .default-contents-text {
    width: 48%;
  }
}
@media (max-width: 800px) {
  .default-contents-text {
    padding: 10rem;
    width: 100%;
  }
}
.default-contents-text h3 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  transform: skewY(4deg);
}
.default-contents-text p {
  font-size: 1.6rem;
  transform: skewY(4deg);
}

.base-width, .practice-layout .contents {
  width: 95%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.flex-box-center, .hero {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

img {
  vertical-align: bottom;
}

section h1 {
  margin: 0;
  font-weight: lighter;
}
@media (min-width: 800px) {
  section h1 {
    font-size: 4rem;
    letter-spacing: 1rem;
  }
}
@media (max-width: 800px) {
  section h1 {
    font-size: 3.2rem;
  }
}
section h2 {
  margin: 0;
  font-weight: lighter;
}
@media (min-width: 800px) {
  section h2 {
    font-size: 4rem;
    letter-spacing: 1rem;
  }
}
@media (max-width: 800px) {
  section h2 {
    font-size: 3.2rem;
  }
}

.section-title {
  display: flex;
  padding-bottom: 0;
  flex-direction: column;
  align-items: center;
}
.section-title p {
  font-size: 2.2rem;
  padding: 0;
}

h3 {
  font-weight: lighter;
}

li {
  list-style: none;
}

.default-contents-text {
  padding-right: 7rem;
  padding-left: 7rem;
  background: linear-gradient(-135deg, #003154, #004376);
  overflow: hidden;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 800px) {
  .default-contents-text {
    width: 48%;
  }
}
@media (max-width: 800px) {
  .default-contents-text {
    padding: 10rem;
    width: 100%;
  }
}
.default-contents-text h3 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  transform: skewY(4deg);
}
.default-contents-text p {
  font-size: 1.6rem;
  transform: skewY(4deg);
}

.base-width, .practice-layout .contents {
  width: 95%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.flex-box-center, .hero {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.inner {
  padding: 30px 80px;
}
@media (min-width: 800px) {
  .inner {
    min-width: 980px;
  }
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

#top-head {
  position: absolute;
  width: 100%;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
}
#top-head a {
  color: #fff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
}

#global-nav ul {
  list-style: none;
  font-size: 1.6rem;
  position: absolute;
  right: 24px;
}
@media (min-width: 800px) {
  #global-nav ul {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  #global-nav ul {
    margin-top: 70px;
  }
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 24px;
}

#top-head.fixed {
  margin-top: 110;
  top: 10;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #ffffff;
}
#top-head.fixed #global-nav ul li a {
  color: #ffffff;
}

#nav-toggle {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 1.2rem;
  top: 3rem;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 680px) {
  #top-head,
.inner {
    width: 100%;
    padding: 0;
  }

  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    width: 100%;
    height: 6.7rem;
    z-index: 999;
    position: relative;
  }

  #top-head.fixed .logo,
#top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #14375b;
    font-size: 26px;
  }
  #top-head.fixed .logo a,
#top-head .logo a {
    color: #333;
  }

  #global-nav {
    position: absolute;
    top: -500px;
    background: #14375b;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    padding: 0;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }

  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(500px);
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
}
.transform {
  background: #14375b;
  padding-bottom: 1px;
}
@media (max-width: 800px) {
  .transform #mobile-head {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 800px) {
  .transform .inner {
    padding: 2px 80px;
  }
}

html {
  font-size: 62.5%;
}

p {
  font-weight: 1;
}

body {
  font: 1.4em;
  margin: 0;
  color: #313131;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  font-weight: normal;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(-135deg, #003154, #004376);
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer img {
  padding: 0px 0 20px 0;
}
footer a {
  margin: 1rem;
}
footer .fab {
  font-size: 2.5rem;
}
footer .btn {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  width: 4rem;
  height: 4rem;
  line-height: 5.5rem;
  border-radius: 50%;
  border: solid 1px #ffffff;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: 0.4s;
}
footer .btn:hover {
  background: #b3e1ff;
}
footer p {
  font-size: 1rem;
}
footer .copyright {
  font-size: 10px;
}

.hero.delighter {
  transition: all 0.3s ease-in;
  opacity: 0;
}

.hero.delighter.started {
  transform: none;
  opacity: 1;
}

.practice-title.delighter {
  opacity: 0;
  transition: all 0.7s ease-out 0.1s;
  transform: translateY(50px);
}

.practice-title.delighter.started {
  transform: none;
  opacity: 1;
}

.contents.delighter {
  opacity: 0;
  transition: all 0.7s ease-out 0.1s;
  transform: translateY(50px);
}

.contents.delighter.started {
  transform: none;
  opacity: 1;
}

.hero {
  background: url("../../img/hero_practice.jpg?v=1") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.37);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
@media (min-width: 800px) {
  .hero {
    height: 40rem;
  }
  .hero h1 {
    text-align: center;
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 1.5rem;
  }
  .hero h1 span {
    font-size: 2.2rem;
    letter-spacing: 0.5rem;
  }
}
@media (max-width: 800px) {
  .hero {
    height: 39.9rem;
  }
  .hero h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 1.5rem;
  }
  .hero h1 span {
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    font-weight: normal;
  }
}

.practice-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10rem;
  background-color: #ebebeb;
}
@media (min-width: 800px) {
  .practice-layout {
    min-width: 98rem;
  }
}
.practice-layout .practice-title {
  font-size: 4rem;
  letter-spacing: 1.2rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.practice-layout .contents {
  background-color: #ffffff;
}
.practice-layout .contents .contents-header-pc {
  position: relative;
}
@media (max-width: 800px) {
  .practice-layout .contents .contents-header-pc {
    display: none !important;
  }
}
.practice-layout .contents .contents-header-pc img {
  display: block;
  width: 100%;
}
.practice-layout .contents .contents-header-pc .text-area {
  color: white;
  position: absolute;
  width: 47.66%;
  top: 40%;
  left: 45.34%;
  transform: translateY(-50%);
}
.practice-layout .contents .contents-header-pc .text-area h2 {
  margin-bottom: 2.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
}
.practice-layout .contents .contents-header-pc .text-area p {
  font-size: 1.6rem;
}
.practice-layout .contents .contents-header-sp {
  background: #14375b;
}
@media (min-width: 800px) {
  .practice-layout .contents .contents-header-sp {
    display: none !important;
  }
}
.practice-layout .contents .contents-header-sp img {
  display: block;
  width: 100%;
}
.practice-layout .contents .contents-header-sp .text-area {
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}
.practice-layout .contents .contents-header-sp .text-area h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.practice-layout .contents .contents-header-sp .text-area p {
  font-size: 1.4rem;
}
.practice-layout .contents .contents-list .item {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 2rem;
}
@media (min-width: 800px) {
  .practice-layout .contents .contents-list .item {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 800px) {
  .practice-layout .contents .contents-list .item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.practice-layout .contents .contents-list .item .name {
  order: 1;
}
.practice-layout .contents .contents-list .item .name p {
  font-size: 2.8rem;
  color: #14375b;
}
.practice-layout .contents .contents-list .item .contents-buttons {
  flex-grow: 2;
  align-self: center;
  display: flex;
}
@media (min-width: 800px) {
  .practice-layout .contents .contents-list .item .contents-buttons {
    order: 2;
    justify-content: flex-end;
  }
}
@media (max-width: 800px) {
  .practice-layout .contents .contents-list .item .contents-buttons {
    order: 3;
    justify-content: center;
  }
}
.practice-layout .contents .contents-list .item .contents-buttons .button {
  color: #333;
  text-decoration: none;
  border: solid #14375b 1px;
  border-radius: 0.8rem;
  padding: 1.6rem 1.6rem;
  font-size: 1.6rem;
}
@media (max-width: 800px) {
  .practice-layout .contents .contents-list .item .contents-buttons .button {
    width: 100%;
    text-align: center;
  }
}
.practice-layout .contents .contents-list .item .contents-buttons .button a {
  text-decoration: none;
  display: block;
}
.practice-layout .contents .contents-list .item .contents-buttons .button i {
  margin-right: 1rem;
}
.practice-layout .contents .contents-list .item .description {
  margin-top: 2rem;
  margin-bottom: 5rem;
  font-size: 2rem;
}
@media (min-width: 800px) {
  .practice-layout .contents .contents-list .item .description {
    order: 3;
  }
}
@media (max-width: 800px) {
  .practice-layout .contents .contents-list .item .description {
    order: 2;
  }
}
.practice-layout .contents .contents-list .divider {
  margin-top: 2rem;
  margin-left: 5rem;
  margin-right: 5rem;
}
@media (min-width: 800px) {
  .practice-layout .contents .contents-list .divider {
    border: solid 1px #d8d8d8;
  }
}

/*# sourceMappingURL=practice.css.map */
</pre></body></html>