/* COMMON */
* {
  -webkit-text-size-adjust: 100%;
  min-width: 0;
  min-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, ol, dl, dt, dd, table, tr, th, td, b, span, strong {
  line-height: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: 700;
}

li {
  list-style-type: none;
  list-style-position: outside;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

figure {
  display: block;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
  /*
  transition: .4s;
  */
}
a:hover img {
  opacity: 1;
  _filter: alpha(opacity=100);
}

:focus {
  outline: none;
}

/* PARTS */
.forSp {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

._wrapper {
  padding-top: 110px;
}

._heading_img {
  margin: 0 auto 30px;
}
._heading_img img {
  display: block;
}

picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
}

.__btn {
  display: block;
  max-width: 712px;
  margin: 0 auto;
}

/* HEADER */
.l_header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 100;
}
.l_header ._inner {
  max-width: 1260px;
  height: 109px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l_header ._logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l_header ._logo a {
  display: block;
  max-width: 214px;
}
.l_header ._logo span {
  margin: -8px 0 0 20px;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.l_header .__btn {
  margin: 0 0 0 auto;
  display: block;
  max-width: 332px;
}

/* FOOTER */
.l_footer {
  font-size: 1.4rem;
  border-top: 1px solid #eee;
  background: #fff;
  padding: 35px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.l_footer p {
  color: #666;
}
.l_footer p a {
  color: #51b0ec;
}
.l_footer ul {
  color: #666;
  gap: 15px;
}
.l_footer ul li a {
  color: #51b0ec;
}

/* KV */
.l_kv {
  position: relative;
  background: #f5f3e3;
  border-bottom: 1px solid #eee;
}
.l_kv .__img {
  max-width: 1400px;
  margin: 0 auto;
}
.l_kv .__btn {
  display: block;
  max-width: 512px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* TOP_ABOUT */
.l_about {
  padding: 55px 0 90px;
}
.l_about ._heading_img {
  max-width: 300px;
  margin-top: 90px;
}
.l_about ._lead {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
.l_about ._list_step {
  margin: 40px auto 30px;
  text-align: center;
  gap: 13px;
}
.l_about ._list_step ._item {
  width: calc((100% - 26px) / 3);
}
.l_about ._list_step ._item ._num {
  font-size: 1.5rem;
  color: #fff;
  background: #ff660b;
  width: 136px;
  line-height: 36px;
  border-radius: 18px;
  margin: 0 auto -18px;
  position: relative;
}
.l_about ._list_step ._item img {
  display: block;
  width: 100%;
}
.l_about ._list_step ._item ._txt {
  background: #f9f9f9;
  padding: 15px 15px 20px 15px;
}
.l_about ._list_step ._item ._txt ._t1 {
  line-height: 1.5em;
  margin-bottom: 6px;
}
.l_about ._list_step ._item ._txt ._t2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5em;
}

/* TOP_COLUMN */
.l_column {
  padding: 0 0 80px 0;
}
.l_column h2 {
  text-align: center;
  color: #ff660b;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.l_column ._list_column {
  margin: 0 auto 50px;
  gap: 28px;
}
.l_column ._list_column ._item {
  width: calc((100% - 56px) / 3);
}
.l_column ._list_column ._item figure {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.l_column ._list_column ._item figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.l_column ._list_column ._item figure ._num {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
}
.l_column ._list_column ._item p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #333;
}
.l_column .elsenews {
  background: #ff0;
}

@media only screen and (max-width: 767px) {
  /* COMMON */
  body {
    font-size: 1.3rem;
  }
  /* PARTS */
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
  ._inner {
    max-width: 540px;
  }
  ._wrapper {
    padding-top: 0;
  }
  ._heading_img {
    margin: 0 auto 15px;
  }
  .__btn {
    max-width: 316px;
  }
  /* HEADER */
  .l_header {
    position: relative;
    top: auto;
  }
  .l_header ._inner {
    height: 60px;
    padding: 0 7px 0 10px;
  }
  .l_header ._logo a {
    max-width: 140px;
  }
  .l_header ._logo span {
    display: none;
  }
  .l_header .__btn {
    max-width: 138px;
  }
  /* FOOTER */
  .l_footer {
    font-size: 1rem;
    padding: 20px 10px 100px 10px;
    gap: 20px;
  }
  .l_footer ul {
    gap: 10px;
  }
  .__floatingBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(241, 241, 241, 0.7);
    padding: 8px 6px 4px 6px;
    z-index: 100;
  }
  .__floatingBanner a {
    display: block;
    width: 320px;
    margin: -20px auto 0 auto;
  }
  /* KV */
  .l_kv .__img {
    max-width: 480px;
  }
  /* ABOUT */
  .l_about {
    padding: 12px 0 55px;
  }
  .l_about ._heading_img {
    max-width: 180px;
    margin-top: 30px;
  }
  .l_about ._lead {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .l_about ._list_step {
    margin: 25px auto 20px;
    gap: 26px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l_about ._list_step ._item {
    width: 100%;
  }
  .l_about ._list_step ._item ._txt {
    padding: 20px 15px 25px 15px;
  }
  /* TOP_COLUMN */
  .l_column {
    padding: 0 0 20px 0;
  }
  .l_column h2 {
    font-size: 2.1rem;
    margin-bottom: 17px;
    padding-bottom: 8px;
  }
  .l_column ._list_column {
    margin: 0 auto 25px;
    gap: 26px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l_column ._list_column ._item {
    width: 100%;
  }
  .l_column ._list_column ._item figure {
    margin-bottom: 12px;
  }
}
.elsenews {
  background: #ff0 !important;
}