@charset "UTF-8";
/* ======================================
    Reset CSS
====================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
main,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form reset
------------------------------- */
input,
select {
  vertical-align: middle;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* IE text マーク削除 */
input::-ms-clear {
  visibility: hidden;
}

/* IE password マーク削除 */
input::-ms-reveal {
  visibility: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  color: inherit;
  -webkit-appearance: none;
}

span {
  font-weight: inherit;
}

/* ======================================
    Base
====================================== */
html {
  margin: 0;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  background: #fff;
  word-wrap: break-word;
  overflow-x: hidden;
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fadeInAnime 2s ease 0s 1 normal;
          animation: fadeInAnime 2s ease 0s 1 normal;
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.05em;
  }
}

p {
  line-height: 1.8666666667;
}
p a:link {
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  p {
    line-height: 1.8666666667;
  }
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

a img {
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

small {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
}

address {
  font-style: normal;
}

strong {
  font-weight: 700;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
}

sub {
  font-size: 60%;
  vertical-align: sub;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
}
a:link {
  color: #003ec7;
}
a:visited {
  color: #540082;
}
a:hover {
  color: #1aa3c6;
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 1280px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover img, a:focus img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ======================================
    .bl_headerNav
====================================== */
.bl_headerNav {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  position: fixed;
  top: 75px;
  right: -100%;
  height: auto;
  max-height: calc(100% - 75px);
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
  z-index: 11100;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.bl_headerNav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav {
    width: 100%;
    max-width: none;
    height: 100%;
    background: #333;
    max-height: none;
    opacity: 1;
    position: relative;
    top: auto;
    right: auto;
    overflow-y: visible;
  }
}
.bl_headerNav .bl_headerNav_list {
  width: 100%;
  height: 100%;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .bl_headerNav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    background: #333;
    padding-left: 50px;
    padding-right: 0;
  }
}
.bl_headerNav .bl_headerNav_list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.9006622517%;
          flex: 0 1 24.9006622517%;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .bl_headerNav_list > li {
    height: 100%;
    margin: 0;
    background: transparent;
    border-bottom: none;
    width: auto;
    border-left: 1px solid #ffffff;
  }
  .bl_headerNav .bl_headerNav_list > li:last-child {
    border-right: 1px solid #ffffff;
  }
  .bl_headerNav .bl_headerNav_list > li:hover {
    opacity: 1;
  }
  .bl_headerNav .bl_headerNav_list > li:hover .bl_headerNav_toggle {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
}
.bl_headerNav .bl_headerNav_list > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  margin: 0 auto;
  border-bottom: 1px solid #aeaeae;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .bl_headerNav_list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #333;
    padding: 0;
    margin: 0;
    border-bottom: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: clamp(12.8px, 1.5414258189vw, 16px);
    color: #fff;
    text-align: center;
  }
  .bl_headerNav .bl_headerNav_list > li > a:hover {
    opacity: 1;
    background: #1aa3c6;
  }
  .bl_headerNav .bl_headerNav_list > li > a:hover .el_en {
    opacity: 1;
    color: #fff;
  }
}
.bl_headerNav .bl_headerNav_list > li > a .el_en {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .bl_headerNav_list > li > a .el_en {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: clamp(9.6px, 1.1560693642vw, 12px);
    text-align: center;
    color: #808080;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.bl_headerNav .bl_headerNav_snsList {
  width: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  margin: 15px auto 15px 40px;
  height: 27px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .bl_headerNav_snsList {
    position: absolute;
    top: 50%;
    left: calc(100% + 27px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 92px;
    height: 39px;
    margin: 0;
  }
}
.bl_headerNav .bl_headerNav_snsList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .bl_headerNav_snsList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39px;
            flex: 0 0 39px;
  }
}
.bl_headerNav .bl_headerNav_snsList li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.is_btnHamburger__on .bl_headerNav {
  right: 0; /* 右から出す場合 */
  opacity: 1;
}

/* =================================================
  　footer下部固定
=================================================== */
.ly_page_wrapper {
  overflow-y: auto;
}

/* =================================================
    .bl_header
=================================================== */
.bl_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #333333;
  border-bottom: 3px solid #1aa3c6;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 11000;
}
@media screen and (min-width: 1280px) {
  .bl_header {
    height: 80px;
  }
}
.bl_header_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 20px);
  height: 100%;
  padding-left: 13.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_header_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_header_inner {
    width: 96.875%;
    max-width: 1098px;
    width: 96.875%;
    max-width: 1098px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bl_header_logo {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 59.7444089457%;
  max-width: 187px;
  height: auto;
  z-index: 11000;
}
@media screen and (min-width: 1280px) {
  .bl_header_logo {
    width: 27.4566473988%;
    max-width: 285px;
  }
}
.bl_header_logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_header_logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.is_btnHamburger__on .bl_header,
.bl_header.is_scroll {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

/* =================================================
    main
=================================================== */
main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 75px;
}

/* =================================================
    layout section
=================================================== */
.ly_sec {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ly_sec_inner {
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ly_sec_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1024px) {
  .ly_sec_inner {
    width: 96.875%;
    max-width: 1098px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* =================================================
    .bl_footerNav
=================================================== */
.bl_footerNav {
  width: 100%;
  background: #1aa3c6;
  padding: 10px 30px;
}
.bl_footerNav ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
}
.bl_footerNav ul li {
  display: inline-block;
  margin-right: 20px;
}
.bl_footerNav ul li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_footerNav ul li a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 10px;
  background: url(../images/common/icon_arrow__black.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_footerNav ul li a:hover {
    opacity: 1;
    color: #fff;
  }
  .bl_footerNav ul li a:hover::after {
    background: url(../images/common/icon_arrow__white.svg) no-repeat center center/contain;
  }
}

/* =================================================
    footer
=================================================== */
.bl_footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 20px;
  background: #333333;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.bl_footer_inner {
  width: 72%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bl_footer_inner {
    width: 94.7368421053%;
  }
}
.bl_footer h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.45em;
  color: #c1c1c2;
}
@media screen and (min-width: 768px) {
  .bl_footer h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.34375;
    letter-spacing: 0.45em;
  }
}
.bl_footer .el_logo {
  width: 70.3703703704%;
  max-width: 289px;
  height: auto;
  margin: 30px auto 0;
}
@media screen and (min-width: 1280px) {
  .bl_footer .el_logo {
    position: relative;
    margin: 0 auto;
  }
  .bl_footer .el_logo::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 195px;
    height: 129px;
    background: url(../images/common/logo_bkg.svg) no-repeat center center/contain;
    position: absolute;
    top: -56px;
    left: -123px;
  }
}
.bl_footer .el_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_footer .el_contactInfo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(10.4px, 3.4666666667vw, 13px);
}
@media screen and (min-width: 1280px) {
  .bl_footer .el_contactInfo {
    margin: 0 auto;
  }
}
.bl_footer .el_contactInfo dl {
  width: 100%;
  margin-top: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_footer .el_contactInfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 24px;
  }
  .bl_footer .el_contactInfo dl:first-of-type {
    margin-top: 0;
  }
}
.bl_footer .el_contactInfo dl dt {
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bl_footer .el_contactInfo dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7em;
            flex: 0 0 7em;
    padding-top: 2px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.bl_footer .el_contactInfo dl dt::before {
  content: "■";
  color: #1aa3c6;
}
@media screen and (min-width: 768px) {
  .bl_footer .el_contactInfo dl dt::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .bl_footer .el_contactInfo dl dd {
    padding-left: 10px;
    border-left: 1px solid #1aa3c6;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0em;
  }
}
.bl_footer .el_contactInfo dl dd .el_contact a {
  color: #fff;
}
.bl_footer .el_snsList {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .bl_footer .el_snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1280px) {
  .bl_footer .el_snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bl_footer .el_snsList ul {
  width: 70px;
  height: 27px;
  margin: 5px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .bl_footer .el_snsList ul {
    margin: 0;
  }
}
.bl_footer .el_snsList ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
}
.bl_footer .el_snsList ul li a {
  width: 100%;
  height: 100%;
}
.bl_footer .bl_address {
  margin: 0 auto 25px;
  line-height: 1.4666666667;
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_address {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .bl_footer .bl_address .el_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bl_footer .bl_address .el_flex p {
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_address .el_flex p {
    margin-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  .bl_footer .bl_address .el_tel {
    margin-left: 1em;
  }
}
.bl_footer .bl_address .el_tel a {
  color: #fff;
  text-decoration: none;
}
.bl_footer_copyright {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1280px) {
  .bl_footer_copyright {
    margin: 45px auto 0;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .bl_footer .ly_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
    max-width: 930px;
    margin: 50px auto 0;
  }
  .bl_footer .ly_grid > .ly_grid_item:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .bl_footer .ly_grid > .ly_grid_item:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_footer .ly_grid > .ly_grid_item:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    margin-top: auto;
  }
}

/* =================================================
    layout Flex
=================================================== */
.ly_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ly_flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ly_flex_btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ly_flex_ard {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ly_flex_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.ly_flex_row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ly_flex_nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ly_flex .ly_flexBox50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 1280px) {
  .ly_flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ly_flex_pc_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ly_flex_pc_btw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ly_flex_pc_ard {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ly_flex_pc_start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .ly_flex_pc_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ly_flex_pc_nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* ======================================
    el_btnHamburger
====================================== */
.el_btnHamburger {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;
  overflow: hidden;
  z-index: 100000;
  background-color: #1aa3c6;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .el_btnHamburger {
    display: none;
  }
}
.el_btnHamburger__animation {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 17px;
  text-align: center;
}
.el_btnHamburger_line {
  /* 線色 */
  background: #fff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.el_btnHamburger_line:nth-of-type(1) {
  top: 0;
}
.el_btnHamburger_line:nth-of-type(3) {
  top: 100%;
}

/* 背景 */
.js_wrapBg {
  position: fixed;
  left: 0;
  top: 75px;
  width: 100vw;
  height: calc(100vh - 75px);
  z-index: 10100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.is_btnHamburger__on .el_btnHamburger_line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.is_btnHamburger__on .el_btnHamburger_line:nth-of-type(2) {
  background: transparent;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.is_btnHamburger__on .el_btnHamburger_line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.is_btnHamburger__on .js_wrapBg {
  opacity: 0.3;
  visibility: visible;
}

/* ======================================
    .js_pageTop
====================================== */
.js_pageTop {
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.js_pageTop.is_show {
  display: block;
}

.js_pageTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.js_pageTop.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ==============================================
    form Reset
================================================= */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "M PLUS 1p", sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "M PLUS 1p", sans-serif;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "M PLUS 1p", sans-serif;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "M PLUS 1p", sans-serif;
}
input,
select,
textarea,
label,
option,
input::placeholder,
textarea::placeholder {
  font-family: "M PLUS 1p", sans-serif;
}

input,
select,
textarea,
label,
option {
  font-family: "Noto Sans JP", sans-serif;
}

input[type=submit] {
  -webkit-appearance: none !important;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

input[type=text],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + label {
  background: #967a7a;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

/* ==============================================
   form module
================================================= */
.el_required {
  font-size: 14px;
  font-size: 1.4rem;
}

/* error item
------------------------------ */
.el_error {
  font-family: "Noto Sans JP", sans-serif;
  color: red;
  font-weight: bold;
}
.el_error em {
  font-style: normal;
  font-weight: bold;
}

.bl_errorSec ul {
  text-align: left;
}
.bl_errorSec li {
  line-height: 2;
}

.bl_error {
  text-align: left;
}
.bl_error ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.bl_error ul li::before {
  content: "・";
  display: inline-block;
  color: red;
}
.bl_error em {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: red;
  font-weight: bold;
}

.el_error {
  font-family: "Noto Sans JP", sans-serif;
  color: red;
  font-weight: bold;
  text-align: left;
}
.el_error em {
  font-style: normal;
}
.el_error::before {
  content: "・";
  display: inline-block;
  color: red;
}

/* ------------------------------ */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
textarea {
  width: 100%;
  background: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=url],
  textarea {
    padding: 8px 10px;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: normal;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bfbfbf;
  font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: normal;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: normal;
}

input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
  font-weight: normal;
}

input[type=hidden],
textarea[type=hidden],
select[type=hidden],
.form_preview .required {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::placeholder,
textarea::placeholder {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input[type=hidden],
textarea[type=hidden],
select[type=hidden],
.form_preview .required {
  display: none;
}

.el_selectWrap {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.el_selectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.el_selectWrap select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.el_selectWrap select:focus {
  outline: 2px solid #3498db;
}

.el_checkboxWrap .el_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  display: inline-block;
  font-size: 90%;
  z-index: -1;
}
.el_checkboxWrap .el_checkbox label {
  cursor: pointer;
}
.el_checkboxWrap .el_checkbox .el_itemLabel {
  padding-left: 1.5em;
  position: relative;
}
.el_checkboxWrap .el_checkbox .el_itemLabel::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.el_checkboxWrap .el_checkbox input[type=checkbox]:checked ~ .el_itemLabel {
  color: #000;
}
.el_checkboxWrap .el_checkbox input[type=checkbox]:checked ~ .el_itemLabel::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.el_checkboxWrap .el_checkbox input[type=checkbox]:focus + span::before {
  outline: 2px solid #3498db; /* Outline color when focused */
}

.el_radioWrap .el_radio input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.el_radioWrap .el_radio label {
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
}
.el_radioWrap .el_radio .el_radioItemLabel {
  position: relative;
  padding-left: 3em;
}
.el_radioWrap .el_radio input[type=radio] + span::before,
.el_radioWrap .el_radio input[type=radio] + span::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el_radioWrap .el_radio input[type=radio] + span::before {
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_radioWrap .el_radio input[type=radio] + span::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #000;
  -webkit-transform: translateY(-50%) scale(1.6);
          transform: translateY(-50%) scale(1.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el_radioWrap .el_radio input[type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.el_radioWrap .el_radio input[type=radio]:focus + span::before {
  outline: 2px solid #3498db;
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_fadeInTrigger,
.js_fadeUpTrigger,
.js_fadeDownTrigger,
.js_fadeLeftTrigger,
.js_fadeRightTrigger {
  opacity: 0;
}

/*==================================================
パタッ
===================================*/
/* 下へ */
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 左へ */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 左上へ */
.flipLeftTop {
  -webkit-animation-name: flipLeftTopAnime;
          animation-name: flipLeftTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
            transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
            transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  -webkit-animation-name: flipRightAnime;
          animation-name: flipRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: right center;
          perspective-origin: right center;
  opacity: 0;
}

@-webkit-keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右上へ */
.flipRightTop {
  -webkit-animation-name: flipRightTopAnime;
          animation-name: flipRightTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipRightTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(25deg);
            transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 1) rotate(0deg);
            transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipRightTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(25deg);
            transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 1) rotate(0deg);
            transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_flipDownTrigger,
.js_flipLeftTrigger,
.js_flipLeftTopTrigger,
.js_flipRightTrigger,
.js_flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
くるっ
===================================*/
/* X 軸（縦へ） */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
    opacity: 1;
  }
}

@keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
    opacity: 1;
  }
}
/*　Y軸（横へ） */
.rotateY {
  -webkit-animation-name: rotateYAnime;
          animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 1;
  }
}

@keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* Z 軸（左へ） */
.rotateLeftZ {
  -webkit-animation-name: rotateLeftZAnime;
          animation-name: rotateLeftZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateLeftZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    opacity: 1;
  }
}

@keyframes rotateLeftZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/*　Z 軸（右へ） */
.rotateRightZ {
  -webkit-animation-name: rotateRightZAnime;
          animation-name: rotateRightZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateRightZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    opacity: 1;
  }
}

@keyframes rotateRightZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_rotateXTrigger,
.js_rotateYTrigger,
.js_rotateLeftZTrigger,
.js_rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_zoomInTrigger,
.js_zoomOutTrigger {
  opacity: 0;
}

/*==================================================
じわっ
===================================*/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.1;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.1;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_blurTrigger {
  opacity: 0.1;
}

/*==================================================
にゅーん
===================================*/
/* 滑らかに変形して出現 */
.smooth {
  -webkit-animation-name: smoothAnime;
          animation-name: smoothAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_smoothTrigger {
  opacity: 0;
  opacity: 1;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/
/*枠線が伸びて出現*/
.js_lineTrigger {
  position: relative; /* 枠線が書かれる基点*/
  opacity: 0;
}

.js_lineTrigger.lineanime {
  -webkit-animation-name: lineAnimeBase;
          animation-name: lineAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.js_lineTrigger::before,
.js_lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; /* 枠線の色*/
}

/*上線*/
.js_lineTrigger::before {
  top: 0;
  left: 0;
}

.js_lineTrigger.lineanime::before {
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.js_line2::before {
  top: 0;
  right: 0;
}

.js_lineTrigger.lineanime .line2::before {
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.js_lineTrigger::after {
  bottom: 0;
  right: 0;
}

.js_lineTrigger.lineanime::after {
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.js_lineTrigger.lineanime .line2::after {
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.js_lineTrigger.lineanime .lineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

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

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
シャッ（背景色が伸びて出現）
===================================*/
/*背景色が伸びて出現（共通）*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*右から*/
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*下から*/
.bgDUextend::before {
  -webkit-animation-name: bgDUextendAnime;
          animation-name: bgDUextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*上から*/
.bgUDextend::before {
  -webkit-animation-name: bgUDextendAnime;
          animation-name: bgUDextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_bgappearTrigger,
.js_bgUDextendTrigger,
.js_bgDUextendTrigger,
.js_bgRLextendTrigger,
.js_bgLRextendTrigger {
  opacity: 0;
}

/* =================================================
    アニメーション設定
=================================================== */
/* アニメーションの回数を決めるCSS*/
.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2; /*この数字を必要回数分に変更*/
}

.countinfinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.hp_delay_time0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.hp_delay_time1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.hp_delay_time2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hp_delay_time3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.hp_delay_time4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hp_delay_time5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.hp_delay_time6 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.hp_delay_time7 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.hp_delay_time8 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.hp_delay_time9 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.hp_delay_time10 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.hp_change_time0 {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}

.hp_change_time1 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.hp_change_time2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.hp_change_time3 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.hp_change_time4 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.hp_change_time5 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.hp_change_time6 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.hp_change_time7 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.hp_change_time8 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.hp_change_time9 {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}

.hp_change_time10 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

/* ======================================
    .mask
====================================== */
.js_mask {
  position: relative;
  display: block;
  overflow: hidden;
}

/* ======================================
    .bl_breadcrumbs
====================================== */
.bl_breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_breadcrumbs {
    display: block;
    width: 92.1875%;
    padding-top: 18px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .bl_breadcrumbs li {
    display: inline;
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 0.05em;
  }
  .bl_breadcrumbs li::after {
    content: ">";
    display: inline-block;
    width: 8px;
    height: 12px;
    margin: 0 4px;
  }
  .bl_breadcrumbs li:last-of-type::after {
    content: none;
  }
  .bl_breadcrumbs li:first-of-type a {
    color: #003ec7;
  }
  .bl_breadcrumbs li a {
    font-size: inherit;
    color: #000;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .bl_breadcrumbs li a:hover {
    color: #1aa3c6;
  }
}
@media screen and (min-width: 1280px) {
  .bl_breadcrumbs {
    width: 94.7368421053%;
  }
}

/* ======================================
    .js_pageTop
====================================== */
.js_tabBtn {
  cursor: pointer;
}

.js_tabCont {
  display: none;
}
.js_tabCont.is_show {
  display: block;
}

/* ======================================
    Common Class
====================================== */
/*  display
-------------------------------------- */
.hp_sp_none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp_sp_none {
    display: block !important;
  }
}

.hp_sp_display {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hp_sp_display {
    display: none !important;
  }
}

.hp_pc_none {
  display: block !important;
}
@media screen and (min-width: 1280px) {
  .hp_pc_none {
    display: none !important;
  }
}

.hp_pc_display {
  display: none !important;
}
@media screen and (min-width: 1280px) {
  .hp_pc_display {
    display: block !important;
  }
}

/*  direction
-------------------------------------- */
.hp_row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/*  text_align
-------------------------------------- */
.hp_text_center {
  text-align: center !important;
}

.hp_text_left {
  text-align: left !important;
}

.hp_text_right {
  text-align: left !important;
}

/*  margin padding
-------------------------------------- */
/* margin 部分的な設定*/
.hp_mb-0 {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}

.hp_mb-5 {
  margin-bottom: 5px !important;
  margin-bottom: 0.5rem !important;
}

.hp_mb-10 {
  margin-bottom: 10px !important;
  margin-bottom: 1rem !important;
}

.hp_mb-15 {
  margin-bottom: 15px !important;
  margin-bottom: 1.5rem !important;
}

.hp_mb-20 {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important;
}

.hp_mb-25 {
  margin-bottom: 25px !important;
  margin-bottom: 2.5rem !important;
}

.hp_mb-30 {
  margin-bottom: 30px !important;
  margin-bottom: 3rem !important;
}

.hp_mb-35 {
  margin-bottom: 35px !important;
  margin-bottom: 3.5rem !important;
}

.hp_mb-40 {
  margin-bottom: 40px !important;
  margin-bottom: 4rem !important;
}

.hp_mb-45 {
  margin-bottom: 45px !important;
  margin-bottom: 4.5rem !important;
}

.hp_mb-50 {
  margin-bottom: 50px !important;
  margin-bottom: 5rem !important;
}

.hp_mb-55 {
  margin-bottom: 55px !important;
  margin-bottom: 5.5rem !important;
}

.hp_mb-60 {
  margin-bottom: 60px !important;
  margin-bottom: 6rem !important;
}

.hp_mb-65 {
  margin-bottom: 65px !important;
  margin-bottom: 6.5rem !important;
}

.hp_mb-70 {
  margin-bottom: 70px !important;
  margin-bottom: 7rem !important;
}

.hp_mb-75 {
  margin-bottom: 75px !important;
  margin-bottom: 7.5rem !important;
}

.hp_mb-80 {
  margin-bottom: 80px !important;
  margin-bottom: 8rem !important;
}

.hp_mb-85 {
  margin-bottom: 85px !important;
  margin-bottom: 8.5rem !important;
}

.hp_mb-90 {
  margin-bottom: 90px !important;
  margin-bottom: 9rem !important;
}

.hp_mb-95 {
  margin-bottom: 95px !important;
  margin-bottom: 9.5rem !important;
}

.hp_mb-100 {
  margin-bottom: 100px !important;
  margin-bottom: 10rem !important;
}

.hp_mt-0 {
  margin-top: 0px !important;
  margin-top: 0rem !important;
}

.hp_mt-5 {
  margin-top: 5px !important;
  margin-top: 0.5rem !important;
}

.hp_mt-10 {
  margin-top: 10px !important;
  margin-top: 1rem !important;
}

.hp_mt-15 {
  margin-top: 15px !important;
  margin-top: 1.5rem !important;
}

.hp_mt-20 {
  margin-top: 20px !important;
  margin-top: 2rem !important;
}

.hp_mt-25 {
  margin-top: 25px !important;
  margin-top: 2.5rem !important;
}

.hp_mt-30 {
  margin-top: 30px !important;
  margin-top: 3rem !important;
}

.hp_mt-35 {
  margin-top: 35px !important;
  margin-top: 3.5rem !important;
}

.hp_mt-40 {
  margin-top: 40px !important;
  margin-top: 4rem !important;
}

.hp_mt-45 {
  margin-top: 45px !important;
  margin-top: 4.5rem !important;
}

.hp_mt-50 {
  margin-top: 50px !important;
  margin-top: 5rem !important;
}

/* padding 部分的な設定*/
.hp_pb-0 {
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}

.hp_pb-5 {
  padding-bottom: 5px !important;
  padding-bottom: 0.5rem !important;
}

.hp_pb-10 {
  padding-bottom: 10px !important;
  padding-bottom: 1rem !important;
}

.hp_pb-15 {
  padding-bottom: 15px !important;
  padding-bottom: 1.5rem !important;
}

.hp_pb-20 {
  padding-bottom: 20px !important;
  padding-bottom: 2rem !important;
}

.hp_pb-25 {
  padding-bottom: 25px !important;
  padding-bottom: 2.5rem !important;
}

.hp_pb-30 {
  padding-bottom: 30px !important;
  padding-bottom: 3rem !important;
}

.hp_pb-35 {
  padding-bottom: 35px !important;
  padding-bottom: 3.5rem !important;
}

.hp_pb-40 {
  padding-bottom: 40px !important;
  padding-bottom: 4rem !important;
}

.hp_pb-45 {
  padding-bottom: 45px !important;
  padding-bottom: 4.5rem !important;
}

.hp_pb-50 {
  padding-bottom: 50px !important;
  padding-bottom: 5rem !important;
}

/*  clearfix
-------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* =================================================
    ボタン
=================================================== */
.el_btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 5px 18px;
  background: #000;
  border: 1px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0em;
  font-weight: 800;
  color: #fff !important;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .el_btn {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4705882353;
    letter-spacing: 0em;
    padding: 10px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .el_btn:hover {
    opacity: 1;
    background: #fff;
    border: 1px solid #000;
    color: #000 !important;
  }
  .el_btn:hover::after {
    background: url(../images/common/icon_arrow__black.svg) no-repeat center center/contain;
  }
}
.el_btn::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 6px;
  width: 6px;
  height: 12px;
  background: url(../images/common/icon_arrow__white.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .el_btn::after {
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    margin: 0;
  }
}
.el_btn.el_btn_info, .el_btn.el_btn_entry, .el_btn.el_btn_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #000;
  color: #000 !important;
}
.el_btn.el_btn_info span, .el_btn.el_btn_entry span, .el_btn.el_btn_submit span {
  display: none;
}
@media screen and (min-width: 768px) {
  .el_btn.el_btn_info span, .el_btn.el_btn_entry span, .el_btn.el_btn_submit span {
    display: inline-block;
  }
}
.el_btn.el_btn_info::after, .el_btn.el_btn_entry::after, .el_btn.el_btn_submit::after {
  background: url(../images/common/icon_arrow__black.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_info:hover, .el_btn.el_btn_entry:hover, .el_btn.el_btn_submit:hover {
    opacity: 1;
    background: #000;
    border: 1px solid #fff;
    color: #fff !important;
  }
  .el_btn.el_btn_info:hover::after, .el_btn.el_btn_entry:hover::after, .el_btn.el_btn_submit:hover::after {
    background: url(../images/common/icon_arrow__white.svg) no-repeat center center/contain;
  }
}
.el_btn.el_btn_recuit {
  background-color: #ce4a32;
  color: #fff !important;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_recuit:hover {
    opacity: 1;
    background: #1aa3c6;
    border: 1px solid #1aa3c6;
  }
  .el_btn.el_btn_recuit:hover::after {
    background: url(../images/common/icon_arrow__white.svg) no-repeat center center/contain;
  }
}
.el_btn.el_btn_entry {
  border: 2px solid #000;
}
@media screen and (min-width: 768px) {
  .el_btn.el_btn_entry {
    width: 320px;
    padding: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_entry:hover {
    border: 2px solid #000;
  }
}
.el_btn.el_btn_more::after {
  -webkit-transform: rotate(90deg) translateX(2px);
          transform: rotate(90deg) translateX(2px);
}
@media screen and (min-width: 768px) {
  .el_btn.el_btn_more::after {
    -webkit-transform: rotate(90deg) translateX(-5px);
            transform: rotate(90deg) translateX(-5px);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.el_btn.el_btn_back {
  min-width: 200px;
}
.el_btn.el_btn_submit {
  min-width: 200px;
  padding: 10px;
  background: #1aa3c6;
  border: 1px solid #fff;
  color: #fff !important;
}
.el_btn.el_btn_submit::after {
  background: url(../images/common/icon_arrow__white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_submit:hover {
    background: #ce4a32;
  }
}

input[type=submit].el_btn_back {
  border: 1px solid #000;
}

/* =================================================
    TOP COMMON
=================================================== */
.el_secTtl {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.3703703704;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .el_secTtl {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.6818181818;
    letter-spacing: 0.1em;
    font-size: 44px;
    font-size: 4.4rem;
    font-size: clamp(35.2px, 4.2389210019vw, 44px);
  }
}

/* =================================================
    .bl_fv
=================================================== */
.bl_fv {
  padding-top: 30px;
  padding-bottom: 15px;
  background: url(../images/top/main_img_sp.jpg) no-repeat center center/cover;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_fv {
    background: url(../images/top/main_img.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 768px) {
  .bl_fv {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
.bl_fv h1 {
  position: relative;
  display: inline-block;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2173913043;
  letter-spacing: 0em;
  font-weight: 800;
  color: #fff;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9)) drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9)) drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.9));
}
@media screen and (min-width: 768px) {
  .bl_fv h1 {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.5217391304;
    letter-spacing: 0.2em;
    font-size: 46px;
    font-size: 4.6rem;
    font-size: clamp(36.8px, 4.4315992293vw, 46px);
  }
}
@media screen and (min-width: 1280px) {
  .bl_fv h1 br {
    display: none;
  }
}
.bl_fv .bl_fv_txt {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  letter-spacing: 0em;
  font-weight: 800;
  color: #fff;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9)) drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9)) drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.9));
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_txt {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.6086956522;
    letter-spacing: 0em;
    font-size: 23px;
    font-size: 2.3rem;
    font-size: clamp(18.4px, 2.2157996146vw, 23px);
  }
}
.bl_fv .bl_fv_campany {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.45em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  color: #fff;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9)) drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9)) drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.9));
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_campany {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3333333333;
    letter-spacing: 0.45em;
    font-size: 36px;
    font-size: 3.6rem;
    font-size: clamp(28.8px, 3.4682080925vw, 36px);
  }
}
.bl_fv .el_btnWrap {
  margin-top: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_fv .el_btnWrap {
    margin-top: 20px;
  }
  .bl_fv .el_btnWrap .el_btn {
    width: 210px;
  }
}

/* =================================================
    .bl_topOur
=================================================== */
.bl_topOur {
  padding-top: 30px;
  padding-bottom: 50px;
  background: url(../images/top/bkg_our_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .bl_topOur {
    background: url(../images/top/bkg_our.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 768px) {
  .bl_topOur {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
.bl_topOur .ly_sec_inner {
  width: 92%;
}
.bl_topOur .el_secTtl {
  color: #5d4700;
}
.bl_topOur .el_lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_topOur .el_lead {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.4137931034;
    letter-spacing: 0.1em;
    font-size: 29px;
    font-size: 2.9rem;
    font-size: clamp(23.2px, 2.7938342967vw, 29px);
  }
}
@media screen and (min-width: 1024px) {
  .bl_topOur .el_lead br {
    display: none;
  }
}
.bl_topOur .bl_topOur_list {
  list-style: none;
}
.bl_topOur .bl_topOur_list li {
  margin-top: 15px;
}
.bl_topOur .bl_topOur_list li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_topOur .el_btnWrap {
  margin-top: 10px;
  text-align: center;
}

/* =================================================
    .bl_topInfo
=================================================== */
.bl_topInfo {
  padding-top: 30px;
  padding-bottom: 50px;
  background: url(../images/top/bkg_info_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .bl_topInfo {
    background: url(../images/top/bkg_info.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 768px) {
  .bl_topInfo {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
.bl_topInfo .el_secTtl {
  color: #cac4af;
}
.bl_topInfo .el_btnWrap {
  text-align: center;
}
.bl_topInfo .el_lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_topInfo .el_lead {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.4137931034;
    letter-spacing: 0.1em;
    font-size: 29px;
    font-size: 2.9rem;
    font-size: clamp(23.2px, 2.7938342967vw, 29px);
  }
}
@media screen and (min-width: 1024px) {
  .bl_topInfo .el_lead br {
    display: none;
  }
}
.bl_topInfo .bl_topInfo_listWrap {
  padding: 20px 15px;
  margin: 15px auto 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_topInfo .bl_topInfo_listWrap {
    padding: 42px 20px 33px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topInfo .bl_topInfo_listWrap {
    padding: 42px 73px 33px;
  }
}
.bl_topInfo .bl_topInfo_listWrap li {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  color: inherit;
}
.bl_topInfo .bl_topInfo_listWrap li:first-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px; /* 線の太さ */
  background-image: repeating-linear-gradient(to right, #000 0, #000 2px, transparent 2px, transparent 4px);
}
.bl_topInfo .bl_topInfo_listWrap li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* 線の太さ */
  background-image: repeating-linear-gradient(to right, #000 0, #000 2px, transparent 2px, transparent 4px);
}
@media screen and (min-width: 1024px) {
  .bl_topInfo .bl_topInfo_listWrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.bl_topInfo .bl_topInfo_listWrap .el_btnWrap {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_topInfo .bl_topInfo_listWrap .el_btnWrap {
    margin-top: 44px;
  }
}

/* =================================================
    .bl_topRecruit
=================================================== */
.bl_topRecruit {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #e3e3e3;
}
@media screen and (min-width: 1280px) {
  .bl_topRecruit {
    padding-top: 60px;
    padding-bottom: 44px;
    background: url(../images/top/bkg_recruit.jpg) no-repeat center center/cover;
  }
}
.bl_topRecruit .el_secTtl {
  color: #5d4700;
}
.bl_topRecruit .el_lead {
  margin: 10px auto 0;
  max-width: 368px;
}
@media screen and (min-width: 768px) {
  .bl_topRecruit .el_lead {
    width: 96.3391136802%;
    max-width: 1000px;
  }
}
.bl_topRecruit .el_img_sp {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .bl_topRecruit .el_img_sp {
    display: none;
  }
}
.bl_topRecruit .el_img_challenge {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_topRecruit .el_img_challenge {
    width: 79.7687861272%;
    max-width: 828px;
  }
}
.bl_topRecruit .el_btnWrap {
  text-align: center;
}

/* =================================================
    .bl_topContact
=================================================== */
.bl_topContact {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_topContact {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.bl_topContact .el_secTtl {
  color: #5d4700;
}
.bl_topContact .el_lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_topContact .el_lead {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.4137931034;
    letter-spacing: 0.1em;
  }
}
.bl_topContact hr {
  height: 1px;
  background-color: #000;
  border: none;
}
.bl_topContact .el_note {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(11.2px, 3.3333333333vw, 14px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_topContact .el_note {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5882352941;
    letter-spacing: 0em;
  }
}
.bl_topContact .ly_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .bl_topContact .ly_flex {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bl_topContact .el_btnWrap {
  margin-top: 0;
  text-align: center;
}
.bl_topContact .el_btnWrap .el_btn_recuit {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_topContact .el_btnWrap .el_btn_recuit {
    max-width: 240px;
  }
}
.bl_topContact .bl_topContact_info {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info {
    margin-top: 0;
  }
}
.bl_topContact .bl_topContact_info dl {
  border-top: 1px solid #000;
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info dl {
    width: 100%;
    border: none;
  }
}
.bl_topContact .bl_topContact_info dl .el_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info dl .el_row {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bl_topContact .bl_topContact_info dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8em;
            flex: 0 0 8em;
    text-align: right;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    gap: 2em;
  }
}
.bl_topContact .bl_topContact_info dl dd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info dl dd span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.bl_topContact .bl_topContact_info dl dd span.el_tel {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info dl dd span.el_tel {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.bl_topContact .bl_topContact_info dl dd span.el_tel a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info dl dd span.el_tel a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.bl_topContact .bl_topContact_info .el_infonote {
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_topContact .bl_topContact_info .el_infonote br {
    display: none;
  }
}

/* =================================================
    Common
=================================================== */
.bl_pageheader {
  position: relative;
  aspect-ratio: 750/250;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bl_pageheader {
    width: 100%;
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_pageheader {
    aspect-ratio: auto;
  }
}
.bl_pageheader .el_bkg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .bl_pageheader .el_bkg {
    height: 300px;
  }
}
.bl_pageheader .el_bkg picture {
  width: 100%;
  height: 100%;
}
.bl_pageheader .el_bkg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bl_pageheader h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .bl_pageheader h1 {
    max-width: 364px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_pageheader h1 {
    max-width: 364px;
  }
}

/* =================================================
    .bl_service
=================================================== */
.bl_service {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #eeeeee;
}
@media screen and (min-width: 1280px) {
  .bl_service {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
.bl_service .el_heading {
  position: relative;
}
.bl_service .el_heading h2 {
  margin-bottom: 15px;
}
.bl_service .el_heading .el_heading_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_service .el_heading .el_heading_txt {
    position: absolute;
    top: 52%;
    left: 0;
    width: 51.9230769231%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_service .el_heading .el_heading_txt {
    width: 41.8269230769%;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5882352941;
    letter-spacing: 0em;
  }
}
.bl_service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .bl_service ul {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_service ul {
    margin-top: 110px;
    gap: 130px;
  }
}

/* =================================================
    .page_about
=================================================== */
.page_about {
  background: #eeeeee;
}

/* =================================================
    .bl_about
=================================================== */
.bl_about {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_about {
    background: transparent;
    padding-top: 64px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .bl_about .ly_sec_inner {
    max-width: 1038px;
    padding: 90px 14.4230769231% 140px;
    border-top: 8px solid #c2b7b0;
    background: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .bl_about .ly_sec_inner {
    padding: 90px 150px 140px;
  }
}
.bl_about h2 {
  width: 49.2537313433%;
  max-width: 165px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_about h2 {
    width: 43.3783783784%;
    max-width: 321px;
  }
}
.bl_about .el_catch {
  position: relative;
  padding: 20px 10px 20px 20px;
  margin: 20px auto 0;
  background-image: url(../images/about/brackets_up.svg), url(../images/about/brackets_btm.svg);
  background-size: 24px;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .bl_about .el_catch {
    padding: 46px 10px 46px 20px;
    margin: 34px auto 0;
    background-size: 44px;
  }
}
.bl_about .el_catch p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  letter-spacing: 0em;
  font-size: 19px;
  font-size: 1.9rem;
  font-size: clamp(15.2px, 5.0666666667vw, 19px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_about .el_catch p {
    font-size: 29px;
    font-size: 2.9rem;
    font-size: clamp(23.2px, 2.83203125vw, 29px);
  }
}
@media screen and (min-width: 1024px) {
  .bl_about .el_catch p {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.4358974359;
    letter-spacing: 0em;
  }
}
.bl_about .bl_aboutGreeting {
  margin: 50px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_aboutGreeting {
    margin: 80px auto 0;
  }
}
.bl_about .bl_aboutGreeting h3 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_about .bl_aboutGreeting h3 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.4193548387;
    letter-spacing: 0em;
  }
}
.bl_about .bl_aboutGreeting .bl_aboutGreeting_text {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_about .bl_aboutGreeting .bl_aboutGreeting_text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.125;
    letter-spacing: 0em;
  }
}
.bl_about .bl_aboutGreeting .el_ceoName {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  text-align: right;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bl_about .bl_aboutGreeting .el_ceoName {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.619047619;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .bl_about .bl_aboutGreeting .el_ceoName {
    margin-top: 50px;
  }
}

/* =================================================
    .bl_strongPoint
=================================================== */
.bl_strongPoint {
  padding-top: 115px;
  padding-bottom: 30px;
  background: url(../images/about/bkg_strong_sp.jpg) no-repeat center center/cover;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_strongPoint {
    width: 92.1875%;
    max-width: 1098px;
    background: url(../images/about/bkg_strong.jpg) no-repeat center center/cover;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_strongPoint {
    max-width: 1038px;
    padding-bottom: 151px;
  }
}
@media screen and (min-width: 768px) {
  .bl_strongPoint .bl_strongPoint_box {
    margin: 0;
    max-width: 515px;
    margin-left: 6.7307692308%;
  }
}
.bl_strongPoint h2 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9)) drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9)) drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.9));
}
@media screen and (min-width: 768px) {
  .bl_strongPoint h2 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}
.bl_strongPoint ol {
  margin: 15px auto 0;
  list-style-position: inside;
  border-top: 1pt solid transparent;
  background-image: repeating-linear-gradient(to right, #ffffff 0pt, #ffffff 4pt, transparent 4pt, transparent 8pt);
  background-position: top;
  background-repeat: repeat-x;
  background-size: auto 1pt;
}
@media screen and (min-width: 768px) {
  .bl_strongPoint ol {
    margin: 30px auto 0;
  }
}
.bl_strongPoint ol li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(12px, 3.5714285714vw, 15px);
  font-weight: 700;
  border-bottom: 1pt solid transparent;
  background-image: repeating-linear-gradient(to right, #ffffff 0pt, #ffffff 4pt, transparent 4pt, transparent 8pt);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 1pt;
}
@media screen and (min-width: 1024px) {
  .bl_strongPoint ol li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.bl_strongPoint ol li:first-of-type {
  padding-top: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_strongPoint ol li:first-of-type {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .bl_strongPoint ol li {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 2.3333333333;
    letter-spacing: 0em;
  }
}
.bl_strongPoint p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_strongPoint p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_companyProfile
=================================================== */
.bl_companyProfile {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_companyProfile {
    padding-top: 140px;
    padding-bottom: 0px;
    background: transparent;
  }
}
.bl_companyProfile h2 {
  width: 81.1940298507%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_companyProfile h2 {
    width: 47.880539499%;
    max-width: 497px;
    margin: 0;
  }
}
.bl_companyProfile table {
  margin: 15px auto 0;
  border-top: 1px solid #999;
}
@media screen and (min-width: 768px) {
  .bl_companyProfile table {
    width: 100%;
  }
}
.bl_companyProfile table tr {
  border-bottom: 1px solid #999;
}
.bl_companyProfile table tr.el_borderNone {
  border: none;
}
@media screen and (min-width: 768px) {
  .bl_companyProfile table tr.el_borderNone {
    border-bottom: 1px solid #999;
  }
}
.bl_companyProfile table th,
.bl_companyProfile table td {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_companyProfile table th,
  .bl_companyProfile table td {
    display: table-cell;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0em;
    vertical-align: middle;
  }
}
.bl_companyProfile table th {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_companyProfile table th {
    width: 25.7692307692%;
    background: #dbdbdb;
    padding: 20px;
    border-right: 1px solid #999;
  }
}
.bl_companyProfile table td {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .bl_companyProfile table td {
    padding: 20px 40px;
    background: #fff;
  }
}

/* =================================================
    .bl_access
=================================================== */
.bl_access {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #eee;
}
@media screen and (min-width: 1280px) {
  .bl_access {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.bl_access h2 {
  width: 37.3134328358%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_access h2 {
    width: 26.3005780347%;
    max-width: 273px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_access .bl_access_cardWrap {
    max-width: 1038px;
    margin: 0 auto;
  }
}
.bl_access .bl_access_cardWrap .bl_access_card {
  margin: 35px auto 0;
}
.bl_access .bl_access_cardWrap .bl_access_card:first-of-type {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_access .bl_access_cardWrap .bl_access_card {
    padding: 28px 30px;
    background: #fff;
  }
  .bl_access .bl_access_cardWrap .bl_access_card.ly_grid {
    display: grid;
    grid-template-columns: 1fr 64.2268041237%;
    grid-template-rows: auto auto;
    gap: 10px;
  }
  .bl_access .bl_access_cardWrap .bl_access_card.ly_grid .ly_grid_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_access .bl_access_cardWrap .bl_access_card.ly_grid .ly_grid_item1 {
    grid-column: 1/2;
    grid-row: 1/2;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .bl_access .bl_access_cardWrap .bl_access_card.ly_grid .ly_grid_item2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .bl_access .bl_access_cardWrap .bl_access_card.ly_grid .ly_grid_item3 {
    grid-column: 1/2;
    grid-row: 2/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bl_access .bl_access_cardWrap h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_access .bl_access_cardWrap h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.bl_access .bl_access_cardWrap .el_map {
  width: 100vw;
  height: 180px;
  margin: 8px calc(-50vw + 50%) 0;
}
@media screen and (min-width: 768px) {
  .bl_access .bl_access_cardWrap .el_map {
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_access .bl_access_cardWrap .el_map {
    margin: 0;
  }
}
.bl_access .bl_access_cardWrap .el_map iframe {
  width: 100%;
  height: 100%;
}
.bl_access .bl_access_cardWrap address {
  display: block;
  width: 70%;
  margin: 5px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_access .bl_access_cardWrap address {
    width: 100%;
    margin: 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4705882353;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.bl_access .bl_access_cardWrap address a {
  margin-right: 1em;
  color: #000;
}

/* =================================================
    .page_recruit
=================================================== */
@media screen and (min-width: 1024px) {
  .page_recruit {
    background: #eeeeee;
  }
}

/* =================================================
    .bl_recruitment
=================================================== */
.bl_recruitment {
  padding-top: 0px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .bl_recruitment {
    padding-top: 67px;
    padding-bottom: 0;
  }
}
.bl_recruitment .ly_sec_inner {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .bl_recruitment .ly_sec_inner {
    padding-top: 50px;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .bl_recruitment .ly_sec_inner::after {
    content: "";
    aspect-ratio: 704/897;
    width: 67.8227360308%;
    max-width: 550px;
    background: url(../images/recruit/bkg_person.jpg) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .bl_recruitment .ly_sec_inner::after {
    max-width: 704px;
    z-index: 0;
  }
}
.bl_recruitment h2 {
  position: relative;
  z-index: 1;
}
.bl_recruitment .bl_recruitment_lead {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_recruitment .bl_recruitment_lead {
    width: 49.1329479769%;
    max-width: 510px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0em;
  }
}
.bl_recruitment .bl_recruitment_cont {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .bl_recruitment .bl_recruitment_cont {
    width: 49.1329479769%;
    max-width: 510px;
  }
}
.bl_recruitment .bl_recruitment_cont h3 {
  position: relative;
  z-index: 1;
  padding: 10px 5px;
  background: #f0c8c1;
  margin: 0 calc(50% - 50vw);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_recruitment .bl_recruitment_cont h3 {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_recruitment .bl_recruitment_cont h3 {
    border-radius: 100vh;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2916666667;
    letter-spacing: 0em;
  }
}
.bl_recruitment .bl_recruitment_cont h4 {
  position: relative;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  letter-spacing: 0em;
  font-size: 17px;
  font-size: 1.7rem;
  font-size: clamp(13.6px, 4.358974359vw, 17px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #d14a32;
}
@media screen and (min-width: 1024px) {
  .bl_recruitment .bl_recruitment_cont h4 {
    margin: 0;
    margin-top: 25px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2916666667;
    letter-spacing: 0em;
  }
}
.bl_recruitment .bl_recruitment_cont h4::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 84px;
  height: 36px;
  background: url(../images/recruit/merit1.svg) no-repeat center center/contain;
}
.bl_recruitment .bl_recruitment_cont h4:nth-of-type(2)::before {
  background: url(../images/recruit/merit2.svg) no-repeat center center/contain;
}
.bl_recruitment .bl_recruitment_cont h4:nth-of-type(3)::before {
  background: url(../images/recruit/merit3.svg) no-repeat center center/contain;
}
.bl_recruitment .bl_recruitment_cont p {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_recruitment .bl_recruitment_cont p {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_recruitment .bl_recruitment_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_ceoMessage
=================================================== */
.bl_ceoMessage {
  padding-top: 30px;
  padding-bottom: 50px;
  background: url(../images/recruit/bkg_ceo_sp.png) no-repeat top right;
  background-size: 54.6666666667%;
  background-color: #232c2b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_ceoMessage {
    padding-top: 50px;
    padding-bottom: 55px;
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoMessage {
    max-width: 1098px;
    margin: 0 auto;
    background: url(../images/recruit/bkg_ceo.png) no-repeat top right;
    background-color: #232c2b;
  }
}
.bl_ceoMessage h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_ceoMessage h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoMessage h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.1071428571;
    letter-spacing: 0em;
  }
}
.bl_ceoMessage .el_catch {
  margin-top: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_ceoMessage .el_catch br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoMessage .el_catch {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.3846153846;
    letter-spacing: 0em;
  }
}
.bl_ceoMessage .bl_ceoMessage_cont {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_ceoMessage .bl_ceoMessage_cont {
    width: 49.1329479769%;
    max-width: 510px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoMessage .bl_ceoMessage_cont {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0em;
  }
}
.bl_ceoMessage .el_ceoName {
  margin-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .bl_ceoMessage .el_ceoName {
    width: 49.1329479769%;
    max-width: 510px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoMessage .el_ceoName {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 2.0952380952;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_recruitmentGuidelines
=================================================== */
.bl_recruitmentGuidelines {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .bl_recruitmentGuidelines {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
.bl_recruitmentGuidelines h2 {
  width: 50.6666666667%;
  max-width: 190px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_recruitmentGuidelines h2 {
    width: 55.105973025%;
    max-width: 572px;
    margin: 0;
  }
}
.bl_recruitmentGuidelines .el_norecruit {
  margin: 15px auto;
  text-align: center;
}
.bl_recruitmentGuidelines table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_recruitmentGuidelines table {
    margin-top: 15px;
    border-top: 1px solid #555;
  }
}
.bl_recruitmentGuidelines table th,
.bl_recruitmentGuidelines table td {
  display: block;
  padding: 8px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bl_recruitmentGuidelines table th,
  .bl_recruitmentGuidelines table td {
    display: table-cell;
    text-align: left;
    padding: 20px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .bl_recruitmentGuidelines table th,
  .bl_recruitmentGuidelines table td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .bl_recruitmentGuidelines table tr {
    border-bottom: 1px solid #555;
  }
}
.bl_recruitmentGuidelines table th {
  margin-top: 30px;
  background: #d3d3d3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_recruitmentGuidelines table th {
    width: 25.8188824663%;
    border-right: 1px solid #555;
  }
}
.bl_recruitmentGuidelines table td {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_recruitmentGuidelines table td {
    padding-left: 40px;
  }
}
.bl_recruitmentGuidelines .el_btnWrap {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_recruitmentGuidelines .el_btnWrap {
    margin-top: 95px;
  }
}

/* =================================================
    .page_information
=================================================== */
.page_information {
  background: #f5f5f5;
}
@media screen and (min-width: 1024px) {
  .page_information {
    background: #ebebeb;
  }
}

/* =================================================
    .bl_information
=================================================== */
.bl_information {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .bl_information {
    padding-top: 67px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_information .ly_sec_inner {
    max-width: 1040px;
    padding: 40px 50px;
    background: #fff;
  }
}
.bl_information h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .bl_information h2 {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.3793103448;
    letter-spacing: 0em;
  }
}
.bl_information_newsList {
  margin-top: 30px;
  border-top: 1px solid #000;
}
.bl_information_newsList li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .bl_information_newsList li {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.bl_information_newsList time {
  color: #1aa3c6;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .bl_information_newsList time {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.0434782609;
    letter-spacing: 0em;
  }
}
.bl_information_newsList h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .bl_information_newsList h3 {
    margin-top: 5px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.48;
    letter-spacing: 0em;
  }
}
.bl_information_newsList p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1025px) {
  .bl_information_newsList p {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_section
=================================================== */
.bl_section {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .bl_section {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

/* =================================================
    .page_contact
=================================================== */
.page_contact {
  background: #ebebeb;
}

/* =================================================
    .bl_contact
=================================================== */
.bl_contact {
  padding-top: 30px;
  padding-bottom: 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bl_contact {
    padding-top: 67px;
    padding-bottom: 110px;
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .bl_contact .ly_sec_inner {
    max-width: 1040px;
    padding-top: 10px;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .bl_contact .el_secTtl {
    border-bottom: 1px solid #000;
    max-width: 940px;
    margin: 0 auto;
    line-height: 1.4;
  }
}
.bl_contact .el_secTtl picture {
  width: 42.3880597015%;
  max-width: 142px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_contact .el_secTtl picture {
    width: 39.6808510638%;
    max-width: 373px;
    margin: 0;
  }
}
.bl_contact .bl_contact_lead {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_contact .bl_contact_lead {
    max-width: 940px;
    margin: 30px auto 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5294117647;
    letter-spacing: 0em;
  }
}
.bl_contact .bl_contact_note {
  margin-top: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_contact .bl_contact_note {
    max-width: 940px;
    margin: 2em auto 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5294117647;
    letter-spacing: 0em;
  }
}
.bl_contact .bl_contact_note li {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_contact_note li {
    margin-top: 0.5em;
  }
}
.bl_contact .bl_contact_note li::before {
  content: "■";
}
.bl_contact .bl_contact_info {
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_contact .bl_contact_info {
    max-width: 940px;
    margin: 40px auto 0;
  }
}
.bl_contact .bl_contact_info th,
.bl_contact .bl_contact_info td {
  display: block;
  padding: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_contact_info th,
  .bl_contact .bl_contact_info td {
    display: table-cell;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_contact_info tr {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
}
.bl_contact .bl_contact_info th {
  margin-top: 17px;
  background: #d3d3d3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_contact_info th {
    width: 29.4117647059%;
    padding: 20px;
    border-right: 1px solid #aaa;
  }
}
.bl_contact .bl_contact_info td {
  background: #eeeeee;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_contact_info td {
    padding: 20px 25px;
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .bl_contact .bl_contact_info td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0em;
  }
}
.bl_contact .bl_contact_info td a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_contact_info td a {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.0952380952;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.bl_contact .bl_contact_subTtl {
  margin-top: 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_contact .bl_contact_subTtl {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .bl_contact .bl_contact_subTtl {
    max-width: 940px;
    margin: 110px auto 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.0454545455;
    letter-spacing: 0em;
  }
}
.bl_contact .bl_contact_description {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_contact .bl_contact_description {
    max-width: 940px;
    margin: 10px auto 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5294117647;
    letter-spacing: 0em;
  }
}
.bl_contact .bl_contact_description em {
  color: #d12e57;
}

/* =================================================
    bl_formStep
=================================================== */
.bl_form_step {
  width: 100vw;
  margin: 20px calc(50% - 50vw) 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_form_step {
    width: 92.1875%;
    max-width: 1098px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_step {
    max-width: 1040px;
    padding: 20px 0;
    margin: 0 auto;
  }
  .bl_form_step picture {
    width: 96.875%;
    max-width: 940px;
    margin: 0 auto;
  }
}

/* =================================================
    bl_form
=================================================== */
.bl_form {
  padding-bottom: 60px;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .bl_form {
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form {
    padding-bottom: 0;
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form .ly_sec_inner {
    padding-bottom: 60px;
    background: #fff;
  }
}

.bl_form_block {
  padding-top: 15px;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_form_block {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_block {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) {
  .bl_form_block .bl_form_blockFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_form_block .bl_form_blockFlex .bl_form_ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }
  .bl_form_block .bl_form_blockFlex .el_checkboxWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_block .bl_form_blockFlex {
    width: 81.8763326226%;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_block.bl_form_blockBorder {
    padding-bottom: 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

.bl_form_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_form_ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}

.bl_form_secTtl {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_form_secTtl {
    width: 81.8763326226%;
    max-width: 768px;
    margin: 25px auto 0;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

.el_label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 5px;
  color: #fff;
  background: #aaaaaa;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
.el_label.el_label_required {
  background: #d12e57;
}

.bl_form_label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .bl_form_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_form_label .bl_form_ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }
  .bl_form_label input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_label {
    width: 81.8763326226%;
    max-width: 768px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  input[type=text].el_name {
    width: 336px;
  }
}
@media screen and (min-width: 768px) {
  input[type=text].el_tel {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  input[type=text].el_city {
    width: 6em;
  }
}

.el_input,
.el_textarea {
  width: 100%;
  padding: 0.6em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el_textarea {
  resize: vertical;
  min-height: 100px;
}

.el_checkboxWrap:not(.bl_agree) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 1em;
}
@media screen and (min-width: 768px) {
  .el_checkboxWrap:not(.bl_agree) {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .el_checkboxWrap:not(.bl_agree) {
    gap: 3px;
  }
}
.el_checkboxWrap:not(.bl_agree) .el_checkbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}
@media screen and (min-width: 768px) {
  .el_checkboxWrap:not(.bl_agree) .el_checkbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 1024px) {
  .bl_privacy {
    margin-top: 40px;
  }
}

.bl_privacy_box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  text-align: center;
}

.bl_privacy_cont {
  width: 100%;
  max-width: 790px;
  height: 100px;
  padding: 5px;
  margin: 20px auto;
  border: 1px solid #000;
  background: #fff;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .bl_privacy_cont {
    height: 150px;
    padding: 15px;
  }
}
.bl_privacy_cont h3 {
  margin-top: 0;
  margin-bottom: 3px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: 700;
}
.bl_privacy_cont h4 {
  margin-top: 2em;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: 500;
}
.bl_privacy_cont p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0em;
}

.bl_agree .el_checkbox .ly_flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_agree .el_checkbox .el_itemLabel {
  margin-right: 5px;
}
.bl_agree .el_checkbox .el_itemLabel::before {
  top: 6px;
}
.bl_agree .el_checkbox input[type=checkbox]:checked ~ .el_itemLabel::after {
  top: 3px;
}

.el_btnWrap {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .el_btnWrap {
    margin-top: 44px;
  }
}

/* =================================================
    .bl_form_confirm
=================================================== */
.bl_form_confirm .ly_sec_inner {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bl_form_confirm .ly_sec_inner {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.bl_form_confirm .el_secTtl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_form_confirm .el_secTtl {
    padding-bottom: 5px;
    text-align: left;
  }
}
.bl_form_confirm .el_lead {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
}
.bl_form_confirm table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_form_confirm table {
    margin-top: 15px;
    border-top: 1px solid #555;
  }
}
.bl_form_confirm table th,
.bl_form_confirm table td {
  display: block;
  padding: 8px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bl_form_confirm table th,
  .bl_form_confirm table td {
    display: table-cell;
    text-align: left;
    padding: 20px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .bl_form_confirm table th,
  .bl_form_confirm table td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}
.bl_form_confirm table tr {
  border-bottom: 1px solid #555;
}
.bl_form_confirm table tr:first-of-type {
  border-top: 1px solid #555;
}
@media screen and (min-width: 768px) {
  .bl_form_confirm table tr {
    border-bottom: 1px solid #555;
  }
}
.bl_form_confirm table th {
  background: #d3d3d3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_form_confirm table th {
    width: 38.5356454721%;
    border-right: 1px solid #555;
  }
}
.bl_form_confirm table td {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_form_confirm table td {
    padding-left: 40px;
  }
}

/* =================================================
    .bl_contact_finish
=================================================== */
.bl_contact_finish .ly_sec_inner {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bl_contact_finish .ly_sec_inner {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_contact_finish .bl_cont {
    max-width: 940px;
    margin: 0 auto;
  }
}
.bl_contact_finish .el_secTtl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_contact_finish .el_secTtl {
    padding-bottom: 5px;
  }
}
.bl_contact_finish p {
  margin-top: 1em;
}/*# sourceMappingURL=style.css.map */