@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #00003e;
  letter-spacing: .1rem;
  font-weight: 400;
  background: url(../images/common/bg_base.png);
  background-size: 25rem auto; }

@media only screen and (min-width: 1024px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: .92vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.75vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
.btn,
span.link,
a {
  color: #00003e;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 1; }
  .btn.none,
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1024px) {
  a:hover {
    color: #00459b;
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  transition: all .5s; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: all .5s; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrap {
      overflow: hidden; } }
  #wrap:before {
    width: 12.4rem;
    height: 100%;
    content: "";
    background: url(../images/common/bg_crowd_left.png) repeat-y;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      #wrap:before {
        width: 8rem; } }
  #wrap:after {
    width: 11.1rem;
    height: 100%;
    content: "";
    background: url(../images/common/bg_crowd_right.png) repeat-y;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      #wrap:after {
        width: 7rem; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  background: url(../images/common/bg_head.png) repeat-x 0 -0.4rem;
  background-size: 128rem auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .header {
      background-size: 100rem auto;
      background-position: 50% 0; } }
  .header-menu {
    font-size: 1.2rem;
    text-align: right;
    margin: 0 auto;
    padding: .8rem 2rem; }
    @media only screen and (max-width: 767px) {
      .header-menu {
        position: fixed;
        right: 1.5rem;
        top: 1.5rem;
        width: 4.8rem;
        height: 4.8rem;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 0;
        box-shadow: 0 0 1rem 0 rgba(0, 69, 155, 0.05);
        z-index: 1001; }
        .header-menu:before, .header-menu:after {
          content: "";
          width: 2rem;
          height: .3rem;
          margin: .3rem auto;
          background: #00459b;
          border-radius: 1rem;
          position: relative; }
        .header-menu.on:before {
          transform: rotate(45deg);
          top: .45rem; }
        .header-menu.on:after {
          transform: rotate(-45deg);
          top: -.45rem; } }
    .header-menu ul {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .header-menu ul {
          display: none; } }
      .header-menu ul li {
        margin: 0 .3rem; }
        .header-menu ul li a {
          display: flex;
          justify-content: center;
          align-items: center; }
          .header-menu ul li a span {
            font-size: 1.6rem;
            margin-right: .3rem; }
        .header-menu ul li:nth-of-type(1) a span {
          color: #57b52f; }
        .header-menu ul li:nth-of-type(2) a span {
          color: #00459b; }
        .header-menu ul li:nth-of-type(3) a span {
          color: #e50065; }
  .header-inner {
    max-width: 128rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 3rem 2rem; }
    @media only screen and (max-width: 767px) {
      .header-inner {
        flex-direction: column;
        padding: 0;
        letter-spacing: 0; } }
    .header-inner-logo {
      width: 18.4rem;
      text-align: center;
      margin-top: -1.5rem; }
      @media only screen and (max-width: 767px) {
        .header-inner-logo {
          width: 10rem;
          margin: 0 auto 1rem; } }
    .header-inner-btn {
      width: 40rem;
      letter-spacing: 0; }
      @media only screen and (max-width: 767px) {
        .header-inner-btn {
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
          background: #fff;
          z-index: 1001; } }
      .header-inner-btn ul {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .header-inner-btn ul li {
          width: 100%; }
          .header-inner-btn ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            padding: 5rem 0 2rem;
            background-position: 50% 100%;
            background-repeat: no-repeat; }
            @media only screen and (max-width: 767px) {
              .header-inner-btn ul li a {
                padding: 1rem; } }
            .header-inner-btn ul li a p {
              color: #fff;
              position: absolute;
              width: 100%;
              font-size: 1.2rem;
              text-align: center;
              font-weight: 700;
              background-repeat: no-repeat;
              background-position: 50% 0%;
              padding-top: 1.2rem;
              background-size: auto 100%;
              left: 0;
              top: 0; }
              @media only screen and (max-width: 767px) {
                .header-inner-btn ul li a p {
                  font-size: .9rem;
                  padding-top: .9rem;
                  top: -3rem;
                  z-index: -1; } }
            .header-inner-btn ul li a span {
              font-size: 1.7rem;
              margin-right: .3rem; }
            .header-inner-btn ul li a div {
              color: #00459b;
              font-size: 1.4rem;
              line-height: 1.1;
              font-weight: 700;
              text-align: center; }
              @media only screen and (max-width: 767px) {
                .header-inner-btn ul li a div {
                  font-size: 1.2rem;
                  color: #fff; } }
              .header-inner-btn ul li a div small {
                display: block;
                font-family: "Fredoka", sans-serif;
                font-size: 1rem;
                color: #e50065;
                font-weight: 600; }
                @media only screen and (max-width: 767px) {
                  .header-inner-btn ul li a div small {
                    font-size: .9rem; } }
              .header-inner-btn ul li a div strong {
                font-size: 1.8rem; }
                @media only screen and (max-width: 767px) {
                  .header-inner-btn ul li a div strong {
                    font-size: 1.5rem; } }
            @media only screen and (min-width: 1024px) {
              .header-inner-btn ul li a:hover div {
                color: #00003e; }
              .header-inner-btn ul li a:hover span {
                position: relative;
                left: .2rem; } }
          .header-inner-btn ul li:nth-of-type(2) a {
            background-image: url("../images/common/bg_head_form1.png");
            background-size: 19.7rem auto; }
            @media only screen and (max-width: 767px) {
              .header-inner-btn ul li:nth-of-type(2) a {
                background: #00459b; } }
            .header-inner-btn ul li:nth-of-type(2) a p {
              background-image: url("../images/common/flag_pink.png");
              height: 5.6rem; }
              @media only screen and (max-width: 767px) {
                .header-inner-btn ul li:nth-of-type(2) a p {
                  height: 4.2rem; } }
            .header-inner-btn ul li:nth-of-type(2) a span {
              color: #57b52f; }
              @media only screen and (max-width: 767px) {
                .header-inner-btn ul li:nth-of-type(2) a span {
                  color: #e50065; } }
            @media only screen and (max-width: 767px) {
              .header-inner-btn ul li:nth-of-type(2) a small {
                color: #e50065; } }
          .header-inner-btn ul li:nth-of-type(1) a {
            background-image: url("../images/common/bg_head_form2.png");
            background-size: 19.4rem auto; }
            @media only screen and (max-width: 767px) {
              .header-inner-btn ul li:nth-of-type(1) a {
                background: #e50065; } }
            .header-inner-btn ul li:nth-of-type(1) a p {
              background-image: url("../images/common/flag_green.png");
              height: 6.3rem; }
              @media only screen and (max-width: 767px) {
                .header-inner-btn ul li:nth-of-type(1) a p {
                  height: 4.6rem; } }
            .header-inner-btn ul li:nth-of-type(1) a span {
              color: #e50065; }
              @media only screen and (max-width: 767px) {
                .header-inner-btn ul li:nth-of-type(1) a span {
                  color: #57b52f; } }
            @media only screen and (max-width: 767px) {
              .header-inner-btn ul li:nth-of-type(1) a small {
                color: #00459b; } }
    .header-inner-catch {
      width: 35rem;
      text-align: center;
      padding: 2rem 1rem;
      border: 2px dashed #fff;
      border-radius: 1rem;
      margin-right: 5rem; }
      @media only screen and (max-width: 767px) {
        .header-inner-catch {
          width: 100%;
          padding: .5rem;
          border-radius: 0;
          border: none;
          margin: 0;
          text-align: center; } }
      .header-inner-catch-ttl {
        font-size: 1.6rem;
        color: #00459b;
        padding-bottom: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .header-inner-catch-ttl {
            font-size: 1.1rem;
            padding-bottom: 0; } }
        .header-inner-catch-ttl span {
          border-bottom: 0.6rem solid #e50065; }
          @media only screen and (max-width: 767px) {
            .header-inner-catch-ttl span {
              border: none; } }
      .header-inner-catch p {
        font-size: 1.2rem;
        letter-spacing: 0;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          .header-inner-catch p {
            display: none; } }
  .header-nav {
    height: 10.3rem;
    background: url(../images/common/bg_menu.png) repeat-x 0 100%;
    background-size: 128rem auto;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .header-nav {
        display: none; } }
    .header-nav ul {
      max-width: 90rem;
      margin: 0 auto;
      padding: 0 0 3rem;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .header-nav ul li {
        margin: 0 1.5rem; }
        .header-nav ul li a {
          font-size: 1.8rem;
          line-height: 1.2;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          color: #00459b;
          text-align: center;
          padding: 1.5rem;
          position: relative; }
          .header-nav ul li a figure {
            height: 4.4rem;
            margin-top: -2rem;
            margin-bottom: .5rem; }
            .header-nav ul li a figure img {
              width: 3.4rem; }
          .header-nav ul li a span {
            font-size: 1.2rem;
            color: #216fcd; }
          @media only screen and (min-width: 1024px) {
            .header-nav ul li a:hover {
              opacity: 0.7; } }
          .header-nav ul li a small {
            font-size: 1.2rem;
            font-weight: 600;
            font-family: "Fredoka", sans-serif;
            color: #e50065; }
        .header-nav ul li:nth-of-type(1) a figure img {
          width: 5.8rem; }
        .header-nav ul li:nth-of-type(3) a figure img {
          width: 6.3rem; }

/* --------------------------------------
		103 content
-------------------------------------- */
.container {
  position: relative;
  background: url(../images/common/bg_foot_3.png) no-repeat 50% 100%;
  background-size: 128rem auto;
  z-index: 3; }
  @media only screen and (max-width: 767px) {
    .container {
      background-size: 75rem auto; } }
  .container:after {
    width: 100%;
    height: 2.6rem;
    background: url(../images/common/bg_foot_2.png) repeat-x bottom;
    background-size: 128rem auto;
    position: absolute;
    bottom: 0;
    left: 0;
    content: ""; }
    @media only screen and (max-width: 767px) {
      .container:after {
        background-size: 75rem auto; } }
  .container-header {
    max-width: 128rem;
    margin: 2rem auto 2.5rem;
    padding: 0 2.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .container-header {
        flex-direction: column;
        margin-bottom: 2rem; } }
    .container-header-ttlbox {
      width: 20rem;
      height: 20rem;
      text-align: center;
      background: #fff;
      box-shadow: 0 0.4rem 0 0 rgba(85, 71, 58, 0.15);
      padding: 1rem 0 0 0;
      border-radius: .3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .container-header-ttlbox {
          width: 100%;
          height: 10rem; } }
      .container-header-ttlbox-fig {
        width: 11.3rem;
        margin-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .container-header-ttlbox-fig {
            width: 7rem;
            margin-top: -1.5rem;
            margin-bottom: .5rem; } }
      .container-header-ttlbox-ttl {
        font-size: 2.6rem;
        line-height: 1.1;
        text-shadow: 0 0.2rem 0 rgba(85, 71, 58, 0.15);
        color: #e50065; }
        @media only screen and (max-width: 767px) {
          .container-header-ttlbox-ttl {
            font-size: 2.4rem; } }
        .container-header-ttlbox-ttl span {
          font-size: 1.8rem;
          display: block; }
          @media only screen and (max-width: 767px) {
            .container-header-ttlbox-ttl span {
              font-size: 1.6rem;
              display: inline-block; } }
      .container-header-ttlbox-en {
        font-size: 1.3rem;
        font-family: "Fredoka", sans-serif;
        font-weight: 500;
        color: #00459b; }
        @media only screen and (max-width: 767px) {
          .container-header-ttlbox-en {
            font-size: 1.1rem; } }
    .container-header-sub {
      height: 20rem;
      border-radius: .3rem;
      width: calc(100% - 1.5rem);
      background: repeating-linear-gradient(90deg, #2C56A1, #2C56A1 2rem, #00459b 2rem, #00459b 4rem);
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 1.5rem;
      padding: 2rem;
      border: 1rem solid #fff; }
      @media only screen and (max-width: 767px) {
        .container-header-sub {
          width: auto;
          min-width: 50%;
          border-width: .4rem;
          height: auto;
          margin: 1.5rem auto 0;
          padding: 1.5rem 2rem;
          flex-direction: column;
          justify-content: center;
          background: repeating-linear-gradient(90deg, #2C56A1, #2C56A1 1rem, #00459b 1rem, #00459b 2rem); } }
      .container-header-sub-ttl {
        font-size: 2.8rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        text-shadow: 0 0.2rem 0 rgba(0, 0, 62, 0.15); }
        @media only screen and (max-width: 767px) {
          .container-header-sub-ttl {
            font-size: 2rem; } }
        .container-header-sub-ttl span {
          font-size: 1.6rem;
          margin-right: .5rem; }
          @media only screen and (max-width: 767px) {
            .container-header-sub-ttl span {
              font-size: 1.4rem;
              margin: 0; } }
      .container-header-sub-en {
        font-size: 1.6rem;
        font-family: "Fredoka", sans-serif;
        font-weight: 500;
        margin-left: 1rem;
        color: #e50065; }
        @media only screen and (max-width: 767px) {
          .container-header-sub-en {
            font-size: 1.1rem; } }
    .container-header-txt {
      width: 100%;
      padding: 2rem 3rem;
      color: #fff;
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .container-header-txt {
          font-size: 1.4rem;
          padding: 1rem 0; } }
    .container-header > p {
      width: 100%;
      font-size: 1.6rem;
      color: #fff;
      padding: 2.5rem 0; }
      @media only screen and (max-width: 767px) {
        .container-header > p {
          font-size: 1.4rem;
          padding: 1rem 0; } }
    .container-header-wrap {
      width: 45rem;
      height: 15rem;
      text-align: center;
      background: url(../images/common/ttl_bg.png) no-repeat 50% 50%;
      background-size: 100% auto;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
      position: relative;
      padding-left: 11rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 767px) {
        .container-header-wrap {
          width: 35rem;
          height: 10rem;
          padding-left: 9rem; } }
    .container-header-box {
      width: 45rem;
      height: 15rem;
      text-align: center;
      background: url(../images/common/ttl_bg.png) no-repeat 50% 50%;
      background-size: 100% auto;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      position: relative;
      flex-shrink: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .container-header-box {
          width: 32rem;
          height: 10rem; } }
      .container-header-box .container-header-fig {
        width: 10rem;
        top: 0;
        left: 50%;
        margin-left: -5rem;
        margin-top: -3rem;
        padding: 0;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .container-header-box .container-header-fig {
            width: 8rem;
            height: 6rem;
            margin-left: -4rem; } }
    .container-header-fig {
      width: 11rem;
      height: 8rem;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 0;
      top: 50%;
      margin-top: -4rem;
      padding: 0 3rem; }
    .container-header-ttl {
      font-size: 3rem;
      line-height: 1;
      color: #00459b;
      text-shadow: 0 0.2rem 0 rgba(0, 0, 62, 0.15); }
      @media only screen and (max-width: 767px) {
        .container-header-ttl {
          font-size: 2.4rem; } }
      .container-header-ttl span {
        font-size: 2.4rem;
        color: #206AC3; }
        @media only screen and (max-width: 767px) {
          .container-header-ttl span {
            font-size: 1.6rem; } }
    .container-header-en {
      font-size: 1.3rem;
      font-family: "Fredoka", sans-serif;
      font-weight: 500;
      color: #e50065; }
      @media only screen and (max-width: 767px) {
        .container-header-en {
          font-size: 1.1rem; } }
    .container-header-nav {
      width: 100%;
      max-width: 61rem;
      padding: 2.5rem 0; }
      @media only screen and (max-width: 767px) {
        .container-header-nav {
          padding: .5rem 0 0 0; } }
      .container-header-nav ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 2rem; }
        @media only screen and (max-width: 767px) {
          .container-header-nav ul {
            padding: 0; } }
        .container-header-nav ul li {
          width: calc(( 100% - 2rem ) / 3 - 1rem);
          padding: .5rem; }
          @media only screen and (max-width: 767px) {
            .container-header-nav ul li {
              width: 50%; } }
          .container-header-nav ul li a {
            height: 3rem;
            font-size: 1.5rem;
            font-weight: 600;
            display: flex;
            color: #fff;
            border-radius: 1.5rem;
            align-items: center;
            justify-content: center; }
            @media only screen and (max-width: 767px) {
              .container-header-nav ul li a {
                font-size: 1.2rem; } }
            .container-header-nav ul li a span {
              font-size: 1.6rem;
              margin-right: .3rem; }
              @media only screen and (max-width: 767px) {
                .container-header-nav ul li a span {
                  font-size: 1.4rem; } }
          .container-header-nav ul li:nth-of-type(5) a, .container-header-nav ul li:nth-of-type(1) a {
            background: #00459b; }
            .container-header-nav ul li:nth-of-type(5) a span, .container-header-nav ul li:nth-of-type(1) a span {
              color: #57b52f; }
          .container-header-nav ul li:nth-of-type(6) a, .container-header-nav ul li:nth-of-type(2) a {
            background: #57b52f; }
            .container-header-nav ul li:nth-of-type(6) a span, .container-header-nav ul li:nth-of-type(2) a span {
              color: #e50065; }
          .container-header-nav ul li:nth-of-type(4) a, .container-header-nav ul li:nth-of-type(3) a {
            background: #e50065; }
            .container-header-nav ul li:nth-of-type(4) a span, .container-header-nav ul li:nth-of-type(3) a span {
              color: #00459b; }
  .container-inner {
    max-width: 128rem;
    min-height: 50rem;
    margin: 0 auto;
    padding: 2.5rem 0 35rem 0;
    zoom: 1;
    background: url(../images/common/bg_foot_1.png) no-repeat 50% 100%;
    background-size: 128rem auto;
    position: relative;
    z-index: 4; }
    @media only screen and (max-width: 767px) {
      .container-inner {
        background-size: 75rem auto;
        padding: 1rem 0 20rem; } }
    .container-inner-nav {
      max-width: 68rem;
      font-size: 1.6rem;
      text-align: center;
      margin: 4rem auto 2.5rem;
      background: #36241B;
      border: 1px solid #513e32;
      border-radius: 5rem; }
      @media only screen and (max-width: 767px) {
        .container-inner-nav {
          font-size: 1.2rem;
          line-height: 1.2;
          margin: 0 0 1rem;
          border-radius: 0;
          border-right: none;
          border-left: none;
          padding: .4rem; } }
      .container-inner-nav ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        .container-inner-nav ul li {
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .container-inner-nav ul li {
              margin: .4rem; } }
          .container-inner-nav ul li:after {
            content: "|";
            margin: 0 .5rem;
            color: #fff; }
            @media only screen and (max-width: 767px) {
              .container-inner-nav ul li:after {
                display: none; } }
          .container-inner-nav ul li:nth-last-of-type(1):after {
            display: none; }
          .container-inner-nav ul li span {
            display: block;
            font-weight: 700;
            color: #57b52f; }
          .container-inner-nav ul li a {
            display: block;
            font-weight: 400;
            color: #fff;
            padding: .5rem; }
            @media only screen and (max-width: 767px) {
              .container-inner-nav ul li a {
                background: rgba(0, 0, 0, 0.3);
                border-radius: 5rem;
                padding: .5rem .8rem; } }
            .container-inner-nav ul li a:hover {
              color: #e50065; }
    .container-inner-main {
      padding: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .container-inner-main {
          padding: 1.5rem 1rem; } }
      .container-inner-main-btn {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -5rem;
        z-index: 100; }
        .container-inner-main-btn a {
          width: 40.2rem;
          height: 13.4rem;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          padding: 3rem 0 2rem;
          background-position: 50% 100%;
          background-repeat: no-repeat;
          background-image: url("../images/common/bg_content_btn.png");
          background-size: 100% auto;
          margin: 0 auto; }
          @media only screen and (max-width: 767px) {
            .container-inner-main-btn a {
              width: 30rem;
              height: 10rem; } }
          .container-inner-main-btn a p {
            color: #fff;
            position: absolute;
            width: 100%;
            font-size: 1.2rem;
            text-align: center;
            font-weight: 700;
            background-repeat: no-repeat;
            background-position: 50% 0%;
            background-size: auto 100%;
            left: 0;
            top: -1.5rem;
            letter-spacing: 0; }
            @media only screen and (max-width: 767px) {
              .container-inner-main-btn a p {
                font-size: 1rem; } }
          .container-inner-main-btn a span {
            font-size: 1.7rem;
            color: #57b52f;
            margin-right: .3rem; }
            @media only screen and (max-width: 767px) {
              .container-inner-main-btn a span {
                font-size: 1.5rem; } }
          .container-inner-main-btn a div {
            color: #00459b;
            font-size: 1.4rem;
            line-height: 1.1;
            font-weight: 700;
            text-align: center; }
            @media only screen and (max-width: 767px) {
              .container-inner-main-btn a div {
                font-size: 1.3rem; } }
            .container-inner-main-btn a div small {
              display: block;
              font-family: "Fredoka", sans-serif;
              font-size: 1.1rem;
              color: #e50065;
              font-weight: 600; }
              @media only screen and (max-width: 767px) {
                .container-inner-main-btn a div small {
                  font-size: 1rem; } }
            .container-inner-main-btn a div b {
              font-size: 1.8rem;
              text-shadow: 0 0.2rem 0 rgba(0, 0, 62, 0.15); }
              @media only screen and (max-width: 767px) {
                .container-inner-main-btn a div b {
                  font-size: 1.6rem; } }
            .container-inner-main-btn a div strong {
              font-size: 2.4rem;
              text-shadow: 0 0.2rem 0 rgba(0, 0, 62, 0.15); }
              @media only screen and (max-width: 767px) {
                .container-inner-main-btn a div strong {
                  font-size: 2rem; } }
          .container-inner-main-btn a:hover div {
            color: #00003e; }
          .container-inner-main-btn a:hover span {
            position: relative;
            left: .2rem; }
        .container-inner-main-btn.btn-edu a p {
          background-image: url("../images/common/flag_pink.png");
          padding-top: 1.2rem;
          height: 5.6rem; }
          @media only screen and (max-width: 767px) {
            .container-inner-main-btn.btn-edu a p {
              height: 5rem; } }
        .container-inner-main-btn.btn-training a p {
          background-image: url("../images/common/flag_green.png");
          padding-top: 1.2rem;
          height: 6.3rem; }
          @media only screen and (max-width: 767px) {
            .container-inner-main-btn.btn-training a p {
              height: 5.6rem; } }
    .container-inner-txt {
      font-size: 1.5rem;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 2rem;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .container-inner-txt {
          font-size: 1.3rem;
          padding: 1rem; } }
      .container-inner-txt p {
        padding-bottom: 1rem; }
  .container-backwood {
    max-width: 97rem;
    position: relative;
    background: url(../images/common/bg_wood.png);
    background-size: 40rem auto;
    border: 3px solid #5F5044;
    border-radius: 1rem;
    box-shadow: 0 0.4rem 0 0 rgba(194, 222, 238, 0.4);
    padding-bottom: 15rem;
    margin: 2rem auto 10rem; }
    @media only screen and (max-width: 767px) {
      .container-backwood {
        background-size: 20rem auto;
        border-right: none;
        border-left: none;
        border-radius: 0;
        margin: 0 0 5rem;
        padding-bottom: 8rem; } }
    .container-backwood:before {
      width: 103.8rem;
      height: 21.4rem;
      background: url(../images/common/bg_cover5.png) no-repeat;
      background-size: 100% auto;
      position: absolute;
      content: "";
      top: -3rem;
      left: -3.2rem;
      z-index: 100; }
      @media only screen and (max-width: 767px) {
        .container-backwood:before {
          width: 70rem;
          height: 12rem;
          top: -2rem;
          left: -2rem; } }
    .container-backwood:after {
      width: 103.1rem;
      height: 19.9rem;
      background: url(../images/common/bg_cover6.png) no-repeat;
      background-size: 100% auto;
      position: absolute;
      content: "";
      bottom: 1rem;
      left: -5.2rem;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .container-backwood:after {
          width: 64rem;
          height: 15rem;
          bottom: -4rem;
          left: auto;
          right: 0; } }
    .container-backwood#training .container-header-ttlbox-en {
      color: #57b52f; }
    .container-backwood#training .container-header-ttlbox-fig {
      width: 16rem;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .container-backwood#training .container-header-ttlbox-fig {
          width: 7rem; } }
    .container-backwood#education .container-header-ttlbox-fig {
      width: 16rem;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .container-backwood#education .container-header-ttlbox-fig {
          width: 7rem; } }
  .container .editor:after {
    content: "";
    display: block;
    clear: both; }
  .container .editor p {
    padding-bottom: 1em; }
  .container .editor h1 {
    font-size: 2em;
    margin: 1.5em 0 1em;
    border-bottom: 0.1rem solid rgba(0, 0, 62, 0.5);
    padding: .6em;
    text-align: center; }
  .container .editor h2 {
    font-size: 1.8em;
    margin: 1.5em 0 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
  .container .editor h3 {
    font-size: 1.4em;
    margin: 1.5em 0 1em;
    border-bottom: 1px solid rgba(0, 0, 62, 0.1);
    padding: .5em; }
  .container .editor h4 {
    font-size: 1.3em;
    margin: 1.5em 0 1em;
    border-left: 0.5rem solid rgba(0, 0, 62, 0.2);
    padding-left: 1rem; }
  .container .editor h5 {
    font-size: 1.2em;
    margin: 1.5em 0 1em;
    border-bottom: 0.1rem dashed rgba(0, 0, 62, 0.2);
    padding: .5em; }
  .container .editor h6 {
    font-size: 1.1em;
    margin: 1.5em 0 1em;
    background: rgba(0, 0, 62, 0.05);
    color: #666;
    padding: .8em 1.2em; }
  @media only screen and (max-width: 767px) {
    .container .editor h1 {
      font-size: 1.5em; }
    .container .editor h2 {
      font-size: 1.4em; }
    .container .editor h3 {
      font-size: 1.3em; }
    .container .editor h4 {
      font-size: 1.2em; }
    .container .editor h5 {
      font-size: 1.1em; }
    .container .editor h6 {
      font-size: 1em; } }
  .container .editor pre {
    display: block; }
  .container .editor strong {
    font-weight: bold; }
  .container .editor em {
    font-style: italic; }
  .container .editor ul {
    margin-bottom: 1em;
    overflow: hidden; }
    .container .editor ul li {
      position: relative;
      padding-bottom: .5em;
      padding-left: 1em; }
      .container .editor ul li:before {
        content: "●";
        position: absolute;
        left: 0;
        top: .4em;
        font-size: 1rem;
        color: #e50065; }
  .container .editor ol {
    margin-bottom: 1em; }
    .container .editor ol li {
      list-style: outside decimal;
      margin-left: 3rem;
      overflow: visible;
      zoom: normal;
      padding-bottom: .5em; }
  .container .editor blockquote {
    display: block;
    margin: 1em 4rem;
    position: relative; }
    .container .editor blockquote:before {
      content: "“";
      position: absolute;
      left: -1em;
      font-size: 4rem;
      line-height: 1;
      opacity: 0.5;
      top: 0; }
    .container .editor blockquote:after {
      content: "”";
      position: absolute;
      right: -1rem;
      font-size: 4rem;
      line-height: 1;
      opacity: 0.5;
      bottom: 0; }
  .container .editor a {
    color: #666;
    text-decoration: underline; }
    .container .editor a:hover {
      text-decoration: none; }
  .container .editor del {
    text-decoration: line-through; }
  .container .editor hr {
    display: block;
    border: none;
    border-top: #9a9a9a 1px solid;
    border-bottom: #eeeeee 1px solid;
    margin-bottom: 1rem; }
  .container .editor .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-right: .5rem; }
    @media only screen and (max-width: 767px) {
      .container .editor .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  .container .editor .alignleft {
    float: left;
    margin-right: 2rem;
    margin-left: .5rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .container .editor .alignleft {
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  .container .editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem; }
  .container .editor .wp-block-button a {
    background: #fff;
    border: 1px solid #DCF4FD;
    border-radius: 5rem;
    padding: .8rem 2rem;
    margin: 0 auto;
    display: inline-block; }
    .container .editor .wp-block-button a:hover {
      background: #DCF4FD; }
  .container .editor table {
    border-top: 0.1rem solid #00003e;
    border-left: 0.1rem solid #00003e;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .container .editor table {
        font-size: .9em; } }
    .container .editor table th {
      text-align: center;
      border-bottom: 0.1rem solid #00003e;
      border-right: 0.1rem solid #00003e;
      padding: 1em;
      font-weight: 700;
      vertical-align: middle;
      background: rgba(0, 0, 62, 0.1); }
      @media only screen and (max-width: 767px) {
        .container .editor table th {
          padding: .5em; } }
    .container .editor table td {
      border-bottom: 0.1rem solid #00003e;
      border-right: 0.1rem solid #00003e;
      padding: 1em; }
      @media only screen and (max-width: 767px) {
        .container .editor table td {
          padding: .5em; } }

.aside-old {
  position: absolute;
  bottom: 12rem;
  right: 5rem;
  z-index: 111; }
  @media only screen and (max-width: 767px) {
    .aside-old {
      bottom: 3rem;
      right: auto;
      left: 1rem; } }
  .aside-old a {
    width: 16rem;
    height: 16rem;
    background: #57b52f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .aside-old a {
        font-size: 1.1rem;
        width: 10rem;
        height: 10rem;
        border: .3rem solid #fff;
        box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.3); } }
    .aside-old a:hover {
      background: #00459b; }
      .aside-old a:hover > div span {
        position: relative;
        left: .2rem;
        color: #57b52f; }
    .aside-old a p {
      line-height: 1.2;
      text-align: center;
      padding-bottom: .5rem;
      text-shadow: 0 0.2rem 0 rgba(0, 0, 62, 0.15); }
      .aside-old a p strong {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .aside-old a p strong {
            font-size: 1.5rem; } }
    .aside-old a > span {
      background: #e50065;
      font-size: 1.4rem;
      border-radius: 5rem;
      padding: .3rem 1rem; }
      @media only screen and (max-width: 767px) {
        .aside-old a > span {
          font-size: 1rem;
          padding: .2rem .8rem; } }
    .aside-old a > div {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.4rem;
      padding-top: .5rem; }
      @media only screen and (max-width: 767px) {
        .aside-old a > div {
          display: none; } }
      .aside-old a > div span {
        color: #00459b;
        font-size: 1.8rem;
        margin-right: .3rem; }

.nav-btn {
  padding: .5rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .nav-btn {
      flex-wrap: wrap; } }
  .nav-btn dl {
    width: 23rem;
    height: 23rem;
    color: #fff;
    text-align: center;
    margin: 0 1rem;
    border-radius: 50%;
    position: relative;
    padding-top: 4rem;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .nav-btn dl {
        width: 16rem;
        height: 16rem;
        margin: .8rem; } }
    .nav-btn dl dt {
      width: 100%;
      height: 6.8rem;
      font-size: 1.4rem;
      line-height: 1.1;
      z-index: 10;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .nav-btn dl dt {
          font-size: 1.1rem;
          height: 5rem; } }
      .nav-btn dl dt strong {
        font-size: 2rem;
        letter-spacing: 0;
        text-shadow: 0 0.2rem 0 rgba(0, 0, 62, 0.15); }
        @media only screen and (max-width: 767px) {
          .nav-btn dl dt strong {
            font-size: 1.4rem; } }
      .nav-btn dl dt small {
        display: block;
        font-family: "Fredoka", sans-serif;
        font-size: 1.1rem;
        font-size: 500; }
        @media only screen and (max-width: 767px) {
          .nav-btn dl dt small {
            font-size: .9rem; } }
    .nav-btn dl dd {
      text-align: center; }
      .nav-btn dl dd p {
        min-height: calc(1.2 * 1.4rem * 4);
        margin: 4rem 0 0;
        padding: 0;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .nav-btn dl dd p {
            min-height: 0;
            font-size: 1.1rem;
            margin-top: 1rem; } }
      .nav-btn dl dd .btn {
        padding: .5rem 0 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .nav-btn dl dd .btn {
            font-size: 1rem; } }
        .nav-btn dl dd .btn span {
          font-size: 1.6rem;
          margin-right: .3rem; }
          @media only screen and (max-width: 767px) {
            .nav-btn dl dd .btn span {
              font-size: 1.4rem; } }
      .nav-btn dl dd > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
    .nav-btn dl:hover {
      background-color: #57b52f; }
      .nav-btn dl:hover span {
        position: relative;
        left: .2rem; }
  .nav-btn-item {
    background: url(../images/common/icon_item_min.png) no-repeat 50% 100% #00459b;
    background-size: 34px auto; }
    .nav-btn-item dt {
      color: #00459b;
      background: url("../images/common/bg_cloud1.png") 50% 50%;
      background-repeat: no-repeat;
      background-size: 20rem auto; }
      @media only screen and (max-width: 767px) {
        .nav-btn-item dt {
          background-size: 15.6rem; } }
      .nav-btn-item dt small {
        color: #e50065; }
    .nav-btn-item dd {
      text-align: center; }
      .nav-btn-item dd span {
        color: #ffa800; }
  .nav-btn-education {
    background: url("../images/common/icon_camp_min.png") no-repeat 50% 100% #00459b;
    background-size: 5.6rem auto; }
    .nav-btn-education dt {
      color: #00459b;
      background: url("../images/common/bg_cloud4.png") 50% 50%;
      background-repeat: no-repeat;
      background-size: 20.3rem auto; }
      @media only screen and (max-width: 767px) {
        .nav-btn-education dt {
          background-size: 15.8rem auto; } }
      .nav-btn-education dt small {
        color: #e50065; }
    .nav-btn-education dd {
      text-align: center; }
      .nav-btn-education dd span {
        color: #e50065; }
  .nav-btn-training {
    background: url("../images/common/icon_training_min.png") no-repeat 50% 100% #e50065;
    background-size: 3.8rem auto; }
    .nav-btn-training dt {
      color: #e50065;
      background: url("../images/common/bg_cloud4.png") 50% 50%;
      background-repeat: no-repeat;
      background-size: 20.3rem auto; }
      @media only screen and (max-width: 767px) {
        .nav-btn-training dt {
          background-size: 15.8rem auto; } }
      .nav-btn-training dt small {
        color: #00459b; }
    .nav-btn-training span {
      color: #57b52f; }
    .nav-btn-training:hover dd span {
      color: #00003e; }
  .nav-btn-plan {
    background: url(../images/common/icon_program_min.png) no-repeat 50% 100% #E50164;
    background-size: 50px auto; }
    .nav-btn-plan dt {
      color: #e50065;
      background: url("../images/common/bg_cloud2.png") 50% 50%;
      background-repeat: no-repeat;
      background-size: 21.5rem auto; }
      @media only screen and (max-width: 767px) {
        .nav-btn-plan dt {
          background-size: 15.5rem auto; } }
      .nav-btn-plan dt small {
        color: #00459b; }
    .nav-btn-plan span {
      color: #00459b; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9000;
  padding-top: 5rem; }
  @media only screen and (max-width: 767px) {
    .wp-pagenavi {
      padding-top: 2rem; } }
  .wp-pagenavi > a, .wp-pagenavi > span {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 5rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-family: "Fredoka", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0;
    color: #00459b;
    margin: 0 .5rem; }
    @media only screen and (max-width: 767px) {
      .wp-pagenavi > a, .wp-pagenavi > span {
        font-size: 1.3rem; } }
    .wp-pagenavi > a span, .wp-pagenavi > span span {
      font-size: 1.8rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .wp-pagenavi > a span, .wp-pagenavi > span span {
          font-size: 1.5rem; } }
  .wp-pagenavi > a:hover {
    background: #57b52f;
    color: #fff; }
  .wp-pagenavi > span {
    background: #e50065;
    color: #fff; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  color: #fff;
  background: url(../images/common/bg_foot_base.png);
  background-size: 20rem auto;
  clear: both;
  position: relative;
  z-index: 100;
  letter-spacing: 0; }
  .footer-wrap {
    width: 100%;
    max-width: 1000px;
    background: url(../images/common/bg_foot_branch.png) no-repeat 50% 0%;
    background-size: 69rem auto;
    margin: 0 auto;
    padding: 3rem;
    overflow: hidden;
    zoom: 1; }
    @media only screen and (max-width: 767px) {
      .footer-wrap {
        background: none; } }
  .footer-inner {
    font-weight: 700; }
  .footer-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-nav a {
    color: #fff; }
    .footer-nav a:hover {
      color: #e50065; }
  .footer-nav-banner {
    padding: 4.5rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer-nav-banner li {
      width: 100%;
      padding: 0 2rem; }
      .footer-nav-banner li a {
        margin: 0 auto; }
      .footer-nav-banner li:nth-of-type(1) a, .footer-nav-banner li:nth-of-type(3) a {
        font-size: 1.4rem;
        color: #fff;
        width: 20rem;
        background: #46330D;
        border-radius: 5rem;
        padding: .5rem 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .footer-nav-banner li:nth-of-type(1) a:hover, .footer-nav-banner li:nth-of-type(3) a:hover {
          color: #e50065; }
  .footer-nav-btn a, .footer-nav-contact a {
    width: 22rem;
    height: 9rem;
    text-align: center;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    position: relative;
    box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.3);
    font-weight: 700;
    text-shadow: 0 0.2rem 0 rgba(0, 0, 62, 0.15); }
    .footer-nav-btn a figure, .footer-nav-contact a figure {
      width: 100%;
      position: absolute;
      top: -2rem;
      left: 0;
      text-align: center; }
    .footer-nav-btn a span, .footer-nav-contact a span {
      font-size: 1.8rem;
      margin-right: .3rem; }
    .footer-nav-btn a b, .footer-nav-contact a b {
      font-size: 1.8rem; }
    .footer-nav-btn a strong, .footer-nav-contact a strong {
      font-size: 2rem; }
  .footer-nav-contact a {
    background: #ffa800;
    color: #fff; }
    .footer-nav-contact a span {
      color: #57b52f; }
    .footer-nav-contact a:hover {
      color: #00003e; }
  .footer-nav-btn {
    padding: 2.5rem 0 1rem;
    justify-content: space-around; }
    .footer-nav-btn li:nth-of-type(1) a {
      background: #e50065; }
      .footer-nav-btn li:nth-of-type(1) a figure {
        top: -2.5rem; }
      .footer-nav-btn li:nth-of-type(1) a span {
        color: #57b52f; }
      .footer-nav-btn li:nth-of-type(1) a:hover {
        color: #00459b; }
    .footer-nav-btn li:nth-of-type(2) a {
      background: #00459b; }
      .footer-nav-btn li:nth-of-type(2) a span {
        color: #ffa800; }
  .footer-nav-first {
    padding: 3rem 0 2.5rem 0; }
    .footer-nav-first li {
      width: 18rem;
      font-size: 1.2rem; }
      .footer-nav-first li:nth-of-type(3) {
        font-size: 1.4rem;
        line-height: 1.2; }
      .footer-nav-first li a {
        width: 15rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 5rem;
        background: #46330D;
        padding: .5rem 0;
        margin: 0 auto; }
  .footer-nav-second {
    padding: 5rem 2rem 3rem; }
    .footer-nav-second li {
      width: 16rem;
      margin: 0 1.2rem; }
      .footer-nav-second li:nth-of-type(3) {
        margin: 0 2rem; }
      .footer-nav-second li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5rem;
        background: #46330D;
        padding: .5rem 1.5rem;
        margin: 0 auto; }
  .footer-nav dl {
    display: flex;
    justify-content: center;
    padding-top: 8rem; }
    .footer-nav dl > div {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative; }
      .footer-nav dl > div a {
        display: flex;
        align-items: center; }
      .footer-nav dl > div dt {
        margin-bottom: 12rem; }
        .footer-nav dl > div dt a {
          width: 12rem;
          background: #46330D;
          border-radius: 5rem;
          padding: .5rem 0;
          justify-content: center; }
      .footer-nav dl > div dd ul li {
        margin: 0 4rem; }
      .footer-nav dl > div dd ul a {
        font-size: 1.2rem;
        width: 9rem;
        background: #46330D;
        border-radius: 5rem;
        padding: .5rem 0;
        justify-content: center; }
  .footer-nav-training-btn, .footer-nav-education-btn {
    position: absolute;
    top: 0; }
    .footer-nav-training-btn a, .footer-nav-education-btn a {
      width: 12rem;
      height: 12rem;
      line-height: 1.2;
      border-radius: 50%;
      text-align: center;
      border: 1px solid #493202;
      box-shadow: inset 0 0.3rem 0 rgba(0, 0, 0, 0.3);
      padding: 2rem 0 0;
      color: #00003e;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start !important;
      font-weight: 700;
      letter-spacing: 0;
      font-size: 1.2rem; }
      .footer-nav-training-btn a strong, .footer-nav-education-btn a strong {
        font-size: 1.5rem; }
      .footer-nav-training-btn a:hover, .footer-nav-education-btn a:hover {
        border-color: #57b52f;
        color: #00459b; }
  .footer-nav-training-btn {
    left: 1rem; }
    .footer-nav-training-btn a {
      background: url(../images/common/icon_program_min.png) no-repeat 50% 100% #fff !important;
      background-size: 5rem auto !important; }
  .footer-nav-education-btn {
    right: 1rem; }
    .footer-nav-education-btn a {
      background: url(../images/common/icon_item_min.png) no-repeat 50% 100% #fff !important;
      background-size: 3.4rem auto !important;
      padding-top: 1rem; }
  @media only screen and (max-width: 767px) {
    .footer .footer-inner {
      position: fixed;
      width: 100%;
      height: calc(100vh - 6rem);
      left: -100%;
      top: 0;
      background: rgba(220, 244, 253, 0.9);
      padding: 3rem 1rem 4rem;
      transition: all .5s; }
    .footer .footer-nav {
      position: relative;
      padding-bottom: 8rem; }
      .footer .footer-nav-btn {
        display: none; }
      .footer .footer-nav-banner {
        padding: 0;
        position: relative;
        padding-bottom: 8rem; }
        .footer .footer-nav-banner li {
          width: 50%;
          padding: .5rem; }
          .footer .footer-nav-banner li a {
            margin: 0; }
          .footer .footer-nav-banner li:nth-of-type(1) a, .footer .footer-nav-banner li:nth-of-type(3) a {
            font-size: 1.2rem;
            width: 100%;
            height: 3rem;
            color: #00003e;
            background: rgba(0, 0, 62, 0.2);
            padding: 0; }
      .footer .footer-nav-contact {
        width: 100% !important;
        position: absolute;
        bottom: 1rem;
        left: 0; }
        .footer .footer-nav-contact a {
          height: 4.8rem;
          font-size: 1.1rem;
          margin: 0 auto !important;
          width: 26rem;
          text-shadow: none; }
          .footer .footer-nav-contact a figure, .footer .footer-nav-contact a br {
            display: none; }
          .footer .footer-nav-contact a span {
            font-size: 1.4rem; }
          .footer .footer-nav-contact a b {
            font-size: 1.4rem; }
          .footer .footer-nav-contact a strong {
            font-size: 1.4rem; }
      .footer .footer-nav-training-btn, .footer .footer-nav-education-btn {
        position: static;
        padding: 0 .5rem .5rem; }
        .footer .footer-nav-training-btn a, .footer .footer-nav-education-btn a {
          width: 100%;
          height: 3.6rem;
          font-size: 1.1rem;
          border-radius: 5rem;
          border: none;
          box-shadow: none;
          padding: .5rem;
          color: #fff;
          flex-direction: row;
          justify-content: center !important; }
          .footer .footer-nav-training-btn a br, .footer .footer-nav-education-btn a br {
            display: none; }
          .footer .footer-nav-training-btn a strong, .footer .footer-nav-education-btn a strong {
            font-size: 1.4rem; }
          .footer .footer-nav-training-btn a:hover, .footer .footer-nav-education-btn a:hover {
            border-color: #57b52f;
            color: #00459b; }
      .footer .footer-nav-education-btn a {
        background: #00459b !important; }
      .footer .footer-nav-training-btn a {
        background: #e50065 !important; }
      .footer .footer-nav-second {
        padding: 0;
        display: flex;
        flex-wrap: wrap; }
        .footer .footer-nav-second li {
          width: 50%;
          padding: .5rem;
          margin: 0; }
          .footer .footer-nav-second li a {
            width: 100%;
            height: 3.6rem;
            background: #fff;
            color: #00459b; }
      .footer .footer-nav-first {
        padding: 0;
        flex-direction: column; }
        .footer .footer-nav-first li {
          width: 50%;
          padding: .3rem;
          position: absolute;
          bottom: 1.5rem; }
          .footer .footer-nav-first li:nth-of-type(1) {
            height: 3rem;
            left: 0;
            padding-bottom: 6rem; }
          .footer .footer-nav-first li:nth-of-type(2) {
            height: 3rem;
            right: 0;
            padding-bottom: 6rem; }
          .footer .footer-nav-first li:nth-of-type(4) {
            height: 3rem;
            left: 0; }
          .footer .footer-nav-first li:nth-of-type(5) {
            height: 3rem;
            right: 0; }
          .footer .footer-nav-first li:nth-of-type(3) {
            position: static; }
            .footer .footer-nav-first li:nth-of-type(3) a {
              font-size: 1.5rem;
              line-height: 1.3;
              padding: .5rem 0;
              flex-direction: column; }
              .footer .footer-nav-first li:nth-of-type(3) a:after {
                content: "about ASOKEN";
                font-size: 1rem;
                font-family: "Fredoka", sans-serif;
                color: #57b52f; }
          .footer .footer-nav-first li a {
            width: 100%;
            background: none;
            color: #00003e; }
            .footer .footer-nav-first li a br {
              display: none; }
      .footer .footer-nav dl {
        padding-top: 2rem; }
        .footer .footer-nav dl > div:nth-of-type(1) dt a {
          flex-direction: column; }
          .footer .footer-nav dl > div:nth-of-type(1) dt a:after {
            content: "Company Training";
            color: #00459b;
            font-family: "Fredoka", sans-serif;
            font-size: 1rem; }
        .footer .footer-nav dl > div:nth-of-type(2) dt a {
          flex-direction: column; }
          .footer .footer-nav dl > div:nth-of-type(2) dt a:after {
            content: "Social Education";
            color: #e50065;
            font-family: "Fredoka", sans-serif;
            font-size: 1rem; }
        .footer .footer-nav dl > div dt {
          margin-bottom: 1rem; }
          .footer .footer-nav dl > div dt a {
            width: 100%;
            background: none;
            color: #00003e;
            font-size: 1.5rem;
            line-height: 1.3;
            border-radius: 0;
            padding: .5rem 0; }
        .footer .footer-nav dl > div dd {
          width: 100%; }
          .footer .footer-nav dl > div dd ul {
            flex-direction: column; }
            .footer .footer-nav dl > div dd ul li {
              width: 100%;
              margin: 0;
              padding: .5rem; }
            .footer .footer-nav dl > div dd ul a {
              font-size: 1.4rem;
              width: 100%;
              height: 3.6rem;
              background: #fff;
              border-radius: 5rem;
              color: #00459b; }
    .footer.active .footer-inner {
      left: 0;
      overflow: auto; } }
  .footer-copy {
    font-size: 1.2rem;
    line-height: 3.6rem;
    background: #46330D;
    font-family: "Fredoka", sans-serif;
    text-align: center;
    color: #57b52f; }

#pgTop a {
  width: 6.8rem;
  height: 6.8rem;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: rgba(51, 36, 26, 0.8);
  position: fixed;
  bottom: 15rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    #pgTop a {
      width: 4rem;
      height: 4rem;
      right: 1rem;
      bottom: 10rem; } }
  @media only screen and (max-width: 767px) {
    #pgTop a p {
      display: none; } }
  #pgTop a span {
    font-size: 2rem; }
  #pgTop a:hover {
    background: #57b52f; }
