@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto:wght@700&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

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%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
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;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
* { box-sizing: border-box;}
*:before, *:after { box-sizing: border-box;}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #1f80a3;
	font-size: 1.05em;
	line-height: 1.8;
	position: relative;
	min-width: 1030px;
}

.fo_noto { font-family: 'Noto Sans JP', sans-serif;}
.fo_roboto { font-family: 'Roboto', sans-serif;}

p { margin-bottom: 30px;}
p:last-child { margin-bottom: 0px;}

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

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo088 { font-size: 0.875em !important;}
.fo09 { font-size: 0.9em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo125 { font-size: 1.25em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}

.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh16 { line-height: 1.6;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}

.fo_white { color: #FFFFFF;}
.fo_blue { color: #1f80a3;}

/* ボックス */
.container {
	max-width: 1030px;
	padding: 0px 15px;
	margin: auto;
}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}
.ta_right-s_center { text-align: right;}
.ta_left-s_center { text-align: left;}
.ta_center-s_left { text-align: center;}

.back_white { background-color: #fff;}
.back_blue { background-color: #1f80a3;}
.back_gray { background-color: #f5f3f2;}

@media print,  (min-width: 861px) {
	.hidden_l { display: none !important;}
}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

/* margin */
.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb80 { margin-bottom: 80px !important;}

.mb40-20 { margin-bottom: 40px !important;}
.mb60-30 { margin-bottom: 60px !important;}
.mb80-40 { margin-bottom: 80px !important;}
.mb100-60 { margin-bottom: 100px !important;}
.mb120-60 { margin-bottom: 120px !important;}
.mb120-80 { margin-bottom: 120px !important;}
.mb160-80 { margin-bottom: 160px !important;}

/* clearFix */
.clearFix { zoom: 100%;}
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* ------------------------
	ヘッダー
------------------------ */

.header { padding-top: 120px;}
.header figure img { margin-bottom: -15px;}

.sp-navi { position: fixed; top: 60px; left: 60px; min-width: 130px; z-index: 99999;}
.sp-navi li { font-size: 1.15em; margin-bottom: 5px;}
.sp-navi a { color: #fff; display: block; position: relative; letter-spacing: 0.1em; transition: 0.2s;}
.sp-navi.blue a { color: #1f80a3;}
.sp-navi a span { transition: 0.3s;}
.sp-navi a .fo_noto { opacity: 0; position: absolute; top: 0px; left: 0px; font-size: 0.9em;}
.sp-navi a:hover .fo_noto { opacity: 1;}
.sp-navi a:hover .fo_roboto { opacity: 0;}
.nav-white-text { color: #fff !important;/* 追加 */}

/* ------------------------
	フッター
------------------------ */

.footer { padding: 40px 15px;}
.footer small { font-style: italic;}

.pagetop { position: fixed; right: 30px; bottom: 0px; padding-bottom: 60px; z-index: 9999;}
.pagetop a { display: inline-block; width: 55px; height: 55px; border-radius: 100%; background-color: #1f80a3; position: relative;}
.pagetop a:after {
	content: "";
	position: absolute;
    width: 25px;
    height: 25px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
	top: 50%;
	left: 50%;
	margin: -8px 0px 0px -13px;
}


/*------------------------------------------------------

	トップページ

------------------------------------------------------*/

.over_hidden { overflow: hidden;}
.show_sp { display: none;}

.bnr_img img { width: 100%; height: auto;}

.en_ttl { font-size: 2.9em; line-height: 1; letter-spacing: 0.2em;}


.greeting { padding-top: 120px;padding-botom:140px;}
.greeting .box { padding: 60px 0;}
.greeting .lh20 {line-height:2.5;}
.greeting figure { margin-bottom:100px;width:auto;}
.greeting figure img { width:auto;border-width:10px;border-style:solid;border-color:rgb(255,255,255);border-image:intial;}
.presidentname { font-family:"Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif;text-align:right;font-size:1.3em;}


.service { padding: 80px 0px 100px;}
.service .box01 { display: flex; justify-content: space-between;}
.service .box01 .box_inner { width: 600px;}
.service .box01 .img_box figure img { border: solid 10px #fff; margin-bottom: 30px;}
.service .box02 { border: solid 1px #1f80a3; border-radius: 20px; padding: 25px;}
.service .box02 h3 { font-size: 1.3em; line-height: 1.2;}

.service section { display: flex; justify-content: space-between; align-items: center; border-bottom: solid 3px #1f80a3; height: 350px;}
.service section:nth-of-type(odd) { flex-flow: row-reverse;}
.service section figure { min-width: 405px;}
.service section figure img { position: absolute; top: 50%; transform: translateY(-50%);}
.service section h3 { font-size: 2em;}
.service .sec01 .box_inner { width: 560px;}
.service .sec01 img { left: -10px; margin-top: 30px;}
.service .sec02 .box_inner { width: 495px;}
.service .sec02 img { right: 20px;}
.service .sec03 img { left: 40px; margin-top: 30px;}
.service .sec03 .box_inner { width: 530px;}
.service .sec04 .box03 { display: flex; justify-content: space-between; width: 730px;}
.service .sec04 img { right: -40px; margin-top: 50px;}

.company { padding: 80px 0px;}
.company .box { max-width: 900px; margin: auto;}
.company h3, .recruit .back_gray h4 { border-radius: 30px; font-size: 1.35em; letter-spacing: 0.1em; padding: 3px 1em 5px;}

table { width: 100%;}
table tr:not(:last-child) { border-bottom: dotted 1px #fff;}
table th, table td { vertical-align: top; padding: 1em 0px;}
table th { text-align: left; width: 10em;}

.company section:nth-of-type(2) th { width: 11em;}

.company .box01 { display: flex; justify-content: space-between; align-items: flex-end;}
.company .box01 .box_inner:first-child { width: 500px; margin-bottom: calc(1.6em + 15px);}
.company .box01 .box_inner:last-child { width: 370px;}
.company .box01 iframe { width: 100%; height: 330px; vertical-align: top;}
.company .box01 .img_box { display: flex; justify-content: space-between;}
.company .box01 .img_box img { border: solid 10px #fff;}

.company .box02 { display: flex; justify-content: space-between;}
.company .box02 li:before { content: "● ";}

.case { padding: 80px 0px 20px;}
.case .box { display: flex; justify-content: space-between;}
.case section { width: 30%;}
.case h3 { border-radius: 40px; font-size: 1.35em; padding: 2px 1em 5px; letter-spacing: 0.1em;}

.recruit section:nth-of-type(2) th { width: 8em;}
.recruit .back_gray:before, .recruit .container:last-child:after, .recruit .container:last-child:before { content: ""; position: absolute; background-repeat: no-repeat; background-position: center bottom; background-size: 100% auto;}
.recruit .back_gray:before, .recruit .container:last-child:before { background-image: url("../images/recruit_img01.png"); width: 189px; height: 265px; bottom: -30px; left: -80px;}
.recruit .container:last-child:before { display: none;}
.recruit .container:last-child:after { background-image: url("../images/recruit_img02.png"); width: 364px; height: 240px; bottom: -85px; right: -90px;}

.recruit .heading_btmline { font-size: 1.75em; padding-bottom: 25px;}
.recruit .heading_btmline:after { content: ""; position: absolute; width: 55px; height: 5px; background: #fff; bottom: 0px; left: 50%; transform: translateX(-50%);}

.container.voice { max-width: 930px;}
.voice .v_box01 { display: flex; justify-content: space-between; align-items: center;}
.voice .v_box01 figure img { border: solid 10px #fff;}
.voice .v_box01 .box_inner { width: 400px;}
.voice .v_box01 .text01 { font-size: 1.3em;}
.voice .v_box01 h4 { font-size: 2.7em;}
.voice .v_box01 .btn_area span { display: inline-block; width: 100%; max-width: 400px; position: relative; text-align: center; border: solid 1px #fff; line-height: 1.6; padding: 11px; cursor: pointer; transition: 0.3s;}
.voice .v_box01 .btn_area span:before { content: ""; position: absolute; border: solid 1px #fff; top: 2px; right: -4px; bottom: -4px; left: 2px;}
.voice .v_box01 .btn_area span:after { content: ""; background: url("../images/ico_arrow.png") no-repeat center center; background-size: 100% auto; width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin: -5px 0px 0px 0.5em; transition: 0.3s;}
.voice .v_box01 .btn_area span.open:after { transform: rotate(180deg);}

.faq_dl dl { display: flex; justify-content: space-between;}
.faq_dl dt { width: 65px; height: 65px; background: url("../images/faq_q.png") no-repeat center center; background-size: 100% auto; text-align: center; font-size: 1.5em; line-height: 60px; letter-spacing: -0.02em; position: relative; padding-left: 4px;}
.faq_dl dd { width: calc(100% - 95px); align-self: center;}
.faq_q dd { border-radius: 15px; font-size: 1.2em; line-height: 1.6; padding: 10px 0.8em;}
.faq_a dt { background-image: url("../images/faq_a.png");}
.v_box02 { display: none;}

.recruit .back_gray { max-width: 1150px; margin: auto; border-radius: 15px; padding: 50px 15px;}
.recruit .back_gray .wrap { max-width: 930px; margin: auto; padding: 0px 15px;}
.recruit .back_gray .heading_btmline:after { background: #1f80a3;}

.c_box01 { display: flex; justify-content: space-between;}
.c_box01 .box_inner { width: calc(100% - 155px);}
.c_box01:nth-of-type(1) .box_inner { padding-right: 240px;}
.c_box01 .img01 { width: 200px; right: 0px; top: -15px;}
.c_box01 .text02 { display: table; border-radius: 30px; padding: 0px 1em;}

.contact { background: url("../images/footer_bg.jpg") no-repeat center center; background-size: cover; padding: 90px 0px;}
.contact .box { background: rgba(31,128,163,0.8); max-width: 900px; margin: auto; padding: 70px 20px 100px;}
.contact .box:before { content: ""; position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; border: solid 1px #fff;}
.contact li { display: inline-block; margin: 0px 20px 40px;}
.contact a, .contact span { display: block; position: relative; z-index: 100; font-size: 2em; line-height: 1; letter-spacing: 0.05em; padding-left: 45px;}
.contact a:before, .contact span:before { content: ""; position: absolute; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; top: 50%; transform: translateY(-40%); -webkit-backface-visibility: hidden; left: 0px; height: 38px; width: 38px;}
.contact li:first-child a:before { background-image: url("../images/footer_icon01.png");}
.contact li:nth-child(2) span:before { background-image: url("../images/footer_icon02.png");}
.contact li:last-child a { font-size: 1.65em; padding-left: 50px;}
.contact li:last-child a:before { background-image: url("../images/footer_icon03.png");}

