@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, tt, var, 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-size: 100%;
font: inherit;
vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
display: block
}
ol, ul {
list-style: none
}
blockquote, q {
quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
content: '';
display: table;
}
.clearfix:after {
clear: both;
}
html {
width: 100%;
height: 100%;
font-size: 62.5%;
}
body {
position: relative;
background: #fff;
text-align : center;
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
font-weight: 400;
width: 100%;
height: 100%;
color: #000;
line-height: 1.6;
letter-spacing: 0;
margin: 0;
padding: 0;
/*font-feature-settings: "palt" 1;*/
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
word-break: break-all;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
word-wrap: break-word;
}

h1, h2, h3, h4 {
font-size: 100%;
}
a:link {
color: #000;
text-decoration: underline;
transition: all 0.3s ease;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: #ee7800;
text-decoration: underline;
}
a:active {
color: #000;
}
img {
border: 0px;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
b,
b a {
color: #3a3a3a !important;
}
button:focus {
outline:0;
}

.taL{
text-align: left !important;
}
.taC{
text-align: center !important;
}
.taR {
text-align: right !important;
}
.fwn {
font-weight: 400;
}
.fwb {
font-weight: bold;
}
.ffs {
font-feature-settings: "palt" 1;
}
.numberWh {
color: #fff;
}
.orangeChu {
color: #ee7800;
}

@media print, screen and (min-width:1025px) {
body {
font-size: 1.6rem;
}
.br-pc {
display: block;
}
.br-sp {
display: none;
}
.pc {
display: none !important;
}
.txtSmall {
font-size: 1.4rem;
}
.txtSmall12 {
  font-size: 1.2rem !important;
  }
  
.blank {
margin-top: -80px;
padding-top: 80px;
}
.commonFlex {
display: flex;
justify-content: space-between;
}
}

@media print, screen and (max-width:1024px) {
body {
font-size: 1.4rem;
}
.br-pc {
display: none;
}
.br-sp {
display: block;
}
.sp {
display: none !important;
}
.txtSmall {
font-size: 11px;
}
.blank {
margin-top: -65px;
padding-top: 65px;
}
}

.serif {
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro','HGS明朝E',a-otf-ryumin-pr6n,serif;
}

.txtR {
text-align: right;
margin: 0 auto;
margin-bottom: 30px;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
float: right;
margin: 0 0 60px 60px;
}

.alignleft {
float: left;
margin: 0 60px 60px 0;
}

.recruit dt {
float: left;
clear: left;
padding: 0;
}

.recruit dd {
padding: 0 0 0 18px;
}



/* ----------------------------------------------------------------------------------
フォーム
---------------------------------------------------------------------------------- */

@media print, screen and (min-width:1025px) {

[include*="form-input-select()"] {
font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "YuGothic","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
display: block;
padding: 0;
position: relative;
border-radius: 5px;
box-shadow: none;
font-size: 14px;
width: 60%;
}
[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
content: '';
display: block;
position: absolute;
pointer-events: none;
z-index: 2;
}
[include*="form-input-select()"] select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #F7F7F7;
box-sizing: border-box;
width: 100%;
margin: 0;
border: 1px solid transparent;
font-size: 1.6rem;
outline: none;
border-radius: 5px;
/* Focus style */
}
[include*="form-input-select()"] select:focus {
background-color: transparent;
outline: none;
}
[include*="form-input-select()"] option {
font-weight: normal;
}
[include*="form-input-select()"] x:-o-prefocus, [include*="form-input-select()"]::after {
display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
[include*="form-input-select()"] select::-ms-expand {
display: none;
}
[include*="form-input-select()"] select:focus::-ms-value {
background: transparent;
color: #000;
}
}
@-moz-document url-prefix() {
[include*="form-input-select()"] {
overflow: hidden;
}
[include*="form-input-select()"] select {
width: 120%;
width: calc(100% + 3em);
/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
}
@supports (-moz-appearance: none) {
[include*="form-input-select()"] select {
width: 100%;
}
}
[include*="form-input-select()"] select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
}
@supports (-moz-appearance: none) {
[include*="form-input-select()"] {
width: 100%;
}
}
[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
content: '';
display: block;
position: absolute;
pointer-events: none;
border: 1px solid transparent;
width: 0;
height: 0;
right: 16px;
}
[include*="form-input-select()"]::before {
bottom: 55%;
border-width: 0 6.5px 8px 6.5px;
border-bottom-color: #D6D6D6;
}
[include*="form-input-select()"]::after {
border-width: 8px 6.5px 0 6.5px;
border-top-color: #D6D6D6;
top: 55%;
}
@-moz-document url-prefix() {
[include*="form-input-select()"] {
border-right: 3px solid #E6E6E6;
}
[include*="form-input-select()"]:hover {
border-right: 3px solid #ee7800;
}
}
[include*="form-input-select()"]:hover select {
box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset;
border-color: #ee7800;
}
[include*="form-input-select()"]:hover select:focus {
outline-color: transparent;
}
[include*="form-input-select()"]:hover::before {
border-bottom-color: #ee7800;
}
[include*="form-input-select()"]:hover::after {
border-top-color: #ee7800;
}
[include*="form-input-select()"] select {
border: 1px solid #F7F7F7;
border-radius: 5px;
font-weight: 400;
color: inherit;
padding: 15px;
line-height: normal;
-webkit-transition: border-color 0.2s ease, outline 0.2s ease;
transition: border-color 0.2s ease, outline 0.2s ease;
}
[include*="form-input-select()"] select:focus {
/*box-shadow: 0 3px 4px rgba(0, 91, 166, 0.3) inset;
outline: 1px solid #005BA6;
outline-offset: -3px;*/
background: #F7F7F7;
}

.input,
.inputS,
.inputL,
textarea {
background: #F7F7F7;
font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "YuGothic","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
padding: 15px;
font-size: 1.6rem;
margin: 0;
border-radius: 5px;
vertical-align: middle;
box-sizing: border-box;
border: 1px solid #F7F7F7;
}

.input {
width: 300px;
}

.inputS {
width: 148px;
}

.inputL {
width: 100%;
}

textarea {
width: 100%;
height: 250px;
}

.input:hover,
.inputS:hover,
.inputL:hover,
textarea:hover {
border: 1px solid #ee7800;
}
}

@media print, screen and (max-width:1024px) {

input[type="text"],
input[type="email"]{
-webkit-appearance: none;
}

[include*="form-input-select()"] {
font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "YuGothic","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
display: block;
padding: 0;
position: relative;
border-radius: 5px;
box-shadow: none;
font-size: 12px;
width: 100%;
}
[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
content: '';
display: block;
position: absolute;
pointer-events: none;
z-index: 2;
}
[include*="form-input-select()"] select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #F7F7F7;
box-sizing: border-box;
width: 100%;
margin: 0;
border: 1px solid transparent;
font-size: 12px;
outline: none;
border-radius: 5px;
/* Focus style */
}
[include*="form-input-select()"] select:focus {
background-color: transparent;
outline: none;
}
[include*="form-input-select()"] option {
font-weight: normal;
}
[include*="form-input-select()"] x:-o-prefocus, [include*="form-input-select()"]::after {
display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
[include*="form-input-select()"] select::-ms-expand {
display: none;
}
[include*="form-input-select()"] select:focus::-ms-value {
background: transparent;
color: #000;
}
}
@-moz-document url-prefix() {
[include*="form-input-select()"] {
overflow: hidden;
}
[include*="form-input-select()"] select {
width: 120%;
width: calc(100% + 3em);
/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
}
@supports (-moz-appearance: none) {
[include*="form-input-select()"] select {
width: 100%;
}
}
[include*="form-input-select()"] select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
}
@supports (-moz-appearance: none) {
[include*="form-input-select()"] {
width: 100%;
}
}
[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
content: '';
display: block;
position: absolute;
pointer-events: none;
border: 1px solid transparent;
width: 0;
height: 0;
right: 16px;
}
[include*="form-input-select()"]::before {
bottom: 55%;
border-width: 0 6.5px 8px 6.5px;
border-bottom-color: #D6D6D6;
}
[include*="form-input-select()"]::after {
border-width: 8px 6.5px 0 6.5px;
border-top-color: #D6D6D6;
top: 55%;
}
@-moz-document url-prefix() {
[include*="form-input-select()"] {
border-right: 3px solid #E6E6E6;
}
[include*="form-input-select()"]:hover {
border-right: 3px solid #ee7800;
}
}
[include*="form-input-select()"]:hover select {
box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset;
border-color: #ee7800;
}
[include*="form-input-select()"]:hover select:focus {
outline-color: transparent;
}
[include*="form-input-select()"] select {
border: 1px solid #F7F7F7;
border-radius: 5px;
font-weight: 400;
color: inherit;
padding: 15px;
line-height: normal;
-webkit-transition: border-color 0.2s ease, outline 0.2s ease;
transition: border-color 0.2s ease, outline 0.2s ease;
}
[include*="form-input-select()"] select:focus {
/*box-shadow: 0 3px 4px rgba(0, 91, 166, 0.3) inset;
outline: 1px solid #005BA6;
outline-offset: -3px;*/
background: #F7F7F7;
}

.input, .inputS, .inputL {
background: #F7F7F7;
font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "YuGothic","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
width: 100%;
padding: 15px;
font-size: 12px;
margin: 3px 0;
border-radius: 5px;
vertical-align: middle;
box-sizing: border-box;
border: 1px solid #F7F7F7;
}

textarea {
background: #F7F7F7;
font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "YuGothic","ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
width: 100%;
height: 200px;
padding: 15px;
font-size: 12px;
margin: 0;
border-radius: 5px;
vertical-align: middle;
box-sizing: border-box;
-webkit-appearance: none;
border: 1px solid #F7F7F7;
}


}

input:focus,
textarea:focus{
outline: none;
}

/* ----------------------------------------------------------------------------------

---------------------------------------------------------------------------------- */

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }
.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }
.fs25 { font-size: 25px !important; }
.fs26 { font-size: 26px !important; }
.fs27 { font-size: 27px !important; }
.fs28 { font-size: 28px !important; }
.fs29 { font-size: 29px !important; }
.fs30 { font-size: 30px !important; }

.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }

.mt2 { margin-top: 2px !important; }
.mt5 { margin-top: 5px !important; }
.mt7 { margin-top: 7px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.mt-10 { margin-top: -10px !important; }

.mgt1r{margin-top: 1rem !important;}
.mgt2r{margin-top: 2rem !important;}
.mgt3r{margin-top: 3rem !important;}
.mgt4r{margin-top: 4rem !important;}
.mgt5r{margin-top: 5rem !important;}
.mgt6r{margin-top: 6rem !important;}
.mgt7r{margin-top: 7rem !important;}
.mgt8r{margin-top: 8rem !important;}
.mgt9r{margin-top: 9rem !important;}


.mr5 { margin-right: 5px !important; }
.ml20 { margin-left: 20px !important; }

.mb5 { 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; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.mgb1r{margin-bottom: 1rem !important;}
.mgb2r{margin-bottom: 2rem !important;}
.mgb3r{margin-bottom: 3rem !important;}
.mgb4r{margin-bottom: 4rem !important;}
.mgb5r{margin-bottom: 5rem !important;}
.mgb6r{margin-bottom: 6rem !important;}
.mgb7r{margin-bottom: 7rem !important;}
.mgb8r{margin-bottom: 8rem !important;}
.mgb9r{margin-bottom: 9rem !important;}

.mg0r{margin: 0 !important;}
.mg2r{margin: 2rem !important;}

.pat5 { padding-top: 5px !important; }
.pat10 { padding-top: 10px !important; }
.pat15 { padding-top: 15px !important; }
.pat20 { padding-top: 20px !important; }
.pat25 { padding-top: 25px !important; }
.pat30 { padding-top: 30px !important; }
.pat35 { padding-top: 35px !important; }
.pat40 { padding-top: 40px !important; }
.pat60 { padding-top: 60px !important; }
.pat140 { padding-top: 140px !important; }

.pat1r{padding-top: 1rem !important;}
.pat1_3r{padding-top: 1.3rem !important;}

.pab3r{padding-bottom: 3rem !important;}
.pab5r{padding-bottom: 5rem !important;}
.pab7r{padding-bottom: 7rem !important;}


.patb1r{padding-top: 1rem !important;padding-bottom: 1rem !important;}



.pal3{padding-left: 3rem  !important;}

.par3{padding-right: 3rem !important;}

.pa6r{padding:6rem !important}
.pa1r{padding:1rem !important}


.lh { line-height: 1 !important; }
.lh100 { line-height: 1 !important; }
.lh110 { line-height: 1.1 !important; }
.lh120 { line-height: 1.2 !important; }
.lh130 { line-height: 1.3 !important; }
.lh140 { line-height: 1.4 !important; }
.lh150 { line-height: 1.5 !important; }
.lh160 { line-height: 1.6 !important; }
.lh170 { line-height: 1.7 !important; }

.w1per{width:1% !important;}
.w2per{width:2% !important;}
.w3per{width:3% !important;}
.w4per{width:4% !important;}
.w5per{width:5% !important;}
.w6per{width:6% !important;}
.w7per{width:7% !important;}
.w8per{width:8% !important;}
.w9per{width:9% !important;}
.w10per{width:10% !important;}
.w11per{width:11% !important;}
.w12per{width:12% !important;}
.w13per{width:13% !important;}
.w14per{width:14% !important;}
.w15per{width:15% !important;}
.w16per{width:16% !important;}
.w17per{width:17% !important;}
.w18per{width:18% !important;}
.w19per{width:19% !important;}
.w20per{width:20% !important;}
.w21per{width:21% !important;}
.w22per{width:22% !important;}
.w23per{width:23% !important;}
.w24per{width:24% !important;}
.w25per{width:25% !important;}
.w26per{width:26% !important;}
.w27per{width:27% !important;}
.w28per{width:28% !important;}
.w29per{width:29% !important;}
.w30per{width:30% !important;}

