/*
Theme Name: Starman Project
Description:
Theme URI: 
Author: Starman Project
Author URI: Starman Project
Version: 1
License:
License URI: 
*/


body{
	font-size: 15px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","meiryo","メイリオ", "Century Gothic", Arial, Helvetica, "ms pgothic","ms pゴシック", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 300;
	min-height: 1000px;
	line-height: 1.7;
}

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

input[type=checkbox],
input[type=radio]{
	-webkit-appearance: auto;
	-moz-appearance: auto;
	-o-appearance: auto;
	appearance: auto;
}


a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #0084D5;
}

.ta-center{
	text-align: center;
}

.wp-block-group,
.row{
	padding: 60px 0;
}

.row-pdbtm{
	padding: 0 0 60px 0;
}


.sticky .menu-trigger-wrap,
.wp-block-group__inner-container,
.wrap{
	max-width: 1000px;
	margin: auto;
	width: 100%;
}

.wrap-sml{
	max-width: 853px;
	padding: 0 20px;
	margin: auto;
}

.section{
	margin: 60px 0 0 0;
}

.banner{
	margin: 100px 0 0 0;
}

.bg-lgrey{
	background-color: #fff;
}

.text-blk{
	color: #000;
}

.text-org{
	color: #BAD532;
}

.ta-center{
	text-align: center;
}

.ttl-1{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
}

.ttl-1 span{
	display: block;
	color: #EE700B;
	font-size: 38px;
	margin: 5px 0 0 0;
	font-family: 'Jost', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ttl-1:before{
	content: "";
	margin: auto;
	background-color: #EE700B;
	width: 50px;
	height: 5px;
	display: block;
}

.ttl-2{
	color: #554A41;
	font-size: 30px;
	text-align: center;
	margin: 0 0 30px 0;
	line-height: 1.5;
}

.ttl-3{
	font-size: 20px;
	color: #554A41;
	line-height: 1.5;
}

.ttl-4{
	font-size: 28px;
	margin: 0 0 40px 0;
	color: #767676;
	text-align: center
}

.ttl-5{
	font-size: 18px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.text-blk{
	color: #000;
}

.img-wrap img {
    width: 100%;
    height: auto;
}

.main-contents>.row:last-child{
	padding: 0 0 100px 0;
}

.header{
	padding: 10px 0;
	position: absolute;
	z-index: 3;
	background-color: transparent;
	width: 100%;
	height: auto;
	display: block;
}

.cs-list,
.col-wrap,
.ft-dtl-left ul,
.ft-dtl-right,
.flex,
.header .wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis:  auto;
    justify-content: space-between;
}

.cw-ctr{
	align-items: center;
}

.col40{
	width: 38%;
}

.col50{
	width: 48%;
}

.col60{
	width: 58%;
}

.header .wrap{
	align-items: center;
}

.footer ul,
.header ul{
	margin:0;
	padding:0;
	list-style: none;
}

.header img{
	width: 100%;
	height: auto;
	display: block;
}

.home .header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.logo{
	font-size: 30px;
}

.logo a{
	color: #EE700B;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.sticky .logo{
	display: none;
}

.nav-menu{
	display: block;
	font-size: 13px;
}

.nav-menu ul li{
	display: inline-block;
	margin: 0;
}

.nav-menu ul li:last-child:after{
	display: none;
}

.nav-menu ul li:last-child.hero-img.hero-img a{
	margin: 0;
}

.nav-menu ul li a{
	padding: 5px 13px;
	color: white;
	text-decoration: none;
	position: relative;
}

.nav-menu ul li.current-menu-item a:after,
.nav-menu ul li a:after{
	content: "";
	background-color: #BAD532;
	position: absolute;
	width: 0;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-menu ul li a:hover{
	opacity: .8;

}

.nav-menu.main-nav ul li a span{
	display: none;
}

.nav-menu ul li.current-menu-item a:after,
.nav-menu ul li a:hover:after{
	width: 70%;
}

.nav-menu.main-nav ul li.hd-contact.current-menu-item a:after,
.nav-menu.main-nav ul li.hd-contact a:after{
	display: none;
}

.nav-menu.main-nav ul li.hd-contact a{
	background-color: rgba(232, 240, 165, 0.5);
	padding: 6px 20px;
	display: block;
}


.nav-menu.main-nav ul li.hd-contact a:hover:after{
	display: none;
}

.nav-menu.main-nav ul li.hd-contact a:hover{
	background-color: rgba(232, 240, 165, 1);
}

.hd-menu{
	display: none;
}

.nav-content{
	display: none;
}


.fixed .header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}


.fixed .header{
	background-color: rgba(50, 47, 47, .6);
}

.fixed .main-nav{
	display: none;
}

.fixed .hd-menu{
	display: block;
}

body.sticky{
	overflow: hidden;
}

.nav-content{
	display: none;
	width: 100%;
	height: 100vh;
}

.nav-content-inner{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,.95);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis:  auto;
	flex-direction: row-reverse;
	overflow-y: scroll;
}

.hd-menu .nav-menu{
	width: 55%;
	position: relative;
}

.hd-menu .nav-menu-inner,
.hd-menu .nav-header-inner{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}

.nav-header-inner{
	max-width: 400px;
}

.nav-header-icon{
	width: 174px;
  margin: 0 auto;
}

.nav-header i{
	font-size: 6.2vw;
}

.nav-header-add {
    margin: 60px 0 0 0;
    font-size: 15px;
    line-height: 1.4;
}

.nav-header-add span{
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}

.nav-header-cr{
	font-size: 12px;
	position: absolute;
	width: 400px;
	bottom:20px;
	left:0;
	right: 0;
	margin: auto;
}

.hd-menu .nav-header{
	width: 45%;
	background-color: #BDCC45;
	color: #fff;
	flex-shrink: 0;
	position: relative;
}

.hd-menu .nav-menu ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis:  auto;
	flex-wrap: wrap;
}

.hd-menu .nav-menu ul li{
	width: 48%;
	text-align: left;
}

.hd-menu .nav-menu ul li a:after{
	display: none;
}

.hd-menu .nav-menu ul li a{
	color: #000;
	font-size: 17px;
	padding:  20px 0;
	font-weight: 500;
	display: block;
}

.hd-menu .nav-menu ul li a:hover span{
	color: #C6C6C6;
}

.hd-menu .nav-menu ul li a span{
	font-size: 13px;
	color: #BDCC45;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	display: inline-block;
	line-height: 1.3;
	margin: 0 0 0 10px;
	letter-spacing: 1px;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
}

.hd-menu .nav-footer{
	margin:  50px 0 0 0;
	border-top: solid 1px #ccc;
	padding:  20px 0 0 0;
}

.hd-menu .nav-footer ul{
	justify-content: start;
}

.hd-menu .nav-footer ul li{
	border-right: solid 1px #000;
	width: auto;
	line-height: 1;
}

.hd-menu .nav-footer ul li:last-child{
	border-right: none;
}

.hd-menu .nav-footer ul li a{
	margin: 0 20px;
	padding: 0;
}


.hd-menu .nav-footer ul li:first-child a{
	margin: 0 20px 0 0;
}

.hd-menu .nav-footer ul li a:hover{
	opacity: .7;
}

.hd-menu .nav-menu-inner{
	max-width: 700px;
	width: 80%;
}


.menu-trigger-wrap span{
	display: none;
}

.sticky .menu-trigger-wrap span{
	display: block;
	font-size: 10px;
	font-family: 'Jost', sans-serif;
	letter-spacing: .5px;
}


.sticky .menu-trigger-wrap{
	margin: auto;
	width: 100%;
	position: absolute;
	left: 0;
	right:  0;
	margin: auto;
	z-index: 2;
	text-align: right;
	padding:  10px 0 0 0;
}

#menu-trigger {
  display: none;
  top: 0;
  position: relative;
  width: 36px;
  padding: 0;
  text-align: center;
  z-index:10;
}


.fixed #menu-trigger {
	display: inline-block;
}


#menu-trigger .menu-icon {
    width: 100%;
    display: block;
    height: 30px;
    position: relative;
}
#menu-trigger .menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    right:  0;
    width: 70%;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#menu-trigger .menu-icon span.first {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

#menu-trigger .menu-icon span.middle {
    top: 14px;
}

#menu-trigger .menu-icon span.last {
    top: 21px;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.sticky #menu-trigger .menu-icon span {
		background: #000;
}

.sticky  #menu-trigger .menu-icon span.first {
    -moz-transform: translate3d(4px,0,0) rotate(45deg);
    -o-transform: translate3d(4px,0,0) rotate(45deg);
    -ms-transform: translate3d(4px,0,0) rotate(45deg);
    -webkit-transform: translate3d(4px,0,0) rotate(45deg);
    transform: translate3d(4px,0,0) rotate(45deg);
}

.sticky  #menu-trigger .menu-icon span.middle {
    opacity: 0;
    filter: alpha(opacity=0);
}


.sticky  #menu-trigger .menu-icon span.last {
    top: 7px;
    -moz-transform: translate3d(-4px,0,0) rotate(-45deg);
    -o-transform: translate3d(-4px,0,0) rotate(-45deg);
    -ms-transform: translate3d(-4px,0,0) rotate(-45deg);
    -webkit-transform: translate3d(-5px,0,0) rotate(-45deg);
    transform: translate3d(-4px,0,0) rotate(-45deg);
}

.ft-cta{
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.ft-cta br{
	display: none;
}

.footer{
	font-size: 13px;
}

.footer a{
	text-decoration: none;
	color: inherit;
}

.ft-dtl-left ul{
	flex-wrap: wrap;
}

.ft-dtl-left ul li a span{
	display: none;
}

.ft-dtl{
	color: white;
  background-color: #4B494A;
	padding: 40px 0;
	justify-content: initial;
	flex-direction: row-reverse;
}

.ft-dtl a i{
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ft-dtl a:hover i{
	color: #BAD532;
}

.ft-dtl-right{
	align-items: flex-start;
	justify-content: initial;
	padding-right: 20px;
	padding-left: calc((100% - 1000px)/2);
	width: 50%;
}

.ft-dtl-right i{
	font-size: 90px;
	margin: 0 10px 0 0;
}

.ft-dtl-left{
	flex: 1;
	/* border-top: solid 1px #D8D8D8; */
	padding: 10px 0 0 0;
}

.ft-dtl-left ul{
	justify-content: initial;
}

.ft-dtl-left ul li{
	margin: 0 20px 0 0;
}

.ft-dtl-left ul li a:hover{
	color: #BAD532;
}

/* .ft-dtl-left ul li:before{
	font-family: 'spicon';
	content: "\e917";
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
} */

.ft-dtl-info{
	padding-left: 32px;
	font-weight: light;
	line-height: normal;
}

.ft-btm{
	background-color: #4B494A;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}

.ft-menu ul li{
	border-right: solid 1px #fff;
	display: inline-block;
}

.ft-menu ul li:last-child{
	border-right: none;
}

.ft-menu ul li a{
	padding: 0 20px;
	display: block;
	color: inherit;
}

.ft-menu ul li:first-child a{
	padding: 0 20px 0 0;
}

.btn{
	margin: 50px auto 0 auto;
	width: 270px;
}

.btn a{
	background-color: #BAD532;
	color: #fff;
	padding: 15px 40px 15px 20px;
	display: block;
	text-decoration: none;
	font-size: initial;
	position: relative;
	text-indent: 20px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.btn-blk a{
	background-color: #000;
}

.btn a:after{
	font-family: 'spicon';
	content: "\e904";
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn a:hover:after{
	right:12px;
}

.pg-header{
	/* flex-direction: row-reverse; */
	padding-top: 100px;
	position: relative;
	/* margin: 0 0 60px 0; */
}

.pg-header-new{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 300px;
	position: relative;
}

.pg-header-new:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.pg-ttl-new{
	text-align: center;
	display:block;
	position:absolute;
	margin-top: 53px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	color: #fff;
	font-size: 33px;
	letter-spacing: 5px;
	font-weight: bold;
	width: 100%;
	max-width: 1000px;
}

.pg-ttl-en-new{
	animation: pghd 2s ease-in-out;
}

.pg-ttl-en-new{
	position: absolute;
	left: 10%;
	bottom:0;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Alumni Sans', sans-serif;
	color: #fff;
	font-size: 70px;
	line-height: 1;
	opacity: .2;
}


.pg-header:before{
	content: "";
	/* background-color: #fef1e7; */
	width: 50%;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	position: absolute;
	margin: auto;
}

.pg-header-text h1:before{
	display: none;
}

.pg-header-img{
	padding-bottom: 30%;
	width: 45%;
	position: relative;
	flex-shrink: 0;
}

.pg-header-img-inner{
	background-color: #dcdcdc;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}

.pg-header-text{
	margin: auto;
	text-align: center;
}

.pg-header-text h1{
	font-size: 15px;
	color: #000;
	font-weight: lighter;
	margin: 0 0 30px 0;
	position: relative;
}

.pg-header-text h1 span{
	display: block;
	font-size: 62px;
	/* font-family: 'Jost', sans-serif; */
	font-family: 'Alumni Sans', sans-serif;
	color: #4B494A;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 10px 0 0 0;
	line-height: 1;
	text-transform: uppercase;
}

.form-wrap {
    background-color: #FAFAFA;
    padding: 30px 50px;
}

.ct-privacy-wrap {
    margin: 0 0 20px 0;
}

.ct-privacy-text {
    border: solid 1px #DBDBDB;
    background-color: #fff;
    padding: 20px;
    height: 600px;
    overflow-y: scroll;
    margin: 0 0 40px 0;
    font-size: 13px;
    line-height: 1.4;
}

.ct-privacy-wrap h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.form-wrap table {
    width: 100%;
    margin: 40px auto 0 auto;
}

.form-wrap table th, .form-wrap table td {
    padding: 20px 0;
    vertical-align: top;
}

.form-wrap table th {
    text-align: left;
}

.form-wrap table th.rq:after {
    content: "*";
    color: #CB0000;
    vertical-align: top;
    font-size: 12px;
    display: inline-block;
    margin: 0;
}

.form-wrap table input[type="text"], .form-wrap table input[type="email"], .form-wrap table textarea {
    border: solid 1px #DBDBDB;
    padding: 10px;
    width: 100%;
}

.form-wrap input[type="submit"] {
    margin: 40px auto 0 auto;
    display: block;
    width: 260px;
    background-color: #000;
    color: #fff;
    padding: 18px 10px;
    border: none;
    font-size: 15px;
}


.breadcrumbs{
	font-size: 12px;
	margin: 30px 0 50px 0;
}

.pgtt-bc .breadcrumbs{
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2;
	margin: 0;
}


.breadcrumbs>span{
	margin: 0 15px 0 0;
}

.breadcrumbs>span:before{
	content: "";
	background-color: #D6D6D6;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 5px 0 0;
	border-radius: 50%;
}

.breadcrumbs>span:last-child:before{
	background-color: #EE700B;
}

.breadcrumbs>span a{
	text-decoration: none;
	color: inherit;
}

.breadcrumbs>span a:hover{
	color: #EE700B;
}

.news-col-wrap .news-col{
    margin: 0 0 50px 0;
}

.news-col-wrap .news-col:last-child{
    margin: 0;
}

.newsc-tag>div {
    display: inline-block;
    margin: 0 5px 7px 0;
}

.newsc-tag>div:last-child{
    margin: 0;
}

.newsc-tag a{
    padding: 2px 7px;
    text-decoration: none;
    
    font-size: 10px;
    display: block;
    position: relative;
}

.newsc-tag-cpn a{
    color: #fff!important;
    background-color: #000;
}

.newsc-tag-cat a{
    background-color: #BAD532;
    color: #fff!important
}

.newsc-tag a:hover{
	opacity: .7;
}

.newsc-ttl{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}


.newsc-text-wrap a{
    text-decoration: none;
    color: #000;
}

.newsc-text{
    text-decoration: underline;
}

.svc-grp-nh .lc-lbl,
.grp-fn .hmgr-ttl,
.newsc-tag-cpn.term-news-tax-fn a,
ul.list-circle li.term-crs-tax-fn:before,
ul.list-circle li.term-news-tax-fn:before,
.bg-red{
	background-color: #BAD532;
}


.svc-grp-stm .lc-lbl,
.grp-stm .hmgr-ttl,
.newsc-tag-cpn.term-news-tax-stm a,
ul.list-circle li.term-crs-tax-stm:before,
ul.list-circle li.term-news-tax-stm:before,
.bg-org{
	background-color: #BAD532;
}


.svc-grp-fns .lc-lbl,
.grp-fns .hmgr-ttl,
.newsc-tag-cpn.term-news-tax-f9s a,
ul.list-circle li.term-crs-tax-f9s:before,
ul.list-circle li.term-news-tax-f9s:before,
.bg-blue{
	background-color: #002D84;
}

.svc-grp-lg .lc-lbl,
.grp-lg .hmgr-ttl,
.newsc-tag-cpn.term-news-tax-lg a,
ul.list-circle li.term-crs-tax-lg:before,
ul.list-circle li.term-news-tax-lg:before,
.bg-lblue{
	background-color: #6FBBE9;
}


.lc-lbl,
.grp-hdgs .hmgr-ttl,
.newsc-tag-cpn.term-news-tax-hdgs a,
ul.list-circle li.term-crs-tax-hdgs:before,
ul.list-circle li.term-news-tax-hdgs:before,
.bg-grey{
	background-color: #898B8D;
}

/*News*/
.row.sdb{
    padding-top: 0!important
} 

.sdb-content{
    width: 73%;
		margin: 0 auto;
		padding-right: 30px;
}

.sdb-content .breadcrumbs{
	margin-bottom: 50px;
}

.sdb-side{
    border-left:  solid 1px #DCDCDC;
    width: 28%;
    padding: 30px 0 50px 30px;
}

.sdb-content ul.breadcrumb{
    margin:  20px 0 50px 0;
}

.sdb-row{
	margin: 0 0 50px 0;
}

.sdb-side .sdb-row:last-child{
	margin: 0;
}

.sdb-row ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sdb-row ul li a{
    text-decoration: none;
    color: inherit;
}

.sdb-ttl{
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    margin:  0 0 20px 0;
}

ul.list-circle{
    padding: 0 0 5px 0;
}

ul.list-circle li:before{
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #BAD532;
    display: inline-block;
    margin: 0 .5em 0 -1.5em;
}

ul.list-circle li{
    padding-left: 1.5em;
    margin: 0 0 10px 0;
}

ul.list-circle li:last-child{
    margin: 0;
}

ul.line-list li{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #DDDDDD;
}

ul.line-list li:first-child{
	padding-top: 0;
}

.pagination{
    text-align: center;
    margin:  60px auto 0 auto;
}

a.page-numbers{
    padding: 5px 0;
    width: 33px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

a.page-numbers:hover{
    background-color: #eee;
    cursor: pointer;
}

a.next.page-numbers,
a.prev.page-numbers{
    background-color: transparent;
    color: #000;
    vertical-align: middle;
    font-size: 30px;
}

a.next.page-numbers:hover,
a.prev.page-numbers:hover{
    opacity: .6;
}

.page-numbers.current{
    width: 33px;
    padding: 5px 0;
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    margin: 0 5px;
}

.nav-links i{
	font-size: 16px;
	display: block;
}


.sdb-row .newsc-tag a {
    padding: 3px 5px;
    font-size: 10px;
}

.sdb-row .newsc-tag-cpn,
.sdb-row .newsc-tag-car{
    display: inline-block;
}

.sdb-row .newsc-tag>div {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.sdb-row .newsc-ttl{
    margin: 0;
}

.sdb-row .newsc-ttl span{
    display: block;
    margin: 0;
}

.newsc-ttl{
    font-size: initial;
}

.nm-link a {
    color: #000;
    font-weight: bold;
    font-size: 17px;
    margin: auto;
    display: block;
    text-align: center;
    margin: 80px 0 0 0;
}

.nmpg-ttl-wrap{
    color: #393939;
    padding: 40px 0;
    border-bottom: solid 1px #DDDDDD;
}

.nmpg-ttl-wrap h1{
    font-size: 23px;
    margin: 0;
}

.nmpg-ttl-wrap .crsi-ttl {
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: none;
}

.newsc-ttl span {
    font-size: initial;
    font-weight: normal;
    color: #393939;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 10px;
}

/*Case*/

.cs-list{
	flex-wrap: wrap;
	justify-content: start;
	margin-left: -10px;
	margin-right: -10px;
}

.cs-list>div{
	width: 23%;
	margin: 0 10px 40px 10px;
	position: relative;
	padding: 0 0 40px 0;
}

.cs-list>div a{
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	display: block;
}

.cs-list>div:nth-child(4n + 1):after{
	content: "";
	display: block;
	width: 1000px;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #DDDDDD;
	position: absolute;

}

.cs-img{
	overflow: hidden;
	background-color: #000;
	cursor: pointer;
}

.cs-img-inner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 110%;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	cursor: pointer;
}


.cs-img-inner:hover{
	opacity: .8;
}


.cs-list>div a:hover .cs-img-inner{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-khtml-transform: scale(1.05);
	-o-transform: scale(1.05);
	opacity: .6;
}

.cs-list>div a:hover span{
	color: #B9D532;
}

.cs-text {
	font-size: 14px;
	margin: 10px 0 0 0;
}

.cs-text span{
	display: block;
	font-weight: bold;
	font-size: 16px;
}

body.cslb-open{
	overflow: hidden;
}

.case-lb,
.cslb{
	width: 100%;
	height: 100%;
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .8);
	display: none;
	overflow-y: scroll;
}

.cslb img{
	width: 100%;
	height: auto;
	display: block;
}

.cslb-close{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
}

.cslb-inner{
	max-width: 500px;
	height: auto;
	margin: auto;
	padding: 50px 0;
}

.tbl table{
	width: 100%;
	border-collapse: collapse;
}

.tbl tbody{
	width: 100%;
}

/* .tbl table tr:nth-child(even){
	background-color: #F4F4F4;
} */

.tbl table th,
.tbl table td{
	padding: 10px;
	border-top: solid 1px #D0D0D0;
}

.tbl table th{
	font-weight: bold;
	text-align: left;
	padding: 0px;
}

.bd-btm{
	border-bottom: solid 1px #ddd;
}

.page p{
	margin: 0;
	padding: 0;
}

.page-header-ttl{
	padding: 80px 0 20px 0;
	position: relative;
	margin: 0 0 20px 0;
}

.page-header-ttl:after{
	content: "";
	width: 80%;
	top: 0;
	right: 0;
	height: 100%;
	position: absolute;
	z-index:-1;
}

.tax-news-category .page-header-ttl .pg-header-text h1 span{
	font-size: 40px;
}

.single-news .page-header-ttl{
	margin: 0 0 30px 0;
}

.page-id-115 .wp-block-group{
	padding: 0 0 60px 0;
}

.card-wrap{
	flex-wrap: wrap;
}

.card-wrap>div{
	width: 24%;
	-webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
	font-size: 14px;
	padding: 20px;
	border-radius: 3px;
}

.card-ttl{
	font-weight: bold;
	color: #000;
	font-size: 17px;
	margin: 0 0 10px 0;
	text-align: center;
}

.card-ttl span{
	font-size: 12px;
	font-family: 'Jost', sans-serif;
	color: #EE700B;
	font-weight: normal;
	display: block;
}

.card-img{
	padding-bottom: 70%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

.ttl-1-hor{
	align-items: center;
	margin: 0 0 30px 0;
}

.ttl-1-hor .ttl-1{
	text-align: left;
	margin: 0 50px 0 0;
	width: 350px;
}

.ttl-1-hor .ttl-1:before{
	margin: 0;
}

.ttl-1-hor .ttl-1 span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.page img{
	display: block;
	width: 100%;
	height: auto;
}

.flow-img{
	padding-right:calc((100% - 1000px)/2);
}

.flow-img img{
	max-width: 400px;
	margin: auto;
}

.lc-wrap>div {
    width: 19%;
    margin: 60px 0 0 0;
    padding-bottom: 30px;
    position: relative;
}

.lc-wrap>div .link {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lc-lbl{
	position: absolute;
	color: #fff;
	width: 60px;
	padding: 3px;
	left: 0;
	top: 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

.lc-img {
    margin: 0 0 10px 0;
}

.lc-img img {
    width: 100%;
    height: auto;
    display: block;
}

.lc-text span {
    display: block;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.4;
}

.svc-grp-fn .lc-lbl{
	background-color: #9C0014;
}


.svc-grp-stm .lc-lbl{
	background-color: #EE700B;
}


.svc-grp-fns .lc-lbl{
	background-color: #002D84;
}

.svc-grp-lg .lc-lbl{
	background-color: #6FBBE9;
}


.svc-grp-nh .lc-lbl{
	background-color: #898B8D;
}

.case-col {
  margin: 0 10px;
}

.case-wrap .slick-disabled{
	display: none;
}

.case-wrap .slick-slide {
    max-height: 500px;
}

.case-wrap .cs-img-inner{
	padding-bottom: calc(500px - 4em);
}

ul.slick-dots {
    margin: 30px 0 0 0;
    padding: 0 30px 0 0;
    text-align: center;
}

ul.slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 3px;
    display: inline-block;
}

ul.slick-dots li button {
    border: solid 1px #000;
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border-radius: 50%;
    padding: 0;
    display: block;
}

ul.slick-dots li.slick-active button {
    background-color: #000;
}

.btn-wrap{
	justify-content: center;
}

.btn-wrap .btn{
	margin: 50px 10px 0 10px;
}

.scrl{
	opacity: 0;
	-webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.scrl.slow {
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.scrld{
	opacity: 1;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.scrld .fir,
.fadeInRight{
	animation: fadeInRight 1s ease-in-out;
}

.scrld .fil,
.fadeInLeft{
	animation: fadeInLeft 1s ease-in-out;
}

.ef-type{
    display: inline-block;
    overflow: hidden;
    animation: 
    typing 2s steps(40, end);
    white-space: nowrap;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


@keyframes fadeInRight {
    0% {
       opacity: 0;
       transform: translateX(30px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }
@keyframes fadeInLeft {
    0% {
       opacity: 0;
       left: 8%;
    }
    100% {
       opacity: 1;
       left: 15%;
    }
 }

@keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-30px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }


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

 @keyframes pghd {
    0% {
       opacity: 0;
       left: 7%;
    }
    100% {
       opacity: .2;
       left: 10%;
    }
 }


@media all and (max-width:1040px){
.fixed.sticky .menu-trigger-wrap,
.wp-block-group__inner-container,
.wrap{
	padding: 0 20px;
}


.nav-content-inner{
	display: block;
}

.breadcrumbs{
	left: 20px;
}

.hd-menu .nav-menu,
.hd-menu .nav-header{
	width: 100%;
	text-align: center;
	padding:  60px 0;
}

.hd-menu .nav-menu-inner,
.hd-menu .nav-header-inner{
	position: relative;
	left: auto;
	right:  auto;
	top: auto;
	bottom: auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	display: inline-block;
}

.hd-menu .nav-menu-inner {
    max-width: 500px;
    width: 90%;
}

.hd-menu .nav-menu ul li a span {
    font-size: 11px;
    display: block;
    margin: 5px 0 0 0;
}

.hd-menu .nav-menu ul li a {
    padding: 15px 0;
    font-size: 16px;
}

.nav-footer ul li {
    border-right: solid 1px #000;
    width: auto;
    line-height: 1;
}

.hd-menu .nav-footer ul li a {
    padding: 0 15px;
    margin: 0 20px;
}

.nav-header-add {
    text-align: left;
    margin: 20px 0 0 0;
}

.nav-header-cr,
.nav-header-inner{
	width: auto;
}

.nav-header-icon{
	width: 25%;
  margin: 0 auto;
}

.nav-header-cr{
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	margin: 30px 0 0 0;
}

.main-nav{
	display: none;
}

.hd-menu{
	display: block;
}

#menu-trigger {
    display: block;
    top: 0;
}

.sticky #menu-trigger {
    top: 0;
    right: 20px;
    display: inline-block;
}

.sticky .menu-trigger-wrap span {
    display: block;
    font-size: 10px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
}

.ft-dtl-right{
	padding: 0 20px;
}

.pg-header-text{
	padding: 30px 20px 0 20px;
}

.pg-ttl-new{
	padding: 0 20px;
	font-size: 27px;
}

.cs-list{
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
}

.cs-list>div {
    width: 32%;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
}

.cs-list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.cs-list>div:nth-child(4n + 1):after{
	display: none;
}

.sdb-content, .sdb-side {
    width: 100%;
    padding: 0;
}


.sdb-content, .sdb-side {
    width: 100%;
    padding: 0;
}

.sdb-side {
    margin: 40px 0 0 -20px;
    border-left: none;
    background-color: #fafafa;
    padding: 40px 20px;
    width: calc(100% + 40px);
}


.pgtt-bc .breadcrumbs{
	left: 20px;
}

.card-wrap>div{
	width: 48%;
	margin: 30px 0 0 0;
}


.card-wrap>div:first-child{
	margin: 0;
}
}


@media all and (max-width:767px){
.col-wrap,
.flex{
	display: block;
}

.col40,
.col50,
.col60{
	width: 100%;
}

.ft-cta{
	font-size: 23px;
}

.ft-cta br{
	display: block;
}

.ft-dtl{
	padding: 40px 20px;
}

.ft-dtl-right{
	justify-content: center;
	padding: 0;
	width: 100%;
}

.ft-dtl-right i{
	font-size: 70px;
}

.ft-dtl-left{
	margin: 0 0 40px 0;

}

.ft-dtl-left ul li{
	margin: 0;
	width: 33.333%;
}

.ft-dtl-left ul li a{
	padding: 6px 0;
    display: inline-block;;
}

.ft-btm{
	padding: 40px 0;
}

.ft-menu{
	margin: 0 0 15px 0;
}

.pg-header{
	padding: 90px 0 0 0;
	position: static;
}



.post-type-archive-case .pg-header{
	margin-bottom: 0;
}

.pg-header-img{
	padding-left: 20px;
	padding-bottom: 60%;
	width: 100%;
}

.pg-header-img-inner{
	width: 95%;
	right: 0;
	top: 0;
	left: auto;
	transform:translateX(0);
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
}

.pg-header:before{
	width: 82%;
	height: 85%;
	z-index: -1;
	display: none;
}

.pg-header-text h1:before,
.pg-header-img:before{
	content: "";
	width: 50%;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
	z-index: -1;
}

.pg-header-text h1:before{
	display: block;
	width: calc(100vw * 0.82);
	height: 105%;
	z-index: -1;
}

.pg-header-img:before{
	height: calc(100% + 140px);
	width: 82%;
	top: -100px;
}

.pg-ttl-en-new{
	left: 0;
}

.form-wrap {
    padding: 30px 20px;
}

.form-wrap table th, .form-wrap table td {
    display: block;
    padding: 0 0 30px 0;
}

.form-wrap table th {
    padding: 0 0 10px 0;
}

.cs-list>div {
    width: 48%;
}

.post-type-archive-news .main-contents>.row:last-child{
	padding: 60px 0 0 0;
}

.tbl table,
.tbl tbody{
	display: block;
	font-size: 28px;
}

.tbl table th,
.tbl table td,
.tbl table tr{
	display: block;
	width: 100%!important;
}

.tbl table th{
	border-bottom: none;
	padding-bottom: 5px;
	padding-top: 20px;
	font-weight: bold;
}

.tbl table td{
	padding-bottom: 20px;
}

.page-header-ttl .pg-header-text h1:before{
	display: none;
}

.card-wrap>div{
	width: 100%;
}

.flow-img{
	margin: 30px 0 0 0;
}

.ttl-1-hor .ttl-1{
	margin: 0 0 30px 0;
}

.lc-wrap>div{
	width: 100%;
}

.case-wrap .slick-slide{
	max-height: 300px;
}

.case-wrap .cs-img-inner {
    padding-bottom: calc(300px - 4em);
}

.btn-wrap{
	margin: 50px 0 0 0;
}

.btn-wrap .btn{
	margin: 30px auto 0 auto;
}

.flow-img{
	width: 90%;
	margin: 30px auto 0 auto;
}
}

