@charset "UTF-8";
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (min-width: 1025px) {
  /*debug
  body{
  	background: url(../img/_guide.jpg) no-repeat top center;
  	background-size: 1440px auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  		width: 1440px !important;
  	}
  	#wrapper{
  		width: 1440px !important;
  		@include opacity(0.6);
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  }
  /* line 27, ../../../../src/page/top/css/_pc.scss */
  body #header {
    /*  2025.06.11 PC画面時ヘッダーメニュー常に表示の為、非表示状態のプロパティを表示状態のプロパティに変更 */
    width: calc(100% - 120px);
    opacity: 1;
    background: white;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: all;
  }
  /* line 32, ../../../../src/page/top/css/_pc.scss */
  body #header.open {
    /* 2025.06.11 PC画面時ヘッダーメニュー常に表示の為、ここの内容を非表示時（↑）の時へ移動 */
  }
  /* line 42, ../../../../src/page/top/css/_pc.scss */
  body #wrapper {
    min-height: auto;
  }
  /* line 45, ../../../../src/page/top/css/_pc.scss */
  body .bottom_item {
    display: none;
  }
  /* line 48, ../../../../src/page/top/css/_pc.scss */
  body #footer {
    width: calc(100% - 120px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  /* line 52, ../../../../src/page/top/css/_pc.scss */
  body #footer.open {
    /* 2025.06.11 ヘッダー同様、PC画面時ヘッダーメニュー常に表示の為、ここの内容を非表示時（↑）の時へ移動 */
  }

  /* line 251, ../../../../src/page/top/css/_pc.scss */
  body #topics {
    float: left;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    z-index: 5;
    width: calc(100% - 120px);
    background: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
  }
  /* line 263, ../../../../src/page/top/css/_pc.scss */
  body #topics.open {
    /* 2025.06.11 ヘッダー同様、PC画面時ヘッダーメニュー常に表示の為、ここの内容を非表示時（↑）の時へ移動 */
  }
  /* line 266, ../../../../src/page/top/css/_pc.scss */
  body #topics .more {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ed6b21;
    display: inline-block;
    width: 100px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 281, ../../../../src/page/top/css/_pc.scss */
  body #topics .more.open {
    width: 73px;
  }
  /* line 283, ../../../../src/page/top/css/_pc.scss */
  body #topics .more.open small {
    display: none;
  }
  /* line 285, ../../../../src/page/top/css/_pc.scss */
  body #topics .more.open small.c {
    display: block;
  }
  /* line 290, ../../../../src/page/top/css/_pc.scss */
  body #topics .more.open span:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 296, ../../../../src/page/top/css/_pc.scss */
  body #topics .more small.c {
    display: none;
  }
  /* line 300, ../../../../src/page/top/css/_pc.scss */
  body #topics .more span {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    background: #ed6b21;
    top: -1px;
  }
  /* line 307, ../../../../src/page/top/css/_pc.scss */
  body #topics .more span:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #ed6b21;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 321, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_top {
    box-sizing: border-box;
    padding: 20px 20px 20px 30px;
    position: relative;
    float: left;
    width: 100%;
  }
  /* line 328, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_top .slide li {
    outline: none;
  }
  /* line 330, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_top .slide li article {
    display: block;
    position: relative;
    display: flex;
    font-size: 14px;
    float: left;
  }
  /* line 337, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_top .slide li article.ov .time {
    text-decoration: underline;
  }
  /* line 340, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_top .slide li article.ov .ttl {
    text-decoration: underline;
  }
  /* line 344, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_top .slide li article a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
  }
  /* line 353, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_top .slide li article .time {
    width: 149px;
  }
  /* line 356, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_top .slide li article .ttl {
    color: #4b9dcf;
  }
  /* line 363, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm {
    box-sizing: border-box;
    padding: 60px 20px 20px 30px;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
  }
  /* line 370, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .nav {
    position: absolute;
    top: 140px;
    left: 10px;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #21b5a6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 385, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .nav:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  /* line 388, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .nav.next {
    left: auto;
    right: 10px;
  }
  /* line 391, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .nav.next img {
    left: auto;
    right: -3px;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  /* line 397, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .nav img {
    width: 22px;
    position: relative;
    left: -3px;
  }
  /* line 403, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .nav[aria-disabled="true"] {
    display: none;
  }
  /* line 406, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide {
    float: left;
    width: 100%;
  }
  /* line 409, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li {
    float: left;
    width: 380px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    outline: none;
  }
  /* line 415, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  /* line 423, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article:hover .img span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  /* line 428, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article:hover small {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
  /* line 432, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    z-index: 50;
  }
  /* line 442, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article .img {
    float: left;
    width: 100%;
    line-height: 0;
    position: relative;
    margin: 0 0 21px 0;
    overflow: hidden;
    z-index: 10;
    background: white;
  }
  /* line 451, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article .img img {
    visibility: hidden;
  }
  /* line 454, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article .img span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 5;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 466, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article .ttl {
    width: 100%;
    float: left;
    color: #4b9dcf;
    font-size: 16px;
    margin: 0 0 17px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.3;
  }
  /* line 477, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #3b3b3b;
    margin: 0 0 37px 0;
  }
  /* line 485, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .slide_wide li article small {
    width: 100%;
    float: left;
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding: 0 45px 0 0;
    background: url(../../../cmn/img/arr_t.svg) no-repeat 100% 3px;
    background-size: 35px auto;
    color: #4b9dcf;
    font-size: 14px;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 502, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .more {
    color: #ed6b21;
    display: inline-block;
    width: 100px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  /* line 511, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .more span {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    background: #ed6b21;
    top: -1px;
  }
  /* line 518, ../../../../src/page/top/css/_pc.scss */
  body #topics #topics_btm .more span:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #ed6b21;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*color*/
/*anim*/
/*size*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
@media screen and (max-width: 1024px) {
  /*debug
  
  body{
  	background: url(../img/_guide_sp_menu.jpg) no-repeat top center;
  	background-size: 100% auto;
      background-position: 0px 0;
  	#header{
  		@include opacity(0.6);
  	}
  	#wrapper{
  		@include opacity(0.6);
  	}
  	#top{
  		height: 898px;
  	}
  	#footer{
  		@include opacity(0.6);
  	}
  	#recruit{
  		.img_area{
  		    height: 552px !important;
  		}
  	}
  }
  */
  /* line 37, ../../../../src/page/top/css/_sp.scss */
  body .bottom_item {
    display: none;
  }
  /* line 40, ../../../../src/page/top/css/_sp.scss */
  body #footer {
    position: absolute;
    bottom: -3vw;
  }
  /* line 173, ../../../../src/page/top/css/_sp.scss */
  body #topics {
    float: left;
    position: absolute;
    bottom: 28vw;
    left: 4%;
    width: 92%;
    z-index: 5;
    background: white;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    border-radius: 2vw;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 183, ../../../../src/page/top/css/_sp.scss */
  body #topics .more {
    position: absolute;
    bottom: 5.06667vw;
    right: 5.33333vw;
    color: #ed6b21;
    display: inline-block;
    width: 28vw;
    font-size: 3.73333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    z-index: 10;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    height: 10vw;
    bottom: 0;
  }
  /* line 199, ../../../../src/page/top/css/_sp.scss */
  body #topics .more.open {
    bottom: auto;
    top: 5vw;
    width: 20vw;
  }
  /* line 203, ../../../../src/page/top/css/_sp.scss */
  body #topics .more.open small {
    display: none;
  }
  /* line 205, ../../../../src/page/top/css/_sp.scss */
  body #topics .more.open small.c {
    display: block;
  }
  /* line 210, ../../../../src/page/top/css/_sp.scss */
  body #topics .more.open span:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 216, ../../../../src/page/top/css/_sp.scss */
  body #topics .more small.c {
    display: none;
  }
  /* line 220, ../../../../src/page/top/css/_sp.scss */
  body #topics .more span {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    background: #ed6b21;
    top: -1px;
  }
  /* line 227, ../../../../src/page/top/css/_sp.scss */
  body #topics .more span:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #ed6b21;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 241, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_top {
    box-sizing: border-box;
    padding: 5.33333vw 4.53333vw 0 4.53333vw;
    position: relative;
    float: left;
    width: 100%;
  }
  /* line 248, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_top .slide li {
    outline: none;
  }
  /* line 250, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_top .slide li article {
    display: block;
    position: relative;
    font-size: 3.73333vw;
    float: left;
    width: 100%;
  }
  /* line 256, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_top .slide li article a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
  }
  /* line 265, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_top .slide li article .time {
    width: 100%;
    float: left;
    margin-bottom: 2.13333vw;
    line-height: 1.5;
  }
  /* line 271, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_top .slide li article .ttl {
    width: 100%;
    float: left;
    color: #4b9dcf;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 11.73333vw;
  }
  /* line 285, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm {
    box-sizing: border-box;
    padding: 14.4vw 5.33333vw 4.8vw 5.33333vw;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
  }
  /* line 292, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .nav {
    position: absolute;
    top: 33.06667vw;
    left: -2.66667vw;
    width: 10.66667vw;
    height: 10.66667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #21b5a6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  /* line 305, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .nav.next {
    left: auto;
    right: -2.66667vw;
  }
  /* line 308, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .nav.next img {
    left: auto;
    right: -3px;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  /* line 314, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .nav img {
    width: 3.73333vw;
    position: relative;
    left: -3px;
  }
  /* line 320, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .nav[aria-disabled="true"] {
    display: none;
  }
  /* line 323, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide {
    width: 100%;
  }
  /* line 325, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide li {
    box-sizing: border-box;
    outline: none;
  }
  /* line 328, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide li article {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    font-size: 4.26667vw;
  }
  /* line 334, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide li article a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    z-index: 50;
  }
  /* line 344, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide li article .img {
    float: left;
    width: 100%;
    line-height: 0;
    position: relative;
    margin: 0 0 4.8vw 0;
  }
  /* line 350, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide li article .img span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 5;
  }
  /* line 361, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide li article .ttl {
    width: 100%;
    float: left;
    color: #4b9dcf;
    font-size: 4.26667vw;
    margin: 0 0 3vw 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.3;
  }
  /* line 372, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide li article p {
    width: 100%;
    float: left;
    font-size: 3.73333vw;
    line-height: 7.46667vw;
    color: #3b3b3b;
    margin: 0 0 4.53333vw 0;
    height: 23vw;
    overflow: hidden;
  }
  /* line 382, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .slide_wide li article small {
    width: 100%;
    float: left;
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding: 0 12vw 0 0;
    background: url(../../../cmn/img/arr_t.svg) no-repeat 100% 0.53333vw;
    background-size: 9.33333vw auto;
    color: #4b9dcf;
    font-size: 3.73333vw;
    margin: 0 0 5.33333vw 0;
  }
  /* line 398, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .more {
    color: #ed6b21;
    display: inline-block;
    width: 100px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  /* line 407, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .more span {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    background: #ed6b21;
    top: -1px;
  }
  /* line 414, ../../../../src/page/top/css/_sp.scss */
  body #topics #topics_btm .more span:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #ed6b21;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
  }
}
