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

@media screen and (min-width: 1024px) {
  .page_contents__bread {
    position: absolute;
    height: 56px;
    top: -30px;
    left: 0;
    background-color: #2a4778;
    padding: 0 10px 0 5%;
    z-index: 10;
  }
  .page_contents__bread ul {
    height: 56px;
    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;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .page_contents__bread ul li {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    background: url(../img/list_mk002.svg) no-repeat 0 center;
    background-size: 12px;
    padding-left: 16px;
  }
  .page_contents__bread ul li a, .page_contents__bread ul li a:link a:visited {
    position: relative;
    color: #fff;
  }
  .page_contents__bread 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;
  }
  .page_contents__bread ul 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) {
  .page_contents__bread {
    position: absolute;
    height: 56px;
    top: -30px;
    left: 0;
    background-color: #2a4778;
    padding: 0 10px 0 5%;
    z-index: 10;
  }
  .page_contents__bread ul {
    height: 56px;
    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;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .page_contents__bread ul li {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    background: url(../img/list_mk002.svg) no-repeat 0 center;
    background-size: 12px;
    padding-left: 16px;
  }
  .page_contents__bread ul li a, .page_contents__bread ul li a:link a:visited {
    position: relative;
    color: #fff;
  }
  .page_contents__bread 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;
  }
  .page_contents__bread ul 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) {
  .page_contents__bread {
    position: absolute;
    height: 46px;
    top: -23px;
    left: 0;
    background-color: #2a4778;
    padding: 0 10px 0 6%;
    z-index: 10;
  }
  .page_contents__bread ul {
    height: 46px;
    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;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .page_contents__bread ul li {
    color: #fff;
    display: inline-block;
    margin-right: 12px;
    background: url(../img/list_mk002.svg) no-repeat 0 center;
    background-size: 10px;
    padding-left: 14px;
  }
  .page_contents__bread ul li a {
    position: relative;
    color: #fff;
  }
}

/* ########## page_contents__about ########## */
@media screen and (min-width: 1024px) {
  .page_contents__about {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_member {
    position: relative;
    width: 100%;
    margin-top: 120px;
  }
  .page_contents__about_member .title_sp {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_member {
    position: relative;
    width: 100%;
    margin-top: 120px;
  }
  .page_contents__about_member .title_sp {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_member {
    position: relative;
    width: 100%;
    margin-top: 100px;
  }
  .page_contents__about_member .title_sp {
    width: 88%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_member::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_member::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_member::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_member_detail {
    position: relative;
    width: 80%;
    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: 0 auto;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_member_detail {
    position: relative;
    width: 92%;
    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;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_member_detail {
    position: relative;
    width: 84%;
    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;
    margin: 0 auto;
    padding-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_member_list {
    position: relative;
    width: 20%;
    margin: 40px 6.6666666% 0 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_member_list {
    position: relative;
    width: 23%;
    margin: 40px 2.6666666% 0 0;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_member_list {
    position: relative;
    width: 45%;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_member_list:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_member_list:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_member_list_thumb {
    position: relative;
    width: 100%;
  }
  .page_contents__about_member_list_thumb p {
    width: 100%;
  }
  .page_contents__about_member_list_thumb p img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_member_list_thumb {
    position: relative;
    width: 100%;
  }
  .page_contents__about_member_list_thumb p {
    width: 100%;
  }
  .page_contents__about_member_list_thumb p img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_member_list_thumb {
    position: relative;
    width: 100%;
  }
  .page_contents__about_member_list_thumb p {
    width: 100%;
  }
  .page_contents__about_member_list_thumb p img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_member_list_desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .page_contents__about_member_list_desc h3 {
    text-align: center;
    position: relative;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
  }
  .page_contents__about_member_list_desc h4 {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    color: #2a4778;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .page_contents__about_member_list_desc p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_member_list_desc {
    position: relative;
    width: 100%;
    padding-top: 15px;
  }
  .page_contents__about_member_list_desc h3 {
    text-align: center;
    position: relative;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
  }
  .page_contents__about_member_list_desc h4 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #2a4778;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .page_contents__about_member_list_desc p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_member_list_desc {
    position: relative;
    width: 100%;
    padding-top: 12px;
  }
  .page_contents__about_member_list_desc h3 {
    text-align: center;
    position: relative;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-bottom: 3px;
  }
  .page_contents__about_member_list_desc h4 {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #2a4778;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .page_contents__about_member_list_desc p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .modaal-content-member {
    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;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .modaal-content-member {
    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;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-member {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .modaal-content-member_left {
    position: relative;
    width: 300px;
  }
  .modaal-content-member_left .modaal-content-member_left_img {
    width: 100%;
  }
  .modaal-content-member_left .modaal-content-member_left_img p img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .modaal-content-member_left {
    position: relative;
    width: 250px;
  }
  .modaal-content-member_left .modaal-content-member_left_img {
    width: 100%;
  }
  .modaal-content-member_left .modaal-content-member_left_img p img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-member_left {
    position: relative;
    width: 70%;
    margin: 0 auto;
  }
  .modaal-content-member_left .modaal-content-member_left_img {
    width: 100%;
  }
  .modaal-content-member_left .modaal-content-member_left_img p img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .modaal-content-member_right {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  .modaal-content-member_right .modaal-content-member_right_title {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modaal-content-member_right .modaal-content-member_right_title h3 {
    text-align: center;
    position: relative;
    color: #333;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }
  .modaal-content-member_right .modaal-content-member_right_title h4 {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    color: #2a4778;
    letter-spacing: 0.1em;
    line-height: 1.0;
    padding-left: 15px;
  }
  .modaal-content-member_right p {
    color: #545454;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .modaal-content-member_right {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
  .modaal-content-member_right .modaal-content-member_right_title {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modaal-content-member_right .modaal-content-member_right_title h3 {
    text-align: center;
    position: relative;
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }
  .modaal-content-member_right .modaal-content-member_right_title h4 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #2a4778;
    letter-spacing: 0.1em;
    line-height: 1.0;
    padding-left: 10px;
  }
  .modaal-content-member_right p {
    color: #545454;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-member_right {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .modaal-content-member_right .modaal-content-member_right_title {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modaal-content-member_right .modaal-content-member_right_title h3 {
    text-align: center;
    position: relative;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }
  .modaal-content-member_right .modaal-content-member_right_title h4 {
    display: none;
  }
  .modaal-content-member_right p {
    color: #545454;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_gallery {
    position: relative;
    width: 100%;
    margin-top: 120px;
    background-color: #f3f3f3;
    padding-bottom: 80px;
  }
  .page_contents__about_gallery .title_sp02 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    background-color: #fff;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_gallery {
    position: relative;
    width: 100%;
    margin-top: 120px;
    background-color: #f3f3f3;
    padding-bottom: 80px;
  }
  .page_contents__about_gallery .title_sp02 {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_gallery {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background-color: #f3f3f3;
    padding-bottom: 60px;
  }
  .page_contents__about_gallery .title_sp02 {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_gallery_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;
    padding: 80px 0;
  }
  .page_contents__about_gallery_slide_inner .slick-list {
    padding: 0 4.5% !important;
  }
  .page_contents__about_gallery_slide_inner .slick-dots {
    bottom: 25px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_gallery_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;
    padding: 40px 0;
  }
  .page_contents__about_gallery_slide_inner .slick-list {
    padding: 0 4.5% !important;
  }
  .page_contents__about_gallery_slide_inner .slick-dots {
    bottom: -10px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_gallery_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;
    padding: 40px 0;
  }
  .page_contents__about_gallery_slide_inner .slick-list {
    padding: 0 8% !important;
  }
  .page_contents__about_gallery_slide_inner .slick-dots {
    bottom: -5px;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_gallery_list {
    position: relative;
    padding: 0 6px;
  }
  .page_contents__about_gallery_list img {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_gallery_list {
    position: relative;
    padding: 0 6px;
  }
  .page_contents__about_gallery_list img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_gallery_list {
    position: relative;
    padding: 0 6px;
  }
  .page_contents__about_gallery_list img {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_company {
    position: relative;
    width: 100%;
    margin-top: 120px;
  }
  .page_contents__about_company .title_sp {
    width: 90%;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_company {
    position: relative;
    width: 100%;
    margin-top: 120px;
  }
  .page_contents__about_company .title_sp {
    width: 92%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_company {
    position: relative;
    width: 100%;
    margin-top: 100px;
  }
  .page_contents__about_company .title_sp {
    width: 88%;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_company_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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_company_detail {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_company_detail {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_company_left {
    width: 48.5%;
  }
  .page_contents__about_company_left dl {
    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;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page_contents__about_company_left dl dt {
    width: 200px;
    font-size: 1.3rem;
    line-height: 1.8;
    padding-top: 2px;
  }
  .page_contents__about_company_left dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .page_contents__about_company_left dl::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__about_company_left dl:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_company_left {
    width: 92%;
    margin: 0 auto;
  }
  .page_contents__about_company_left dl {
    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;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page_contents__about_company_left dl dt {
    width: 200px;
    font-size: 1.3rem;
    line-height: 1.8;
    padding-top: 2px;
  }
  .page_contents__about_company_left dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page_contents__about_company_left dl::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__about_company_left dl:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_company_left {
    width: 88%;
    margin: 0 auto;
  }
  .page_contents__about_company_left dl {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page_contents__about_company_left dl dt {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .page_contents__about_company_left dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page_contents__about_company_left dl::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__about_company_left dl:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__about_company_right {
    width: 48.5%;
  }
  .page_contents__about_company_right iframe {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__about_company_right {
    width: 100%;
    margin-bottom: 40px;
  }
  .page_contents__about_company_right iframe {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__about_company_right {
    width: 100%;
    margin-bottom: 30px;
  }
  .page_contents__about_company_right iframe {
    width: 100%;
    height: 300px;
  }
}

/* ########## page_contents__about ########## */
/* ########## page_contents__recruit ########## */
@media screen and (min-width: 1024px) {
  .page_contents__recruit {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__recruit {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__recruit {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__recruit_job {
    position: relative;
    width: 100%;
    margin-top: 120px;
    background-color: #f3f3f3;
    padding: 100px 0 80px;
  }
  .page_contents__recruit_job .title_sp02 {
    width: 100%;
    background-color: #f3f3f3;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__recruit_job {
    position: relative;
    width: 100%;
    margin-top: 120px;
    background-color: #f3f3f3;
    padding: 100px 0 80px;
  }
  .page_contents__recruit_job .title_sp02 {
    width: 100%;
    background-color: #f3f3f3;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__recruit_job {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background-color: #f3f3f3;
    padding: 60px 0;
  }
  .page_contents__recruit_job .title_sp02 {
    width: 100%;
    background-color: #f3f3f3;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__recruit_job_detail {
    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;
    margin: 0 auto;
    padding-top: 40px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list a {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 40px;
    background-color: #fff;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list a:hover {
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb {
    position: relative;
    width: 300px;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb .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;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb .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;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb p.jobs_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;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_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%;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc p {
    color: #545454;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 15px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_no {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 40px;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    background-color: #f3f3f3;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_no p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_right {
    width: 300px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__recruit_job_detail {
    width: 92%;
    margin: 0 auto;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left {
    position: relative;
    width: 100%;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list a {
    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;
    padding: 40px 40px;
    background-color: #fff;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list a:hover {
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb {
    position: relative;
    width: 250px;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb .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;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb .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;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb p.jobs_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;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_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%;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc p {
    color: #545454;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 15px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_no {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 40px;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    background-color: #f3f3f3;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_no p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__recruit_job_detail {
    width: 88%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list a {
    display: block;
    position: relative;
    width: 100%;
    padding: 25px 25px;
    background-color: #fff;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb {
    position: relative;
    width: 100%;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb img {
    width: 100%;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb .caption {
    display: none;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb .mask {
    display: none;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_thumb p.jobs_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: 8px 12px;
    z-index: 10;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_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%;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_desc p {
    color: #545454;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 15px;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_no {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 25px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #f3f3f3;
  }
  .page_contents__recruit_job_detail .page_contents__recruit_job_detail_left .page_contents__recruit_job_list_no p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

/* ########## page_contents__recruit ########## */
/* ########## page_contents__products ########## */
@media screen and (min-width: 1024px) {
  .page_contents__products {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list01 {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .page_contents__products_list01 p.product_num {
    color: #2a4778;
    font-size: 2.4rem;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    margin: 0 0 30px 5%;
    letter-spacing: 0.05em;
    line-height: 1.0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list01 {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .page_contents__products_list01 p.product_num {
    color: #2a4778;
    font-size: 2rem;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    margin: 0 0 30px 4%;
    letter-spacing: 0.05em;
    line-height: 1.0;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list01 {
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .page_contents__products_list01 p.product_num {
    color: #2a4778;
    font-size: 1.8rem;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    margin: 0 0 25px 6%;
    letter-spacing: 0.05em;
    line-height: 1.0;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list01_detail {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list01_detail {
    position: relative;
    width: 100%;
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list01_detail {
    position: relative;
    width: 100%;
    padding-left: 6%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list01_left {
    width: 50%;
  }
  .page_contents__products_list01_left a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .page_contents__products_list01_left a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .page_contents__products_list01_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;
  }
  .page_contents__products_list01_left a .caption img {
    width: 20px;
    padding-left: 6px;
  }
  .page_contents__products_list01_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;
  }
  .page_contents__products_list01_left a:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list01_left {
    width: 80%;
  }
  .page_contents__products_list01_left a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .page_contents__products_list01_left a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .page_contents__products_list01_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;
  }
  .page_contents__products_list01_left a .caption img {
    width: 20px;
    padding-left: 6px;
  }
  .page_contents__products_list01_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;
  }
  .page_contents__products_list01_left a:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list01_left {
    width: 100%;
  }
  .page_contents__products_list01_left a {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .page_contents__products_list01_left a img {
    width: 100%;
  }
  .page_contents__products_list01_left a .caption {
    display: none;
  }
  .page_contents__products_list01_left a .mask {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list01_right {
    width: 50%;
    padding: 0 40px 0 5%;
  }
  .page_contents__products_list01_right h2 {
    color: #333;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__products_list01_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;
  }
  .page_contents__products_list01_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__products_list01_right p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 30px;
  }
  .page_contents__products_list01_right h4 {
    width: 70%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list01_right {
    width: 80%;
    margin-left: 20%;
    padding-top: 30px;
  }
  .page_contents__products_list01_right h2 {
    color: #333;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__products_list01_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;
  }
  .page_contents__products_list01_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__products_list01_right p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .page_contents__products_list01_right h4 {
    width: 70%;
    margin: 30px 0 0 30%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list01_right {
    width: 100%;
    padding: 25px 6% 0 0;
  }
  .page_contents__products_list01_right h2 {
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .page_contents__products_list01_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;
  }
  .page_contents__products_list01_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__products_list01_right p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .page_contents__products_list01_right h4 {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list02 {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .page_contents__products_list02 p.product_num {
    text-align: right;
    color: #2a4778;
    font-size: 2.4rem;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    margin: 0 5% 30px 0;
    letter-spacing: 0.05em;
    line-height: 1.0;
  }
}

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

@media screen and (max-width: 767px) {
  .page_contents__products_list02 {
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  .page_contents__products_list02 p.product_num {
    text-align: right;
    color: #2a4778;
    font-size: 1.8rem;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    margin: 0 6% 25px 0;
    letter-spacing: 0.05em;
    line-height: 1.0;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list02::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list02::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list02::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list02_detail {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list02_detail {
    position: relative;
    width: 100%;
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list02_detail {
    position: relative;
    width: 100%;
    padding-right: 6%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list02_left {
    width: 50%;
  }
  .page_contents__products_list02_left a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .page_contents__products_list02_left a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .page_contents__products_list02_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;
  }
  .page_contents__products_list02_left a .caption img {
    width: 20px;
    padding-left: 6px;
  }
  .page_contents__products_list02_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;
  }
  .page_contents__products_list02_left a:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list02_left {
    width: 80%;
    margin-left: 20%;
  }
  .page_contents__products_list02_left a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
  }
  .page_contents__products_list02_left a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .page_contents__products_list02_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;
  }
  .page_contents__products_list02_left a .caption img {
    width: 20px;
    padding-left: 6px;
  }
  .page_contents__products_list02_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;
  }
  .page_contents__products_list02_left a:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list02_left {
    width: 100%;
  }
  .page_contents__products_list02_left a {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .page_contents__products_list02_left a img {
    width: 100%;
  }
  .page_contents__products_list02_left a .caption {
    display: none;
  }
  .page_contents__products_list02_left a .mask {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__products_list02_right {
    width: 50%;
    padding: 0 5% 0 40px;
  }
  .page_contents__products_list02_right h2 {
    color: #333;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__products_list02_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;
  }
  .page_contents__products_list02_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__products_list02_right p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 30px;
  }
  .page_contents__products_list02_right h4 {
    width: 70%;
    margin: 40px 0 0 30%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__products_list02_right {
    width: 80%;
    padding-top: 30px;
  }
  .page_contents__products_list02_right h2 {
    color: #333;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__products_list02_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;
  }
  .page_contents__products_list02_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__products_list02_right p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .page_contents__products_list02_right h4 {
    width: 70%;
    margin: 30px 0 0 30%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__products_list02_right {
    width: 100%;
    padding: 25px 0 0 6%;
  }
  .page_contents__products_list02_right h2 {
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .page_contents__products_list02_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;
  }
  .page_contents__products_list02_right h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__products_list02_right p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .page_contents__products_list02_right h4 {
    width: 100%;
    margin-top: 25px;
  }
}

/* ########## page_contents__products ########## */
/* ########## page_contents__news ########## */
@media screen and (min-width: 1024px) {
  .page_contents__news {
    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;
    padding: 0 5%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_left {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_left {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_left {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_detail {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_detail {
    position: relative;
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_detail {
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_detail_title {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_title h1 {
    color: #333;
    position: relative;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option {
    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;
    line-height: 1.0;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_date {
    color: #2a4778;
    letter-spacing: 0.1em;
    margin-right: 15px;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat {
    letter-spacing: 0.1em;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a, .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a:link a:visited {
    display: inline-block;
    color: #2a4778;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 9px 15px;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a:hover {
    color: #fff;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_detail_title {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_title h1 {
    color: #333;
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option {
    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;
    line-height: 1.0;
    margin-top: 20px;
    font-size: 1rem;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_date {
    color: #2a4778;
    letter-spacing: 0.1em;
    margin-right: 15px;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat {
    letter-spacing: 0.1em;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a, .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a:link a:visited {
    display: inline-block;
    color: #2a4778;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 9px 15px;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a:hover {
    color: #fff;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_detail_title {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_title h1 {
    color: #333;
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option {
    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;
    line-height: 1.0;
    margin-top: 15px;
    font-size: 1rem;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_date {
    color: #2a4778;
    letter-spacing: 0.1em;
    margin-right: 12px;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat {
    letter-spacing: 0.1em;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a, .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a:link a:visited {
    display: inline-block;
    color: #2a4778;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 6px 10px;
  }
  .page_contents__news_detail_title ul.page_contents__news_detail_title_option li.news_detail_option_cat a:hover {
    color: #fff;
    background-color: #2a4778;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_detail_eyecatch {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .page_contents__news_detail_eyecatch p {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_eyecatch p img {
    width: 100%;
  }
  .page_contents__news_detail_eyecatch p::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%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_detail_eyecatch {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .page_contents__news_detail_eyecatch p {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_eyecatch p img {
    width: 100%;
  }
  .page_contents__news_detail_eyecatch p::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%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_detail_eyecatch {
    position: relative;
    width: 100%;
    margin-top: 35px;
  }
  .page_contents__news_detail_eyecatch p {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_eyecatch p img {
    width: 100%;
  }
  .page_contents__news_detail_eyecatch p::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%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_detail_entry {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_entry h2 {
    color: #333;
    position: relative;
    margin-top: 60px;
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 15px;
    border-bottom: 3px solid #ddd;
  }
  .page_contents__news_detail_entry h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 200px;
    height: 3px;
    background-color: #2a4778;
  }
  .page_contents__news_detail_entry h3 {
    color: #333;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 45px;
  }
  .page_contents__news_detail_entry p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 40px;
  }
  .page_contents__news_detail_entry p a, .page_contents__news_detail_entry p a:link a:visited {
    color: #2a4778;
  }
  .page_contents__news_detail_entry ul {
    font-size: 1.5rem;
    padding-top: 28px;
  }
  .page_contents__news_detail_entry ul li {
    word-break: break-all;
    margin-top: 12px;
    line-height: 1.6;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 14px;
    padding-left: 20px;
  }
  .page_contents__news_detail_entry ul li a, .page_contents__news_detail_entry ul li a:link a:visited {
    color: #2a4778;
  }
  .page_contents__news_detail_entry ul li img {
    width: 22px;
    padding-left: 6px;
    padding-bottom: 3px;
  }
  .page_contents__news_detail_entry .page_contents__news_detail_link {
    width: 100%;
    background-color: #f3f3f3;
    padding: 1px 40px 40px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_detail_entry {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_entry h2 {
    color: #333;
    position: relative;
    margin-top: 60px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
  }
  .page_contents__news_detail_entry h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 150px;
    height: 3px;
    background-color: #2a4778;
  }
  .page_contents__news_detail_entry h3 {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 45px;
  }
  .page_contents__news_detail_entry p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 40px;
  }
  .page_contents__news_detail_entry p a, .page_contents__news_detail_entry p a:link a:visited {
    color: #2a4778;
  }
  .page_contents__news_detail_entry ul {
    font-size: 1.5rem;
    padding-top: 28px;
  }
  .page_contents__news_detail_entry ul li {
    word-break: break-all;
    margin-top: 12px;
    line-height: 1.6;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 14px;
    padding-left: 20px;
  }
  .page_contents__news_detail_entry ul li a, .page_contents__news_detail_entry ul li a:link a:visited {
    color: #2a4778;
  }
  .page_contents__news_detail_entry ul li img {
    width: 22px;
    padding-left: 6px;
    padding-bottom: 3px;
  }
  .page_contents__news_detail_entry .page_contents__news_detail_link {
    width: 100%;
    background-color: #f3f3f3;
    padding: 1px 40px 40px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_detail_entry {
    position: relative;
    width: 100%;
  }
  .page_contents__news_detail_entry h2 {
    color: #333;
    position: relative;
    margin-top: 60px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
  }
  .page_contents__news_detail_entry h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #2a4778;
  }
  .page_contents__news_detail_entry h3 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
  .page_contents__news_detail_entry p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 30px;
  }
  .page_contents__news_detail_entry p a {
    color: #2a4778;
  }
  .page_contents__news_detail_entry ul {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .page_contents__news_detail_entry ul li {
    word-break: break-all;
    margin-top: 8px;
    line-height: 1.6;
    background: url(../img/list_mk001.svg) no-repeat 0 5px;
    background-size: 12px;
    padding-left: 18px;
  }
  .page_contents__news_detail_entry ul li a, .page_contents__news_detail_entry ul li a:link a:visited {
    color: #2a4778;
  }
  .page_contents__news_detail_entry ul li img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 3px;
  }
  .page_contents__news_detail_entry .page_contents__news_detail_link {
    width: 100%;
    background-color: #f3f3f3;
    padding: 1px 20px 20px;
    margin-top: 35px;
  }
  .page_contents__news_detail_entry .page_contents__news_detail_link ul {
    padding-top: 14px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_detail_sns {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__news_detail_sns ul.share_btn {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    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;
  }
  .page_contents__news_detail_sns ul.share_btn li {
    width: 24.5%;
  }
  .page_contents__news_detail_sns ul.share_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
    line-height: 1.0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.fb {
    background-color: #315096;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.fb:hover {
    background-color: #263970;
  }
  .page_contents__news_detail_sns ul.share_btn li.tweet {
    background-color: #55acee;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.tweet:hover {
    background-color: #4a92e1;
  }
  .page_contents__news_detail_sns ul.share_btn li.ht {
    background-color: #008fde;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.ht:hover {
    background-color: #2a6dcc;
  }
  .page_contents__news_detail_sns ul.share_btn li.pk {
    background-color: #f03e51;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.pk:hover {
    background-color: #d4363c;
  }
  .page_contents__news_detail_sns ul.share_btn li.fb span:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f09a";
    padding-right: .3em;
  }
  .page_contents__news_detail_sns ul.share_btn li.tweet span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    padding-right: .3em;
    font-size: 1.3rem;
    font-weight: 900;
  }
  .page_contents__news_detail_sns ul.share_btn li.ht span:before {
    content: "B!";
    padding-right: .3em;
    font-size: 1.3rem;
    font-family: Verdana;
    vertical-align: middle;
  }
  .page_contents__news_detail_sns ul.share_btn li.pk span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f265";
    padding-right: .3em;
    font-weight: 900;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_detail_sns {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__news_detail_sns ul.share_btn {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    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;
  }
  .page_contents__news_detail_sns ul.share_btn li {
    width: 24.5%;
  }
  .page_contents__news_detail_sns ul.share_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
    line-height: 1.0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.fb {
    background-color: #315096;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.fb:hover {
    background-color: #263970;
  }
  .page_contents__news_detail_sns ul.share_btn li.tweet {
    background-color: #55acee;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.tweet:hover {
    background-color: #4a92e1;
  }
  .page_contents__news_detail_sns ul.share_btn li.ht {
    background-color: #008fde;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.ht:hover {
    background-color: #2a6dcc;
  }
  .page_contents__news_detail_sns ul.share_btn li.pk {
    background-color: #f03e51;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.pk:hover {
    background-color: #d4363c;
  }
  .page_contents__news_detail_sns ul.share_btn li.fb span:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f09a";
    padding-right: .3em;
  }
  .page_contents__news_detail_sns ul.share_btn li.tweet span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    padding-right: .3em;
    font-size: 1.3rem;
    font-weight: 900;
  }
  .page_contents__news_detail_sns ul.share_btn li.ht span:before {
    content: "B!";
    padding-right: .3em;
    font-size: 1.3rem;
    font-family: Verdana;
    vertical-align: middle;
  }
  .page_contents__news_detail_sns ul.share_btn li.pk span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f265";
    padding-right: .3em;
    font-weight: 900;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_detail_sns {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__news_detail_sns ul.share_btn {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    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;
  }
  .page_contents__news_detail_sns ul.share_btn li {
    width: 24.5%;
  }
  .page_contents__news_detail_sns ul.share_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    line-height: 1.0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.fb {
    background-color: #315096;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.tweet {
    background-color: #55acee;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.ht {
    background-color: #008fde;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.pk {
    background-color: #f03e51;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__news_detail_sns ul.share_btn li.fb span:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f09a";
    padding-right: .3em;
  }
  .page_contents__news_detail_sns ul.share_btn li.tweet span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    padding-right: .3em;
    font-size: 1.3rem;
    font-weight: 900;
  }
  .page_contents__news_detail_sns ul.share_btn li.ht span:before {
    content: "B!";
    padding-right: .3em;
    font-size: 1.3rem;
    font-family: Verdana;
    vertical-align: middle;
  }
  .page_contents__news_detail_sns ul.share_btn li.pk span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f265";
    padding-right: .3em;
    font-weight: 900;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_detail_sns::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_detail_sns::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_detail_sns::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_detail_sns::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_detail_sns::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_detail_sns::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_list {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__news_list a {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_list {
    position: relative;
    width: 92%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
  }
  .page_contents__news_list a {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_list {
    position: relative;
    width: 88%;
    margin: 0 auto 30px;
  }
  .page_contents__news_list a {
    position: relative;
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_list:first-of-type::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_list:first-of-type::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_list:first-of-type {
    border-top: 1px solid #ddd;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_list:first-of-type {
    border-top: 1px solid #ddd;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_list_thumb {
    position: relative;
    width: 320px;
    display: block;
    overflow: hidden;
  }
  .page_contents__news_list_thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .page_contents__news_list_thumb .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;
  }
  .page_contents__news_list_thumb .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;
  }
  .page_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;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_list_thumb {
    position: relative;
    width: 260px;
    display: block;
    overflow: hidden;
  }
  .page_contents__news_list_thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .page_contents__news_list_thumb .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;
  }
  .page_contents__news_list_thumb .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;
  }
  .page_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;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_list_thumb {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .page_contents__news_list_thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page_contents__news_list_thumb .caption {
    display: none;
  }
  .page_contents__news_list_thumb .mask {
    display: none;
  }
  .page_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;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_list_thumb:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_list_thumb:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
}

@media screen and (min-width: 1024px) {
  .page_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%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_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%;
  }
}

@media screen and (max-width: 767px) {
  .page_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%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_list_desc {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
  }
  .page_contents__news_list_desc h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__news_list_desc p {
    color: #2a4778;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_list_desc {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
  }
  .page_contents__news_list_desc h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__news_list_desc p {
    color: #2a4778;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_list_desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .page_contents__news_list_desc h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .page_contents__news_list_desc p {
    position: relative;
    border-top: 1px solid #ddd;
    color: #2a4778;
    font-size: 1.2rem;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-top: 15px;
  }
  .page_contents__news_list_desc p::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_btn_sp {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .page_contents__news_btn_sp h4 {
    width: 45%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_btn_sp {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .page_contents__news_btn_sp h4 {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_btn_sp {
    position: relative;
    width: 88%;
    margin: 40px auto 0;
  }
  .page_contents__news_btn_sp h4 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__news_right {
    position: relative;
    width: 300px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__news_right {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
    background-color: #f3f3f3;
    padding: 60px 4% 40px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__news_right {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background-color: #f3f3f3;
    padding: 60px 0 20px;
  }
}

/* ########## page_contents__news ########## */
/* ########## page_contents__job ########## */
@media screen and (min-width: 1024px) {
  .page_contents__job {
    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;
    padding: 0 5%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_left {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_left {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_left {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #2a4778;
    z-index: 2;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_detail {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_detail {
    position: relative;
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_detail {
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_detail_title {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_title h1 {
    color: #333;
    position: relative;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option {
    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;
    line-height: 1.0;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_date {
    color: #2a4778;
    letter-spacing: 0.1em;
    margin-right: 15px;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat {
    letter-spacing: 0.1em;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a, .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a:link a:visited {
    display: inline-block;
    color: #2a4778;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 9px 15px;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a:hover {
    color: #fff;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_detail_title {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_title h1 {
    color: #333;
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option {
    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;
    line-height: 1.0;
    margin-top: 20px;
    font-size: 1rem;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_date {
    color: #2a4778;
    letter-spacing: 0.1em;
    margin-right: 15px;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat {
    letter-spacing: 0.1em;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a, .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a:link a:visited {
    display: inline-block;
    color: #2a4778;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 9px 15px;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a:hover {
    color: #fff;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_detail_title {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_title h1 {
    color: #333;
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option {
    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;
    line-height: 1.0;
    margin-top: 15px;
    font-size: 1rem;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_date {
    color: #2a4778;
    letter-spacing: 0.1em;
    margin-right: 12px;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat {
    letter-spacing: 0.1em;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a, .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a:link a:visited {
    display: inline-block;
    color: #2a4778;
    font-weight: 500;
    background-color: #f3f3f3;
    padding: 6px 10px;
  }
  .page_contents__job_detail_title ul.page_contents__job_detail_title_option li.job_detail_option_cat a:hover {
    color: #fff;
    background-color: #2a4778;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_detail_read {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .page_contents__job_detail_read p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_detail_read {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .page_contents__job_detail_read p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_detail_read {
    position: relative;
    width: 100%;
    margin-top: 35px;
  }
  .page_contents__job_detail_read p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_detail_eyecatch {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .page_contents__job_detail_eyecatch p {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_eyecatch p img {
    width: 100%;
  }
  .page_contents__job_detail_eyecatch p::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%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_detail_eyecatch {
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .page_contents__job_detail_eyecatch p {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_eyecatch p img {
    width: 100%;
  }
  .page_contents__job_detail_eyecatch p::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%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_detail_eyecatch {
    position: relative;
    width: 100%;
    margin-top: 35px;
  }
  .page_contents__job_detail_eyecatch p {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_eyecatch p img {
    width: 100%;
  }
  .page_contents__job_detail_eyecatch p::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%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_detail_entry {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_entry h2 {
    color: #333;
    position: relative;
    margin-top: 60px;
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 15px;
    border-bottom: 3px solid #ddd;
  }
  .page_contents__job_detail_entry h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 200px;
    height: 3px;
    background-color: #2a4778;
  }
  .page_contents__job_detail_entry h3 {
    color: #333;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 45px;
  }
  .page_contents__job_detail_entry h4.btn_style02 {
    width: 45%;
    margin: 60px auto 0;
  }
  .page_contents__job_detail_entry p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 40px;
  }
  .page_contents__job_detail_entry p a, .page_contents__job_detail_entry p a:link a:visited {
    color: #2a4778;
  }
  .page_contents__job_detail_entry ul {
    font-size: 1.5rem;
    padding-top: 28px;
  }
  .page_contents__job_detail_entry ul li {
    word-break: break-all;
    margin-top: 12px;
    line-height: 1.6;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 14px;
    padding-left: 20px;
  }
  .page_contents__job_detail_entry ul li a, .page_contents__job_detail_entry ul li a:link a:visited {
    color: #2a4778;
  }
  .page_contents__job_detail_entry ul li img {
    width: 22px;
    padding-left: 6px;
    padding-bottom: 3px;
  }
  .page_contents__job_detail_entry dl {
    width: 100%;
    position: relative;
    line-height: 1.8;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .page_contents__job_detail_entry dl dt {
    width: 200px;
    font-size: 1.3rem;
    padding-top: 2px;
  }
  .page_contents__job_detail_entry dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.5rem;
  }
  .page_contents__job_detail_entry dl::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__job_detail_entry dl:first-of-type {
    margin-top: 40px;
  }
  .page_contents__job_detail_entry .page_contents__job_detail_link {
    width: 100%;
    background-color: #f3f3f3;
    padding: 1px 40px 40px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_detail_entry {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_entry h2 {
    color: #333;
    position: relative;
    margin-top: 60px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
  }
  .page_contents__job_detail_entry h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 150px;
    height: 3px;
    background-color: #2a4778;
  }
  .page_contents__job_detail_entry h3 {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 45px;
  }
  .page_contents__job_detail_entry h4.btn_style02 {
    width: 60%;
    margin: 40px auto 0;
  }
  .page_contents__job_detail_entry p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 40px;
  }
  .page_contents__job_detail_entry p a, .page_contents__job_detail_entry p a:link a:visited {
    color: #2a4778;
  }
  .page_contents__job_detail_entry ul {
    font-size: 1.5rem;
    padding-top: 28px;
  }
  .page_contents__job_detail_entry ul li {
    word-break: break-all;
    margin-top: 12px;
    line-height: 1.6;
    background: url(../img/list_mk001.svg) no-repeat 0 center;
    background-size: 14px;
    padding-left: 20px;
  }
  .page_contents__job_detail_entry ul li a, .page_contents__job_detail_entry ul li a:link a:visited {
    color: #2a4778;
  }
  .page_contents__job_detail_entry ul li img {
    width: 22px;
    padding-left: 6px;
    padding-bottom: 3px;
  }
  .page_contents__job_detail_entry dl {
    width: 100%;
    position: relative;
    line-height: 1.8;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .page_contents__job_detail_entry dl dt {
    width: 200px;
    font-size: 1.3rem;
    padding-top: 2px;
  }
  .page_contents__job_detail_entry dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
  }
  .page_contents__job_detail_entry dl::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__job_detail_entry dl:first-of-type {
    margin-top: 40px;
  }
  .page_contents__job_detail_entry .page_contents__job_detail_link {
    width: 100%;
    background-color: #f3f3f3;
    padding: 1px 40px 40px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_detail_entry {
    position: relative;
    width: 100%;
  }
  .page_contents__job_detail_entry h2 {
    color: #333;
    position: relative;
    margin-top: 60px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
  }
  .page_contents__job_detail_entry h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #2a4778;
  }
  .page_contents__job_detail_entry h3 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
  .page_contents__job_detail_entry h4.btn_style02 {
    width: 100%;
    margin: 40px auto 0;
  }
  .page_contents__job_detail_entry p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 30px;
  }
  .page_contents__job_detail_entry p a {
    color: #2a4778;
  }
  .page_contents__job_detail_entry ul {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .page_contents__job_detail_entry ul li {
    word-break: break-all;
    margin-top: 8px;
    line-height: 1.6;
    background: url(../img/list_mk001.svg) no-repeat 0 5px;
    background-size: 12px;
    padding-left: 18px;
  }
  .page_contents__job_detail_entry ul li a, .page_contents__job_detail_entry ul li a:link a:visited {
    color: #2a4778;
  }
  .page_contents__job_detail_entry ul li img {
    width: 20px;
    padding-left: 6px;
    padding-bottom: 3px;
  }
  .page_contents__job_detail_entry dl {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page_contents__job_detail_entry dl dt {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .page_contents__job_detail_entry dl dd {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .page_contents__job_detail_entry dl::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__job_detail_entry dl:first-of-type {
    margin-top: 30px;
  }
  .page_contents__job_detail_entry .page_contents__job_detail_link {
    width: 100%;
    background-color: #f3f3f3;
    padding: 1px 20px 20px;
    margin-top: 35px;
  }
  .page_contents__job_detail_entry .page_contents__job_detail_link ul {
    padding-top: 14px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_detail_sns {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__job_detail_sns ul.share_btn {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    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;
  }
  .page_contents__job_detail_sns ul.share_btn li {
    width: 24.5%;
  }
  .page_contents__job_detail_sns ul.share_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
    line-height: 1.0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.fb {
    background-color: #315096;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.fb:hover {
    background-color: #263970;
  }
  .page_contents__job_detail_sns ul.share_btn li.tweet {
    background-color: #55acee;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.tweet:hover {
    background-color: #4a92e1;
  }
  .page_contents__job_detail_sns ul.share_btn li.ht {
    background-color: #008fde;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.ht:hover {
    background-color: #2a6dcc;
  }
  .page_contents__job_detail_sns ul.share_btn li.pk {
    background-color: #f03e51;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.pk:hover {
    background-color: #d4363c;
  }
  .page_contents__job_detail_sns ul.share_btn li.fb span:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f09a";
    padding-right: .3em;
  }
  .page_contents__job_detail_sns ul.share_btn li.tweet span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    padding-right: .3em;
    font-size: 1.3rem;
    font-weight: 900;
  }
  .page_contents__job_detail_sns ul.share_btn li.ht span:before {
    content: "B!";
    padding-right: .3em;
    font-size: 1.3rem;
    font-family: Verdana;
    vertical-align: middle;
  }
  .page_contents__job_detail_sns ul.share_btn li.pk span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f265";
    padding-right: .3em;
    font-weight: 900;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_detail_sns {
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__job_detail_sns ul.share_btn {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    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;
  }
  .page_contents__job_detail_sns ul.share_btn li {
    width: 24.5%;
  }
  .page_contents__job_detail_sns ul.share_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
    line-height: 1.0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.fb {
    background-color: #315096;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.fb:hover {
    background-color: #263970;
  }
  .page_contents__job_detail_sns ul.share_btn li.tweet {
    background-color: #55acee;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.tweet:hover {
    background-color: #4a92e1;
  }
  .page_contents__job_detail_sns ul.share_btn li.ht {
    background-color: #008fde;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.ht:hover {
    background-color: #2a6dcc;
  }
  .page_contents__job_detail_sns ul.share_btn li.pk {
    background-color: #f03e51;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.pk:hover {
    background-color: #d4363c;
  }
  .page_contents__job_detail_sns ul.share_btn li.fb span:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f09a";
    padding-right: .3em;
  }
  .page_contents__job_detail_sns ul.share_btn li.tweet span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    padding-right: .3em;
    font-size: 1.3rem;
    font-weight: 900;
  }
  .page_contents__job_detail_sns ul.share_btn li.ht span:before {
    content: "B!";
    padding-right: .3em;
    font-size: 1.3rem;
    font-family: Verdana;
    vertical-align: middle;
  }
  .page_contents__job_detail_sns ul.share_btn li.pk span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f265";
    padding-right: .3em;
    font-weight: 900;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_detail_sns {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__job_detail_sns ul.share_btn {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    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;
  }
  .page_contents__job_detail_sns ul.share_btn li {
    width: 24.5%;
  }
  .page_contents__job_detail_sns ul.share_btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    line-height: 1.0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.fb {
    background-color: #315096;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.tweet {
    background-color: #55acee;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.ht {
    background-color: #008fde;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.pk {
    background-color: #f03e51;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_contents__job_detail_sns ul.share_btn li.fb span:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f09a";
    padding-right: .3em;
  }
  .page_contents__job_detail_sns ul.share_btn li.tweet span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    padding-right: .3em;
    font-size: 1.3rem;
    font-weight: 900;
  }
  .page_contents__job_detail_sns ul.share_btn li.ht span:before {
    content: "B!";
    padding-right: .3em;
    font-size: 1.3rem;
    font-family: Verdana;
    vertical-align: middle;
  }
  .page_contents__job_detail_sns ul.share_btn li.pk span:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f265";
    padding-right: .3em;
    font-weight: 900;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_detail_sns::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_detail_sns::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_detail_sns::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_detail_sns::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_detail_sns::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_detail_sns::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__job_right {
    position: relative;
    width: 300px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__job_right {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
    background-color: #f3f3f3;
    padding: 60px 4% 40px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__job_right {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background-color: #f3f3f3;
    padding: 60px 0 20px;
  }
}

/* ########## page_contents__news ########## */
/* ########## page_contents__privacy ########## */
@media screen and (min-width: 1024px) {
  .page_contents__privacy {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__privacy {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__privacy {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__privacy_detail {
    position: relative;
    width: 76%;
    margin: 100px auto 0;
  }
  .page_contents__privacy_detail dl {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
    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: 30px auto 0;
  }
  .page_contents__privacy_detail dl dt {
    width: 30px;
  }
  .page_contents__privacy_detail dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page_contents__privacy_detail dl:first-of-type {
    margin-top: 0;
  }
  .page_contents__privacy_detail p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__privacy_detail {
    position: relative;
    width: 92%;
    margin: 80px auto 0;
  }
  .page_contents__privacy_detail dl {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
    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: 30px auto 0;
  }
  .page_contents__privacy_detail dl dt {
    width: 20px;
  }
  .page_contents__privacy_detail dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page_contents__privacy_detail dl:first-of-type {
    margin-top: 0;
  }
  .page_contents__privacy_detail p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__privacy_detail {
    position: relative;
    width: 88%;
    margin: 60px auto 0;
  }
  .page_contents__privacy_detail dl {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
    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: 30px auto 0;
  }
  .page_contents__privacy_detail dl dt {
    width: 20px;
  }
  .page_contents__privacy_detail dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page_contents__privacy_detail dl:first-of-type {
    margin-top: 0;
  }
  .page_contents__privacy_detail p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__privacy_cs {
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    padding: 60px;
    margin-top: 20px;
  }
  .page_contents__privacy_cs h4 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__privacy_cs p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__privacy_cs {
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    padding: 40px;
    margin-top: 20px;
  }
  .page_contents__privacy_cs h4 {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__privacy_cs p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__privacy_cs {
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    padding: 25px;
    margin-top: 20px;
  }
  .page_contents__privacy_cs h4 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .page_contents__privacy_cs p {
    margin-top: 15px;
  }
}

/* ########## page_contents__privacy ########## */
/* ########## page_contents__1c_block01 ########## */
@media screen and (min-width: 1024px) {
  .page_contents__1c_block01 {
    position: relative;
    width: 100%;
  }
  .page_contents__1c_block01 .title_sp {
    width: 90%;
    margin: 0 auto 40px;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail {
    position: relative;
    width: 100%;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail h3 {
    text-align: center;
    color: #333;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail p {
    width: 76%;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 30px auto 0;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail p:first-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__1c_block01 {
    position: relative;
    width: 100%;
  }
  .page_contents__1c_block01 .title_sp {
    width: 92%;
    margin: 0 auto 30px;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail {
    position: relative;
    width: 100%;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail h3 {
    text-align: center;
    color: #333;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail p {
    width: 80%;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 30px auto 0;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail p:first-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__1c_block01 {
    position: relative;
    width: 100%;
  }
  .page_contents__1c_block01 .title_sp {
    width: 88%;
    margin: 0 auto 30px;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail {
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail h3 {
    text-align: center;
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .page_contents__1c_block01 .page_contents__1c_block01_detail p:first-of-type {
    margin-top: 0;
  }
}

/* ########## page_contents__1c_block01 ########## */
/* ########## page_contents__3c_block01 ########## */
@media screen and (min-width: 1024px) {
  .page_contents__3c_block01 {
    position: relative;
    width: 90%;
    margin: 120px auto 0;
  }
  .page_contents__3c_block01 .title_sp {
    width: 100%;
    margin-bottom: 40px;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_detail {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list {
    position: relative;
    width: 32.5%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb {
    position: relative;
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb p {
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb p img {
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc h3 {
    position: relative;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__3c_block01 {
    position: relative;
    width: 92%;
    margin: 120px auto 0;
  }
  .page_contents__3c_block01 .title_sp {
    width: 100%;
    margin-bottom: 30px;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_detail {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list {
    position: relative;
    width: 32%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb {
    position: relative;
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb p {
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb p img {
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc h3 {
    position: relative;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__3c_block01 {
    position: relative;
    width: 88%;
    margin: 100px auto 0;
  }
  .page_contents__3c_block01 .title_sp {
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_detail {
    position: relative;
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb {
    position: relative;
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb p {
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_thumb p img {
    width: 100%;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc {
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc h3 {
    position: relative;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #2a4778;
  }
  .page_contents__3c_block01 .page_contents__3c_block01_list_desc p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 15px;
  }
}

/* ########## page_contents__3c_block01 ########## */
/* ########## side_contents__block01 ########## */
@media screen and (min-width: 1024px) {
  .side_contents__block01 {
    width: 100%;
    margin-bottom: 40px;
  }
  .side_contents__block01 ul {
    position: relative;
    border-top: 1px solid #ddd;
  }
  .side_contents__block01 ul li {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block01 ul li a, .side_contents__block01 ul li a:link a:visited {
    position: relative;
    display: block;
    padding: 14px 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .side_contents__block01 ul li 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;
  }
  .side_contents__block01 ul li a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .side_contents__block01 ul li a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 94%;
    background: url(../img/list_mk001.svg) no-repeat 0 0;
    background-size: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .side_contents__block01 ul ::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .side_contents__block01 ul::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .side_contents__block01 {
    width: 48%;
    margin-bottom: 40px;
  }
  .side_contents__block01 ul {
    position: relative;
    border-top: 1px solid #ddd;
  }
  .side_contents__block01 ul li {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block01 ul li a, .side_contents__block01 ul li a:link a:visited {
    position: relative;
    display: block;
    padding: 14px 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    z-index: 1;
  }
  .side_contents__block01 ul li 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;
  }
  .side_contents__block01 ul li a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .side_contents__block01 ul li a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 94%;
    background: url(../img/list_mk001.svg) no-repeat 0 0;
    background-size: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .side_contents__block01 ul ::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .side_contents__block01 ul::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .side_contents__block01 {
    width: 88%;
    margin: 0 auto 40px;
  }
  .side_contents__block01 ul {
    position: relative;
    border-top: 1px solid #ddd;
  }
  .side_contents__block01 ul li {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block01 ul li a {
    display: block;
    padding: 14px 3px;
    background: url(../img/list_mk001.svg) no-repeat right 5px center;
    background-size: 12px;
  }
  .side_contents__block01 ul ::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .side_contents__block01 ul::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

/* ########## side_contents__block01 ########## */
/* ########## side_contents__block02 ########## */
@media screen and (min-width: 1024px) {
  .side_contents__block02 {
    width: 100%;
    margin-bottom: 40px;
  }
  .side_contents__block02 .side_title_sp {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block02 .side_title_sp::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .side_contents__block02 .side_contents__block02_list {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block02 .side_contents__block02_list a {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left {
    position: relative;
    width: 40%;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left .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;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 12%;
    height: 15%;
    background: url(../img/img_mask.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_right {
    width: 60%;
    padding-left: 12px;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_right p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .side_contents__block02 .side_contents__block02_list::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .side_contents__block02 {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .side_contents__block02 .side_title_sp {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block02 .side_title_sp::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .side_contents__block02 .side_contents__block02_list {
    position: relative;
    width: 48%;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block02 .side_contents__block02_list a {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left {
    position: relative;
    width: 40%;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left .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;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 12%;
    height: 15%;
    background: url(../img/img_mask02.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_right {
    width: 60%;
    padding-left: 12px;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_right p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .side_contents__block02 .side_contents__block02_list::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .side_contents__block02 {
    width: 88%;
    margin: 0 auto 40px;
  }
  .side_contents__block02 .side_title_sp {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block02 .side_title_sp::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
  .side_contents__block02 .side_contents__block02_list {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .side_contents__block02 .side_contents__block02_list a {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left {
    position: relative;
    width: 40%;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left .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;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left:hover .mask {
    opacity: 1;
    /* マスクを表示する */
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_left::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 12%;
    height: 15%;
    background: url(../img/img_mask02.svg) no-repeat 0 0;
    background-size: 100%;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_right {
    width: 60%;
    padding-left: 12px;
  }
  .side_contents__block02 .side_contents__block02_list a .side_contents__block02_list_right p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .side_contents__block02 .side_contents__block02_list::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

/* ########## side_contents__block02 ########## */
/* ########## side_contents__block03 ########## */
@media screen and (min-width: 1024px) {
  .side_contents__block03 {
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
  }
  .side_contents__block03 input[type=checkbox] {
    display: none;
  }
  .side_contents__block03 .checkbox01 {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 3px;
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .side_contents__block03 .checkbox01:hover {
    background-color: #fff;
  }
  .side_contents__block03 .checkbox01::before {
    background-color: #fff;
    border: 1px solid #ddd;
    content: '';
    display: block;
    height: 16px;
    right: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .side_contents__block03 .checkbox01::after {
    border-right: 3px solid #2a4778;
    border-bottom: 3px solid #2a4778;
    content: '';
    display: block;
    height: 9px;
    right: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 5px;
  }
  .side_contents__block03 input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .side_contents__block03 {
    width: 100%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* 
    ul {
      position:relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      padding:12px 0;

      li {
        width:48%;
        font-size:$tab-font-size-small03;
        font-weight:500;
        letter-spacing: 0.1em;
        position:relative;

        a,a:link a:visited {
          position:relative;
          display:block;
          padding:14px 3px;
          transition: all .4s;
          overflow:hidden;
          z-index: 1;
        }
        a::before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          content: '';
          background-color:$secondary;
          transform-origin: right top;
          transform: scale(0, 1);
          transition: transform .4s;
        }
        a:hover::before {
          transform-origin: left top;
          transform: scale(1, 1);
        }
        a::after {
          content:'';
          position: absolute;
          width:12px;
          height:12px;
          top: 50%;
          left: 94%;
          background:url(../img/list_mk001.svg) no-repeat 0 0;
          background-size:12px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
        }
      }
    }
     */
  }
  .side_contents__block03 input[type=checkbox] {
    display: none;
  }
  .side_contents__block03 .checkbox01 {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 3px;
    color: #333;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .side_contents__block03 .checkbox01::before {
    background-color: #fff;
    border: 1px solid #ddd;
    content: '';
    display: block;
    height: 16px;
    right: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .side_contents__block03 .checkbox01::after {
    border-right: 3px solid #2a4778;
    border-bottom: 3px solid #2a4778;
    content: '';
    display: block;
    height: 9px;
    right: 5px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 5px;
  }
  .side_contents__block03 input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .side_contents__block03 {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    /* 
    ul {
      position:relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      padding:12px 0;

      li {
        width:48%;
        font-size:$sp-font-size-small02;
        font-weight:500;
        letter-spacing: 0.1em;
        position:relative;

        a {
          display:block;
          padding:8px 0;
          background:url(../img/list_mk001.svg) no-repeat right 5px center;
          background-size:12px;
        }
      }
    }
     */
  }
  .side_contents__block03 input[type=checkbox] {
    display: none;
  }
  .side_contents__block03 .checkbox01 {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .side_contents__block03 .checkbox01::before {
    background-color: #fff;
    border: 1px solid #ddd;
    content: '';
    display: block;
    height: 16px;
    right: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .side_contents__block03 .checkbox01::after {
    border-right: 3px solid #2a4778;
    border-bottom: 3px solid #2a4778;
    content: '';
    display: block;
    height: 9px;
    right: 5px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 5px;
  }
  .side_contents__block03 input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) {
  .side_contents__block03_list {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .side_contents__block03_list {
    position: relative;
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .side_contents__block03_list {
    position: relative;
    width: 47.5%;
  }
}

@media screen and (min-width: 1024px) {
  .side_contents__block03_list::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .side_contents__block03::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .side_contents__block03::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (min-width: 1024px) {
  .side_contents__block03::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .side_contents__block03::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

@media screen and (max-width: 767px) {
  .side_contents__block03::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #2a4778;
  }
}

/* ########## side_contents__block03 ########## */
/* ########## page_contents__bottom ########## */
@media screen and (min-width: 1024px) {
  .page_contents__bottom {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__bottom {
    position: relative;
    width: 92%;
    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;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__bottom {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__bottom_recruit {
    position: relative;
    width: 49.5%;
    height: 400px;
    overflow: hidden;
  }
  .page_contents__bottom_recruit a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__bottom_recruit {
    position: relative;
    width: 49.5%;
    height: 300px;
    overflow: hidden;
  }
  .page_contents__bottom_recruit a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__bottom_recruit {
    position: relative;
    width: 94%;
    height: 300px;
    margin: 0 0 30px 6%;
  }
  .page_contents__bottom_recruit a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/sp/sp_footer_recruit_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__bottom_recruit:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/footer_recruit_backimg.png) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__bottom_recruit:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/footer_recruit_backimg.png) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__bottom_recruit:hover:after {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__bottom_recruit:hover:after {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.page_contents__bottom_recruit::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 10%;
  height: 15%;
  background: url(../img/img_mask.svg) no-repeat 0 0;
  background-size: 100%;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .page_contents__bottom_contact {
    position: relative;
    width: 49.5%;
    height: 400px;
    overflow: hidden;
  }
  .page_contents__bottom_contact a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__bottom_contact {
    position: relative;
    width: 49.5%;
    height: 300px;
    overflow: hidden;
  }
  .page_contents__bottom_contact a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__bottom_contact {
    position: relative;
    width: 94%;
    height: 300px;
  }
  .page_contents__bottom_contact a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/sp/sp_footer_contact_backimg.png) no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__bottom_contact:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/footer_contact_backimg.png) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__bottom_contact:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/footer_contact_backimg.png) no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

@media screen and (min-width: 1024px) {
  .page_contents__bottom_contact:hover:after {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__bottom_contact:hover:after {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.page_contents__bottom_contact::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 10%;
  height: 15%;
  background: url(../img/img_mask.svg) no-repeat 0 0;
  background-size: 100%;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .page_contents__bottom_desc {
    position: absolute;
    width: 76%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 20;
  }
  .page_contents__bottom_desc h3 {
    color: #fff;
    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;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  }
  .page_contents__bottom_desc p {
    color: #fff;
    text-align: center;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.0;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__bottom_desc {
    position: absolute;
    width: 76%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 20;
  }
  .page_contents__bottom_desc h3 {
    color: #fff;
    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.0;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  }
  .page_contents__bottom_desc p {
    color: #fff;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.0;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_contents__bottom_desc {
    position: absolute;
    width: 76%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 20;
  }
  .page_contents__bottom_desc h3 {
    color: #fff;
    text-align: center;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 3.6rem;
    line-height: 1.0;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  }
  .page_contents__bottom_desc p {
    color: #fff;
    font-weight: 500;
    font-family: "bebas-neue", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.3rem;
    line-height: 2.0;
    color: #fff;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
}

/* ########## page_contents__bottom ########## */
/* ########## 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;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -moz-animation: fadeIn 2s ease 0s 1 normal;
  -o-animation: fadeIn 2s ease 0s 1 normal;
  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: 20%;
    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 ===============*/
.hide-area {
  display: none;
}

.modaal-overlay {
  z-index: 1200 !important;
}

@media screen and (min-width: 1024px) {
  .modaal-content-container {
    padding: 60px !important;
    background: url(../img/gi_mark_gr.svg) no-repeat right -5px top -5px;
    background-size: 46%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .modaal-content-container {
    padding: 40px !important;
    background: url(../img/gi_mark_gr.svg) no-repeat right -5px top -5px;
    background-size: 50%;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    background: url(../img/gi_mark_gr.svg) no-repeat right -5px bottom -5px;
    background-size: 70%;
  }
}

/*========= lightboxのCSS ===============*/
.lightbox .lb-image {
  border: none !important;
}

.lb-data .lb-caption {
  display: none !important;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-dataContainer {
  padding-top: 10px !important;
}

@media screen and (min-width: 1024px) {
  .lb-data .lb-close {
    background: url(../img/close_icon.svg) no-repeat 0 0 !important;
    background-size: 30px !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .lb-data .lb-close {
    background: url(../img/close_icon.svg) no-repeat 0 0 !important;
    background-size: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .lb-data .lb-close {
    width: 20px !important;
    height: 20px !important;
    background: url(../img/close_icon.svg) no-repeat 0 0 !important;
    background-size: 20px !important;
  }
}

/* ########## page_contents ########## */
@media screen and (min-width: 1024px) {
  .page_contents {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .page_contents__detail {
    position: relative;
    width: 100%;
    padding-top: 120px;
    background: url(../img/gi_mark_gr.svg) no-repeat right -5px top -5px;
    background-size: 46%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .page_contents__detail {
    position: relative;
    width: 100%;
    padding-top: 120px;
    background: url(../img/gi_mark_gr.svg) no-repeat right -5px top -5px;
    background-size: 70%;
  }
}

@media screen and (max-width: 767px) {
  .page_contents {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 140px;
  }
  .page_contents__detail {
    position: relative;
    width: 100%;
    padding-top: 100px;
    background: url(../img/gi_mark_gr.svg) no-repeat right -3px top -3px;
    background-size: 70%;
  }
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .mt_01 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mt_01 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mt_01 {
    margin-top: 100px;
  }
}

.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=common.css.map */