@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
html {
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #1A1311;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.14286;
}

a {
  color: #148df0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ol, ul, dl {
  list-style: none;
}

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

img {
  vertical-align: top;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1A1311;
  font-size: 13px;
  line-height: normal;
  padding: 10px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print, screen and (min-width: 768px) {
  input[type="input"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 18px;
    padding: 11px 10px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #fee;
  border-color: #C08D4E;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  color: #1A1311;
  font-size: 13px;
  height: 11em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  background-color: #fee;
  border-color: #b40019;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: rdga(26, 26, 26, 0.25);
}
input::-moz-placeholder {
  color: rdga(26, 26, 26, 0.25);
}
input:-ms-input-placeholder {
  color: rdga(26, 26, 26, 0.25);
}
input::-ms-input-placeholder {
  color: rdga(26, 26, 26, 0.25);
}
input::placeholder {
  color: rdga(26, 26, 26, 0.25);
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: rdga(26, 26, 26, 0.25);
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: rdga(26, 26, 26, 0.25);
}

/* SP style */
@media print, screen and (max-width: 767px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
}

/* PC style */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* inview */
.js-inview {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

@media print, screen and (min-width: 768px) {
  .js-inview {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 500ms ease-out;
    transition: 500ms ease-out;
  }
}

.js-inview.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* layouts */
/* # =============================================
   # LayoutColumn
   # ============================================= */
.LayoutColumn {
  padding: 20px;
}

@media print, screen and (min-width: 768px) {
  .LayoutColumn {
    padding: 100px 50px;
  }
  .LayoutColumn .LayoutColumn__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .LayoutColumn .LayoutColumn__main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#43e97b), to(#38f9d7));
    background-image: linear-gradient(to bottom, #43e97b 0%, #38f9d7 100%);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
  }
  .LayoutColumn .LayoutColumn__side {
    background-color: #ddd;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin-left: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

/* # =============================================
   # LayoutSingle
   # ============================================= */
.LayoutSingle {
  padding: 0 40px;
}

@media print, screen and (min-width: 768px) {
  .LayoutSingle {
    padding: 0px 20px;
  }
  .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}

/* # =============================================
   # LayoutZigzag
   # ============================================= */
.LayoutZigzag {
  padding: 20px;
}

.LayoutZigzag .LayoutZigzag__imageWrapper {
  margin: 20px -20px 20px -20px;
  overflow: hidden;
}

.LayoutZigzag .LayoutZigzag__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .LayoutZigzag {
    padding: 100px 0;
  }
  .LayoutZigzag .LayoutZigzag__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 0;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LayoutZigzag .LayoutZigzag__contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    padding-top: 20px;
  }
  .LayoutZigzag .LayoutZigzag__imageWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 750px;
    flex: 1 1 750px;
    margin: 0;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1200px) {
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: calc(50% - 600px);
    padding-left: 100px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-right: calc(50% - 600px);
    padding-right: 100px;
  }
}

/* blocks */
/**
 * About
 */
.About {
  padding-bottom: 70px;
}

.About .About__list {
  margin-bottom: 30px;
}

.About .About__dt {
  border-bottom: 1px solid #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  width: 124px;
}

.About .About__dd {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 10px;
}

.About .About__dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.About .About__dd .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.About .About__dd a {
  color: #1A1311;
  text-decoration: none;
}

.About .About__dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.About .About__dd ul li .circle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  position: relative;
}

.About .About__dd ul li .circle:before {
  border: 1px solid #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}

.About .About__dd ul li .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.About .About__mapWrap {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 60px;
  position: relative;
}

.About .About__mapWrap:before {
  background-image: url("/assets/images/card_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 15px;
  z-index: 1;
}

.About .About__mapWrap:after {
  background-image: url("/assets/images/card_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.About .About__logo {
  bottom: 0;
  height: 40px;
  position: absolute;
  right: 0;
  width: 100px;
  z-index: 1;
}

.About .About__map {
  height: 0;
  padding-top: 80%;
  position: relative;
  width: 100%;
}

.About .About__map iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .About {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .About .About__content {
    margin: 0 auto;
    max-width: 780px;
  }
  .About .About__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .About .About__dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    font-size: 16px;
    line-height: 2.5;
    margin-right: 40px;
    max-width: 160px;
    padding-bottom: 0px;
    text-align: center;
    width: 160px;
  }
  .About .About__dd {
    font-size: 16px;
    line-height: 2.5;
    padding-top: 0px;
  }
  .About .About__dd .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }
  .About .About__dd .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .About .About__dd a:hover {
    color: #C08D4E;
    text-decoration: underline;
  }
  .About .About__dd ul li {
    margin-bottom: 0px;
    width: 100%;
  }
  .About .About__dd ul li .circle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    max-width: 18px;
  }
  .About .About__dd ul li .circle:before {
    height: 7px;
    left: 0;
    top: 17px;
    width: 7px;
  }
  .About .About__dd ul li .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .About .About__mapWrap {
    margin-left: 0px;
    margin-right: 0px;
  }
  .About .About__logo {
    height: 64px;
    width: 160px;
  }
  .About .About__logo img {
    height: 64px;
    width: 160px;
  }
  .About .About__map {
    padding-top: 300px;
  }
}

/**
 * Btn1
 */
.Btn1 .Btn1__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Caudex', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .Btn1 .Btn1__link {
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 378px;
  }
  .Btn1 .Btn1__link:before, .Btn1 .Btn1__link:after {
    border: 1px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    height: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    width: 0;
    z-index: 2;
  }
  .Btn1 .Btn1__link:before {
    border-right-color: #C08D4E;
    right: -1px;
    top: -1px;
  }
  .Btn1 .Btn1__link:after {
    border-left-color: #C08D4E;
    bottom: -1px;
    left: -1px;
  }
  .Btn1 .Btn1__link:hover {
    color: #C08D4E;
  }
  .Btn1 .Btn1__link:hover:before, .Btn1 .Btn1__link:hover:after {
    height: 100%;
    visibility: visible;
  }
  .Btn1 .Btn1__link:hover .Btn1__text:before, .Btn1 .Btn1__link:hover .Btn1__text:after {
    visibility: visible;
    width: 100%;
  }
  .Btn1 .Btn1__text:before, .Btn1 .Btn1__text:after {
    border: 1px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    height: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    width: 0;
    z-index: 2;
  }
  .Btn1 .Btn1__text:before {
    border-bottom-color: #C08D4E;
    bottom: -1px;
    right: -1px;
  }
  .Btn1 .Btn1__text:after {
    border-top-color: #C08D4E;
    left: -1px;
    top: -1px;
  }
}

/**
 * Business
 */
.Business {
  padding-bottom: 50px;
}

.Business.-individual {
  padding-top: 55px;
}

.Business.-corporate {
  padding-top: 30px;
}

.Business.-seminars {
  padding-bottom: 80px;
  padding-top: 30px;
}

.Business .Business__box {
  background-color: #F2F2F2;
  margin-bottom: 20px;
  padding: 15px 0 20px;
}

.Business .Business__boxText {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.66667;
  text-align: center;
}

.Business .Business__text {
  margin-bottom: 50px;
  text-align: justify;
}

.Business .Business__img img {
  width: 100%;
}

.Business .Business__slide {
  margin-left: -40px;
  margin-right: -40px;
}

.Business .slick-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  margin-top: 12px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Business .slick-dots li {
  background-color: #E6E6E6;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  font-size: 0;
  height: 10px;
  margin: 0 7px;
  max-width: 10px;
  -webkit-transition: 100ms;
  transition: 100ms;
}

.Business .slick-dots li.slick-active {
  background-color: #C08D4E;
}

@media print, screen and (min-width: 768px) {
  .Business {
    padding-bottom: 90px;
  }
  .Business.-individual {
    padding-top: 100px;
  }
  .Business.-corporate {
    padding-top: 100px;
  }
  .Business.-seminars {
    padding-bottom: 130px;
    padding-top: 100px;
  }
  .Business .Business__content {
    margin: 0 auto;
    max-width: 780px;
  }
  .Business .Business__box {
    margin-bottom: 45px;
    padding: 30px 0 28px;
  }
  .Business .Business__boxText {
    font-size: 28px;
    line-height: 1.60714;
  }
  .Business .Business__text {
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 55px;
  }
  .Business .Business__slide {
    margin-left: 0px;
    margin-right: 0px;
  }
  .Business .Business__slide img {
    width: 100%;
  }
  .Business .slick-dots {
    bottom: -40px;
  }
}

/**
 * Card
 */
.Card {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 17px 0 20px;
  position: relative;
}

.Card:after {
  background-image: url("/assets/images/card_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}

.Card .Card__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.66667;
  text-align: center;
}

.Card:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.Card:nth-child(2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.Card:nth-child(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.Card:nth-child(4) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.Card:nth-child(5) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.Card:nth-child(6) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.Card:nth-child(7) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.Card:nth-child(8) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.Card:nth-child(9) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

@media print, screen and (min-width: 768px) {
  .Card {
    margin-bottom: 18px;
    padding: 30px 0 40px;
  }
  .Card:after {
    height: 15px;
    width: 15px;
  }
  .Card .Card__text {
    font-size: 16px;
    line-height: 1.6;
  }
}

/**
 * CardArea
 */
.CardArea {
  padding: 37px 20px 30px;
}

.CardArea.-bg1 {
  background-color: #F2F2F2;
}

.CardArea.-bg2 {
  background-color: #EBE6E1;
}

.CardArea .CardArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.CardArea .CardArea__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  margin-right: 3%;
}

.CardArea .CardArea__list li:nth-child(2n) {
  margin-right: 0;
}

.CardArea .CardArea__text {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.30769;
  margin: 15px 0 5px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .CardArea {
    padding: 90px 20px 60px;
  }
  .CardArea .CardArea__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .CardArea .CardArea__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 238px;
    flex: 0 0 238px;
    margin-left: 12px;
    margin-right: 12px;
    margin-right: 0;
    max-width: 238px;
  }
  .CardArea .CardArea__list li:nth-child(2n) {
    margin-right: 0;
  }
  .CardArea .CardArea__text {
    font-size: 15px;
    line-height: 2;
    margin: 15px 0 5px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1250px) {
  .CardArea .CardArea__list.-five {
    margin-left: -125px;
    margin-right: -125px;
  }
  .CardArea .CardArea__list.-four .-rightMargin {
    margin-right: 10px;
  }
  .CardArea .CardArea__list.-four .-leftMargin {
    margin-left: 30px;
  }
}

.Contact {
  background-color: #153674;
  color: #fff;
  padding-bottom: 60px;
  padding-top: 75px;
}

.Contact .Contact__wrap {
  border-bottom: 1px solid rgba(242, 242, 242, 0.5);
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.Contact .Contact__text {
  font-size: 14px;
  line-height: 2.14286;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: justify;
}

.Contact .Contact__telLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Caudex', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}

.Contact .Contact__telText {
  padding-left: 35px;
  position: relative;
}

.Contact .Contact__telText:after {
  background-image: url("/assets/images/icon_tel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 38px;
  left: 0;
  position: absolute;
  top: -7px;
  width: 21px;
}

.Contact .Contact__telNote {
  font-size: 12px;
  line-height: 1;
  margin-top: 18px;
  text-align: center;
}

.Contact .Contact__note {
  bottom: -17px;
  color: #C08D4E;
  font-size: 11px;
  position: relative;
  text-align: right;
}

.Contact .Contact__form {
  margin-bottom: 40px;
}

.Contact .Contact__formTitle {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 12px;
  position: relative;
}

.Contact .Contact__formTitle:after {
  background-color: #fff;
  bottom: 0px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 124px;
}

.Contact .Contact__formTitle .require {
  color: #C08D4E;
  font-size: 10px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.Contact .Contact__formRequired {
  color: #C08D4E;
}

.Contact .Contact__formInput {
  margin-bottom: 35px;
}

.Contact .Contact__formInputErr {
  color: #C08D4E;
  font-size: 12px;
  margin-bottom: 35px;
  margin-top: -30px;
}

.Contact .Contact__thanks {
  padding-top: 80px;
}

@media print, screen and (min-width: 768px) {
  .Contact {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .Contact .Contact__wrap {
    margin-bottom: 45px;
    padding-bottom: 80px;
  }
  .Contact .Contact__wrapInner {
    margin: 0 auto;
    width: 780px;
  }
  .Contact .Contact__note {
    bottom: 0px;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
  }
  .Contact .Contact__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  .Contact .Contact__formTitle {
    border-bottom: 1px solid #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 60px;
    margin-right: 5%;
    max-width: 160px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-top: 8px;
    text-align: center;
  }
  .Contact .Contact__formTitle:after {
    display: none;
  }
  .Contact .Contact__formRequired {
    font-size: 13px;
    padding-left: 3px;
  }
  .Contact .Contact__formInput {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    margin-bottom: 60px;
    max-width: 75%;
  }
  .Contact .Contact__formInputErr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 14px;
    margin-left: 200px;
    max-width: 100%;
  }
  .Contact .Contact__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;
  }
  .Contact .Contact__telLink {
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 378px;
  }
  .Contact .Contact__telLink:before, .Contact .Contact__telLink:after {
    border: 1px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    height: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    width: 0;
    z-index: 2;
  }
  .Contact .Contact__telLink:before {
    border-right-color: #C08D4E;
    right: -1px;
    top: -1px;
  }
  .Contact .Contact__telLink:after {
    border-left-color: #C08D4E;
    bottom: -1px;
    left: -1px;
  }
  .Contact .Contact__telLink:hover {
    color: #C08D4E;
  }
  .Contact .Contact__telLink:hover .Contact__telText:after {
    background-image: url("/assets/images/icon_tel_hover.svg");
  }
  .Contact .Contact__telLink:hover:before, .Contact .Contact__telLink:hover:after {
    height: 100%;
    visibility: visible;
  }
  .Contact .Contact__telLink:hover .Contact__telHover:before, .Contact .Contact__telLink:hover .Contact__telHover:after {
    visibility: visible;
    width: 100%;
  }
  .Contact .Contact__telHover:before, .Contact .Contact__telHover:after {
    border: 1px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    height: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    width: 0;
    z-index: 2;
  }
  .Contact .Contact__telHover:before {
    border-bottom-color: #C08D4E;
    bottom: -1px;
    right: -1px;
  }
  .Contact .Contact__telHover:after {
    border-top-color: #C08D4E;
    left: -1px;
    top: -1px;
  }
  .Contact .Contact__telText {
    padding-left: 45px;
  }
  .Contact .Contact__telNote {
    font-size: 16px;
    margin-top: 18px;
  }
  .Contact .Contact__thanks {
    padding-top: 110px;
    text-align: center;
  }
}

/**
 * Corporate
 */
.Corporate.-philosophy {
  padding-bottom: 0px;
  padding-top: 50px;
}

.Corporate.-message {
  padding-bottom: 40px;
  padding-top: 40px;
}

.Corporate .Corporate__box {
  background-color: #F2F2F2;
  margin-bottom: 20px;
  padding: 25px 0 23px;
}

.Corporate .Corporate__boxText {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: center;
}

.Corporate .Corporate__boxsub {
  color: #C08D4E;
  font-family: 'Caudex', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.Corporate .Corporate__text {
  font-size: 14px;
  line-height: 3;
  margin-left: -22px;
  margin-right: -22px;
  text-align: center;
}

.Corporate .Corporate__messageFig {
  margin: 0 auto 20px;
  width: 80%;
}

.Corporate .Corporate__messageText {
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 25px;
  text-align: justify;
}

.Corporate .Corporate__signWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Corporate .Corporate__messageSign {
  font-size: 15px;
  line-height: 1;
  margin-right: 10px;
  text-align: right;
}

.Corporate .Corporate__messageSignImg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
}

@media print, screen and (min-width: 768px) {
  .Corporate.-philosophy {
    padding-bottom: 0px;
    padding-top: 100px;
  }
  .Corporate.-philosophy .Corporate__content {
    margin: 0 auto;
    max-width: 780px;
  }
  .Corporate.-message {
    padding-bottom: 40px;
    padding-top: 100px;
  }
  .Corporate.-message .Corporate__box {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
  }
  .Corporate .Corporate__box {
    margin-bottom: 50px;
    padding: 45px 0 40px;
  }
  .Corporate .Corporate__boxText {
    font-size: 40px;
    line-height: 1.875;
    margin-bottom: 10px;
  }
  .Corporate .Corporate__boxsub {
    font-size: 30px;
    line-height: 2;
  }
  .Corporate .Corporate__text {
    font-size: 20px;
    line-height: 2.5;
    margin-left: 0px;
    margin-right: 0px;
  }
  .Corporate .Corporate__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Corporate .Corporate__messageFig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    margin: 0;
    max-width: 310px;
    width: 310px;
  }
  .Corporate .Corporate__messageFig img {
    width: 100%;
  }
  .Corporate .Corporate__messageTextArea {
    margin-left: 5%;
  }
  .Corporate .Corporate__messageText {
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 10px;
  }
  .Corporate .Corporate__messageSign {
    font-size: 22px;
    margin-right: 20px;
  }
  .Corporate .Corporate__messageSignImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    width: 170px;
  }
  .Corporate .Corporate__messageSignImg img {
    width: 100%;
  }
}

/**
 * Footer
 */
.Footer .Footer__inner {
  padding: 60px 0;
}

.Footer .Footer__fig {
  margin: 0 auto 0px;
  width: 108px;
}

.Footer .Footer__fig img {
  height: 61px;
  width: 108px;
}

.Footer .Footer__copy {
  border-top: 1px solid #F2F2F2;
  padding: 5px 0 30px;
  text-align: center;
}

.Footer .Footer__copyright {
  font-family: 'Caudex', serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .Footer .Footer__copy {
    padding: 8px 0 10px;
  }
}

/**
 * Header
 */
@media print, screen and (max-width: 767px) {
  .Header {
    background-color: rgba(255, 255, 255, 0);
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 100%;
    z-index: 100;
  }
  .Header.-scrolled:not(.-open) {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.85);
  }
  .Header.-scrolled:not(.-open) .Header__logoImage.-white {
    display: none;
  }
  .Header.-scrolled:not(.-open) .Header__logoImage.-color {
    display: block;
  }
  .Header__inner {
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 101;
  }
  .Header__logo {
    margin-left: 20px;
    padding-top: 15px;
    width: 124px;
  }
  .Header__logoLink {
    display: block;
  }
  .Header__logoImage.-white {
    display: block;
  }
  .Header__logoImage.-color {
    display: none;
  }
  .Header__burger {
    display: none;
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 100;
  }
  .Header__burger.-open .Header__navigation {
    display: block;
  }
  .Header__navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-bottom: 100px;
    pointer-events: none;
  }
  .Header__nav {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .Header__navItem {
    margin: 0 0 40px 0;
    opacity: 0;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
  }
  .Header__navLink {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 20px;
    text-decoration: none;
  }
  .Header__menu {
    height: 60px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 60px;
    z-index: 10;
  }
  .Header__menu:before {
    border-color: transparent #c08d4e transparent transparent;
    border-style: solid;
    border-width: 0 60px 60px 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
  }
  .Header__menu.-open {
    background-image: url("/images/icon_close.svg");
  }
  .Header__menuIcon {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
  }
  .Header__menuLine1,
  .Header__menuLine2,
  .Header__menuLine3 {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background-color: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    width: 20px;
  }
  .Header__menuLine1 {
    top: 4px;
  }
  .Header__menuLine2 {
    top: 9px;
  }
  .Header__menuLine3 {
    top: 14px;
  }
  .Header__background {
    height: 100vh;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .Header__background:before {
    border-color: transparent #153674 transparent transparent;
    border-style: solid;
    border-width: 0 200vh 200vh 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -100vh;
    top: -100vh;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 0;
  }
  .-open .Header__background {
    display: block;
  }
  .-open .Header__background:before {
    right: 0;
    top: 0;
  }
  .-open .Header__navigation {
    pointer-events: auto;
  }
  .-open .Header__navItem {
    opacity: 1;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .-open .Header__navItem:nth-child(1) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .-open .Header__navItem:nth-child(2) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .-open .Header__navItem:nth-child(3) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .-open .Header__navItem:nth-child(4) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .-open .Header__navItem:nth-child(5) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .-open .Header__navItem:nth-child(6) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .-open .Header__menuLine1 {
    -webkit-animation-name: headerLine1;
    animation-name: headerLine1;
  }
  .-open .Header__menuLine2 {
    -webkit-animation-name: headerLine2;
    animation-name: headerLine2;
  }
  .-open .Header__menuLine3 {
    -webkit-animation-name: headerLine3;
    animation-name: headerLine3;
  }
  .-close .Header__menuLine1 {
    -webkit-animation-name: headerLineOut1;
    animation-name: headerLineOut1;
  }
  .-close .Header__menuLine2 {
    -webkit-animation-name: headerLineOut2;
    animation-name: headerLineOut2;
  }
  .-close .Header__menuLine3 {
    -webkit-animation-name: headerLineOut3;
    animation-name: headerLineOut3;
  }
}

@-webkit-keyframes headerLine1 {
  0% {
    top: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 9px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes headerLine1 {
  0% {
    top: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 9px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes headerLine2 {
  0% {
    opacity: 1;
    top: 9px;
  }
  30% {
    opacity: 1;
    top: 9px;
  }
  70% {
    opacity: 0;
    top: 9px;
  }
  100% {
    opacity: 0;
    top: 9px;
  }
}

@keyframes headerLine2 {
  0% {
    opacity: 1;
    top: 9px;
  }
  30% {
    opacity: 1;
    top: 9px;
  }
  70% {
    opacity: 0;
    top: 9px;
  }
  100% {
    opacity: 0;
    top: 9px;
  }
}

@-webkit-keyframes headerLine3 {
  0% {
    top: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes headerLine3 {
  0% {
    top: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes headerLineOut1 {
  0% {
    top: 9px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  30% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes headerLineOut1 {
  0% {
    top: 9px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  30% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes headerLineOut2 {
  0% {
    opacity: 0;
    top: 9px;
  }
  30% {
    opacity: 0;
    top: 9px;
  }
  70% {
    opacity: 1;
    top: 9px;
  }
  100% {
    opacity: 1;
    top: 9px;
  }
}

@keyframes headerLineOut2 {
  0% {
    opacity: 0;
    top: 9px;
  }
  30% {
    opacity: 0;
    top: 9px;
  }
  70% {
    opacity: 1;
    top: 9px;
  }
  100% {
    opacity: 1;
    top: 9px;
  }
}

@-webkit-keyframes headerLineOut3 {
  0% {
    top: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  30% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes headerLineOut3 {
  0% {
    top: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  30% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@media print, screen and (min-width: 768px) {
  .Header {
    background-color: rgba(255, 255, 255, 0);
    height: 110px;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 100%;
    z-index: 100;
  }
  .Header.-scrolled {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.85);
  }
  .Header.-scrolled .Header__logoImage.-white {
    display: none;
  }
  .Header.-scrolled .Header__logoImage.-color {
    display: block;
  }
  .Header.-scrolled .Header__navLink {
    color: #1A1311;
  }
  .Header .Header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .Header .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 167px;
    flex: 0 0 167px;
    max-width: 167px;
  }
  .Header .Header__logoLink {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  .Header .Header__logoImage {
    height: 40px;
    width: 167px;
  }
  .Header .Header__logoImage.-white {
    display: block;
  }
  .Header .Header__logoImage.-color {
    display: none;
  }
  .Header .Header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Header .Header__navItem {
    padding: 0 15px;
  }
  .Header .Header__navLink {
    color: #fff;
    display: block;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 850px) {
  .Header .Header__navLink {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .Header .Header__navLink:before {
    border-bottom: 1px solid #C08D4E;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 100%;
  }
  .Header .Header__navLink:hover {
    color: #C08D4E;
  }
  .Header .Header__navLink:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**
 * Kv
 */
.Kv {
  background-image: url("../images/img4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  margin: 0;
  min-height: 60vh;
  padding: 0;
  width: 100vw;
}

@media print, screen and (min-width: 768px) {
  .Kv {
    height: 600px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 600px;
  }
}

/**
 * Lead
 */
.Lead .Lead__imgArea {
  padding: 30px 0;
  text-align: center;
}

.Lead .Lead__imgArea img {
  height: 77px;
  width: 136px;
}

.Lead .Lead__textArea {
  background-color: #153674;
  margin-left: -40px;
  margin-right: -40px;
  padding: 40px 40px 40px;
}

.Lead .Lead__text {
  color: #fff;
  font-size: 14px;
  line-height: 2.22857;
  padding-bottom: 0px;
  text-align: justify;
}

.Lead .Lead__text.-mb {
  padding-bottom: 0px;
}

@media print, screen and (min-width: 768px) {
  .Lead {
    background-color: #153674;
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .Lead .Lead__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Lead .Lead__imgArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    height: 280px;
    max-width: 280px;
    padding: 0px 0;
  }
  .Lead .Lead__imgArea img {
    height: 280px;
    width: 280px;
  }
  .Lead .Lead__textArea {
    margin-left: 0px;
    margin-left: 5%;
    margin-right: 0px;
    padding: 0px 0px 0px;
  }
  .Lead .Lead__text {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 0px;
  }
  .Lead .Lead__text.-mb {
    margin-bottom: 20px;
  }
}

/**
 * Mv
 */
.Mv {
  background-image: url("../images/mv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding: 0;
  width: 100vw;
}

.Mv .Mv__inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.Mv .Mv__title {
  left: 50%;
  position: absolute;
  top: 27%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Mv .Mv__titleinner {
  color: #fff;
  display: block;
  font-family: 'Caudex', serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 20px;
  position: relative;
}

.Mv .Mv__titleinner:before {
  background-image: url("/assets/images/bg_deco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 15px;
  left: -10px;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 15px;
  z-index: 1;
}

.Mv .Mv__titleinner:after {
  background-image: url("/assets/images/bg_deco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 15px;
}

.Mv .Mv__text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  left: 50%;
  line-height: 2;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px #153674, 0 0 4px rgba(21, 54, 116, 0.9);
  top: 67%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 296px;
}

@media print, screen and (min-width: 768px) {
  .Mv .Mv__img img {
    width: 100%;
  }
  .Mv .Mv__title {
    top: 44%;
  }
  .Mv .Mv__titleinner {
    font-size: 70px;
    letter-spacing: -0.01em;
    line-height: 1.2;
    padding: 0px 0px;
    width: 750px;
  }
  .Mv .Mv__titleinner:before {
    bottom: -15px;
    height: 20px;
    left: -30px;
    width: 20px;
  }
  .Mv .Mv__titleinner:after {
    height: 20px;
    right: -27px;
    top: -3px;
    width: 20px;
  }
  .Mv .Mv__text {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 600;
    left: 50%;
    letter-spacing: 0.1em;
    line-height: 2;
    position: absolute;
    text-shadow: 0 0 10px rgba(21, 54, 116, 0.8);
    top: 61%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 486px;
  }
}

/**
 * Sample
 */
.Sample {
  width: 100%;
}

.Sample .Sample__inner {
  padding: 15px 20px;
}

.Sample .Sample__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.Sample .Sample__text {
  font-size: 12px;
  line-height: 2.2;
}

@media print, screen and (min-width: 768px) {
  .Sample .Sample__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px;
    width: 100%;
  }
  .Sample .Sample__title {
    font-size: 30px;
  }
  .Sample .Sample__text {
    color: #112;
    font-size: 15px;
  }
}

body {
  background-color: #fff;
}

/**
 * Splash
 */
.Splash {
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

.Splash .Splash__loading {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loadingLoop;
  animation-name: loadingLoop;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-image: url("../images/loading.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  left: calc(50vw - 15px);
  position: absolute;
  top: calc(50vh - 15px - 80px);
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  width: 30px;
  z-index: 1040;
}

.Splash .Splash__logo {
  height: 77px;
  left: calc(50% - 68px);
  overflow: hidden;
  position: absolute;
  top: calc(50% - 34px - 80px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 136px;
  z-index: 1030;
}

.Splash .Splash__logo img {
  display: block;
  height: auto;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  width: 100%;
}

.Splash .Splash__inner1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1020;
}

.Splash .Splash__inner1 .Splash__background1,
.Splash .Splash__inner1 .Splash__background2 {
  -webkit-animation-delay: 2550ms;
  animation-delay: 2550ms;
}

.Splash .Splash__inner2 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1010;
}

.Splash .Splash__inner2 .Splash__background1,
.Splash .Splash__inner2 .Splash__background2 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}

.Splash .Splash__background1,
.Splash .Splash__background2 {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.Splash .Splash__background1.-blue {
  border-color: transparent #153674 transparent transparent;
}

.Splash .Splash__background1.-white {
  border-color: transparent #ffffff transparent transparent;
}

@media screen and (orientation: portrait) {
  .Splash .Splash__background1 {
    border-width: 0 100vh 100vh 0;
    right: calc(50% - 50vh + 1px);
    top: calc(50% - 50vh);
  }
}

@media screen and (orientation: landscape) {
  .Splash .Splash__background1 {
    border-width: 0 100vw 100vw 0;
    right: calc(50% - 50vw + 1px);
    top: calc(50% - 50vw);
  }
}

.Splash .Splash__background2.-blue {
  border-color: transparent transparent transparent #153674;
}

.Splash .Splash__background2.-white {
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (orientation: portrait) {
  .Splash .Splash__background2 {
    border-width: 100vh 0 0 100vh;
    left: calc(50% - 50vh + 1px);
    top: calc(50% - 50vh);
  }
}

@media screen and (orientation: landscape) {
  .Splash .Splash__background2 {
    border-width: 100vw 0 0 100vw;
    left: calc(50% - 50vw + 1px);
    top: calc(50% - 50vw);
  }
}

.Splash.-start .Splash__loading {
  opacity: 0;
}

.Splash.-start .Splash__logo img {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: splashLogo;
  animation-name: splashLogo;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.Splash.-start .Splash__background1 {
  -webkit-animation-name: splashOpenTop;
  animation-name: splashOpenTop;
}

.Splash.-start .Splash__background2 {
  -webkit-animation-name: splashOpenBottom;
  animation-name: splashOpenBottom;
}

@media print, screen and (min-width: 767px) {
  .Splash .Splash__loading {
    top: calc(50vh - 15px);
  }
  .Splash .Splash__logo {
    height: 113.33px;
    left: calc(50% - 100px);
    position: absolute;
    top: calc(50% - 42px);
    width: 200px;
  }
}

@-webkit-keyframes splashOpenTop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes splashOpenTop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes splashOpenBottom {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes splashOpenBottom {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes splashLogo {
  0% {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  30% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}

@keyframes splashLogo {
  0% {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  30% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}

@-webkit-keyframes loadingLoop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingLoop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * Title1
 */
.Title1 {
  margin-bottom: 20px;
}

.Title1.-white .Title1__en {
  color: #fff;
}

.Title1 .Title1__enWrapper {
  display: block;
  margin: 0 auto 40px;
  text-align: center;
}

.Title1 .Title1__en {
  color: #C08D4E;
  display: inline-block;
  font-family: 'Caudex', serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0;
  overflow: hidden;
  padding: 5px 15px 5px 20px;
  position: relative;
  -webkit-transition: opacity 350ms ease-out;
  transition: opacity 350ms ease-out;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.Title1 .Title1__en:before, .Title1 .Title1__en:after {
  pointer-events: none;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.Title1 .Title1__en:before {
  border-color: transparent #C08D4E transparent transparent;
  border-style: solid;
  border-width: 0 100vw 100vw 0;
  content: '';
  height: 0;
  position: absolute;
  right: calc(0% - 50vw - 20px);
  top: calc(50% - 50vw);
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
  width: 0;
}

.Title1 .Title1__en:after {
  border-color: transparent transparent transparent #C08D4E;
  border-style: solid;
  border-width: 100vw 0 0 100vw;
  content: '';
  height: 0;
  left: calc(0% - 50vw - 20px);
  position: absolute;
  top: calc(50% - 50vw);
  -webkit-transform: translateX(50vw);
  transform: translateX(50vw);
  width: 0;
}

.Title1.-white .Title1__en:before {
  border-color: transparent #fff transparent transparent;
}

.Title1.-white .Title1__en:after {
  border-color: transparent transparent transparent #fff;
}

.Title1 .Title1__jp {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.Title1 .Title1__box.-show .Title1__en {
  opacity: 1;
}

.Title1 .Title1__box.-show .Title1__en:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.Title1 .Title1__box.-show .Title1__en:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media print, screen and (min-width: 768px) {
  .Title1 {
    margin-bottom: 30px;
  }
  .Title1 .Title1__enWrapper {
    margin-bottom: 20px;
  }
  .Title1 .Title1__en {
    font-size: 80px;
    padding: 5px 30px 5px 35px;
  }
  .Title1 .Title1__en:before {
    right: calc(0% - 50vw - 50px);
  }
  .Title1 .Title1__en:after {
    left: calc(0% - 50vw - 50px);
  }
  .Title1 .Title1__jp {
    font-size: 30px;
    line-height: 1;
  }
}

/**
 * Title2
 */
.Title2 {
  margin: 0 0 30px;
  position: relative;
}

.Title2 .Title2__en {
  color: #C08D4E;
  display: block;
  font-family: 'Caudex', serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  opacity: 0;
  text-align: center;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.Title2 .Title2__jp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -20px 0 0;
}

.Title2 .Title2__jp:before, .Title2 .Title2__jp:after {
  border-top: 1px solid #000;
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  width: auto;
}

.Title2 .Title2__jp:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.Title2 .Title2__jp:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.Title2 .Title2__jpText {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14286;
  opacity: 0;
  padding: 0 20px;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.Title2.-show .Title2__en {
  opacity: 0.1;
}

.Title2.-show .Title2__jp:before, .Title2.-show .Title2__jp:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.Title2.-show .Title2__jpText {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .Title2 {
    margin-bottom: 50px;
  }
  .Title2 .Title2__en {
    font-size: 60px;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
  }
  .Title2 .Title2__jp {
    margin-top: -25px;
  }
  .Title2 .Title2__jp:before, .Title2 .Title2__jp:after {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
  }
  .Title2 .Title2__jpText {
    font-size: 22px;
    line-height: 1.36364;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
  }
}

/**
 * Title3
 */
.Title3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  margin-bottom: 27px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .Title3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 65px;
  }
}
