@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
body {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: "Josefin Sans","ヒラギノ角ゴ ProN W6","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","メイリオ Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 10px; } }

.wrapper {
  max-width: 100%;
  overflow: hidden; }

section {
  max-width: 100%;
  position: relative;
  min-height: 700px; }
  @media screen and (max-width: 767px) {
    section {
      height: auto !important;
      min-height: 500px; } }

.section-01 {
  height: 100vh !important; }

ul {
  list-style: none; }

a {
  color: #fff;
  text-decoration: none; }

.lead {
  font-size: 18px;
  margin: 0 0 15px; }
  @media screen and (max-width: 767px) {
    .lead {
      font-size: 10px; } }

.f_10 {
  font-size: 10px; }

.inner {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0 80px; }
  @media screen and (max-width: 1179px) {
    .inner {
      padding: 50px 12px 40px;
      box-sizing: border-box; } }

/* Scss Document */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff52;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0); }
  @media screen and (max-width: 1179px) {
    .header {
      background-color: rgba(0, 0, 0, 0);
      box-shadow: none; } }
  .header .hd_inner {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    height: 100%; }
  .header-logo {
    width: 150px;
    height: 65px;
    margin-left: 20px; }
    @media screen and (max-width: 1179px) {
      .header-logo {
        width: 150px;
        height: 55px;
        margin-left: 12px;
        position: relative;
        top: 5px; } }
    .header-logo img {
      width: 100%;
      height: 100%; }
  .header nav {
    margin-right: 30px; }
    @media screen and (max-width: 1179px) {
      .header nav {
        float: none;
        margin: 0 0 0 0;
        overflow: hidden;
        position: relative;
        left: 0; } }
    .header nav .toggle {
      display: none; }
      @media screen and (max-width: 1179px) {
        .header nav .toggle {
          display: block;
          position: fixed;
          top: 5px;
          right: 5px;
          z-index: 999999;
          width: 40px;
          height: 40px;
          padding: 5px;
          box-sizing: border-box;
          background-image: url("../img/active.png");
          background-size: cover;
          background-color: #0b3350c7;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
          .header nav .toggle a {
            color: #0b3350;
            display: block;
            text-align: center; } }
    @media screen and (max-width: 1179px) {
      .header nav .toggle.active {
        background: url("../img/active2.png");
        background-size: cover;
        background-color: #0b3350c7; } }
  .header-menu {
    justify-content: space-between;
    text-align: center; }
    @media screen and (min-width: 1180px) {
      .header-menu {
        display: flex !important; } }
    @media screen and (max-width: 1179px) {
      .header-menu {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        overflow: hidden;
        position: relative;
        left: 0;
        box-sizing: border-box;
        background-color: #cac03a; } }
    .header-menu__item {
      margin: 15px 13px 0; }
      @media screen and (max-width: 1179px) {
        .header-menu__item {
          margin: 0 0 0 0;
          border-left: none;
          border-bottom: 1px solid #fff;
          line-height: 1;
          vertical-align: middle;
          font-size: 14px;
          box-sizing: border-box;
          width: 100%;
          padding: 15px 10px;
          text-align: center; } }
      .header-menu__item_en {
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .header-menu__item_en {
            font-size: 12px; } }
        @media screen and (max-width: 1179px) {
          .header-menu__item_en {
            color: #fff;
            font-size: 11px;
            line-height: 1.6; }
            .header-menu__item_en:hover {
              opacity: 0.5; } }
      .header-menu__item_ja {
        font-size: 10px; }
        @media screen and (max-width: 1179px) {
          .header-menu__item_ja {
            color: #fff;
            font-size: 11px;
            line-height: 1.6; }
            .header-menu__item_ja:hover {
              opacity: 0.5; } }
      @media screen and (min-width: 1180px) {
        .header-menu__item .con {
          display: block;
          border: 1px solid rgba(0, 0, 0, 0.8);
          color: rgba(0, 0, 0, 0.8);
          padding: 8px 15px 5px;
          position: relative;
          top: -10px;
          background-color: rgba(255, 255, 255, 0.25); } }

@media screen and (max-width: 1179px) {
  #menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: scroll;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8); } }
@media screen and (min-width: 1180px) {
  #menu {
    display: block !important; } }
@media screen and (max-width: 1179px) {
  #menu .menu__item a {
    display: block;
    padding: 0 0;
    margin: 0;
    padding: 20px 0;
    color: #555;
    font-weight: 800; } }

footer {
  background: #29586f;
  padding: 20px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 25px 30px; } }
  footer .foot__img {
    width: 80px;
    height: 80px; }
    footer .foot__img img {
      width: 100%;
      height: 100%; }
  footer p {
    padding: 30px 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      footer p {
        padding: 30px 10px; } }

.pagebottom {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  background: #fff;
  border-radius: 50px;
  z-index: 100; }
  .pagebottom a {
    display: block;
    height: 100px; }
    .pagebottom a img {
      width: 100%;
      height: 100%; }
