@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	line-height:1.6;
	font-size: 93.75%;
	font-weight: 500;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
*{
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p,
form,
input
{
	margin:0;
	padding:0;
	text-align: left;
}
li{
	list-style: none;
}
h2{
	font-size: 45px;
	font-weight: bold;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #2a3065;
	position: relative;
}
h2::after{
	position: absolute;
	content: "";
	bottom: -20px;
	left: 5px;
	width: 40px;
	height: 1px;
	background-color: #2a3065;
}
.table_box{
	display: table;
}
.h2_top{
	font-size: 14px;
	font-weight: bold;
	color: #2a3065;
}
a{
	cursor: pointer;
	color: #000;
}
.pc{
display: block;
}
.sp{
display: none;
}
.seemore_btn{
	display: block;
	width: 250px;
	background-color: #194a99;
    padding: 15px 0 15px 40px;
    border-radius: 45px;
	position: relative;
}
.seemore_btn span{
	display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
	transform: skewX(0);
	transition: all 0.2s linear;
}
.seemore_btn:hover span{
	transform: skewX(-10deg);
	transition: all 0.2s linear;
}
.seemore_btn::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1.5px;
    background-color: #fff;
    right: 30px;
    top: 50%;
	transition: all 0.2s linear;
}
.seemore_btn::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 1.5px;
    background-color: #fff;
    right: 29px;
    top: 44%;
    transform: rotate(35deg);
	transition: all 0.2s linear;
}
.seemore_btn:hover::after{
	right: 25px;
	transition: all 0.2s linear;
}
.seemore_btn:hover::before{
	right: 24px;
	transition: all 0.2s linear;
}
img{
	vertical-align: top;
	width: 100%;
	height: auto;
	display: block;
}
eg_txt{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.txt_45{
	font-size: 33px;
}
.txt_16{
	font-size: 16px;
}
a{
	text-decoration: none;
}
.red{
	color: #ff0000;
}
.flex_box{
	display: flex;
	flex-wrap: wrap;
}
.float_box::after{
	display: block;
	content: "";
	clear: both;
}
#tmp_wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#tmp_header {
    display: flex;
    align-items: center;
    padding: 10px 140px 10px 30px;
}
#tmp_header .left_box{
	float: left;
	width: 300px;
	margin-right: 10px;
}
#tmp_header .right_box{
    float: right;
    width: calc(100% - 300px);
    justify-content: flex-end;
}
#tmp_header .left_box h1 {
    max-width: 300px;
}
#tmp_header .right_box ul{
	padding: 36px 0;
	float: right;
}
#tmp_header .right_box.pc ul li {
    margin-right: 25px;
}
#tmp_header .right_box ul li a{
	font-size: 14px;
    font-weight: bold;
	position: relative;
	color: #000;
}
#tmp_header .right_box ul li a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #194a99;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0) scale(0);
}
#tmp_header .right_box ul li a:hover{
	color: #194a99;
	cursor: pointer;
	transition: all 0.2s linear;
}
#tmp_header .right_box ul li a:hover::after{
	transform: translate(-50%, 0) scale(1);
	transition: all 0.2s linear;
}
#tmp_header .right_box ul li:last-child{
	margin-right: 0;
}
.menu-dropdown {
    background-color: #f2f4f7;
    padding: 15px;
	margin-bottom: 90px;
}
.menu-dropdown ul li{
    padding: 0 10px;
	font-size: 14px;
}
.menu-dropdown ul li a{
	color: #707070;
	
}
.menu-dropdown ul li:last-child{
    color: #194999;
}
#tmp_mainvisual{
	position: relative;
    margin: auto;
    width: 63%;
}
#tmp_mainvisual .mainvisual_txt{
	position: absolute;
	bottom: 70px;
    width: 50%;
}
.index_bl1 {
    max-width: 1000px;
    margin: 70px auto;
}
.index_bl1 .content {
    margin-top: 75px;
}
.index_bl1 .content ul li {
	width: 33.33%;
	border-right: 1px solid #cccccc;
}
.index_bl1 .content ul li a{
	display: block;
	padding: 30px;
}
.index_bl1 .content ul li:first-child{
	border-left: 1px solid #cccccc;
}
.tb{
	display: table;
}
.index_bl1 .tb{
	margin-bottom: 20px;
}
.index_bl1 span.news_date {
    font-size: 14px;
	font-weight: bold;
	color: #808080;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px
}
.index_bl1 span.category_name {
    background-color: #194a99;
    color: #fff;
    padding: 3px 35px 1px;
    border-radius: 25px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.index_bl1 p{
	font-size: 16px;
	font-weight: bold;
	color: #2a3065;
    line-height: 23px;
}
a.seemore_3 {
    font-weight: bold;
    float: right;
	position: relative;
	margin-top: 45px;
    padding: 15px 15px 15px 55px;
	background: url(images/seemore_3.png)no-repeat 25px center/7px auto;
	transition: all 0.3s linear;
}
a.seemore_3::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #999999;
    color: #999999;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    transition: all 0.3s linear;
}
a.seemore_3:hover::after{
	width: 100%;
	transition: all 0.3s linear;
}
a.seemore_3:hover{
	background: url(images/seemore_3.png)no-repeat 30px center/7px auto;
	transition: all 0.3s linear;
}
span.seemore_2{
	position: relative;
	display: block;
}
span.seemore_2::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1.5px;
    background-color: #ccc;
    left: 0;
    bottom: -45px;
	transition: all 0.2s linear;
}
span.seemore_2::before{
    position: absolute;
    content: "";
    width: 13px;
    height: 1.5px;
    background-color: #ccc;
    left: 23px;
    bottom: -41px;
    transform: rotate(35deg);
	transition: all 0.2s linear;
}
.seemore_btn:hover{
	opacity: 60%;
	transition: all 0.4s linear;
}
.index_bl1 .content ul li a:hover span.seemore_2::after{
	left: 30px;
	transition: all 0.2s linear;
}
.index_bl1 .content ul li a:hover span.seemore_2::before{
	left: 53px;
	transition: all 0.2s linear;
}
.index_bl2{
	margin-top: 225px;
}
.index_bl2 .container::after{
	position: absolute;
	content: "";
    width: 500px;
    height: 103px;
	bottom: 0;
	right: 0;
	background: url("images/outline.png")no-repeat center/100% auto;
    z-index: -1;
}
.index_bl2 .container::before{
	position: absolute;
	content: "";
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #f2f4f6;
}
.index_bl2 .container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 105px;
    background-image: linear-gradient(90deg, #f2f4f6 100%, transparent 0);
}
.index_bl2 .left_box.pc{
    width: 0;
    margin-top: -100px;
    background: url(images/outline_img.png)no-repeat center/cover;
}
.index_bl2 .right_box {
    max-width: 850px;
    padding: 65px 45px 0;
}
.ms{
    font-size: 20px;
    font-weight: bold;
    padding-top: 50px;
    display: block;
	letter-spacing: 2px;
}
.index_bl2 .seemore_btn{
	margin-bottom: 20px;
}
.index_bl2 .seemore_btn:last-child{
	margin-bottom: 0;
}
.index_bl3{
	max-width: 1000px;
	margin: 195px auto 0;
}
.index_bl3 .left_box {
    max-width: 405px;
    margin-right: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_bl3 .right_box{
    max-width: 550px;
}
.index_bl3 .right_box a {
    margin: 50px 10px 0;
    width: calc(50% - 20px);
	padding: 15px 0 15px 30px;
}
.index_bl3 .right_box .img_box {
    padding: 0 60px;
}
.index_bl3 .left_box img {
    max-width: 440px;
}
.index_bl3 .left_box .img_box{
    padding: 0 50px;
}
.index_bl3 .content {
    margin-top: 55px;
}
.index_bl3 .ms{
	padding-top: 0;
}
.index_bl4 .seemore_btn {
    margin-top: 75px;
}
.index_bl4 ul li{
    width: 50%;
    padding: 10px;
}
.index_bl4 ul{
	margin: 0 -10px;
	height: auto!important;
}
.archive_top {
    position: relative;
}
.archive_top .category {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #012861;
    color: #fff;
    padding: 1px 10px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold;
    font-size: 12px;
	z-index:3;
}
.index_bl4{
    margin-top: 290px;
}
.index_bl4 .left_box {
    padding: 0px;
	width: 500px;
    margin-top: -100px;
}
.index_bl4 .right_box {
    max-width: 440px;
    padding: 110px 50px 0;
}
.index_bl4 .container{
    background-image: linear-gradient(90deg, #e1f0f4 100%, transparent 0);
}
.index_bl4 .container::after {
    position: absolute;
    content: "";
    width: 527px;
    height: 115px;
    bottom: 0;
    right: 0;
    background: url("../images/work.png")no-repeat center/100% auto;
    z-index: -1;
}
.index_bl4 .container::before {
    background-color: #e1f0f4;
}
.index_bl4 .container.sp {
    display: none;
    visibility: hidden;
}
.swiper-button-next, .swiper-button-prev {
    top: calc(50% - 100px)!important;
    margin-top: 0!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 390px!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 22px!important;
}
.archive_bottom{
	padding: 30px 0;
	background-color: #fff;
}
.archive_bottom a {
    width: 38px;
    display: block;
    margin: 30px auto 0;
}
.archive_bottom .title_na{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";	
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #012861;
}
.archive_bottom .post_cnt{
	text-align: center;
	font-size: 14px;
	color: #808080;
}
#tmp_access_bar {
    max-width: 928px;
    margin: 0 auto;
    padding: 200px 0 250px;
}
#tmp_access_bar .left_box{
	width: 50%;
    padding: 0 120px 0 0;
}
#tmp_access_bar .right_box{
	width: 50%;
    padding: 0 0 0 120px;
	border-left: 1px solid #cccccc;
}
div#tmp_access_bar p{
	font-size: 20px;
    font-weight: bold;
    line-height: 33px;
    margin: 50px 0 50px;
}
div#tmp_access_bar p .txt_45 {
    line-height: 0;
}

div#tmp_access_bar .right_box p .txt_16 {
    font-size: 20px;
}
#tmp_footer {
    background-color: #03204c;
	color: #fff;
	position: relative;
}
#tmp_footer .footer_nav{
	padding-top: 80px;
	padding-bottom: 15px;
}
#tmp_footer .footer_nav ul {
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    justify-content: space-around;
}
#tmp_footer .footer_nav ul li {
	font-size: 14px;
    padding: 0 20px;
}
#tmp_footer .footer_nav ul li a{
	cursor: pointer;
	color: #fff;
}
#tmp_footer .logo img{
    max-width: 373px;
}
#tmp_footer .tel{
	font-size: 33px;
	font-weight: bold;
}
.footer_btm .logo {
    margin-right: 50px;
}
.footer_btm .address {
    margin-right: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.footer_btm {
    max-width: 1040px;
    margin: 0 auto;
	padding-bottom: 80px;
	padding-top: 40px;
	position: relative;
	justify-content: space-evenly;
}
#tmp_footer .container{
	max-width: 1000px;
	margin: 0 auto;
}
.footer_btm::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% + 35px);
    height: 1px;
    background-color: #fff;
}
small{
    display: block;
    text-align: center;
    padding: 20px 0;
}
.pagetop{
	position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 999;
}
.pagetop.pnavi_fix{
    position: absolute;
    right: 20px;
    bottom: calc(100% + 20px);
}
.pagetop ul li a {
    width: 60px;
    height: 60px;
    display: block;
	padding: 5px;
	transition: all 0.4s linear;
}
.pagetop ul li a:hover{
	opacity: 60%;
	transition: all 0.4s linear;
}
.pagetop ul li:nth-child(3) a {
    background-color: #03204C;
	position: relative;
}
.pagetop ul li:nth-child(3) a::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(calc(-50% + 4px), -50%) rotate(40deg);
}
.pagetop ul li:nth-child(3) a::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(calc(-50% - 4px), -50%) rotate(-40deg);
}
/*------------------------news--------------------------*/
#tmp_new .container{
	width:1000px;
	margin: 0 auto;
}
.title h2{
	margin-top: 10px;
	margin-bottom: 120px;
}
#tmp_index .title h2{
	margin-bottom: 0;
}
.news_cnt .title_na{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #012861;
}
.news_category_list {
    margin-bottom: 55px;
	padding: 0 30px;
}
.news_category_list ul {
	margin: 0 -20px;
}
.news_category_list ul li {
	width: 25%;
	padding: 0 20px;
}
.news_category_list ul li a {
    display: block;
    text-align: center;
    color: #2a3065;
    font-size: 14px;
    font-weight: bold;
	background-color: #f2f4f7;
	padding: 12px 0;
	position: relative;
}
.news_category_list ul li a.active
{
	background-color: #194999;
	color: #fff
}

.news_category_list ul li a::before{
	transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -16px;
    height: 100%;
    width: 36px;
    content: "";
    background-color: #f2f4f7;
}
.news_category_list ul li a.active::after {
	background-color: #194999;
}
.news_category_list ul li a::after {
transform: skew(-30deg);
    position: absolute;
    top: 0;
    right: -16px;
    height: 100%;
    width: 36px;
    content: "";
    background-color: #f2f4f7;
}
.news_category_list ul li a.active::before{
	background-color: #194999;
}
.news-achievements {
    margin-bottom: 180px;
}
.news-achievements .news_box{
	margin-bottom: 40px;
}
.news-achievements .news_box ul{
	margin: 0 -25px;
}
.news-achievements .news_box ul li{
	width: 33.333%;
	padding: 25px;
	margin-bottom: 5px;
}
.news-achievements .news_box ul li a{
	border: 1px solid #e6e6e6;
	display: block;
} 

.work_page .news-achievements .news_box ul li a{
 	height:auto;
}
.news-achievements .news_box ul li a:hover{
	opacity: 0.6;
	transition: all 0.2s linear;
}
.news-achievements .news_box ul li .news_cnt{
	padding: 0 50px;
	margin-bottom: 30px;
}
.news-achievements .news_box ul li .news_cnt .news_category {
    height: 60px;
    margin-bottom: 20px;
}
.news-achievements .news_box ul li .news_img{
	position: relative;
    height: 165px;
    overflow: hidden;
    margin-bottom: 30px;
}
.news_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}
.news-achievements .news_cnt .title_na {
    height: 45px;
    display: block;
    text-align: center;
}
.news-achievements .news_box ul li .category_name{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	background-color: #012861;
	color: #fff;
	padding: 0 16px;
}
.news-achievements .news_box ul li .news_category{
	font-size: 20px;
	color:#012861; 
	font-weight: bold;
	text-align: center;
	height: 65px;
}
.news-achievements .news_box ul li .news_date{
	font-size: 13px;
	color: #808080;
	text-align: center;
	margin-bottom: 20px;
}
.news-achievements .news_box ul li p.news_txt{
	color: #808080;
	height: 48px;
}
.work_page p.news_txt {
    text-align: center;
}
.news-achievements .news_box ul li p.arrow{
	width: 50px;
	height: 10px;
	margin: 0 auto 34px;
}
.circle{
	width: 30px;
    height: 30px;
	border-radius: 49px;
	background-color: #efefef;
	color: #012861;
    font-size: 15px;
	text-align: center;
	padding: 6px;
	display: block;
	line-height: 1.2;
}
.pagination li:nth-child(1) a{
	background-color: #012861;
	color: #fff;
}
.pagination {
	margin: 0 auto;
}
.pagination ul {
	margin: 0 -5px;
	justify-content: center;
}
.pagination li {
	padding: 0 5px;
}
#tmp_banner .container{
	 width: 600px;
	margin: 0 auto;
}
#tmp_banner a{
	margin-bottom: 50px;
	display: block;
}
#tmp_banner a:hover{
	opacity: 0.6;
	transition: all 0.2s linear;
}
#tmp_banner a:last-child{
	margin-bottom: 0;
}
/*------------------------contacr--------------------------*/
div#tmp_contact  {
	margin-bottom: 140px;
}
div#tmp_contact .content {
	margin-top: 125px;
	padding-bottom: 75px;
	background-image: linear-gradient(0, #e1f0f4 calc(100% - 72px), #fff 0);
}
div#tmp_contact .title,
div#tmp_contact .title h2{
    text-align: center;
}
div#tmp_contact .title h2::after{
	left: 50%;
	transform: translate(-50%, 0);
}
#tmp_contact .content .wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 72px 128px;
    background-color: #fff;
    box-shadow: 0px 9px 50px #00000021;
}
.table_box p {
    color: #2a3065;
    font-weight: bold;
	display: flex;
	vertical-align: middle;
    font-size: 15px;
}
.table_box {
	padding: 25px 15px;
	width: 100%;
    border-top: 1px solid #bcbcbc;
	display:flex;
}
.table_box:nth-child(7){
	 border-bottom: 1px solid #bcbcbc;
}
.table_cell {
    display: table-cell;
	vertical-align: middle;
}
input[type="text"],
textarea
{
    background-color: #f4f4f4;
    border: none;
    padding: 15px 25px;
    display: table-cell;
    max-width: 514px;
    width: 100%;
}
input[type="checkbox"]
{
    background-color: #f4f4f4;
    border: none;
	display: table-cell;
}
input#accept {
    margin-right: 5px;
}
::placeholder {
	font-size: 16px;
	color: #bcbcbc;
	line-height: 18px
}
.table_box:nth-child(1) input[type="text"],
.table_box:nth-child(2) input[type="text"]
{
	width: 249px;
}
.table_box:nth-child(1) input[type="text"]:nth-child(2),
.table_box:nth-child(2) input[type="text"]:nth-child(2){
	margin-right: 14px;
}
input.seemore_btn{
    margin: 35px auto 0;
    border: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-left: 0;
	background: url("images/submit-arr.png")no-repeat right 35px center/ 37px auto #194a99;
}
input.seemore_btn::after,
input.seemore_btn::before{
	display: none;
	visibility: hidden;
}
.policy_box span{
    color: #2a3065;
    font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 15px;
	display: block;
}
.policy_box span:first-child{
	margin-top: 0;
}
.policy_box .policy{
	display: block;
	padding: 50px;
	border: 1px solid #bcbcbc57;
	height: 200px;
    overflow-y: scroll;
	padding-top: 20px;
}
.policy p {
    margin-bottom: 5px;
}
ol.mb-20.btm {
    margin-top: 5px;
	margin-bottom: 5px;
}
ol.mb-20.btm li {
    margin-bottom: 5px;
    font-size: 14px;
}
.policy_box .table_box{
	border-top: none;
	text-align: center;
	padding: 70px 0 0;
}
.table_box:nth-child(6) p {
    vertical-align: top;
}
/*--------------------------------staff--------------------------------------------*/
#tmp_staff {
  margin-bottom: 170px;
}
#tmp_staff .container {
 	width: 1000px;
	margin: 0 auto;
}
.staff_bottom .container{
    width: 1150px!important;
    margin: 0 auto;
    padding: 0 70px;
    background-image: linear-gradient(0deg, #e1f0f4 calc(100% - 80px), transparent 10px);
    position: relative;
}
.staff_bottom .container::after{
    position: absolute;
    content: "";
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
	background-image: linear-gradient(0deg, #e1f0f4 calc(100% - 80px), transparent 10px);-color: #e1f0f4;
}
.blue{
	color: #2a3065;
}
.txt_16{
	font-size: 14px;
}
.txt_27{
	font-size: 27px;
}
.txt_16{
	font-size: 16px;
}
.staff_top ul{
	margin: 0 -60px;
}
.staff_top ul li{
	width: 50%;
	padding: 0 60px;
}
.bold{
	font-weight: bold;
}
p.staff_name {
    margin-bottom: 40px;
}
.staff_name span.txt_16.bold {
    padding-right: 30px;
}
.staff_name span.txt_27.bold {
    padding-right: 13px;
}
.hiragino{
		font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.staff_bottom {
    margin-top: 50px;
}
.staff_bottom ul{
	margin: 0 -30px;
}
.staff_bottom ul li{
	width: 33.333%;
	padding: 0 27px;
}
.staff_top span.txt_16.blue.hiragino.bold,
.staff_bottom span.txt_16.blue.hiragino.bold {
    padding-left: 64px;
	font-size: 13px;
	padding-right: 0;
	display: block;
}
p.staff_ttl.txt_16.bold {
    margin-bottom: 10px;
}
.staff_bottom p.staff_name {
    margin-bottom: 15px;
}
.staff_cnt {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    position: relative;
    bottom: 45px;
    left: -25px;
    content: "";
}
#tmp_staff .staff_cnt p.staff_txt{
	font-size: 13px;
	height: 60px;
}
#tmp_staff .staff_cnt::before {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 37px;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #2a3065;
    transform: rotate(-45deg);
}
/*==========================our_business==============================*/
#tmp_business{
	margin-bottom: 245px;
}
#tmp_business .container{
	width: 1000px;
	margin: 0 auto;
}
#tmp_business .title .message{
	font-size: 24px;
	margin-bottom: 35px;
	font-weight: bold;
}
#tmp_business .title .message_txt {
    width: 865px;
}
.president_na {
    font-size: 25px;
    margin-right: 8px;
    display: flex;
    align-items: flex-end;
}
.president_small_na {
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
    padding-right: 8px;
}
#tmp_business .title h2 {
  margin-bottom: 55px;
}
#tmp_business .title{
  margin-bottom: 85px;
}
.work {
    margin-bottom: 150px;
}
.work p.head,
#bl3 p.head{
	background-color: #194999;
	font-size: 18px;
	color: #fff;
	padding:10px 27px ;
	margin-bottom: 45px;
}
div#bl3 {
    margin-bottom: 150px;
}
div#bl3 ul{
	margin: 0 -20px;
}
div#bl3 ul li {
    width: 33.33%;
    padding: 20px;
}
div#bl3 ul li span {
    text-align: center;
    display: block;
    font-weight: bold;
    padding-top: 10px;
}
div#bl3 ul li:nth-child(1) .img_box,
div#bl3 ul li:nth-child(2) .img_box,
div#bl3 ul li:nth-child(3) .img_box
{
    max-height: 165px;
	overflow: hidden;
}
div#bl3 ul li:nth-child(4) .img_box,
div#bl3 ul li:nth-child(5) .img_box,
div#bl3 ul li:nth-child(6) .img_box
{
    max-height: 239px;
	overflow: hidden;
}
.box_top p.work_ttl {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 8px 0 8px 45px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
.box_top p.work_ttl::before {
	position: absolute;
    top: 12px;
    left: 8px;
    width: 23px;
    height: 23px;
    transform: skew(-30deg);
    content: "";
    background: #194999;
}
.box_top p.work_cnt {
    padding-left: 25px;
	margin-bottom: 54px;
}
ul.box_top.flex_box {
	margin: 0 -55px;
}
.work_box .box_top li{
	width: 33.333%;
	padding: 0 15px;
}
.work_box {
    padding: 0 45px;
}
.work p.head2 {
    background-color: #f2f4f7;
    font-size: 18px;
	font-weight: bold;
    color: #2a3065;
    padding: 10px 27px;
    margin-bottom: 45px;
    width: calc(100% + 45px);
}
.box_bottom p.work_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
.work_box .box_bottom ul{
	margin: 0 -28px;
}
.work_box .box_bottom li{
	padding: 0 28px;
	width: 417px;
}
.about_work .container{
    width: 1490px!important;
    padding: 0 110px;
    background-color: #f2f4f6;
    padding-top: 140px;
	padding-bottom: 70px;
	position: relative;
}
.about_work .container::after{
	position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
	background-color: #f2f4f6;
}
.about_work ul{
	margin: 0 -15px;
}
.about_work ul li{
	width: 33.333%;
	padding: 15px;
}
.about_work_info {
    padding-top: 210px;
}
.about_work_info .work_list li {
	margin-bottom: 60px;
}
.about_work_info p.list_ttl {
    font-size: 23px;
    border-bottom: 2px solid #999999;
    padding-bottom: 7px;
    margin-bottom: 15px;
    font-weight: bold;
}
/*=======================================recruit=============================================*/
#tmp_recruit .container{
    width: 1050px;
    margin: 0 auto;
}
.recruit_intro_txt {
    width: calc(100% - 500px);
    padding-right: 35px;
    padding-top: 85px;
}
#tmp_company .recruit_intro_txt {
    width: 100%;
	padding-right: 150px;
}
.recruit_intro_img{
    width:500px;
	margin-top: -70px;
}
.recruit_intro_txt p.message {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 35px;
}
.recruit_list {
    padding-top: 100px;
	margin-bottom: 175px;
}
.recruit_intro_wrap {
	padding-bottom: 90px;
	flex-direction: row-reverse;
}
.recruit_list ul {
    margin: 0 -35px 50px;
}
.recruit_list ul{
	margin: 0 -35px 15px;
}
.recruit_list ul li{
	width: 33.333%;
	padding: 35px;
}
.recruit_list ul li a{
	display: block;
}
.recruit_list ul li a:hover{
	opacity: 0.6;
	transition: all 0.2s linear;
}
.recruit_list_txt{
	padding-top: 30px;
}
.recruit_list_txt p{
	text-align: center;
}
.recruit_list a.seemore_btn span {
    font-size: 24px;
    text-align: center;
}
.recruit_list a.seemore_btn {
    width: 600px;
    padding: 20px 0 20px 0;
    border-radius: 100px;
    margin: 0 auto;
}
.recruit_list a.seemore_btn::before {
    position: static;
	display: none;
}
.recruit_list a.seemore_btn::after {
    position: absolute;
    content: "";
	width: 34px;
    height: 18px;
    background: url(../images/arrow_down.png)no-repeat;
    background-size: 100% auto;
    right: 67px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.2s linear
}
.recruit_outline {
    padding-bottom: 260px;
}
.recruit_outline .title h2 {
 	margin-bottom: 90px;
}
.outline_wrap {
    margin-bottom: 65px;
}
#tmp_company tr,
#tmp_recruit tr{
	border-top:1px solid #999999;
	display: block;
	padding: 20px 25px;
}
#tmp_recruit tr:last-child{
	border-bottom:1px solid #999999;
}
#tmp_company th,
#tmp_recruit th{
	color: #2a3065;
	font-weight: bold;
}
#tmp_company th,
#tmp_company td,
#tmp_recruit th,
#tmp_recruit td{
	text-align: left;
	border-collapse: collapse;
}
#tmp_recruit th {
    width: 90px;
}
.outline_wrap table{
	width: calc(100% - 527px);
	padding-right: 50px;
}
.outline_wrap .outline_map{
	width: 527px;
}
.recruit_outline a.seemore_btn {
    display: block;
    max-width: 342px;
    background-color: #194a99;
    padding: 15px 0 15px 40px;
    border-radius: 45px;
    position: relative;
    margin: 0 auto;
}
.requirement .h2_top {
    text-align: center;
	display: block;
}
.requirement h2::after {
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0);
}
.requirement .title h2 {
	margin-bottom: 75px;
	padding-bottom: 30px;
	text-align: center;
}
.requirement table {
	width: 100%;
	margin-bottom: 60px;
}
.text_decor{
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}
.text_decor::before {
    position: absolute;
	top: 1px;
    left: 210px;
	height: 45px;
    width: 2px;
    content: "";
    background-color: #000;
    transform: rotateZ(326deg);
}
.text_decor::after {
    position: absolute;
    top: 1px;
    right: 210px;
	height: 45px;
    width: 2px;
    content: "";
    background-color: #000;
    transform: rotateZ(-326deg);
}
.requirement a.seemore_btn {
    width: 400px;
    padding: 20px 0 17px 0;
    border-radius: 100px;
    margin: 0 auto;
    position: static;
}
.requirement a.seemore_btn::before,
.requirement a.seemore_btn::after {
	display: none;
}
.requirement a.seemore_btn span {
    font-size: 24px;
	text-align: center;
}
.requirement {
    background: #e1f0f4;
    padding:120px 0 95px;
    margin-bottom: 180px;
}
.requirement .container{
    background: #fff;
	padding: 60px 110px 160px;
}
/*===================================company========================================*/
#tmp_company .container{
    width: 890px;
    margin: 0 auto;
}
.recruit_intro .container{
	padding: 0 50px 0 0;
	background-color: #f2f4f6;
	position: relative;
}
.recruit_intro .container::after{
	position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f2f4f6;
}
#tmp_company .company_info .outline_wrap.flex_box {
	display: block;
}
#tmp_company .company_info .outline_wrap table {
    width: 100%;
    padding-right:0;
}
.address_map{
	width: calc(100% - 527px);
	padding-right: 35px;
}
.recruit_outline.company_info {
    padding-top: 140px;
	padding-bottom: 0;
}
.recruit_outline.company_address .title h2 {
  margin-bottom: 72px;
}
.recruit_outline.company_address {
    padding-bottom: 90px;
}
.company_history .title,
.company_history .title h2{
	text-align: center;
}
#tmp_company .company_history  tr{
    border-top: none;
}
#tmp_company th{
    width: 190px;
	position: relative;
}
#tmp_company th::after {
    position: absolute;
    content: "";
    top: -23px;
    left: -27px;
    width: 192px;
    height: 1px;
    background-color: #2a3065;
}
#tmp_company .company_history .container {
	padding: 45px 160px;
}
.company_history th{
	padding-left: 30px;
}
#tmp_company .company_history tr{
	padding-bottom: 50px;
}
#tmp_company .company_history .title h2 {
  margin-bottom: 45px;
}
#tmp_company .company_history tr:last-child{
	padding-bottom: 100px;
}
#tmp_company .company_history th::before{
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #000;
    border-radius: 11px;
	z-index: 999;
}
#tmp_company .company_history th::after{
    position: absolute;
    top: 12px;
    left: 5px;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #bfbfbf;
}
#tmp_company .company_history {
	padding-top: 65px;
	padding-bottom: 65px;
}
.company_history table {
    margin-bottom: 0;
}
#tmp_company .company_info tr:last-child{
	border-bottom:1px solid #999999;
}
.requirement th {
    color: #000!important;
}
/*----*/
#tmp_news_single .container {
    width: 1000px;
    margin: 0 auto;
}
/*----*/
#tmp_works_single .container {
    width: 1000px;
    margin: 0 auto 150px;
}
#tmp_works_single span.category_name{
	background-color: #194a99;
    color: #fff;
    padding: 3px 35px 1px;
    border-radius: 25px;
    font-weight: bold;
	margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
}
#tmp_works_single .post_cnt {
    margin-bottom: 50px;
}
#tmp_works_single .post_cnt p:nth-child(2).pc {
    display: flex;
	justify-content: space-between;
}
#tmp_works_single .post_cnt p:nth-child(2) span.news_date {
    padding-top: 7px;
}
#tmp_works_single .post_cnt .flex_box{
	border-top: 1px solid #999999;
    padding-top: 20px;
	margin: 15px 0 0;
}
#tmp_works_single .post_cnt .title_na {
    font-size: 22px;
    font-weight: bold;
}

#tmp_works_single .post_cnt .flex_box .left_box h3 {
    color: #fff;
    background: #194a99;
    padding: 10px 15px;
    margin-bottom: 15px;
}
#tmp_works_single .post_cnt .flex_box .left_box{
	width: 50%;
	padding: 0 20px;
	padding-left: 0;
}
#tmp_works_single .post_cnt .flex_box .right_box{
	width: 50%;
	padding: 0 20px;
	padding-right: 0;
}
#tmp_works_single .container::after{
	display: block;
	content: "";
	clear: both;
}
div#tmp_works_single a.seemore_3 {
    margin-top: 0;
}
#tmp_works_single .post_cnt .flex_box .left_box .box_1,
#tmp_works_single .post_cnt .flex_box .left_box .box_2,
#tmp_works_single .post_cnt .flex_box .left_box .box_3{
	margin-bottom: 20px;
}
#tmp_works_single .post_cnt .flex_box .left_box .box_1 h4,
#tmp_works_single .post_cnt .flex_box .left_box .box_2 h4,
#tmp_works_single .post_cnt .flex_box .left_box .box_3 h4
{
    padding-bottom: 5px;
	border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}
.fotorama__nav-wrap {
    margin-top: 5px;
}
/*---------------------tmp_news_single--------------*/
#tmp_news_single .container {
    width: 1000px;
    margin: 0 auto;
}
#tmp_news_single .title h2 {
  margin-bottom: 90px;
}
#tmp_news_single .right_box {
  width: 400px;
}
#tmp_news_single .left_box {
  width: calc(100% - 400px);
  padding-right: 50px;
}
#tmp_news_single .post_cnt{
	background-image: linear-gradient(90deg, #f2f4f6 100%, transparent 0);
	position: relative;
	padding: 50px 0;
}
#tmp_news_single .post_cnt::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #f2f4f6;
}
#tmp_news_single .post_cnt::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 100px;
  height: 100%;
  background-color: #f2f4f6;
}
#tmp_news_single .title_news {
  font-size: 24px;
  border-bottom: 1px solid rgba(180,180,180,0.8);
  margin: 30px 0 20px;
}
#tmp_news_single .seemore_btn {
  display: block;
  width: 339px;
  background-color: #194a99;
  padding: 15px 0 15px 40px;
  border-radius: 45px;
  position: relative;
  margin-top: 70px;
}
#tmp_news_single a.seemore_3 {
  font-weight: bold;
  float: right;
  position: relative;
  margin-top: 45px;
  padding: 15px 15px 15px 55px;
  background: url(images/seemore_3.png)no-repeat 25px center/7px auto;
  transition: all 0.3s linear;
}
#tmp_news_single a.seemore_3::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #999999;
    color: #999999;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    transition: all 0.3s linear;
}
#tmp_news_single a.seemore_3:hover::after{
	width: 100%;
	transition: all 0.3s linear;
}
#tmp_news_single a.seemore_3:hover{
	background: url(images/seemore_3.png)no-repeat 30px center/7px auto;
	transition: all 0.3s linear;
}
#tmp_contents #tmp_news_single {
  margin-bottom: 180px;
}
#tmp_news_single span.category_name {
    background-color: #194a99;
    color: #fff;
    padding: 3px 35px 1px;
    border-radius: 25px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
#tmp_news_single .title_news p.title {
	float: left;
}
#tmp_news_single .title_news p.news_date {
	float: right;
	font-size: 15px;
	color: #808080;
	padding-top: 10px;
}
.wpcf7-form-control-wrap {
    width: 249px;
    margin-right: 14px;
}
/*-------pagination*/
.nav-links {
    display: flex;
	justify-content: center;
}
.page-numbers {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 49px;
    background-color: #efefef;
    color: #012861;
    font-size: 15px;
    text-align: center;
    padding: 6px;
    display: block;
    line-height: 1.2;
}
a.next.page-numbers,
a.prev.page-numbers
{
    display: none;
    visibility: hidden;
}
.page-numbers.current{
    background-color: #012861;
    color: #fff;
}
.wpcf7-form-control-wrap {
    width: 249px;
    margin-right: 14px;
}
p.box_space {
    width: 192px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
    padding: 15px 25px;
}
textarea#subject,
input#lmail,
input#ltel {
    width: 514px;
    background-color: #f4f4f4;
    border: none;
}
.wpcf7-list-item {
    margin: 0!important;
}
.center{
	text-align:center;
}
.table_box.checkbox_style {
    border-top: none;
}
.table_box:nth-child(8) {
    border-bottom: 1px solid #bcbcbc;
}
.policy_box {
    padding-top: 25px;
}
.wpcf7 .center {
    padding-top:70px;
}
.table_box.block_none p:nth-of-type(2) {
    display: block!important;
}
span.wpcf7-list-item-label {
    padding-right: 12px;
}
.breadcrumbs {
    background-color: #f2f4f7;
    padding: 15px;
    margin-bottom: 90px;
}
.breadcrumbs span {
    color: #707070;
	padding:5px;
}
.breadcrumbs span.archive.taxonomy.kind.current-item,
.breadcrumbs span.archive.taxonomy.category.current-item,
.breadcrumbs span.post.post-post.current-item,
.breadcrumbs span.post.post-works.current-item,
.breadcrumbs span.archive.post-works-archive.current-item,
.breadcrumbs span.post.post-page.current-item {
    color: #194999;
}
 p.right {
	width: 220px;
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
	text-align: right;
}
p.right:nth-child(1) {
    font-size: 17px;
}
.index_bl2 p.right {
    margin-left: initial;
	font-size: 18px;
	text-align: left;
}
#tmp_index .index_bl2 p.right:nth-child(1){
	font-size: 15px;
}
#tmp_index p.message_txt {
    font-size: 14px;
    padding-bottom: 6px;
}
#tmp_index span.message_txt{
	display: block;
	font-size: 14px;
}
#tmp_index span.message_txt.btm{
	padding-bottom: 6px;
}
span.space {
    padding-right: 32px;
}
span.space2 {
    padding-right: 8px;
}
.mes_sign {
    margin-top: 10px;
}
#tmp_company p.message_txt {
    line-height: 2;
}
iframe {
    width: 100%;
}
#tmp_company .bl4 ul {
    justify-content: space-between;
	max-width: 700px;
	margin: 0 -10px 70px;
}
#tmp_company .bl4 ul li{
	width: 50%;
	padding:0 10px;
}
#tmp_company .bl4 ul li span {
    display: block;
    text-align: center;
    padding-top: 10px;
}
#tmp_company .bl4 ul li:nth-child(2) {
    padding-top: 106px;
}
p.staff_img {
    height: 300px;
    overflow: hidden;
}
.index_bl2 .mes_sign {
    margin-bottom: 20px;
}
.img_box video {
    width: 100%;
	opacity: 0.6;
}
#tmp_mainvisual .img_box {
    position: relative;
	background-image: linear-gradient(180deg, black calc(100% - 8px), #fff 10px);
}
#tmp_mainvisual .img_box::after {
    position: absolute;
    content: "";
    width: 293px;
    height: 100%;
    background-color: #fff;
    transform: skewX(10deg);
    top: 0;
    left: -105px;
}
#tmp_index .archive_top {
    position: relative;
    height: 153px;
    overflow: hidden;
}
#tmp_index .archive_top img{
	position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%) scale(1.5);
	z-index: 2;
}