@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPミディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*roboto*/
  font-family: "roboto";
  src: url('../fonts/font/Roboto-Regular.ttf');
  src:
  url('../fonts/font/Roboto-Regular.woff2') format('woff2'),
  url('../fonts/font/Roboto-Regular.woff') format('woff'),
  url('../fonts/font/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*robotoミディアム*/
  font-family: "roboto";
  src: url('../fonts/font/Roboto-Medium.ttf');
  src:
  url('../fonts/font/Roboto-Medium.woff2') format('woff2'),
  url('../fonts/font/Roboto-Medium.woff') format('woff'),
  url('../fonts/font/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*robotoボールド*/
  font-family: "roboto";
  src: url('../fonts/font/Roboto-Bold.ttf');
  src:
  url('../fonts/font/Roboto-Bold.woff2') format('woff2'),
  url('../fonts/font/Roboto-Bold.woff') format('woff'),
  url('../fonts/font/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #0F0F0F;text-decoration: none;
}
a:hover, a:active {
	color: #0F0F0F;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #0F0F0F;
	background: #FFFFFF;
	font-size:16px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 240px;height: 60px;margin: 60px auto 0;}
.btn01 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 0 39px;box-sizing: border-box;background: #E56000;border: 1px solid #E56000;border-radius: 30px;position: relative;}
.btn01 a::after {content: "";display: block;width: 10px;height: 10px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}
.btn01 a .btn-text {color: #FFFFFF;font-weight: 700;text-align: center;transition: 0.3s;}
.btn01 a:hover {text-decoration: none;background: #FFFFFF;}
.btn01 a:hover::after {filter: brightness(0) saturate(100%) invert(34%) sepia(70%) saturate(2064%) hue-rotate(12deg) brightness(100%) contrast(101%);}
.btn01 a:hover .btn-text {color: #E56000;}

.btn01.contact_btn a::after {display: none;}
.btn01.contact_btn a .btn-text {padding-left: 35px;box-sizing: border-box;position: relative;}
.btn01.contact_btn a .btn-text::after {content: "";display: block;width:24px;height: 24px;background: url("../img/common/icon_mail.png") no-repeat center;background-size: contain;position: absolute;top: 1px;left: 0;}
.btn01.contact_btn a:hover .btn-text::after {filter: brightness(0) saturate(100%) invert(34%) sepia(70%) saturate(2064%) hue-rotate(12deg) brightness(100%) contrast(101%);}

.title01 {padding-bottom: 20px;box-sizing: border-box;font-size: 36px;line-height: 1.44;position: relative;margin-bottom: 40px;}
.title01::before, .title01::after {content: "";display: block;height: 1px;position: absolute;bottom: 1px;left: 0;}
.title01::before {width: 100%;background: #EEEEEE;}
.title01::after {width: 20px;background: #0F3577;}

.title01.line-white::before {background: #FFFFFF;}

.title01.tcenter::before, .title01.tcenter::after {left: 50%;transform: translateX(-50%);}

.title01.tate {padding-bottom: 0;padding-right: 20px;line-height: 1;margin-bottom: 0;}
.title01.tate::before, .title01.tate::after {width: 1px;top: 10px;bottom: auto;left: auto;right: 0;}
.title01.tate::before {height: calc(100% - 4px);}
.title01.tate::after {height: 20px;}

.title01.shiro::before {opacity: 0.1;}
.title01.shiro::after {background: #FFFFFF;}

.title01.mini {padding-bottom: 8px;font-size: 20px;margin-bottom: 16px;}

.title02 {display: flex;align-items: flex-end;}
.title02 .en {display: inline-block;font-family: "roboto";font-size: 40px;font-weight: 500;color: #0F3577;line-height: 1.325;}
.title02 .ja {display: inline-block;margin: 0 0 5px 40px;}

.tel_box {text-align: right;}
.tel_box .tel {}
.tel_box .tel .num {font-size: 30px;line-height: 1.3;color: #0F3577;padding-left: 30px;box-sizing: border-box;position: relative;}
.tel_box .tel .num::before {content: "";display: block;width: 24px;height: 24px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 9px;left: 0;}
.tel_box .tel-text {font-size: 11px;line-height: 1.45;color: #0F3577;}

.under-cont > section {padding: 160px 0 160px;}
.under-cont > section:first-child {padding-top: 125px;}
.under-cont > section:nth-child(2n+1) {background: #EEF2F6;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium {font-weight: 500;}
.bold{font-weight: 700;}

.common_text {line-height: 1.625;}
.common_text2 {line-height: 2.25;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.roboto {font-family: "roboto";}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 5px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate .tate-line {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate .tate-line {margin: 5px 0;}
}

/*色*/
.shiro {color:#fff;}
.kon {color: #0F3577;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 110px;min-width:1200px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;background: #FFFFFF;}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;padding-top: 10px;box-sizing: border-box;}
#header .header_inner .logo_box {width: auto;margin-left: 60px;position: relative;z-index: 1;}
#header .header_inner .logo {width: 207px;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right {height: 100%;justify-content: flex-end;margin-right: 60px;}
#header .header_inner .right .right_top {height: 50px;margin-bottom: 10px;justify-content: flex-end;align-items: center;}
#header .header_inner .right .right_top .yt-btn {width: 22px;height: 17px;margin-right: 23px;}
#header .header_inner .right .right_top .yt-btn a {display: block;width: 100%;height: 100%;background: url("../img/common/icon_yt02.png") no-repeat center;background-size: contain;}
#header .header_inner .right .right_top .yt-btn a:hover {opacity: 0.7;}
#header .header_inner .right .right_top .tel_box .tel .num {font-size: 26px;padding-left: 27px;}
#header .header_inner .right .right_top .tel_box .tel .num::before {width: 21px;height: 21px;background: url("../img/common/icon_tel03.svg") no-repeat center;background-size: contain;top: 6px;}

/*gnav*/
.gnav {height: 21px;margin-bottom: 19px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 30px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span {font-size: 15px;line-height: 1.4;transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;opacity: 0.7;}

.gnav .gnav_first {position: relative;}
.gnav .gnav_first > p {display: flex;height: 100%;font-size: 15px;line-height: 1.4;padding-right: 20px;position: relative;white-space: nowrap;cursor: pointer;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 14px;height: 8px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: cover;transition: 0.3s;position: absolute;top: 9px;right: 0;}
.gnav .gnav_first:hover > p {opacity: 0.7;}
.gnav .gnav_first:hover > p::after {transform: rotate(180deg);}
.gnav_bg {
	position: absolute;
	left: -56px;
	padding-top: 6px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
}
.gnav_second {
	background: #EEF2F6;
	padding: 30px 29px 34px;
	box-sizing: border-box;
	border: 1px solid #0F3577;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_first .gnav_second > li {
	width: 120px;
}
.gnav_first .gnav_second > li > a {
	display: block;
	width:100%;
	font-size: 15px;
	line-height: 1.4;
}
.gnav_first .gnav_second > li .gnav_child li {
	margin-top: 12px;
	padding-left: 10px;
	box-sizing: border-box;
}
.gnav_first .gnav_second > li .gnav_child li a {
	display: block;
	font-size: 13px;
	line-height: 1.46;
	font-weight: 400;
}
.gnav_first .gnav_second > li .gnav_child li a::before {
	content: "-";
	display: inline-block;
	margin-right: 3px;
}
.gnav_first .gnav_second li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* CTA */
#fixed-box {width: 431px;display: flex;position: fixed;bottom: 90px;right: 0;z-index: 10;transition: 0.3s;}
#fixed-box.is-closed {right: -407px;}
#fixed-box .close-btn {width: 24px;background: #0F3577;border-radius: 10px 0 0 10px;cursor: pointer;position: relative;transition: 0.3s;}
#fixed-box .close-btn img {width: 8px;height: 14px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(180deg);transition: 0.3s;}
#fixed-box.is-closed .close-btn img {transform: translate(-50%, -50%);}
#fixed-box .box_in {width: 407px;padding: 33px 17px 29px;box-sizing: border-box;background: #EEF2F6;border-top: 1px solid #0F3577;border-bottom: 1px solid #0F3577;position: relative;}
#fixed-box .box_in .midashi {width: 290px;margin-bottom: 10px;}
#fixed-box .box_in .sub_text {font-size: 11px;line-height: 1.45;}
#fixed-box .box_in .btn01.contact_btn {width: 230px;height: 40px;margin: 16px 0 0;}
#fixed-box .box_in .btn01.contact_btn a {padding: 0 10px;border-radius: 20px;}
#fixed-box .box_in .btn01.contact_btn a .btn-text {font-size: 12px;line-height: 1.42;padding-left: 22px;}
#fixed-box .box_in .btn01.contact_btn a .btn-text::after {width: 16px;height: 16px;}
#fixed-box .box_in .img {width: 250px;position: absolute;bottom: 0;right: -80px;}

/* main */
/*-------------------------------------------*/
#main {margin-top:110px;}
#main.home_main {width: 100%; height: 770px;margin-top: 0;position: relative;overflow: hidden;}
#main.home_main .text_box {width: 655px;position: absolute;bottom: 80px;left: 288px;z-index: 1;}
#main.home_main .text_box .main_title {width: 100%;margin: 0 0 -40px -90px;}
#main.home_main .text_box .main-list {width: 475px;}
#main.home_main .text_box .main-list li {display: inline-block;padding: 4px 20px;box-sizing: border-box;border: 1px solid #FFFFFF;color: #FFFFFF;margin: 8px 8px 0 0;}
#main.home_main .text_box .main-list li .mini {font-size: 12px;}
#main.home_main .main_movie {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;overflow: hidden;}
#main.home_main .main_movie::before {content: "";display: block;width: 100%;height: 100%;background: url("../img/main/movie_bg.png") no-repeat center;background-size: cover;position: absolute;top: 0;left: 0;z-index: 1;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 240px;background: url("../img/main/main_kasou_bg.jpg") no-repeat center;background-size: cover;}
#main.kasou .wrap {display: flex;align-items: center;justify-content: center;height: 100%;}
#main.kasou h1 {color: #FFFFFF;text-align: center;}
#main.kasou h1 .en {display: block;font-family: "roboto";line-height: 21px;margin-bottom: 8px;}
#main.kasou h1 .ja {display: block;font-size:32px;line-height:46px;}

/*パンくず*/
div#bread {width: 100%;padding-top: 16px;background: #EEF2F6;}
ul.bread-list {font-size:13px;justify-content: flex-start;align-items: center;}
ul.bread-list li {line-height: 19px;color: #0F3577;padding-right: 32px;box-sizing: border-box;position: relative;}
ul.bread-list li a {text-decoration:none;line-height: 19px;color: #0F3577;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"";display: block;width: 16px;height: 1px;background: #0F3577;position: absolute;top: 50%;right: 8px;transform: translateY(-50%);}
ul.bread-list li:last-child {padding-right: 0;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#recruit-sec {position: relative;}
#recruit-sec .bg-img {width: 100%;justify-content: space-between;}
#recruit-sec .bg-img .img-list {width: calc(50% - 5px);}
#recruit-sec .bg-img .img-list > div {width: 100%;height: 480px;margin-bottom: 10px;position: relative;}
#recruit-sec .bg-img .img-list > div:last-child {margin-bottom: 0;}
#recruit-sec .bg-img .img-list > div img {width: 100%;height: 100%;object-fit: cover;}
#recruit-sec .text_box {width: 600px;padding: 60px 40px 80px;box-sizing: border-box;background: #FFFFFF;border-radius: 10px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;}
#recruit-sec .text_box .title01 {padding-bottom: 10px;font-size: 32px;line-height: 1.44;margin-bottom: 50px;}
#recruit-sec .text_box .title01 .sub {display: block;font-size: 16px;line-height: 1.32;font-weight: 500;}
#recruit-sec .text_box .midashi {font-size: 20px;line-height: 2;margin-bottom: 40px;}
#recruit-sec .text_box .point {font-size: 80px;line-height: 1.325;font-weight: 500;margin-bottom: 40px;}
#recruit-sec .text_box .text {font-size: 14px;}

#access-sec {padding: 140px 0;}
#access-sec .cnt {justify-content: space-between;align-items: center;}
#access-sec .cnt .text_box {width: 560px;}
#access-sec .cnt .text_box .title01 {margin-bottom: 30px;}
#access-sec .cnt .text_box .access-list {margin-top: 30px;}
#access-sec .cnt .text_box .access-list li {margin-bottom: 6px;}
#access-sec .cnt .text_box .access-list li:last-child {margin-bottom: 0;}
#access-sec .cnt .text_box .access-list li .num {display: inline-block;width: 20px;height: 20px;background: #0F3577;border-radius: 50%;margin-right: 10px;font-size: 12px;line-height: 20px;text-align: center;}
#access-sec .cnt .text_box .access_btn {width: 440px;height: 60px;margin-top: 60px;}
#access-sec .cnt .text_box .access_btn a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 17px 30px;box-sizing: border-box;background: rgba(229, 96, 0, 0.06);border: 1px solid #E56000;border-radius: 30px;position: relative;}
#access-sec .cnt .text_box .access_btn a .btn-text {padding-right: 26px;box-sizing: border-box;text-align: center;position: relative;transition: 0.3s;}
#access-sec .cnt .text_box .access_btn a .btn-text::after {content: "";display: block;width: 16px;height: 21px;background: url("../img/common/icon_access.svg") no-repeat center;background-size: contain;position: absolute;top: 2px;right: 0;}
#access-sec .cnt .text_box .access_btn a:hover {text-decoration: none;opacity: 0.7;}
#access-sec .cnt .map_box {width: 520px;position: relative;}
#access-sec .cnt .map_box::before {content: "";display: block;width: 145px;height: 217px;background: url("../img/common/map_bg.jpg") no-repeat center;background-size: cover;position: absolute;bottom: 0;right: 0;}
#access-sec .cnt .map_box .map {width: 460px;height: 540px;position: relative;z-index: 1;}
#access-sec .cnt .map_box .map iframe {width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#contact-sec {padding: 105px 0;background: #EEF2F6;}
#contact-sec .cnt {justify-content: space-between;align-items: center;}
#contact-sec .cnt .title02 {display: inline-block;}
#contact-sec .cnt .title02 .en {display: block;font-size: 50px;}
#contact-sec .cnt .title02 .ja {display: block;margin: 0;}
#contact-sec .cnt .right {width: calc(100% - 240px);align-items: center;justify-content: flex-end;}
#contact-sec .cnt .right .fax-num {font-size: 14px;margin-left: 21px;}
#contact-sec .cnt .right .fax-num em {font-size: 20px;}

#contact-sec .cnt .right .btn01.contact_btn {width: 340px;height: 80px;margin: 0 0 0 40px;}
#contact-sec .cnt .right .btn01.contact_btn a {border-radius: 40px;}

#footer {padding: 80px 120px 30px;box-sizing: border-box;background: url("../img/common/footer_bg.jpg") no-repeat center;background-size: cover;color: #FFFFFF;}
#footer a {color: #FFFFFF;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;margin-bottom: 80px;}
#footer .footer_box .left {width: 245px;}
#footer .footer_box .left .logo {width: 208px;margin-bottom: 35px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}
#footer .footer_box .left .address {font-size: 12px;line-height: 1.42;margin-bottom: 30px;}

#footer .footer_box .left .sns-list {align-items: center;}
#footer .footer_box .left .sns-list .icon {margin-right: 10px;}
#footer .footer_box .left .sns-list .icon:last-child {margin-right: 0;}
#footer .footer_box .left .sns-list .icon a {display: block;width: 12px;height: 12px;}
#footer .footer_box .left .sns-list .icon a:hover {opacity: 0.7;}
#footer .footer_box .left .sns-list .icon.icon_yt a {width: 16px;background: url("../img/common/icon_yt.png") no-repeat center;background-size: contain;}
#footer .footer_box .left .sns-list .icon.icon_ig a {background: url("../img/common/icon_ig.png") no-repeat center;background-size: contain;}
#footer .footer_box .left .sns-list .icon.icon_x a {background: url("../img/common/icon_x.png") no-repeat center;background-size: contain;}
#footer .footer_box .left .sns-list .icon.icon_fb a {width: 14px;height: 14px;background: url("../img/common/icon_fb.png") no-repeat center;background-size: contain;}

#footer .footer_box .right {width: calc(100% - 300px);}
.navs-list {width: 100%;justify-content: flex-end;display:flex;}
.navs-list > ul.navs-list00 {margin-right: 80px;}
.navs-list > ul.navs-list00:last-child {margin-right:0;}
.navs-list > ul.navs-list00 > li {margin-bottom: 30px;font-size: 15px;line-height: 1.4;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li a:hover {text-decoration: none;opacity: 0.7;}
.navs-list > ul.navs-list00 > li .navs-list-child li {margin-top: 10px;padding-left: 15px;box-sizing: border-box;}
.navs-list > ul.navs-list00 > li .navs-list-child li a {display: block;font-size: 13px;line-height: 1.46;font-weight: 400;}
.navs-list > ul.navs-list00 > li .navs-list-child li a::before {content: "-";display: inline-block;margin-right: 3px;}

#footer .bottom_box {justify-content: space-between;align-items: center;border-top: 1px solid rgba(255, 255, 255, 0.1);padding-top: 30px;}
#footer .bottom_box .link_list {width: auto;}
#footer .bottom_box .link_list li {font-size: 12px;line-height: 1.42;}
#footer .bottom_box .link_list li::after{content:"／";margin: 0 10px;}
#footer .bottom_box .link_list li:last-child::after{display: none;}
#footer .bottom_box .link_list li a:hover {text-decoration: none;opacity: 0.7;}
#footer .bottom_box .copyright {font-size: 12px;line-height: 1.42;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
