@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap');

/*--------------------------------------------
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700; bold
font-weight: 500; medium

font-family: 'Noto Serif JP', serif;
font-weight: 900; black
font-weight: 700; bold
font-weight: 500; medium
font-weight: 400; regular
font-weight: 300; light
---------------------------------------------*/

/* Font Awesome
---------------------------------------------
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 5 Brands";

Solid→ font-weight: 900;
Regular→ font-weight: 400;
Brands→ font-weight: 400;
--------------------------------------------- */

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px; 
}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both;}
p{ margin:0px; padding:0px}

/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline; 
	background:transparent;
	}
.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	}
.clearfix {
    zoom: 1;
    overflow: hidden;
}
.clear{clear:both !important;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input, select {
	vertical-align:middle;
}
img{
    border:0;
    vertical-align: bottom;
}
* {margin:0px; padding:0px;}
html {
	overflow-y: scroll;
}
body{
	font-size:95%;/* 基本のフォントサイズ */
	line-height:1.7em;/* 基本の行間 */
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
    -webkit-text-size-adjust:100%; /*PCサイトの場合、スマホで見てもPCサイトの文字バランスと同じにするためにこれ*/
}
/* pagetop
---------------------------------------------------- */
#pagetop {
    position: fixed; 
    bottom:20px; 
    right:20px; 
    z-index:100;
    cursor: pointer;
}
/* common
----------------------------------------------------------*/
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mr6{margin-right: 6px;}
.ml6{margin-left: 6px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.tac {text-align: center;}
.tar {text-align: right;}
.shadow { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);}
.red{color: rgba(255,0,4,1.00);}
/*-------------------------------------
    header
-------------------------------------*/
header{
	width: 100%;
    min-width: 1180px;
	margin: 0px auto;
    position: absolute;
    background: rgba(22,81,149,0.65);
    top: 0;
    z-index: 9000;
}
.logo{
    float: left;
    width: 436px;
    margin: 0px 0px 0px 4px;
    padding: 15px 0px 0px;
}
.logo img{
    width: 100%;
    height: auto;
}
.header_rh{
    float: right;
    width: 740px;
    margin: 0px;
    padding: 0px;
}
.btn_mail {
	float: right;
	width: 140px;
	margin: 0px;
}
.btn_mail a{
    font-family: 'Noto Sans JP', sans-serif;
	width: 140px;
	height: auto; 
	font-size: 15px;
    font-weight: 500;
	color: #fff;
	line-height: 120%;
	letter-spacing: 0.00em;
	padding: 30px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background: rgba(22,81,149,1.00);
}
.btn_mail a:hover{
	text-decoration: none!important;
	color: #fff;
    background: rgba(11,51,81,1.00);
}
.btn_mail a::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right:6px;
}
.btn_mail_on {
	float: right;
	width: 140px;
	margin: 0px;
}
.btn_mail_on a{
    font-family: 'Noto Sans JP', sans-serif;
	width: 140px;
	height: auto; 
	font-size: 15px;
    font-weight: 500;
	color: #fff;
	line-height: 120%;
	letter-spacing: 0.00em;
	padding: 30px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background: rgba(11,51,81,1.00);
}
.btn_mail_on a:hover{
	text-decoration: none!important;
	color: #fff;
    background: rgba(11,51,81,1.00);
}
.btn_mail_on a::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right:6px;
}
.btn_tel {
	float: right;
	width: 165px;
	margin: 0px;
}
.btn_tel {
    font-family: 'Noto Sans JP', sans-serif;
	height: auto;
	font-size: 20px;
    font-weight: 500;
	color: #fff;
	line-height: 120%;
	letter-spacing: 0.00em;
	padding: 27px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background: rgba(11,51,81,1.00);
}
.btn_tel a{
	color: #fff;
    text-decoration: none;
}
.btn_tel a:hover{
	color: #fff;
    text-decoration: none;
}
.btn_tel::before{
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:6px;
}
/*----------------------------------------
    navi
----------------------------------------*/
nav{
    float: right;
    width: 435px;
	margin: 0px auto;
    padding: 28px 0px 0px;
}
.navi {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: right;
    list-style: none;
}
.navi li {
	display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.00em;
    margin: 0px 15px;
    padding: 0px;
}
.navi li a {
    color: #fff;
    text-decoration: none;
}
.navi li a:hover {
    color: #fff;
    text-decoration: none;
}
.navi li .n_link_on{
	color: #fff;
}
.n_link {
    position: relative;
    padding: 0px 0px 7px;
    display: inline-table;
    transition: .3s;
    color: #fff;
}
.n_link::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #89daff;
    transition: .3s;
    transform: translateX(-50%);
    border-radius: 0px;
}
.n_link:hover::after {
    width: 100%;
}
.n_link_on {
    position: relative;
    padding: 0px 0px 7px;
    display: inline-table;
    transition: .3s;
    color: #fff;
}
.n_link_on::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #89daff;
    transition: .3s;
    transform: translateX(-50%);
    border-radius: 0px;
}
.n_link_on:hover::after {
    width: 100%;
}
/*-----------------------------------
    mainimages
-----------------------------------*/
.swiper-container{
    position: relative;
    min-width: 1180px;
}
.swiper-wrapper{
	margin:0 auto;
}
.swiper-slide img{
    width: 100%;
    object-fit: cover; /*縦幅を枠に合わせて配置*/
    max-height: 780px; /*最大高さ*/
    min-height: 680px;
}
.mainimage_txt{
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
	position: absolute;
    top:23%;
/*	top: calc(50% - 200px); */
	left: calc(50% - 570px);
    z-index: 8000;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*-----------------------------------
    common
-----------------------------------*/
.contents{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 50px 0px;
}
.w1140{
    width: 1140px;
/*    width: 100%;
    max-width: 1140px; */
    margin-left: auto;
    margin-right: auto;
}
.w1140 p{
    font-size: 15px;
    line-height: 180%;
    margin: 0px 0px 20px;
}
.photo-ofi {
    height: 0;
    display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: #EFEFEF;
	overflow: hidden;
	position: relative;
    margin-bottom: 5px;
}
.photo-ofi img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
	height: 100%;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
    position: absolute;
    left: 0;
    top: 0;
}
/*--------------------------------
	top01
---------------------------------*/
.top01{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 60px 0px;
    background: url("../images/top01_bg.jpg") repeat-y top center;
}
.top_photo{
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
    background: url("../images/top01_photo_bg.png") no-repeat center center;
}
.top_rh{
    float: right;
    width: 44.8%;
    margin: 0px;
}
.top_rh img{
    width: 100%;
    height: auto;
}
.top_lf{
    float: left;
    width: 550px;
    margin: 0px;
    padding: 0px;
}
.top01 h3{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 160%;
    margin: 0px 0px 40px;
    padding: 0px 0px 5px;
    color: #165195;
}
.top01 p{
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin: 0px 0px 15px;
    padding: 0px;
}
.b24{
    font-size: 24px;
    font-weight: bold;
}
.u_line {
    position: relative;
    margin: 20px auto;
    padding: 10px;
}
.u_line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    border-bottom: 3px solid #7bade7;
}
.u_line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    border-bottom: 3px solid #165195;
}
/*--------------------------------
	top02
---------------------------------*/
.top02{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 150px 0px;
    background: url("../images/top02_newbg.jpg") no-repeat center center;
    background-color: #165195;
}
.top02_photo{
    float: left;
    width: 50%!important;
    margin: 0px;
    padding: 0px;
}
.top02_photo img{
    width: 100%;
    height: auto;
}
.top02_rh{
    float: right;
    width: 530px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.top02 h4{
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.05em;
    margin: 0px 0px 10px;
    padding: 0px;
    color: #fff;
}
/*--------------------------------
	top03
---------------------------------*/
.top03{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 150px 0px;
    background: url("../images/top03_newbg.jpg") no-repeat center center;
    background-color: #165195;
}
.top03_photo{
    float: right;
    width: 50%!important;
    margin: 0px;
    padding: 0px;
}
.top03_photo img{
    width: 100%;
    height: auto;
}
.top03_lf{
    float: left;
    width: 550px;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.top03 h4{
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.05em;
    margin: 0px 0px 10px;
    padding: 0px;
    color: #fff;
}
/*----------------------------------
    category
------------------------------------*/
.category{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 0px;
}
.cate01{
    float: left;
    width: 33.3333333%;
    margin: 0px;
    padding: 0px;
}
.cate02{
    float: left;
    width: 33.3333333%;
    margin: 0px;
    padding: 0px;
}
.cate03{
    float: left;
    width: 33.3333333%;
    margin: 0px;
    padding: 0px;
}
.cate01 img{
    width: 100%;
    height: auto;
}
.cate02 img{
    width: 100%;
    height: auto;
}
.cate03 img{
    width: 100%;
    height: auto;
}
/*----------------------------------
    anime
------------------------------------*/
.top_banner{padding-left: 0; padding-right: 0;}
a.thumnail {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
	opacity: 1;
}
a.thumnail img {
    -webkit-transition:all 0.8s ease-in-out;
    transition:all 0.8s ease-in-out;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/*
a.thumnail {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 380px;
	opacity: 1;
}
a.thumnail img {
    -webkit-transition:all 0.8s ease-in-out;
    transition:all 0.8s ease-in-out;
    width: 100%;
    height: 380px;
    vertical-align: bottom;
}
*/
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
	background-color: #000;
}
figcaption {
    color: #FFF;
    opacity: 1;
	font-size: 140%;
    position: absolute;
    text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	border-collapse: collapse;
}
a >figure figcaption h3 {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
}
a >figure figcaption .eng{
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 120%;
    margin: 15px 0px 0px;
    letter-spacing: 0.03em;
}

a >figure figcaption h3 img {width: 80%; margin: 0 auto;}
a >figure .image img {
	opacity: 0.65;
}
a:hover>figure .image img {
        transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
	opacity: 1;
}
a:hover>figure figcaption {
    opacity: 1;
}
a >figure figcaption .btn_vm{
	width: 220px;
	height: auto;
	font-size: 18px;
	color: #fff;
	line-height: 120%;
    letter-spacing: 0.05em;
    margin: 5% auto 0px;
	padding: 13px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
    background: rgba(22,81,149,0.70);
    border: solid 1px #fff;
}
a >figure figcaption .btn_vm:hover{
	text-decoration: none;
	color: #fff;
    background: rgba(22,81,149,1.00);
}
a >figure figcaption .btn_vm::after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left:7px;
}

/*--------------------------------
	map
---------------------------------*/
.map{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 0px;
    line-height: 0;
}
/*-----------------------------------
    footer
-----------------------------------*/
footer{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 50px 0px 30px;
    background: #165195;
}
footer p{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.05em;
    margin: 0px 0px 10px;
    padding: 0px;
    color: #fff;
}
.ft_lf{
    float: left;
    width: 450px;
    margin: 0px;
    padding: 0px;
}
.ft_rh{
    float: right;
    width: 650px;
    margin: 0px;
    padding: 0px;
}
.ft_rh p{
    text-align: center;
}
.fnavi{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.fnavi li{
	display: inline-block;
	font-size: 14px;
	line-height: 160%;
	margin: 0px;
	padding: 0px 20px;
	color: #fff;
}
.fnavi li a{
	color: #fff;
	text-decoration: none;
}
.fnavi li a:hover{
	color: #fff;
	text-decoration: underline;
}
.ftel{
    width: 500px;
    margin: 30px auto;
    padding: 0px;
}
.f_tel{
    float: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 140%;
    color: #fff;
}
.f_tel a{
    color: #fff;
    text-decoration: none;
}
.f_tel a:hover{
    color: #fff;
    text-decoration: none;
}
.f_tel::before{
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:7px;
}
.f_fax{
    float: right;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 140%;
    color: #fff;
}
.f_fax::before{
	content: "\f1ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:7px;
}
/*---------------------------------
	copy
---------------------------------*/
.copy_box{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 15px 0px;
    background: #0b3351;
}
.copy{
    margin: 0px;
    padding: 0px;
	font-size: 13px;
	color: #fff;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-align: center;
}
.copy::before{
	content: "\f1f9";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right:6px;
}
/*---------------------------------
	subimages
---------------------------------*/
.subimages{
	width: 100%;
    min-width: 1180px;
	margin: 0px auto;
	padding: 100px 0px;
	background: url("../images/subimages.jpg") no-repeat center top;
}
.subimages_in{
    width: 100%;
	max-width: 1140px;
	margin: 0px auto;
	padding: 90px 0px 10px;
}
.h2subtitle{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
}
/*---------------------------------
	wrapper
---------------------------------*/
.wrapper{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 30px 0px;
    background: url("../images/contents_bg2.jpg") repeat top center;
}
.midashi{
    font-weight: bold;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.midashi2{
    font-weight: bold;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0.05em;
    margin: 0px 0px 20px 0px;
    padding: 7px 0px 7px 10px;
    border-bottom: solid 1px #16599b;
    border-top: solid 1px #16599b;
}
.tac{
    text-align: center;
    margin: 0px auto;
}
.head_line{
    font-size: 26px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 0px 0px 7px;
    position: relative;
    display: inline-table;
    color: #333 !important;    
}
.head_line::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 50%;
    height: 3px;
    background-color: #165195;
    transform: translateX(-100%);
}
.head_line::after {
    position: absolute;
    bottom: 0px;
    left:  50%;
    content: '';
    width: 50%;
    height: 3px;
    background-color: #7bade7;
    transform: translateX(0%);
}
/*---------------------------------
	company
---------------------------------*/
.com{
    margin: 0px 0px 20px 25px;
    padding: 0px;
    font-weight: bold;
}
.company{
    width: 100%;
    min-width: 1180px;
    margin: 0px auto;
    padding: 30px 0px;
    background: rgba(22,81,149,0.30);
}
.com_lf{
    float: left;
    width: 770px;
    margin: 0px;
    padding: 0px;
}
.com_rh{
    float: right;
    width: 340px;
    margin: 0px;
    padding: 0px;
}
.com_rh img{
    width: 340px;
    height: auto;
}
.tbl-com{
	width: 100%;
	margin: 0px auto 30px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.tbl-com th{
	font-size: 14px;
	background: #f9f9f9;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	white-space: nowrap;
	width: 25%;
}
.tbl-com td{
	font-size: 14px;
	text-align: left;
	line-height: 180%;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.td_ol{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: decimal;
	font-size: 15px;
}
.td_ul{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style:disc; 
	font-size: 15px;
}
.td_lf{
	float: left;
	margin: 0px;
	width: 40%;
}
.tbl-com a{
	color: #333;
	text-decoration: none;
}
.tbl-com a:hover{
	color: #333;
	text-decoration: none;
}
.rinen{
    width: 70%;
    margin: 20px auto;
    padding: 0px;
}
.rinen li{
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    margin: 10px 0px;
    padding: 0px;
}
.tbl-his{
	width: 100%;
	margin: 20px auto 30px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.tbl-his th{
	font-size: 14px;
	background: #f9f9f9;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: top;
	white-space: nowrap;
	width: 25%;
}
.tbl-his td{
	font-size: 14px;
	text-align: left;
	line-height: 180%;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.tbl-his a{
	color: #333;
	text-decoration: none;
}
.tbl-his a:hover{
	color: #333;
	text-decoration: none;
}

/*------------------------------------
    works
-------------------------------------*/
.blou{
    color: #165195;
}
.h4txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    margin: 20px 0px 0px;
    padding: 0px;
    color: rgba(255,79,0,1.00);
}
.h4txt2{
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    margin: 20px 0px 0px;
    padding: 0px;
}
.tbl-hyo{
	width: 100%;
	margin: 10px auto 50px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.tbl-hyo th{
	font-size: 14px;
	background: rgba(123,173,231,0.50);
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: top;
	white-space: nowrap;
	width: 25%;
}
.tbl-hyo td{
	font-size: 14px;
	text-align: left;
	line-height: 180%;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.tbl-hyo2{
	width: 100%;
	margin: 10px auto 50px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.tbl-hyo2 th{
	font-size: 14px;
	background: #f9f9f9;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	white-space: nowrap;
}
.tbl-hyo2 td{
	font-size: 14px;
	text-align: left;
	line-height: 180%;
    vertical-align: middle;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.w_pht50{
    float: left;
    width: 50%;
    margin: 0px 0px 30px;
    padding: 0px;
}
.w_pht50 img{
    width: 100%;
    height: auto;
}
.w_pht33{
    float: left;
    width: 380px;
    margin: 0px 0px 30px;
    padding: 0px;
}
.w_pht33 img{
    width: 100%;
    height: auto;
}
.w_pht285{
    float: left;
    width: 285px;
    margin: 0px 0px 30px;
    padding: 0px;
}
.w_pht285 img{
    width: 100%;
    height: auto;
}

.list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.list li{
    float: left;
    width: 180px;
    margin: 0px 5px;
    padding: 0px;
    background: rgba(203,225,251,1.00);
    border: solid 3px #165195;
    border-radius: 4px;
    box-sizing: border-box;
}
.list li h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 5px 0px;
    background: #165195;
}
.list li img{
    width: 100%;
    height: auto;
}
/*------------------------------------
	technology
--------------------------------------*/
.tec_lf{
    float: left;
    width: 48%;
    margin: 0px;
    padding: 0px;
}
.tec_rh{
    float: right;
    width: 48%;
    margin: 0px;
    padding: 0px;
}
.fukidashi{
    position: relative;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 15px;
}
.fukidashi::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 30px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0px 15px 15px 15px;
}
.fukidashi p{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.05em;
    margin: 0px;
}
.tbl-hyo3{
	width: 100%;
	margin: 10px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.tbl-hyo3 th{
	font-size: 14px;
	background: #f9f9f9;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
    vertical-align: middle;
	white-space: nowrap;
    width: 15%;
}
.tbl-hyo3 td{
	font-size: 14px;
	text-align: left;
	line-height: 180%;
    vertical-align: middle;
	padding: 10px;
	background: #fff;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.kikai{
    background: #165195;
    color: #fff;
    margin-right: 10px;
    padding: 5px 10px;
}
.h4txt3{
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    margin: 40px 0px 10px;
    padding: 0px 0px 10px;
    border-bottom: solid 2px #7bade7;
}
.tecbox{
    width: 100%;
    margin: 20px auto;
    padding-top: 20px;
}
.tecbox p{
    font-size: 14px;
    line-height: 180%;
    margin: 0px 0px 10px;
    padding: 0px;
}
.ryui{
    background: rgba(255,87,0,1.00);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 6px;
}
.h3ac{
    font-size: 24px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #165195;
    margin: 40px 0px;
    padding: 0px;
}
.flow{
    float: left;
    width: 160px;
    margin: 0px 30px 0px 0px;
    padding: 0px;
}
.flow2{
    float: left;
    width: 190px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.flow h4{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #165195;
    margin-bottom: 20px;
    padding: 0px 0px 0px 10px;
}
.flow p{
    font-size: 18px;
    font-weight: bold;
    color: #165195;
    margin-bottom: 20px;
    padding: 0px;
    text-align: center;
}
.mj{
    letter-spacing: -0.15em;
}
.flow2 h4{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #165195;
    margin-bottom: 20px;
    padding: 0px 0px 0px 10px;
}
.flow2 p{
    font-size: 18px;
    font-weight: bold;
    color: #165195;
    margin-bottom: 20px;
    padding: 0px;
    text-align: center;
}
.arrow_box2 {
	position: relative;
	background: #fff;
	border: 4px solid #165195;
    border-radius: 4px;
}
.arrow_box {
	position: relative;
	background: #fff;
	border: 4px solid #165195;
    border-radius: 4px;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(123, 173, 231, 0);
	border-left-color: #fff;
	border-width: 20px;
	margin-top: -20px;
}
.arrow_box:before {
	border-color: rgba(22, 81, 149, 0);
	border-left-color: #165195;
	border-width: 26px;
	margin-top: -26px;
}
.h3ac2{
    font-size: 24px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 40px 0px;
    padding: 0px;
}
.white_box{
    width: 100%;
    margin: 20px auto;
    padding: 20px 0px;
    background: #fff;
}
.white_box h4{
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    margin: 0px 0px 10px;
    padding: 0px 20px 10px;
    border-bottom: dashed 1px #165195;
}
.white_box p{
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    margin: 0px 0px 10px;
    padding: 0px 20px;
}
.white_box ul{
    margin: 0px 0px 10px 30px;
    padding: 0px 20px;
}
.white_box li{
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
    margin: 0px;
    padding: 0px;
}
/*------------------------------------
	form
--------------------------------------*/
input[type="submit"]{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px;
    color: #fff;
    background:#165195;
	border: solid 1px #165195;
	border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
input[type="button"] {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px;
    color: #fff;
    background:#165195;
	border: solid 1px #165195;
	border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
input:hover[type="submit"]{
    color: #fff;
    background:#7baed7;
	border: solid 1px #7baed7;
	border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
input:hover[type="button"] {
    color: #fff;
    background:#7baed7;
	border: solid 1px #7baed7;
	border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
input, select {
	vertical-align:middle;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
}
.form-s{width:70px;}
.form-m{width:150px;}
.form-l{width:300px;}
.form100{width:99%;}
.form-h{height:80px;}
input[type="checkbox"],input[type="radio"]{vertical-align:middle; /*transform: scale(1.2);*/}
input[type="text"],select{border:1px solid #ccc;}
input:focus[type="text"]{border:1px solid #06c;}
input, select {
	padding: 10px 5px;
}
input[type="text"]{
	padding: 10px 5px;
} 
input::-webkit-input-placeholder{
	line-height: 140%;
	padding-left: 5px;
}
textarea {
	width: 99%;
	padding: 10px;
}
label{
	color: #333;
	font-weight: normal;
	vertical-align:sub; 
}
.txt_label{
	color: #333;
	text-align: center;
	margin: 20px 0px 0px;
	font-size: 15px;
}
.needinput{background-color:#fee;border:1px solid #ccc}
.form70 {
	width: 70%;
}
.form80 {
	width: 80%;
}
.form60 {
	width: 60%;
}
.form40 {
	width: 40%;
}

.form_btn{
	text-align: center;
	margin-top: 20px;
}

/*------------------------------------
    contact
------------------------------------*/
.h3ac3{
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0px;
    padding: 0px;
}
.h5ac3{
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 20px 0px;
    padding: 0px;
}
.c_tel{
	float: left;
	width: 40%;
	margin: 40px 0px 10px 5%;
	padding: 10px 0px;
	border-radius: 4px;
	background: #165195;
}
.c_fax{
	float: right;
	width: 40%;
	margin: 40px 5% 10px 0px;
	padding: 10px 0px;
	border-radius: 4px;
	background: #165195;
}
.h4tel{
	font-size: 30px;
	font-weight: bold;
	line-height: 160%;
	color: #fff;
	margin: 0px 0px 0px;
	text-align: center;
}
.h4tel::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: '\f095';
	margin-right: 6px;
}
.h4tel a{
	text-decoration: none;
	color: #fff;
}
.h4tel a:hover{
	text-decoration: none;
	color: #fff;
}
.h4fax{
	font-size: 30px;
	font-weight: bold;
	line-height: 160%;
	color: #fff;
	margin: 0px 0px 0px;
	text-align: center;
}
.h4fax::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: '\f1ac';
	margin-right: 6px;
}
.tbl-con {
	width: 100%;
	margin: 20px auto 50px;
	border-top: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
}
.tbl-con th {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #333;
	text-align: left;
	vertical-align: middle;
	width: 23%;
	margin: 0px;
	padding: 10px 5px 10px 20px;
	background-color: #dddddd;
	white-space: nowrap;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.tbl-con td {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	background-color: #f9f9f9;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.kome {
	background-image: url(../images/kome.png) ;
	background-repeat: no-repeat;
	background-position: center right;
}
.kome2 {
	background-image: url(../images/kome2.png) ;
	background-repeat: no-repeat;
	background-position: center right;
}
/*-------------------------------------
	 privacy
----------------------------------------*/
.pp_midashi{
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 7px;
    color: #333;
}

.h4pp {
	font-size: 16px;
	line-height: 140%;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 10px;
	margin: 10px 5px 0px 5px;
	border-left: solid 7px #16599b;
}
.p_box {
	margin: 10px auto 20px;
	overflow: auto;
	height: 300px;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}
.std  {
	width: 96%;
	margin: 10px auto 50px;
}
.std p {
	line-height: 180%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.std p a{
	color: #333;
	text-decoration: none;
}
.std p a:hover{
	color: #333;
	text-decoration: none;
}
.std_ol {
	padding: 0px;
	margin: 20px 0px 10px 25px;
}
.std_ul {
	padding: 0px;
	margin: 20px 0px 10px 25px;
}
.std_ol li {
	font-size: 14px;
	line-height: 180%;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: decimal;
}
.std_ul li {
	font-size: 14px;
	line-height: 180%;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: disc;
}
/* ----------------------------------
 	print
------------------------------------ */
@media print {
	#pagetop{
		display: none!important;
	}
    .logo{
        float: left;
        width: 300px!important;
        margin: 0px 0px 0px 2px;
        padding: 15px 0px 0px;
    }
    /*
    .swiper-container{
        overflow:hidden!important;
    }
    .swiper-wrapper{
        overflow: hidden!important;
    }
    .swiper-slide{
        overflow: hidden!important;
    }
    .swiper-slide img{
        width: 68%;
        height: auto;
        object-fit:cover;
        overflow: hidden!important;
    }
    */
}
@page {
    size: A4 portrait;
    margin: 5mm 3mm;
    padding: 0mm;
}