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

/*===================================
    COMMON
===================================*/

html, body {
    height: 100%;
}
body {
    height: 100%;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
	color: #000;
	line-height: 2em;
	position: relative;
	background-color: #eff1f4;
	background-image: url("../images/common/bg.gif");
	background-position: center;
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

/*-----------------------------------
    tools
-----------------------------------*/

.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}
.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
a {
    text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
	color: #999;
}
a.underline {
    border-bottom: 1px solid #333;
	padding-bottom: 5px;
	transition: all 0.3s ease;
}
a.underline:hover {
    border-bottom: 1px solid #ccc;
}
a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.list_disc {
    margin-left: 1.5em;
    padding: 0;
	list-style-type: disc;
}
.list_decimal {
    margin-left: 1.5em;
    padding: 0;
	list-style-type: decimal;
}
.br_pc_non {
	display: none;
}
.br_sp_non {
	display: block;
}
@media only screen and ( max-width : 736px ) {
.br_pc_non {
	display: block;
}
.br_sp_non {
	display: none;
}
}

/*-----------------------------------
    inview
-----------------------------------*/

.inview {
    opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.8s;
}
.fade_in {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay: 0.5s;
}
.inview2 {
    opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.8s;
}
.fade_in2 {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay: 1s;
}
.inview2 {
    opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.8s;
}
.fade_in2 {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay: 1s;
}
.inview3 {
    opacity: 0;
	transform: translate(0,100px);
	-webkit-transform: translate(0,100px);
	transition: 1.3s;
}
.fade_in3 {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay: 0.8s;
}


/*-----------------------------------
    header
-----------------------------------*/

header {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 0 30px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 10000;
}
header.scroll {
	position: fixed;
	top: 0;
	left: 0;
}
#hdr_logo {
	padding-top: 25px;
}

@media only screen and ( max-width : 736px ) {
header {
	height: 60px;
	padding: 0 20px;
}
#hdr_logo {
	padding-top: 15px;
}
#hdr_logo img {
    width: 200px;
}
}

/*-----------------------------------
    footer
-----------------------------------*/

footer {
    clear: both;
	background-color: #333;
	color: #fff;
	padding: 50px 40px;
	position: relative;
}
footer h1 {
    line-height: 0;
    margin-bottom: 20px;
}
/*#clients_wrapp {
    background-color: #fff;
	padding: 80px 0;
}
#clients_h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
#clients_h3::after {
    content: "";
	display: block;
	width: 60px;
	height: 5px;
	background-color: #000;
	margin: 20px auto 0;
}
#clients_in {
    width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}*/

/*#ftr_wrapp {
    clear: both;
	background-color: #333;
	color: #fff;
	padding: 50px 40px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
    zoom: 1;
}
#ftr_l {
    width: 450px;
	float: left;
}
#ftr_l h1 {
    margin-bottom: 20px;
}*/
/*#ftr_r {
    float: right;
	text-align: right;
}
#ftr_r ul li {
    float: left;
	margin-left: 20px;
}
#ftr_r a {
    color: rgba(255, 255, 255, 1);
}
#ftr_r a:hover {
    color: rgba(255, 255, 255, 0.7);
}*/
#copy {
    color: #7b7b7b;
	position: absolute;
	right: 40px;
	bottom: 50px;
}

@media only screen and ( max-width : 736px ) {
footer {
	padding: 30px 20px;
}
footer h1 img {
    width: 200px;
}
#ftr_add {
    line-height: 1.6em;
	margin-bottom: 15px;
}
#copy {
	position: relative;
	right: auto;
	bottom: auto;
	text-align: center;
}
}

/*===================================
    Top
===================================*/

#main {
    clear: both;
    width: 100%;
	height: calc(100vh - 100px);
	background: url("../images/top/main.jpg") center no-repeat;
	background-size: cover;
	position: relative;
}
.margin_top {
    margin-top: 100px;
}
.main_txt {
    position: absolute;
	top: 50%;
	left: 80px;
    transform: translateY(-30%);
	opacity: 0;
	transition: 0.8s;
	z-index: 300;
}
.main_txt.main_txt_inview {
    transform: translateY(-50%);
	opacity: 1;
	transition-delay: 0.5s;
}
#main_copy_en {
    font-size: 6.5vw;
    line-height: 1em;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
	font-style: italic;
	margin-bottom: 30px;
}
#main_copy_ja {
    font-size: 2vw;
    color: #fff;
	font-style: italic;
}
#main_gradation {
    position: absolute;
	width: 100%;
	height: calc(100vh - 100px);
	z-index: 200;
	background: linear-gradient(45deg, rgba(0, 147, 210, 0.9), rgba(22, 59, 150, 0.9));
	mix-blend-mode: multiply;
}
#main video {
    width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 100;
}

@media only screen and ( max-width : 736px ) {
#main {
	height: calc(100vh - 60px);
}
.margin_top {
    margin-top: 60px;
}
.main_txt {
	left: 20px;
}
#main_copy_en {
    font-size: 9vw;
	margin-bottom: 20px;
}
#main_copy_ja {
    font-size: 5vw;
}
#main_gradation {
	height: calc(100vh - 60px);
}
}

/*-----------------------------------
    News
-----------------------------------*/

#top_news_wrapp {
    margin: 200px 0;
	background-color: #fff;
}
#top_news_in {
    width: 1100px;
	margin: 0 auto;
	position: relative;
}
#top_news_l {
    width: 30%;
	float: left;
}
#top_news_r {
    width: 70%;
	float: right;
	padding: 110px 0;
}
#top_news_h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
	font-style: italic;
	font-size: 57px;
	line-height: 1em;
	color: #002889;
	/*margin: -30px 0 40px;*/
	position: relative;
	top: -30px;
}
.btn_more_01 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
	font-size: 14px;
	width: 150px;
}
.btn_more_01 a {
    color: #002889;
	display: block;
	position: relative;
}
.btn_more_01 a:hover {
    color: #2553c3;
}
.btn_more_01 a::after {
    content: "";
	width: 35px;
	height: 5px;
	background-image: url("../images/common/arrow_pink.png");
	background-size: 35px 5px;
	background-repeat: no-repeat;
	position: absolute;
	left: 95px;
	top: 10px;
	transition: all 0.3s ease;
}
.btn_more_01 a:hover::after {
	left: 105px;
}
#rhombus_01 {
	position: absolute;
	left: -400px;
	bottom: -50px;
}
#top_news_r dl {
    font-size: 16px;
}
#top_news_r dt {
    float: left;
    width: 6em;
	padding: 10px 0;
}
#top_news_r dd {
    padding: 10px 0 10px 7.5em;
}

@media only screen and ( max-width : 736px ) {
#top_news_wrapp {
    margin: 70px 0 50px;
}
#top_news_in {
    width: 90%;
}
#top_news_l {
    width: 100%;
	float: none;
}
#top_news_r {
    width: 100%;
	float: none;
	padding: 20px 0 30px;
}
#top_news_h3 {
	font-size: 35px;
	position: relative;
	top: -20px;
}
.btn_more_01 a::after {
	left: 90px;
	top: 11px;
}
#rhombus_01 {
	display: none;
}
}

/*-----------------------------------
    採用情報バナー
-----------------------------------*/

#job_bnr_wrapp {
    clear: both;
	text-align: center;
    width: 1240px;
	margin: 0 auto 200px;
}
#top_employment_h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
	font-style: italic;
	font-size: 57px;
	line-height: 1em;
	color: #002889;
}
#job_bnr_in {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 50px;
}
.job_bnr {
    width: calc(33.33% - 10px);
	height: 145px;
	position: relative;
	background-color: #fff;
	background-image: url("../images/top/job_bnr_corner.gif");
	background-position: left top;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}
.job_bnr::after {
    content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: 0;
	top: 72px;
}
.job_bnr:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.job_bnr a {
    display: block;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.job_bnr a:hover {
    color: #000;
}
.job_bnr p {
    font-size: 18px;
	margin-bottom: 15px;
}
#bnr_official {
    display: block;
	line-height: 0;
	padding-top: 5px;
}
#bnr_hatarako {
    display: block;
	line-height: 0;
	position: relative;
	top: -5px;
}
#bnr_proseek {
    display: block;
	line-height: 0;
	padding-top: 5px;
}
#job_btm_txt {
    font-size: 16px;
}

@media only screen and ( max-width : 736px ) {
#job_bnr_wrapp {
    width: 90%;
	margin: 0 auto 50px;
}
#top_employment_h3 {
	font-size: 35px;
}
#job_bnr_in {
	display: block;
	padding: 30px 0 20px;
}
.job_bnr {
    width: 100%;
	height: 110px;
	margin-bottom: 10px;
}
.job_bnr::after {
	top: 55px;
}
.job_bnr a {
	padding-top: 15px;
}
.job_bnr p {
    font-size: 14px;
	margin-bottom: 10px;
}
#bnr_official {
	padding-top: 0px;
}
#bnr_proseek {
	padding-top: 0px;
}
#job_btm_txt {
    font-size: 14px;
}
}

/*-----------------------------------
    Top Message
-----------------------------------*/

#top_message_wrapp {
    clear: both;
	height: 770px;
	overflow: hidden;
	margin-bottom: 150px;
}
#top_message_in {
    width: 1100px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}
.top_message_img {
    width: 530px;
	height: 600px;
	overflow: hidden;
    position: absolute;
	left: 0;
	top: 200px;
	opacity: 0;
	z-index: 300;
	line-height: 0;
	transition: 1s;
	transition-delay: 0.3s;
	z-index: 200;
}
.top_message_img.top_img_inview {
    top: 0;
	opacity: 1;
    transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.top_message_img img {
    opacity: 0;
	width: 130%;
	height: 130%;
	transition: 1s;
	transition-delay: 0.8s;
}
.top_message_img.top_img_inview img {
    opacity: 1;
	width: 100%;
	height: 100%;
}
#top_message_box {
    width: 630px;
	height: 500px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 100;
}
#top_message_h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
	font-style: italic;
	font-size: 57px;
	line-height: 1em;
	color: #002889;
	position: absolute;
	right: -50px;
	top: -30px;
}
#top_message_txt {
    font-size: 55px;
	font-style: italic;
	line-height: 1.4em;
	letter-spacing: -0.08em;
	padding: 150px 0 0 100px;
}
#rhombus_02 {
    position: absolute;
	right: -300px;
	bottom: -80px;
}
.btn_more_02 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
	font-size: 14px;
	width: 150px;
	position: absolute;
	right: 40px;
	bottom: 60px;
}
.btn_more_02 a {
    color: #002889;
	display: block;
	position: relative;
}
.btn_more_02 a:hover {
    color: #2553c3;
}
.btn_more_02::after {
    content: "";
	width: 35px;
	height: 5px;
	background-image: url("../images/common/arrow_pink.png");
	background-size: 35px 5px;
	background-repeat: no-repeat;
	position: absolute;
	left: 95px;
	top: 10px;
	transition: all 0.3s ease;
}
.btn_more_02:hover::after {
	left: 105px;
}

@media only screen and ( max-width : 736px ) {
#top_message_wrapp {
	height: 400px;
	margin-bottom: 50px;
}
#top_message_in {
    width: 90%;
	height: 400px;
}
.top_message_img {
    width: 250px;
	height: 283px;
	position: relative;
	z-index: 100;
}
#top_message_box {
    width: 280px;
	height: 150px;
	right: 0;
	top: 200px;
	z-index: 200;
}
#top_message_h3 {
	font-size: 35px;
	right: 10px;
	top: -20px;
}
#top_message_txt {
    font-size: 25px;
	letter-spacing: 0;
	padding: 30px 0 0 20px;
}
#rhombus_02 {
	right: -100px;
	bottom: -50px;
}
#rhombus_02 img {
    width: 400px;
}
.btn_more_02 {
	right: 0;
	bottom: 10px;
}
.btn_more_02::after {
	left: 90px;
	top: 11px;
}
}

/*-----------------------------------
    Top Bnr
-----------------------------------*/

#top_bnr_wrapp {
    width: 1240px;
	margin: 0 auto 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bnr_about, #bnr_business, #bnr_efforts, #bnr_access {
	width: 590px;
	height: 380px;
	position: relative;
	overflow: hidden;
}
#top_bnr_wrapp div:nth-child(2n) {
    margin-top: 60px;
}
#bnr_about::after, #bnr_business::after, #bnr_efforts::after, #bnr_access::after {
    content: "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 190px;
	z-index: 200;
}
.top_bnr_in {
    position: absolute;
    top: 43%;
    left: 30px;
	z-index: 200;
}
#top_bnr_wrapp div a {
    display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
#top_bnr_wrapp h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
	font-style: italic;
    font-size: 33px;
}
#top_bnr_wrapp h3 span {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
	display: block;
}
.bnr_btm_txt {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
	font-style: italic;
    font-size: 115px;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.08);
	position: absolute;
	right: 0;
	bottom: -18px;
	z-index: 200;
	transition: all 0.5s ease;
}
.bnr_btm_txt_02 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
	font-style: italic;
    font-size: 115px;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.08);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 200;
	transition: all 0.5s ease;
}
#top_bnr_wrapp a:hover .bnr_btm_txt {
    color: rgba(255, 255, 255, 0.2);
}
#top_bnr_wrapp a:hover .bnr_btm_txt_02 {
    color: rgba(255, 255, 255, 0.2);
}
.top_bnr_img {
	line-height: 0;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#top_bnr_wrapp img {
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}
#top_bnr_wrapp a:hover img {
	transform: scale(1.1);
}

@media only screen and ( max-width : 736px ) {
#top_bnr_wrapp {
    width: 90%;
	margin: 0 auto 50px;
}
#bnr_about, #bnr_business, #bnr_efforts, #bnr_access {
	width: calc(50% - 5px);
	height: 100px;
}
#top_bnr_wrapp div:nth-child(2n) {
    margin-top: 20px;
}
#bnr_about::after, #bnr_business::after, #bnr_efforts::after, #bnr_access::after {
	width: 20px;
	top: 50px;
}
.top_bnr_in {
    top: 25px;
    left: 20px;
}
#top_bnr_wrapp h3 {
    font-size: 22px;
}
#top_bnr_wrapp h3 span {
    font-size: 12px;
	line-height: 1.4em;
}
.bnr_btm_txt {
    font-size: 30px;
	line-height: 1em;
	bottom: -5px;
}
.bnr_btm_txt_02 {
    font-size: 30px;
}
}

/*===================================
    Message
===================================*/

#page_title_wrapp {
	height: 350px;
	background: linear-gradient(45deg, #0093d2, #163b96);
	position: relative;
}
.page_title_h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
	font-style: italic;
    font-size: 33px;
	color: #fff;
	padding: 160px 0 0 80px;
	opacity: 0;
	transition: 0.8s;
}
.page_title_h2 span {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
	display: block;
	margin-top: 5px;
}
.page_title_h2.title_h2_in {
	padding: 130px 0 0 80px;
	opacity: 1;
	transition-delay: 0.8s;
}
.page_title_p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
	font-style: italic;
	font-size: 9vw;
	color: rgba(255, 255, 255, 0.05);
	position: absolute;
	left: 50px;
	top: 42%;
	opacity: 0;
	transition: 0.8s;
}
.page_title_p.title_p_in {
	left: 0;
	opacity: 1;
	transition-delay: 0.3s;
}
.page_title_p_02 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
	font-style: italic;
	font-size: 9vw;
	color: rgba(255, 255, 255, 0.05);
	position: absolute;
	left: 50px;
	top: 42%;
	opacity: 0;
	transition: 0.8s;
}
.page_title_p_02.title_p_in {
	left: 0;
	opacity: 1;
	transition-delay: 0.3s;
}
/*#contents_wrapp {
    clear: both;
	padding: 100px 0;
}*/
.contents_wrapp {
    clear: both;
	padding: 100px 0;
	opacity: 0;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	transition: 0.8s;
}
.contents_wrapp.contents_fadein {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition-delay: 1.3s;
}
.message_img {
    max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	line-height: 0;
}
.message_img img {
	width: 100%;
}
.message_wrapp_01 {
    width: 800px;
	margin: 0 auto;
	padding: 80px;
}
/*.message_txt_01 {
    width: 700px;
	margin: 0 auto;
}*/
#message_name {
    text-align: right;
	margin-top: 50px;
}
#message_name img {
    width: 118px;
}
.message_wrapp_02 {
    width: 900px;
	margin: 0 auto;
	padding: 80px 0;
}
.message_wrapp_03 {
    width: 900px;
	margin: 0 auto;
	padding: 80px 0 50px;
}
.message_h3_01 {
   font-size: 33px;
   font-weight: normal;
   line-height: 1.6em;
   margin-bottom: 60px;
}
.message_txt_02 {
	padding-left: 320px;
}

@media only screen and ( max-width : 736px ) {
#page_title_wrapp {
	height: 200px;
}
.page_title_h2 {
	padding: 100px 0 0 30px;
}
.page_title_h2.title_h2_in {
	padding: 70px 0 0 30px;
}
.page_title_p {
	font-size: 16vw;
}
.page_title_p_02 {
	font-size: 14vw;
}
.contents_wrapp {
	padding: 50px 0;
}
.message_img {
    max-width: 90%;
	min-width: 90%;
}
.message_wrapp_01 {
    width: 90%;
	padding: 0;
}
#message_name {
	margin-top: 10px;
}
#message_name img {
    width: 100px;
}
.message_wrapp_02 {
    width: 90%;
	padding: 30px 0;
}
.message_wrapp_03 {
    width: 90%;
	padding: 30px 0 0;
}
.message_h3_01 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 20px;
}
.message_txt_02 {
	padding-left: 0;
}
}

/*===================================
    Access
===================================*/

.map {
    max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
}
.map iframe {
    height: 500px;
}
.access_add {
    width: 1000px;
	margin: 40px auto 60px;
    position: relative;
}
.access_add h3 {
    font-size: 20px;
	margin-bottom: 20px;
}
.access_add h3::after {
    content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #000;
	margin-top: 20px;
}
.map_btn {
    width: 190px;
	height: 50px;
	background: linear-gradient(45deg, #0093d2, #163b96);
	border-radius: 25px;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.map_btn a {
    display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
}
.map_btn a::after {
    content: "";
	display: block;
	width: 35px;
	height: 5px;
	background-image: url("../images/common/arrow_white.png");
	background-size: 35px 5px;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 22px;
	margin-left: 5px;
	transition: all 0.3s ease;
}
.map_btn a:hover::after {
	right: 25px;
}

@media only screen and ( max-width : 736px ) {
.map {
    max-width: 90%;
	min-width: 90%;
}
.map iframe {
    height: 250px;
}
.access_add {
    width: 90%;
	margin: 20px auto 40px;
}
.map_btn {
	position: relative;
	right: auto;
	top: auto;
	margin-top: 20px;
}
.map_btn a {
    display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
}
.map_btn a::after {
    content: "";
	display: block;
	width: 35px;
	height: 5px;
	background-image: url("../images/common/arrow_white.png");
	background-size: 35px 5px;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 22px;
	margin-left: 5px;
	transition: all 0.3s ease;
}
.map_btn a:hover::after {
	right: 25px;
}
}

/*===================================
    About
===================================*/

#about_logo {
    text-align: center;
	line-height: 0;
	margin-bottom: 50px;
}
#about_txt_01 {
    font-size: 30px;
	line-height: 1.8em;
	text-align: center;
}
#concept_wrapp {
    max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
    display: flex;
	justify-content: space-between;
}
.concept_in {
    width: 290px;
	height: 290px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(5, 128, 197, 0.23);
	position: relative;
}
.concept_in div {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.concept_txt_01, .concept_txt_02, .concept_txt_03, .concept_txt_04 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
	font-style: italic;
	font-size: 50px;
	line-height: 1em;
    color: #028acc;
}
.concept_txt_01 span, .concept_txt_02 span, .concept_txt_03 span, .concept_txt_04 span {
    font-size: 90px;
	font-weight: 600;
}
.concept_txt_01 span { letter-spacing: -0.05em;}
.concept_txt_02 span { letter-spacing: 0em;}
.concept_txt_03 span { letter-spacing: -0.08em;}
.concept_txt_04 span { letter-spacing: -0.1em;}
.concept_txt_05 {
    font-size: 20px;
	margin-top: 10px;
}
#about_txt_wrapp {
    width: 1000px;
	margin: 0 auto;
}
#about_logo_mark {
    text-align: center;
	line-height: 0;
	margin-bottom: 80px;
}
.about_h3_01 {
    font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.about_h3_02 {
    font-size: 24px;
	margin-bottom: 20px;
}
.about_h3_02 span {
    font-size: 18px;
}
.about_txt_01 {
    margin-bottom: 50px;
}

@media only screen and ( max-width : 736px ) {
#about_logo {
	margin-bottom: 30px;
}
#about_logo img {
    width: 150px;
}
#about_txt_01 {
    font-size: 20px;
}
#concept_wrapp {
    max-width: 90%;
	min-width: 90%;
	padding: 30px 0 50px;
	flex-wrap: wrap;
	justify-content: center;
}
.concept_in {
    width: 160px;
	height: 160px;
}
#concept_wrapp div:nth-child(-n+2) {
    margin-bottom: 10px;
}
#concept_wrapp div:nth-child(odd) {
    margin-right: 10px;
}
.concept_txt_01, .concept_txt_02, .concept_txt_03, .concept_txt_04 {
	font-size: 30px;
}
.concept_txt_01 span, .concept_txt_02 span, .concept_txt_03 span, .concept_txt_04 span {
    font-size: 40px;
}
.concept_txt_05 {
    font-size: 14px;
	margin-top: 5px;
}
#about_txt_wrapp {
    width: 90%;
}
#about_logo_mark {
	margin-bottom: 40px;
}
#about_logo_mark img {
	width: 80%;
}
.about_h3_02 {
    font-size: 20px;
	margin-bottom: 15px;
}
.about_h3_02 span {
    font-size: 16px;
}
.about_txt_01 {
    margin-bottom: 30px;
}
}

/*===================================
    Business
===================================*/

/*-----------------------------------
    01
-----------------------------------*/

#wrapp_1000 {
    clear: both;
    width: 1000px;
	margin: 0 auto;
}
#business_navi_wrapp {
    width: 100%;
	margin: 0 auto 80px;
	overflow: hidden;
    zoom: 1;
}
#business_navi li {
	width: calc(25% - 1px);
	height: 75px;
	padding-top: 13px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	line-height: 1.6em;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	position: relative;
	
}
#business_navi li:nth-child(n+3) {
    padding-top: 23px;
}
#business_navi li span {
    display: block;
    font-size: 12px;
}
#business_navi li:last-child {
    width: 25%;
	border-right: none;
}
#business_navi li.navi_active {
    border-bottom: 3px solid #002889;
}
#business_navi li a {
    display: block;
	
}
#business_navi li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #002889;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#business_navi li a:hover::after{
    -webkit-transform: scaleX(1);   
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
#h2_01 {
    clear: both;
	font-size: 28px;
	text-align: center;
	margin-bottom: 100px;
}
#h2_01 span {
	font-size: 20px;
}
#system_l {
    width: 450px;
	float: left;
}
#system_r {
    width: 469px;
	float: right;
	line-height: 0;
	margin-bottom: 50px;
}
.h3_01 {
    clear: both;
    font-size: 24px;
	margin-bottom: 30px;
}
.h3_02 {
    clear: both;
    font-size: 24px;
	margin-bottom: 50px;
}
#merit_title {
    width: auto;
	float: left;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
	font-style: italic;
    font-size: 130px;
	line-height: 0.7em;
	color: #002889;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.merit_wrapp {
    width: 850px;
	float: right;
	margin-bottom: 60px;
}
.merit_box {
    background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
    zoom: 1;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.merit_number {
    width: 100px;
	font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
	font-style: italic;
	font-size: 30px;
	color: #002889;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	display: table-cell;
    vertical-align: middle;
}
.merit_txt_box {
    width: calc(100% - 100px);
	border-left: 1px solid #ddd;
	box-sizing: border-box;
	padding-left: 20px;
	display: table-cell;
    vertical-align: middle;
}
#industry_img {
    line-height: 0;
	margin: 40px 0 80px;
}
.merit_txt_box h3 {
    font-size: 20px;
	margin-bottom: 10px;
}
.business_list {
    border-top: 1px solid #ccc;
	margin-bottom: 80px;
}
.business_list dt {
    float: left;
    width: 16em;
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
}
.business_list dd {
    padding: 15px 0 15px 17em;
	border-bottom: 1px solid #ccc;
}
#flow_title {
    width: auto;
	height: 850px;
	float: right;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
	font-style: italic;
    font-size: 110px;
	line-height: 0.7em;
	color: #002889;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.flow_wrapp {
    width: 850px;
	float: left;
	margin-bottom: 60px;
}

@media only screen and ( max-width : 736px ) {
#wrapp_1000 {
    width: 90%;
}
#business_navi_wrapp {
	margin: 0 auto 60px;
}
#business_navi li {
	width: calc(50% - 1px);
	border-right: none;
	margin-bottom: 1px;
}
#business_navi li:nth-child(odd) {
    border-right: 1px solid #ddd;
}
#business_navi li:last-child {
    width: 50%;
}
#h2_01 {
	font-size: 24px;
	margin-bottom: 50px;
}
#h2_01 span {
	font-size: 18px;
}
#system_l {
    width: 100%;
	float: none;
	margin-bottom: 20px;
}
#system_r {
    width: 100%;
	float: none;
	margin-bottom: 40px;
	text-align: center;
}
#system_r img {
    width: 80%;
}
.h3_01 {
    font-size: 20px;
	margin-bottom: 20px;
}
.h3_02 {
    font-size: 20px;
	margin-bottom: 20px;
}
#merit_title {
    display: none;
}
.merit_wrapp {
    width: 100%;
	float: none;
	margin-bottom: 40px;
}
.merit_box {
	padding: 20px;
}
.merit_number {
    width: 50px;
	font-size: 25px;
	padding-left: 3px;
	padding-top: 5px;
    vertical-align: top;
}
.merit_txt_box {
    width: calc(100% - 50px);
	padding-left: 15px;
}
#industry_img {
    line-height: 0;
	margin: 20px 0 40px;
}
#industry_img img {
    width: 100%;
}
.merit_txt_box h3 {
    font-size: 18px;
}
.business_list {
	margin-bottom: 40px;
}
.business_list dt {
    float: none;
    width: 100%;
	padding: 15px 0 5px 10px;
	font-size: 16px;
	font-weight: bold;
}
.business_list dd {
    padding: 0 0 15px 10px;
}
#flow_title {
    display: none;
}
.flow_wrapp {
    width: 100%;
	float: none;
	margin-bottom: 0;
}
}

/*-----------------------------------
    02
-----------------------------------*/

#prmc_wrapp {
    margin-top: 30px;
    overflow: hidden;
    zoom: 1;
}
#prmc_img {
    float: left;
}
#prmc_txt_wrapp {
    width: 560px;
	float: right;
	padding-top: 30px;
}
#prmc_title_wrapp {
    margin-bottom: 30px;
}
#prmc_arrow {
    width: 123px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
    background: url("../images/business/prmc_bg.png") center no-repeat;
	font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 20px;
	margin-right: 15px;
}
#prmc_title {
    display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
}
.prmc_box {
    background-color: #fff;
	padding: 15px 15px 15px 20px;
	margin-bottom: 10px;
}
.prmc_h3 {
    font-size: 20px;
	width: 100px;
    display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	margin-right: 20px;
}
.prmc_h3 span {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
	color: #0cc5ab;
	display: inline-block;
	width: 20px;
	margin-right: 10px;
}
.prmc_box p {
    font-size: 16px;
    display: inline-block;
	vertical-align: middle;
}
#business_02_01 {
    text-align: center;
	line-height: 0;
}
#dispatch_type_wrapp {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
    overflow: hidden;
    zoom: 1;
}
.dispatch_type_box {
    width: 490px;
}
.dispatch_type_h3 {
    font-size: 18px;
	color: #fff;
	padding: 13px 0 13px 30px;
    background: linear-gradient(45deg, #0093d2, #163b96);
}
.dispatch_type_in {
    height: 100%;
    background-color: #fff;
	padding: 25px 30px;
}
.dispatch_type_txt_01 {
    margin-bottom: 20px;
}
.dispatch_type_txt_01 span {
    font-size: 12px;
}
.dispatch_type_h4 {
    font-size: 16px;
	margin-bottom: 10px;
}
.team_flow_box {
    background-color: #ebf5f9;
	padding: 8px;
	text-align: center;
}
.triangle3{
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  margin: 5px auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}

@media only screen and ( max-width : 736px ) {
#prmc_wrapp {
    margin-top: 20px;
}
#prmc_img {
    float: none;
}
#prmc_img img {
    width: 100%;
}
#prmc_txt_wrapp {
    width: 100%;
	float: none;
	padding-top: 20px;
}
#prmc_title_wrapp {
    margin-bottom: 20px;
}
#prmc_title {
    display: block;
	font-size: 20px;
	padding-top: 10px;
}
.prmc_h3 {
    font-size: 18px;
	width: 100%;
    display: block;
	border-right: none;
	margin-right: 0;
}
.prmc_h3 span {
    font-size: 24px;
}
.prmc_box p {
    font-size: 14px;
    display: block;
	padding-top: 5px;
}
#business_02_01 img {
    width: 80%;
}
#dispatch_type_wrapp {
    display: block;
	margin-bottom: 40px;
}
#dispatch_type_wrapp div:first-child {
    margin-bottom: 20px;
}
.dispatch_type_box {
    width: 100%;
}
.dispatch_type_h3 {
	padding: 13px 0 13px 20px;
}
.dispatch_type_in {
	padding: 20px;
}
}

/*-----------------------------------
    03
-----------------------------------*/

.h3_04 {
    clear: both;
    font-size: 24px;
	margin: 50px 0;
}
#business_03_01 {
    text-align: center;
	line-height: 0;
	margin-top: 30px;
}
#utilize_wrapp {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    overflow: hidden;
    zoom: 1;
}
.utilize_box {
    width: 490px;
}
.utilize_h3 {
    font-size: 18px;
	color: #fff;
	padding: 13px 0 13px 30px;
    background: linear-gradient(45deg, #0093d2, #163b96);
}
.utilize_in {
    height: 100%;
    background-color: #fff;
	padding: 25px 30px;
}

@media only screen and ( max-width : 736px ) {
.h3_04 {
    font-size: 20px;
	margin: 40px 0 30px;
}
#business_03_01 {
	margin-top: 20px;
}
#business_03_01 img {
    width: 100%;
}
#utilize_wrapp {
    display: block;
}
.utilize_box {
    width: 100%;
}
.utilize_box:first-child {
    margin-bottom: 10px;
}
.utilize_h3 {
	padding: 13px 0 13px 20px;
}
.utilize_in {
	padding: 20px;
}
}

/*-----------------------------------
    04
-----------------------------------*/

#commission_wrapp {
    background-color: #fff;
	padding: 30px;
	margin: 30px 0 70px;
	overflow: hidden;
    zoom: 1;
}
#commission_img {
    float: left;
	line-height: 0;
}
#commission_r {
    float: right;
	width: 455px;
}
#commission_r h3 {
    font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
#commission_list_01 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#commission_list_01 p {
    width: calc(50% - 5px);
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-align: center;
    background: linear-gradient(45deg, #0093d2, #163b96);
	border-radius: 5px;
	margin-bottom: 10px;
}
.commission_table {
    width: 100%;
    text-align: center;
	border-left: solid #ddd 1px;
}
.commission_table th {
	background-color: #717171;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}
.commission_table td {
	width: 33.33%;
	border-right: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
	background-color: #ffffff;
	padding: 10px;
	box-sizing: border-box;
}
#commission_list_02 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#commission_list_02 p {
    width: calc(33.33% - 7px);
	height: 65px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 65px;
	text-align: center;
    background: linear-gradient(45deg, #0093d2, #163b96);
	border-radius: 10px;
	margin-bottom: 10px;
}
#commission_list_02 p:nth-child(3n) {
}

@media only screen and ( max-width : 736px ) {
#commission_wrapp {
    background-color: #fff;
	padding: 20px;
	margin: 20px 0 40px;
}
#commission_img {
    float: none;
	margin-bottom: 20px;
}
#commission_img img {
    width: 100%;
}
#commission_r {
    float: none;
	width: 100%;
}
#commission_r h3 {
    font-size: 18px;
}
#commission_list_01 p {
	font-size: 13px;
}
.commission_table th {
	padding: 10px;
}
.commission_table td {
	line-height: 1.6em;
}
#commission_list_02 {
	margin-top: 20px;
}
#commission_list_02 p {
    width: calc(50% - 5px);
	height: 50px;
	font-size: 16px;
	line-height: 50px;
}
}

/*===================================
    Company
===================================*/

.outline_list {
    border-bottom: 1px solid #ccc;
	margin-bottom: 80px;
	overflow: hidden;
    zoom: 1;
}
.outline_list dt {
    display: block;
	clear: left;
    float: left;
    width: 200px;
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}
.outline_list dd {
    display: block;
	float: left;
	width: 800px;
    padding: 15px 0;
	border-top: 1px solid #ccc;
}
.history_list {
    border-top: 1px solid #ccc;
	margin-bottom: 80px;
}
.history_list dt {
    float: left;
    width: 7em;
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
}
.history_list dd {
    padding: 15px 0 15px 8em;
	border-bottom: 1px solid #ccc;
}
#clients_l {
    width: calc(50% - 10px);
	float: left;
	margin: 0 20px 30px 0;
}
#clients_r {
    width: calc(50% - 10px);
	float: right;
	margin-bottom: 30px;
}
.clients_list {
    margin-left: 1.5em;
    padding: 0;
	list-style-type: disc;
}
.clients_list_h4 {
    font-size: 16px;
	margin-top: 10px;
}
#clients_btm_txt {
    clear: both;
	text-align: right;
}

@media only screen and ( max-width : 736px ) {
.outline_list {
	margin-bottom: 50px;
}
.outline_list dt {
    width: 35%;
	padding: 15px 20px 15px 10px;
}
.outline_list dd {
	width: 65%;
}
/*.outline_list {
	margin-bottom: 50px;
}
.outline_list dt {
    float: left;
    width: 8em;
}
.outline_list dd {
    padding: 15px 0 15px 9em;
}*/
.history_list {
	margin-bottom: 50px;
}
#clients_l {
	margin: 0 20px 10px 0;
}
#clients_r {
	margin-bottom: 10px;
}
.clients_list li {
    line-height: 1.6em;
	margin-bottom: 5px;
}
}

/*===================================
    Efforts
===================================*/

.h3_03 {
    clear: both;
    font-size: 24px;
	margin: 50px 0 20px;
}
.table_license {
    width: 100%;
    border: solid #d6d6d6 1px;
	border-bottom: none;
	border-right: none;
	background-color: rgba(255, 255, 255, 0.3);
}
.table_license td {
    width: 50%;
	box-sizing: border-box;
	text-align: center;
    border-bottom: solid #d6d6d6 1px;
    border-right: solid #d6d6d6 1px;
	padding: 15px;
}
#shikaku_bnr img {
	transition: all 0.3s ease;
}
#shikaku_bnr img:hover {
    opacity: 0.8;
}

@media only screen and ( max-width : 736px ) {
.h3_03 {
    font-size: 20px;
	margin: 30px 0 15px;
}
.table_license {
    line-height: 1.4em;
}
}

/*===================================
    Contact
===================================*/

.contact_txt_01 {
    font-size: 18px;
	line-height: 2em;
    text-align: center;
    margin-bottom: 50px;
}
.table_form {
	width: 100%;
	border-top: 1px solid #ddd;
}
.table_form th {
	width: 25%;
	padding: 20px 0 20px 15px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	font-weight: normal;
}
.table_form td {
	width: 75%;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.table_form input {
	border: 1px solid #ddd;
    padding: 10px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px 0px #f2f2f2 inset;
}
.table_form textarea {
	border: 1px solid #ddd;
    padding: 8px 10px;
	resize: none;
	width: 500px;
	height: 200px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px 0px #f2f2f2 inset;
}
#form_btm_txt {
    padding: 50px 0;
	text-align: center;
}
#submit_wrapp {
    text-align: center;
}
.btn_submit {
	width: 300px;
	height: 65px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	outline: none;
	background-color: #484848;
	border: none;
	cursor: pointer;
	color: #FFF;
	transition: all .3s ease;
}
.btn_submit:hover {
	background-color: #5c5c5c;
}

@media only screen and ( max-width : 736px ) {
.contact_txt_01 {
    font-size: 16px;
	line-height: 1.8em;
    text-align: left;
	margin-bottom: 30px;
}
.table_form th {
	display: block;
	width: 100%;
	padding: 20px 0 10px;
	border-bottom: none;
	font-weight: bold;
}
.table_form td {
	display: block;
	width: 100%;
	padding: 0 0 20px;
}
.table_form input[type="text"] {
	width: 100%;
}
.table_form textarea {
	width: 100%;
	height: 150px;
}
#form_btm_txt {
    padding: 30px 0;
}
.btn_submit {
	width: 270px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
}
}

/*===================================
    News
===================================*/

#news_index_list {
    border-top: 1px solid #ddd;
}
#news_index_list dt {
    float: left;
    width: 6em;
	padding: 20px 0;
}
#news_index_list dd {
    padding: 20px 0 20px 7.5em;
	border-bottom: 1px solid #ddd;
}
.postinfo {
    color: #a2a2a2;
	margin-bottom: 30px;
}
.news_article {
    margin-bottom: 100px;
}

/*---------- pager_01 ----------*/

#pager_01 {
	clear: both;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	padding-top: 80px;
}
#pager_01 a.page-numbers {
    display: inline-block;
	padding: 2px 11px;
	background-color: #d2dffe;
	margin: 5px 2px;
}
#pager_01 span.current {
    display: inline-block;
	padding: 2px 11px;
	background: #163b96;
    color: #FFFFFF;
	margin: 5px 2px;
}
#pager_01 a.next, #pager_01 a.prev {
	padding: 0;
	background: none;
	margin: 0 5px;
}

/*---------- pager_02 ----------*/

#pager_02 {
	clear: both;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and ( max-width : 736px ) {
.postinfo {
	margin-bottom: 20px;
}
.news_article {
    margin-bottom: 50px;
}
.news_article img {
    width: 100%;
	height: auto;
}

#pager_01 {
	padding-top: 40px;
}
}

/*===================================
    Privacy Policy
===================================*/

.h2_02 {
    clear: both;
	font-size: 28px;
	text-align: center;
	margin-bottom: 70px;
}
.h2_03 {
    clear: both;
	font-size: 28px;
	text-align: center;
	margin: 70px 0;
}
.h4_01 {
    clear: both;
	font-size: 18px;
	margin: 30px 0 15px;
}
/*.h5_01 {
    clear: both;
	font-size: 16px;
	margin: 10px 0 10px;
}*/
.privacy_txt_01 {
    text-align: right;
}

@media only screen and ( max-width : 736px ) {
.h2_02 {
	font-size: 22px;
	margin-bottom: 40px;
}
.h2_03 {
	font-size: 22px;
	margin: 40px 0;
}
.h4_01 {
	margin: 20px 0 10px;
}
}