@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif, ヒラギノ角ゴ ProN W3, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 200;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #231815;
  -webkit-text-size-adjust: 100%;
}

a:active,
a:focus,
a:link,
a:visited {
  font-size: 1.4rem;
  line-height: 1.7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

*:focus {
  outline: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html,
body {
  overflow: hidden;
  position: relative;
}

a img:hover {
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

#loading {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 9999;
  background: #fff;
}
#loading i.fas {
  font-size: 36px;
  line-height: 1em;
  color: #000;
}

#container {
  width: 100%;
  position: relative;
}
#container .header {
  width: 100%;
  height: 45px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#container .header .inner-block {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#container .header .inner-block .ttl {
  width: 203px;
  margin: 0 auto;
  font-size: 0;
}
#container .header .inner-block .ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-mv {
  width: 100%;
  overflow: hidden;
}
#container .sec-mv .inner-block {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#container .sec-mv .inner-block .item01 {
  width: 1800px;
  margin: 0 -260px;
}
#container .sec-mv .inner-block .item01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-01 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("../img/pc_sec01-bg01.png?v240214") no-repeat center top;
  background-size: 1800px;
  margin: 154px auto 0;
}
#container .sec-01 .inner-block {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container .sec-01 .inner-block .block01 {
  width: 685px;
  margin: 0 auto 0;
}
#container .sec-01 .inner-block .block01 .item01 {
  width: 500px;
  height: auto;
  margin: 530px 0 0 140px;
}
#container .sec-01 .inner-block .block01 .item01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-01 .inner-block .block02 {
  width: 595px;
}
#container .sec-01 .inner-block .block02 .ttl {
  width: 23.5px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  right: 571px;
}
#container .sec-01 .inner-block .block02 .ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-01 .inner-block .block02 .text-block {
  width: 595px;
  margin: 90px auto 0;
}
#container .sec-01 .inner-block .block02 .text-block a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #231815;
}
#container .sec-01 .inner-block .block02 .text-block a:hover {
  text-decoration: none;
}
#container .sec-01 .inner-block .block02 .text-block .text01 .addr {
  display: inline-block;
}
#container .sec-01 .inner-block .block02 .text-block .text01 .addr::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 8.5px;
  background-image: url(../img/pc_sec01-img02.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -1px;
}
#container .sec-01 .inner-block .block02 .text-block .text01 a {
  color: #828282;
  text-decoration: none;
  margin-left: 2px;
}
#container .sec-01 .inner-block .block02 .text-block .text01 a:hover {
  text-decoration: underline;
}
#container .sec-01 .inner-block .block02 .text-block .text02 {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
#container .sec-01 .inner-block .block02 .text-block .text02 span {
  font-size: 10px;
  font-size: 1rem;
}
#container .sec-01 .inner-block .block02 .text-block .tel {
  color: #000;
}
#container .sec-01 .inner-block .block02 .text-block .tel a {
  color: #000;
}
#container .sec-02 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("../img/pc_sec02-bg01.png?v240214") no-repeat center top;
  background-size: 1800px;
  margin: 174px auto 0;
}
#container .sec-02 .inner-block {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container .sec-02 .inner-block .block01 {
  width: 685px;
  margin: 0 auto 0;
}
#container .sec-02 .inner-block .block01 .item01 {
  width: 500px;
  height: auto;
  margin: 530px 0 0 140px;
}
#container .sec-02 .inner-block .block01 .item01 li {
  margin: 28px 0 auto;
  list-style: none;
}
#container .sec-02 .inner-block .block01 .item01 li:first-child {
  margin-top: 0;
}
#container .sec-02 .inner-block .block01 .item01 li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-02 .inner-block .block02 {
  width: 595px;
}
#container .sec-02 .inner-block .block02 .ttl {
  width: 23.5px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  right: 566px;
}
#container .sec-02 .inner-block .block02 .ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-02 .inner-block .block02 .text-block {
  width: 595px;
  margin: 136px auto 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#container .sec-02 .inner-block .block02 .text-block a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #231815;
}
#container .sec-02 .inner-block .block02 .text-block a:hover {
  text-decoration: none;
}
#container .sec-02 .inner-block .block02 .text-block .text01 {
  margin: 0 auto 21px;
}
#container .sec-02 .inner-block .block02 .text-block .text01 li {
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 17px;
}
#container .sec-02 .inner-block .block02 .text-block .text01 li:first-child {
  margin-top: 0;
}
#container .sec-02 .inner-block .block02 .text-block .text01 li span {
  font-size: 10px;
  font-size: 1rem;
}
#container .sec-02 .inner-block .block02 .text-block .text02 {
  margin-bottom: 20px;
}
#container .sec-02 .inner-block .block02 .text-block .text03 {
  margin: 0 auto 16px;
}
#container .sec-02 .inner-block .block02 .text-block .text03 dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}
#container .sec-02 .inner-block .block02 .order-btn {
  width: 350px;
  margin: 40px 0 0 5px;
}
#container .sec-02 .inner-block .block02 .order-btn img {
  height: auto;
}
#container .sec-03 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("../img/pc_sec03-bg01.png") no-repeat center top;
  background-size: 1800px;
  margin: 141px auto 0;
}
#container .sec-03 .inner-block {
  width: 1280px;
  height: 977px;
  margin: 0 auto;
  position: relative;
}
#container .sec-03 .inner-block .ttl {
  width: 75.5px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 193px;
  right: 414px;
}
#container .sec-03 .inner-block .ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-03 .inner-block .text-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 197px;
}
#container .sec-03 .inner-block .text-block .text01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.7142857143em;
  margin: 0 100px 0 0;
}
#container .sec-03 .inner-block .item-list {
  width: 1488px;
  margin: 20px -104px 0;
  list-style: none;
}
#container .sec-03 .inner-block .item-list .item01 {
  width: 510px;
  height: auto;
  margin: 0 auto;
  float: left;
}
#container .sec-03 .inner-block .item-list .item01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-03 .inner-block .item-list .item02 {
  width: 450px;
  height: auto;
  margin: 0 0 0 9px;
  float: left;
}
#container .sec-03 .inner-block .item-list .item02 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-03 .inner-block .item-list .item03 {
  width: 510px;
  height: auto;
  margin: 0 0 0 9px;
  float: left;
}
#container .sec-03 .inner-block .item-list .item03 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-03 .inner-block .text02 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.0769230769em;
  margin: 21px auto 3px;
  text-align: center;
}
#container .sec-03 .inner-block .text03 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4615384615em;
  margin: 0 auto;
  text-align: center;
}
#container .sec-04 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 61px auto 154px;
}
#container .sec-04 .inner-block {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#container .sec-04 .inner-block .order-btn {
  width: 600px;
  margin: 0 auto 66px;
}
#container .sec-04 .inner-block .order-btn img {
  height: auto;
}
#container .sec-04 .inner-block .ttl {
  width: 148.5px;
  height: auto;
  margin: 0 auto 12px;
}
#container .sec-04 .inner-block .ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-04 .inner-block .ttl02 {
  width: 252px;
  height: auto;
  margin: 0 auto;
}
#container .sec-04 .inner-block .ttl02 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-04 .inner-block .text01 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.6153em;
  margin: -10px auto 0;
  text-align: center;
}
#container .sec-04 .inner-block .text02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.8125em;
  margin: 0 auto;
  text-align: center;
}
#container .sec-04 .inner-block .form-block {
  width: 600px;
  margin: 36px auto 0;
}
#container .sec-04 .inner-block .form-block form {
  width: 600px;
  margin: 0 0 0 -72px;
}
#container .sec-04 .inner-block .form-block form dl {
  width: 600px;
  margin: 0 auto 31px;
}
#container .sec-04 .inner-block .form-block form dl dt {
  width: 150px;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 20px;
  line-height: 30px;
  margin: 0 auto;
  float: left;
  text-align: right;
}
#container .sec-04 .inner-block .form-block form dl dt.textarea_dt {
  opacity: 0;
}
#container .sec-04 .inner-block .form-block form dl dt.textarea_dt02 {
  opacity: 1;
}
#container .sec-04 .inner-block .form-block form dl dd {
  width: 450px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  height: 30px;
  float: left;
}
#container .sec-04 .inner-block .form-block form dl dd.required {
  height: auto;
}
#container .sec-04 .inner-block .form-block form dl dd input {
  width: 450px;
  padding: 5px;
  background: #f0f0f0;
}
#container .sec-04 .inner-block .form-block form dl dd label {
  padding: 7px 48px 0 0;
  display: inline-block;
}
#container .sec-04 .inner-block .form-block form dl dd label input {
  width: auto;
  padding: 0;
  background: none;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
#container .sec-04 .inner-block .form-block form dl dd ul li {
  display: block;
  list-style: none;
}
#container .sec-04 .inner-block .form-block form dl dd ul li label {
  padding: 7px 0 0 0;
  display: inline-block;
}
#container .sec-04 .inner-block .form-block form dl dd ul li label input {
  width: auto;
  padding: 0;
  background: none;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
#container .sec-04 .inner-block .form-block form dl dd textarea {
  width: 450px;
  padding: 5px;
  background: #f0f0f0;
  height: 180px;
}
#container .sec-04 .inner-block .form-block form dl dd .error_blank {
  color: #f00;
  padding: 5px 0;
  display: inline-block;
}
#container .sec-04 .inner-block .form-block form .precautions {
  width: 450px;
  margin: 0 0 50px 150px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#container .sec-04 .inner-block .form-block form .precautions .ttl {
  font-size: 14px;
  line-height: 1.5714285714em;
  text-align: center;
  margin-top: 17px !important;
  margin-bottom: 10px !important;
}
#container .sec-04 .inner-block .form-block form .precautions ul {
  width: 444px;
  margin-left: 6px;
  margin-bottom: 16px;
}
#container .sec-04 .inner-block .form-block form .precautions ul li {
  padding-left: 1.25em;
  text-indent: -1.25em;
  list-style: none;
  line-height: 1.5714285714em;
  margin-top: 18px;
}
#container .sec-04 .inner-block .form-block form .precautions ul li:first-child {
  margin-top: 0;
}
#container .sec-04 .inner-block .form-block form .precautions ul li:before {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -0.2em; /*黒丸アイコンの縦位置調整*/
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #333;
  vertical-align: middle; /*黒丸アイコンの縦位置調整*/
  content: "";
}
#container .sec-04 .inner-block .form-block .item01 {
  width: 25px;
  height: auto;
  margin: 0 0 21px 361px;
}
#container .sec-04 .inner-block .form-block .item01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-04 .inner-block .form-block #form_submit {
  width: 139px;
  height: 47px;
  margin: 0 0 0 306px;
  text-align: center;
  background: url(../img/pc_sec04-img02.png) no-repeat top center;
  background-size: contain;
}
#container .sec-04 .inner-block .form-block #form_submit input {
  width: 139px;
  height: 47px;
  display: inline-block;
  text-indent: -9999px;
}
#container .sec-04 .inner-block .thanks_text {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 200px auto;
  display: none;
}
#container .sec-05 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto 217px;
}
#container .sec-05 .inner-block {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#container .sec-05 .inner-block .ttl {
  width: 514.5px;
  height: auto;
  margin: 155px auto 0;
}
#container .sec-05 .inner-block .ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#container .sec-05 .inner-block .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5em;
  margin: 91px auto 0;
  text-align: center;
}
#container .sec-05 .inner-block ul {
  width: 318px;
  margin: 13px auto 0;
  text-align: left;
}
#container .sec-05 .inner-block ul li {
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.8125em;
  margin: 0 auto 0;
}
#container .sec-05 .inner-block .btn {
  width: 500px;
  height: auto;
  margin: 68px auto 0;
}
#container .sec-05 .inner-block .btn img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.recruite_bnr {
  width: 70px;
  height: auto;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 40px;
}
.recruite_bnr a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

footer {
  width: 100%;
  overflow: hidden;
}
footer .inner-block {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
footer .inner-block .ttl {
  width: 75.5px;
  height: auto;
  margin: 0 auto 19px;
}
footer .inner-block .ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
footer .inner-block .text01 {
  text-align: center;
  margin: 0 auto 16px;
}
footer .inner-block .text01 li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.9em;
  list-style: none;
}
footer .inner-block .text01 li.tel {
  color: #000;
}
footer .inner-block .text01 li.tel a {
  color: #000;
}
footer .inner-block .item01 {
  width: 36px;
  height: auto;
  margin: 0 auto 20px;
}
footer .inner-block .item01 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
footer .inner-block .copy {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 3.6em;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.mb18 {
  margin-bottom: 18px !important;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1800px) {
  #container .sec-mv {
    width: 100%;
    overflow: hidden;
  }
  #container .sec-mv .inner-block {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #container .sec-mv .inner-block .item01 {
    width: 100%;
    margin: 0 auto;
  }
  #container .sec-mv .inner-block .item01 img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}
@media screen and (min-width: 750px) and (max-width: 1279px) {
  #container .sec-01 {
    background-position-x: -260px;
  }
  #container .sec-02 {
    background-position-x: -260px;
  }
  #container .sec-03 {
    background-position-x: -260px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1280px) {
  #container {
    width: 1280px;
    overflow: hidden;
  }
  #container .sec-03 .inner-block {
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  a img:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #container {
    width: 100%;
    font-size: 1.8666666667vw;
  }
  #container .header {
    height: 6vw;
  }
  #container .header .inner-block {
    width: 100%;
  }
  #container .header .inner-block .ttl {
    width: 27.2vw;
  }
  #container .sec-mv {
    width: 100%;
  }
  #container .sec-mv .inner-block {
    width: 100%;
  }
  #container .sec-mv .inner-block .item01 {
    width: 100%;
    margin: 0 auto;
  }
  #container .sec-01 {
    font-size: 2.4vw;
    line-height: 1.7435333333em;
    background: url("../img/sp_sec01-bg01.png?v240214") no-repeat center top;
    background-size: 100%;
    margin: 16.9333333333vw auto 0;
  }
  #container .sec-01 .inner-block {
    width: 100%;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  #container .sec-01 .inner-block .block01 {
    width: 100%;
  }
  #container .sec-01 .inner-block .block01 .item01 {
    width: 66.6666666667vw;
    margin: 4.8vw auto 21.3333333333vw;
  }
  #container .sec-01 .inner-block .block02 {
    width: 100%;
  }
  #container .sec-01 .inner-block .block02 .ttl {
    width: 4.1333333333vw;
    position: absolute;
    top: 30.5333333333vw;
    right: 18%;
  }
  #container .sec-01 .inner-block .block02 .text-block {
    width: 65.3333333333vw;
    margin: 0 auto;
    padding-top: 44.5333333333vw;
  }
  #container .sec-01 .inner-block .block02 .text-block a {
    font-size: 2.4vw;
  }
  #container .sec-01 .inner-block .block02 .text-block a:hover {
    text-decoration: underline;
  }
  #container .sec-01 .inner-block .block02 .text-block .text01 {
    margin: 0 auto 1.3333333333vw;
  }
  #container .sec-01 .inner-block .block02 .text-block .text01 .addr {
    display: block;
  }
  #container .sec-01 .inner-block .block02 .text-block .text01 .addr::after {
    display: none;
  }
  #container .sec-01 .inner-block .block02 .text-block .text01 a {
    font-size: 2.4vw;
    margin: 0;
    display: block;
    text-align: right;
  }
  #container .sec-01 .inner-block .block02 .text-block .text01 a:hover {
    text-decoration: underline;
  }
  #container .sec-01 .inner-block .block02 .text-block .text01 a::before {
    content: "";
    display: inline-block;
    width: 6.9333333333vw;
    height: 1.2vw;
    background-image: url(../img/sp_sec01-img02.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 1.0666666667vw;
    margin-top: -0.2666666667vw;
  }
  #container .sec-01 .inner-block .block02 .text-block .text02 {
    margin-top: 4vw;
    font-size: 2.9333333333vw;
    line-height: 1.6363636364em;
  }
  #container .sec-01 .inner-block .block02 .text-block .text02 span {
    font-size: 1.3333333333vw;
  }
  #container .sec-01 .inner-block .block02 .text-block .text03 {
    font-size: 2.1333333333vw;
    line-height: 1.5625em;
  }
  #container .sec-01 .inner-block .block02 .text-block .note {
    display: block;
    font-size: 2.4vw;
    line-height: 1.7435333333em;
  }
  #container .sec-02 {
    width: 100%;
    font-size: 2.4vw;
    line-height: 1.7435333333em;
    background: url("../img/sp_sec02-bg01.png?v240214") no-repeat center top;
    background-size: 100%;
    margin: 0 auto;
  }
  #container .sec-02 .inner-block {
    width: 100%;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  #container .sec-02 .inner-block .block01 {
    width: 100%;
  }
  #container .sec-02 .inner-block .block01 .item01 {
    width: 66.6666666667vw;
    margin: 4.8vw auto 21.3333333333vw;
  }
  #container .sec-02 .inner-block .block01 .item01 li {
    margin: 3.7333333333vw 0 auto;
  }
  #container .sec-02 .inner-block .block01 .item01 li:first-child {
    margin-top: 0;
  }
  #container .sec-02 .inner-block .block01 .order-btn {
    width: 66.6666666667vw;
    margin: 4.6666666667vw auto 21.3333333333vw;
  }
  #container .sec-02 .inner-block .block01 .order-btn img {
    height: auto;
  }
  #container .sec-02 .inner-block .block02 {
    width: 100%;
  }
  #container .sec-02 .inner-block .block02 .ttl {
    width: 4vw;
    position: absolute;
    top: 25.7333333333vw;
    right: 18.3%;
  }
  #container .sec-02 .inner-block .block02 .text-block {
    width: 65.3333333333vw;
    margin: 0 auto;
    font-size: 2.4vw;
    line-height: 1.7435333333em;
    padding-top: 45.8666666667vw;
  }
  #container .sec-02 .inner-block .block02 .text-block a {
    font-size: 2.4vw;
  }
  #container .sec-02 .inner-block .block02 .text-block a:hover {
    text-decoration: underline;
  }
  #container .sec-02 .inner-block .block02 .text-block .text01 {
    margin: 0 auto;
  }
  #container .sec-02 .inner-block .block02 .text-block .text01 li {
    list-style: none;
    font-size: 2.9333333333vw;
    line-height: 2.0454545455em;
    margin-top: -0.6666666667vw;
  }
  #container .sec-02 .inner-block .block02 .text-block .text01 li span {
    font-size: 1.3333333333vw;
  }
  #container .sec-02 .inner-block .block02 .text-block .text02 {
    margin-bottom: 3.3333333333vw;
  }
  #container .sec-02 .inner-block .block02 .text-block .text03 {
    margin: 0 auto 2.6666666667vw;
  }
  #container .sec-02 .inner-block .block02 .text-block .text03 dt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6666666667vw;
    line-height: 1.45em;
  }
  #container .sec-03 {
    font-size: 2.4vw;
    line-height: 1.7435333333em;
    background: url("../img/sp_sec03-bg01.png") no-repeat center top;
    background-size: 100%;
    margin: 0 auto;
  }
  #container .sec-03 .inner-block {
    width: 100%;
    height: 212.8vw;
  }
  #container .sec-03 .inner-block .ttl {
    width: 4.9333333333vw;
    position: absolute;
    top: 13.5%;
    right: 18.8%;
  }
  #container .sec-03 .inner-block .text-block {
    padding-top: 29.4%;
  }
  #container .sec-03 .inner-block .text-block .text01 {
    font-size: 2.9333333333vw;
    line-height: 2.0454545455em;
    margin: 0 9.6vw 0 0;
  }
  #container .sec-03 .inner-block .item-list {
    width: 60.1333333333vw;
    margin: 3.7333333333vw auto 0;
  }
  #container .sec-03 .inner-block .item-list .item01 {
    width: 60.1333333333vw;
    float: none;
  }
  #container .sec-03 .inner-block .item-list .item02 {
    width: 60.1333333333vw;
    margin: 1.0666666667vw auto 0;
    float: none;
  }
  #container .sec-03 .inner-block .item-list .item03 {
    width: 60.1333333333vw;
    margin: 1.0666666667vw auto 0;
    float: none;
  }
  #container .sec-03 .inner-block .text02 {
    font-size: 1.4666666667vw;
    line-height: 2.0769230769em;
    margin: 2.5333333333vw auto 0.4vw;
  }
  #container .sec-03 .inner-block .text03 {
    font-size: 1.4666666667vw;
    line-height: 1.4615384615em;
  }
  #container .sec-04 {
    font-size: 1.8666666667vw;
    margin: 11.8666666667vw auto 20.5333333333vw;
  }
  #container .sec-04 .inner-block {
    width: 100%;
  }
  #container .sec-04 .inner-block .order-btn {
    width: 66.6666666667vw;
    margin: 0 auto 10.1333333333vw;
  }
  #container .sec-04 .inner-block .order-btn img {
    height: auto;
  }
  #container .sec-04 .inner-block .ttl {
    width: 27.6vw;
    margin: 0 auto 2vw;
  }
  #container .sec-04 .inner-block .ttl02 {
    width: 46.6666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
  #container .sec-04 .inner-block .text01 {
    font-size: 2.1333333333vw;
    line-height: 1.961475em;
    margin: 0.9333333333vw auto 0;
  }
  #container .sec-04 .inner-block .text02 {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455em;
  }
  #container .sec-04 .inner-block .form-block {
    width: 66.6666666667vw;
    margin: 6.9333333333vw auto 0;
  }
  #container .sec-04 .inner-block .form-block form {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
  #container .sec-04 .inner-block .form-block form dl {
    width: 66.6666666667vw;
    margin: 0 auto 4.5333333333vw;
  }
  #container .sec-04 .inner-block .form-block form dl dt {
    width: 100%;
    height: auto;
    font-size: 2.6666666667vw;
    line-height: 2.25em;
    padding-right: 0;
    float: none;
    text-align: left;
  }
  #container .sec-04 .inner-block .form-block form dl dt.textarea_dt {
    display: none;
  }
  #container .sec-04 .inner-block .form-block form dl dd {
    width: 100%;
    font-size: 2.6666666667vw;
    line-height: 1em;
    height: 8.5333333333vw;
    float: none;
  }
  #container .sec-04 .inner-block .form-block form dl dd input {
    width: 66.6666666667vw;
    padding: 2vw;
  }
  #container .sec-04 .inner-block .form-block form dl dd label {
    padding: 0.9333333333vw 6.4vw 0 0;
  }
  #container .sec-04 .inner-block .form-block form dl dd label input {
    margin-right: 0.9333333333vw;
    top: 0.1333333333vw;
  }
  #container .sec-04 .inner-block .form-block form dl dd ul li label {
    padding: 0.9333333333vw 0 0 0;
  }
  #container .sec-04 .inner-block .form-block form dl dd ul li label input {
    margin-right: 0.9333333333vw;
    top: 0.1333333333vw;
  }
  #container .sec-04 .inner-block .form-block form dl dd textarea {
    width: 66.6666666667vw;
    padding: 2vw;
    height: 36.4vw;
  }
  #container .sec-04 .inner-block .form-block form dl dd .error_blank {
    padding: 0.6666666667vw 0;
  }
  #container .sec-04 .inner-block .form-block form .precautions {
    width: 66.6666666667vw;
    margin: 0 auto 6.6666666667vw;
    border-top: 0.1333333333vw solid #000;
    border-bottom: 0.1333333333vw solid #000;
  }
  #container .sec-04 .inner-block .form-block form .precautions .ttl {
    font-size: 2.6666666667vw;
    line-height: 1.5em;
    margin-top: 3.4666666667vw !important;
    margin-bottom: 2.8vw !important;
  }
  #container .sec-04 .inner-block .form-block form .precautions ul {
    width: 66.6666666667vw;
    margin-left: 0.8vw;
    margin-bottom: 3.3333333333vw;
  }
  #container .sec-04 .inner-block .form-block form .precautions ul li {
    font-size: 2.6666666667vw;
    line-height: 1.5em;
    margin-top: 2.4vw;
  }
  #container .sec-04 .inner-block .form-block form .precautions ul li:before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  #container .sec-04 .inner-block .form-block .item01 {
    width: 5.0666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
  #container .sec-04 .inner-block .form-block #form_submit {
    width: 23.3333333333vw;
    height: 7.8666666667vw;
    margin: 0 auto;
    background: url(../img/sp_sec04-img02.png) no-repeat top center;
    background-size: contain;
  }
  #container .sec-04 .inner-block .form-block #form_submit input {
    width: 23.3333333333vw;
    height: 7.8666666667vw;
  }
  #container .sec-04 .inner-block .thanks_text {
    font-size: 3.2vw;
    text-align: left;
    margin: 26.6666666667vw auto;
  }
  #container .sec-05 {
    width: 100%;
    height: auto;
    font-size: 1.8666666667vw;
    margin: 0 auto 25.4666666667vw;
  }
  #container .sec-05 .inner-block {
    width: 100vw;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  #container .sec-05 .inner-block .ttl {
    width: 79.0666666667vw;
    height: auto;
    margin: 18.8vw auto 0;
  }
  #container .sec-05 .inner-block .ttl img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #container .sec-05 .inner-block .lead {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714em;
    margin: 6.5333333333vw auto 0;
    text-align: center;
  }
  #container .sec-05 .inner-block ul {
    width: 60vw;
    margin: 6.5333333333vw auto 0;
    text-align: left;
  }
  #container .sec-05 .inner-block ul li {
    list-style: none;
    font-size: 2.9333333333vw;
    line-height: 2.7272727273em;
    margin: 0 auto 0;
  }
  #container .sec-05 .inner-block .btn {
    width: 66.6666666667vw;
    height: auto;
    margin: 7.3333333333vw auto 0;
  }
  #container .sec-05 .inner-block .btn img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .recruite_bnr {
    width: 9.3333333333vw;
    position: fixed;
    bottom: 0;
    right: 5.3333333333vw;
  }
  footer .inner-block {
    width: 100%;
  }
  footer .inner-block .ttl {
    width: 16.5333333333vw;
    margin: 0 auto 3.8666666667vw;
  }
  footer .inner-block .text01 {
    margin: 0 auto 4.1333333333vw;
  }
  footer .inner-block .text01 li {
    font-size: 2.4vw;
    line-height: 2em;
  }
  footer .inner-block .item01 {
    width: 7.8666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
  footer .inner-block .copy {
    font-size: 2.1909733333vw;
    line-height: 3.6000073027em;
    letter-spacing: 0.1em;
  }
  .mb18 {
    margin-bottom: 2.4vw !important;
  }
}
.fdi {
  visibility: hidden;
}

.fdi01 {
  visibility: hidden;
}

.fdi02 {
  visibility: hidden;
}

.fdi03 {
  visibility: hidden;
}

.fdiimg {
  visibility: hidden;
}

.fid {
  -webkit-animation: fadeInDown 1s both;
          animation: fadeInDown 1s both;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fdi_01 {
  -webkit-animation: fadeIn01 1s both;
          animation: fadeIn01 1s both;
  visibility: visible !important;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fdi_02 {
  -webkit-animation: fadeIn02 1s both;
          animation: fadeIn02 1s both;
  visibility: visible !important;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fdi_03 {
  -webkit-animation: fadeIn03 1s both;
          animation: fadeIn03 1s both;
  visibility: visible !important;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeIn03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fdi_img {
  -webkit-animation: fadeInImg 1s both;
  animation: fadeInImg 2s both;
  visibility: visible !important;
}

@-webkit-keyframes fadeInImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .fdi_01 {
    -webkit-animation: fadeIn01 1s both;
            animation: fadeIn01 1s both;
    visibility: visible !important;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .fdi_02 {
    -webkit-animation: fadeIn02 1s both;
            animation: fadeIn02 1s both;
    visibility: visible !important;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .fdi_03 {
    -webkit-animation: fadeIn03 1s both;
            animation: fadeIn03 1s both;
    visibility: visible !important;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
}