@charset "UTF-8";
/* Sass Document */
/* Scss Document */
/* 全体
============================================================================================================*/
* {
  padding: 0px;
  margin: 0px; }

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%;
  font-weight: normal; }

/* body
============================================================================================================*/
body {
  color: #000000;
  font-size: 1em;
  line-height: 1.8;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: 'Noto Sans JP','Roboto',  sans-serif;
  margin-top: 0px;
  background-color: #fff; }

.jsps img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 100%; }
.jsps a {
  text-decoration: none;
  color: #003399;
  transition: 0.5s; }
  .jsps a img {
    border-style: none; }
.jsps .clear {
  clear: both; }
  .jsps .clear hr {
    display: none; }
.jsps a:hover {
  text-decoration: underline;
  color: #FF6600;
  transition: 0.5s; }
.jsps ul li {
  list-style-type: none; }
.jsps .ankerbox {
  position: relative; }
  .jsps .ankerbox a {
    position: absolute;
    top: -60px; }

/* Scss Document */
:root {
  --text-cl: #9c1900;
  --box-cl: #9c1900;
  --box2-cl: #9c1900; }

header {
  margin-left: 10px;
  margin-right: 10px;
  color: var(--text-cl);
  line-height: 150%;
  padding-top: 40px;
  border-bottom: 3px solid var(--text-cl);
  padding-bottom: 10px;
  margin-bottom: 35px; }
  header h1 {
    font-size: 290%;
    font-weight: 600;
    margin-bottom: 20px; }
    header h1 a {
      color: var(--text-cl);
      text-decoration: none; }
      header h1 a:hover {
        text-decoration: none; }
  header p {
    font-size: 180%;
    font-weight: 600; }

footer {
  height: 50px; }

.top {
  position: fixed;
  z-index: 998;
  bottom: 10px;
  right: 10px; }
  .top a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: white;
    justify-content: center;
    align-items: center;
    background: #b31010;
    display: flex; }
    .top a:hover {
      background: #ff8803;
      text-decoration: none; }

.back {
  position: fixed;
  z-index: 998;
  bottom: 10px;
  left: 10px; }
  .back a {
    width: 80px;
    height: 60px;
    border-radius: 10px;
    color: white;
    justify-content: center;
    align-items: center;
    background: #c71919;
    display: flex; }
    .back a:hover {
      background: #ff8803;
      text-decoration: none; }

.copy {
  color: dimgray;
  text-align: right;
  font-size: 80%; }
  .copy a {
    color: gray; }

/* Scss Document */
/* Scss Document contents */
.cp_fullscreenmenu {
  display: none; }

.jsps {
  min-height: 500px; }
  .jsps .section {
    max-width: 1024px;
    min-width: 740px;
    margin-left: auto;
    margin-right: auto; }
  .jsps .contents {
    padding-left: 5px;
    padding-right: 5px; }
    .jsps .contents .head {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      align-items: center; }
      .jsps .contents .head dt {
        flex-basis: 45%;
        margin-bottom: 40px; }
      .jsps .contents .head dd {
        flex-basis: 53%;
        display: flex;
        flex-direction: column; }
        .jsps .contents .head dd ul {
          background-repeat: repeat-y;
          background-position: left;
          background-color: #c67d77;
          margin-bottom: 10px;
          margin-left: 20px;
          background-image: url(../img/inta-bg.gif); }
        .jsps .contents .head dd li {
          background-color: var(--box2-cl);
          color: white;
          position: relative;
          margin-bottom: 20px;
          padding: 15px;
          transform: translateX(-20px) translateY(-20px); }
          .jsps .contents .head dd li:last-child {
            margin-bottom: 0px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .jsps .contents .head dd li:last-child p {
              max-width: 350px;
              text-align: left;
              font-size: 115%;
              padding-left: 20px;
              padding-right: 20px; }
          .jsps .contents .head dd li h2 {
            font-weight: 600;
            font-size: 230%;
            text-align: center;
            line-height: 150%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .jsps .contents .head dd li h2 a {
              color: white;
              font-size: 30%;
              font-weight: 400;
              border: 1px solid white;
              width: 70px;
              display: flex;
              justify-content: center;
              align-items: center;
              max-height: 20px;
              line-height: 50px;
              margin-left: 10px;
              border-radius: 3px; }
              .jsps .contents .head dd li h2 a:hover {
                background-color: white;
                color: var(--text-cl);
                text-decoration: none; }
          .jsps .contents .head dd li h3 {
            text-align: center;
            line-height: 120%;
            margin-bottom: 10px; }
          .jsps .contents .head dd li h4 {
            display: flex;
            justify-content: center;
            align-items: center; }
            .jsps .contents .head dd li h4 a {
              color: white;
              display: flex;
              justify-content: center;
              align-items: center; }
              .jsps .contents .head dd li h4 a:hover {
                text-decoration: none;
                color: #ff4700; }
                .jsps .contents .head dd li h4 a:hover:after {
                  border-bottom: solid 1px #ff4700;
                  border-right: solid 1px #ff4700; }
              .jsps .contents .head dd li h4 a:after {
                content: "■";
                margin-left: 5px;
                border-bottom: solid 1px white;
                border-right: solid 1px white;
                line-height: 100%;
                padding-bottom: 1px;
                padding-right: 1px;
                padding-left: -1px;
                padding-top: -1px; }
        .jsps .contents .head dd article {
          display: flex;
          color: var(--text-cl);
          line-height: 140%; }
          .jsps .contents .head dd article:before {
            content: "Keyword：";
            margin-right: 3px; }
    .jsps .contents section h3 {
      color: var(--text-cl);
      font-size: 140%;
      font-weight: 600;
      padding: 10px;
      border-bottom: 2px solid var(--text-cl);
      margin-bottom: 15px;
      line-height: 130%; }
    .jsps .contents section article {
      padding-left: 30px;
      padding-right: 13px;
      margin-bottom: 40px; }
      .jsps .contents section article p {
        text-indent: 18px;
        margin-bottom: 5px; }
      .jsps .contents section article div {
        background-color: var(--box2-cl);
        margin: 25px;
        color: white; }
        .jsps .contents section article div img {
          background: white;
          display: block;
          width: 100%; }
        .jsps .contents section article div span {
          padding: 10px;
          display: block;
          text-align: left;
          line-height: 120%; }

/* Scss Document */
.contact {
  margin-top: 20px;
  padding-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .contact input[type="text"], .contact textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contact dl {
    background: white;
    display: flex;
    justify-content: space-between; }
    .contact dl dt {
      flex-basis: 30%;
      text-align: left; }
    .contact dl dd {
      flex-basis: 70%; }
    .contact dl dt, .contact dl dd {
      padding: 10px; }
    .contact dl dd input {
      padding: 8px; }
    .contact dl:nth-child(even) {
      background: rgba(213, 213, 213, 0.2); }
  .contact p {
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact p input {
      padding: 15px;
      min-width: 280px;
      font-size: 110%;
      cursor: pointer;
      cursor: hand;
      border: 1px gray solid;
      background: white; }
      .contact p input:hover {
        background: #ffd27f; }
  .contact article {
    font-size: 80%;
    text-align: center;
    margin-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 480px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .cp_fullscreenmenu {
    display: block; }

  .cp_fullscreenmenu {
    position: fixed;
    z-index: 998;
    top: 5px;
    right: 5px;
    border: 1px solid #ababab; }

  /*menuコンテンツ*/
  .cp_fullscreenmenu .menu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center; }

  .cp_fullscreenmenu .menu > div {
    display: flex;
    overflow: hidden;
    width: 200vw;
    height: 200vw;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;
    color: #212121;
    flex: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8); }

  .cp_fullscreenmenu .menu > div > ul {
    max-height: 200vh;
    margin: 0;
    padding: 0 1em;
    list-style: none;
    opacity: 0;
    width: 100%; }

  .cp_fullscreenmenu .menu > div > ul > li {
    display: block;
    padding: 0;
    font-size: 90%;
    border-bottom: 1px dotted white; }

  .cp_fullscreenmenu .menu > div > ul > li a {
    display: block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    color: white; }

  /*クリックしたらメニューが開閉の動作*/
  .cp_fullscreenmenu .toggle {
    position: fixed;
    z-index: 999;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    right: 0px; }

  .cp_fullscreenmenu .toggle:checked + .hamburger > span {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

  .cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
  .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
    opacity: 0; }

  .cp_fullscreenmenu .toggle:checked ~ .menu {
    visibility: visible;
    pointer-events: auto; }

  .cp_fullscreenmenu .toggle:checked ~ .menu > div {
    transition-duration: 0.75s;
    -webkit-transform: scale(1);
    transform: scale(1); }

  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
    opacity: 1; }

  .cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }

  /*ハンバーガー*/
  .cp_fullscreenmenu .hamburger {
    z-index: 980;
    top: 5px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0.5em 1em;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    border-radius: 0 0.12em 0.12em 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 0%;
    background-color: white;
    position: fixed;
    border: 1px solid #cccccc; }

  .cp_fullscreenmenu .hamburger > span {
    position: relative;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.4s ease;
    background-color: #525252;
    right: 0px; }

  .cp_fullscreenmenu .hamburger > span:before,
  .cp_fullscreenmenu .hamburger > span:after {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    transition: all 0.4s ease;
    background: inherit; }

  .cp_fullscreenmenu .hamburger > span:after {
    top: 10px; }

  .dropdown {
    display: inline-block;
    width: 100%; }

  #tg, #tg2 {
    display: none; } }
/* Scss mobile contents */
@media screen and (max-width: 480px) {
  .section {
    min-width: 310px;
    max-width: 480px; }

  header h1 {
    font-size: 200%;
    margin-bottom: 5px; }

  header p {
    font-size: 90%; }

  .contents .head {
    flex-direction: column;
    padding: 15px; }

  .contents section article div span {
    font-size: 90%; }

  .contents section article {
    padding-left: 5px;
    padding-right: 5px; }

  .contents section article div {
    margin: 5px;
    margin-top: 30px; }

  .contents .head dd article {
    display: block; }

  .contents .head dt {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }

  .contents .head dd li h2 {
    font-weight: 600;
    font-size: 180%;
    line-height: 150%; }

  .contents .head dd li h3 {
    text-align: center;
    line-height: 120%;
    margin-bottom: 10px; }

  .contents .head dd li h4 {
    text-align: center; }

  .contents section h3 {
    font-size: 120%; } }
@media screen and (max-width: 600px) {
  .inta-list li {
    flex-basis: 49%; } }
@media screen and (max-width: 450px) {
  .inta-list li {
    flex-basis: 100%; } }
