/* Scss Document 
*****************************************************************/
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&display=swap");
html {
  font-size: 62.5%; }

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;
  vertical-align: baseline;
  background: transparent; }

body {
  background-color: #FFF;
  color: #000;
  font-size: 1.3rem;
  line-height: 1em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

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; }

/* mixin
*********************************************************************/
/* media query */
/* module
******************************************************************/
#wrapper {
  position: relative; }

.clearfix {
  /*display: inline-table;*/ }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

@media all and (max-width: 768px) {
  .pconly {
    display: none; } }

.sponly {
  display: none; }
  @media all and (max-width: 768px) {
    .sponly {
      display: block; } }

.portraitonly {
  display: none; }
  @media all and (max-width: 494px) {
    .portraitonly {
      display: block; } }

@media all and (max-width: 768px) {
  .spnone {
    display: none; } }

@media all and (max-width: 494px) {
  .portraitnone {
    display: none; } }

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: all 300ms 0s ease; }
  a:hover {
    color: #d4422d; }
    a:hover img {
      opacity: 0.7;
      transition: all 300ms 0s ease; }
  a:active {
    color: #0099c5;
    text-decoration: underline; }

/* pagetop
---------------------------------------------------------------*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1500; }
  #pagetop a {
    overflow: hidden;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 8px; }
  @media all and (max-width: 768px) {
    #pagetop {
      right: 10px;
      width: 50px;
      height: 50px; }
      #pagetop img {
        width: 100%;
        height: auto; } }

/* elements
-----------------------------------------------------------------*/
#inside {
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  position: relative; }
  #inside aside {
    width: 200px;
    height: 100%;
    position: fixed;
    left: 0px;
    transition: all 300ms 0s ease;
    background-color: #EDEDED;
    overflow: auto;
    z-index: 100; }
  #inside .contents {
    width: calc(100% - 200px);
    transition: all 300ms 0s ease;
    position: relative;
    z-index: 10; }
  @media all and (max-width: 768px) {
    #inside aside {
      left: -200px; }
    #inside .contents {
      width: calc(100% - 0px); } }

.top #inside aside {
  left: -200px; }
.top #inside .contents {
  width: calc(100% - 0px); }

.open #inside aside {
  left: 0px;
  width: 200px; }
.open #inside .contents {
  width: calc(100% - 200px); }
@media all and (max-width: 768px) {
  .open #inside .contents {
    width: calc(100% - 0px); } }

.open .top #inside aside {
  left: 0px;
  width: 200px; }
.open .top #inside .contents {
  width: calc(100% - 200px); }
@media all and (max-width: 768px) {
  .open .top #inside .contents {
    width: calc(100% - 0px); } }

.area_header {
  width: 100%;
  background-position: center center;
  background-size: cover; }

.block_header {
  width: 100%;
  height: 300px;
  position: relative; }
  .block_header .box_ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #FFF; }
    .block_header .box_ttl p {
      font-size: 2rem;
      line-height: 1.2em;
      padding: 0 0 5px;
      text-shadow: 0px 0px 40px #666; }
    .block_header .box_ttl h1 {
      font-size: 5rem;
      line-height: 1.2em;
      font-weight: 700;
      text-shadow: 0px 0px 40px #666; }
      .block_header .box_ttl h1 span {
        font-size: 4rem;
        padding: 0 8px 0 0; }
  @media all and (max-width: 768px) {
    .block_header {
      height: 200px; }
      .block_header .box_ttl p {
        font-size: 1.8rem; }
      .block_header .box_ttl h1 {
        font-size: 3.8rem; }
        .block_header .box_ttl h1 span {
          font-size: 3rem; } }
  @media all and (max-width: 494px) {
    .block_header .box_ttl p {
      font-size: 1.6rem; }
    .block_header .box_ttl h1 {
      font-size: 3.2rem; }
      .block_header .box_ttl h1 span {
        font-size: 2.4rem;
        padding: 0 0px 0 0; } }

.area_footer {
  padding: 40px 10px;
  text-align: center;
  border-top: #EDEDED solid 1px; }
  .area_footer .box_logo {
    line-height: 0em;
    width: 220px;
    margin: 0 auto;
    padding: 0 0 8px; }
    .area_footer .box_logo img {
      width: 100%;
      height: auto; }
  .area_footer h2 {
    font-size: 3rem;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0 0 40px; }
  .area_footer h3 {
    font-size: 2.6rem;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0 0 10px; }
  .area_footer p {
    font-size: 1.3rem;
    line-height: 1.4em; }
  @media all and (max-width: 768px) {
    .area_footer h2 {
      font-size: 2.4rem; } }

.area_nav {
  width: 160px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }
  .area_nav h2 {
    width: 120px;
    margin: 0 auto;
    line-height: 0em; }
    .area_nav h2 img {
      width: 100%;
      height: auto; }
  .area_nav h3 {
    font-size: 1.8rem;
    line-height: 1.2em;
    font-weight: 400; }
  .area_nav nav {
    display: inline-block; }
    .area_nav nav ul {
      padding: 6px 0 0; }
      .area_nav nav ul li {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.2em;
        padding: 6px 0; }
        .area_nav nav ul li::before {
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          content: "\f105";
          color: #d4422d;
          padding: 0 4px 0 0; }

.area_secondary {
  padding: 0 10px; }

.block_secondary {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 30px; }

.breadcrumb {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box; }
  .breadcrumb ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .breadcrumb ul li {
      line-height: 1.3em;
      font-size: 1.2rem;
      text-align: left;
      color: #FFF; }
      .breadcrumb ul li a {
        color: #FFF; }
        .breadcrumb ul li a::after {
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          content: "\f105";
          padding: 0 8px; }
        .breadcrumb ul li a:hover {
          color: #d4422d; }
          .breadcrumb ul li a:hover::after {
            color: #FFF;
            cursor: default; }
  @media all and (max-width: 494px) {
    .breadcrumb ul {
      justify-content: flex-start; } }

.bold_weight {
  font-weight: 700; }
