@charset "UTF-8";
/* text shadow */
/* Default --start */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figcaption, figure {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

input, [type='checkbox'] {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  color: #343434;
  line-height: 1.6;
  font-smoothing: antialiased;
}

body a {
  text-decoration: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input::-ms-expand, select::-ms-expand, textarea::-ms-expand {
  display: none;
}

.conbox dd textarea,
.conbox dd select,
.conbox dd input[type="text"],
.conbox dd input[type="email"],
.conbox dd input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* text shadow */
.header .inners,
.footer .inners,
.sections .inners {
  max-width: 1000px;
  width: 1000px;
  margin: auto;
  min-height: auto;
}

.sections .logonav .description,
.header .logonav .description {
  width: 100%;
}

.footer {
  min-height: 6px;
}

.footer .copyrights {
  text-align: center;
  font-size: 85%;
}

.nav02,
.main_nav,
.foot_nav01,
.foot_nav02,
.head_nav {
  max-width: 1000px;
  width: 1000px;
  margin: auto;
}

.nav02 ul,
.main_nav ul,
.foot_nav01 ul,
.foot_nav02 ul,
.head_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
}

.nav02 li,
.main_nav li,
.foot_nav01 li,
.foot_nav02 li,
.head_nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  width: 25%;
  height: auto;
  min-height: 100%;
}

.nav02 li a,
.main_nav li a,
.foot_nav01 li a,
.foot_nav02 li a,
.head_nav li a {
  display: block;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  margin: auto;
}

.nav02 li a img,
.main_nav li a img,
.foot_nav01 li a img,
.foot_nav02 li a img,
.head_nav li a img {
  display: inline;
  width: auto;
}

.nav02 {
  width: 70%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  width: 70%;
}

.nav02 li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  width: 20%;
  height: auto;
}

.main_nav {
  width: 1000px;
  height: auto;
  margin: auto;
}

.main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.main_nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  width: 25%;
  height: auto;
  text-align: center;
}

.main_nav li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.sections {
  width: auto;
  height: auto;
  position: relative;
}

.sections h2 {
  text-align: center;
  font-size: 0;
  width: 100%;
  background: url(../images/) no-repeat center top;
}

.logonav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.logonav .logo_box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  width: 30%;
}

.logonav .logo_box .logo {
  width: 30%;
  height: auto;
}

.logonav .logo_box .logo a {
  display: block;
  width: 100%;
  min-height: 100%;
  background: url(../images/) no-repeat center top/contain;
}

.list_w_box01 {
  width: auto;
  min-height: 60px;
}

.list_w_box01 li {
  min-height: 100px;
  width: auto;
}

.list_w_box01 li .box_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list_w_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.list_w_box02 .inbox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30%;
  text-align: center;
}

.list_w_box02 .inbox .box_img {
  padding: 10px;
  width: auto;
  min-height: 60px;
}

.list_w_box02 .inbox .box_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list_w_box02 .inbox .box_txt {
  padding: 10px;
  text-align: left;
}

.list_w_box03 .inbox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

.list_w_box03 .inbox img {
  max-width: 100%;
  height: auto;
}

/* text shadow */
/* =#form
-------------------------------------------------------------- */
.inners.conbox {
  width: auto;
}

.conbox {
  width: auto;
  width: 1000px;
  margin: auto;
  padding: 20px 0;
}

.conbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  margin: 40px 60px;
}

.conbox dl dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(72.8% - $m04);
  flex: 0 0 calc(72.8% - $m04);
  width: calc(72.8% - $m04);
}

.conbox dl.addbrd .with-validate {
  border-color: #f00;
}

.conbox dl.addsmrg .with-validate {
  margin-bottom: 30px;
}

.conbox dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24.8%;
  flex: 0 1 24.8%;
  width: 24.8%;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.conbox dt .dt_ttl2,
.conbox dt .dt_ttl {
  text-indent: .4em;
  padding-top: 2px;
}

.conbox dt .dt_ttl2 .needcome,
.conbox dt .dt_ttl .needcome {
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #f8684c;
  line-height: 30px;
  vertical-align: middle;
  width: 50px;
  height: 31px;
  top: 12px;
  bottom: 10px;
  right: 10px;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.conbox dt .dt_ttl {
  line-height: 50px;
}

.conbox dt .dt_ttl2 {
  line-height: 50px;
}

.conbox dd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72.8%;
  flex: 0 0 72.8%;
  width: 72.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  font-size: 1.5rem;
  color: #434343;
}

.conbox dd textarea,
.conbox dd select,
.conbox dd input[type="text"],
.conbox dd input[type="email"],
.conbox dd input[type="tel"] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  padding: 0 2% 0;
  margin: atuo;
  border: #e1e1e1 1px solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.04) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.conbox dd textarea.addbrd,
.conbox dd select.addbrd,
.conbox dd input[type="text"].addbrd,
.conbox dd input[type="email"].addbrd,
.conbox dd input[type="tel"].addbrd {
  border: #f8684c 2px solid;
}

.conbox dd select {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  padding: 0 4px;
  line-height: 50px;
  outline: none;
}

.conbox dd select option {
  width: 100%;
}

.conbox dd.bgred textarea,
.conbox dd.bgred select,
.conbox dd.bgred input[type="text"],
.conbox dd.bgred input[type="email"],
.conbox dd.bgred input[type="tel"] {
  background-color: #fff2f2;
}

.conbox dd.radiobox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.conbox label.error {
  display: block;
  position: absolute;
  font-weight: bold;
  width: auto;
  top: 51.6px;
  left: 2px;
  color: #f8684c;
  background-color: transparent;
  word-break: keep-all;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  clear: both;
  z-index: 20;
}

.conbox .shrt2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.conbox .shrtbh {
  margin-top: 30px;
}

.conbox .shrtchk {
  margin-top: 30px;
  margin-bottom: 30px;
}

.conbox .shrtbh .with-validate,
.conbox .teldl .with-validate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.conbox .teldl .teldl1 {
  width: 22%;
}

.conbox .teldl .teldl2 {
  width: 22%;
}

.conbox .teldl .teldl3 {
  width: 22%;
}

.conbox .teldl .hf {
  display: inline-block;
  font-size: 32px;
  font-size: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 7%;
  flex: 0 1 7%;
  width: 7%;
  min-height: 100%;
  vertical-align: middle;
  text-align: center;
}

.conbox .shrtbh .brtpr1 .brt1 {
  text-indent: .4em;
}

.conbox .shrtbh .brtpr2 .brt2 {
  text-indent: .4em;
}

.conbox .shrtbh .brtpr3 .brt3 {
  text-indent: .4em;
}

.conbox .shrtbh .brtpr1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
  width: 22%;
}

.conbox .shrtbh .brtpr2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 11%;
  flex: 0 1 11%;
  width: 11%;
}

.conbox .shrtbh .brtpr3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 11%;
  flex: 0 1 11%;
  width: 11%;
}

.conbox .shrtbh .hf {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 7.0%;
  flex: 0 1 7.0%;
  width: 7.0%;
  line-height: 50px;
  min-height: 100%;
  vertical-align: middle;
  text-align: left;
  text-indent: .6em;
}

.conbox .rub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  left: 4px;
  right: 0;
  top: -22px;
  margin: auto;
}

.conbox .rub .lbl2,
.conbox .rub .lbl {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  width: 48%;
  height: 20px;
}

.conbox .snm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conbox .snm .relatives2,
.conbox .snm .relatives {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conbox .snm .relatives2 .inp,
.conbox .snm .relatives .inp {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}

.conbox .snm .relatives2 .lbl,
.conbox .snm .relatives .lbl {
  position: absolute;
  top: -20px;
  color: #666666;
}

.conbox .snm .relatives2 .lbl {
  left: 4%;
}

.conbox .addrs dd input[type="text"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.conbox .tmail .mailinp {
  width: 80%;
}

.conbox .seldl dd .selwrap {
  position: relative;
  width: 50%;
}

.conbox .seldl dd .selwrap:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6.4px 0 6.4px;
  border-color: #5a5a5e transparent transparent transparent;
  top: 22px;
  bottom: auto;
  right: 3%;
  margin: auto;
  pointer-events: none;
}

.conbox .select-box {
  position: relative;
}

.conbox .select-box .selinp {
  position: relative;
}

.conbox dd .radiolab {
  display: inline-block;
  padding: 8px 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  width: 18%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 0;
  padding: 12px 0 12px 60.4px;
  vertical-align: middle;
  cursor: pointer;
}

.conbox dd .radiolab:before {
  content: '';
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 39%;
  margin: auto;
  left: 21px;
  display: block;
  margin-top: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #5a5a5e;
  opacity: 0;
}

.conbox dd .radiolab:after {
  content: '';
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 39%;
  left: 14px;
  margin: auto;
  display: block;
  margin-top: -10px;
  width: 26px;
  height: 26px;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
}

.conbox dd .radioinp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  width: 0%;
  border: #f0f0f0 2px solid;
  display: none;
  opacity: .2;
}

.conbox dd .radioinp:checked + .radiolab:before {
  opacity: 1;
}

.item-submit {
  width: auto;
  margin: 80px auto;
  line-height: 1.2;
}

.item-submit .submits {
  display: block;
  position: relative;
  height: 80px;
  margin: auto;
  margin: auto;
  position: relative;
  width: 450px;
  cursor: pointer;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 20px;
  font-size: 2rem;
}

.item-submit .submits:hover, .item-submit .submits:active {
  top: 2px;
}

/* submit button要素 */
/*for-validate.css*/
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 100%;
  z-index: 10;
}

.logonav .logo_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}

.logonav .logo_box .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  background: url(../images/lr_logo.png) no-repeat left center;
}

.logonav .logo_box .logo a {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  display: block;
  max-width: 30%;
  height: inherit;
}

.logonav .nav02 {
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
}

.logonav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logonav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  height: auto;
}

.logonav li a {
  display: block;
  margin: auto;
}

.logonav li.hl01 {
  background: url(../images/lr_txt_hedtel.jpg) no-repeat center 40%;
}

.logonav li.hl01 a {
  display: block;
  width: 100%;
  height: 100%;
}

.logonav li.hl02 {
  background: #f98909;
}

.logonav li.hl02 a {
  color: #fff;
}

.fv {
  background: #88ccf0 url(../images/lr_bg_fv.jpg) no-repeat center top/cover;
}

.fv .inners {
  min-height: 590px;
  width: 1200px;
  position: relative;
}

.fv .inners .eyeimg {
  padding: 60px 0 0;
}

.fv .inners .eyeimg p {
  margin: auto;
  text-align: center;
}

.fv .inners .eyeimg p:nth-child(2) {
  margin: 0 auto 22px 38px;
}

.fv .button_block {
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  bottom: -40px;
  width: auto;
  text-align: center;
}

.fv .button_block a {
  position: absolute;
  display: inline-block;
  width: 600px;
  height: 80px;
  left: 0;
  right: 0;
  top: -40px;
  z-index: 1;
  margin: auto;
  display: inline-block;
  background: #f98909 url(../images/lr_txt_btntxt01.png) no-repeat center;
}

.fv .button_block a img {
  max-width: 100%;
  height: auto;
}

.fv .button_block a:hover {
  top: -39px;
}

.sec01 h2 {
  margin: 100px auto 50px;
}

.sec01 .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 90px;
  position: relative;
  z-index: auto;
}

.sec01 .inbox .box_img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 58%;
  flex: 1 1 58%;
}

.sec01 .inbox .box_txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 386px;
  flex: 0 1 386px;
}

.sec01 .inbox.inb01 .box_img, .sec01 .inbox.inb02 .box_img, .sec01 .inbox.inb03 .box_img {
  position: relative;
  min-height: 354px;
}

.sec01 .inbox.inb01 .box_img img, .sec01 .inbox.inb02 .box_img img, .sec01 .inbox.inb03 .box_img img {
  max-width: 100%;
  height: auto;
  display: inline;
  position: relative;
  z-index: 1;
}

.sec01 .inbox.inb01 .box_img:after, .sec01 .inbox.inb02 .box_img:after, .sec01 .inbox.inb03 .box_img:after {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: 336px;
  background: #afd8ee;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.sec01 .inbox.inb01 .box_txt, .sec01 .inbox.inb02 .box_txt, .sec01 .inbox.inb03 .box_txt {
  width: 386px;
}

.sec01 .inbox.inb01 .box_txt h3, .sec01 .inbox.inb02 .box_txt h3, .sec01 .inbox.inb03 .box_txt h3 {
  width: auto;
  margin: 20px auto;
}

.sec01 .inbox.inb01 .box_txt .blowff, .sec01 .inbox.inb02 .box_txt .blowff, .sec01 .inbox.inb03 .box_txt .blowff {
  width: auto;
  height: 72px;
}

.sec01 .inbox.inb02 .box_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 336px;
}

.sec01 .inbox.inb02 .box_img:after {
  width: 570px;
  left: -20px;
}

.sec01 .inbox.inb02 .box_txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sec01 .inbox.inb01 .box_img, .sec01 .inbox.inb03 .box_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.sec01 .inbox.inb01 .box_img:after, .sec01 .inbox.inb03 .box_img:after {
  width: 336px;
}

.sec01 .inbox.inb01 .box_txt, .sec01 .inbox.inb03 .box_txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sec01 .inbox.inb01 .box_img {
  top: -8px;
  right: -10px;
}

.sec01 .inbox.inb01 .box_img:after {
  width: 336px;
  top: 28px;
  left: auto;
  right: -12px;
}

.sec01 .inbox.inb01 h3 {
  background-image: url(../images/lr_h3_s0101.jpg);
}

.sec01 .inbox.inb01 .blowff {
  background-image: url(../images/lr_h3_s01p1.jpg);
}

.sec01 .inbox.inb01 h3, .sec01 .inbox.inb01 .blowff {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.sec01 .inbox.inb02 h3 {
  background-image: url(../images/lr_h3_s0102.jpg);
}

.sec01 .inbox.inb02 .blowff {
  background-image: url(../images/lr_h3_s01p2.jpg);
}

.sec01 .inbox.inb02 h3, .sec01 .inbox.inb02 .blowff {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.sec01 .inbox.inb03 h3 {
  background-image: url(../images/lr_h3_s0103.jpg);
}

.sec01 .inbox.inb03 .blowff {
  background-image: url(../images/lr_h3_s01p3.jpg);
}

.sec01 .inbox.inb03 h3, .sec01 .inbox.inb03 .blowff {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.sec02 {
  margin-top: 110px;
}

.sec02 .inners {
  width: auto;
  max-width: 100%;
}

.sec02 .inners h2 {
  position: relative;
  z-index: 1;
}

.sec02 .inners.inb01 .box_img .pci {
  display: inline;
}

.sec02 .inners.inb01 .box_img .spi {
  display: none;
}

.sec02 .inners.inb01, .sec02 .inners.inb02, .sec02 .inners.inb03 {
  position: relative;
  margin-bottom: 60px;
}

.sec02 .inners.inb01 .box_img, .sec02 .inners.inb02 .box_img, .sec02 .inners.inb03 .box_img {
  position: relative;
  width: inherit;
  height: 384px;
  text-align: center;
}

.sec02 .inners.inb01 .box_img img, .sec02 .inners.inb02 .box_img img, .sec02 .inners.inb03 .box_img img {
  display: inline-block;
  margin: auto;
}

.sec02 .inners.inb01 .box_img p, .sec02 .inners.inb02 .box_img p, .sec02 .inners.inb03 .box_img p {
  position: relative;
  bottom: -40px;
}

.sec02 .inners.inb01 .box_img p:after, .sec02 .inners.inb02 .box_img p:after, .sec02 .inners.inb03 .box_img p:after {
  content: '';
  display: block;
  position: relative;
  width: 63px;
  height: 63px;
  left: 0;
  right: 0;
  top: -48px;
  margin: auto;
  background: url(../images/lr_icon_mic.png) no-repeat center 48%/contain;
}

.sec02 .inners.inb01 .box_img .ofh, .sec02 .inners.inb02 .box_img .ofh, .sec02 .inners.inb03 .box_img .ofh {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(52, 128, 192, 0.36);
}

.sec02 .inners.inb01 .box_img {
  padding-top: 60px;
  height: 480px;
}

.sec02 .inners.inb01 .ofh {
  background: url(../images/lr_bg_s0201.jpg) no-repeat center/cover;
}

.sec02 .inners.inb01 .ofh:after {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .3;
}

.sec02 .inners.inb02 .ofh {
  background: url(../images/lr_bg_s0202.jpg) no-repeat center/cover;
}

.sec02 .inners.inb02 .ofh:after {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .3;
}

.sec02 .inners.inb03 .ofh {
  background: url(../images/lr_bg_s0203.jpg) no-repeat center/cover;
}

.sec02 .inners.inb03 .ofh:after {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .3;
}

.sec02 .contents {
  width: 1000px;
  margin: auto;
}

.sec02 .contents h3 {
  margin: 60px auto 20px;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  color: #3ab2f0;
  letter-spacing: -.03em;
  text-align: center;
}

.sec02 .contents .txt span {
  font-weight: normal;
}

.sec03 {
  background-color: #f7f7fa;
}

.sec03 .inners {
  padding: 66px 0;
  z-index: auto;
  position: relative;
}

.sec03 h2 {
  margin-bottom: 50px;
}

.sec03 .recruit {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  z-index: 0;
}

.sec03 .recruit:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #afd8ee;
  z-index: -1;
}

.sec03 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #f7f7fa 1px solid;
  border-collapse: collapse;
}

.sec03 th, .sec03 td {
  padding: 36px 0;
  vertical-align: middle;
  font-weight: normal;
  background-color: #fff;
}

.sec03 td a,
.sec03 th, .sec03 td {
  color: #434343;
}

.sec03 th {
  background-color: #5a5a5e;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  width: 30%;
}

.sec03 td {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  width: 70%;
  padding: 36px 4px 36px 48px;
}

.cnv {
  background-color: #88ccf0;
  overflow: hidden;
}

.cnv h2 {
  margin: 60px auto 50px;
}

.cnv .contents {
  background-color: #fff;
}

.fixfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #fff;
  z-index: 10;
}

.fixfooter .nav02 {
  line-height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 98%;
  flex: 0 1 98%;
  width: 98%;
  margin: auto;
  padding: 10px 2%;
}

.fixfooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fixfooter li {
  height: auto;
}

.fixfooter li a {
  display: block;
  margin: auto;
}

.fixfooter li.hl01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 50%;
  background: url(../images/lr_txtsp_hedtel.jpg) no-repeat 32% center/88%;
}

.fixfooter li.hl01 a {
  display: block;
  width: 100%;
  height: 100%;
}

.fixfooter li.hl02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 46%;
  flex: 0 1 46%;
  width: 46%;
  margin-right: 3vw;
  background: #f98909;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.fixfooter li.hl02 a {
  color: #fff;
  line-height: inherit;
  font-size: 26px;
  font-size: 2.6rem;
}

.footer {
  background: #2d2d2d;
  color: #fff;
  line-height: 80px;
}
.footer .copyrights a {
  color: #fff;
  text-decoration: underline;
}

.thanks .logonav li.hl02 a {
  text-decoration: none;
}

/* options */
/* button effects
------------------------------- */
.mo {
  opacity: 1;
}

.mo:hover {
  z-index: 1;
  opacity: .94;
}

.btn input,
.btn a {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f98909;
  border-bottom: #c56c07 2px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn input:hover, .btn input:active,
.btn a:hover,
.btn a:active {
  border-bottom: #c56c07 0 solid;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* aminations */
#header.is_show {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  top: 0;
}

#header {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  top: -80px;
}

#header.is_show {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  opacity: 1;
}

#header {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  opacity: 0;
}

.fixfooter.is_show {
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  bottom: 0;
}

.fixfooter {
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  bottom: -80px;
}

.fixfooter {
  display: none;
}

/* IE 9-11*/
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .sec03 td {
    width: 780px;
  }
}

@media screen and (max-width: 640px) and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (max-width: 640px) and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4), screen and (max-width: 640px) and (min-width: 0\0) and (min-resolution: 72dpi) {
  .sec03 td {
    width: 58vw;
  }
}

.pc {
  display: block;
}

.pci {
  display: inline;
}

.sp, .spi {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc, .pci {
    display: none;
  }
  .sp {
    display: block;
  }
  .spi {
    display: inline;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* 初期化 ------------------------------- */
  .conbox,
  .sections h2,
  .sec02 .contents,
  .fv .button_block a,
  .nav02, .main_nav,
  .foot_nav01,
  .foot_nav02,
  .head_nav,
  .fv .inners,
  .header .inners,
  .footer .inners,
  .sections .inners {
    width: auto;
  }
  .conbox .shrt2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .conbox .shrtbh {
    margin-top: 0;
  }
  .conbox .shrtchk {
    margin-top: 0;
    margin-bottom: 0;
  }
  .conbox .with-validate.addsmrg,
  .conbox .with-validate .addsmrg {
    margin-bottom: 30px;
  }
  /* 初期化 ------------------------------- */
  .logonav .logo_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    width: 40%;
  }
  .logonav .logo_box .logo {
    width: 100%;
    min-height: 100%;
    background: none;
  }
  .logonav .logo_box .logo a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: block;
    max-width: 100%;
    background: url(../images/lr_logosp.png) no-repeat 2.4vw center/82%;
  }
  .logonav .nav02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    width: 56%;
    height: 80px;
  }
  .logonav .nav02 .hl01 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    background: url(../images/lr_txtsp_hedtel.jpg) no-repeat 66% center/82%;
  }
  .logonav .nav02 .hl02 {
    display: none;
  }
  .header {
    position: relative;
  }
  .wrapper {
    margin-top: 0;
  }
  .fixfooter .nav02 {
    line-height: 60px;
  }
  .fv {
    background: url(../images/sp_lepris_lp_02.jpg) no-repeat center/cover;
  }
  .fv .inners {
    min-height: 128vw;
  }
  .fv .inners .eyeimg {
    display: none;
  }
  .fv .button_block {
    height: 14vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    text-align: center;
    margin: 0 4vw 4vw;
  }
  .fv .button_block a {
    height: 14vw;
    top: 0;
    background: #f98909 url(../images/lr_txtsp_btntxt01.png) no-repeat center;
  }
  .fv .button_block a:hover {
    top: 0;
  }
  .sec01 h2 {
    margin: 60px auto 50px;
    width: 64%;
  }
  .sec01 .inbox {
    margin-bottom: 60px;
  }
  .sec01 .inbox.inb03 .box_img,
  .sec01 .inbox.inb02 .box_img,
  .sec01 .inbox.inb01 .box_img,
  .sec01 .inbox.inb01 .box_txt,
  .sec01 .inbox.inb02 .box_txt,
  .sec01 .inbox.inb03 .box_txt {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 90%;
    margin: auto;
  }
  .sec01 .inbox.inb03 .box_img h3, .sec01 .inbox.inb03 .box_img .blowff,
  .sec01 .inbox.inb02 .box_img h3,
  .sec01 .inbox.inb02 .box_img .blowff,
  .sec01 .inbox.inb01 .box_img h3,
  .sec01 .inbox.inb01 .box_img .blowff,
  .sec01 .inbox.inb01 .box_txt h3,
  .sec01 .inbox.inb01 .box_txt .blowff,
  .sec01 .inbox.inb02 .box_txt h3,
  .sec01 .inbox.inb02 .box_txt .blowff,
  .sec01 .inbox.inb03 .box_txt h3,
  .sec01 .inbox.inb03 .box_txt .blowff {
    text-align: center;
    background-position: center;
  }
  .sec01 .inbox.inb03 .box_img .blowff,
  .sec01 .inbox.inb02 .box_img .blowff,
  .sec01 .inbox.inb01 .box_img .blowff,
  .sec01 .inbox.inb01 .box_txt .blowff,
  .sec01 .inbox.inb02 .box_txt .blowff,
  .sec01 .inbox.inb03 .box_txt .blowff {
    height: auto;
    padding-bottom: 22vw;
    background-size: contain;
  }
  .sec01 .inbox.inb03 .box_img p br,
  .sec01 .inbox.inb02 .box_img p br,
  .sec01 .inbox.inb01 .box_img p br,
  .sec01 .inbox.inb01 .box_txt p br,
  .sec01 .inbox.inb02 .box_txt p br,
  .sec01 .inbox.inb03 .box_txt p br {
    display: none;
  }
  .sec01 .inbox.inb03 .box_img,
  .sec01 .inbox.inb02 .box_img,
  .sec01 .inbox.inb01 .box_img {
    margin-top: 20px;
    min-height: auto;
  }
  .sec01 .inbox.inb03 .box_img:after,
  .sec01 .inbox.inb02 .box_img:after,
  .sec01 .inbox.inb01 .box_img:after {
    width: 100%;
    height: 100%;
  }
  .sec01 .inbox.inb01 .blowff {
    background-image: url(../images/lr_h3sp_s01p1.jpg);
  }
  .sec01 .inbox.inb01 .box_img {
    top: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .sec01 .inbox.inb01 .box_img:after {
    width: 96%;
    height: 94%;
    top: 8%;
    left: auto;
    right: -1%;
  }
  .sec01 .inbox.inb02 .blowff {
    background-image: url(../images/lr_h3sp_s01p2.jpg);
  }
  .sec01 .inbox.inb02 .box_txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec01 .inbox.inb02 .box_img:after {
    top: 4.8%;
    left: -2.8%;
  }
  .sec01 .inbox.inb03 .blowff {
    background-image: url(../images/lr_h3sp_s01p3.jpg);
  }
  .sec01 .inbox.inb03 .box_img:after {
    top: 4.8%;
    left: auto;
    right: -2.8%;
  }
  .sec02 {
    margin-top: 0;
  }
  .sec02 h2 {
    margin: 0 auto 50px;
    margin: auto;
    width: 72%;
  }
  .sec02 .inners.inb01 .box_img, .sec02 .inners.inb02 .box_img, .sec02 .inners.inb03 .box_img {
    height: 52vw;
  }
  .sec02 .inners.inb01 .box_img p, .sec02 .inners.inb02 .box_img p, .sec02 .inners.inb03 .box_img p {
    width: 94%;
    margin: auto;
    bottom: -6vw;
  }
  .sec02 .inners.inb01 .box_img {
    padding-top: 40px;
    height: 70vw;
  }
  .sec02 .inners.inb01 .box_img .pci {
    display: none;
  }
  .sec02 .inners.inb01 .box_img .spi {
    display: inline;
  }
  .sec02 .inners.inb01 .box_img p {
    bottom: -8.4vw;
  }
  .sec02 .inners.inb01 .contents h3 {
    margin: 60px auto 20px;
  }
  .sec02 .inners.inb03 .contents h3 {
    letter-spacing: -0.12em;
  }
  .sec02 .contents > p {
    width: 90%;
    margin: auto;
  }
  .sec02 .contents h3 {
    width: 90%;
    font-size: 2rem;
    margin: 40px auto 20px;
  }
  .sec03 {
    overflow: hidden;
  }
  .sec03 h2 {
    margin: 40px auto;
    width: 52%;
  }
  .sec03 .inners {
    padding: 0 3vw;
    margin-bottom: 60px;
  }
  .sec03 .recruit:before {
    top: 10px;
    left: auto;
    right: -2.6%;
  }
  .sec03 td {
    padding: 20px;
  }
  .conbox {
    width: auto;
    margin: auto;
  }
  .conbox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    margin: 40px 60px;
  }
  .conbox dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    margin: 0 2px;
  }
  .conbox dt .dt_ttl {
    text-indent: 0;
  }
  .conbox dt .dt_ttl2 .needcome,
  .conbox dt .dt_ttl .needcome {
    position: relative;
    display: inline-block;
    margin: 0 30px 21px;
    top: 10px;
  }
  .conbox dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  .conbox dd textarea,
  .conbox dd select,
  .conbox dd input[type="text"],
  .conbox dd input[type="email"],
  .conbox dd input[type="tel"] {
    text-indent: .6em;
  }
  .conbox .teldl .hf {
    display: inline-block;
    font-size: 32px;
    font-size: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8%;
    flex: 0 1 8%;
    width: 8%;
    min-height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  .conbox .teldl label.error {
    word-break: keep-all;
  }
  .conbox .teldl .teldl1 {
    width: 30%;
  }
  .conbox .teldl .teldl2,
  .conbox .teldl .teldl3 {
    width: 25.4%;
  }
  .conbox .teldl .teldl2 label.error {
    right: auto;
  }
  .conbox .teldl .teldl3 label.error {
    right: 4%;
  }
  .conbox .teldl .teldl3 label.error:after {
    left: 80%;
  }
  .conbox .shrt2 dt,
  .conbox .shrt dt {
    padding-bottom: 14px;
  }
  .conbox .shrtbh .brtpr1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    width: 32%;
  }
  .conbox .shrtbh .brtpr2,
  .conbox .shrtbh .brtpr3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.6%;
    flex: 0 1 18.6%;
    width: 18.6%;
  }
  .conbox .shrtbh .hf {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10.0%;
    flex: 0 1 10.0%;
    width: 10.0%;
    line-height: 3.4;
    text-align: left;
    text-indent: 2%;
  }
  .conbox .shrtbh label.error {
    word-break: keep-all;
  }
  .conbox .shrtbh .brtpr2 label.error {
    right: 24%;
  }
  .conbox .shrtbh .brtpr2 label.error:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .conbox .shrtbh .brtpr3 label.error {
    right: 4%;
  }
  .conbox .shrtbh .brtpr3 label.error:after {
    left: 80%;
  }
  .conbox .tmail .mailinp,
  .conbox .seldl dd .selwrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  .conbox .shrtchk dd .radiolab {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    width: 40%;
  }
  .conbox .snm .relatives2 .inp,
  .conbox .snm .relatives .inp {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 98.6%;
  }
  .item-submit .submits {
    margin: 50px auto;
    display: block;
    width: 100%;
    height: 80px;
  }
  .cnv {
    padding: 0 3vw;
  }
  .cnv h2 {
    margin: 40px auto;
    width: 82%;
  }
  .cnv dl {
    margin: 0 18px;
  }
  .cnv dl .with-validate {
    width: auto;
    position: relative;
  }
  .fixfooter {
    opacity: 0;
    display: block;
  }
  .fixfooter li.hl02 {
    line-height: inherit;
  }
  .fixfooter li.hl02 a {
    color: #fff;
    font-size: 3.8vw;
  }
  .fixfooter.is_show {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 1;
  }
  .fixfooter {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    opacity: 0;
  }
}

@media screen and (max-width: 600px) {
  .logonav .logo_box .logo {
    background-size: contain;
  }
  .logonav .nav02 .hl01 {
    background-size: 88%;
  }
  .fv .button_block a {
    background: #f98909 url(../images/lr_txtsp_btntxt01.png) no-repeat center/contain;
  }
}

@media screen and (max-width: 480px) {
  .conbox dd textarea,
  .conbox dd select,
  .conbox dd input[type="text"],
  .conbox dd input[type="email"],
  .conbox dd input[type="tel"] {
    text-indent: .2em;
  }
  .sec03 td {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec03 .recruit td {
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 12px;
  }
}

/*# sourceMappingURL=style.css.map */