@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@font-face {
  font-family: 'Icons';
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#Icons") format("svg"); }
@font-face {
  font-family: 'Form';
  src: url("../font/form.eot");
  src: url("../font/form.eot?#iefix") format("embedded-opentype"), url("../font/form.woff") format("woff"), url("../font/form.ttf") format("truetype"), url("../font/form.svg#Form") format("svg"); }
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", 'Noto Sans JP', "HGPｺﾞｼｯｸM",  "Osaka", "ＭＳ Ｐゴシック", sans-serif,"Century Gothic",Arial; }

html {
  overflow-y: scroll;
  scroll-padding-top: 100px;
  scroll-behavior: smooth; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px; }

body {
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

i {
  font-style: normal;
  font-family: "Icons"; }

b {
  font-weight: normal; }

address {
  font-style: normal; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

.TC {
  text-align: center; }

.TR {
  text-align: right; }

.TL {
  text-align: left; }

input, select, option, textarea, button {
  font-size: 16px; }

label {
  cursor: pointer; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label span::before {
    content: '□';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: -3px;
    -webkit-text-stroke: 0.5px #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal; }
  input[type=checkbox]:checked + label span::before {
    content: '■';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

input[type=radio] {
  display: none; }
  input[type=radio] + label span::before {
    content: '○';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    -webkit-text-stroke: 0.5px #999; }
  input[type=radio]:checked + label span::before {
    content: '●';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2; }

:-moz-placeholder {
  color: #000;
  opacity: 0.2; }

:-ms-input-placeholder {
  color: #ccc; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  cursor: pointer; }

option {
  cursor: pointer; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

span.select {
  display: inline-block;
  position: relative; }
  span.select::after {
    content: '↓';
    font-family: 'Icons';
    margin-left: -15px;
    font-size: 9px;
    z-index: -1;
    position: absolute;
    right: 8px;
    top: 11px; }

select {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  font-size: 13px;
  background: none; }

label.Chk {
  color: #000; }

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration, textarea::-webkit-search-decoration, button::-webkit-search-decoration {
    display: none; }
  input::focus, textarea::focus, button::focus {
    outline-offset: -2px; }

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.SP {
  display: none; }

body {
  padding-top: 140px;
  overflow-x: hidden; }
  body.ind {
    padding-top: 0px; }

#Hd {
  position: fixed;
  left: 3.5vw;
  right: 3.5vw;
  top: 40px;
  text-align: left;
  background: #004D7F;
  color: #fff;
  width: 93vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 50px;
  padding: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 10; }
  #Hd h1 {
    font-size: 10px; }
    #Hd h1 img.-c {
      width: 70px;
      max-width: 5vw;
      vertical-align: middle;
      margin: 0 15px 0 0;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    #Hd h1 img.-t {
      width: 275px;
      max-width: 20vw;
      vertical-align: middle;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  #Hd nav {
    margin-left: auto;
    padding-right: 1.5rem; }
  #Hd li {
    float: left;
    font-weight: bold;
    font-size: min(1.3vw, 1.2rem);
    position: relative;
    /*&:hover ul {display: block;}*/ }
    #Hd li a {
      display: block;
      padding: 1rem 1.5rem;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    #Hd li ul {
      display: none;
      position: absolute;
      left: -1.5rem;
      background: #004d7f;
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding: 1rem 1.5rem;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 10px; }
      #Hd li ul li {
        float: none;
        white-space: nowrap;
        font-size: 1rem;
        font-weight: normal; }
        #Hd li ul li a {
          padding: 0.5rem 0; }
          #Hd li ul li a::before {
            content: '＞';
            font-family: 'Icons';
            margin-right: 1rem;
            font-size: 0.8rem; }
  #Hd li.-hom {
    display: none; }
  #Hd a:hover {
    opacity: 0.75; }

.SCRL #Hd {
  width: 106vw;
  left: -3vw;
  right: -3vw;
  top: 0px;
  border-radius: 50px;
  padding: 10px 5%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .SCRL #Hd h1 img.-c {
    width: 40px; }
  .SCRL #Hd h1 img.-t {
    width: 180px; }
  .SCRL #Hd li {
    font-size: min(1.3vw, 1rem); }

#sHd {
  display: none; }

main {
  width: 94vw;
  margin: 0 0 0 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: nowrap; }

#Sub {
  width: 240px;
  min-width: 240px;
  margin-top: 60px; }

#Main {
  text-align: left;
  width: calc(100% - 240px - 3vw);
  margin-left: 6vw; }
  #Main .tit {
    background: #f0f0f0;
    padding: 100px 0 50px 3vw;
    margin-top: -50px;
    margin-left: -3vw; }
    #Main .tit h1 {
      font-size: 2.2rem;
      font-weight: normal;
      color: #004D7F;
      line-height: 1.2; }
  #Main .bre {
    padding: 3vw 0; }
    #Main .bre p {
      font-size: 1rem; }
      #Main .bre p span + span::before {
        content: '＞';
        font-family: 'Icons';
        font-size: 0.8rem;
        margin: 0 0.75rem; }

#sFt {
  display: none; }

.sub-menu {
  text-align: left;
  margin-bottom: 3rem; }
  .sub-menu > p {
    display: none; }
  .sub-menu > div {
    border: 2px solid #eee;
    border-width: 2px 0;
    padding: 1rem 0; }
    .sub-menu > div > p {
      font-size: 1.25rem;
      font-weight: bold;
      margin: 1rem 0; }
    .sub-menu > div > ul {
      margin: 1rem 0 1.5rem 1.25rem; }
      .sub-menu > div > ul li {
        margin: 1rem 0;
        margin-left: 1.25rem; }
        .sub-menu > div > ul li a {
          display: block; }
          .sub-menu > div > ul li a::before {
            content: '＞';
            font-family: 'Icons';
            /*margin-right:0.75rem;*/
            margin-left: -1.5rem;
            width: 1.5rem;
            display: inline-block;
            font-size: 85%; }
    .sub-menu > div > ul + p {
      margin-top: 2rem; }

.sub-box {
  border: 2px solid #eee;
  margin: 0 0 1.5rem 0; }
  .sub-box input {
    min-width: 200px;
    display: block;
    border-radius: 5px;
    margin: 0.5rem auto;
    padding: 0.5rem; }
  .sub-box input[type='text'], .sub-box input[type='password'] {
    background: #f0f0f0;
    font-size: 0.75rem; }
  .sub-box input[type='button'], .sub-box input[type='submit'] {
    background: #004D7F;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 1rem auto;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .sub-box input[type='button']:hover, .sub-box input[type='submit']:hover {
      opacity: 0.5 !important; }
  .sub-box h6 {
    background: #004D7F;
    color: #fff;
    font-size: 1.25rem;
    margin: -2px -2px 1rem -2px;
    padding: 1rem 0; }
  .sub-box time {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    margin: 1.5rem auto;
    display: block;
    font-weight: 300; }
  .sub-box iframe {
    margin: 1rem auto;
    display: block; }
  .sub-box > p, .sub-box > ul {
    text-align: left;
    margin: 0.75rem auto 1.25rem;
    max-width: 200px;
    display: block; }
    .sub-box > p li, .sub-box > ul li {
      margin: 0.5rem 0; }
      .sub-box > p li.-mp br, .sub-box > ul li.-mp br {
        display: none; }
    .sub-box > p a, .sub-box > ul a {
      font-weight: bold;
      color: #808080;
      position: relative;
      padding-left: 1.5rem;
      display: block; }
      .sub-box > p a::before, .sub-box > ul a::before {
        content: 'ウ';
        font-family: 'Icons';
        color: #004D7F;
        font-size: 1rem;
        font-weight: normal;
        width: 1rem;
        line-height: 1rem;
        position: absolute;
        left: 0px;
        top: 0.1rem; }
