/* --------------------------------------------------
	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: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #434343;
  letter-spacing: 1px; }

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

  .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; } }
span.link,
a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  a:hover {
    color: #2851af;
    text-decoration: none;
    opacity: 0.8; } }
small, .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

/* --------------------------------------------------
	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;
  zoom: 1;
  overflow: hidden; }

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

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

dl, dt, dd {
  zoom: 1;
  overflow: hidden; }

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

input, textarea, select, label {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

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

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; }

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

/* --------------------------------------
		105 other
-------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?agpyv2");
  src: url("../fonts/icomoon.eot?agpyv2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?agpyv2") format("truetype"), url("../fonts/icomoon.woff?agpyv2") format("woff"), url("../fonts/icomoon.svg?agpyv2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  position: relative; }

.icon-u:before {
  content: "\32"; }

.icon-d:before {
  content: "\33"; }

.icon-l:before {
  content: "\34"; }

.icon-r:before {
  content: "\35"; }

.icon-dr:before {
  content: "\39"; }

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

.icon-cr:before {
  content: "\e046"; }

.icon-contact:before {
  content: "\e900";
  transform: scale(-1, 1);
  display: inline-block; }

@media only screen and (min-width: 768px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  .header {
    background: rgba(255,255,255,0.6);
    min-width: 112rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999; }
    .header-logo {
      width: 15rem;
      position: absolute;
      left: 2rem;
      top: 1rem;
      z-index: 2;
      text-align: center; }
      .header-logo_img {
        width: 15rem;
        line-height: 1;
        margin-bottom: -.5rem; }
      .header-logo_img img {
        max-width: 100%;}
      .header-logo_txt {
        width: 14rem;
        margin: 0 auto; }
    .header-contact {
      position: absolute;
      right: 0;
      top: 2.4rem;
      z-index: 2; }
      .header-contact a {
        width: 17.8rem;
        display: block;
        background: #2851af;
        color: #fff;
        border-radius: 2.1rem 0 0 2.1rem;
        line-height: 4.2rem;
        text-align: center;
        font-weight: 700; }
    .header-nav {
      height: 9rem;
      padding: 0 18rem 0 17rem;
      text-align: center;
      position: relative;
      z-index: 1;
      clear: both; }
      .header-nav > ul {
        height: 9rem;
        font-size: 1.3rem;
        text-align: center;
        overflow: visible; }
        .header-nav > ul > li {
          display: inline-block;
          margin: 0 .3rem;
          overflow: visible; }
          .header-nav > ul > li > a {
            height: 9rem;
            line-height: 2rem;
            display: block;
            position: relative;
            padding: 3.5rem .4rem; }
            .header-nav > ul > li > a:hover:after {
              content: "";
              width: 100%;
              height: .3rem;
              background: #2851af;
              left: 0;
              bottom: 2.5rem;
              position: absolute; }
          .header-nav > ul > li .header-nav-more {
            width: 100%;
            max-height: 110rem;
            color: #fff;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 9rem;
            background: rgba(40, 81, 175, 0.9);
            z-index: -1;
            transition: all .5s; }
            .header-nav > ul > li .header-nav-more ul li {
              display: inline-block;
              margin: 0 .8rem; }
              .header-nav > ul > li .header-nav-more ul li a {
                font-size: 1.3rem;
                display: block;
                line-height: 6rem;
                padding: 0 .5rem;
                color: #fff;
                text-align: left; }
          .header-nav > ul > li.off .header-nav-more {
            max-height: 0; }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  .main-container {
    clear: both;
    margin-top: 12.5rem;
  }
  .main-container_header {
    background: rgba(40, 81, 175, 0.05);
    text-align: center;
    position: relative;
    padding: 6rem 0; }
    .main-container_header-pankuzu {
      left: 1rem;
      top: 1rem;
      font-size: 1.1rem;
      text-align: left;
      position: absolute; }
      .main-container_header-pankuzu ul {
        width: 112rem;
        margin: 0 auto; }
        .main-container_header-pankuzu ul li {
          display: inline-block;
          font-weight: 700;
          font-size: 1.2rem; }
          .main-container_header-pankuzu ul li a {
            font-weight: 400;
            font-size: 1rem; }
            .main-container_header-pankuzu ul li a:after {
              font-size: 1rem;
              content: " - ";
              color: #888;
              margin-left: .3rem; }
    .main-container_header-ttl {
      font-size: 1.4rem;
      text-align: center; }
    .main-container_header-en {
      display: block;
      letter-spacing: .3rem;
      font-size: 6rem;
      color: #2851af;
      line-height: 1; }
  .main-container_inner {
    width: 112rem;
    margin: 0 auto; }
  .main-container_btn {
    text-align: center;
    padding: 8rem 0 8rem; }
    .main-container_btn a {
      width: 48rem;
      margin: 0 auto;
      border: 0.1rem solid #2851af;
      line-height: 5rem;
      text-align: center;
      display: block; }
      .main-container_btn a i {
        color: #2851af; }
  .main-container:after {
    clear: both;
    content: "";
    display: block; }

  .aside-contact {
    background: #f5f5f5;
    height: 39rem;
    overflow: hidden; }
    .aside-contact_inner {
      text-align: center;
      padding-top: 12rem; }
      .aside-contact_inner p {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2;
        padding-bottom: 3rem; }
      .aside-contact_inner-btn a {
        width: 32rem;
        line-height: 6rem;
        border-radius: 3rem;
        background: #2851af;
        color: #fff;
        font-weight: 700;
        font-size: 1.8rem;
        display: block;
        margin: 0 auto; }
        .aside-contact_inner-btn a i {
          font-size: 3.2rem;
          margin-right: 1rem;
          position: relative;
          bottom: -.5rem; }
    .aside-contact_wrap {
      width: 112rem;
      margin: 0 auto;
      position: relative;
      padding-left: 65rem;
      height: 39rem; }
      .aside-contact_wrap figure {
        position: absolute;
        left: -10rem;
        top: 0;
        height: 100%;
        width: 65rem;
        background: url("../images/commons/fig_contact_2.jpg") no-repeat 50% 50%;
        background-size: cover; }
        .aside-contact_wrap figure:after, .aside-contact_wrap figure:before {
          content: "";
          width: 10rem;
          height: 100%;
          position: absolute;
          top: 0;
          background: url("../images/commons/contact_cover.png") no-repeat;
          background-size: 10rem 100%; }
        .aside-contact_wrap figure:before {
          right: 0; }
        .aside-contact_wrap figure:after {
          left: 0;
          transform: scale(-1, -1); }

  .footer {
    clear: both;
    background: #434343; }
    .footer-about {
      width: 20%;
      float: left;
      color: #fff;
      text-align: center;
      font-size: 1rem; }
      .footer-about_logo {
        margin-bottom: .5rem; }
      .footer-about b {
        font-size: 1.3rem; }
      .footer-about span {
        font-size: 1rem; }
      .footer-about p {
        font-size: 1.2rem;
        padding-bottom: 2rem; }
        .footer-about p a {
          border: .1rem solid #fff;
          line-height: 2.8rem;
          display: inline-block;
          padding: 0 1rem;
          color: #fff; }
      .footer-about ul {
        text-align: center; }
        .footer-about ul li {
          font-size: 1.1rem; }
          .footer-about ul li a {
            color: #fff; }
    .footer-nav {
      width: 70%;
      text-align: left;
      float: right;
      padding-left: 16px; }
      .footer-nav > ul {
        width: 33%;
        float: left; }
        .footer-nav > ul > li {
          padding-bottom: 1rem; }
          .footer-nav > ul > li ul {
            padding-left: 2rem;
            font-size: 1.2rem; }
            .footer-nav > ul > li ul i {
              margin-right: .5rem;
              font-size: 1rem; }
          .footer-nav > ul > li a {
            display: block;
            color: #fff;
            padding: .5rem; }
            .footer-nav > ul > li a i {
              margin-right: 1rem;
              font-size: 1.2rem; }
    .footer-wrap {
      width: 112rem;
      margin: 0 auto;
      padding: 6rem 0;
      overflow: hidden; }
    .footer-copy {
      color: #fff;
      background: #343434;
      line-height: 6rem;
      text-align: center;
      font-size: 1rem; } }
@media only screen and (max-width: 767px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999; }
    .header-logo {
      text-align: left;
      line-height: 5rem;
      padding-left: 1rem;
      background: #fff; }
      .header-logo_img {
        width: 10rem;
        display: inline-block;
        margin-right: .5rem; }
      .header-logo_img img {
        max-width: 80%;}
      .header-logo_txt {
        width: 14rem;
        display: inline-block; }
    .header_menu {
      width: 5rem;
      height: 5rem;
      position: absolute;
      right: 0;
      top: 0;
      padding: .9rem 1.1rem .9rem 1.3rem;
      text-align: left;
      z-index: 999; }
      .header_menu.on span {
        width: 1.6rem;
        position: absolute;
        top: 50%;
        margin: 0;
        margin-top: -.15rem; }
        .header_menu.on span:nth-of-type(1) {
          left: 50%;
          transform: rotate(45deg);
          margin-left: -.8rem; }
        .header_menu.on span:nth-of-type(2) {
          right: 50%;
          transform: rotate(-45deg);
          margin-right: -.8rem; }
        .header_menu.on span:nth-of-type(3) {
          display: none; }
      .header_menu span {
        width: 1.6rem;
        height: .2rem;
        background: #666;
        margin: .7rem auto;
        display: block; }
    .header-nav.on ul {
      max-height: 100vh;
      opacity: 1; }
    .header-nav > ul {
      width: 100%;
      max-height: 0;
      position: absolute;
      left: 0;
      top: 5rem;
      overflow: scroll;
      opacity: 0;
      transition: all .5s;
      background: #f8f8f8; }
      .header-nav > ul > li {
        line-height: 5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        position: relative; }
        .header-nav > ul > li > a, .header-nav > ul > li > span {
          text-align: left;
          line-height: 5rem;
          letter-spacing: 2px;
          padding: 0px 1.5rem;
          display: block;
          position: relative; }
          .header-nav > ul > li > a i, .header-nav > ul > li > span i {
            display: none; }
        .header-nav > ul > li .header-nav-more {
          max-height: 0;
          overflow: hidden;
          transition: all .5s; }
          .header-nav > ul > li .header-nav-more ul {
            padding: .5rem 2rem; }
            .header-nav > ul > li .header-nav-more ul li a {
              font-size: 1.2rem;
              display: block;
              line-height: 3.6rem; }
              .header-nav > ul > li .header-nav-more ul li a i {
                margin-right: .5rem;
                color: #2851af; }
                .header-nav > ul > li .header-nav-more ul li a i:before {
                  content: "\e046"; }
        .header-nav > ul > li:before {
          font-size: 1.2rem;
          line-height: 5rem;
          font-family: 'icomoon' !important;
          content: "\35";
          position: absolute;
          top: 0;
          right: 1rem;
          color: #2851af; }
        .header-nav > ul > li.off:before {
          content: "\33"; }
        .header-nav > ul > li.on:before {
          content: "\32"; }
        .header-nav > ul > li.on .header-nav-more {
          max-height: 100rem; }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  .main-container {
    clear: both;
    margin-top: 8rem; }
    .main-container:after {
      clear: both;
      content: "";
      display: block; }
    .main-container_header {
      background: rgba(40, 81, 175, 0.05);
      text-align: center;
      position: relative;
      padding: 2.4rem 0; }
      .main-container_header-pankuzu {
	      display: none;
        left: 1rem;
        top: .5rem;
        font-size: .9rem;
        text-align: left;
        position: absolute; }
        .main-container_header-pankuzu ul li {
          display: inline-block;
          font-weight: 700; }
          .main-container_header-pankuzu ul li a {
            font-weight: 400; }
            .main-container_header-pankuzu ul li a:after {
              font-size: 1rem;
              content: " - ";
              color: #888;
              margin-left: .2rem; }
      .main-container_header-ttl {
        font-size: 1rem;
        text-align: center; }
      .main-container_header-en {
        display: block;
        letter-spacing: .3rem;
        font-size: 3rem;
        color: #2851af;
        line-height: 1; }
    .main-container_btn {
      text-align: center;
      padding: 2rem 0 5rem; }
      .main-container_btn a {
        width: 24rem;
        font-size: 1.3rem;
        margin: 0 auto;
        border: 0.1rem solid #2851af;
        line-height: 5rem;
        text-align: center;
        display: block; }
        .main-container_btn a i {
          color: #2851af; }

  .page-btn {
    text-align: center; }
    .page-btn a {
      letter-spacing: 3px;
      width: 24rem;
      display: block;
      margin: 0 auto;
      line-height: 5rem;
      border-radius: 2.5rem;
      color: #fff; }

  .aside-contact {
    background: #f5f5f5;
    overflow: hidden;
    padding: 3rem 0; }
    .aside-contact_inner {
      text-align: center; }
      .aside-contact_inner p {
        font-weight: 700;
        font-size: 1.5rem;
        padding-bottom: 1.5rem; }
      .aside-contact_inner-btn a {
        width: 28rem;
        line-height: 4.2rem;
        border-radius: 2.1rem;
        background: #2851af;
        color: #fff;
        font-weight: 700;
        font-size: 1.5rem;
        display: block;
        margin: 0 auto; }
        .aside-contact_inner-btn a i {
          display: none; }

  /* --------------------------------------
  		104 footer
  -------------------------------------- */
  .footer {
    background: #434343;
    clear: both;
    position: relative;
    padding-top: 3rem; }
    .footer-about {
      color: #fff;
      text-align: center;
      font-size: 1rem;
      padding-bottom: 2.5rem; }
      .footer-about_logo {
        margin-bottom: 2rem; }
        .footer-about_logo img {
          width: 12rem; }
      .footer-about b {
        font-size: 1.3rem; }
      .footer-about span {
        font-size: 1rem; }
      .footer-about p {
        font-size: 1.2rem;
        line-height: 1.4;
        padding-bottom: 2rem; }
        .footer-about p a {
          border: .1rem solid #fff;
          line-height: 2.8rem;
          display: inline-block;
          padding: 0 1rem;
          color: #fff; }
      .footer-about ul {
        text-align: center; }
        .footer-about ul li {
          font-size: 1rem; }
          .footer-about ul li a {
            color: #fff; }
    .footer-copy {
      color: #fff;
      background: #343434;
      line-height: 4.5rem;
      text-align: center;
      font-size: .9rem; } }


/* faq */
@media only screen and (min-width: 768px) {
  .aside-faq {
    width: 98rem;
    margin: 0 auto 10rem;
    position: relative;
    z-index: 1;
    padding: .2rem;
    border: 0.3rem solid #2851af;
    clear: both; }
    .aside-faq:hover {
      opacity: 0.8; }
    .aside-faq a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .aside-faq_wrap {
      border: 0.1rem solid #2851af;
      padding: 5rem 0 5rem 30rem; }
    .aside-faq_header {
      width: 30rem;
      text-align: center;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 0;
      padding: 3.5rem 0; }
      .aside-faq_header-en {
        font-size: 4rem;
        color: #2851af;
        display: inline-block;
        margin-right: 1.5rem;
        letter-spacing: .5rem; }
      .aside-faq_header-ttl {
        font-size: 1.2rem;
        display: inline-block;
        position: relative;
        bottom: 1rem; }
    .aside-faq i {
      position: absolute;
      font-size: 1.6rem;
      right: 2rem;
      top: 50%;
      line-height: 1;
      margin-top: -.5em; }
    .aside-faq_inner {
      padding-left: 3rem;
      line-height: 8rem;
      position: relative; }
}
@media only screen and (max-width: 767px) {
  .aside-faq {
    margin: 0 1rem 4rem;
    position: relative;
    z-index: 1;
    border: 0.1rem solid #2851af;
    clear: both; }
    .aside-faq a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .aside-faq_wrap {
      padding: 1rem 2rem 2rem 2rem; }
    .aside-faq_header {
      border-bottom: 0.1rem solid #2851af;
      text-align: left;
      vertical-align: middle;
      display: inline-block; }
      .aside-faq_header-en {
        font-size: 3.2rem;
        color: #2851af;
        display: inline-block;
        margin-right: 1rem;
        letter-spacing: .5rem; }
      .aside-faq_header-ttl {
        font-size: 1.1rem;
        display: inline-block;
        position: relative; }
    .aside-faq i {
      position: absolute;
      font-size: 1.6rem;
      right: 1.5rem;
      top: 50%;
      line-height: 1;
      margin-top: -.5em;
      color: #2851af; }
    .aside-faq_inner {
      position: relative;
      font-size: 1.2rem;
      padding-top: 1rem; } 

}


/* banner */
.header > .banner {
  background: #003366;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.header > .banner img.banner-pc {
  height: 2.5rem;
}
.header > .banner img.banner-sp {
  display: none;
}
.header > .banner > span {
}
.header > .banner > span:before {
  content: "“";
}
.header > .banner > span:after {
  content: "”";
}
@media only screen and (max-width: 767px) {
  .header > .banner {
    font-size: 0.8rem;
    padding: 0;
  }
  .header > .banner img.banner-pc {
    display: none;
  }
  .header > .banner img.banner-sp {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .header > .banner > span {
    display: block;
  }
}
