@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&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;
  font-size: 16px;
  scroll-padding-top: 150px; }
  @media screen and (max-width: 960px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 560px) {
    html {
      font-size: 14px; } }

html:focus-within {
  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 {
  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 {
  -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 {
    display: none; }
  input::focus, textarea::focus {
    outline-offset: -2px; }

.SP {
  display: none; }

body {
  padding-top: 150px; }

header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10;
  background: #fff; }

#Hd {
  text-align: left;
  height: 150px;
  position: relative;
  -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; }
  #Hd h1 {
    padding: 25px 0 0 25px;
    font-size: 1rem;
    -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; }
    #Hd h1 img {
      max-width: 450px;
      width: 40%;
      -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; }
  #Hd .hdn-sub {
    position: absolute;
    right: 210px;
    top: 0px; }
    #Hd .hdn-sub ul {
      padding-top: 15px;
      -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; }
    #Hd .hdn-sub li {
      line-height: 30px;
      font-size: 0.96rem;
      float: left; }
      #Hd .hdn-sub li a {
        display: block;
        padding: 0 1.5rem;
        font-weight: bold;
        color: #888;
        -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; }
        #Hd .hdn-sub li a img {
          height: 25px;
          vertical-align: middle; }
        #Hd .hdn-sub li a:hover {
          color: #2670BF; }
        #Hd .hdn-sub li a::after {
          display: none !important; }
    #Hd .hdn-sub li + li {
      border-left: 1px solid #777; }
  #Hd .hdn-glo {
    position: absolute;
    right: 0px;
    bottom: 15px;
    -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; }
    #Hd .hdn-glo li {
      float: left;
      position: relative;
      overflow: hidden; }
      #Hd .hdn-glo li a {
        display: block;
        padding: 0.5rem 1rem;
        line-height: 30px;
        font-weight: bold;
        font-size: 1.1rem;
        color: #444; }
        #Hd .hdn-glo li a:hover {
          color: #892157; }
    #Hd .hdn-glo li ul {
      position: absolute;
      left: -1rem;
      top: 2.5rem;
      border: 1px solid #ddd;
      padding: 1rem 2rem 1rem 1.5rem;
      background: #fff;
      opacity: 0;
      z-index: -10;
      -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; }
      #Hd .hdn-glo li ul li {
        float: none;
        white-space: nowrap; }
        #Hd .hdn-glo li ul li a {
          padding: 0rem;
          font-weight: normal;
          font-size: 0.9rem; }
          #Hd .hdn-glo li ul li a::before {
            content: '＞';
            font-family: 'Icons';
            font-size: 75%;
            margin-right: 0.5rem; }
    #Hd .hdn-glo li:last-child ul {
      left: inherit;
      right: 1rem; }
    #Hd .hdn-glo li:hover {
      overflow: visible; }
      #Hd .hdn-glo li:hover ul {
        display: block;
        opacity: 1;
        z-index: 3; }
    #Hd .hdn-glo .-gc {
      display: none !important; }
  #Hd .hdn-fot,
  #Hd .hdn-ins {
    display: none; }

.hdn-tar {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 210px;
  background: #2670BF;
  border-radius: 0 0 0 15px;
  text-align: left; }
  .hdn-tar li span {
    color: #fff;
    display: block;
    font-size: 0.96rem;
    font-weight: bold;
    line-height: 27px;
    padding: 16px 0;
    padding-left: 23px;
    -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;
    cursor: pointer; }
    .hdn-tar li span img {
      width: 27px;
      margin-right: 10px; }
  .hdn-tar ul li ul {
    display: none;
    padding: 5px 0 15px 0; }
    .hdn-tar ul li ul li {
      -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; }
      .hdn-tar ul li ul li a {
        display: block;
        padding: 0.25rem 0;
        color: #fff;
        padding-left: 60px;
        font-size: 0.96rem;
        font-weight: bold; }

#sHd {
  display: none; }

.SCRL #Hd {
  height: 90px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .SCRL #Hd h1 {
    padding: 10px 0 0 10px; }
    .SCRL #Hd h1 img {
      max-width: 300px;
      width: 30%; }
  .SCRL #Hd .hdn-sub ul {
    padding-top: 5px; }
  .SCRL #Hd .hdn-glo {
    bottom: 0px; }
.SCRL .hdn-tar li span {
  padding: 6px 0;
  padding-left: 23px; }
.SCRL .hdn-tar ul li ul li:first-child {
  padding-top: 10px; }
