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

/*////////// reset //////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*////////// basic //////////*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;  /*1em=10px*/
}

body {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif, -apple-system, BlinkMacSystemFont ;
	background: ;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

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

a:hover {
	opacity: 0.7;
	transition: .3s;
	color: #0f2d8c;
}
header {
	
}

/*////////// text-font //////////*/
h1 {
	font-size: 4.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #0f2d8c;
	margin: 0;
}
h1 span {
	font-size: 1.5rem;
	letter-spacing: 0;
	display: block;
	font-weight: bold;
	margin-bottom: 2em;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 2.2em;
	line-height: 1em;
	font-weight: bold;	
}

h4 {
	font-size: 1.6em;
	font-weight: bold;		
}

h5 {
	font-weight: bold;		
}

h6 {
	font-weight: bold;		
}
.mincho { 
	font-family: "Sawarabi Mincho";
}
.en {
	font-family: 'Kanit', sans-serif;
	letter-spacing: .1em;
	margin: 0 1rem;
}
p, dl, figcaption, a {
	font-size: 1.6em;
	line-height: 2em;
}

 address {
	font-size: 1.4em;
	line-height: 1.6em;
}
img {
	width: 100%;
	height: auto;
}

.color-navy {
	color: #0f2d8c;
}

.a-center {
	text-align: center;
}
.a-left {
	text-align: left;
}
.a-right {
	text-align: right;
}
.w-bold {
	font-weight: bold;
}

dl {
	box-sizing: border-box;
	flex-wrap: wrap;
	margin: 2em 2%;
	padding: 1%;
	font-size: 1.6em;
}

dt {
	width: 100%;
	color: #0f2d8c;
	font-weight: bold;
	margin: .3em 0;
}

dd {
	margin-bottom: 3em;
	font-weight: normal;
}

/*////////// fade //////////*/

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 

/*////////// contents //////////*/

#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

#contents {
	margin-top: 12em;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.inner {
	width: 100%;
	max-width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
}
.inner-s {
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
}
.full-wide {
	background: #eceff6;
	width: 100%;
	margin: 0;
	padding: 0;
}
.full-wide-top {
	background: #eceff6;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2em 0;
}
.full-wide-top h2 a {
	display: inline-block;
	color: #0f2d8c;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
}

.anker {
	width: 1em;
	height: 5em;
	margin-top: 5em;
}
/*////////// top main //////////*/

.companylogo img {
	width: 60%;
}
.maincopy {
	height: auto;
	text-align: left;
	margin: 4em auto;
	padding: 2em;
}
.maincopy img {
	width: 100%;
	max-width: 750px;
	margin: 2em 1em;
}
.maincopy h1 {
	font-size: 3em;
	line-height: 1.8em;
	color: #000;
}
.maincopy span {
	color: #0f2d8c;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin: 0 0 .5em .3em;
}
.maincopy .bt {
	background: #ff5f28;
	color: #fff;
	margin: 2em auto;
	padding: 1.2em 2.6em;
	font-weight: bold;
}

/*////////// box //////////*/

.box {
	margin: 1em;	
}
.col2 {
	margin: 1em auto;
	padding: 0 1em;
}
.col3 {
	margin: 1em auto 3em auto;
}

.w900 {
	width: 100%;
	margin: 0 auto;
}

.box-right {
	margin: 1em 0 1em auto;	
}
.box-left {
	margin: 1em auto 1em 0;	
}
/*////////// slider //////////*/

#slider {
    width: 100%;
    height: 26em;
    position: relative;
    margin-top: 9em;
}

#slider img.mv-text {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	margin: auto;
}

/*////////// flex //////////*/
.flex {
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}
.flex-bt {
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.flex-biz {
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	align-self: stretch;
	flex-grow: 1;
}
.flex-biz-right {
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	align-self: stretch;
	flex-grow: 1;
}

.flex-rec {
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: center;
	align-self: flex-start;
	flex-grow: 1;
}
.flex-line {
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}
/*////////// top //////////*/

.top-com {
	max-width: 1000px;
	margin: 2em auto;
	padding: 2em 0;
	display: block;
}
.top-com .flex {
	justify-content: center;
}

/*////////// top company result //////////*/

a.company, a.result {
	width: 90%;
	height: auto;
	max-height: 180px;
	max-width: 430px;
	/min-width: 320px;	
	color: #fff;
	text-align: center;
	margin: 1em 5%;
	padding: 4em 2em;
	position: relative;
}
a.company h3, a.result h3 {
	font-size: 1.6em;
}
a.company p, a.result p {
	font-size: 1.6rem;
	font-weight: bold;
}
a.company {
	background: rgba(15, 45, 140, 0.5) url(../img/bt-company.png) no-repeat;
	background-blend-mode: multiply;
	background-size: cover;
}
a.result {
	background: rgba(15, 45, 140, 0.5) url(../img/bt-result.png) no-repeat;
	background-blend-mode: multiply;
	background-size: cover;
}

a.company:hover {
	background: rgba(15, 45, 140, 0.4) url(../img/bt-company.png) no-repeat;
	background-size: cover;
}
a.result:hover {
	background: rgba(15, 45, 140, 0.4) url(../img/bt-result.png) no-repeat;
	background-blend-mode: multiply;
	background-size: cover;
}
.top-line {
	max-width: 850px;
	margin: 0 auto;
	padding: 1.5em 0;
	display: flex;
	justify-content: center;
}

/*////////// bt link //////////*/
.bt-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.bt-line img {
	width: 60%;
	height: auto;
	margin: 1em auto 2em auto;
}
.bt-line a img {
	width: 100%;
	height: auto;
	margin: 1em auto;
}

a.bt {
	width: fit-content;
	height: auto;
	display: block;
	margin: 2em auto;
	padding: 1em 2em;		
	text-align: center;
	border-radius: 100vh;
}
a.bt:hover {
	opacity: 0.8;
}

.bt-blue {
	width: fit-content;
	height: auto;
	display: block;
	margin: .5em 1em .5em 0;
	padding: 1em 2em;		
	text-align: center;
	border-radius: 10px;
	background: #eceff6;
	color: #0f2d8c;
	font-size: 1.4rem;
	font-weight: bold;
}
.bt-blue:hover {
	background: #0f2d8c;
	opacity: 1;
	color: #fff;
}

a.link-red {
	color: #ff5f28;
	display: block;
}
/*////////// business //////////*/
.business {
	width: 100%;
	max-width: 1120px;
	margin: 3em auto;
	padding: 0 1em;
}

.business .box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.business h2 {
	font-size: 2.2em;
	text-align: left;
	margin-bottom: 2em;
}
.business h3 {
	font-size: 3.2em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 1em 0;;
}
.business h4 {
	font-size: 2em;
	margin: 1em 0;
}
.business img {
	width: 100%;
	max-width: 700px;
	margin: 0;
	padding: 0;
}
.business p a {
	font-size: 1.6rem;
	text-decoration: underline;
	display: block;
	color: #ff5f28;
}
p.p-small {
	font-size: 1.4em;
	margin-top: .5em;
}
p.p-small::before {
	content: "※";
	
}
span.p-note {
	font-size: 1.6rem;
	display: block;
	margin-left: 1em;
}
span.p-note::before {
	content: "※";
	margin-left: -1em;
}
.business-wide {
	width: 100%;
	max-width: 1580px;
	margin: 3em auto 6em auto;
	padding: 0 1em;
	padding-bottom: 3em;
	box-sizing: border-box;
}
.business-wide img {
	width: 100%;
	max-width: 800px;
	/margin-right: 2em;
}
.business-wide ul {
	margin-bottom: 3em;
}
.business-wide li {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
}
.business-wide li::before {
	content: "● ";
}
.business-wide h1 {
	margin-top: 1em;
}
.business-wide h3 {
	font-size: 2.8em;
	line-height: 1.8em;
	margin: .5em 0;
}
.business-wide a {
	color: #ff5f28;
	text-decoration: underline;
}

.business-wide .bt {
	background: #ff5f28;
	color: #fff;
	margin: 2em auto;
	padding: 1.2em 2.6em;
	font-weight: bold;
	text-decoration: none;
}
.business-wide .bt img {
	width: 24px;
	margin-right: 1em;
	vertical-align: middle;
}
img.consul {
	margin: 2em;
}
img.camp {
	width: 100%;
	max-width: 304px;
	margin: 3em 0 2em 0;
	display: block;
}
.biz-ef {
	width: 100%;
	margin: 2em;
}
img.biz-ef  {
	width: 100%;
}
.biz-rumo {
	width: 100%;
	background: #fff;
	margin: 2em;
	height: 100%;
}
.biz-rumo h3 {
	font-size: 2em;
	line-height: 1.8em;
	margin: .8em 1em 0 80px;
}
.biz-rumo img {
	width: 60px;
	float: left;
	margin: -1em 1em;
}
.biz-rumo p {
	width: 90%;
	margin: 2em auto;
}
.biz-hikari {
	width: 100%;
}
img.biz-hikari {
	width: 100%;
	margin: 0 auto;
}
.biz-hikari h2 {
	font-size: 2em;
	text-align: left;
}
.biz-hikari h4 {
	font-size: 2em;
	background: #0f2d8c;
	color: #fff;
	margin: 0;
	padding: .3em .5em;
}
.biz-hikari li {
	font-size: 1.5em;
	font-weight: normal;
	padding: .5em;
}
.biz-hikari li:nth-child(2) {
	border-top: dashed #9fabd1;
	border-bottom: dashed #9fabd1;
}
.biz-hikari li::before {
	font-size: 1.6em;
	content: "　";
	background: url(../img/icon-check.svg) no-repeat center bottom;
	margin: 0 .5em;
}
.biz-bn {
	width: 100%;
	max-width: 1120px;
	margin: 3em auto;
	padding: 2em;
	border: solid 2px #0f2d8c;
}
.biz-bn h5 {
	font-size: 1.8em;
	margin: .5em 0;
}
.biz-bn h2 {
	font-size: 3.6em;
	color: #ff5f28;
	margin: .5em 0;
	text-align: left;
}
.biz-bn img {
	width: 100%;
	margin: 1em 0 -5em 0;	
}

/*////////// company page  //////////*/

.campany-p {
	
}
.campany-p dt {
	background: #faaa00;
	color: #fff;
	margin: 0;
	padding: 1em;
}
.campany-p dd {
	margin: 0;
	padding: 1em;
}



/*////////// recruit //////////*/
.recruit {
	width: 100%;
	max-width: 1120px;
	margin: 3em auto;
	padding: 0 1em;
}
.recruit h2 {
	font-size: 3.8em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 1em 0;
	text-align: left;
}
.recruit img {
	max-width: 380px;
}

/*////////// page //////////*/
h1.page {
	margin-left: .5em;
}

/*////////// footer //////////*/
footer .flex {
	justify-content: flex-start;
	align-items: flex-end;
}
footer {
	background: #0f2d8c;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0 2em;
	position: relative;
}

footer img {
	display: block;
	width: 250px;
	margin: 2em auto 1em auto;
}
footer p {
	font-size: 1.4em;
}

footer a {
	color: #fff;
	font-size: 1.4em;
	text-decoration: underline;
	transition : .3s;
	font-weight: bold;
	margin: 0;
}
footer a:hover {
	text-decoration: none;
	color: #ccc;
	transition : .3s;
}

.footer-add {
	margin: 1em auto 3em auto;
}
.footer-link {
	width: 100%;
	margin: 1em 2em 3em 2em;
	height: auto;
	text-align: center;
}

#backToTop {
  position: fixed;
  z-index: 9999;
  bottom: 170px;
  right: 0;
  text-align: center;
}
#backToTop img {
	width: 70px;
}
.copyright {
	font-size: 1.3em;
	margin-top: 1em;
}

