@charset "UTF-8";
/* 
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;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

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; }

img {
  max-width: 100%;
  vertical-align: bottom; }

/* 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; }

address {
  font-style: normal; }

button {
  border: 0;
  box-shadow: none;
  cursor: pointer; }

button, input, select, textarea {
  box-sizing: border-box; }

pre {
  white-space: pre-wrap; }

#loopslider * {
  margin: 0;
  padding: 0; }

@keyframes fade {
  from {
    opacity: 0;
    transform: translateX(100%); }
  to {
    opacity: 1;
    transform: translateX(0); } }
body.is-open {
  overflow: hidden; }

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #14327d;
  z-index: 20;
  overflow-y: auto;
  overflow-x: hidden;
  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards; }
  .drawer-btn {
    position: fixed;
    top: 30px;
    right: 0;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 30; }
    @media screen and (min-width: 1080px) {
      .drawer-btn {
        display: none; } }
    .drawer-btn span {
      position: absolute;
      display: block;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #ffffff; }
      .drawer-btn span:nth-child(1) {
        top: 0; }
      .drawer-btn span:nth-child(2) {
        top: 10px; }
      .drawer-btn span:nth-child(3) {
        top: 20px; }
  .drawer.is-animate {
    display: block; }
    .drawer.is-animate .drawer-menu-item {
      animation-name: fade;
      animation-duration: .5s;
      animation-fill-mode: backwards; }
      .drawer.is-animate .drawer-menu-item:nth-child(1) {
        animation-delay: .5s; }
      .drawer.is-animate .drawer-menu-item:nth-child(2) {
        animation-delay: .6s; }
      .drawer.is-animate .drawer-menu-item:nth-child(3) {
        animation-delay: .7s; }
      .drawer.is-animate .drawer-menu-item:nth-child(4) {
        animation-delay: .8s; }
      .drawer.is-animate .drawer-menu-item:nth-child(5) {
        animation-delay: .9s; }
      .drawer.is-animate .drawer-menu-item:nth-child(6) {
        animation-delay: 1s; }
  .drawer-menu-item {
    padding: 20px;
    border-bottom: 0.5px solid #ffffff; }
    .drawer-menu-item:last-child {
      border: 0; }
    .drawer-menu-item-title {
      margin: 0 0 15px 0; }
      .drawer-menu-item-title a {
        text-decoration: none;
        color: #ffffff;
        font-size: 1.7rem; }
        .drawer-menu-item-title a span {
          padding: 0 0 0 10px;
          font-size: 1.2rem; }
  .drawer .nav-list {
    margin: 0 0 20px 0; }
    .drawer .nav-list:last-child {
      margin: 0; }
    .drawer .nav-list-item {
      margin: 0 0 10px 0; }
      .drawer .nav-list-item:last-child {
        margin: 0; }
      .drawer .nav-list-item a {
        padding: 0 0 0 17px;
        text-decoration: none;
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: normal; }
        .drawer .nav-list-item a:hover {
          text-decoration: underline; }

.header {
  width: 100%;
  height: 60px;
  position: relative; }
  @media screen and (min-width: 1080px) {
    .header {
      height: 80px;
      margin-bottom: 10px; } }
  .header .user_info {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .header .user_info p {
      font-size: 14px;
      color: #07144c; }
    .header .user_info .logout_pc {
      display: none; }
      @media screen and (min-width: 1080px) {
        .header .user_info .logout_pc {
          display: block;
          text-align: right;
          margin: 5px 20px 5px 30px; } }
      .header .user_info .logout_pc a {
        color: #07144c;
        font-size: 14px;
        border-bottom: solid 1px #07144c; }
  .header-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 96%;
    margin: 0 auto; }
  .header .logo {
    width: 150px;
    margin-top: 10px; }
    @media screen and (min-width: 1080px) {
      .header .logo {
        width: 10.5%;
        margin-right: 30px;
        margin-top: 0; } }
  .header .nav {
    display: none; }
    @media screen and (min-width: 1080px) {
      .header .nav {
        display: flex;
        justify-content: space-between;
        width: auto;
        flex: 1; } }
    .header .nav-list {
      display: flex;
      align-items: center; }
      .header .nav-list-item {
        margin: 0 11px 0 0; }
        @media screen and (min-width: 1260px) {
          .header .nav-list-item {
            margin: 0 21px 0 0;} }
        .header .nav-list-item a {
          text-decoration: none;
          color: #000000;
          font-size: 1.3rem; }
          @media screen and (min-width: 1260px) {
            .header .nav-list-item a {
              font-size: 1.4rem; } }
        .header .nav-list-item a:hover {
          color: #e60019; }
        .header .nav-list-item-lang .selected {
          color: #000000; }
        .header .nav-list-item-contact {
          padding: 5px 20px;
          margin: 0;
          border-radius: 5px;
          background-color: #14327d; }
        .header .nav-list-item .ac-parent {
          cursor: pointer;
          transition: .3s;
          font-size: 1.3rem; }
          @media screen and (min-width: 1260px) {
            .header .nav-list-item .ac-parent {
              font-size: 1.4rem; } }
          .header .nav-list-item .ac-parent-child {
            padding: 2em 1em;
            background: rgba(255, 255, 255, 0.9);
            position: absolute;
            z-index: 2;
            width: 100%;
            left: 0;
            top: 80px;
            display: none; }
            .header .nav-list-item .ac-parent-child-list {
              max-width: 1260px;
              width: 96%;
              margin: 0 auto;
              display: flex;
              justify-content: flex-start;
              flex-wrap: wrap; }
              .header .nav-list-item .ac-parent-child-list li {
                margin-right: 30px; }
        .header .nav-list-item .ac-parent:active {
          color: #e60019; }
        .header .nav-list-item .ac-parent:hover {
          color: #e60019; }
        .header .nav-list-item .anchor {
          display: block; }
    .header .nav-search {
      display: flex;
      align-items: center;
      width: 25%;
      max-width: 392px; }
      .header .nav-search figure {
        margin-right: 10px; }
        @media screen and (min-width: 1260px) {
          .header .nav-search figure {
            margin-right: 20px; } }
      .header .nav-search figure:hover {
        opacity: .6; }
      .header .nav-search form input {
        vertical-align: 0.8em;
        border-radius: 30px;
        padding: 3px 0;
        text-align: center;
        background-color: #a4b4ed;
        outline: none;
        text-decoration: none;
        width: 50%;
        border: none; }
      .header .nav-search form input:focus {
        border: 1px solid #000; }
      .header .nav-search form button {
        background-color: #ffffff; }
      .header .nav-search form button:hover {
        opacity: .6; }
      .header .nav-search #searchform {
        display: contents; }

.drawer {
  overflow-y: scroll;
  padding-bottom: 100px; }
  .drawer #searchform input {
    vertical-align: 0.8em;
    border-radius: 30px;
    padding: 3px 0;
    text-align: center;
    background-color: #a4b4ed;
    outline: none;
    text-decoration: none;
    width: 50%;
    border: none; }
  .drawer #searchform input:focus {
    border: 1px solid #000; }
  .drawer #searchform button {
    background-color: inherit;
    padding: 1px;
    margin-left: 10px; }
  .drawer #searchform button:hover {
    opacity: .6; }

.sns {
  width: 100%;
  background-color: #ffffff; }
  .sns-inner {
    width: 96%;
    margin: 0 auto;
    padding: 50px 0; }
    @media screen and (min-width: 641px) {
      .sns-inner {
        width: 80%; } }
    .sns-inner h2 {
      font-size: 2.4rem;
      color: #000000;
      text-align: center;
      padding-bottom: 30px; }
    .sns-inner .photo {
      width: 100%; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .sns-inner .photo .svg-inline--fa {
          width: 30px !important; } }

.partner {
  width: 100%;
  background-color: #07144c; }
  .partner-inner {
    width: 96%;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1260px; }
    .partner-inner figure {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .partner-inner figure a {
        width: 48%; }
        @media screen and (min-width: 641px) {
          .partner-inner figure a {
            width: 20%; } }
        .partner-inner figure a img {
          padding: 10px;
          width: 100%; }
      .partner-inner figure a:hover {
        opacity: .6; }

.footer {
  width: 100%;
  padding: 30px 0;
  background-color: #000000; }
  .footer h2 {
    font-size: 2.4rem;
    color: #ffffff;
    text-align: center;
    padding-bottom: 50px; }
    .footer h2 img {
      width: 50%; }
      @media screen and (min-width: 641px) {
        .footer h2 img {
          width: 25%; } }
      @media screen and (min-width: 940px) {
        .footer h2 img {
          width: 15%; } }
  .footer .sign {
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    padding-top: 50px; }
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    height: auto;
    max-width: 1080px;
    margin: 0 auto; }
  .footer-item {
    width: 48%;
    margin: 0 0 4% 0; }
    @media screen and (min-width: 1080px) {
      .footer-item {
        width: auto;
        margin: 0; } }
  .footer .nav {
    display: flex; }
    .footer .nav-list-item {
      width: 100%;
      margin: 0 0 15px 0; }
      .footer .nav-list-item a {
        text-decoration: none;
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: normal; }
        @media screen and (min-width: 641px) {
          .footer .nav-list-item a {
            font-size: 1.3rem; } }
        .footer .nav-list-item a:before {
          content: '>';
          margin: 0 5px 0 0; }
          @media screen and (min-width: 641px) {
            .footer .nav-list-item a:before {
              margin: 0 5px 0 5px; } }
        .footer .nav-list-item a:hover {
          text-decoration: underline; }
      .footer .nav-list-item-lg {
        margin: 0 0 15px 0; }
        .footer .nav-list-item-lg a {
          text-decoration: none;
          color: #ffffff;
          font-size: 1.4rem; }
          .footer .nav-list-item-lg a:before {
            content: '';
            margin: 0; }
          .footer .nav-list-item-lg a:hover {
            text-decoration: underline; }

@media screen and (min-width: 940px) {
  .side-bar {
    width: 300px; } }
.side-bar .list {
  margin-bottom: 30px;
  display: none; }
  @media screen and (min-width: 940px) {
    .side-bar .list {
      display: block; } }
  .side-bar .list-section {
    width: 100%; }
    .side-bar .list-section-type {
      width: 100%;
      background-color: #07144c;
      margin-bottom: 20px;
      border-radius: 5px;
      position: relative;
      transition: ease .2s;
      z-index: 1;
      				/*.type00:before {
                          position: absolute;
                          content: "";
                          background-image: url("../images/home/service_12.png");
                          background-repeat: no-repeat;
                          background-size: contain;
                          height: 2.2rem;
                          width: 2.2rem;
                          top: 50%;
                          transform: translateY(-50%);
                          left: 0;
                      }*/ }
      .side-bar .list-section-type div {
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 2; }
        .side-bar .list-section-type div p {
          font-size: 14px;
          color: #ffffff;
          padding: 15px 30px; }
      .side-bar .list-section-type .type00:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_08.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type01:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_01.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type02:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_02.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type03:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_03.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type04:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_04.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type05:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_05.png");
        background-repeat: no-repeat;
        background-size: contain;
        /*height: 4rem;
        width: 4rem;
		left: -10px;*/
        height: 3rem;
        width: 3rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type06:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_06.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type07:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_07.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type08:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/tanome-ru.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type09:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_09.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type10:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_10.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type11:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_11.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type13:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_13.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type14:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_14.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type15:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_15.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type16:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_16.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type17:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_17.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.5rem;
        width: 3.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .side-bar .list-section-type .type18:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_18.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.5rem;
        width: 2.5rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }

      .side-bar .list-section-type .type19:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_19.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.5rem;
        width: 2.5rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; } /*年末調整*/

      .side-bar .list-section-type .type20:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_20.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; } /*心の相談窓口*/

      .side-bar .list-section-type .type21:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_21.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; } /*ハラスメント相談窓口*/

      .side-bar .list-section-type .type22:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_22.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; } /*防災マニュアル*/

      .side-bar .list-section-type .type23:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_23.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; } /*社内規程*/

      .side-bar .list-section-type .type24:before {
        position: absolute;
        content: "";
        background-image: url("../images/home/service_24.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.2rem;
        width: 2.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0; } /*ヒグネル*/


      .side-bar .list-section-type div:after {
        position: absolute;
        content: "";
        background-image: url("../images/home/arrow.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 1.2rem;
        width: 1.2rem;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .side-bar .list-section-type::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: linear-gradient(270deg, #8768f8 0%, #8768f8 2%, #4D83CC 99%, #4D83CC 100%);
      width: 100%;
      height: 100%;
      /*アニメーション*/
      transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
      transform: scale(0, 1);
      transform-origin: right top;
      border-radius: 5px; }
    .side-bar .list-section-type:hover::before {
      transform-origin: left top;
      transform: scale(1, 1);
      border-radius: 5px; }
.side-bar aside .category {
  width: 100%;
  margin-bottom: 30px; }
  .side-bar aside .category p {
    font-size: 1.6rem;
    border-bottom: 2px solid #e60019;
    color: #07144c; }
  .side-bar aside .category-section li {
    font-size: 1.6rem;
    padding: 5px 0;
    border-bottom: 1px dotted;
    position: relative; }
    .side-bar aside .category-section li a:hover {
      color: #e60019; }
  .side-bar aside .category-section .parent-term::after {
    content: "＋";
    padding-right: 10px;
    font-weight: bold;
    position: absolute;
    right: 0; }
  .side-bar aside .category-section .parent-term.active::after {
    content: "－";
    padding-right: 10px;
    font-weight: bold;
    position: absolute;
    right: 0; }
  .side-bar aside .category-section .child-term {
    display: none; }
    .side-bar aside .category-section .child-term li {
      padding-left: 20px; }
.side-bar aside .calendar {
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 940px) {
    .side-bar aside .calendar {
      text-align: left; } }
  .side-bar aside .calendar-title {
    font-size: 2.0rem;
    text-align: center;
    padding: 20px 0 10px; }
  .side-bar aside .calendar .xo-event-calendar .xo-months .xo-month-wrap .xo-month {
    font-size: 1.4rem;
    line-height: 2rem; }
  .side-bar aside .calendar .xo-event-calendar .holiday-titles {
    font-size: 1.4rem;
    display: flex; }
    .side-bar aside .calendar .xo-event-calendar .holiday-titles p {
      padding-right: 10px; }
  .side-bar aside .calendar ul {
    margin-top: 20px; }
    .side-bar aside .calendar ul li {
      background-color: #07144c;
      margin-bottom: 10px;
      border-radius: 5px; }
      .side-bar aside .calendar ul li p {
        width: 90%;
        margin: 0 auto;
        padding: 5px 20px 5px 10px;;
        font-size: 1.4rem;
        color: #ffffff;
        position: relative; }
      .side-bar aside .calendar ul li p:after {
        position: absolute;
        content: "";
        background-image: url("../images/home/arrow.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 1.2rem;
        width: 1.2rem;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .side-bar aside .calendar ul li:hover {
      background: linear-gradient(270deg, #8768f8 0%, #8768f8 2%, #4D83CC 99%, #4D83CC 100%); }

html,
body {
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-size: 62.5%;
  font-weight: 600;
  font-family: 'Yu Gothic', 'YuGothic', 'sans-serif'; }

.sp {
  display: block; }
  @media screen and (min-width: 641px) {
    .sp {
      display: none; } }

.xl_sp {
  display: block; }
  @media screen and (min-width: 940px) {
    .xl_sp {
      display: none; } }

.pc {
  display: none; }
  @media screen and (min-width: 641px) {
    .pc {
      display: block; } }

.xl_pc {
  display: none; }
  @media screen and (min-width: 940px) {
    .xl_pc {
      display: block; } }

.js-title::after {
  transition: .7s;
  transition-timing-function: cubic-bezier(0.03, 0.97, 0.57, 1.01);
  opacity: 0;
  transform: translatey(100%); }
.js-title.is-animate::after {
  opacity: 1;
  transform: translatey(0); }

#scrolltop {
  position: fixed;
  bottom: 0;
  right: 0; }

.breadcrumb {
  width: 100%;
  background-color: #f6f8ff;
  padding: 10px; }
  .breadcrumb ul {
    display: flex;
    justify-content: flex-start;
    max-width: 1260px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: normal;
    flex-wrap: wrap; }
    .breadcrumb ul li:after {
      content: ">";
      padding: 0 10px; }
    .breadcrumb ul li:last-child::after {
      content: none; }
