@charset "UTF-8";
/* fonts
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,700");
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&subset=japanese,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap");
@font-face {
  font-family: 'Mincho';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/hannari-sub.eot");
  src: url("../fonts/hannari-sub.eot?#iefix") format("embedded-opentype"), url("../fonts/hannari-sub.woff2") format("woff2"), url("../fonts/hannari-sub.woff") format("woff"), url("../fonts/hannari-sub.ttf") format("truetype");
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lllboj");
  src: url("../fonts/icomoon.eot?lllboj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lllboj") format("truetype"), url("../fonts/icomoon.woff?lllboj") format("woff"), url("../fonts/icomoon.svg?lllboj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-green:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

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

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

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

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 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 {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* 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) {
    position: absolute !important;
    clip: rect(0 0 0 0) !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;
}

ol,
ul {
  list-style: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  position: relative;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  color: #000;
  position: relative;
  overflow: hidden;
  font-family: "EB Garamond", "Mincho", "Hannari", "Sawarabi Mincho", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
}

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

strong {
  font-weight: 700;
}

:-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  height: auto;
}

svg {
  height: auto;
}

span {
  display: inline-block;
}

.menu-trigger {
  display: none;
  cursor: pointer;
  z-index: 100;
}

.menu-trigger,
.menu-trigger span {
  transition: all .2s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  top: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

body {
  min-width: 1120px;
}
body.information, body.flow {
  min-width: inherit;
  background-color: #fff;
}

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: #000;
}
a.box {
  display: inline-block;
  border: solid 1px #45af47;
  position: relative;
  text-align: center;
  color: #45af47;
  letter-spacing: .05em;
}
a.box:hover {
  background-color: #45af47;
  color: #fff;
}
a.box:hover:after {
  right: 3%;
  color: #fff;
}
a.box:after {
  transition: all .3s;
  font-family: 'icomoon';
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #45af47;
}

span.box {
  display: inline-block;
  border: solid 1px #45af47;
  position: relative;
  text-align: center;
  color: #45af47;
  letter-spacing: .05em;
  cursor: pointer;
}
span.box:hover {
  background-color: #45af47;
  color: #fff;
}
span.box:hover:after {
  right: 3%;
  color: #fff;
}
span.box:after {
  transition: all .3s;
  font-family: 'icomoon';
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #45af47;
}

main {
  min-width: 1120px;
}

header {
  transition: all .6s;
  width: 100%;
  min-width: 1120px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0 10px;
  text-align: left;
  z-index: 20000;
  border-bottom: solid 1px #ddd;
}
header.top {
  top: -110%;
}
header.top.on {
  top: 0;
}
header h1 {
  width: 320px;
  position: absolute;
  top: 0;
  left: 3%;
}
header h1 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
header nav {
  position: absolute;
  bottom: 0;
  right: 3%;
}
header nav.active {
  left: 0;
}
header nav > ul {
  width: 100%;
  letter-spacing: -.4em;
}
header nav > ul > li {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 0 35px;
  text-align: center;
  position: relative;
}
header nav > ul > li.sp {
  display: none;
}
header nav > ul > li.sns img {
  width: auto;
  height: 1em;
}
header nav > ul > li.pht {
  text-align: center;
  border: none;
  padding: 20px 0 20px;
}
header nav > ul > li.pht img {
  width: 50%;
}
header nav > ul > li img.spicon {
  height: 1.4em;
  vertical-align: middle;
  margin: 0 .4em 0 0;
}
header nav > ul > li a {
  display: block;
  padding: 0 0 20px;
  position: relative;
}
header nav > ul > li a:after {
  transition: all .3s;
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #45af47;
}
header nav > ul > li a:hover, header nav > ul > li a.active {
  color: #45af47;
}
header nav > ul > li a:hover:after, header nav > ul > li a.active:after {
  width: 100%;
}
header nav > ul > li a:hover span, header nav > ul > li a.active span {
  color: #45af47;
}
header nav > ul > li a span {
  transition: all .3s;
  font-size: .8em;
  display: block;
  color: #999;
}
header nav > ul > li a span.spOnly {
  color: #fff;
  font-size: 1.0em;
}
header nav > ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #45af47;
  border: solid 1px #45af47;
}
header nav > ul > li ul li {
  border-bottom: solid 1px #fff;
}
header nav > ul > li ul li:last-child {
  border: none;
}
header nav > ul > li ul li a {
  white-space: nowrap;
  padding: 10px 15px;
  color: #fff;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}
header nav > ul > li ul li a:hover {
  color: #45af47;
  background-color: #fff;
  text-shadow: 0.1px 0.1px 0.2px #45af47;
}
header nav > ul > li ul li a:hover:after {
  content: none;
}
header ul.sub {
  position: absolute;
  top: 15px;
  right: 3%;
  letter-spacing: -.4em;
}
header ul.sub li {
  letter-spacing: 0em;
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.3em;
}
header ul.sub li.hide {
  visibility: hidden;
}
header ul.sub li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
header ul.sub li a img {
  width: auto;
  height: 1em;
}

aside {
  width: 100%;
}
aside h2 {
  font-size: 2.4em;
  letter-spacing: .05em;
  line-height: 1em;
  border-bottom: solid 2px #45af47;
  position: relative;
  white-space: nowrap;
  text-align: left;
  padding: 0 0 10px;
  margin: 0 auto 60px;
}
aside h2 span {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  font-size: .58em;
  color: #666666;
}
aside ul {
  margin: 0 auto 70px;
}
aside ul li {
  font-size: 1.4em;
  letter-spacing: .05em;
  line-height: 1.76em;
  border-bottom: solid 1px #ddd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
aside ul li a {
  display: block;
  padding: 10px 0 10px 1.2em;
  position: relative;
}
aside ul li a:before {
  transition: all .3s;
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  top: 10px;
  left: 0;
}
aside ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
aside ul li a:hover:before {
  left: 4px;
}

div.wp-pagenavi {
  text-align: left;
  font-size: 1.6em;
  letter-spacing: .05em;
}
div.wp-pagenavi span.pages {
  border: solid 1px #45af47;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 .4em 0 0;
}
div.wp-pagenavi span.current, div.wp-pagenavi span.extend {
  display: inline-block;
  border: solid 1px #45af47;
  background-color: #fff;
  color: #45af47;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 .4em 0 0;
}
div.wp-pagenavi a {
  display: inline-block;
  border: solid 1px #45af47;
  background-color: #45af47;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  margin: 0 .4em 0 0;
}
div.wp-pagenavi a:hover {
  background-color: #fff;
  color: #45af47;
}
div.profiletop {
  width: 100%;
  padding: 0 0 0 22%;
  margin: 0 auto 120px;
}
div.profiletop p {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
}
div.newswrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  letter-spacing: -.4em;
}
div.newswrap main,
div.newswrap aside {
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: top;
}
div.newswrap main {
  width: 72%;
  min-width: initial;
  margin: 0 6% 0 0;
}
div.newswrap aside {
  width: 22%;
}
div.imgarea {
  width: 100%;
  position: relative;
}
div.imgarea.top2 {
  height: 340px;
  margin: 0 auto 80px;
}
div.imgarea.top2 .img1 {
  width: 385px;
  bottom: 80px;
  left: 22.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.imgarea.top2 .img2 {
  width: 454px;
  bottom: 0;
  right: 25.8%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
div.imgarea.top3 {
  height: 560px;
  margin: 0 auto 80px;
}
div.imgarea.top3 .img1 {
  width: 278px;
  top: 0;
  left: 44.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.imgarea.top3 .img2 {
  width: 275px;
  top: 110px;
  left: 15.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.imgarea.top3 .img3 {
  width: 534px;
  bottom: 0;
  right: 0;
}
div.imgarea.lesson1 {
  height: 380px;
  margin: 0 auto 80px;
}
div.imgarea.lesson1 .img1 {
  width: 406px;
  top: 0;
  left: 0;
}
div.imgarea.lesson1 .img2 {
  width: 348px;
  bottom: 0;
  right: 33.33%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
div.imgarea .img {
  position: absolute;
}
div.sp-navi {
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(69, 175, 71, 0.8);
  z-index: 18000;
  display: none;
  padding: 0 0 18px;
}
div.sp-navi ul {
  letter-spacing: -.4em;
}
div.sp-navi ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 1.3em;
  letter-spacing: .02em;
  text-align: center;
  border-right: solid 2px #fff;
}
div.sp-navi ul li:last-child {
  border: none;
}
div.sp-navi ul li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 1.2em 0;
  background-color: #45af47;
}
div.sp-navi ul li a img {
  display: block;
  vertical-align: middle;
  height: 2.4em;
  margin: 0 auto .5em;
}

section.topimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.topimg h1 {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 2.0em;
  line-height: 2.0em;
  white-space: nowrap;
}
section.topimg h1 img {
  margin: 0 auto 35px;
}
section.topimg h1 img.leaf {
  width: 168px;
}
section.topimg h1 img.name {
  width: 334px;
}
section.topimg p {
  position: absolute;
  bottom: 10%;
  left: 22%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.topimg p a {
  display: block;
  padding-top: 40px;
  font-size: 1.2em;
  letter-spacing: .05em;
}
section.topimg p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
section.topimg p span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
section.topimg .bg {
  width: 78%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/top/topimg.jpg) 20% 50% no-repeat;
  background-size: cover;
}
section.mov {
  padding: 150px 4% 50px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
section.mov h2 {
  text-align: center;
  display: inline-block;
  font-size: 3.0em;
  line-height: 1em;
  letter-spacing: .05em;
  padding: 0 0 10px;
  border-bottom: solid 2px #45af47;
  margin: 0 auto 65px;
  position: relative;
}
section.mov p {
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin: 0 auto 75px;
  font-size: 8.0em;
  letter-spacing: .1em;
  line-height: 2.0em;
  z-index: 100;
  position: relative;
}
section.mov p::after {
  font-family: 'FontAwesome';
  content: '\f16a';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FF0C00;
  pointer-events: none;
}
section.mov p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
section.top-bf {
  padding: 50px 4% 100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
section.top-bf h2 {
  text-align: center;
  display: inline-block;
  font-size: 3.0em;
  line-height: 1em;
  letter-spacing: .05em;
  padding: 0 0 10px;
  border-bottom: solid 2px #45af47;
  margin: 0 auto 65px;
  position: relative;
}
section.top-bf p {
  width: 100%;
  max-width: 920px;
  text-align: center;
  margin: 0 auto 75px;
  font-size: 1.6em;
  letter-spacing: .1em;
  line-height: 2.0em;
  z-index: 100;
  position: relative;
}
section.top-bf p.img {
  max-width: 840px;
}
section.copy {
  padding: 0 4% 500px;
  margin: 0 auto 100px;
  text-align: center;
  position: relative;
}
section.copy h2 {
  text-align: center;
  display: inline-block;
  font-size: 3.0em;
  line-height: 1em;
  letter-spacing: .05em;
  padding: 0 0 10px;
  border-bottom: solid 2px #45af47;
  margin: 0 auto 45px;
  position: relative;
}
section.copy h3 {
  text-align: center;
  font-size: 2.4em;
  line-height: 1.7em;
  margin: 0 auto 30px;
}
section.copy p {
  width: 100%;
  max-width: 920px;
  text-align: left;
  margin: 0 auto;
  font-size: 1.6em;
  letter-spacing: .1em;
  line-height: 2.0em;
  z-index: 100;
  position: relative;
}
section.copy p span {
  display: block;
  margin: 0 auto 15px;
}
section.copy div.img {
  position: absolute;
}
section.copy div.img.img1 {
  width: 30%;
  max-width: 400px;
  bottom: 40px;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.copy div.img.img2 {
  width: 32%;
  max-width: 420px;
  bottom: 0;
  right: 20%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
section.copy div.img.img3 {
  width: 28%;
  max-width: 380px;
  bottom: 14%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.block {
  width: 94%;
  max-width: 940px;
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
section.block.left {
  padding: 50px 0 0 120px;
}
section.block.left h2 {
  position: absolute;
  top: 0;
  left: 0;
}
section.block.left.business {
  padding-bottom: 360px;
  margin-bottom: 100px;
}
section.block.left.business .img1 {
  width: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.block.left.business .img2 {
  width: 360px;
  position: absolute;
  bottom: 50px;
  right: 6%;
}
section.block.left.dentist {
  padding-bottom: 360px;
  margin-bottom: 100px;
}
section.block.left.dentist .img1 {
  position: absolute;
  bottom: 50px;
  left: 0;
}
section.block.left.dentist .img2 {
  position: absolute;
  bottom: 20px;
  right: 0;
}
section.block.left.dentist .img3 {
  width: 340px;
  position: absolute;
  bottom: 100px;
  left: 30%;
}
section.block.right {
  padding: 50px 120px 0 0;
}
section.block.right h2 {
  position: absolute;
  top: 0;
  right: 1em;
}
section.block.lesson-top {
  letter-spacing: -.4em;
  padding: 50px 120px 50px 0;
  margin: 0 auto 30px;
}
section.block.lesson-top article {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 5% 40px 0;
  letter-spacing: .05em;
}
section.block.lesson-top article:nth-of-type(2n) {
  margin: 0 auto 40px;
}
section.block.lesson-top article h3 {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  margin: 0 auto 20px;
  text-align: center;
}
section.block.lesson-top article h3 span {
  display: block;
  font-size: 1.875em;
}
section.block.lesson-top article p {
  font-size: 1.5em;
  text-align: left;
  line-height: 2.0em;
}
section.block.lesson-top article p.center {
  text-align: center;
}
section.block.bf {
  padding: 50px 0 50px 120px;
}
section.block.bf.top {
  padding: 50px 0 50px 120px;
  margin: 0 auto 30px;
}
section.block.bf section {
  width: 100%;
  text-align: left;
  margin: 0 auto 55px;
}
section.block.bf section h3 {
  font-size: 1.8em;
  line-height: 1.76em;
  border-bottom: solid 1px #ddd;
  padding: 5px 0.5em;
  margin: 0 auto 10px;
  background-color: rgba(69, 175, 71, 0.08);
}
section.block.bf section > p {
  font-size: 1.6em;
  line-height: 1.76em;
  margin: 0 auto 10px;
}
section.block.bf section ul.beforeafter {
  letter-spacing: -.4em;
  margin: 0 auto 35px;
}
section.block.bf section ul.beforeafter li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  letter-spacing: .05em;
  text-align: center;
  position: relative;
}
section.block.bf section ul.beforeafter li:first-child {
  margin: 0 8% 20px 0;
}
section.block.bf section ul.beforeafter li:nth-child(2) {
  margin: 0 8% 20px 0;
}
section.block.bf section ul.beforeafter li:nth-child(3) {
  margin: 0 8% 20px 0;
}
section.block.bf section ul.beforeafter li:nth-child(4) {
  margin: 0 8% 20px 0;
}
section.block.bf section ul.beforeafter li:last-child {
  width: 100%;
  text-align: left;
  border: solid 1px #45af47;
  padding: 20px 15px;
  margin: 0 auto;
}
section.block.bf section ul.beforeafter li:last-child::after {
  content: '一言コメント';
  position: absolute;
  top: 0;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 25px;
  font-size: 1.5em;
  letter-spacing: .05em;
  background-color: #45af47;
  border: solid 1px #45af47;
  padding: 0 10px;
  color: #fff;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}
section.block.bf section ul.beforeafter li:last-child p {
  font-size: 1.4em;
}
section.block.bf section ul.beforeafter li .img {
  overflow: hidden;
  position: relative;
  height: 250px;
}
section.block.bf section ul.beforeafter li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  letter-spacing: .05em;
  line-height: 2.0em;
}
section.block.bf section article {
  width: 100%;
  padding: 25px;
  border: solid 1px #45af47;
  position: relative;
}
section.block.bf section article h4 {
  position: absolute;
  top: 0;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 25px;
  font-size: 1.5em;
  letter-spacing: .05em;
  background-color: #45af47;
  border: solid 1px #45af47;
  padding: 0 10px;
  color: #fff;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}
section.block.bf section article p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  line-height: 2.0em;
  letter-spacing: .05em;
}
section.block.news article {
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
section.block.news article p {
  font-size: 1.6em;
  letter-spacing: .05em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .6em 0 0;
}
section.block.news article p.date {
  color: #666;
  font-style: italic;
}
section.block.news article p.category {
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
section.block.news article p.category a {
  display: inline-block;
  color: #45af47;
  border: solid 1px #45af47;
  line-height: 22px;
  padding: 0 10px;
  margin: 0 .2em 0 0;
}
section.block.news article p.category a:hover {
  background-color: #45af47;
  color: #fff;
}
section.block.news article h3 {
  font-size: 1.6em;
  line-height: 1.76em;
  margin: 5px auto 0;
}
section.block.news article h3 a {
  display: block;
}
section.block.news article h3 a:hover {
  color: #45af47;
}
section.block.news div.backnumber {
  font-size: 1.4em;
  color: #666;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
section.block.news div.backnumber a {
  font-size: 1.28em;
  display: block;
  border: solid 1px #ddd;
  padding: 10px 5px 34px;
  margin: -.8em .5em 0 0;
  position: relative;
}
section.block.news div.backnumber a:after {
  font-size: .6em;
  transition: all .3s;
  font-family: 'icomoon';
  content: "\e900";
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #000;
}
section.block.news div.backnumber a:hover {
  background-color: #000;
  color: #fff;
}
section.block.news div.backnumber a:hover:after {
  color: #fff;
}
section.block.features {
  padding: 50px 120px 50px 0;
  margin: 0 auto 30px;
}
section.block.features ul.check li {
  font-size: 1.6em;
  line-height: 2.0em;
  letter-spacing: .1em;
}
section.block.lessons section.plan {
  width: 100%;
  padding: 0 0 55px;
  margin: 0 auto 55px;
  border-bottom: solid 1px #ddd;
  text-align: left;
  letter-spacing: -.4em;
}
section.block.lessons section.plan:last-of-type {
  border: none;
}
section.block.lessons section.plan h3 {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  margin: 0 auto 25px;
}
section.block.lessons section.plan h3 span {
  font-size: 1.875em;
  display: block;
}
section.block.lessons section.plan h4 {
  font-size: 2.0em;
  letter-spacing: .05em;
  line-height: 1.6em;
  margin: 30px auto 25px;
}
section.block.lessons section.plan h4 a.box {
  padding: 0.6em 2.5em 0.6em 1.5em;
}
section.block.lessons section.plan h5 {
  font-size: 1.6em;
  line-height: 1.76em;
  letter-spacing: .05em;
  margin: 0 auto 15px;
}
section.block.lessons section.plan p {
  font-size: 1.6em;
  line-height: 2.0em;
  letter-spacing: .05em;
  margin: 0 auto 20px;
}
section.block.lessons section.plan p:last-child {
  margin: 0 auto;
}
section.block.lessons section.plan p.price {
  display: inline-block;
  font-size: 2.4em;
  line-height: 1.6em;
  margin: 0 auto 5px;
  border-bottom: solid 2px #45af47;
}
section.block.lessons section.plan p.price span {
  font-size: .6em;
  margin: 0 -.4em;
}
section.block.lessons section.plan p.price sup {
  font-size: .6em;
  color: #f02844;
}
section.block.lessons section.plan p.time {
  font-size: 1.8em;
  line-height: 1.6em;
  margin: 0 auto 25px;
}
section.block.lessons section.plan p.alert {
  color: #f02844;
}
section.block.lessons section.plan article {
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: top;
  width: 28.75%;
  margin: 0 4.58% 30px 0;
  position: relative;
}
section.block.lessons section.plan article:after {
  content: '';
  position: absolute;
  top: 70px;
  right: -20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #45af47;
  border-right: 1px solid #45af47;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.block.lessons section.plan article:last-of-type:after {
  content: none;
}
section.block.lessons section.plan article div.img {
  max-width: 230px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px;
}
section.block.lessons section.plan article div.img img {
  width: 100%;
  height: auto;
}
section.block.lessons section.plan article p {
  font-size: 1.3em;
  font-weight: 300;
}
section.block.business, section.block.dentist {
  text-align: left;
  padding-bottom: 50px;
}
section.block.business article, section.block.dentist article {
  margin: 0 auto 30px;
}
section.block.business section.case, section.block.dentist section.case {
  margin: 40px auto 60px;
}
section.block.business h3, section.block.dentist h3 {
  display: inline-block;
  text-align: left;
  font-size: 2.4em;
  letter-spacing: .01em;
  line-height: 1.76em;
  border-bottom: solid 2px #45af47;
  margin: 0 auto 30px;
  position: relative;
}
section.block.business h4, section.block.dentist h4 {
  text-align: left;
  font-size: 2.0em;
  letter-spacing: .01em;
  line-height: 1.76em;
  position: relative;
  margin: 0 auto 30px;
}
section.block.business h5, section.block.dentist h5 {
  text-align: left;
  font-size: 1.8em;
  letter-spacing: .01em;
  line-height: 1.76em;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 auto 10px;
}
section.block.business h5:before, section.block.dentist h5:before {
  font-family: 'FontAwesome';
  content: '\f0d0';
  position: absolute;
  top: 0;
  left: 0;
  color: #45af47;
}
section.block.business p, section.block.dentist p {
  text-align: left;
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  margin: 0 auto 25px;
}
section.block.business p:last-child, section.block.dentist p:last-child {
  margin: 0 auto;
}
section.block.business p.title, section.block.dentist p.title {
  font-size: 1.8em;
}
section.block.business ul.alert, section.block.dentist ul.alert {
  margin: 0 auto 60px;
}
section.block.business ul.alert li, section.block.dentist ul.alert li {
  font-size: 1.4em;
  line-height: 2.0em;
  letter-spacing: .05em;
  position: relative;
  padding: 0 0 0 1.2em;
}
section.block.business ul.alert li:before, section.block.dentist ul.alert li:before {
  font-family: 'FontAwesome';
  content: '\f046';
  position: absolute;
  top: 0;
  left: 0;
  color: #45af47;
}
section.block.business ul.tr, section.block.dentist ul.tr {
  width: 100%;
  letter-spacing: -.4em;
}
section.block.business ul.tr.last, section.block.dentist ul.tr.last {
  margin: 0 auto 80px;
}
section.block.business ul.tr li, section.block.dentist ul.tr li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 0 0;
}
section.block.price-access {
  text-align: left;
  padding-bottom: 50px;
}
section.block.price-access:first-of-type {
  padding-bottom: 380px;
  margin: 0 auto 100px;
}
section.block.price-access:first-of-type .img1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 340px;
}
section.block.price-access:first-of-type .img2 {
  position: absolute;
  bottom: 50px;
  right: 5%;
  width: 340px;
}
section.block.price-access article.price {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 0 1% 1em 0;
  border: solid 1px #ddd;
  padding: 2em;
  text-align: center;
}
section.block.price-access h3 {
  display: inline-block;
  text-align: center;
  font-size: 2.3em;
  letter-spacing: .01em;
  line-height: 1.76em;
  border-bottom: solid 2px #45af47;
  margin: 0 auto .6em;
  position: relative;
}
section.block.price-access h3.small {
  letter-spacing: -.07em;
}
section.block.price-access h4 {
  text-align: left;
  font-size: 2.0em;
  letter-spacing: .01em;
  line-height: 1.76em;
  position: relative;
  margin: 0 auto 30px;
}
section.block.price-access h5 {
  text-align: left;
  font-size: 1.8em;
  letter-spacing: .01em;
  line-height: 1.76em;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 auto 10px;
}
section.block.price-access h5:before {
  font-family: 'FontAwesome';
  content: '\f0d0';
  position: absolute;
  top: 0;
  left: 0;
  color: #45af47;
}
section.block.price-access p {
  text-align: left;
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  margin: 0 auto 25px;
}
section.block.price-access p:last-child {
  margin: 0 auto;
}
section.block.price-access p.title {
  font-size: 1.8em;
}
section.block.price-access p.price {
  display: block;
  font-size: 2.4em;
  line-height: 1.6em;
  margin: 0 auto;
  text-align: center;
}
section.block.price-access p.price span {
  font-size: .6em;
  margin: 0 -0.4em;
}
section.block.price-access p.price sup {
  font-size: .6em;
  color: #f02844;
}
section.block.price-access p.time {
  font-size: 1.8em;
  line-height: 1.6em;
  margin: 0 auto 0.2em;
  color: #666;
  text-align: center;
}
section.block.price-access p.note {
  font-size: 1.4em;
  line-height: 1.7em;
  color: #777;
  margin: 0.4em auto 0;
}
section.block.price-access p a {
  text-decoration: underline;
}
section.block.price-access p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
section.block.price-access ul.alert li {
  font-size: 1.4em;
  line-height: 2.0em;
  letter-spacing: .05em;
  position: relative;
  padding: 0 0 0 1.2em;
}
section.block.price-access ul.alert li:before {
  font-family: 'FontAwesome';
  content: '\f046';
  position: absolute;
  top: 0;
  left: 0;
  color: #45af47;
}
section.block.faq article {
  border-bottom: solid 1px #ddd;
  counter-increment: faq;
}
section.block.faq article h3 {
  font-size: 1.8em;
  letter-spacing: .05em;
  line-height: 1.76em;
  text-align: left;
  position: relative;
  padding: 30px 40px 30px 80px;
  cursor: pointer;
}
section.block.faq article h3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
section.block.faq article h3.open:after {
  top: 38px;
  right: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
section.block.faq article h3:before {
  content: "Q" counter(faq) ".";
  font-size: 1.666em;
  color: #45af47;
  position: absolute;
  top: 28px;
  left: 0;
  letter-spacing: .2em;
}
section.block.faq article h3:after {
  content: '';
  position: absolute;
  top: 48%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-left: 1px solid #45af47;
  border-bottom: 1px solid #45af47;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
section.block.faq article p {
  transition: all .2s;
  width: 100%;
  padding: 0 30px 0 80px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  position: relative;
}
section.block.faq article p:before {
  content: 'A';
  color: #f44a6e;
  font-size: 2.85em;
  position: absolute;
  top: 30px;
  left: 24px;
}
section.block.faq article p.slide {
  height: auto;
  padding: 30px 30px 30px 80px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
section.block.site-policy {
  text-align: left;
  padding-bottom: 50px;
}
section.block.site-policy h3 {
  display: inline-block;
  text-align: left;
  font-size: 2.4em;
  letter-spacing: .01em;
  line-height: 1.76em;
  border-bottom: solid 2px #45af47;
  margin: 0 auto 30px;
  position: relative;
}
section.block.site-policy h4 {
  text-align: left;
  font-size: 2.0em;
  letter-spacing: .01em;
  line-height: 1.76em;
  position: relative;
  margin: 0 auto 20px;
}
section.block.site-policy p {
  text-align: left;
  font-size: 1.4em;
  letter-spacing: .05em;
  line-height: 2.0em;
  margin: 0 auto 25px;
}
section.block.site-policy p:last-child {
  margin: 0 auto;
}
section.block.contact {
  max-width: 800px;
}
section.block.contact .inner form > p {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
}
section.block.contact .inner form > p.first {
  text-align: left;
  margin: 0 auto 40px;
}
section.block.contact .inner form > p.first span.red {
  color: #f44a6e;
}
section.block.contact .inner form > p.send {
  font-size: 1.6em;
  margin: 40px auto 0;
}
section.block.contact .inner form > p input,
section.block.contact .inner form > p label {
  display: inline-block;
  width: initial;
  vertical-align: middle;
}
section.block h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.0em;
  letter-spacing: .05em;
  border-right: solid 2px #45af47;
  position: relative;
  white-space: nowrap;
}
section.block h2 span {
  position: absolute;
  top: .2em;
  right: -2em;
  font-size: .46em;
  color: #666666;
}
section.block div.bottom {
  font-size: 2.2em;
}
section.block div.bottom a {
  width: 100%;
  line-height: 58px;
  padding: 0 1em 0 0;
}
section.news-block {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
}
section.news-block h2 {
  font-size: 2.4em;
  letter-spacing: .05em;
  line-height: 1em;
  border-bottom: solid 2px #45af47;
  position: relative;
  white-space: nowrap;
  text-align: left;
  padding: 0 0 10px;
  margin: 0 auto 60px;
}
section.news-block h2.title {
  margin: 0 auto 40px;
}
section.news-block h2 span {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  font-size: .58em;
  color: #666666;
}
section.news-block article {
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
section.news-block article p {
  font-size: 1.6em;
  letter-spacing: .05em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .6em 0 0;
}
section.news-block article p.date {
  color: #666;
  font-style: italic;
}
section.news-block article p.category {
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
section.news-block article p.category:last-child a {
  margin: 0 auto;
}
section.news-block article p.category a {
  display: inline-block;
  color: #45af47;
  border: solid 1px #45af47;
  line-height: 22px;
  padding: 0 10px;
  margin: 0 .2em 0 0;
}
section.news-block article p.category a:hover {
  background-color: #45af47;
  color: #fff;
}
section.news-block article h3 {
  font-size: 1.6em;
  line-height: 1.76em;
  margin: 5px auto 0;
}
section.news-block article h3 a {
  display: block;
}
section.news-block article h3 a:hover {
  color: #45af47;
}
section.headimg {
  width: 100%;
  height: 354px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 100px;
}
section.headimg.lesson-plan h1 img {
  width: 164px;
}
section.headimg.lesson-plan .bg {
  background: url(../img/lesson-plan/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.before-after h1 img {
  width: 200px;
}
section.headimg.before-after .bg {
  background: url(../img/before-after/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.news h1 img {
  width: 88px;
}
section.headimg.news .bg {
  background: url(../img/news/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.faq h1 img {
  width: 94px;
}
section.headimg.faq .bg {
  background: url(../img/faq/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.business h1 img {
  width: 234px;
}
section.headimg.business .bg {
  background: url(../img/training/business/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.dentist h1 img {
  width: 162px;
}
section.headimg.dentist .bg {
  background: url(../img/training/dentist/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.profile {
  height: 584px;
  margin: 0 auto 50px;
}
section.headimg.profile h1 img {
  width: 94px;
}
section.headimg.profile p {
  font-size: 2.0em;
  letter-spacing: .1em;
  line-height: 2.0em;
  position: absolute;
  top: calc(50% + 50px);
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
section.headimg.profile .bg {
  width: 78%;
  background: url(../img/profile/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.site-policy h1 img {
  width: 148px;
}
section.headimg.site-policy .bg {
  background: url(../img/site-policy/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.price-access h1 img {
  width: 202px;
}
section.headimg.price-access .bg {
  background: url(../img/price-access/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg.contact h1 img {
  width: 104px;
}
section.headimg.contact .bg {
  background: url(../img/contact/topimg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
section.headimg h1 {
  font-size: 1.5em;
  letter-spacing: .05em;
  text-align: center;
  position: absolute;
  bottom: -1px;
  right: 3%;
  background-color: #fff;
  padding: 15px 40px;
  line-height: 1em;
  z-index: 100;
}
section.headimg h1 img {
  margin: 0 auto 6px;
}
section.headimg div.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
section.privacy {
  width: 100%;
  height: 200px;
  overflow: auto;
  border: solid 1px #ddd;
  padding: 40px 20px;
  margin: 30px auto;
}
section.privacy h3 {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 20px;
}
section.privacy p {
  margin: 0 auto 20px;
}
section.privacy p:last-child {
  margin: 0 auto;
}
section.privacy table th {
  padding: 5px 10px 0 0;
}
section.information {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 10%;
}
section.information h1 {
  font-size: 2.6em;
  line-height: 1.2em;
  margin: 0 auto 30px;
  letter-spacing: .15em;
  color: #45af47;
}
section.information h1 span {
  display: block;
  font-size: .6em;
  letter-spacing: .05em;
}
section.information article {
  width: 100%;
  padding: 0 0 40px;
  margin: 0 auto 40px;
  border-bottom: dashed 1px #999;
}
section.information article:last-of-type {
  padding: 0;
  margin: 0 auto;
  border: none;
}
section.information article h2 {
  font-size: 2.0em;
  line-height: 1.6em;
  letter-spacing: .1em;
  margin: 0 auto 20px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 5px 0;
}
section.information article p {
  font-size: 1.4em;
  letter-spacing: .15em;
}
section.information article p span {
  line-height: 40px;
  padding: 0 2.5em;
  text-decoration: none;
}
section.information article div.thumb {
  margin: 0 auto 30px;
}
section.flow {
  width: 100%;
  padding: 50px 4%;
  text-align: center;
}
section.flow h1 {
  font-size: 2.4em;
  text-align: center;
  display: inline-block;
  border-bottom: solid 2px #45af47;
  margin: 0 auto 2em;
}
section.flow > h2 {
  font-size: 2.0em;
  line-height: 1.6em;
  margin: 0 auto 2em;
  background-color: #efefef;
}
section.flow ol {
  width: 100%;
}
section.flow ol.alert li {
  text-align: left;
  font-size: 1.4em;
}
section.flow ol.alert li::before {
  content: '※';
}
section.flow ol li {
  font-size: 1.6em;
  line-height: 1.8em;
  padding: 0 0 0 1.2em;
  position: relative;
}
section.flow ol li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
section.flow article {
  width: 100%;
  margin: 0 auto 3em;
  padding: 0 0 3em;
  text-align: left;
  *zoom: 1;
  border-bottom: dotted 1px #ddd;
}
section.flow article:after {
  content: "";
  display: table;
  clear: both;
}
section.flow article:last-of-type {
  border: none;
  margin: 0 auto 4em;
}
section.flow article div.detail {
  float: left;
  width: 62%;
}
section.flow article div.img {
  float: right;
  width: 35%;
}
section.flow article h2, section.flow article h3 {
  font-size: 2.0em;
  margin: 0 auto 1em;
}
section.flow article p {
  font-size: 1.6em;
  line-height: 1.8em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  width: 100%;
}
table tr th, table tr td {
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
table tr th {
  font-weight: 400;
  white-space: nowrap;
  padding: 15px 10px 0 0;
}
table tr th sup {
  color: #f44a6e;
}
table tr td {
  padding: 5px 10px 10px;
}

p.pagetop {
  width: 100%;
  padding: 0 3%;
  text-align: right;
  margin: 150px auto 35px;
}
p.pagetop a {
  display: inline-block;
  width: 54px;
}
p.pagetop a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

ul.check li {
  text-align: left;
  position: relative;
  padding: 0 0 0 1.6em;
}
ul.check li:before {
  font-size: .7em;
  font-family: 'icomoon';
  content: "\e901";
  position: absolute;
  top: 0;
  left: 0;
  color: #45af47;
}
ul.profile {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 75px;
  letter-spacing: -.4em;
}
ul.profile.block1 li:first-child {
  width: 40%;
  margin: 0 6% 0 0;
}
ul.profile.block1 li:last-child {
  width: 54%;
}
ul.profile.block2 li:first-child {
  width: 54%;
  margin: 0 6% 0 0;
}
ul.profile.block2 li:last-child {
  width: 34%;
}
ul.profile.block3 li:first-child {
  width: 45%;
  margin: 0 5% 0 6%;
}
ul.profile.block3 li:last-child {
  width: 42%;
}
ul.profile.block4 li:first-child {
  width: 45%;
  margin: 0 6% 0 0;
}
ul.profile.block4 li:last-child {
  width: 39%;
}
ul.profile li {
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: middle;
}
ul.profile li p {
  text-align: left;
  font-size: 1.6em;
  line-height: 2.0em;
  letter-spacing: .05em;
}
ul.pageNav {
  width: 100%;
  letter-spacing: -.4em;
}
ul.pageNav li {
  display: inline-block;
  width: 33.333%;
  vertical-align: middle;
  font-size: 1.6em;
  letter-spacing: .15em;
}
ul.pageNav li:first-child {
  text-align: left;
}
ul.pageNav li:first-child img {
  vertical-align: middle;
  margin: 0 1em 0 0;
}
ul.pageNav li:nth-child(2) {
  text-align: center;
}
ul.pageNav li:last-child {
  text-align: right;
}
ul.pageNav li:last-child img {
  vertical-align: middle;
  margin: 0 0 0 1em;
}

article.news-article {
  width: 100%;
  margin: 0 auto 80px;
  text-align: right;
  position: relative;
}
article.news-article h2 {
  font-size: 2.4em;
  letter-spacing: .05em;
  line-height: 1.4em;
  border-bottom: solid 2px #45af47;
  position: relative;
  text-align: left;
  padding: 0 0 10px;
  margin: 0 auto 10px;
}
article.news-article h2 span {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  font-size: .58em;
  color: #666666;
}
article.news-article p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  margin: 0 auto 30px;
}
article.news-article p.date {
  display: inline-block;
  color: #666;
  font-style: italic;
  margin: 0 auto 30px;
  font-size: 1.6em;
}
article.news-article p.category {
  display: inline-block;
  font-size: 1.2em;
  margin: 0 .6em 30px 0;
  font-family: "Noto Sans JP", sans-serif;
}
article.news-article p.category a {
  display: inline-block;
  color: #45af47;
  border: solid 1px #45af47;
  line-height: 22px;
  padding: 0 10px;
  text-decoration: none;
  margin: 0 .2em 0 0;
}
article.news-article p.category a:hover {
  background-color: #45af47;
  color: #fff;
}
article.news-article p a {
  color: #45af47;
  text-decoration: underline;
}
article.news-article div {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  margin: 0 auto 30px;
}
article.news-article div p {
  font-size: 100%;
}
article.news-article fieldset {
  padding: 2em;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: .05em;
  line-height: 2.0em;
  margin: 0 auto 30px;
}
article.news-article fieldset p {
  font-size: 100%;
}
article.news-article img.emoji {
  vertical-align: middle;
  margin: 0 .4em 0 0;
  width: 1.2em;
  height: 1.2em;
}

footer {
  width: 94%;
  min-width: 1120px;
  margin: 0 auto;
  border-top: solid 1px #ddd;
}
footer div.top {
  width: 100%;
  padding: 40px 3% 45px;
  letter-spacing: -.4em;
}
footer div.top div {
  display: inline-block;
  letter-spacing: 0em;
  vertical-align: middle;
}
footer div.top div.logo {
  width: 24.5%;
}
footer div.top div.logo a {
  width: 75%;
  display: inline-block;
}
footer div.top div.logo a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
footer div.top div.main-menu {
  width: 34.5%;
}
footer div.top div.lesson-plan {
  width: 41%;
}
footer div.top div h3 {
  font-size: 1.4em;
  letter-spacing: .05em;
  margin: 0 auto 20px;
}
footer div.top div ul {
  letter-spacing: -.4em;
}
footer div.top div ul li {
  display: inline-block;
  width: 50%;
  font-size: 1.4em;
  letter-spacing: .05em;
}
footer div.top div ul li:nth-child(2n-1) {
  width: 48%;
}
footer div.top div ul li:nth-child(2n) {
  width: 52%;
}
footer div.top div ul li a {
  display: block;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 1em;
}
footer div.top div ul li a:before {
  transition: all .3s;
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer div.top div ul li a:hover {
  color: #45af47;
}
footer div.top div ul li a:hover:before {
  left: 3px;
}
footer div.bottom {
  height: 60px;
  border-top: solid 1px #ddd;
  position: relative;
}
footer div.bottom p {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2em;
  letter-spacing: .05em;
  line-height: 1em;
}
footer div.bottom p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
footer div.bottom ul {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: -.4em;
}
footer div.bottom ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1.7em;
  letter-spacing: .05em;
  margin: 0 0 0 15px;
}
footer div.bottom ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
}
footer div.bottom ul li a:before {
  transition: all .3s;
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer div.bottom ul li a:hover {
  color: #45af47;
}
footer div.bottom ul li a:hover:before {
  left: 3px;
}

.spOnly {
  display: none !important;
}

.pcOnly {
  display: inline-block !important;
}

.rl-font {
  font-family: 'EB Garamond', 'Hannari', 'Sawarabi Mincho', Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo, sans-serif;
}

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

.fancybox-slide--iframe .fancybox-content {
  width: 90%;
  height: 65%;
  max-width: 820px;
  max-height: 640px;
  margin: 0;
}

input[type="submit"],
button.form {
  transition: all .3s;
  display: block;
  line-height: 50px;
  letter-spacing: .05em;
  text-align: center;
  border: solid 1px #000;
  position: relative;
  max-width: 300px;
  min-width: 300px;
  margin: 0 auto;
  text-shadow: 0px 0px 0px #fff;
}
input[type="submit"]:hover,
button.form:hover {
  background-color: #000;
  color: #fff;
  text-shadow: 0.1px 0.1px 0.2px #fff;
}
input[type="submit"]:hover:after,
button.form:hover:after {
  right: 3%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
input[type="submit"]:after,
button.form:after {
  transition: all .3s;
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 8px 10px;
  background-color: #fff;
  border: solid 1px #ddd;
}
input[type="text"].short,
input[type="tel"].short,
input[type="email"].short,
textarea.short {
  display: inline-block;
  max-width: 110px;
  margin: 0 0.5em 0 0;
}

input[type="radio"] {
  display: inline-block;
  margin: 0 0.5em 0 25px;
}
input[type="radio"]:first-of-type {
  margin: -.5em 0.5em 0 0;
}

label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: .5em 0;
}
label input[type="radio"] {
  margin: -.5em .4em 0 0;
}

label.selectbox {
  display: block;
  width: 100%;
  max-width: 300px;
  position: relative;
}
label.selectbox.half {
  display: inline-block;
  width: 49%;
}
label.selectbox select {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: solid 1px #999999;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
  text-align: left;
}
label.selectbox:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 32000;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

#loader.fadeout {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.loader {
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2em 0 0 -2em;
  text-indent: -9999em;
  border-top: 0.1em solid rgba(0, 0, 0, 0.3);
  border-right: 0.1em solid rgba(0, 0, 0, 0.3);
  border-bottom: 0.1em solid rgba(0, 0, 0, 0.3);
  border-left: 0.1em solid rgba(0, 0, 0, 0.1);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@media only screen and (max-width: 1280px) {
  header nav > ul > li {
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0 0 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  .menu-trigger {
    display: block;
    z-index: 30000;
  }

  body {
    min-width: initial;
  }

  main {
    min-width: initial;
  }

  header {
    height: 70px;
    min-width: initial;
  }
  header.top {
    top: 0;
  }
  header h1 {
    width: 200px;
  }
  header nav {
    transition: all .3s;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #45af47;
    z-index: 19000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 70px 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding: 10px 0 0;
  }
  header nav > ul {
    text-align: center;
    padding: 0 0 180px;
  }
  header nav > ul > li {
    font-size: 1.8em;
    display: block;
    margin: 0 auto;
    border-bottom: solid 1px #fff;
  }
  header nav > ul > li.sp {
    display: block;
  }
  header nav > ul > li.sns {
    border: none;
    display: inline-block !important;
    margin: 0 .6em;
  }
  header nav > ul > li a {
    padding: 12px 0;
    color: #fff;
  }
  header nav > ul > li a:after {
    background-color: #fff;
  }
  header nav > ul > li a:hover, header nav > ul > li a.active {
    color: #fff;
  }
  header nav > ul > li a:hover:after, header nav > ul > li a.active:after {
    width: 0;
  }
  header nav > ul > li a:hover span, header nav > ul > li a.active span {
    color: #fff;
  }
  header nav > ul > li a span {
    display: none;
  }
  header nav > ul > li ul {
    display: block;
    position: relative;
    top: 0;
    top: auto;
    left: 0;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header nav > ul > li ul li {
    border: none;
    font-size: .8em;
    display: inline-block;
    width: 70%;
    margin: 0 auto 10px;
  }
  header nav > ul > li ul li a {
    border: solid 1px #fff;
    text-shadow: 0px 0px 0px #fff;
    padding: 8px 0;
  }
  header ul.sub {
    display: none;
  }

  aside h2 {
    font-size: 2.0em;
    margin: 0 auto 40px;
  }
  aside h2 span {
    font-size: .7em;
  }
  aside ul {
    margin: 0 auto 40px;
  }
  aside ul li {
    font-size: 1.4em;
  }
  aside ul li a {
    padding: 6px 0 6px 1.2em;
  }
  aside ul li a:before {
    top: 8px;
  }

  div.profiletop {
    padding: 0 4%;
    margin: 0 auto 60px;
  }
  div.profiletop p {
    font-size: 1.4em;
  }
  div.newswrap {
    padding: 0 4%;
  }
  div.newswrap main {
    width: 100%;
    margin: 0 auto 40px;
  }
  div.newswrap aside {
    width: 100%;
    margin: 0 auto;
  }
  div.imgarea.top2 {
    height: initial;
    margin: 0 auto 40px;
  }
  div.imgarea.top2 .img {
    height: 220px;
    overflow: hidden;
  }
  div.imgarea.top2 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  div.imgarea.top2 .img1 {
    width: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto 10px;
  }
  div.imgarea.top2 .img2 {
    width: 100%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  div.imgarea.top3 {
    height: initial;
    margin: 0 auto 40px;
  }
  div.imgarea.top3 .img {
    height: 220px;
    overflow: hidden;
  }
  div.imgarea.top3 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  div.imgarea.top3 .img1 {
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto 10px;
  }
  div.imgarea.top3 .img2 {
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto 10px;
  }
  div.imgarea.top3 .img3 {
    width: 100%;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
  div.imgarea.lesson1 {
    height: initial;
    margin: 0 auto 40px;
  }
  div.imgarea.lesson1 .img1 {
    top: auto;
    left: auto;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin: 0 auto 10px;
  }
  div.imgarea.lesson1 .img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  div.imgarea.lesson1 .img2 {
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin: 0 auto 10px;
  }
  div.imgarea.lesson1 .img2 img {
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    height: 100%;
  }
  div.imgarea .img {
    position: relative;
  }
  div.sp-navi {
    display: block;
  }
  div.sp-navi.top, div.sp-navi.contact {
    display: none;
  }

  section.topimg {
    margin: 70px auto 0;
  }
  section.topimg h1 {
    top: 46%;
    left: 0;
    -webkit-transform: translate(0%, -60px);
    transform: translate(0%, -60px);
    font-size: 1.6em;
    width: 100%;
    text-align: center;
  }
  section.topimg h1 img {
    margin: 0 auto 15px;
  }
  section.topimg h1 img.leaf {
    width: 120px;
  }
  section.topimg h1 img.name {
    width: 220px;
  }
  section.topimg p {
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.topimg .bg {
    width: 100%;
    height: 46%;
    background: url(../img/top/topimg.jpg) 30% 50% no-repeat;
    background-size: cover;
  }
  section.mov {
    padding: 60px 4% 20px;
  }
  section.mov h2 {
    font-size: 2.0em;
    padding: 0 0 10px;
    margin: 0 auto 40px;
  }
  section.top-bf {
    padding: 30px 4% 30px;
  }
  section.top-bf h2 {
    font-size: 2.0em;
    padding: 0 0 10px;
    margin: 0 auto 40px;
  }
  section.top-bf p {
    font-size: 1.4em;
    letter-spacing: .05em;
    margin: 0 auto 40px;
  }
  section.top-bf p.img {
    max-width: 100%;
  }
  section.copy {
    padding: 40px 4% 40px;
    margin: 0 auto;
  }
  section.copy h2 {
    font-size: 2.0em;
    padding: 0 0 10px;
    margin: 0 auto 40px;
  }
  section.copy h3 {
    font-size: 1.8em;
  }
  section.copy p {
    font-size: 1.4em;
    margin: 0 auto 20px;
  }
  section.copy div.img {
    position: relative;
    margin: 0 auto 10px;
    overflow: hidden;
    height: 220px;
  }
  section.copy div.img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.copy div.img.img1 {
    width: 100%;
    bottom: 0;
    left: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  section.copy div.img.img2 {
    width: 100%;
    bottom: 0;
    right: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  section.copy div.img.img3 {
    width: 100%;
    bottom: 0;
    left: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  section.block {
    padding: 30px 0;
  }
  section.block.left {
    padding: 30px 0;
  }
  section.block.left h2 {
    position: relative;
    top: auto;
    left: auto;
  }
  section.block.left.business {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  section.block.left.business .img1 {
    width: 100%;
    height: 220px;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px auto;
  }
  section.block.left.business .img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.block.left.business .img2 {
    width: 100%;
    height: 220px;
    position: relative;
    bottom: auto;
    right: auto;
  }
  section.block.left.business .img2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.block.left.dentist {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  section.block.left.dentist .img1 {
    width: 100%;
    height: 220px;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px auto;
  }
  section.block.left.dentist .img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.block.left.dentist .img2 {
    width: 100%;
    height: 220px;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto;
  }
  section.block.left.dentist .img2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.block.left.dentist .img3 {
    width: 100%;
    height: 220px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  section.block.left.dentist .img3 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.block.right {
    padding: 30px 0;
  }
  section.block.right h2 {
    position: relative;
    top: auto;
    right: auto;
  }
  section.block.lesson-top {
    padding: 30px 0;
  }
  section.block.lesson-top article {
    width: 100%;
    margin: 0 auto 30px;
  }
  section.block.lesson-top article:nth-of-type(2n) {
    margin: 0 auto 30px;
  }
  section.block.lesson-top article h3 {
    font-size: 1.4em;
    margin: 0 auto 15px;
  }
  section.block.lesson-top article h3 span {
    font-size: 1.6em;
  }
  section.block.lesson-top article p {
    font-size: 1.4em;
  }
  section.block.bf {
    padding: 30px 0;
  }
  section.block.bf.top {
    padding: 30px 0;
  }
  section.block.bf section h3 {
    font-size: 1.6em;
  }
  section.block.bf section > p {
    font-size: 1.4em;
  }
  section.block.bf section ul.beforeafter li:first-child {
    width: 48%;
    margin: 0 4% 15px 0;
  }
  section.block.bf section ul.beforeafter li:nth-child(2) {
    width: 48%;
    margin: 0 auto 15px;
  }
  section.block.bf section ul.beforeafter li:nth-child(3) {
    width: 48%;
    margin: 0 4% 15px 0;
  }
  section.block.bf section ul.beforeafter li:nth-child(4) {
    width: 48%;
    margin: 0 auto 15px;
  }
  section.block.bf section ul.beforeafter li:last-child {
    width: 100%;
    height: initial;
    margin: 30px auto 0;
  }
  section.block.bf section ul.beforeafter li:last-child::after {
    font-size: 1.4em;
  }
  section.block.bf section ul.beforeafter li:last-child p {
    font-size: 1.3em;
  }
  section.block.bf section ul.beforeafter li .img {
    height: 200px;
  }
  section.block.bf section ul.beforeafter li p {
    font-size: 1.3em;
  }
  section.block.bf section article {
    padding: 15px;
  }
  section.block.bf section article h4 {
    font-size: 1.4em;
  }
  section.block.news {
    padding: 50px 0 80px;
  }
  section.block.news article p {
    font-size: 1.4em;
  }
  section.block.news article p.category {
    font-size: 1.1em;
  }
  section.block.news article h3 {
    font-size: 1.4em;
  }
  section.block.news div.backnumber {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-td;
    writing-mode: horizontal-tb;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px auto 0;
  }
  section.block.news div.backnumber a {
    padding: 10px 30px 10px 10px;
    margin: 5px auto 0;
  }
  section.block.news div.backnumber a:after {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 50%;
    right: 4%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  section.block.features {
    padding: 30px 0;
    margin: 0 auto;
  }
  section.block.features ul.check li {
    font-size: 1.4em;
  }
  section.block.lessons section.plan {
    padding: 0 0 30px;
    margin: 0 auto 30px;
    text-align: center;
  }
  section.block.lessons section.plan h3 {
    font-size: 1.4em;
    margin: 0 auto 15px;
  }
  section.block.lessons section.plan h3 span {
    font-size: 1.6em;
  }
  section.block.lessons section.plan h4 {
    font-size: 1.6em;
    margin: 20px auto 15px;
  }
  section.block.lessons section.plan h5 {
    font-size: 1.4em;
    margin: 0 auto 10px;
  }
  section.block.lessons section.plan p {
    font-size: 1.4em;
    text-align: left;
  }
  section.block.lessons section.plan p.price {
    font-size: 2.0em;
    text-align: center;
  }
  section.block.lessons section.plan p.time {
    font-size: 1.6em;
    margin: 0 auto 15px;
    text-align: center;
  }
  section.block.lessons section.plan article {
    width: 40%;
    margin: 0 10% 20px 0;
  }
  section.block.lessons section.plan article div.img {
    height: 120px;
  }
  section.block.lessons section.plan article div.img img {
    width: initial;
    width: auto;
    height: 100%;
  }
  section.block.business, section.block.dentist {
    text-align: center;
    padding-bottom: 30px;
  }
  section.block.business article, section.block.dentist article {
    margin: 0 auto 20px;
  }
  section.block.business section.case, section.block.dentist section.case {
    margin: 20px auto 30px;
  }
  section.block.business h3, section.block.dentist h3 {
    font-size: 1.8em;
    margin: 0 auto 20px;
  }
  section.block.business h4, section.block.dentist h4 {
    font-size: 1.6em;
    margin: 0 auto 20px;
  }
  section.block.business h5, section.block.dentist h5 {
    font-size: 1.4em;
  }
  section.block.business p, section.block.dentist p {
    font-size: 1.4em;
  }
  section.block.business p.title, section.block.dentist p.title {
    font-size: 1.6em;
  }
  section.block.business ul.alert, section.block.dentist ul.alert {
    margin: 0 auto 30px;
  }
  section.block.business ul.alert li, section.block.dentist ul.alert li {
    font-size: 1.2em;
    text-align: left;
  }
  section.block.business ul.tr.last, section.block.dentist ul.tr.last {
    margin: 0 auto 60px;
  }
  section.block.business ul.tr li, section.block.dentist ul.tr li {
    width: 100%;
    margin: 0 auto 15px;
  }
  section.block.business ul.tr li:last-child, section.block.dentist ul.tr li:last-child {
    margin: 0 auto;
  }
  section.block.price-access {
    text-align: center;
    padding-bottom: 30px;
  }
  section.block.price-access:first-of-type {
    padding-bottom: 0px;
    margin: 0 auto 60px;
  }
  section.block.price-access:first-of-type .img1 {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    height: 220px;
    overflow: hidden;
    margin: 30px auto 10px;
  }
  section.block.price-access:first-of-type .img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.block.price-access:first-of-type .img2 {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    height: 220px;
    overflow: hidden;
    margin: 0 auto;
  }
  section.block.price-access:first-of-type .img2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.block.price-access article.price {
    width: 100%;
    margin: 0 auto 1em;
  }
  section.block.price-access h3 {
    font-size: 1.8em;
  }
  section.block.price-access h3.small {
    letter-spacing: .01em;
  }
  section.block.price-access h4 {
    font-size: 1.6em;
    margin: 0 auto 20px;
  }
  section.block.price-access h5 {
    font-size: 1.4em;
  }
  section.block.price-access p {
    font-size: 1.4em;
  }
  section.block.price-access p.title {
    font-size: 1.6em;
  }
  section.block.price-access p.price {
    font-size: 2.0em;
    text-align: center;
  }
  section.block.price-access p.time {
    font-size: 1.6em;
  }
  section.block.price-access ul.alert li {
    font-size: 1.2em;
    text-align: left;
  }
  section.block.faq article h3 {
    font-size: 1.5em;
    padding: 15px 30px 15px 60px;
  }
  section.block.faq article h3.open:after {
    top: 32px;
  }
  section.block.faq article h3:before {
    top: 15px;
    font-size: 1.4em;
  }
  section.block.faq article h3:after {
    top: 26px;
  }
  section.block.faq article p {
    font-size: 1.4em;
    padding: 0 20px 0 60px;
  }
  section.block.faq article p:before {
    top: 20px;
    left: 18px;
  }
  section.block.faq article p.slide {
    padding: 20px 20px 20px 60px;
  }
  section.block.site-policy {
    text-align: center;
  }
  section.block.site-policy h3 {
    font-size: 2.0em;
  }
  section.block.site-policy h4 {
    font-size: 1.8em;
    margin: 0 auto 15px;
  }
  section.block.site-policy p {
    font-size: 1.2em;
  }
  section.block.contact .inner form > p {
    font-size: 1.4em;
  }
  section.block.contact .inner form > p.first {
    margin: 0 auto 20px;
  }
  section.block h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-td;
    writing-mode: horizontal-tb;
    font-size: 2.0em;
    border-right: none;
    border-bottom: solid 2px #45af47;
    text-align: left;
    display: inline-block;
    margin: 0 auto 60px;
  }
  section.block h2 span {
    position: absolute;
    top: calc(100% + 8px);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: .7em;
  }
  section.block div.bottom {
    font-size: 1.6em;
  }
  section.news-block h2 {
    font-size: 1.8em;
    padding: 0 0 10px;
    margin: 0 auto 40px;
  }
  section.news-block h2 span {
    font-size: .7em;
  }
  section.news-block article p {
    font-size: 1.4em;
  }
  section.news-block article p.category {
    font-size: 1.1em;
  }
  section.news-block article p.category a {
    line-height: 20px;
    padding: 0 5px;
  }
  section.news-block article h3 {
    font-size: 1.4em;
  }
  section.headimg {
    height: 240px;
    overflow: visible;
    margin: 0 auto 50px;
  }
  section.headimg.lesson-plan .bg {
    background: url(../img/lesson-plan/topimg.jpg) 30% 50% no-repeat;
    background-size: cover;
  }
  section.headimg.before-after .bg {
    background: url(../img/before-after/topimg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  section.headimg.profile {
    height: 240px;
    margin: 0 auto 180px;
  }
  section.headimg.profile p {
    top: calc(100% + 100px);
    left: 50%;
    font-size: 1.6em;
    white-space: nowrap;
  }
  section.headimg.profile .bg {
    width: 100%;
  }
  section.headimg.contact .bg {
    background: url(../img/contact/topimg.jpg) 20% 50% no-repeat;
    background-size: cover;
  }
  section.headimg h1 {
    bottom: auto;
    right: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  section.privacy {
    padding: 30px 15px;
  }
  section.privacy h3 {
    font-size: 1.4em;
  }
  section.information {
    padding: 30px 5% 60px;
  }
  section.information h1 {
    font-size: 2.0em;
    margin: 0 auto 20px;
  }
  section.information article {
    padding: 0 0 30px;
    margin: 0 auto 30px;
  }
  section.information article h2 {
    font-size: 1.6em;
    text-align: left;
  }
  section.information article h2 br {
    display: none;
    margin: 0 auto 15px;
  }
  section.flow h1 {
    font-size: 2.0em;
  }
  section.flow > h2 {
    font-size: 1.8em;
  }
  section.flow ol li {
    font-size: 1.4em;
  }
  section.flow article div.detail {
    float: none;
    width: 100%;
    margin: 0 auto 2em;
  }
  section.flow article div.img {
    float: none;
    width: 100%;
  }
  section.flow article div.img .slider div {
    margin: 0 auto 1em;
  }
  section.flow article div.img .slider div:last-child {
    margin: 0 auto;
  }
  section.flow article h2, section.flow article h3 {
    font-size: 1.8em;
    text-align: center;
  }
  section.flow article p {
    font-size: 1.4em;
  }

  table tr th, table tr td {
    display: block;
    font-size: 1.4em;
  }
  table tr td {
    padding: 5px 0 10px;
  }

  p.pagetop {
    margin: 80px auto 20px;
  }

  ul.profile {
    margin: 0 auto 40px;
    padding: 0 4%;
  }
  ul.profile.block1 li:first-child {
    width: 100%;
    margin: 0 auto 20px;
  }
  ul.profile.block1 li:last-child {
    width: 100%;
  }
  ul.profile.block2 li:first-child {
    width: 100%;
    margin: 0 auto 20px;
  }
  ul.profile.block2 li:last-child {
    width: 100%;
  }
  ul.profile.block3 li:first-child {
    width: 100%;
    margin: 0 auto 20px;
  }
  ul.profile.block3 li:last-child {
    width: 100%;
  }
  ul.profile.block4 li:first-child {
    width: 100%;
    margin: 0 auto 20px;
  }
  ul.profile.block4 li:last-child {
    width: 100%;
  }
  ul.profile li p {
    font-size: 1.4em;
  }
  ul.pageNav li {
    font-size: 1.2em;
  }

  article.news-article {
    margin: 0 auto 40px;
  }
  article.news-article h2 {
    font-size: 1.8em;
    padding: 0 0 5px;
  }
  article.news-article p {
    font-size: 1.4em;
  }
  article.news-article p.date {
    font-size: 1.4em;
  }
  article.news-article p.category {
    font-size: 1.1em;
  }
  article.news-article div {
    font-size: 1.4em;
  }
  article.news-article fieldset {
    font-size: 1.4em;
  }

  footer {
    min-width: initial;
    padding: 0 0 110px;
  }
  footer div.top {
    display: none;
  }
  footer div.bottom {
    height: initial;
    border: none;
    text-align: right;
    padding: 20px 0;
  }
  footer div.bottom p {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    line-height: 1.76em;
  }
  footer div.bottom ul {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  footer div.bottom ul li {
    margin: 0 auto;
    display: block;
  }
  footer div.bottom ul li a {
    display: inline-block;
  }

  .spOnly {
    display: inline-block !important;
  }

  .pcOnly {
    display: none !important;
  }

  .rl-font {
    font-family: 'EB Garamond', 'Mincho', 'Hannari', 'Sawarabi Mincho', Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo, sans-serif;
  }

  .fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    height: 96% !important;
  }

  .fancybox-slide {
    padding: 30px 20px;
  }

  input[type="submit"],
  button.form {
    max-width: 100%;
    min-width: 100%;
  }

  label.selectbox {
    background-color: #fff;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  header nav > ul > li {
    font-size: 1.6em;
  }

  div.sp-navi ul li {
    font-size: 1.2em;
    letter-spacing: 0em;
  }

  section.topimg h1 {
    top: 42%;
    font-size: 1.5em;
  }
  section.topimg h1 img {
    margin: 0 auto 10px;
  }
  section.topimg h1 img.leaf {
    width: 100px;
  }
  section.topimg h1 img.name {
    width: 200px;
  }
  section.topimg .bg {
    height: 40%;
  }
}
