@charset "UTF-8";
@media screen and (min-width: 1024px) {
  .btn_style01 {
    width: 100%;
  }
  .btn_style01 a, .btn_style01 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #2a4778;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #fff;
    padding: 24px 0;
    border: 1px solid #ddd;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style01 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #f3f3f3;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style01 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style01 a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 7px;
    background: url(../img/list_mk001.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .btn_style01 img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style01 {
    width: 100%;
  }
  .btn_style01 a, .btn_style01 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #2a4778;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #fff;
    padding: 22px 0;
    border: 1px solid #ddd;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style01 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #f3f3f3;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style01 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style01 a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 7px;
    background: url(../img/list_mk001.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .btn_style01 img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .btn_style01 {
    width: 100%;
  }
  .btn_style01 a {
    display: block;
    text-align: center;
    color: #2a4778;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background: url(../img/list_mk001.svg) no-repeat right 7px center;
    background-size: 12px;
    background-color: #fff;
    padding: 20px 0;
    border: 1px solid #ddd;
  }
  .btn_style01 a img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 1px;
  }
}

@media screen and (min-width: 1024px) {
  .btn_style02 {
    width: 100%;
  }
  .btn_style02 a, .btn_style02 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #2a4778;
    padding: 24px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style02 a:hover {
    color: #fff;
  }
  .btn_style02 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #173260;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style02 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style02 a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 7px;
    background: url(../img/list_mk002.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .btn_style02 img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style02 {
    width: 60%;
    margin: 0 auto;
  }
  .btn_style02 a, .btn_style02 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #2a4778;
    padding: 22px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style02 a:hover {
    color: #fff;
  }
  .btn_style02 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #173260;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style02 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style02 a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 7px;
    background: url(../img/list_mk002.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .btn_style02 img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .btn_style02 {
    width: 100%;
  }
  .btn_style02 a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background: url(../img/list_mk002.svg) no-repeat right 7px center;
    background-size: 12px;
    background-color: #2a4778;
    padding: 20px 0;
  }
}

@media screen and (min-width: 1024px) {
  .btn_style03 {
    width: 100%;
  }
  .btn_style03 a, .btn_style03 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    padding: 24px 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style03 a:hover {
    color: #fff;
  }
  .btn_style03 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style03 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style03 a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 7px;
    background: url(../img/list_mk002.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style03 {
    width: 100%;
  }
  .btn_style03 a, .btn_style03 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    padding: 22px 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style03 a:hover {
    color: #fff;
  }
  .btn_style03 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style03 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style03 a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 7px;
    background: url(../img/list_mk002.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .btn_style03 {
    width: 100%;
  }
  .btn_style03 a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background: url(../img/list_mk002.svg) no-repeat right 7px center;
    background-size: 12px;
    padding: 20px 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
}

@media screen and (min-width: 1024px) {
  .btn_style04 {
    width: 100%;
  }
  .btn_style04 a, .btn_style04 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #2a4778;
    padding: 14px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style04 a:hover {
    color: #fff;
  }
  .btn_style04 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #173260;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style04 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style04 a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 7px;
    background: url(../img/list_mk002.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .btn_style04 img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style04 {
    width: 100%;
  }
  .btn_style04 a, .btn_style04 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #2a4778;
    padding: 12px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style04 a:hover {
    color: #fff;
  }
  .btn_style04 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #173260;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style04 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style04 a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 7px;
    background: url(../img/list_mk002.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .btn_style04 img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .btn_style04 {
    width: 100%;
  }
  .btn_style04 a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background: url(../img/list_mk002.svg) no-repeat right 7px center;
    background-size: 12px;
    background-color: #2a4778;
    padding: 20px 0;
  }
}

@media screen and (min-width: 1024px) {
  .btn_style05 {
    width: 100%;
  }
  .btn_style05 a, .btn_style05 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #2a4778;
    padding: 24px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style05 a:hover {
    color: #fff;
  }
  .btn_style05 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #173260;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style05 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style05 a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    background: url(../img/list_mk005.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .btn_style05 img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style05 {
    width: 60%;
    margin: 0 auto;
  }
  .btn_style05 a, .btn_style05 a:link a:visited {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #2a4778;
    padding: 22px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .btn_style05 a:hover {
    color: #fff;
  }
  .btn_style05 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background-color: #173260;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .btn_style05 a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn_style05 a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    background: url(../img/list_mk005.svg) no-repeat 0 0;
    background-size: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .btn_style05 img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .btn_style05 {
    width: 100%;
  }
  .btn_style05 a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background: url(../img/list_mk005.svg) no-repeat right 10px center;
    background-size: 12px;
    background-color: #2a4778;
    padding: 20px 0;
  }
}

/* ########## header ########## */
@media screen and (min-width: 1024px) {
  .index_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .index_header__contents {
    position: relative;
    width: 90%;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .index_header__logo {
    position: relative;
    width: 220px;
  }
  .index_header__logo p {
    width: 100%;
  }
  .index_header__logo p img {
    width: 100%;
  }
  .index_header__nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100px;
  }
  .index_header__global_nav {
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .index_header__global_nav li {
    margin-left: 40px;
  }
  .index_header__global_nav li a, .index_header__global_nav li a:link a:visited {
    display: inline-block;
    position: relative;
    color: #fff;
  }
  .index_header__global_nav li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .index_header__global_nav li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .index_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .index_header__contents {
    position: relative;
    width: 92%;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .index_header__logo {
    position: relative;
    width: 200px;
  }
  .index_header__logo p {
    width: 100%;
  }
  .index_header__logo p img {
    width: 100%;
  }
  .index_header__nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100px;
  }
  .index_header__global_nav {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .index_header__global_nav li {
    margin-left: 25px;
  }
  .index_header__global_nav li a, .index_header__global_nav li a:link a:visited {
    display: inline-block;
    position: relative;
    color: #fff;
  }
  .index_header__global_nav li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .index_header__global_nav li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 767px) {
  .index_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .index_header__contents {
    position: relative;
    width: 100%;
    height: 60px;
  }
  .index_header__logo {
    width: 88%;
    height: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .index_header__logo p {
    height: 20px;
    line-height: 1.0;
  }
  .index_header__logo p img {
    height: 20px;
  }
  .index_header__nav {
    display: none;
  }
  .index_header__nav_left {
    display: none;
  }
  .index_header__nav_right {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .header__contents {
    position: relative;
    width: 90%;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .header__logo {
    position: relative;
    width: 220px;
  }
  .header__logo p {
    width: 100%;
  }
  .header__logo p img {
    width: 100%;
  }
  .header__nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100px;
  }
  .header__global_nav {
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__global_nav li {
    margin-left: 40px;
  }
  .header__global_nav li a, .header__global_nav li a:link a:visited {
    display: inline-block;
    position: relative;
    color: #2a4778;
  }
  .header__global_nav li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #2a4778;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header__global_nav li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .header__contents {
    position: relative;
    width: 92%;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .header__logo {
    position: relative;
    width: 200px;
  }
  .header__logo p {
    width: 100%;
  }
  .header__logo p img {
    width: 100%;
  }
  .header__nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100px;
  }
  .header__global_nav {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__global_nav li {
    margin-left: 25px;
  }
  .header__global_nav li a, .header__global_nav li a:link a:visited {
    display: inline-block;
    position: relative;
    color: #2a4778;
  }
  .header__global_nav li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #2a4778;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header__global_nav li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
  }
  .header__contents {
    position: relative;
    width: 100%;
    height: 60px;
  }
  .header__logo {
    width: 88%;
    height: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .header__logo p {
    height: 20px;
    line-height: 1.0;
  }
  .header__logo p img {
    height: 20px;
  }
  .header__nav {
    display: none;
  }
  .header__nav_left {
    display: none;
  }
  .header__nav_right {
    display: none;
  }
}

/* ########## header ########## */
/* ########## nav_menu ########## */
@media screen and (min-width: 1024px) {
  a.index_nav_menu {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  a.index_nav_menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  a.index_nav_menu {
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    z-index: 2000;
  }
  a.index_nav_menu .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  a.index_nav_menu .menu__line--top {
    width: 24px;
    top: 27px;
    left: 18px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.index_nav_menu .menu__line--bottom {
    width: 20px;
    bottom: 27px;
    left: 18px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.index_nav_menu .menu__line--top.active {
    width: 24px;
    top: 29px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.index_nav_menu .menu__line--bottom.active {
    width: 24px;
    bottom: 29px;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
}

@media screen and (min-width: 1024px) {
  a.nav_menu {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  a.nav_menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  a.nav_menu {
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    z-index: 2000;
  }
  a.nav_menu .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  a.nav_menu .menu__line--top {
    width: 24px;
    top: 27px;
    left: 18px;
    background-color: #2a4778;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.nav_menu .menu__line--bottom {
    width: 20px;
    bottom: 27px;
    left: 18px;
    background-color: #2a4778;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.nav_menu .menu__line--top.active {
    width: 24px;
    top: 29px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.nav_menu .menu__line--bottom.active {
    width: 24px;
    bottom: 29px;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
}

@media screen and (min-width: 1024px) {
  .gnav {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .gnav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gnav {
    background: url(../img/gi_mark_dk.svg) no-repeat right -3px bottom -3px;
    background-size: 70%;
    background-color: #173260;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
  }
  .gnav .gnav__logo {
    width: 88%;
    height: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .gnav .gnav__logo p {
    height: 20px;
    line-height: 1.0;
  }
  .gnav .gnav__logo p img {
    height: 20px;
  }
  .gnav .gnav__wrap {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .gnav .gnav__wrap_list {
    width: 100%;
    margin-bottom: 15px;
  }
  .gnav .gnav__wrap_list a {
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #2a4778;
    padding-bottom: 10px;
    background: url(../img/list_mk002.svg) no-repeat right 48%;
    background-size: 12px;
  }
  .gnav .gnav__wrap_list h4 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.0rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .gnav .gnav__wrap_list p {
    font-size: 1rem;
    padding-top: 5px;
    line-height: 1.0;
  }
}

/* ########## nav_menu ########## */
/* ########## change ########## */
@media screen and (min-width: 1024px) {
  .header_change {
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .header_change .index_header__global_nav {
    font-size: 1.4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_change .index_header__global_nav li {
    margin-left: 40px;
  }
  .header_change .index_header__global_nav li a, .header_change .index_header__global_nav li a:link a:visited {
    display: inline-block;
    position: relative;
    color: #2a4778;
  }
  .header_change .index_header__global_nav li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #2a4778;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header_change .index_header__global_nav li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header_change {
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .header_change .index_header__global_nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_change .index_header__global_nav li {
    margin-left: 25px;
  }
  .header_change .index_header__global_nav li a, .header_change .index_header__global_nav li a:link a:visited {
    display: inline-block;
    position: relative;
    color: #2a4778;
  }
  .header_change .index_header__global_nav li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #111;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .header_change .index_header__global_nav li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 767px) {
  .header_change {
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

@media screen and (min-width: 1024px) {
  a.nav_menu_change {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  a.nav_menu_change {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  a.nav_menu_change {
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    z-index: 2000;
  }
  a.nav_menu_change .menu__line {
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  a.nav_menu_change .menu__line--top {
    width: 24px;
    top: 27px;
    left: 18px;
    background-color: #2a4778;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.nav_menu_change .menu__line--bottom {
    width: 20px;
    bottom: 27px;
    left: 18px;
    background-color: #2a4778;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.nav_menu_change .menu__line--top.active {
    width: 24px;
    top: 29px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
  a.nav_menu_change .menu__line--bottom.active {
    width: 24px;
    bottom: 29px;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
  }
}

/* ########## change ########## */
@media screen and (min-width: 1024px) {
  .footer {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__contents {
    position: relative;
    width: 95%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #2a4778;
  }
  .footer__contents_desc {
    width: 450px;
    color: #fff;
    padding: 80px 6% 0;
  }
  .footer__contents_desc h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.075em;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__add {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .footer__contents_nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #173260;
    padding: 80px 8.5% 50px;
  }
  .footer__contents_nav_left {
    width: 48.5%;
  }
  .footer__contents_nav_left .footer__contents_nav_list {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__contents_nav_left .footer__contents_nav_list a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #2a4778;
    padding-bottom: 15px;
    background: url(../img/list_mk002.svg) no-repeat right 45%;
    background-size: 12px;
  }
  .footer__contents_nav_left .footer__contents_nav_list a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__contents_nav_left .footer__contents_nav_list a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__contents_nav_left .footer__contents_nav_list h4 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
  .footer__contents_nav_left .footer__contents_nav_list p {
    font-size: 1.1rem;
    padding-top: 6px;
    line-height: 1.0;
    font-weight: 500;
  }
  .footer__contents_nav_right {
    width: 48.5%;
  }
  .footer__contents_nav_right .footer__contents_nav_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__contents_nav_right .footer__contents_nav_list a, .footer__contents_nav_right .footer__contents_nav_list a:link a:visited {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #2a4778;
    padding-bottom: 15px;
    background: url(../img/list_mk002.svg) no-repeat right 45%;
    background-size: 12px;
  }
  .footer__contents_nav_right .footer__contents_nav_list a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__contents_nav_right .footer__contents_nav_list a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__contents_nav_right .footer__contents_nav_list h4 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
  .footer__contents_nav_right .footer__contents_nav_list p {
    font-size: 1.1rem;
    padding-top: 6px;
    line-height: 1.0;
    font-weight: 500;
  }
  .footer__contents_nav_right ul {
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
  .footer__contents_nav_right ul li {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .footer__contents_nav_right ul li a, .footer__contents_nav_right ul li a:link a:visited {
    color: #fff;
    display: inline-block;
    position: relative;
  }
  .footer__contents_nav_right ul li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__contents_nav_right ul li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__copy {
    width: 5%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }
  .footer__copy p {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    color: #2a4778;
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    line-height: 1.0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__contents {
    position: relative;
    width: 100%;
    background-color: #2a4778;
  }
  .footer__contents_desc {
    width: 100%;
    color: #fff;
    padding: 60px 0;
  }
  .footer__contents_desc h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.075em;
  }
  .footer__logo {
    width: 200px;
    margin: 0 auto 30px;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__add {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .footer__contents_nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #173260;
    padding: 60px 5% 35px;
  }
  .footer__contents_nav_left {
    width: 48.5%;
  }
  .footer__contents_nav_left .footer__contents_nav_list {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer__contents_nav_left .footer__contents_nav_list a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #2a4778;
    padding-bottom: 15px;
    background: url(../img/list_mk002.svg) no-repeat right 45%;
    background-size: 12px;
  }
  .footer__contents_nav_left .footer__contents_nav_list a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__contents_nav_left .footer__contents_nav_list a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__contents_nav_left .footer__contents_nav_list h4 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
  .footer__contents_nav_left .footer__contents_nav_list p {
    font-size: 1.2rem;
    padding-top: 6px;
    line-height: 1.0;
    font-weight: 500;
  }
  .footer__contents_nav_right {
    width: 48.5%;
  }
  .footer__contents_nav_right .footer__contents_nav_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__contents_nav_right .footer__contents_nav_list a, .footer__contents_nav_right .footer__contents_nav_list a:link a:visited {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #2a4778;
    padding-bottom: 15px;
    background: url(../img/list_mk002.svg) no-repeat right 45%;
    background-size: 12px;
  }
  .footer__contents_nav_right .footer__contents_nav_list a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__contents_nav_right .footer__contents_nav_list a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__contents_nav_right .footer__contents_nav_list h4 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: 0.075em;
  }
  .footer__contents_nav_right .footer__contents_nav_list p {
    font-size: 1.2rem;
    padding-top: 6px;
    line-height: 1.0;
    font-weight: 500;
  }
  .footer__contents_nav_right ul {
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
  .footer__contents_nav_right ul li {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .footer__contents_nav_right ul li a, .footer__contents_nav_right ul li a:link a:visited {
    color: #fff;
    display: inline-block;
    position: relative;
  }
  .footer__contents_nav_right ul li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__contents_nav_right ul li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .footer__copy {
    width: 100%;
    height: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }
  .footer__copy p {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #2a4778;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    width: 100%;
    background-color: #2a4778;
  }
  .footer__contents {
    width: 90%;
    padding: 80px 0;
    margin: 0 auto;
  }
  .footer__contents_desc {
    width: 100%;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__contents_desc h3 {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
  .footer__logo {
    width: 150px;
    margin: 0 auto;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer__add {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .footer__contents_nav {
    display: none;
  }
  .footer__copy {
    text-align: center;
    width: 100%;
    height: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
  }
  .footer__copy p {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #2a4778;
  }
}

/* ########## p-footer-cta ########## */
@media screen and (min-width: 1024px) {
  .p-footer-cta {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-footer-cta {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-cta {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 900;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .p-footer-cta p {
    width: 100%;
  }
  .p-footer-cta p img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ########## p-footer-cta ########## */
@media screen and (min-width: 1024px) {
  .page_title {
    text-align: center;
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #f3f3f3;
    overflow: hidden;
  }
  .page_title__detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
    overflow: hidden;
  }
  .page_title__detail h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 5.6rem;
    line-height: 1.0;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .page_title__detail p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.0;
    color: #fff;
    letter-spacing: 0.1em;
    padding-top: 8px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title {
    text-align: center;
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #f3f3f3;
    overflow: hidden;
  }
  .page_title__detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
    overflow: hidden;
  }
  .page_title__detail h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 5rem;
    line-height: 1.0;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .page_title__detail p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.0;
    color: #fff;
    letter-spacing: 0.1em;
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .page_title {
    text-align: center;
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #f3f3f3;
    overflow: hidden;
  }
  .page_title__detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
    overflow: hidden;
  }
  .page_title__detail h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 4.6rem;
    line-height: 1.0;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .page_title__detail p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    color: #fff;
    letter-spacing: 0.1em;
    padding-top: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .page_title02 {
    text-align: center;
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #f3f3f3;
  }
  .page_title02__detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
    overflow: hidden;
  }
  .page_title02__detail h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 5.6rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .page_title02__detail p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.1em;
    padding-top: 8px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title02 {
    text-align: center;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #f3f3f3;
  }
  .page_title02__detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
    overflow: hidden;
  }
  .page_title02__detail h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 5rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .page_title02__detail p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.1em;
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .page_title02 {
    text-align: center;
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #f3f3f3;
  }
  .page_title02__detail {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
    overflow: hidden;
  }
  .page_title02__detail h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 4.6rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .page_title02__detail p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.1em;
    padding-top: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .title_sp {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .title_sp h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 5.6rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
    background: url(../img/gi_mark.svg) no-repeat 0 center;
    background-size: 24px;
    padding-left: 36px;
  }
  .title_sp p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-left: 15px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .title_sp {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .title_sp h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 5rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
    background: url(../img/gi_mark.svg) no-repeat 0 center;
    background-size: 20px;
    padding-left: 30px;
  }
  .title_sp p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .title_sp {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .title_sp h2 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 4.6rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .title_sp p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .title_sp02 {
    position: relative;
    z-index: 10;
    background-color: #fff;
  }
  .title_sp02 h2 {
    text-align: center;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 5.6rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .title_sp02 p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-top: 8px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .title_sp02 {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .title_sp02 h2 {
    text-align: center;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 5rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .title_sp02 p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .title_sp02 {
    position: relative;
    z-index: 10;
    background-color: #fff;
  }
  .title_sp02 h2 {
    text-align: center;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 4.6rem;
    line-height: 1.0;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .title_sp02 p {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-top: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .side_title_sp {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .side_title_sp h3 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .side_title_sp p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-top: 4px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .side_title_sp {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .side_title_sp h3 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 3rem;
    line-height: 1.2;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .side_title_sp p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .side_title_sp {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .side_title_sp h3 {
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 3.0rem;
    line-height: 1.2;
    color: #2a4778;
    letter-spacing: 0.05em;
  }
  .side_title_sp p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.0;
    color: #111;
    letter-spacing: 0.1em;
    padding-top: 4px;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full {
    position: relative;
    width: 100%;
    height: 450px;
  }
  .page_title__full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .page_title__full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .page_title__full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_about_contents01 {
    position: relative;
    height: 100%;
    background: url(../../about/img/about_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_about_contents01 {
    position: relative;
    height: 100%;
    background: url(../../about/img/about_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_about_contents01 {
    position: relative;
    height: 100%;
    background: url(../../about/img/sp/sp_about_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_about_contents02 {
    position: relative;
    height: 100%;
    background: url(../../about/img/about_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_about_contents02 {
    position: relative;
    height: 100%;
    background: url(../../about/img/about_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_about_contents02 {
    position: relative;
    height: 100%;
    background: url(../../about/img/sp/sp_about_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_about_contents03 {
    position: relative;
    height: 100%;
    background: url(../../about/img/about_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_about_contents03 {
    position: relative;
    height: 100%;
    background: url(../../about/img/about_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_about_contents03 {
    position: relative;
    height: 100%;
    background: url(../../about/img/sp/sp_about_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_recruit_contents01 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/recruit_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_recruit_contents01 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/recruit_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_recruit_contents01 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/sp/sp_recruit_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_recruit_contents02 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/recruit_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_recruit_contents02 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/recruit_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_recruit_contents02 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/sp/sp_recruit_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_recruit_contents03 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/recruit_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_recruit_contents03 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/recruit_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_recruit_contents03 {
    position: relative;
    height: 100%;
    background: url(../../recruit/img/sp/sp_recruit_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_news_contents01 {
    position: relative;
    height: 100%;
    background: url(../../news/img/news_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_news_contents01 {
    position: relative;
    height: 100%;
    background: url(../../news/img/news_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_news_contents01 {
    position: relative;
    height: 100%;
    background: url(../../news/img/sp/sp_news_slide_img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_news_contents02 {
    position: relative;
    height: 100%;
    background: url(../../news/img/news_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_news_contents02 {
    position: relative;
    height: 100%;
    background: url(../../news/img/news_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_news_contents02 {
    position: relative;
    height: 100%;
    background: url(../../news/img/sp/sp_news_slide_img02.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_title__full_news_contents03 {
    position: relative;
    height: 100%;
    background: url(../../news/img/news_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_title__full_news_contents03 {
    position: relative;
    height: 100%;
    background: url(../../news/img/news_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .page_title__full_news_contents03 {
    position: relative;
    height: 100%;
    background: url(../../news/img/sp/sp_news_slide_img03.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .products_title {
    background: url(../../products/img/products_title_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .products_title {
    background: url(../../products/img/products_title_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .products_title {
    background: url(../../products/img/sp/sp_products_title_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 62.5%;
  overflow: auto;
}

body {
  height: 100%;
  color: #545454;
  background-color: #fff;
  font-family: "brandon-grotesque", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  letter-spacing: 0.1em;
}

p {
  letter-spacing: 0.1em;
}

dl {
  letter-spacing: 0.1em;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: bottom;
}

a, a:link a:visited {
  color: #111;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

a:hover {
  color: #2a4778;
  text-decoration: none;
}

a.imghover:link img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.imghover:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.imghover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.imghover:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.isPlay {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #2a4778;
}

.isPlay02 {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay02:before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #2a4778;
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.marker.active {
  background-position: -100% .5em;
}

.marker {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fffa99));
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold;
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #2a4778;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  #splash-logo {
    position: absolute;
    width: 15%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #splash-logo p {
    width: 100%;
  }
  #splash-logo p img {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #splash-logo {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #splash-logo p {
    width: 100%;
  }
  #splash-logo p img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #splash-logo {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #splash-logo p {
    width: 100%;
  }
  #splash-logo p img {
    width: 100%;
  }
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #2a4778;
  /*伸びる背景色の設定*/
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
.container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear .container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) {
  .reserve_icon {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .reserve_icon {
    position: fixed;
    width: 250px;
    right: 30px;
    bottom: 30px;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  }
  .reserve_icon p {
    width: 100%;
  }
  .reserve_icon p img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reserve_icon {
    position: fixed;
    width: 140px;
    right: 25px;
    bottom: 25px;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  }
  .reserve_icon p {
    width: 100%;
  }
  .reserve_icon p img {
    width: 100%;
  }
}

/* ########## index_main ########## */
@media screen and (min-width: 1024px) {
  .index_main {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url(../../img/index_img/pc_index_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .index_main__catch {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
  }
  .index_main__catch p {
    text-align: center;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 4.6rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  }
  .index_main__contents {
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  .index_main__contents p {
    width: 46%;
    position: absolute;
    top: -7px;
    right: -7px;
  }
  .index_main__contents p img {
    width: 100%;
    opacity: 0.2;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .index_main {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url(../../img/index_img/pc_index_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .index_main__catch {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
  }
  .index_main__catch p {
    text-align: center;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 4.0rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
    color: #fff;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }
  .index_main__contents {
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  .index_main__contents p {
    width: 70%;
    position: absolute;
    top: -7px;
    right: -7px;
  }
  .index_main__contents p img {
    width: 100%;
    opacity: 0.2;
  }
}

@media screen and (max-width: 767px) {
  .index_main {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url(../../img/index_img/sp/sp_index_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .index_main__catch {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
  }
  .index_main__catch p {
    text-align: center;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  }
  .index_main__contents {
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  .index_main__contents p {
    width: 70%;
    position: absolute;
    top: -7px;
    right: -7px;
  }
  .index_main__contents p img {
    width: 100%;
    opacity: 0.2;
  }
}

/* ########## index_main ########## */
/* ########## index_contents ########## */
@media screen and (min-width: 1024px) {
  .index_contents {
    position: relative;
    width: 100%;
    padding-bottom: 160px;
  }
  .index_contents__news {
    position: relative;
    width: 100%;
    padding-top: 120px;
    margin-bottom: 160px;
  }
  .index_contents__news .title_sp {
    width: 90%;
    margin: 0 auto 40px;
  }
  .index_contents__news_slide_inner {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_contents__news_slide_inner .slick-list {
    padding: 0 4.5% !important;
  }
  .index_contents__news_slide_inner .slick-dots {
    bottom: -55px;
  }
  .index_contents__news_list {
    position: relative;
    padding: 0 6px;
  }
  .index_contents__news_list_thumb {
    position: relative;
    width: 100%;
  }
  .index_contents__news_list_thumb a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .index_contents__news_list_thumb a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__news_list_thumb a .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .index_contents__news_list_thumb a .caption img {
    width: 20px;
    padding-left: 6px;
  }
  .index_contents__news_list_thumb a .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__news_list_thumb a:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__news_list_thumb p.news_cat {
    position: absolute;
    left: -1px;
    bottom: -1px;
    color: #2a4778;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.075em;
    background-color: #fff;
    padding: 10px 16px;
    z-index: 10;
  }
  .index_contents__news_list_thumb::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 10%;
    height: 15%;
    background: url(../img/img_mask.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .index_contents__news_list_desc {
    position: relative;
    padding-top: 20px;
  }
  .index_contents__news_list_desc h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    height: 5em;
  }
  .index_contents__news_list_option {
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .index_contents__news_list_option p {
    color: #2a4778;
    font-size: 1.2rem;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-top: 15px;
  }
  .index_contents__news_list_option::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .index_contents__news p.btn_style04 {
    position: absolute;
    top: 125px;
    right: 5%;
    width: 180px;
    z-index: 20;
  }
  .index_contents__products {
    position: relative;
    width: 100%;
    padding: 100px 0 120px;
    margin-bottom: 120px;
    background: url(../img/gi_mark_wh.svg) no-repeat center center;
    background-size: 38%;
    background-color: #f3f3f3;
    border-left: 10px solid #2a4778;
  }
  .index_contents__products .title_sp {
    width: 90%;
    margin: 0 auto 40px;
  }
  .index_contents__products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 11%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .index_contents__products_detail {
    position: relative;
    width: 90%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    z-index: 10;
  }
  .index_contents__products_detail_left {
    width: 48.5%;
  }
  .index_contents__products_detail_left a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .index_contents__products_detail_left a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__products_detail_left a .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .index_contents__products_detail_left a .caption img {
    width: 20px;
    padding-left: 6px;
  }
  .index_contents__products_detail_left a .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__products_detail_left a:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__products_detail_right {
    width: 48.5%;
  }
  .index_contents__products_detail_right h2 {
    color: #333;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .index_contents__products_detail_right h3 {
    position: relative;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 5px 0 15px;
    border-bottom: 1px solid #ddd;
  }
  .index_contents__products_detail_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2a4778;
  }
  .index_contents__products_detail_right p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 30px;
  }
  .index_contents__products_detail_right h4 {
    width: 60%;
    margin: 40px 0 0 40%;
  }
  .index_contents__products p.btn_style04 {
    position: absolute;
    top: 115px;
    right: 5%;
    width: 180px;
    z-index: 20;
  }
  .index_contents__recruit {
    position: relative;
    width: 100%;
    height: 650px;
    background: url(../../img/index_img/index_recruit_backimg.png) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 120px;
  }
  .index_contents__recruit .title_sp02 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .index_contents__recruit02 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 20;
    padding-top: 90px;
  }
  .index_contents__recruit02 p {
    width: 60%;
    font-weight: 500;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.0;
    margin: 0 auto 40px;
  }
  .index_contents__recruit02 h4 {
    width: 35%;
    margin: 0 auto;
  }
  .index_contents__contact {
    position: relative;
    width: 90%;
    height: 550px;
    margin: 0 auto;
    background: url(../../img/index_img/index_contact_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .index_contents__contact::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 8%;
    height: 100%;
    background: url(../img/img_mask.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .index_contents__contact02 {
    width: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 60px 60px 0 0;
  }
  .index_contents__contact02 p.index_contents__desc {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 30px 0 40px;
  }
  .index_contents__contact02 h4 {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .index_contents {
    position: relative;
    width: 100%;
    padding-bottom: 160px;
  }
  .index_contents__news {
    position: relative;
    width: 100%;
    padding-top: 100px;
    margin-bottom: 140px;
  }
  .index_contents__news .title_sp {
    width: 92%;
    margin: 0 auto 30px;
  }
  .index_contents__news_slide_inner {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_contents__news_slide_inner .slick-list {
    padding: 0 4.5% !important;
  }
  .index_contents__news_slide_inner .slick-dots {
    bottom: -55px;
  }
  .index_contents__news_list {
    position: relative;
    padding: 0 6px;
  }
  .index_contents__news_list_thumb {
    position: relative;
    width: 100%;
  }
  .index_contents__news_list_thumb a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .index_contents__news_list_thumb a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__news_list_thumb a .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .index_contents__news_list_thumb a .caption img {
    width: 20px;
    padding-left: 6px;
  }
  .index_contents__news_list_thumb a .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__news_list_thumb a:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__news_list_thumb p.news_cat {
    position: absolute;
    left: -1px;
    bottom: -1px;
    color: #2a4778;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.075em;
    background-color: #fff;
    padding: 10px 16px;
    z-index: 10;
  }
  .index_contents__news_list_thumb::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 10%;
    height: 15%;
    background: url(../img/img_mask.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .index_contents__news_list_desc {
    position: relative;
    padding-top: 20px;
  }
  .index_contents__news_list_desc h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    height: 5em;
  }
  .index_contents__news_list_option {
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .index_contents__news_list_option p {
    color: #2a4778;
    font-size: 1.2rem;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-top: 15px;
  }
  .index_contents__news_list_option::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .index_contents__news p.btn_style04 {
    position: absolute;
    top: 105px;
    right: 4%;
    width: 160px;
    z-index: 20;
  }
  .index_contents__products {
    position: relative;
    width: 100%;
    padding: 80px 0 90px;
    margin-bottom: 100px;
    background: url(../img/gi_backimg_wh.svg) no-repeat right -5px;
    background-size: 20%;
    background-color: #f3f3f3;
    border-left: 6px solid #2a4778;
  }
  .index_contents__products .title_sp {
    width: 92%;
    margin: 0 auto 30px;
  }
  .index_contents__products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .index_contents__products_detail {
    position: relative;
    width: 92%;
    margin: 0 auto;
    z-index: 10;
  }
  .index_contents__products_detail_left {
    width: 80%;
  }
  .index_contents__products_detail_left a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .index_contents__products_detail_left a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .index_contents__products_detail_left a .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .index_contents__products_detail_left a .caption img {
    width: 20px;
    padding-left: 6px;
  }
  .index_contents__products_detail_left a .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .index_contents__products_detail_left a:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .index_contents__products_detail_right {
    width: 80%;
    margin-left: 20%;
    padding-top: 30px;
  }
  .index_contents__products_detail_right h2 {
    color: #333;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .index_contents__products_detail_right h3 {
    position: relative;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 5px 0 15px;
    border-bottom: 1px solid #ddd;
  }
  .index_contents__products_detail_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2a4778;
  }
  .index_contents__products_detail_right p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .index_contents__products_detail_right h4 {
    width: 70%;
    margin: 30px 0 0 30%;
  }
  .index_contents__products p.btn_style04 {
    position: absolute;
    top: 80px;
    right: 4%;
    width: 160px;
    z-index: 20;
  }
  .index_contents__recruit {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../../img/index_img/index_recruit_backimg.png) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 100px;
  }
  .index_contents__recruit .title_sp02 {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #fff;
  }
  .index_contents__recruit02 {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 20;
  }
  .index_contents__recruit02 p {
    width: 70%;
    font-weight: 500;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.0;
    margin: 0 auto 30px;
  }
  .index_contents__recruit02 h4 {
    width: 45%;
    margin: 0 auto;
  }
  .index_contents__contact {
    position: relative;
    width: 92%;
    height: 500px;
    margin: 0 auto;
    background: url(../../img/index_img/index_contact_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .index_contents__contact::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 8%;
    height: 100%;
    background: url(../img/img_mask.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .index_contents__contact02 {
    width: 370px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 40px 40px 0 0;
  }
  .index_contents__contact02 p.index_contents__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 25px 0 30px;
  }
  .index_contents__contact02 h4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .index_contents {
    position: relative;
    width: 100%;
    padding-bottom: 140px;
  }
  .index_contents__news {
    position: relative;
    width: 100%;
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .index_contents__news .title_sp {
    width: 88%;
    margin: 0 auto 30px;
  }
  .index_contents__news_slide_inner {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .index_contents__news_slide_inner .slick-list {
    padding: 0 6% !important;
  }
  .index_contents__news_slide_inner .slick-dots {
    bottom: -45px;
  }
  .index_contents__news_list {
    position: relative;
    padding: 0 6px;
  }
  .index_contents__news_list_thumb {
    position: relative;
    width: 100%;
  }
  .index_contents__news_list_thumb a {
    position: relative;
    display: block;
    width: 100%;
  }
  .index_contents__news_list_thumb a img {
    width: 100%;
  }
  .index_contents__news_list_thumb a .caption {
    display: none;
  }
  .index_contents__news_list_thumb a .caption img {
    display: none;
  }
  .index_contents__news_list_thumb a .mask {
    display: none;
  }
  .index_contents__news_list_thumb p.news_cat {
    position: absolute;
    left: -1px;
    bottom: -1px;
    color: #2a4778;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.075em;
    background-color: #fff;
    padding: 10px 16px;
    z-index: 10;
  }
  .index_contents__news_list_thumb::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 10%;
    height: 15%;
    background: url(../img/img_mask.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .index_contents__news_list_desc {
    position: relative;
    padding-top: 20px;
  }
  .index_contents__news_list_desc h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    height: 5em;
  }
  .index_contents__news_list_option {
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .index_contents__news_list_option p {
    color: #2a4778;
    font-size: 1rem;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-top: 15px;
  }
  .index_contents__news_list_option::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .index_contents__news p.btn_style04 {
    width: 88%;
    margin: 0 auto;
  }
  .index_contents__products {
    position: relative;
    width: 100%;
    padding: 80px 0 90px;
    margin-bottom: 100px;
    background: url(../img/gi_backimg_wh.svg) no-repeat right -5px;
    background-size: 25%;
    background-color: #f3f3f3;
  }
  .index_contents__products .title_sp {
    width: 88%;
    margin: 0 auto 30px;
  }
  .index_contents__products::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
  .index_contents__products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .index_contents__products_detail {
    position: relative;
    width: 94%;
    margin-left: 6%;
    z-index: 10;
  }
  .index_contents__products_detail_left {
    width: 100%;
  }
  .index_contents__products_detail_left a {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .index_contents__products_detail_left a img {
    width: 100%;
  }
  .index_contents__products_detail_left a .caption {
    display: none;
  }
  .index_contents__products_detail_left a .caption img {
    display: none;
  }
  .index_contents__products_detail_left a .mask {
    display: none;
  }
  .index_contents__products_detail_right {
    width: 100%;
    padding: 25px 6% 0 0;
  }
  .index_contents__products_detail_right h2 {
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .index_contents__products_detail_right h3 {
    position: relative;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 5px 0 15px;
    border-bottom: 1px solid #ddd;
  }
  .index_contents__products_detail_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #2a4778;
  }
  .index_contents__products_detail_right p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .index_contents__products_detail_right h4 {
    width: 100%;
    margin-top: 25px;
  }
  .index_contents__products p.btn_style04 {
    position: relative;
    width: 88%;
    margin: 20px auto 0;
    z-index: 10;
  }
  .index_contents__recruit {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../../img/index_img/sp/sp_index_recruit_backimg.png) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 100px;
  }
  .index_contents__recruit .title_sp02 {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #fff;
  }
  .index_contents__recruit02 {
    position: absolute;
    width: 88%;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 20;
  }
  .index_contents__recruit02 p {
    font-weight: 500;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.0;
    margin: 0 auto 30px;
  }
  .index_contents__recruit02 h4 {
    width: 100%;
  }
  .index_contents__contact {
    position: relative;
    width: 94%;
  }
  .index_contents__contact p.index_contents__contact_img {
    width: 100%;
  }
  .index_contents__contact p.index_contents__contact_img img {
    width: 100%;
  }
  .index_contents p.index_contents__contact_img::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 8%;
    height: 100%;
    background: url(../img/img_mask.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .index_contents__contact02 {
    position: relative;
    background-color: #fff;
    padding: 30px 0 0 30px;
    margin-top: -30px;
    margin-left: 6%;
  }
  .index_contents__contact02 p.index_contents__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 20px 0 25px;
  }
  .index_contents__contact02 h4 {
    width: 100%;
  }
}

/* ########## index_contents ########## */
/* ########## class_style ########## */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  p.new_icon {
    position: absolute;
    width: 65px;
    top: -20px;
    left: -20px;
    z-index: 10;
  }
  p.new_icon img {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  p.new_icon {
    position: absolute;
    width: 50px;
    top: -15px;
    left: -15px;
    z-index: 10;
  }
  p.new_icon img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  p.new_icon {
    position: absolute;
    width: 45px;
    top: -10px;
    left: -10px;
    z-index: 10;
  }
  p.new_icon img {
    width: 100%;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein01 {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein01.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein02 {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein02.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein03 {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein03.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ########## class_style ########## */
/*# sourceMappingURL=index.css.map */