@charset "utf-8";
/*
 Share Style
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #FFF;
  font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 90%;
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {}
p, li, dt, dl {
  line-height: 1.6;
}
p {
  margin: 0 0 1em 0;
}
li {
  list-style-type: none;
}
img {
  border: 0;
}
address {
  font-style: normal;
}
.clear {
  clear: both;
}
@media screen and (max-width:640px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
@media screen and (min-width:641px) {
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width:1099px) {
  .menuPC {
    display: none !important;
  }
  .menuSP {
    display: block;
  }
}
@media screen and (min-width:1100px) {
  .menuPC {
    display: block;
  }
  .menuSP {
    display: none !important;
  }
}
/*
 Link Color
----------------------------------------------------------- */
a:link {
  color: #0065b0;
  text-decoration: none;
}
a:visited {
  color: #0065b0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #666;
}
/*
 container
----------------------------------------------------------- */
#container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/*
 main
----------------------------------------------------------- */
#main {
  width: 100%;
  height: auto;
  font-size: 16px;
  position: relative;
  padding-top: 50px;
}
#main::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #0e9cb8, #001eaa);
}
h1 {
  position: absolute;
  top: 70px;
  left: 60px;
}
h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 55px;
}
.cnt a {
  position: absolute;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  color: #001eaa;
  background-color: #fff;
  border-radius: 17.5px;
  z-index: 2;
  top: 10px;
  right: 20px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s;
}
.cnt a:hover {
  color: #fff;
  background-color: #001eaa;
  text-decoration: none;
}
.inner {
  max-width: 1000px;
  width: 96%;
  height: auto;
  padding: 70px 0 90px;
  margin: 0 auto;
}
.inner.first {
  padding: 110px 0 90px;
}
@media screen and (max-width:999px) {
  h1 {
    left: 30px;
  }
  h1 img {
    width: 90px;
  }
  .inner {
    padding: 40px 0 50px;
  }
  .inner.first {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width:640px) {
  h1 {
    left: 20px;
    top: 35px;
  }
  h1 img {
    width: 55px;
  }
  h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #main {
    font-size: 14px;
    padding-top: 25px;
  }
  #main::before {
    height: 25px;
  }
  .cnt a {
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1;
    text-decoration: none;
    text-align: right;
    color: #fff;
    background-color: none;
    border-radius: 17.5px;
    z-index: 2;
    top: 7px;
    right: 25px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s;
    background: none;
  }
  .cnt a::after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    right: -10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*
お問合わせページ
----------------------------------------------------------- */
.contact h2 {
  background-image: url(../img/ttl_bk.png);
  background-size: cover;
  width: 100%;
  height: 300px;
  text-align: left;
  font-size: 2.5rem;
  font-family: 'Roboto';
  letter-spacing: 2px;
  padding: 150px 0 0 60px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
}
.contact h2 span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}
.contact {
  background-color: #e4f1fb;
}
.contact .wrap {
  width: 96%;
  height: auto;
  margin: 0 2% 40px;
  padding: 0 0 25px 0;
  background-color: #fff;
  border-radius: 17px;
  webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact .wrap:last-child {
  margin: 0 2% 0;
}
.contact .wrap .ttl {
  width: 100%;
  height: 95px;
  line-height: 95px;
  background-color: #19a6c3;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
.contact .wrap .ttl span {
  font-size: 30px;
}
.contact .wrap .btn {
  display: block;
  width: 360px;
  height: 60px;
  line-height: 63px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  z-index: 0;
  margin: 35px auto 20px;
  font-size: 20px;
}
.contact .wrap .btn a, .contact .wrap .btn:hover {
  color: #fff;
  text-decoration: none;
}
.contact .wrap .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #0e9cb8, #001eaa);
}
.contact .wrap .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: -2;
  left: 0;
  background: linear-gradient(to left, #6ec7da, #0e9cb8);
}
.contact .wrap .btn:hover:before {
  opacity: 0;
}
.contact .wrap .btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/arrow.png)top 20px right 30px no-repeat;
  background-size: 25px 25px;
}
.contact .wrap .conwrap {
  padding: 50px 70px 0;
  display: flex;
}
.contact .wrap .conwrap .conttl {
  width: 410px;
  height: auto;
  font-weight: bold;
}
.contact .wrap .conwrap .contel {
  width: 410px;
  height: auto;
}
.contact .wrap .conwrap .contel span {
  font-size: 24px;
  color: #0080b2;
  font-weight: bold;
}
.contact .wrap .conwrap2 {
  padding: 50px 20px 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.contact .wrap .conwrap2 .conttl {
  width: 100%;
  height: auto;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.contact .wrap .conwrap2 .contel {
  width: 100%;
  height: auto;
}
.contact .wrap .conwrap2 .contel p.cap {
  font-size: 14px;
  margin: 0;
}
.errortxt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #d10b0b;
  text-align: center;
}
.contact .wrap .conwrap2 .contel #file_input {
  width: 100%;
  margin: 0 auto 10px;
  text-align: left;
  border: 1px solid #000;
  padding: 25px;
}
.contact .wrap .conwrap2 .contel label {
  padding: 5px 40px;
  color: #ffffff;
  background-color: #19a6c3;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  /*margin-left: -160px;*/
}
.contact .wrap .conwrap2 .contel input[type="file"] {
  display: none;
}
.contact .wrap .conwrap2 .contel label::after {
  content: "";
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -160px;
  top: calc(50% - 10px);
  color: #000;
}
.contact .wrap .conwrap2 .contel label.changed::after {
  content: "";
}
.filename {
  font-size: 16px;
  color: #000;
}
.contact .attention {
  padding: 40px 50px 0;
}
.contact .end {
  padding: 40px 50px 0;
  text-align: center;
}
.contact .attention p {
  margin: 0;
  padding: 0 20px;
  font-size: 18px;
}
.contact .attention .attention_box {
  margin: 10px 20px -10px;
  padding: 15px 15px 15px 100px;
  font-size: 18px;
  color: #d51107;
  font-weight: bold;
  background: #f1f8fd url("../img/attention_icon_pc.png")top 43% left 25px no-repeat;
	background-size: 50px 50px;
  border-radius: 15px;
}
@media screen and (max-width:999px) {
  .contact .attention {
    padding: 40px 30px 0;
  }
  .contact .attention p {
    padding: 0;
  }
	.contact .attention .attention_box {
  margin: 10px 0 -10px;
		font-size: 17px;
}
}
@media screen and (max-width:640px) {
  .contact .attention p {
    padding: 0 0 15px;
    font-size: 16px;
  }
  .contact .attention .attention_box {
    margin: -5px 0 10px;
    padding: 15px;
    color: #d51107;
    font-weight: bold;
    font-size: 15px;
    background: #f1f8fd url("../img/attention_icon_sp.png")top 8px left 15px no-repeat;
	background-size: 28px 28px;
    border-radius: 10px;
    text-indent: 37px;
}
  .contact .wrap .conwrap2 {
    padding: 20px 20px 0;
  }
  .contact .wrap .conwrap2 .conttl {
    margin-bottom: 10px;
    text-align: left;
  }
  .contact .wrap .conwrap2 .contel #file_input {
    width: 100%;
    padding: 20px 0;
  }
  .contact .wrap .conwrap2 .contel label {
    padding: 5px 15px;
    margin-left: 20px;
  }
  .contact .wrap .conwrap2 .contel label::after {
    font-size: 14px;
    right: -140px;
  }
  .filename {
    font-size: 14px;
  }
}
/*フォーム */
.wrap_form {
  padding: 40px 70px 0;
}
#entryForm dl {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #dfe6ea;
}
#entryForm dl:first-child {
  width: 100%;
  display: flex;
  border-top: 1px solid #dfe6ea;
  border-bottom: 1px solid #dfe6ea;
}
#entryForm dl dt {
  width: 35%;
  padding: 1em;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
#entryForm dl dd {
  width: 65%;
  padding: 1em;
}
#entryForm dl dd p {
  margin: 0.5em 0 0 0;
}
.r14 {
  color: #d50707;
  margin-right: 10px;
}
select {
  padding: inherit;
}
select {
  padding: 0.5em 2.25em 0.5em 0.5em;
  background: url(../img/icon_arrow_bot.png) center right .5em no-repeat #fff;
  background-size: 0.75em;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
}
select::-ms-expand {
  display: none;
}
input[type="text"] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1.3;
  -webkit-appearance: none;
}
input[type="text"] + input[type="text"] {
  margin-top: 1em;
}
input[type="password"] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1.3;
  -webkit-appearance: none;
}
input[type="password"] + input[type="password"] {
  margin-top: 1em;
}
textarea {
  width: 100%;
  height: 6.4em;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1.3;
  -webkit-appearance: none;
}
.wrap_contract {
  margin: 2em 0 0;
}
.wrap_contract .wrap_list {
  width: 100%;
  height: 270px;
  padding: 30px;
  overflow-y: scroll;
  border: #ccc 1px solid;
  margin: 0 0 2em;
}
#js_check {
  text-align: center;
}
#buttonArea {
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
input[type="submit"] {
  width: 45%;
  padding: 0.7em;
  margin: 15px auto 0;
  background-size: contain;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: none;
  background: linear-gradient(to left, #0e9cb8, #001eaa);
}
@media screen and (max-width:999px) {
  input[type="submit"] {
    width: 55%;
    max-width: 400px;
  }
}
@media screen and (max-width:640px) {
  input[type="submit"] {
    margin: 10px auto 0;
    font-size: 16px;
  }
}
/* チェックボックス */
label input[type="checkbox"]:checked + span::before {
  background-color: #0095b4;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
label input[type="checkbox"] + span, label input[type="radio"] + span {
  position: relative;
  padding: 0 0.5em 0 1.75em;
}
/* CHECKBOX */
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
label input[type="checkbox"] + span::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 3px;
  z-index: 0;
  transition: .2s;
}
label input[type="checkbox"] + span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.35em;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
label input[type="checkbox"]:checked + span::before {
  border: none;
}
label input[type="checkbox"]:checked + span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
@media screen and (max-width:999px) {
  .contact .wrap {
    padding: 0 0 15px 0;
  }
  .contact .wrap .btn {
    margin: 25px auto;
  }
  .contact .wrap .conwrap {
    padding: 30px 30px 0;
  }
  .wrap_form {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width:640px) {
  .contact .wrap {
    padding: 0 0 15px 0;
  }
  .contact .wrap .ttl {
    height: 60px;
    line-height: 62px;
    font-size: 20px;
  }
  .contact .wrap .ttl.line2 {
    line-height: 1.3;
    padding-top: 12px;
    font-size: 16px;
  }
  .contact .wrap .ttl span {
    font-size: 16px;
  }
  .contact .wrap .conwrap {
    padding: 30px 25px 0;
    display: block;
  }
  .contact .wrap .conwrap .conttl {
    width: 100%;
  }
  .contact .wrap .conwrap .contel {
    width: 100%;
  }
  .contact .wrap .btn {
    width: 280px;
    height: 50px;
    line-height: 52px;
    font-size: 18px;
    text-indent: -10px;
  }
  .contact .wrap .btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/arrow.png)top 15px right 10px no-repeat;
    background-size: 20px 20px;
  }
  .contact .attention {
    padding: 20px 20px 0;
  }
  .wrap_form {
    padding: 0px 20px;
  }
  #entryForm dl:first-child, #entryForm dl {
    display: block;
  }
  #entryForm dl dt {
    width: 100%;
    display: block;
    padding: 1em 1em 0;
  }
  #entryForm dl dd {
    width: 100%;
  }
  input[type="submit"] {
    width: 100%;
    font-size: 16px;
  }
  .recruit .career table {
    margin-top: 30px;
  }
}

/*
 ページトップへ
----------------------------------------------------------- */
.totop {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.totop img {
  margin-top: 18px;
}
.totop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(to left, #0e9cb8, #001eaa);
}
.totop:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: linear-gradient(to left, #6ec7da, #0e9cb8);
}
.totop:hover:before {
  opacity: 0;
}
.totop a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 foot
----------------------------------------------------------- */
#foot {
  background-image: url(../img/foot_bk.jpg);
  background-size: cover;
  width: 100%;
  height: 230px;
}
#foot .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0;
  border-bottom: #fff 1px solid;
}
#foot .inner .footnavi {
  width: auto;
  float: left;
}
#foot .inner .footnavi ul {
  margin-top: 20px;
}
#foot .inner .footnavi ul li {
  float: left;
  margin-right: 30px;
  padding-left: 20px;
  position: relative;
}
#foot .inner .footnavi ul li:before {
  content: "▶";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
}
#foot .inner .footnavi ul li a {
  color: #fff;
  text-decoration: none;
}
#foot .inner .footnavi ul li a:hover {
  color: #0e9cb8;
  text-decoration: none;
}
#foot .inner .footicon {
  width: auto;
  float: right;
  text-align: right;
}
#foot .inner .footicon ul li {
  float: left;
  margin-right: 20px;
  vertical-align: middle;
}
#foot .inner:after {
  content: "";
  display: block;
  clear: both;
}
#foot .copy {
  color: #fff;
  text-align: center;
  padding: 50px 0 0;
}
@media screen and (max-width:999px) {
  #foot {
    height: 25vw;
  }
  #foot .inner {
    width: 90%;
    margin: 0 5%;
    padding: 20px 0 0;
  }
  #foot .copy {
    padding: 30px 0 0;
  }
}
@media screen and (max-width:640px) {
  #foot {
    height: 46vw;
  }
  #foot .inner {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
  #foot .inner .footnavi ul li {
    float: left;
    margin-right: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
  }
  #foot .copy {
    padding: 10px 5% 0;
  }
  #foot .inner .footicon {
    display: none;
  }
}
@media screen and (max-width:999px) {
 .contact h2 {
    height: 250px;
    font-size: 2.0rem;
    letter-spacing: 3px;
    padding: 130px 0 0 30px;
    margin-bottom: 0;
  }
  .contact h2 span {
    font-size: 1.0rem;
  }
}
@media screen and (max-width:640px) {
  .contact h2 {
    height: 150px;
    font-size: 6vw;
    letter-spacing: 2px;
    padding: 75px 0 0 20px;
    margin-bottom: 0;
  }
  .contact h2 span {
    font-size: 0.8rem;
  }
}
.stepbox + .stepbox {
  margin: 15px 0 0;
  padding: 0;
  border-top: 2px solid #19a6c3;
}
.contact .attention p.step {
  margin: 0 0 10px 0;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #19a6c3;
}
.contact .attention p.step span {
  font-size: 24px;
  margin-right: 10px;
  background-color: #19a6c3;
  color: #fff;
  padding: 2px 15px;
  border-radius: 5px;
}
.wrap_form.step {
  padding: 0 70px;
}
@media screen and (max-width:999px) {
  .contact .attention p.step {
    padding: 0;
  }
  .wrap_form.step {
    padding: 0 30px;
  }
  .contact .attention p.step span {
    font-size: 20px;
  }
}
@media screen and (max-width:640px) {
  .contact .attention p.step {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .contact .attention p.step span {
    font-size: 16px;
    margin-right: 5px;
    padding: 2px 5px;
  }
  .wrap_form.step {
    margin-top: -1.5em;
    padding: 0 20px;
  }
}
.downrightwrap {
  text-align: right;
  padding: 0 2%;
}
.downrightwrap a {
  background-color: #19a6c3;
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width:999px) {
  .downrightwrap {
    margin-top: -15px;
  }
}