@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*----------------------
        reset
----------------------*/
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }

/*----------------------
      base
----------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans JP',"游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica,Arial, sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.8;
  font-size: 17px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.07em;
  opacity: 0; }
  @media screen and (max-width: 512px) {
    body {
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 320px) {
    body {
      letter-spacing: 0; } }

p {
  color: #333;
  font-weight: 400;
  margin: 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    p {
      font-size: 15px; } }
  @media screen and (max-width: 512px) {
    p {
      font-size: 13px;
      letter-spacing: 0.05em; } }

li, dt, dd {
  color: #333; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    li, dt, dd {
      font-size: 15px; } }
  @media screen and (max-width: 512px) {
    li, dt, dd {
      font-size: 13px; } }

td {
  color: #333;
  font-weight: 500; }

a {
  text-decoration: none;
  color: #333;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0; }

a:focus {
  outline: none; }

address {
  font-style: normal; }

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  position: relative;
  top: 0.05em; }

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
  position: relative;
  top: 0.05em; }

input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
  position: relative;
  top: 0.05em; }

input[type="text"]::placeholder, textarea::placeholder {
  color: #aaa;
  position: relative;
  top: 0.05em; }
  @media screen and (max-width: 512px) {
    input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
      top: 0;
      font-size: 14px; }
    input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
      top: 0;
      font-size: 14px; }
    input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
      top: 0;
      font-size: 14px; }
    input[type="text"]::placeholder, textarea::placeholder {
      top: 0;
      font-size: 14px; } }

input[type="search"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

label, select {
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }
  @media screen and (max-width: 512px) {
    label, select {
      font-size: 13px; } }

h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0; }

strong {
  font-weight: bold; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

/*----------------------
				layout
----------------------*/
.l-header {
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 768px) {
    .l-header {
      background: #ffffff; } }

.l-sec-1, .l-sec-2_line, .l-sec-2_bg, .l-sec-2_bottom {
  position: relative;
  padding: 80px 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-sec-1, .l-sec-2_line, .l-sec-2_bg, .l-sec-2_bottom {
      padding: 20px 0; } }
  @media screen and (max-width: 512px) {
    .l-sec-1, .l-sec-2_line, .l-sec-2_bg, .l-sec-2_bottom {
      padding: 15px 0; } }
  .l-sec-1_line {
    border-bottom: 1px solid #ccc; }
  .l-sec-1_bg {
    background-color: #f9f9f9; }

.l-sec-2, .l-sec-1_line, .l-sec-1_bg {
  position: relative; }
  .l-sec-2_line {
    border-bottom: 1px solid #ccc; }
  .l-sec-2_bg {
    background-color: #f9f9f9; }
  .l-sec-2_bottom {
    padding: 0 0 80px 0; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .l-sec-2_bottom {
        padding: 0 0 20px 0; } }
    @media screen and (max-width: 512px) {
      .l-sec-2_bottom {
        padding: 0 0 15px 0; } }

.l-sec-3, .l-sec-3_line, .l-sec-3_bg {
  position: relative;
  padding: 30px 0 80px 0; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-sec-3, .l-sec-3_line, .l-sec-3_bg {
      padding: 20px 0 20px 0; } }
  @media screen and (max-width: 512px) {
    .l-sec-3, .l-sec-3_line, .l-sec-3_bg {
      padding: 10px 0 15px 0; } }
  .l-sec-3_line {
    border-bottom: 1px solid #ccc; }
  .l-sec-3_bg {
    background-color: #f9f9f9; }

.l-colset-1 {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-colset-1 {
      width: auto;
      max-width: 1400px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .l-colset-1 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .l-colset-1 {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .l-colset-1 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 320px) {
    .l-colset-1 {
      padding-left: 10px;
      padding-right: 10px; } }
  .l-colset-1_top {
    position: relative;
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (min-width: 769px) {
      .l-colset-1_top {
        width: auto;
        max-width: 1400px; } }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .l-colset-1_top {
        width: auto;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 512px) {
      .l-colset-1_top {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; } }

.l-colset-2 {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-colset-2 {
      width: auto;
      max-width: 1100px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .l-colset-2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .l-colset-2 {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .l-colset-2 .l-col-2_left {
    width: 50%;
    float: left;
    position: static; }
    @media screen and (max-width: 768px) {
      .l-colset-2 .l-col-2_left {
        float: none;
        width: auto; } }
  .l-colset-2 .l-col-2_right {
    width: 50%;
    float: right;
    position: static; }
    @media screen and (max-width: 768px) {
      .l-colset-2 .l-col-2_right {
        float: none;
        width: auto; } }
  .l-colset-2_2 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
    @media screen and (min-width: 769px) {
      .l-colset-2_2 {
        width: auto;
        max-width: 1100px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .l-colset-2_2 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .l-colset-2_2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .l-colset-2_2 .l-col-2_left {
      width: 48%;
      float: left;
      position: static; }
      @media screen and (max-width: 768px) {
        .l-colset-2_2 .l-col-2_left {
          float: none;
          width: auto; } }
    .l-colset-2_2 .l-col-2_right {
      width: 48%;
      float: right;
      position: static; }
      @media screen and (max-width: 768px) {
        .l-colset-2_2 .l-col-2_right {
          float: none;
          width: auto; } }

.l-colset-3 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-colset-3 {
      width: auto;
      max-width: 1000px; } }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .l-colset-3 {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .l-colset-3 {
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 376px) {
    .l-colset-3 {
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }

.l-col-1 {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-col-1 {
      width: auto;
      max-width: 1400px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .l-col-1 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .l-col-1 {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .l-col-1 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 320px) {
    .l-col-1 {
      padding-left: 10px;
      padding-right: 10px; } }

.l-col-2_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .l-col-2_inner {
      margin: 0;
      display: block; } }

.l-col-2_main {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 768px) {
    .l-col-2_main {
      width: auto;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 512px) {
    .l-col-2_main {
      margin-left: 15px;
      margin-right: 15px; } }

.l-col-2_side {
  width: 24%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .l-col-2_side {
      width: 100%;
      padding: 50px 20px 60px; } }
  @media screen and (max-width: 512px) {
    .l-col-2_side {
      padding: 40px 15px 50px; } }

.l-col-2_left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (max-width: 768px) {
    .l-col-2_left {
      width: auto;
      position: static;
      float: none; } }

.l-col-2_right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (max-width: 768px) {
    .l-col-2_right {
      width: auto;
      position: static;
      float: none; } }

.l-box, .l-box_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-box, .l-box_bg {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .l-box_bg {
    background: #eae5dc;
    max-width: 1100px; }
  .l-box-inner {
    display: table-cell;
    vertical-align: middle; }
  .l-box-image img {
    width: 100%; }
  .l-box-content {
    padding: 0 50px; }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .l-box-content {
        max-width: 300px;
        padding: 0 40px; } }
    @media screen and (max-width: 768px) {
      .l-box-content {
        padding: 40px 20px 0;
        text-align: center; } }
    @media screen and (max-width: 512px) {
      .l-box-content {
        padding: 20px 15px 0; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      .l-box-content .title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 512px) {
      .l-box-content .title {
        margin-bottom: 15px; } }
    .l-box-content .btn {
      margin-top: 50px; }
      @media screen and (max-width: 1000px) {
        .l-box-content .btn {
          margin-top: 30px; } }
    @media screen and (min-width: 1001px) {
      .l-box-content p {
        line-height: 2.2; } }
    @media screen and (max-width: 512px) {
      .l-box-content p {
        text-align: justify; } }
    @media screen and (max-width: 1300px) {
      .l-box-content br {
        display: none; } }
    .l-box-content-inner {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 1300px) {
        .l-box-content-inner {
          width: calc(50vw - 80px); }
          .l-box-content-inner br {
            display: none; } }

.l-leftBox {
  width: 50%; }
  @media screen and (max-width: 1000px) {
    .l-leftBox {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .l-leftBox {
      width: 100%;
      padding: 0; } }

.l-rightBox {
  width: 50%; }
  @media screen and (max-width: 1000px) {
    .l-rightBox {
      width: auto; } }
  @media screen and (max-width: 768px) {
    .l-rightBox {
      width: 100%;
      padding: 0; } }
  .l-rightBox.bg {
    background: #eae5dc; }

.scroll-prevent {
  overflow: hidden; }

.header-inner {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  height: 70px; }
  @media screen and (min-width: 769px) {
    .header-inner {
      width: auto;
      max-width: 1400px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .header-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .header-inner {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .header-inner {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 320px) {
    .header-inner {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 768px) {
    .header-inner {
      overflow: visible;
      padding-left: 20px;
      padding-right: 0;
      height: 60px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: 512px) {
    .header-inner {
      height: 50px;
      padding-left: 10px; } }
  .header-inner .logo {
    margin: 0;
    width: 300px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .header-inner .logo a {
      display: block; }
    .header-inner .logo img {
      width: 100%;
      height: auto;
      display: block; }
    @media screen and (max-width: 768px) {
      .header-inner .logo {
        width: 40vw;
        max-width: 260px;
        min-width: 240px; } }
    @media screen and (max-width: 512px) {
      .header-inner .logo {
        min-width: 200px; } }
  .header-inner .logo-nintei {
    margin-left: 20px;
    position: relative;
    top: -3px;
    width: 240px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .header-inner .logo-nintei img {
      width: 100%;
      height: auto;
      display: block; }
    @media screen and (max-width: 768px) {
      .header-inner .logo-nintei {
        width: 40vw;
        max-width: 280px;
        min-width: 240px; } }
    @media screen and (max-width: 512px) {
      .header-inner .logo-nintei {
        min-width: 160px; } }

.pageTop {
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 1100;
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 513px) and (max-width: 768px) {
    .pageTop {
      right: 20px; } }
  @media screen and (max-width: 512px) {
    .pageTop {
      right: 10px;
      bottom: 35px; } }
  .pageTop a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background: #1d518d;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (min-width: 513px) and (max-width: 768px) {
      .pageTop a {
        width: 50px;
        height: 50px; } }
    @media screen and (max-width: 512px) {
      .pageTop a {
        width: 40px;
        height: 40px; } }
    .pageTop a:hover {
      background: #ed7e18;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .pageTop-icon {
    fill: #ffffff;
    width: 18px;
    height: auto;
    padding: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media screen and (max-width: 512px) {
      .pageTop-icon {
        width: 10px; } }
  .pageTop.scrollstyle {
    opacity: 1;
    bottom: 70px; }

.footerCompany {
  background: #444;
  padding: 20px 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    .footerCompany {
      border-top: none;
      text-align: center; } }

.copyright {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif; }
  @media screen and (max-width: 512px) {
    .copyright {
      font-size: 10px; } }

.en {
  font-family: 'Roboto Condensed', sans-serif; }

@media screen and (max-width: 512px) {
  .pc-disp {
    display: none; } }

.sp-disp {
  display: none; }
  @media screen and (max-width: 512px) {
    .sp-disp {
      display: block; } }

@media screen and (max-width: 512px) {
  .sp-none {
    display: none !important; } }

.hidden {
  position: fixed;
  top: -52px; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-82px);
    transform: translateY(-82px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-82px);
    transform: translateY(-82px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media all and (-ms-high-contrast: none) {
  .group-table a svg {
    max-width: 14px; }
  .classDetail-box-2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ie300 {
    max-width: 300px !important; }
  .classDetail-pic img {
    width: 100%; }
  .pdf-link {
    max-width: 14px; } }

/*----------------------
		module
----------------------*/
.section-inner {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (min-width: 769px) {
    .section-inner {
      width: auto;
      max-width: 1400px; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    .section-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    .section-inner {
      width: auto;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 512px) {
    .section-inner {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 320px) {
    .section-inner {
      padding-left: 10px;
      padding-right: 10px; } }

.section img {
  width: 100%; }

.titleBox {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .titleBox {
      margin-bottom: 20px; } }

.title_top {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-indent: 0.06em; }
  @media screen and (max-width: 768px) {
    .title_top {
      font-size: 25px; } }
  @media screen and (max-width: 512px) {
    .title_top {
      font-size: 22px; } }
  .title_top span {
    margin-top: 5px;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.4em;
    font-weight: 900;
    color: #ed7e18;
    letter-spacing: 0;
    text-indent: 0; }
    @media screen and (max-width: 768px) {
      .title_top span {
        font-size: 14px;
        letter-spacing: 0.14em;
        display: block; } }
    @media screen and (max-width: 512px) {
      .title_top span {
        font-size: 12px; } }

.mainV {
  position: relative;
  overflow: hidden;
  height: 30vw;
  min-height: 440px;
  margin: 0 auto;
  background-image: url(../images/mainV-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .mainV::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .mainV {
      min-height: 260px; } }
  @media screen and (max-width: 512px) {
    .mainV {
      min-height: 200px; } }
  .mainV-inner {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 512px) {
      .mainV-inner {
        padding: 0 20px; } }
  .mainV-title {
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 50px 40px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    background: none;
    position: relative;
    max-width: 1300px; }
    @media screen and (max-width: 768px) {
      .mainV-title {
        margin: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        bottom: 0;
        padding: 30px 25px;
        font-size: 13px; } }
    @media screen and (max-width: 512px) {
      .mainV-title {
        padding: 25px 15px 20px;
        font-size: 10px; } }
    .mainV-title img {
      width: 100%; }
    .mainV-title .title-main {
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 10px;
      font-weight: 800;
      letter-spacing: 0.12em;
      line-height: 1.4;
      font-size: min(4.4vw,46px); }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .mainV-title .title-main {
          font-size: min(5vw,38px); } }
      @media screen and (max-width: 512px) {
        .mainV-title .title-main {
          font-size: 22px; } }
    .mainV-title .title-sub {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: 800;
      background: rgba(0, 0, 0, 0.4);
      letter-spacing: 0.12em;
      line-height: 1.4;
      padding: 5px 30px;
      border: 1px solid #ffffff;
      font-size: min(3vw,30px); }
      @media screen and (min-width: 513px) and (max-width: 768px) {
        .mainV-title .title-sub {
          font-size: min(3.2vw,22px); } }
      @media screen and (max-width: 512px) {
        .mainV-title .title-sub {
          font-size: 15px;
          padding: 5px 10px; } }

.school {
  background: #f9f9f9;
  padding: 100px 0 150px; }
  @media screen and (max-width: 768px) {
    .school {
      padding: 60px 0 90px; } }
  @media screen and (max-width: 512px) {
    .school {
      padding: 40px 0 40px; } }
  .school-head {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .school-head {
        margin-bottom: 30px; } }
    .school-head p {
      margin-bottom: 30px; }
      .school-head p:last-child {
        margin-bottom: 0; }
  .school-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media screen and (max-width: 768px) {
      .school-box {
        display: block; } }
  .school-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .school-item {
        width: 100%;
        margin-bottom: 20px; }
        .school-item:last-child {
          margin-bottom: 0; } }
    .school-item.ikebukuro {
      border-color: #df3001; }
      .school-item.ikebukuro h3 {
        background: #df3001; }
    .school-item.toride {
      border-color: #1c5ca5; }
      .school-item.toride h3 {
        background: #1c5ca5; }
    .school-item h3 {
      background: #1d518d;
      color: #ffffff;
      text-align: center;
      font-size: 19px;
      padding: 10px 0;
      border-radius: 4px;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .school-item h3 {
          font-size: 17px;
          padding: 5px; } }
    .school-item img {
      width: 100%;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .school-item-wrap {
      background: #ffffff;
      border: 1px solid #dbd9d7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-bottom: 40px;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 512px) {
        .school-item-wrap {
          padding-bottom: 30px; } }
      .school-item-wrap:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .school-item-wrap:hover .more {
        border-color: #333;
        background: #333;
        color: #ffffff; }
      .school-item-wrap:hover .arrow::after {
        border-color: #ffffff; }
    .school-item-image {
      overflow: hidden; }
    .school-item-detail {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 30px; }
      @media screen and (max-width: 512px) {
        .school-item-detail {
          padding: 20px; } }
      .school-item-detail h4 {
        margin-top: 30px;
        padding-bottom: 6px;
        border-bottom: 1px solid #333; }
        @media screen and (max-width: 512px) {
          .school-item-detail h4 {
            margin-top: 20px; } }
      .school-item-detail ul li {
        padding: 10px 0;
        border-bottom: 1px dotted #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .school-item-detail ul li:before {
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #1d518d;
          margin-right: 8px; }
    .school-item-more {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 15px; }
      @media screen and (max-width: 512px) {
        .school-item-more {
          font-size: 14px; } }
      .school-item-more .more {
        margin: 0 auto;
        border: 1px solid #ccc;
        padding: 5px 10px;
        border-radius: 30px;
        width: 100%;
        max-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .school-item-more .arrow {
        position: absolute;
        right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-left: 10px; }
      .school-item-more .arrow::after {
        position: relative;
        left: -1px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        content: '';
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.fadeUp, .fadeLeft, .fadeRight {
  opacity: 0; }

.scaleUp {
  -webkit-transform: scale(0) translateY(0px);
  -ms-transform: scale(0) translateY(0px);
  transform: scale(0) translateY(0px); }

.move.fadeUp {
  -webkit-animation: fadeUp .8s ease-out forwards;
  animation: fadeUp .8s ease-out forwards; }

.move.fadeLeft {
  -webkit-animation: fadeLeft .7s ease-out forwards;
  animation: fadeLeft .7s ease-out forwards; }

.move.fadeRight {
  -webkit-animation: fadeRight .7s ease-out forwards;
  animation: fadeRight .7s ease-out forwards; }

.move.scaleUp {
  -webkit-animation: scaleUp .6s forwards;
  animation: scaleUp .6s forwards; }

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px); }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0); }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px); }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -o-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0); }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeUp_2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeUp_2 {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.topNews-list.move {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.topGuide .topGuide-bgImage_1 {
  opacity: 0; }

.topGuide .topGuide-bgImage_2 {
  opacity: 0; }

.topGuide .topGuide-bgImage_3 {
  opacity: 0; }

.topGuide.move .topGuide-bgImage, .topGuide.move .topGuide-bgImage_1, .topGuide.move .topGuide-bgImage_2, .topGuide.move .topGuide-bgImage_3 {
  -webkit-animation: fadeIn .7s ease-in forwards;
  animation: fadeIn .7s ease-in forwards; }
  .topGuide.move .topGuide-bgImage_1 {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .topGuide.move .topGuide-bgImage_2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .topGuide.move .topGuide-bgImage_3 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }

.topColumn .column-list .column-item {
  opacity: 0; }

.topColumn .column-list.move .column-item {
  -webkit-animation: fadeUp .3s ease-in forwards;
  animation: fadeUp .3s ease-in forwards; }
  .topColumn .column-list.move .column-item:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .topColumn .column-list.move .column-item:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .topColumn .column-list.move .column-item:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .topColumn .column-list.move .column-item:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }

.topStudy .topStudy-bgImage_1 {
  opacity: 0; }

.topStudy .topStudy-bgImage_2 {
  opacity: 0; }

.topStudy .topStudy-bgImage_3 {
  opacity: 0; }

.topStudy.move .topStudy-bgImage, .topStudy.move .topStudy-bgImage_1, .topStudy.move .topStudy-bgImage_2, .topStudy.move .topStudy-bgImage_3 {
  -webkit-animation: fadeIn .7s ease-in forwards;
  animation: fadeIn .7s ease-in forwards; }
  .topStudy.move .topStudy-bgImage_1 {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .topStudy.move .topStudy-bgImage_2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .topStudy.move .topStudy-bgImage_3 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }

.classIndex .classIndex-list .classIndex-item {
  opacity: 0; }

.classIndex .classIndex-list.move .classIndex-item {
  -webkit-animation: fadeUp .4s ease-in-out forwards;
  animation: fadeUp .4s ease-in-out forwards; }
  .classIndex .classIndex-list.move .classIndex-item:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .classIndex .classIndex-list.move .classIndex-item:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .classIndex .classIndex-list.move .classIndex-item:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .classIndex .classIndex-list.move .classIndex-item:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s; }
