@charset "UTF-8";
/*
Author: Takahito Hayakawa
*/
/******************************************************************************
 * RESET
*******************************************************************************/
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition)
   ========================================================================== */
dd {
  margin-left: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

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

address {
  font-style: inherit; }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio; }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

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

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

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

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

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*----------------------------------------
汎用クラス
-----------------------------------------*/
@font-face {
  font-family: 'masahregular';
  src: url("../fonts/masah-webfont.woff2") format("woff2"), url("../fonts/masah-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 62.5%;
  height: 100%; }

body {
  font-family: YakuHanMP, "BIZ UDMincho", serif;
  font-style: normal;
  background: #07084d;
  color: #FFF;
  margin: 0;
  padding: 0;
  min-width: 100%;
  /*min-width:99rem;*/
  line-height: 1.8;
  font-size: 1.3rem;
  letter-spacing: .1em; }

@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 37.5rem;
    margin: 0 auto;
    background: #07084d; } }
.en {
  font-family: "masahregular";
  line-height: 10%;
  letter-spacing: .1em; }

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

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

a:hover {
  color: #e2e554; }

a, .hover, .btn:after, svg, .logo {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

a:hover img, .hover:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)"; }

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.btn:hover {
  opacity: 1;
  color: #07084d; }

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

.sp-only {
  display: none; }

@media screen and (max-width: 768px) {
  .sp-only {
    display: inherit; }

  .pc-only {
    display: none; } }
.btn {
  border-radius: 10rem;
  display: inline-block;
  padding: 1rem 2rem;
  line-height: 1;
  background: #fff;
  color: #07084d;
  text-align: center;
  text-decoration: none; }
  .btn:hover {
    background: #e2e554; }

/* 画像遅延読み込み */
.lazyload {
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.lazyloaded {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: all 0.5s; }

/* clearfix */
.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html > body .clearfix {
  display: inline-block;
  width: 100%; }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */ }

/* スクロールでフェードイン */
.fadein {
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  zoom: 1;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: .5s; }

.fadein.scrollin {
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  z-index: 100;
  position: relative; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.js-fade {
  opacity: 0; }

.inview {
  opacity: 0;
  animation: fadeIn 1s ease forwards; }

/*----------------------------------------
HEADER
-----------------------------------------*/
#top header {
  background: none; }
  #top header .logo {
    opacity: 0; }
  #top header.fixed {
    background: #07084d; }
    #top header.fixed .logo {
      opacity: 1; }
#top.open .logo {
  opacity: 1; }

header {
  z-index: 2;
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
  padding: 2.1rem 2.5rem;
  transition: .5s ease-in-out;
  top: 0;
  background: #07084d; }
  @media screen and (min-width: 1024px) {
    header {
      max-width: 37.5rem; } }
  header .logo {
    width: auto;
    height: 3rem;
    opacity: 1;
    transition: .5s ease-in-out;
    z-index: 9999; }
    header .logo img {
      height: 100%;
      width: auto; }

/* ハンバーガーメニュー */
#nav-toggle {
  display: inherit;
  /* position: fixed; */
  top: 2.2rem;
  right: 1.7rem;
  height: 2.7rem;
  cursor: pointer; }
  #nav-toggle > div {
    position: relative;
    width: 2.7rem; }
  #nav-toggle span {
    width: 100%;
    height: .9rem;
    right: 0;
    display: block;
    background: #e2e554;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      bottom: .3rem; }

.open #nav-toggle span:nth-child(1) {
  top: 1rem;
  width: 3.15rem;
  transform: rotate(45deg); }
.open #nav-toggle span:nth-child(2) {
  top: 1rem;
  width: 3.15rem;
  transform: rotate(-45deg); }

#nav-toggle {
  z-index: 1000;
  height: 3rem; }

#container {
  z-index: 900; }

#gloval-nav {
  background: #07084d;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out; }
  #gloval-nav nav {
    width: 100%;
    margin: 0 auto;
    padding: 12rem 2rem 0; }
    @media screen and (min-width: 1024px) {
      #gloval-nav nav {
        max-width: 37.5rem; } }
    #gloval-nav nav > ul {
      display: block; }
      #gloval-nav nav > ul li {
        text-align: right;
        margin-bottom: 4rem; }
        #gloval-nav nav > ul li a {
          color: #fff;
          font-size: 1rem;
          display: block; }
          #gloval-nav nav > ul li a .en {
            display: block;
            font-size: 5rem;
            padding: 0 0 .5rem; }
            #gloval-nav nav > ul li a .en span {
              content: ' ';
              font-size: 1rem;
              display: inline-block;
              width: 1rem; }
          #gloval-nav nav > ul li a .jp {
            margin-right: .5rem;
            display: block; }
          #gloval-nav nav > ul li a:hover {
            color: #e2e554; }
    #gloval-nav nav ul.submenu li a .en {
      font-size: 3rem; }
      #gloval-nav nav ul.submenu li a .en span {
        content: ' ';
        font-size: .5rem;
        display: inline-block;
        width: .5rem; }
    #gloval-nav nav ul.sns {
      display: flex;
      justify-content: flex-end;
      gap: 1rem; }
      #gloval-nav nav ul.sns li a img {
        width: 4rem; }

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
  pointer-events: all; }

/*----------------------------------------
FOOTER
-----------------------------------------*/
footer {
  background: #fff;
  width: 100%;
  color: #07084d;
  text-align: center;
  padding: 5rem 0 2rem;
  position: relative;
  margin-top: 10rem; }
  footer img {
    width: 80%;
    margin: 0 auto 3rem; }
  footer small {
    display: block;
    font-size: 1.1rem; }
  footer:before {
    position: absolute;
    content: '';
    top: -1.3rem;
    left: 0;
    width: 100%;
    height: 2.7rem;
    background: url(../images/line_bg.png) repeat-x;
    background-size: contain; }

/*----------------------------------------
OP
-----------------------------------------*/
#op {
  background: #07084d;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  z-index: 2;
  animation: op-wrap 0s 5s forwards; }
  @media screen and (min-width: 1024px) {
    #op {
      height: 100%;
      min-height: 68rem; } }
  #op .opImg {
    position: absolute;
    width: 21.8rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  #op .op1 {
    animation: op 1s ease .5s forwards; }
  #op .op2 {
    animation: op 1s ease 1s forwards; }
  #op .op3 {
    animation: op 1.5s ease 2.5s forwards; }
  #op .op4 {
    animation: op 2s ease 3s forwards; }

@keyframes op {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes op-mask {
  0% {
    top: 100%; }
  100% {
    top: -200%; } }
@keyframes op-wrap {
  to {
    opacity: 0;
    visibility: hidden; } }
/*----------------------------------------
MV
-----------------------------------------*/
#mv {
  /*background: url("../images/mv.jpg") no-repeat;
  background-size: contain;*/
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #mv {
      height: auto; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    #mv {
      margin-bottom: 4rem; } }
  #mv .op-mask {
    top: 100%;
    animation: op-mask 4s ease 4s forwards;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 3; }
  #mv .mv-img {
    position: absolute;
    width: 100%;
    height: 80vh;
    top: 0;
    left: 0;
    display: flex;
    object-fit: contain;
    justify-content: center; }
    @media screen and (min-width: 1024px) {
      #mv .mv-img {
        height: auto; } }
    #mv .mv-img:after {
      content: '';
      background: url(../images/logo_l.svg) no-repeat;
      background-size: contain;
      width: 13.1rem;
      height: 11.6rem;
      display: block;
      position: absolute;
      bottom: -1.5rem;
      left: 50%;
      transform: translateX(-50%); }
    #mv .mv-img img {
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #mv .mv-logo {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    width: 13.1rem;
    height: auto; }
  #mv:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(-135deg);
    border: .1rem solid #fff;
    width: 2.2rem;
    height: 2.2rem;
    border-bottom: none;
    border-right: none;
    animation: scroll 1.2s ease-in-out 5.5s infinite alternate; }

@keyframes scroll {
  0% {
    bottom: 10vh; }
  50% {
    bottom: 8vh; } }
/*----------------------------------------
TOP
-----------------------------------------*/
section .title {
  text-align: center;
  margin: 0 auto 2rem; }
  section .title .en {
    font-size: 6rem;
    display: block;
    margin-bottom: .5rem; }
    section .title .en span {
      content: ' ';
      font-size: 1rem;
      display: inline-block;
      width: 1rem; }
section .inner {
  width: 88%;
  margin: 0 auto 4rem; }
section#intro .inner h2 {
  font-size: 1.6rem;
  margin-bottom: 4rem; }
section#intro .inner p {
  margin-bottom: 2rem; }
section#intro .inner p.right {
  text-align: right;
  width: 20.6rem;
  margin-left: auto;
  margin-right: 0;
  margin-top: 4rem; }
section.line {
  margin-top: 8rem;
  padding-top: 8rem;
  position: relative; }
  section.line:before {
    position: absolute;
    content: '';
    top: -2.7rem;
    left: 0;
    width: 100%;
    height: 2.7rem;
    background: url(../images/line_bg.png) repeat-x;
    background-size: contain; }
section#profile img {
  margin-bottom: 2rem; }
section#practice .practice-card {
  margin: 4rem auto 6rem;
  text-align: center; }
  section#practice .practice-card img {
    width: 80%;
    margin: 0 auto 2rem; }
  section#practice .practice-card dl {
    text-align: center; }
    section#practice .practice-card dl dt {
      font-size: 1.8rem;
      margin: 0 auto 1rem; }
    section#practice .practice-card dl dd {
      text-align: left; }
section#clients .clients-card {
  margin: 4rem auto 6rem;
  text-align: center; }
  section#clients .clients-card img {
    width: 80%;
    margin: 0 auto 2rem; }
  section#clients .clients-card dl {
    text-align: center; }
    section#clients .clients-card dl dt {
      font-size: 1.8rem;
      margin: 0 auto 1rem; }
    section#clients .clients-card dl dd {
      text-align: left; }

ul.topics-list li {
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  ul.topics-list li:not(:last-child) {
    border-bottom: .1rem solid #fff; }
  ul.topics-list li a {
    color: #fff; }
    ul.topics-list li a .date {
      display: block; }

/*----------------------------------------
FORM
-----------------------------------------*/
form dl {
  margin: 3rem auto;
  text-align: left; }
  form dl dt {
    margin-bottom: .5rem; }
    form dl dt p {
      display: flex;
      justify-content: space-between; }
      form dl dt p span {
        color: #e2e554; }
  form dl dd input, form dl dd textarea {
    background: #fff;
    border: none;
    border-radius: .8rem;
    padding: 1rem 2rem;
    width: 100%;
    color: #07084d; }
  form dl dd textarea {
    height: 13.5rem; }
form input.btn {
  display: block;
  width: 100%;
  background: #e2e554;
  font-size: 2rem;
  padding: 1.5rem;
  line-height: 1; }
form small {
  margin: 1rem auto 0;
  color: #e2e554;
  display: block;
  text-align: center; }
  form small a {
    text-decoration: underline; }
form .wpcf7-not-valid-tip {
  color: #e2e554 !important;
  padding-top: .5rem; }

.content section.line {
  margin-top: 14rem;
  padding-top: 8rem;
  position: relative; }
  .content section.line:before {
    position: absolute;
    content: '';
    top: -2.7rem;
    left: 0;
    width: 100%;
    height: 2.7rem;
    background: url(../images/line_bg.png) repeat-x;
    background-size: contain; }
.content section .title {
  margin-bottom: 5rem; }
.content section .subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem; }
  .content section .subtitle .en {
    font-size: 6rem;
    padding-right: 1rem; }
  .content section .subtitle span:not(.en) {
    padding-bottom: 21px; }
.content section .topics-title {
  margin-bottom: 2rem; }
  .content section .topics-title h1 {
    font-size: 1.6rem; }
.content section .topics-detail {
  margin-bottom: 4rem; }
  .content section .topics-detail img {
    border-radius: .5rem;
    margin-bottom: 2rem; }
  .content section .topics-detail p {
    margin-bottom: 1rem; }
  .content section .topics-detail h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  .content section .topics-detail ul {
    list-style: disc outside;
    margin-bottom: 1rem; }
    .content section .topics-detail ul li {
      margin-left: 3rem; }
  .content section .topics-detail ol {
    list-style: decimal;
    margin-bottom: 1rem; }
    .content section .topics-detail ol li {
      margin-left: 3rem; }
.content section .center {
  text-align: center;
  margin: 4rem auto 0; }

.grecaptcha-badge {
  display: none !important; }

#notfound .inner {
  text-align: center; }
  #notfound .inner h2 {
    font-size: 2rem; }
  #notfound .inner p {
    margin-bottom: 4rem;
    text-align: left; }

/*# sourceMappingURL=style.css.map */
