.mv {
    position: relative;
}
.mv-imgs {
    background: #000;
}
.mv-img {
    opacity: .7;
}
.mv-img-inner {
    margin: -3% -10%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    opacity: .7;
}
.mv-img-inner[data-mv-num="1"] {
    background-image: url(../img/main_img_bg_1.png);
}
.mv-img-inner[data-mv-num="2"] {
    background-image: url(../img/main_img_bg_2.png);
}
.mv-img-inner[data-mv-num="3"] {
    background-image: url(../img/main_img_bg_3.png);
}
.mv-img-inner[data-mv-num="4"] {
    background-image: url(../img/main_img_bg_4.png);
}
.mv-img-inner[data-mv-num="5"] {
    background-image: url(../img/main_img_bg_5.png);
}
.mv-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 80px;
    margin: auto;
    font-size: 34px;
    line-height: 1.85;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mv-text-switch-wrap {
/*     display: inline; */
    display: inline-block;
    position: relative;
    line-height: 1;
    overflow: hidden;
}

.mv-text-switch-wrap:before,
.mv-text-switch-indicator {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0.3;
}

/* .mv-text-switch-wrap:after { */
.mv-text-switch-indicator {
    width: 0%;
    opacity: 1;
}

.mv-text-switch-no {
    display: inline;
}

.mv-imgs .slick-slide img {
    opacity: 0;
}
.mv-imgs .slick-slide .mv-img-inner {
    opacity: 0;
}
.mv-imgs .slick-slide.slick-current .mv-img-inner {
    opacity: 1;
    transition: transform 6.6s ease-out;
    transform: translateX(6%);
}
.mv-imgs .slick-slide.slick-current.slick-active .mv-img-inner {
    transform: translateX(-6%);
}

.mv-text-switch {
    display: inline-block;
    width: 75px;
    height: 50px;
    position: relative;
    line-height: 1;
}
.mv-text-switch-item {
    display: inline-flex;
    width: 100%;
    position: absolute;
    top: .6em;
    left: 0;
    gap: .03em;
    padding: 0 .05em;
}

.mv-switch-words {
    display: none;
}

.js-decode-text-anim {
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .7s, transform .7s;
}


.js-decode-text-anim.state-3 {
  opacity: 1;
}

.mv-text-switch .js-decode-text-anim {
  transition: opacity .8s, transform .8s;
}
.mv-text-switch .js-decode-text-anim:nth-child(1) {
  transform: translateY(120%) rotate(30deg);
}
.mv-text-switch .js-decode-text-anim:nth-child(2) {
  transform: translateY(120%) rotate(-10deg);
  transition-delay: .25s;
}
.mv-text-switch .js-animated .js-decode-text-anim {
  transform: translateY(0) rotate(0);
  opacity: 1;
}

@media screen and (min-width: 1025px){
    .mv-text-wrap {
        line-height: 1.4;
    }
    .mv-text-switch-wrap {
        height: 58px;
        vertical-align: sub;
    }
    .mv-text-switch {
        width: 75px;
        height: 58px;
    }
    .mv-text br {
        display: none;
    }
    .mv-img-inner {
        height: 780px;
    }
}
@media screen and (max-width: 822px){
    .mv-text {
        font-size: 20px;
    }
    .mv-text-switch-wrap {
        vertical-align: bottom;
    }
    .mv-text-switch {
        width: 44px;
        height: 36px;
    }
    .mv-img {
        height: 150vw;
    }
    .mv-img-inner {
        margin: -3.5vw -10%;
        height: 157vw;
        background-size: cover;
    }
    .mv-img-inner[data-mv-num="1"] {
        background-image: url(../img/main_img_bg_1_sp.png);
    }
    .mv-img-inner[data-mv-num="2"] {
        background-image: url(../img/main_img_bg_2_sp.png);
    }
    .mv-img-inner[data-mv-num="3"] {
        background-image: url(../img/main_img_bg_3_sp.png);
    }
    .mv-img-inner[data-mv-num="4"] {
        background-image: url(../img/main_img_bg_4_sp.png);
    }
    .mv-img-inner[data-mv-num="5"] {
        background-image: url(../img/main_img_bg_5_sp.png);
    }
    .mv-img img {
        display: none;
    }
}


.square_button{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 9;
}
/*四角ボタン画像調整*/
.square_button_cate{
    color:#fff;
    position: relative;
    transition: .3s;
    margin:0;
}
.square_button_cate:hover{
    opacity: 0.7;
}
.square_button_cate a:after{
    content: "";
    background-color: rgba(10,52,74,.3);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.square_button_cate.category_1 a{
    background-image: url("/asset/img/cate_1.png");
}
.square_button_cate.category_2 a{
    background-image: url("/asset/img/cate_2.png");
}
.square_button_cate.category_3 a{
    background-image: url("/asset/img/cate_3.png");
}
.square_button_cate.category_4 a{
    background-image: url("/asset/img/cate_4.png");
}
.square_button_cate.category_5 a{
    background-image: url("/asset/img/cate_5.png");
}
.square_button_cate.category_6 a{
    background-image: url("/asset/img/cate_6.png");
}
.square_button_cate.category_7 a{
    background-image: url("/asset/img/cate_7.png");
}
.square_button_cate.category_8 a{
    background-image: url("/asset/img/cate_8.png");
}
.square_button_cate.category_9 a{
    background-image: url("/asset/img/cate_9.png");
}
.square_button_cate.category_10 a{
    background-image: url("/asset/img/cate_10.png");
}
.square_button_cate a{
    display: block;
    width: 100%;
    height: 160px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
}
.square_button_cate a span:first-child{
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.square_button_cate a span:last-child{
    background: #0A344A;
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-right: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 4px;
}
.square_button_cate a span:last-child:after{
    content: '';
    position: relative;
    background: url('../img/ico_arrow_white.svg') no-repeat right center;
    width: 24px;
    height: 7px;
    display: block;
    right: 0;
    margin-top: -6px;
    margin-left: 15px;
    transition: .3s;
}
.square_button_cate a:hover span:after{
    right: -10px;
}
.main_sec .main_inner.inner_lg .main_col{
    max-width: 981px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: content-box;
}
.main_sec .main_inner .main_col div.category_button_group{
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
}
@media screen and (min-width: 823px) and (max-width: 1024px){
    .square_button_cate a{
        background-size: 230px;
    }
}
@media screen and (min-width: 823px){
    .square_button{
        margin:0 -10px;
    }
    .square_button_cate{
        width: 25%;
        padding: 0 10px;
    }
    .main_sec .main_inner.inner_lg .main_col div.square_block{
        padding: 48px 0 0;
    }
    .main_sec .main_inner.inner_lg .main_col div{
        padding: 43px 0 0;
    }
}

@media screen and (max-width: 822px){
    .main_sec .main_inner {
        margin-top: 33px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main_sec .main_inner.inner_lg .main_col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .square_button{
        /*flex-direction: column;*/
        justify-content: space-around;
        align-items: center;
    }
    .square_button_cate{
        width: 259px;
        margin-top: 16px;
    }
    .square_button_cate a span:first-child{
        padding-left: 10px;
        font-size: 1.25em;
    }
    .square_button_cate a span:last-child{
        height: 34px;
        font-size: 13px;
        padding-right: 10px;
    }
    .main_sec .main_inner .main_col div.square_block{
        width: 100%;
        margin-top: .5rem;
    }
    .news_sec ul {
        padding: 0;
    }
    .news_sec ul li dl {
        padding-top: 9px;
    }
    .news_sec ul li dt.news_list_tag {
        padding: 0 4px;
        line-height: 24px;
        height: 24px;
        margin-top: 0;
    }
    .news_sec ul li .news_list_value {
        margin-top: .5rem;
        color: #145686;
    }
    .news_sec ul li .news_list_value a {
        line-height: 1.6;
        color: #145686;
        width: calc(100% - 30px);
    }
    .news_sec .news_list_value span {
        padding-right: 0;
    }
    .news_list_item .arrow:after {
        width: 30px;
        height: 7px;
        right: -25px;
        bottom: 7px;
        margin-left: 0;
    }
    .news_sec.mt_30 {
        margin-top: 15px !important;
    }
    .news_sec .news_list_item {
        margin-bottom: 3px;
    }
    .news_sec .button4 {
        margin-top: 31px;
        margin-bottom: 0;
        padding: 1% 0;
    }
    .news_sec .news_inner {
        margin-bottom: 52px;
        padding-left: 35px;
        padding-right: 35px;
        width: 100%;
        margin-top: 40px;
    }
    .news_sec h2.font_mincho span {
        margin-bottom: 12px;
    }
    .main_sec .main_inner .main_col div {
        width: 100%;
    }
    .main_inner .main_col div p {
        line-height: 1.8;
    }
    h2.font_mincho span {
        font-size: 1rem;
    }
    .main_01 {
        padding-bottom: 10px;
    }
    .main_01 h2.font_mincho span {
        margin-bottom: 16px;
    }
    .main_sec .main_inner .main_col div p {
        line-height: 27px;
    }
    .main_sec.main_01 .main_inner .main_col div .button4,
    .main_sec.main_03 .main_inner .main_col div .button4 {
        margin-top: 2.4rem;
    }
    .main_sec.main_01 .main_inner .main_col div {
        padding: 0;
    }
    .main_02 {
        padding-top: 13px;
        padding-bottom: 17px;
    }
    .main_02 h2.font_mincho span {
        margin-bottom: 18px;
    }
    .main_03 {
        padding-bottom: 50px;
    }
    .main_03 .main_inner {
        margin-top: 10px;
    }
    .main_03 h2.font_mincho span {
        margin-bottom: 18px;
    }
}

.l-companyProfilePdf {
    background-color: #74B3CC;
    width: 100% !important;
    margin: 145px 0 0 !important;
    padding: 0 !important;
}

@media screen and (max-width:822px) {
    .l-companyProfilePdf {
        margin: 145px -35px -66px !important;
        width: 100vw !important;
    }
}

@media screen and (max-width:767px) {
    .l-companyProfilePdf{
        margin: 42.66vw -35px -11.73vw !important;
        width: 100vw !important;
    }
}

.l-companyProfilePdf__inner{
    display: flex;
    align-items: center;
    width: 100% !important;
    margin: 0 !important;
    height: 238px;
}

@media screen and (max-width:1024px) {
    .l-companyProfilePdf__inner {
        margin: 220px 0 0 !important;
    }
    .main_sec.main_01 .main_inner .main_col div:nth-child(2) {
        padding-left: 50px;
    }
}

@media screen and (max-width:767px) {
    .l-companyProfilePdf__inner{
        flex-direction: column;
        padding: 0 35px !important;
        height: 62vw;
    }
}

.l-companyProfilePdf img{
    width: 420px;
    height: auto;
    margin: -50px 54px 80px 50px;
}

@media screen and (max-width:1024px) {
    .l-companyProfilePdf img {
        width: 320px;
    }
}

@media screen and (max-width:767px) {
    .l-companyProfilePdf img{
        width: 100%;
        margin: -114px 0 0;
    }
}

.l-companyProfilePdf__textArea {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width:767px) {
    .l-companyProfilePdf__textArea {
        text-align: center !important;
    }
}

.l-companyProfilePdf__textArea p {
    color: #fff !important;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .l-companyProfilePdf__textArea p {
        font-size: 14px;
        letter-spacing: -0.01em !important;
        text-align: center !important;
        margin-top: 20px;
    }
}

.l-companyProfilePdf__link {
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #fff;
    padding: 12px 60px;
    margin-top: 30px;
    position: relative;
    transition: all .3s;
}

@media screen and (max-width:767px) {
    .l-companyProfilePdf__link {
        margin-top: 14px;
    }
}

.l-companyProfilePdf__link:hover {
    transition: all .3s;
}

.l-companyProfilePdf__link::before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 10px;
    width: 1px;
    top: 50%;
    transform: translate(-10px,-50%);
    height: 20px;
    background: #fff;
    animation: animation4-out 1s ease forwards;
}

.l-companyProfilePdf__link::after {
    content: '';
    position: absolute;
    top: 47%;
    right: 17px;
    width: 1px;
    height: 10px;
    transform: translate(10px, 10px);
    background: #fff;
    transform: rotate(35deg);
    animation: animation4-out 1s ease forwards;
    transform: translate(0px, 2px) rotate(35deg);
}

.l-companyProfilePdf__link:hover:before, 
.l-companyProfilePdf__link:hover:after {
    animation: animation4 1s ease forwards;
}

@keyframes animation4 {
	0% {
        top: 50%;
	}
	100% {
        top: 100%;
	}
}
@keyframes animation4-out {
	0% {
        top: 100%;
	}
	100% {
        top: 50%;
	}
}
.gray_line {
    width: 100vw;
    height: 220px;
    background-color: #f5f5f5;
    margin-top: -220px;
}

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

.pc_slider_only {
    display: block;
}

@media screen and (max-width:767px) {
    .pc_slider_only {
        display: none;
    }
}

.sp_slider_only {
    display: none;
}

@media screen and (max-width:767px) {
    .sp_slider_only {
        display: block;
    }
}