
/* =========================================================
 reset
========================================================= */
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
i {
	font-family: 'ionicons';
	font-style: normal;
}
/* =========================================================
 base 
========================================================= */
.wrapper {
	margin: 0 auto;
	width: 800px;
}
/* font-base */
html {
	font-size: 16px;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	color: #172a7a;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
}
 @keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/* link */
a {
	color: #172a7a;
	text-decoration: none;
}
a:visited {
	color: #172a7a;
}
a:hover {
	color: #172a7a;
}
a:active {
	color: #172a7a;
}
a img {
	-webkit-transition: opacity, 300ms;
	transition: opacity, 300ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.tel-link {
	cursor: default;
	pointer-events: none;
	color: #000;
}
/* fadein */
.fade{
	transition: .8s;
}
.fade-item{
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px); 
	transition: .6s;
}
.fade-on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: .6s;
}

@media screen and (max-width: 768px) {
.tel-link {
	pointer-events: auto;
}
}
img {
	max-width: 100%;
	height: auto;
}
/* clear */
.cf {
 *zoom: 1;
}
.cf::before, .cf::after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* sppc */
.only-pc {
	display: block;
}
.only-sp {
	display: none;
}

@media screen and (max-width: 768px) {
.only-pc {
	display: none;
}
.only-sp {
	display: block;
}
}
.en-300 {
	font-family: 'dinLight', sans-serif;
	font-weight: 300;
}
.en-400 {
	font-family: 'dinLight', sans-serif;
	letter-spacing: 0.06em;
}
.en-700 {
	font-family: 'din', sans-serif;
}
/* =========================================================
 dropmenu
========================================================= */
header{
	position: relative;
}
.global {
	position: absolute;
	right: 100px;
	top: 12px;
	text-align: right;
	font-size: 14px;
  letter-spacing: 0.06em;
}
.global li {
list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}
.global li:after {
    content: "/";
    position: absolute;
    right: -6px;
    top: 0;
    color: #c8c8cb;
    font-weight: 600;
}
.global li:last-child:after{
display: none;
}
.global li a {
display: block;
  width: 100%;
      font-weight: 600;
  transition: .4s;
}
.global li a:hover {
text-decoration: underline;
  transition: .4s;
}


/* =========================================================
 Layout 
========================================================= */

.pdf-link a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    display: block;
    border: #fff solid 1px;
    box-sizing: border-box;
}
.pdf-link a:hover {
    color: #10257b;
background: #fff;
}
.pdf-link2 {
    clear: both;
    padding-top: 20px;
}
.pdf-link2 a {
color: #10257b;
    font-size: 13px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    clear: both;
    text-decoration: underline;
}


.logo {
	width: 190px;
    margin: 26px 36px;
}


.lead-copy {
    margin: 0px 100px;
    position: relative;
    box-sizing: border-box;
    height: 100vh;
}
.lead-copy h1 {
   position: absolute;
    font-size: 5.8vw;
	font-weight: 400;
    left: 0;
    letter-spacing: 0.2em;
	    top: 48%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%) ;
}


.lead-copy .text-wrap {
    position: absolute;
    font-weight: bold;
    font-size: 15px;
    right: 0;
    letter-spacing: 0.05em;
    line-height: 2.3;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%) ;
}


.lead-copy .text-wrap p {
    margin-bottom: 30px;
}


.inner {
	width: 80%;
    max-width: 1400px;
	margin: 0 auto;
}

#content {

}

.sec-title{
    font-size: 40px;
    padding-top: 140px;
    margin-bottom: 20px;    
	font-weight: 400;

}
.title-line{
	width: 100px;
	height: 2px;
	background: #172a7a;
	margin-bottom: 60px;	
}
.lead-text {
	font-size: 17px;
	margin-bottom: 70px;
	font-weight: bold;
	    line-height: 2;
	    font-weight: 400;
}
#top-info p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

#top-info .data {
    font-size: 14px;
    padding-bottom: 20px;
}

#top-info .coution {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
#top-service li{
    width: 33.3%;
    display: table-cell;
    background: #333;
    margin-right: 2%;
    padding: 40px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

#top-service li:nth-child(3n){
	margin-right: 0%;
}
#top-service li.media{
	background: #172a7a;
}
#top-service li.sales{
	background: #2b3f92;
}
#top-service li.corporate{
	background: #172a7a;
}
#top-service li h3{
    font-size: 22px;
    margin: 10px 0;
	    font-weight: 400;
	
}
#top-service li h4 {
    font-size: 13px;
    margin-bottom: 20px;
}

#top-service li .line{
    width: 100px;
    height: 2px;
    margin: 0 auto 30px;
    background: #fff;
}
#top-service li p{
text-align: left;
    font-size: 14px;
    line-height: 2.0;
    letter-spacing: 0.04em;
}#top-service li ol {
margin-top: 30px;
}
#top-service li ol li {
    width: 100%;
    height: auto;
    font-size: 12px;
    display: block;
    background: none;
    margin-right: 0%;
    float: none;
    padding: 7px 3px;
    border-top: #4f5c94 solid 1px;
    color: #fff;
    line-height: 1.3;
    box-sizing: border-box;
    text-align: left;
}
.recruit-list li{
	width: 31%;
	margin-right: 3%;
	float: left;
	box-sizing: border-box;
}
.recruit-list li:nth-child(3n){
	margin-right: 0%;
}


.recruit-list li h4{
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    margin: 20px 0;
    line-height: 1.5;
}
.recruit-list li .line{
    width: 50px;
    height: 2px;
    background: #172a7a;
    margin-bottom: 15px;
}
.recruit-list li .name{
font-size: 16px;
	margin-bottom: 10px;
	    font-weight: 500;
}
.recruit-list li .job{
font-size: 13px;
	    font-weight: 500;
      line-height: 1.5;
}
.recruit-link {
    clear: both;
    margin: 120px auto;
}
.recruit-link li {
    width: 48%;
    float: left;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin: 1%;
}
.recruit-link li .nolink {
    padding-top: 30px;
    
    color: #172a7a;
    display: block;
    line-height: 1.5;
    height: 100px;
    box-sizing: border-box;
		border: #172a7a solid 1px;
}
.recruit-link li .note {
display: block;
	font-size: 13px;
	letter-spacing: 0.05em;
}

.recruit-link li a {
    display: block;
    background: #f5f7ff;
    color: #172a7a;
    height: 100px;
    box-sizing: border-box;
    padding-top: 40px;
    letter-spacing: 0.08em;
    border: #172a7a solid 2px;
}
  .recruit-link li a.footer-career {
   
}

.recruit-link li a:hover {
    background: #172a7a;
    color: #fff;
	transition: .3s;
	
}


.inner-50 {
	width: 47%;
	box-sizing: border-box;
}
.inner-54 {
	width: 54%;
	box-sizing: border-box;
}
.inner-40 {
	width: 40%;
	box-sizing: border-box;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
#top-about h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.media-list li {
display: block;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    line-height: 2;
    font-weight: 400;

}
.media-list ul {
border-top: #172a7a solid 1px;
	border-bottom: #172a7a solid 1px;
}
.media-list li strong {
display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.table-cel dt{
	width: 10em;
	font-size: 15px;
	padding: 15px 10px 15px 10px ;
	float: left;
	line-height: 1.6;
	box-sizing: border-box;
	font-weight: 400;
}
.table-cel dd{
	font-size: 15px;
	padding: 15px 10px 15px 10em;
	line-height: 1.6;
	border-bottom: #172a7a solid 1px;
	font-weight: 400;
}
.table-cel dd a:hover{
	text-decoration: underline;
}
.table-cel dd .sup{
	font-size: 12px;
}

.table-cel{
border-top: #172a7a solid 1px;
}
.table-cel li strong{
display: block;
	font-weight: bold;
}
.table-cel li{
margin-bottom: 20px
}




footer {
    padding: 60px 0;
    background: #172a7a;
    text-align: center;
    color: #fff;
}
footer p {
    font-size: 16px;
    line-height: 1.8;
}
footer .inquiry {
    width: 800px;
    margin: 0 auto 50px;
}
.btn a {
	position: relative;
	padding: 18px;
	border: solid 1px #fff;
	color: #fff;
	overflow: hidden;
	margin-top: 30px;
	display: block;
	text-align: center;
	font-size: 13px;
}

.foot-name {
    display: block;
    padding-top: 15px;
    line-height: 1.8;
    font-size: 13px;
}


footer .btn a {
    position: relative;
    padding: 20px;
    border: solid 1px #fff;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    width: 300px;
    margin: 30px auto;
}
.btn a:hover {
	background: #fff;
	color: #172a7a;
	transition: .3s;
}
.copyright{
    position: absolute;
    right: 34px;
    top: 180px;
       width: 11px;
}
.lead-name{
	width: 170px;
}
.foot-logo img {
    width: 82px;
}
.nav-name {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
}
.nav-logo {
    width: 82px;
    margin: 60px auto 20px;
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 0ms;
    transform: translate(0px, 0px) translateZ(0px);
}



#top-entry .inner-l {
	width: 800px;
	margin: 0 auto;
	padding-top: 150px;
}
#top-entry p {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #565656;
}
.policy {
	overflow: scroll;
	height: 200px;
	line-height: 1.5;
	font-size: 13px;
	padding: 30px;
	color: #565656;
	box-sizing: border-box;
	background: #f1f1f1;
	margin: 60px 0;
}
#top-entry h2 {
	width: 120px;
	margin: 0px auto 40px;
}

.contact-content {
    width: 900px;
    margin: 60px auto 100px;
}

.contact-lead-text {
    font-size: 14px;
    line-height: 1.8;
}

.contact-form-th {
	font-size: 16px;
	width: 12em;
	line-height: 1.5;
	float: left;
font-weight: 400;
}
.contact-form-td {
	font-size: 16px;
	padding-left: 12em;
	line-height: 1.5;
	font-weight: 400;
	color: #10257b;
}
.contact-form-row {
	clear: both;
	padding: 18px;
	border-bottom: #ded4ce solid 1px;
}
.contact-form-input {
    padding: 12px;
    width: 100%;
    background: #f6f6f6;
    border: #bdbdbd solid 2px;
    box-sizing: border-box;
    border-radius: 6px;font-size: 18px;
}
.contact-form-input-mini {
    padding: 12px;
    width: 5em;
    background: #f6f6f6;
    border: #bdbdbd solid 2px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 18px;
}
.contact-form-input-zip {
    padding: 12px;
    width: 10em;
    background: #f6f6f6;
    border: #bdbdbd solid 2px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 18px;
}


.contact-form-textarea {
padding: 10px;
    width: 90%;
    background: #e9eaee;
    border: #10257b solid 1px;
}


.contact-form-submit-btn button {
position: relative;
    padding: 14px;
    border: solid 2px #10257b;
    color: #10257b;
    overflow: hidden;
    margin: 0px auto 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 250px;
    background: #fff;
    cursor: pointer;
	box-sizing: border-box;
}
.contact-table {
    margin-bottom: 60px;
}

.contact-form-submit-btn button:hover {
	color: #fff;
	background: #10257b;
}
.contact-form-submit-btn a {
position: relative;
    padding: 14px;
    border: solid 2px #10257b;
    color: #10257b;
    overflow: hidden;
    margin: 0px auto 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 250px;
    background: #fff;
    cursor: pointer;
	box-sizing: border-box;
}


.contact-form-submit-btn a:hover {
	color: #fff;
	background: #10257b;
}

#voice{
	
}
#voice .leadcopy {
    font-size: 28px;
        font-weight: bold;
    line-height: 1.6;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
#voice .name{
font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}
#voice .job {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
#voice .recruit-list li .name{
font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
}
#voice .recruit-list li .job {

}

#career .inner {
    margin: 0 auto 100px;
}


#voice .main-pic {
margin: 60px auto;
	width: 800px;
}
#voice .interview {
width: 750px;
	margin: 0px auto 100px;
}
#voice .interview dt {
font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 15px;
}
#voice .interview dd {
font-size: 14px;
	font-weight: 500;
	line-height: 2.2;
	margin-bottom: 40px;
}
#voice .interview dt .line {
    width: 40px;
    height: 1px;
    float: left;
    margin: 15px 15px 0 0;
    background: #172a7a;

}
#career .leadcopy {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 40px;
	    letter-spacing: 0.1em;
}
.career-detail {
    width: 900px;
    margin: 60px auto;
}
.career-detail .table-cel dt {
    width: 10em;
    font-size: 16px;
    padding: 15px 10px 15px 10px;
    float: left;
    line-height: 1.8;
    box-sizing: border-box;
    font-weight: 400;
}
.career-detail .table-cel dd {
    font-size: 16px;
    padding: 15px 10px 15px 10em;
    line-height: 1.8;
    border-bottom: #172a7a solid 1px;
    font-weight: 400;
}
select {
    padding: 8px 15px;
}





/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-open {
	overflow: hidden!important
}
.drawer-nav {
	position: fixed;
	z-index: 2;
	top: 0;
	overflow: hidden;
	width: 16.25rem;
	height: 100%;
	color: #222;
	background-color: #fff
}
.drawer-brand {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3.75rem;
	display: block;
	padding-right: .75rem;
	padding-left: .75rem;
	text-decoration: none;
	color: #222
}
.drawer-menu {
	margin: 0;
	padding: 0;
	list-style: none
}
.drawer-menu-item {
	font-size: 1rem;
	display: block;
	padding: .75rem;
	text-decoration: none;
	color: #222
}
.drawer-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent
}
.drawer-overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}
.drawer-open .drawer-overlay {
	
	
}
.drawer--top .drawer-nav {
	top: -100%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
	transition: top .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--top.drawer-open .drawer-nav {
	top: 0
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
	right: 0
}
.drawer--left .drawer-nav {
	left: -16.25rem;
	-webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
	transition: left .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0
}
.drawer--left.drawer-open .drawer-hamburger {
	left: 16.25rem
}
.drawer--right .drawer-nav {
	right: -16.25rem;
	-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
	transition: right .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 16.25rem
}
.drawer-hamburger {
	position: fixed;
	z-index: 4;
	top: 0;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	padding: 0;
	padding: 18px .75rem 30px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
	background-color: transparent
}
.drawer-hamburger:hover {
	cursor: pointer;

}
.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 0px
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #222
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	position: absolute;
	top: -10px;
	left: 0;
	content: " "
}
.drawer-hamburger-icon:after {
	top: 10px
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
	top: 0
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0
}
.drawer--sidebar, .drawer--sidebar .drawer-contents {
	background-color: #fff
}

@media (min-width:64em) {
.drawer--sidebar .drawer-hamburger {
	display: none;
	visibility: hidden
}
.drawer--sidebar .drawer-nav {
	display: block;
	-webkit-transform: none;
	transform: none;
	position: fixed;
	width: 12.5rem;
	height: 100%
}
.drawer--sidebar.drawer--left .drawer-nav {
	left: 0;
	border-right: 1px solid #ddd
}
.drawer--sidebar.drawer--left .drawer-contents {
	margin-left: 12.5rem
}
.drawer--sidebar.drawer--right .drawer-nav {
	right: 0;
	border-left: 1px solid #ddd
}
.drawer--sidebar.drawer--right .drawer-contents {
	margin-right: 12.5rem
}
.drawer--sidebar .drawer-container {
	max-width: 48rem
}
}

@media (min-width:75em) {
.drawer--sidebar .drawer-nav {
	width: 16.25rem
}
.drawer--sidebar.drawer--left .drawer-contents {
	margin-left: 16.25rem
}
.drawer--sidebar.drawer--right .drawer-contents {
	margin-right: 16.25rem
}
.drawer--sidebar .drawer-container {
	max-width: 60rem
}
}
.drawer--navbarTopGutter {
	padding-top: 3.75rem
}
.drawer-navbar .drawer-navbar-header {
	border-bottom: 1px solid #ddd;
	background-color: #fff
}
.drawer-navbar {
	z-index: 3;
	top: 0;
	width: 100%
}
.drawer-navbar--fixed {
	position: fixed
}
.drawer-navbar-header {
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	height: 3.75rem;
	padding: 0 .75rem;
	text-align: center
}
.drawer-navbar .drawer-brand {
	line-height: 3.75rem;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none
}
.drawer-navbar .drawer-brand:hover {
	background-color: transparent
}
.drawer-navbar .drawer-nav {
	padding-top: 3.75rem
}
.drawer-navbar .drawer-menu {
	padding-bottom: 7.5rem
}

@media (min-width:64em) {
.drawer-navbar {
	height: 3.75rem;
	border-bottom: 1px solid #ddd;
	background-color: #fff
}
.drawer-navbar .drawer-navbar-header {
	position: relative;
	display: block;
	float: left;
	width: auto;
	padding: 0;
	border: 0
}
.drawer-navbar .drawer-menu--right {
	float: right
}
.drawer-navbar .drawer-menu li {
	float: left
}
.drawer-navbar .drawer-menu-item {
	line-height: 3.75rem;
	padding-top: 0;
	padding-bottom: 0
}
.drawer-navbar .drawer-hamburger {
	display: none
}
.drawer-navbar .drawer-nav {
	position: relative;
	left: 0;
	overflow: visible;
	width: auto;
	height: 3.75rem;
	padding-top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.drawer-navbar .drawer-menu {
	padding: 0
}
.drawer-navbar .drawer-dropdown-menu {
	position: absolute;
	width: 16.25rem;
	border: 1px solid #ddd
}
.drawer-navbar .drawer-dropdown-menu-item {
	padding-left: .75rem
}
}
.drawer-dropdown-menu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff
}
.drawer-dropdown-menu>li {
	width: 100%;
	list-style: none
}
.drawer-dropdown-menu-item {
	line-height: 3.75rem;
	display: block;
	padding: 0;
	padding-right: .75rem;
	padding-left: 1.5rem;
	text-decoration: none;
	color: #222
}
.drawer-dropdown-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent
}
.drawer-dropdown.open>.drawer-dropdown-menu {
	display: block
}
.drawer-dropdown .drawer-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.drawer-dropdown.open .drawer-caret {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.drawer-container {
	margin-right: auto;
	margin-left: auto
}

@media (min-width:64em) {
.drawer-container {
	max-width: 60rem
}
}

@media (min-width:75em) {
.drawer-container {
	max-width: 70rem
}
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	position: absolute;
	top: -10px;
	left: 0;
	content: " ";
}
.drawer-hamburger {
	right: 5px;
}
.drawer-hamburger-icon:after {
	top: 10px;
}
.drawer-hamburger {
    position: fixed;
    z-index: 25;
    top: 0px;
    display: block;
    box-sizing: content-box;
    width: 85px;
    height: 85px;
    padding: 0;
    padding: 10px 20px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    box-sizing: border-box;
    outline: 0;
	    background-color: #10257b;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	width: 100%;
	height: 1px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #fff;
}

.coloron .drawer-hamburger-icon, .coloron .drawer-hamburger-icon:after, .coloron .drawer-hamburger-icon:before {
	background-color: #fff;
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
	background-color: #fff;
}
.drawer-open .drawer-hamburger-icon {
	background-color: #10257b;
}

.drawer-nav {
	position: fixed;
	z-index: 24;
	top: 0;
	overflow: hidden;
	width: 400px;
	height: 100%;
	color: #fff;
	background-color: #10257b;
}
.drawer-menu {
	padding: 0;
	list-style: none;
	margin: 30px 50px;
}
.drawer-menu li {
  margin-top: 20px;
}
.drawer-menu li a {
	color: #fff;
	display: block;
	font-size: 22px;
      margin-bottom: 4px;
  font-weight: 600;
  transition: .4s;
}
.drawer-menu li a:hover {
  text-decoration: underline;
 transition: .4s;
}
.drawer-menu li a .jp{
	font-size: 14px;
      margin-bottom:4px;
}
.drawer-menu li a .en {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 25px;
}
.drawer-menu .drawer-menu-policy a {
}
.drawer--right .drawer-nav {
	right: -400px;
	-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
	transition: right .6s cubic-bezier(.19, 1, .22, 1);
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 0rem;
}

.drawer-overlay {
	position: fixed;
	z-index: 22;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
.policy-wrap {
    padding-top: 100px;
    padding-bottom: 60px;
}

.policy-wrap iframe {
    padding-top: 100px;
    padding-bottom: 60px;
}
.doui {
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}



.contact-form-submit-btn button {
    position: relative;
    padding: 16px;
    overflow: hidden;
    margin: 0px auto 5px;
    display: block;
    text-align: center;
    font-size: 18px;
    width: 250px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    border-radius: 50px;
   background: #b8b8b8;
    color: #fff;
    border: none;
  pointer-events: none;
  transition: .4s;font-family: 'Noto Serif', serif;
      line-height: 1;
}

.contact-form-submit-btn button.highlight {
    position: relative;
    padding: 16px;
    overflow: hidden;
    margin: 0px auto 5px;
    display: block;
    text-align: center;
    font-size: 18px;
    width: 250px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    border-radius: 50px;
    background: #f62d62;
    color: #fff;
    border: none;
    transition: .4s;
  pointer-events: auto;
}
.contact-form-submit-btn button.highlight:hover {
    background: #333;
    color: #fff;
    transition: .4s;
}
.backbtn a {
    position: relative;
    padding: 16px;
    overflow: hidden;
    margin: 0px auto 5px;
    display: block;
    text-align: center;
    font-size: 18px;
    width: 250px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    border-radius: 50px;
  background: #172a7a;
    
    color: #fff;
    border: none;
    transition: .4s;
}
.backbtn a:hover {
    background: #333;
    color: #fff;
    transition: .4s;
}
#recruit .sec-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    padding: 18px;
    background: #e6eaf8;
    color: #10257b;
    font-weight: 600;
}
.entry-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.entry-item {
    width: 50%;
    padding: 36px;
    box-sizing: border-box;
}
.entry-item.yuso {
   border-left: #172a7a dotted 1px;
}
.item-title {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}
.entry-item p {
   font-size: 15px;
      line-height: 2;
}
.entry-item ul {
 padding-top: 20px;
}
.entry-item li {
    padding-bottom: 8px;
    line-height: 1.4;
    font-weight: 500;
}

.contact-form-submit-btn {
    padding-top: 10px;
}
.contact-form-submit-btn a {
    position: relative;
    padding: 18px;
    color: #10257b;
    overflow: hidden;
    margin: 0px auto 5px;
    display: block;
    text-align: center;
    font-size: 17px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    background: #f6e844;
    border-radius: 50px;
  transition: .4s;    border: none;
}
.entry-item p.sup {
    font-size: 13px;
    line-height: 1.6;
}
.atesaki {
    padding: 25px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.atesaki dt {
    float: left;
    width: 5em;
}
.atesaki dd {
    padding-left: 5em;
    margin: 0;
}
.recruit-contact {
    text-align: center;
    padding: 40px;
}
.recruit-contact p {

    font-size: 20px;
    font-weight: 600;
}
.recruit-contact .recruit-contact-btn a {
    position: relative;
    padding: 20px;
    border: solid 1px #172a7a;
    color: #172a7a;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    width: 300px;
    margin: 30px auto;
  transition: .4s;
}

.recruit-contact .recruit-contact-btn a:hover {
    color: #fff;background: #172a7a;
  transition: .4s;
}

.rec {
    color: #ff1e1e;
    padding: 0 10px;
}
.policy-wrap2 {
    padding: 40px 0;
}
.policy-wrap2 iframe{
    width: 100%;
    background: #f6f6f6;
      height: 220px;
}

.policy-wrap {
    padding-top: 40px;
}
#career .leadcopy {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.policy-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 1em;
}
.ECM_RadioInput {
  padding: 5px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ECM_RadioInput-Input {
  opacity: 0;
  width: 0;
  margin: 0;
}
.ECM_RadioInput:hover > .ECM_RadioInput-DummyInput{
    transform: scale(1.2);
}
.ECM_RadioInput-Input:focus + .ECM_RadioInput-DummyInput {
  background: #FFFFFF;
}
.ECM_RadioInput-Input:checked + .ECM_RadioInput-DummyInput {
    background: rgb(16 37 123);
}

.ECM_RadioInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0,0,0,.10);
  transition: all .15s linear;
}
.ECM_RadioInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.error-text {
    color: #ff2626;
}


@media screen and (max-width: 1400px) {
  .lead-copy h1 {
    font-size: 5vw;
}
  
}
@media screen and (max-width: 1300px) {
.global li {
    margin-right: 8px;
    padding-right: 8px;
}
}
@media screen and (max-width: 1100px) {
.lead-copy .text-wrap {
    font-size: 13px;
}
.career-detail {
    width: 100%;
    margin: 60px auto;
}

	.inner {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
}
	
		.lead-copy h1 {
    font-size: 4vw;
}
	  .global li {
 display: none;
}
	
}

@media screen and (max-width: 800px) {
.entry-items {
    display: block;
}
  .entry-item {
    width: 100%;
    padding: 36px;
    box-sizing: border-box;
}
  .entry-item.yuso {
    border-left: none;
}
  .recruit-contact p {
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}
  
	.lead-copy .text-wrap {
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    right: auto;
    letter-spacing: 0.05em;
    line-height: 2.3;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
	.lead-copy h1 {
    position: absolute;
    font-size: 50px;
    left: 0;
    letter-spacing: 0.2em;
    top: 33%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.copyright {
    position: absolute;
    right: 15px;
    font-size: 11px;
    top: 180px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}
	
.lead-copy h1 {
    position: absolute;
    font-size: 48px;
    left: 0;
    letter-spacing: 0.2em;
    top: 33%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.lead-copy .text-wrap {
    width: 400px;
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    right: auto;
    letter-spacing: 0.05em;
    line-height: 2.3;
    top: 65%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
	.inner {
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
}
	#top-service li {
    width: 32.6%;
    height: 400px;
    background: #333;
    margin-right: 1%;
    float: left;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}
	#top-service li h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
}
	#top-service li h4 {
    font-size: 12px;
    margin-bottom: 20px;
}
	#top-service li p {
    text-align: left;
    font-size: 11px;
    line-height: 2.0;
    letter-spacing: 0.04em;
}
	.f-left {
    float: none;
}
	.inner-50 {
    width: 100%;
    box-sizing: border-box;
}
		.inner-54 {
    width: 100%;
    box-sizing: border-box;
}
		.inner-40 {
    width: 100%;
    box-sizing: border-box;
}
.outline {
    margin-bottom: 60px;
}
	.recruit-list li h4 {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 0.1em;
    margin: 20px 0;
    line-height: 1.5;
}
	
.foot-copy {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
	footer .inquiry {
    width: 80%;
    margin: 0 auto 50px;
}
	#voice .main-pic {
    margin: 60px auto;
    width: 100%;
}
	#voice .interview {
    width: 95%;
    margin: 0px auto 100px;
}
	.contact-content {
    width: 100%;
    margin: 60px auto 100px;
}
	
}

@media screen and (max-width: 600px) {
.lead-copy {
    margin: 0px 40px;
    position: relative;
    box-sizing: border-box;
    height: 100vh;
}
.lead-copy h1 {
    position: relative;
    font-size: 54px;
    left: 0;
    letter-spacing: 0.2em;
    top: 0;
    padding-top: 68%;
    transform: translateY(0%);
    -webkit- transform: translateY(0%);
    line-height: 1.2;
    padding-bottom: 80px;
}
	.lead-copy .text-wrap {
    width: 98%;
    position: relative;
    font-weight: bold;
    font-size: 10px;
    right: auto;
    letter-spacing: 0.05em;
    line-height: 2.1;
    top: 0;
    left: 0;
    transform: translateY(0%);
    -webkit- transform: translateY(0%);
}
	.lead-copy .text-wrap p {
     margin-bottom: 15px;
    font-size: 14px;
}
	.logo {
    width: 150px;
    margin: 26px 26px;
}
	#top-service li {
    width: 100%;
    height: auto;
    background: #333;
    margin-right: 0;
    float: left;
    padding: 20px;
    margin-bottom: 0px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}
  #top-service li ol li {
    font-size: 12px;

    padding: 10px 3px 8px;
}
  #top-service li h3 {
    font-size: 26px;
    margin: 10px 0;
    font-weight: 400;
}
  #top-service li p {
    text-align: left;
    font-size: 13px;
    line-height: 2.0;
    letter-spacing: 0.04em;
}
  #top-service li {
    padding: 40px;
}
  .lead-text {
    font-size: 14px;
}
  #top-service .inner {
    width: 100%;
  }
  .service-lead {
    width: 84%;
    margin: 0 auto;
  }
  .media-list li {
    font-size: 13px;
}
  .table-cel dd {
    font-size: 13px;
    padding: 12px 10px 12px 7em;
    line-height: 1.6;
    border-bottom: #172a7a solid 1px;
    font-weight: 500;
}
	.table-cel dt {
    width: 7em;
    font-size: 11px;
    padding: 12px 10px 12px 10px;
    float: left;
    line-height: 1.6;
    box-sizing: border-box;
    font-weight: 500;
}
	.recruit-list li {
    width: 100%;
    margin-right: 0;
    float: none;
    box-sizing: border-box;
		    clear: both;
}
.recruit-list li .pic-wrap {
    width: 35%;
    margin-right: 20px;
    float: left;
    height: 150px;
    overflow: hidden;
	    margin-bottom: 30px;
}
	.recruit-list li .line {
    width: 50px;
    display: inline-block;
    height: 1px;
    background: #172a7a;
    margin-bottom: 15px;
}
	.recruit-list li h4 {
    font-size: 14px;
    margin-bottom: 7px;
    text-align: left;
    letter-spacing: 0.1em;
    margin: 15px 0;
    line-height: 1.5;
}
	.recruit-list li .name {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}
	.recruit-link li {
    width: 100%;
    float: none;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2em;
}
	.recruit-link li a {
    display: block;
    background:#44938c;
    color: #fff;
    height: auto;
    box-sizing: border-box;
    padding: 30px;
    letter-spacing: 0.08em;
    border: #172a7a solid 1px;
}
	.recruit-link li .nolink {
    padding: 20px;
    color: #172a7a;
    display: block;
    line-height: 1.5;
    height: auto;
    box-sizing: border-box;
    border: #172a7a solid 1px;
}
  .recruit-link li a.footer-career {
    background: #3f6da5;
}
	footer p {
    font-size: 13px;
    line-height: 1.8;
}
	.drawer-nav {
    position: fixed;
    z-index: 24;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #10257b;
}
	
	.drawer--right .drawer-nav {
    right: -100%;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1);
}
	#voice .leadcopy {
    font-size: 24px;
    font-weight: 400;
    padding-right: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
	#voice .interview dt .line {
    width: 20px;
    height: 1px;
    float: left;
    margin: 15px 10px 0 0;
    background: #172a7a;
}
	#voice .interview dt {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
}
	#voice .interview dd {
    font-size: 13px;
    font-weight: 500;
    line-height: 2.2;
    margin-bottom: 40px;
}
	.career-detail {
    width: 100%;
    margin: 60px auto;
}
	.career-detail .table-cel dt {
    width: 7em;
    font-size: 12px;
    padding: 12px 10px 12px 10px;
    float: left;
    line-height: 1.8;
    box-sizing: border-box;
    font-weight: 500;
}
	.career-detail .table-cel dd {
    font-size: 12px;
    padding: 12px 10px 12px 8em;
    line-height: 1.8;
    border-bottom: #172a7a solid 1px;
    font-weight: 500;
}
	.contact-form-th {
    font-size: 15px;
    width: 12em;
    line-height: 1.5;
    float: none;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
	.contact-form-row {
    clear: both;
    padding: 18px 0;
    border-bottom: #ded4ce solid 1px;
}
	.contact-form-td {
    font-size: 15px;
    padding-left: 0;
    line-height: 1.5;
    font-weight: bold;
    color: #10257b;
}
  .sec-title {
    padding-top: 100px;    font-size: 36px;
}
  .recruit-link li {
    font-size: 17px;
}
  .table-cel dt {
    font-size: 13px;
    font-weight: 400;
}
   .table-cel dd {
    font-size: 13px;
    font-weight: 400;
} 
  
}
@media screen and (max-width: 450px) {
  .lead-copy h1 {
    font-size: 46px;
}
  .lead-copy .text-wrap p {
    margin-bottom: 15px;
    font-size: 13px;
}
  .entry-item {
    width: 100%;
    padding: 15px 10px 30px;
    box-sizing: border-box;
}
  .recruit-contact {
    text-align: center;
    padding: 40px 0;
}
  .recruit-contact .recruit-contact-btn a {
    width: 100%;
    box-sizing: border-box;
}
  #recruit .sec-subtitle {
    font-size: 17px;
    margin-bottom: 20px;
    padding: 12px 18px;
    background: #e6eaf8;
    color: #10257b;
    font-weight: 600;
}.item-title {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 20px;
}.entry-item ul {
    padding-top: 10px;
}.entry-item p.sup {
    font-size: 11px;
    line-height: 1.6;
}.entry-item p {
    font-size: 14px;
    line-height: 2;
}.entry-item li {
    padding-bottom: 5px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 14px;
}
}


@media screen and (max-width: 375px) {
.lead-copy h1 {
    font-size: 40px;
}
	.sec-title {
    font-size: 25px;
    padding-top: 140px;
    margin-bottom: 20px;
    font-weight: 400;
}
	.title-line {
    width: 50px;
    height: 2px;
    background: #172a7a;
    margin-bottom: 60px;
}
	#voice .leadcopy {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
	
}

@media screen and (max-width: 320px) {
.lead-copy h1 {

    font-size: 25px;

}

}








.policy-wrap {
  padding-top: 40px;
}
.policy-content {
  margin-bottom: 3em;
}
.policy-content h3 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
  margin: 2em 0 1.5em;
}
.policy-content h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 1em;
}

.policy-content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 1em;
}

.policy-content ol {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  list-style: none;
  margin-bottom: 1em;
}
.policy-content ol li {
  text-indent: -2.6em;
  margin-left: 2.6em;
  margin-bottom: .5em;
}
.policy-content ol.ol01 {
  margin-top: .2em;
  margin-bottom: 1em;
}
.policy-content ol.ol01 li {
  margin-bottom: .2em;
  text-indent: -2em;
  margin-left: 2em;
}
.policy-content ol.ol02 {
  margin-top: .2em;
  margin-bottom: 1em;
}
.policy-content ol.ol02 li {
  margin-bottom: .2em;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.policy-content ol.ol02 ol.ol03 {
  margin-top: 0;
}

.policy-content ol ol.ol03 {
  margin: 0;
}
.policy-content ol.ol03 {
  margin-left: 1em;
  margin-top: -1em;
  margin-bottom: 1em;
}
.policy-content ol.ol03 li {
  text-indent: -2em;
  margin-left: 2em;
  margin-bottom: 0;
}
.policy-content ol.ol03 .ol02 {
  margin-bottom: 0;
}
.policy-content ol.ol03 .ol02 li {
  text-indent: -1em;
  margin-left: 1em;
}

.policy-note {
  text-align: right;
  margin-bottom: 6em;
}
.policy-note-right {
  text-align: left;
  display: inline-block;
}
.policy-note p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1em;
}


@media screen and (max-width: 800px) {
  .policy-content {
    margin-bottom: 3em;
  }
  .policy-content h3 {
    font-size: 13px;
  }
  .policy-content h4 {
    font-size: 13px;
  }

  .policy-content p {
    font-size: 12px;
  }
  .policy-content ol {
    font-size: 12px;
  }
  
  .policy-note {
    text-align: left;
  }
  .policy-note-right {
  }
  .policy-note p {
    font-size: 11px;
  }
  .recruit-list li .job {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
}  .recruit-link li a {
    margin-bottom: 10px;
}
}