@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, 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, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 65px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.8;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ff5b00;
}

@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Regular"), url("../../assets/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../../assets/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../../assets/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../../assets/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Bold"), url("../../assets/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../../assets/font/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../../assets/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../../assets/font/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Bold"), url("../../assets/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../../assets/font/NotoSansCJKjp-Bold.woff") format("woff");
}
body {
  line-height: 1;
  font-size: 14px;
  font-family: "Noto Sans CJK JP", sans-serif;
  color: #333;
}

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

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
a {
  color: inherit;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.8;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, ul, li, nav, div, dl, dt, dd, i, small, thead, tbody, tr, th, td, span, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  display: block;
  font-style: normal;
}

select, option {
  font-size: 14px;
  margin: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  -webkit-user-select: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=password], input[type=radio], input[type=checkbox], input[type=submit], input[type=email], input[type=search] {
  font-size: 14px;
  margin: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  -webkit-user-select: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  font-size: 14px;
  margin: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  -webkit-user-select: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button {
  font-family: "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.title--top {
  height: 50px;
  border-left: 6px solid #ff5b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .title--top {
    font-size: 19px;
    height: 40px;
  }
}
.title--mid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f0f0;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 24px;
}
.title--mid a {
  padding-right: 30px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #ff5b00;
  background: url(../../assets/img/icons/arrow-link-right.svg) no-repeat 100% 100%;
}

@media screen and (max-width: 767px) {
  .title--mid {
    margin: 0 -15px;
    font-size: 14px;
  }
}
.btn {
  text-decoration: none;
}

.btn--more {
  display: block;
  border: 1px solid #ff5b00;
  width: 260px;
  height: 40px;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  padding: 9px 0 0 15px;
  color: #ff5b00;
  font-weight: 500;
  background: url(../../assets/img/icons/circle-arrow-right-orange.svg) no-repeat;
  background-position: top 7px right 10px;
}
.btn--more span {
  vertical-align: bottom;
  font-size: 18px;
}

.btn--back {
  font-weight: 700;
  padding: 0 64px !important;
  background: #f0f0f0;
  height: 50px;
  border-radius: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff5b00;
  text-decoration: none;
}

.btn--back--black {
  color: #333;
}

.btn--line {
  cursor: pointer;
  width: 160px;
  display: block;
}

.btn--apply {
  font-weight: 500;
  padding: 0 86px !important;
  background: #ff5b00;
  height: 50px;
  border-radius: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.historyList li:not(:last-child) {
  margin-bottom: 15px;
}
.historyList li a {
  display: block;
  text-decoration: none;
}
.historyList li dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.32px;
}
.historyList li dl dt i {
  letter-spacing: 0;
  background: #ff5b00;
  display: block;
  position: absolute;
  top: 4px;
  left: 106px;
  font-size: 10px;
  color: #fff;
  min-width: 70px;
  text-align: center;
  padding: 4px 15px;
  font-weight: 400;
}
.historyList li dl dt i.green {
  background: #659667;
}
.historyList li dl dd {
  line-height: 24px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 500px; */
}

@media screen and (max-width: 767px) {
  .historyList li:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .historyList li dl dt {
    height: 20px;
    font-size: 12px;
    margin-bottom: 6px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .historyList li dl dt i {
    left: 70px;
    padding: 2px 15px 1px;
    line-height: 15px;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .historyList li dl dd {
    line-height: 20px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.historyList--small {
  margin-bottom: 40px;
}
.historyList--small li dl dt, .historyList--small li dl dd {
  font-size: 14px;
}
.historyList--small li dl dt {
  height: 20px;
}
.historyList--small li dl dt i {
  top: 0;
  left: 97px;
}
.historyList--small li dl dd {
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .historyList--small {
    margin-bottom: 38px;
  }
}
.historyList--full {
  margin-bottom: 82px;
}
.historyList--full li {
  border-bottom: 1px solid #f0f0f0;
}
.historyList--full li:not(:last-child) {
  margin-bottom: 0;
}
.historyList--full li a {
  padding: 11px 0 16px;
}
.historyList--full li a dl dd {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .historyList--full {
    margin-bottom: 40px;
  }
}
.table:not(:last-child) {
  margin-bottom: 80px;
}
.table table {
  display: block;
}
.table table:not(:last-child) {
  margin-bottom: 30px;
}
.table table thead {
  display: block;
  padding-left: 15px;
  background: #f0f0f0;
}
.table table thead tr {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table table thead tr th {
  text-align: left;
}
.table table tbody {
  display: block;
}
.table table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  padding: 17px 0 12px 16px;
  line-height: 21px;
}
.table table tbody tr th {
  text-align: left;
  padding-right: 15px;
  display: block;
}
.table table tbody tr td {
  display: block;
  padding-right: 15px;
  letter-spacing: 0.56px;
  text-align: left;
}
.table table tbody tr td a {
  color: #ff5b00;
}
.table table tbody tr td a.hasArrow {
  font-weight: bold;
  padding-right: 46px;
  background: url(../../assets/img/icons/arrow-link-right.svg) no-repeat 100% 100%;
  background-size: 31px 10px;
}

@media screen and (max-width: 767px) {
  .table:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .table table tbody tr th {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .table table tbody tr td {
    padding-right: 0;
  }
}
.table--striped tr:nth-child(even) {
  background: #fafafa;
}

.table--borderLess table tbody tr {
  border-bottom: none;
}

.table--column table tbody tr {
  display: block;
  padding: 24px 0 17px;
}
.table--column table tbody tr th {
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .table--column table tbody tr {
    padding: 20px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .table--column table tbody tr th {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .table--column table tbody tr td {
    line-height: 20px;
  }
}
.table--row table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0 19px 16px;
}
.table--row table tbody tr th {
  line-height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.table--row table tbody tr td {
  line-height: 26px;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .table--row table tbody tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .table--row table tbody tr th {
    line-height: 18px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .table--row table tbody tr td {
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .table--row table tbody tr td:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .table--row--gray table tbody tr {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.56px;
  }
}
.table--row--gray table tbody tr th {
  color: #999;
}

@media screen and (max-width: 767px) {
  .table--row--gray table tbody tr th {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .table--row--gray table tbody tr td {
    line-height: 20px;
    font-size: 14px;
  }
}
.table--row--solid table {
  display: table;
}
.table--row--solid table tbody tr {
  padding: 0;
}
.table--row--solid table tbody tr:last-of-type {
  border-bottom: none;
}
.table--row--solid table tbody tr th {
  width: 190px;
  background: #fafafa;
  border-left: #f0f0f0;
  text-align: left;
  padding: 24px 15px 21px 23px;
}
.table--row--solid table tbody tr td {
  padding: 24px 15px 21px 23px;
  line-height: 21px;
  letter-spacing: 0.56px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .table--row--solid table {
    border: 1px solid #f0f0f0;
  }
}
@media screen and (max-width: 767px) {
  .table--row--solid table tbody tr {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .table--row--solid table tbody tr th {
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    padding: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .table--row--solid table tbody tr td {
    padding: 10px 0;
    font-size: 14px;
    line-height: 21px;
  }
}
.append--date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 17px;
}
.append--date i {
  top: 3px;
  left: 95px;
  position: absolute;
  font-size: 12px;
  height: 18px;
  background: #ff5b00;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .append--date {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .append--date i {
    left: 80px;
    height: 19px;
    top: 0;
    font-weight: 400;
  }
}
.editorViewer {
  line-height: 1.5;
  margin-bottom: 80px;
}
.editorViewer .aligncenter {
  display: block;
  margin: 0 auto 30px;
}
.editorViewer .alignright {
  float: right;
  margin-left: 30px;
}
.editorViewer .alignleft {
  float: left;
  margin-right: 30px;
}
.editorViewer .clearfix {
  overflow: hidden;
  zoom: 1;
}
.editorViewer .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* editorレイアウト用
-----------------------------------*/
/* img */
/* clearfix */
@media screen and (max-width: 767px) {
  .editorViewer {
    margin-bottom: 40px;
  }
}
.hasItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hasItemList img {
  display: block;
}
.hasItemList li {
  position: relative;
}
.hasItemList li span {
  z-index: 1;
  opacity: 0;
  white-space: nowrap;
  background-color: #fff;
  line-height: 22px;
  border: 1px solid #707070;
  border-radius: 3px 3px 3px 0;
  font-size: 12px;
  padding: 0 10px;
  display: block;
  position: absolute;
  top: -20px;
  left: 25px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.hasItemList li img:hover + span {
  opacity: 1;
}
.hasItemList li:not(:last-child) {
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .hasItemList img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hasItemList li span {
    display: none;
  }
}
input[type=text].input--search {
  display: block;
  height: 40px;
  border-bottom: 2px solid #ff5b00;
  width: 100%;
  background: url(../../assets/img/icons/search.svg) no-repeat;
  background-position: bottom 10px right 10px;
  margin-bottom: 32px;
  font-size: 24px;
  color: #656565;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  input[type=text].input--search {
    margin-bottom: 31px;
  }
}
.storeSearchInput {
  margin-bottom: 32px;
  position: relative;
}
.storeSearchInput input[type=text] {
  display: block;
  height: 40px;
  border-bottom: 2px solid #ff5b00;
  width: 100%;
  background-position: bottom 10px right 10px;
  font-size: 16px;
  color: #656565;
  padding-left: 20px;
  padding-right: 40px;
}
.storeSearchInput input[type=submit] {
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  right: 10px;
  background: url(../../assets/img/icons/search.svg) no-repeat;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .storeSearchInput {
    margin-bottom: 31px;
  }
}
.summaryList {
  margin-bottom: 82px;
}
.summaryList li {
  border-bottom: 1px solid #f0f0f0;
}
.summaryList li a {
  text-decoration: none;
  display: block;
  padding: 12px 24px 16px;
}
.summaryList li a dl dt {
  position: relative;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
}
.summaryList li a dl dt i {
  top: 4px;
  left: 106px;
  position: absolute;
  font-size: 10px;
  height: 18px;
  background: #ff5b00;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.summaryList li a dl dd {
  line-height: 20px;
}

.listPager {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.listPager li {
  height: 100%;
  color: #a6adb4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 8px;
}
.listPager li a {
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
.listPager li.is-active {
  color: #202124;
  font-weight: bold;
}
.listPager li.is-active a::after {
  content: "";
  width: 100%;
  background: #ff5b00;
  height: 2px;
  position: absolute;
  bottom: 0;
  display: block;
}
.listPager li.is-more {
  font-weight: bold;
  color: #202124;
  letter-spacing: -2px;
}

@media screen and (max-width: 767px) {
  .listPager {
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .listPager li {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .listPager li.is-more {
    font-size: 18px;
  }
}
/* wp-pagenavi */
.wp-pagenavi {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wp-pagenavi .pages {
  font-size: 14px;
}
.wp-pagenavi a {
  height: 100%;
  color: #a6adb4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 8px;
  text-decoration: none;
}
.wp-pagenavi span {
  height: 100%;
  color: #a6adb4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0 8px;
  text-decoration: none;
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
.wp-pagenavi span.current {
  color: #202124;
}
.wp-pagenavi span.current::after {
  content: "";
  width: 100%;
  background: #ff5b00;
  height: 2px;
  position: absolute;
  bottom: 0;
  display: block;
}
.wp-pagenavi a.nextpostslink {
  color: #a6adb4;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a.nextpostslink {
    font-size: 18px;
  }
}
body {
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    background: #fff;
    padding-top: 60px;
  }
}
.header {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .header {
    border-top: 15px solid #e70;
    padding-top: 95px;
  }
}
.footer {
  padding-bottom: 30px;
  line-height: 20px;
  color: #fff;
  background: #e70;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
  }
}
.footer__inner {
  width: 984px;
  margin: 0 auto;
  padding-top: 51px;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    padding: 25px 14px 5px;
  }
}
.footer__banners {
  background: #ffdecc;
  padding: 30px 0;
}
.footer__banners ul li {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .footer__banners {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer__banners ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .footer__banners ul li img {
    width: 313px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .footer__banners ul li {
    margin: 0;
  }
  .footer__banners ul li:not(:last-child) {
    margin: 0 0 19px;
  }
}
.footer__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 466px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__info {
    width: 100%;
    margin-bottom: 0;
  }
}
.footer__logo {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    padding-top: 15px;
    width: 80px;
  }
}
.footer__contact {
  width: 325px;
  letter-spacing: 0.56px;
  font-weight: 500;
  padding-left: 4px;
}
.footer__contact img {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .footer__contact {
    font-size: 12px;
    width: auto;
    padding-left: 0;
    font-weight: 400;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact img {
    margin-bottom: 6px;
    max-width: 200px;
  }
}
.footer__contactAddress {
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .footer__contactAddress {
    margin-bottom: 0;
    line-height: 23px;
  }
}
@media screen and (min-width: 768px) {
  .footer__contactTel {
    text-indent: 53px;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 22px;
}
.footer__link a {
  text-decoration: none;
}
.footer__link div > ul > li > span, .footer__link div > ul > li > a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 7px;
  letter-spacing: 0.64px;
}
.footer__link div > ul > li > span::after, .footer__link div > ul > li > a::after {
  content: "";
  background-image: -o-radial-gradient(#fff 22%, transparent 0%);
  background-image: radial-gradient(#fff 22%, transparent 0%);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
}
.footer__link div > ul > li > ul {
  font-size: 13px;
  letter-spacing: 0.52px;
  margin-top: 21px;
}
.footer__link div > ul > li > ul > li {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__link div > ul > li > span::after, .footer__link div > ul > li > a::after {
    background-image: -o-radial-gradient(#fff 15%, transparent 0%);
    background-image: radial-gradient(#fff 15%, transparent 0%);
    width: 100%;
    background-size: 10px 10px;
    height: 8px;
    top: -2px;
  }
}
@media screen and (min-width: 768px) {
  .footer__link div > ul > li > span.has-arrow, .footer__link div > ul > li > a.has-arrow {
    padding-right: 21px;
    background: url(../../assets/img/icons/circle-arrow-right-white.svg) no-repeat right 0 top 4px;
    background-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link div > ul > li > span, .footer__link div > ul > li > a {
    padding-top: 20px;
    padding-bottom: 16px;
    letter-spacing: 0.56px;
    font-size: 14px;
    display: block;
    line-height: 20px;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .footer__link div > ul > li > ul {
    display: none;
    font-size: 14px;
    position: relative;
    margin-top: 0;
    padding: 7px 0 13px;
  }
  .footer__link div > ul > li > ul::before {
    content: "";
    background-image: -o-radial-gradient(#fff 15%, transparent 0%);
    background-image: radial-gradient(#fff 15%, transparent 0%);
    background-size: 10px 10px;
    height: 8px;
    background-repeat: repeat-x;
    background-position: left -7px bottom 0;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__link div > ul > li > ul > li {
    margin-top: 0;
  }
  .footer__link div > ul > li > ul > li a {
    display: block;
    padding: 13px 0;
  }
}
.footer__linkLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__linkLeft > ul > li span, .footer__linkLeft > ul > li a {
  display: block;
}
.footer__linkLeft > ul:nth-child(1), .footer__linkLeft > ul:nth-child(2) {
  margin-right: 79px;
}

@media screen and (max-width: 767px) {
  .footer__linkLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__linkLeft > ul:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__linkLeft > ul:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__linkLeft > ul > li > span::before, .footer__linkLeft > ul > li > a::before {
    position: absolute;
    right: 0;
    top: 24px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../assets/img/icons/plus-white.svg);
  }
  .footer__linkLeft > ul > li > span.is-active::before, .footer__linkLeft > ul > li > a.is-active::before {
    background: url(../../assets/img/icons/minus-white.svg);
  }
}
.footer__linkRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__linkRight {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer__linkRight > div:not(:last-of-type) {
    margin-right: 79px;
  }
}
@media screen and (min-width: 768px) {
  .footer__linkRight > div > ul > li span, .footer__linkRight > div > ul > li a {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .footer__linkRight > div > ul {
    margin-bottom: 30px;
  }
}
.footer__guide {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.footer__guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 70px;
}
.footer__guide ul li {
  margin: 0 26px;
}
.footer__guide ul li a {
  font-size: 12px;
  letter-spacing: 0.48px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__guide {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer__guide ul {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__guide ul li a {
    font-size: 14px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer__guide ul li {
    text-align: center;
    margin: 0;
    width: 50%;
  }
  .footer__guide ul li:first-child {
    border-right: 1px solid #fff;
  }
}
.footer__socials {
  margin-bottom: 10px;
}
.footer__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__socials ul li {
  margin: 0 13px;
}
.footer__socials ul li img {
  width: 40px;
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.96px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    letter-spacing: 0.8px;
    font-size: 12px;
  }
}
.gnavi {
  z-index: 9999;
  position: fixed;
  margin: 0 auto;
  width: 980px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: 40px;
}

@media screen and (max-width: 767px) {
  .gnavi {
    top: 0;
    width: 100%;
    height: 60px;
  }
}
.gnavi__unit {
  width: 855px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  padding: 7px 38px 7px 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .gnavi__unit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border-radius: 0;
    padding: 7px 10px;
    margin-right: 0;
  }
}
.gnavi__logo {
  margin-right: 25px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .gnavi__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    width: 68px;
  }
  .gnavi__logo img {
    width: 40px;
  }
}
.gnavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gnavi__list li {
  height: 100%;
}
.gnavi__list li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.gnavi__list li a.is-active {
  color: #ff5b00;
  position: relative;
}
.gnavi__list li a.is-active::after {
  width: 39px;
  bottom: -8px;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background-color: #ff5b00;
  height: 5px;
  margin: auto;
  right: 0;
}

.gnavi__info {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gnavi__info a {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background-color: #ff5b00;
  height: 100%;
}

.gnavi__searchBtn {
  width: 19px;
  height: 19px;
  margin-left: 24px;
  position: relative;
  cursor: pointer;
}
.gnavi__searchBtn.is-active img {
  display: none;
}
.gnavi__searchBtn.is-active::after, .gnavi__searchBtn.is-active::before {
  display: block;
  content: "";
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background: #333;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 7px;
}
.gnavi__searchBtn.is-active::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnavi__searchBtn.is-active::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gnavi__search {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  width: 775px;
  padding: 10px;
}
.gnavi__search input[type=text] {
  background: #f4f4f6;
  width: 100%;
  display: block;
  background-size: 19px;
  font-size: 13px;
  padding: 15px;
  border-radius: 4px;
}
.gnavi__search input[type=text]::-webkit-input-placeholder, .gnavi__search input[type=text]::-moz-placeholder, .gnavi__search input[type=text]:-ms-input-placeholder, .gnavi__search input[type=text]::-ms-input-placeholder, .gnavi__search input[type=text]::placeholder {
  color: #ddd;
}
.gnavi__search input[type=submit] {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 30px;
  background: url(../../assets/img/icons/search-black.svg);
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
}
.gnavi__search.is-active {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.gnavi__search.is-hide {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

.gnavi__searchBox {
  position: relative;
}
.gnavi__searchBox button#searchsubmit {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}

.gnavi__hambBtn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #ff5b0c;
}
.gnavi__hambBtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /* アニメーションの設定 */
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 20px;
}
.gnavi__hambBtn span:nth-of-type(1) {
  top: 20px;
}
.gnavi__hambBtn span:nth-of-type(2) {
  top: 29px;
}
.gnavi__hambBtn span:nth-of-type(3) {
  top: 38px;
}
.gnavi__hambBtn.is-active span:nth-of-type(1) {
  top: 23px;
  left: 20px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.gnavi__hambBtn.is-active span:nth-of-type(2) {
  opacity: 0;
  /* 真ん中の線は透過 */
}
.gnavi__hambBtn.is-active span:nth-of-type(3) {
  top: 35px;
  left: 20px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.hambBody {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  /* stylelint-disable-next-line */
  padding-top: 60px;
  overflow-y: scroll;
}
.hambBody.is-active {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.hambBody.is-hide {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

.hambBody__inner {
  background: #fff;
}

.hambBody__regular {
  border-top: 1px solid #f4f4f6;
}
.hambBody__regular li {
  border-bottom: 1px solid #f4f4f6;
}
.hambBody__regular li a {
  display: block;
  padding: 23px 24px 22px;
  text-decoration: none;
  letter-spacing: 0.56px;
  font-weight: 600;
  padding-right: 28px;
  background: url(../../assets/img/icons/thin-arrow-right-orange.svg) no-repeat right 24px top 50%;
  background-size: auto 12px;
}

.hambBody__options {
  padding: 26px 24px 20px;
  position: relative;
}
.hambBody__options input[type=text] {
  background: #f4f4f6;
  width: 100%;
  display: block;
  background-size: 19px;
  font-size: 13px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.hambBody__options input[type=text]::-webkit-input-placeholder, .hambBody__options input[type=text]::-moz-placeholder, .hambBody__options input[type=text]:-ms-input-placeholder, .hambBody__options input[type=text]::-ms-input-placeholder, .hambBody__options input[type=text]::placeholder {
  color: #ddd;
}
.hambBody__options input[type=submit] {
  cursor: pointer;
  position: absolute;
  top: 42px;
  right: 40px;
  background: url(../../assets/img/icons/search-black.svg);
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
}
.hambBody__options a {
  display: block;
  background: #ff5b00;
  text-align: center;
  line-height: 20px;
  color: #fff;
  padding: 15px 0;
  border-radius: 25px;
  text-decoration: none;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 932px;
  margin: 0 auto 15px;
}
.breadcrumbs li {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../../assets/img/layout/breadcrumbs-arrow.svg) no-repeat top 54% right 0;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 9px;
  padding-right: 14px;
}
.breadcrumbs li:last-child {
  background: none;
}
.breadcrumbs li:last-child a {
  text-decoration: none;
  color: #656565;
}
.breadcrumbs li a {
  line-height: 18px;
  color: #ff5b00;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    width: 100%;
    padding: 0 15px 15px;
    overflow-x: auto;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs li {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs li a {
    white-space: nowrap;
  }
}
.wrapper {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .wrapper {
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}
.content {
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 40px;
  }
}
.content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ff5b00;
  padding-bottom: 47px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 932px;
}
.content__title span {
  position: relative;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
  color: #ff5b00;
  font-size: 28px;
  line-height: 41px;
}
.content__title span img {
  vertical-align: middle;
  margin-right: 16px;
}
.content__title span::after {
  content: "";
  background-image: -o-radial-gradient(#ff5b00 30%, transparent 35%);
  background-image: radial-gradient(#ff5b00 30%, transparent 35%);
  background-size: 9px 9px;
  background-repeat: repeat-x;
  background-position: left 0 bottom 0;
  position: absolute;
  bottom: -2px;
  left: 50%;
  height: 9px;
  width: 155px;
  margin: 0 auto 0 -78px;
}

@media screen and (max-width: 767px) {
  .content__title {
    width: 100%;
    padding-top: 0;
    padding-bottom: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .content__title span {
    font-size: 20px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .content__title span img {
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .content__title span::after {
    width: 133px;
    margin: 0 auto 0 -66px;
  }
}
.content__title--back {
  width: 100%;
  border-bottom: none;
  background-size: cover;
  background-position: center;
  padding: 0;
  margin-bottom: 40px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content__title--back span {
  color: #fff;
}
.content__title--back span::after {
  background-image: -o-radial-gradient(#fff 30%, transparent 35%);
  background-image: radial-gradient(#fff 30%, transparent 35%);
}

@media screen and (max-width: 767px) {
  .content__title--back {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
.content__title--orange span {
  color: #ff5b00;
}
.content__title--orange span::after {
  background-image: -o-radial-gradient(#ff5b00 30%, transparent 35%);
  background-image: radial-gradient(#ff5b00 30%, transparent 35%);
}

@media screen and (max-width: 767px) {
  .content__body {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content__center {
    width: 932px;
    margin: 0 auto;
  }
}
.gotoTopButton {
  z-index: 9997;
  cursor: pointer;
  position: fixed;
  visibility: hidden;
  width: 50px;
  height: 50px;
  background: url(../../assets/img/layout/page_top.svg);
  bottom: 40px;
  right: 40px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.gotoTopButton.is-active {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
.gotoTopButton.is-hide {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@media screen and (max-width: 767px) {
  .gotoTopButton {
    right: 20px;
    bottom: 20px;
  }
}
.pageCampaign .content__title--back {
  background-image: url(../../assets/img/pages/campaign/content_title-back.png);
}
.pageCampaign .campaignList__items {
  margin-bottom: -48px;
}
.pageCampaign .campaignList__items ul {
  margin-bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageCampaign .campaignList__items ul li {
  font-weight: 500;
  width: 300px;
  margin-bottom: 48px;
}
.pageCampaign .campaignList__items ul li a {
  text-decoration: none;
}
.pageCampaign .campaignList__items ul li img {
  margin-bottom: 13px;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}
.pageCampaign .campaignList__items ul li p:nth-of-type(1) {
  margin-bottom: 10px;
}
.pageCampaign .campaignList__items ul li p:nth-of-type(2) {
  line-height: 21px;
}
.pageCampaign .campaignDetail__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pageCampaign .content__title--back {
    background-image: url(../../assets/img/pages/campaign/content_title-back-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .pageCampaign .campaignList__items ul li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pageCampaign .campaignList__items ul li:not(:nth-of-type(3n+3)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pageCampaign .campaignList__items ul li img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageCampaign .campaignList__items ul li p:nth-of-type(1) {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.pageCompany .content__title--back {
  background-image: url(../../assets/img/pages/company/content_title-back.png);
}
.pageCompany .company__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageCompany .company__title {
  margin-bottom: 40px;
}
.pageCompany .companyNavi {
  margin-top: -30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageCompany .companyNavi li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
}
.pageCompany .companyNavi li a {
  text-decoration: none;
  background: #f0f0f0;
  text-align: center;
  line-height: 60px;
  display: block;
  font-weight: 300;
}
.pageCompany .companyNavi li a.is-active {
  background: #ff5b00;
  color: #fff;
}
.pageCompany .company__greetings section:not(:last-child) {
  margin-bottom: 100px;
}
.pageCompany .company__greetingsTitle {
  color: #ff5b00;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 18px;
}
.pageCompany .company__greetingsBody {
  line-height: 34px;
  margin-bottom: 33px;
}
.pageCompany .company__greetingsAuthor {
  text-align: center;
  line-height: 19px;
  font-weight: 500;
  font-size: 13px;
}
.pageCompany .company__outline .table table {
  width: 100%;
  letter-spacing: 0.56px;
}
.pageCompany .company__outline .table table caption {
  caption-side: bottom;
  margin-top: 15px;
  text-align: left;
}
.pageCompany .company__history table {
  border-top: 1px solid #ddd;
}
.pageCompany .company__history table tbody tr {
  padding: 24px 0 24px 24px;
}
.pageCompany .company__history table tbody tr th {
  font-size: 16px;
  width: 147px;
}
.pageCompany .company__history table tbody tr td {
  margin-top: 0;
  line-height: 17px;
  letter-spacing: 0;
  padding-right: 0;
}
.pageCompany .company__philosophy .title {
  padding: 0 21px;
  margin-bottom: 30px;
}
.pageCompany .company__philosophy section {
  margin-bottom: 47px;
}
.pageCompany .company__philosophyTitle {
  color: #ff5b00;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 20px;
}
.pageCompany .company__philosophy p {
  line-height: 24px;
}
.pageCompany .company__officer .title {
  padding: 0 21px;
}
.pageCompany .company__officer .table table tbody tr {
  letter-spacing: 0.56px;
  padding: 27px 0 19px 0;
}
.pageCompany .company__officer .table table tbody tr th {
  width: 230px;
}
.pageCompany .company__center {
  margin-bottom: 80px;
}
.pageCompany .company__centerTitle {
  margin-bottom: 18px;
  line-height: 36px;
  color: #ff5b00;
  font-size: 24px;
  font-weight: 300;
}
.pageCompany .company__center p {
  line-height: 24px;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .pageCompany .content__title--back {
    background-image: url(../../assets/img/pages/company/content_title-back-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .companyNavi {
    margin-bottom: 25px;
    margin-top: -40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .companyNavi li {
    width: calc(50% - 1px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-bottom: 1px solid #fff;
  }
  .pageCompany .companyNavi li:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .companyNavi li a {
    line-height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__greetings section:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__greetingsTitle {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__greetingsBody {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__outline .table table caption {
    border-top: 1px solid #f0f0f0;
    padding: 15px 15px 0 15px;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__history {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__history table tbody tr {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__history table tbody tr th {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__history table tbody tr td {
    line-height: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__philosophy .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__philosophyTitle {
    line-height: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__officer .table table tbody {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__officer .table table tbody tr {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__officer .table table tbody tr th {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__center {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__centerTitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageCompany .company__center p {
    margin-bottom: 30px;
  }
}
.pageContact .content__title--back {
  background-image: url(../../assets/img/pages/contact/content_title-back.png);
}
.pageContact .rule {
  line-height: 24px;
}
.pageContact .rule a {
  color: #ff5b00;
}
.pageContact .rule > div {
  margin-bottom: 18px;
}
.pageContact .rule > div.rule__privacy, .pageContact .rule > div.rule__each {
  margin-bottom: 16px;
}
.pageContact .rule__domainAbout {
  color: #656565;
  margin-bottom: 3px;
}
.pageContact .rule__privacyTitle {
  font-size: 16px;
  letter-spacing: 0.64px;
  margin-bottom: 8px;
}
.pageContact .rule__eachTitle {
  margin-bottom: 6px;
}
.pageContact .rule__each ul li {
  line-height: 24px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
}
.pageContact .rule__each ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
.pageContact .rule__message {
  font-size: 16px;
  letter-spacing: 0.64px;
}
.pageContact .form__summary {
  line-height: 24px;
  text-align: center;
  margin-bottom: 47px;
}
.pageContact .form__description {
  line-height: 24px;
}
.pageContact .form__description a {
  color: #ff5b00;
}
.pageContact .form table {
  margin-bottom: 48px;
  display: block;
}
.pageContact .form table tbody {
  display: block;
}
.pageContact .form table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageContact .form table tbody tr:not(:last-child) {
  margin-bottom: 25px;
}
.pageContact .form table tbody tr th {
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 234px;
}
.pageContact .form table tbody tr th.is-required::after {
  color: #f00;
  content: "*";
  margin-left: 5px;
}
.pageContact .form table tbody tr th.form__voice {
  padding-top: 3px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .pageContact .content__title--back {
    background-image: url(../../assets/img/pages/contact/content_title-back-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule {
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule > div.rule__privacy {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule > div.rule__each {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule__domainAbout {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule__domainRegular {
    font-size: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule__privacyTitle {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule__privacy p {
    line-height: 24px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .pageContact .rule__privacy p span {
    display: block;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .rule__each ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form__summary {
    text-align: left;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form__description {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form table {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form table tbody tr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form table tbody tr:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form table tbody tr th {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pageContactConfirm .form table tbody tr td {
  width: 100%;
}

.pageContact .form table tbody tr td input {
  margin-bottom: 10px;
}
.pageContact .form table tbody tr td input[type=text], .pageContact .form table tbody tr td input[type=email] {
  width: 100%;
  background: #f4f4f6;
  border-radius: 4px;
  height: 50px;
  padding: 15px 20px;
  letter-spacing: 0.79px;
}
.pageContact .form table tbody tr td input[type=text]::-webkit-input-placeholder, .pageContact .form table tbody tr td input[type=text]::-moz-placeholder, .pageContact .form table tbody tr td input[type=text]:-ms-input-placeholder, .pageContact .form table tbody tr td input[type=text]::-ms-input-placeholder, .pageContact .form table tbody tr td input[type=text]::placeholder {
  color: #ddd;
  letter-spacing: 0.79px;
  font-size: 14px;
}
.pageContact .form table tbody tr td input::placeholder {
  color: #ddd;
  letter-spacing: 0.79px;
  font-size: 14px;
}
.pageContact .form table tbody tr td input[type=text].form__age {
  width: 73px;
  margin-right: 10px;
}
.pageContact .form table tbody tr td input[type=text]:disabled {
  -webkit-text-fill-color: #656565;
  color: #656565;
  background: #f0f0f0;
  font-size: 14px;
  opacity: 1;
}
.pageContact .form table tbody tr td input[type=radio] {
  /* display: none; */
  position: relative;
  padding-left: 5px;
  height: 27px;
  line-height: 27px;
  margin-right: 30px;
}
.pageContact .form table tbody tr td input[type=radio]::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  border: 1px solid #ccc;
}
.pageContact .form table tbody tr td input[type=radio]:checked::after {
  content: "";
  display: block;
  background: #ff5b00;
  border-radius: 100%;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 7px;
  left: 7px;
}
.pageContact .form table tbody tr td select {
  width: 222px;
  background: url(../../assets/img/icons/arrow-under-gray.svg) no-repeat right 16px top 50%;
  height: 50px;
  padding: 15px 40px 15px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
.pageContact .form table tbody tr td select:disabled {
  color: #656565;
  background: #f0f0f0;
  font-size: 14px;
  opacity: 1;
}
.pageContact .form table tbody tr td textarea {
  border-radius: 4px;
  background: #f4f4f6;
  width: 100%;
  height: 240px;
  display: block;
  resize: none;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.pageContact .form table tbody tr td textarea:disabled {
  height: 242px;
  border: 1px solid #ccc;
  -webkit-text-fill-color: #656565;
  color: #656565;
  background: #e8e8e8;
  font-size: 14px;
  opacity: 1;
}
.pageContact .contact__body {
  margin-bottom: 50px;
  background: #fafafa;
  border-radius: 20px;
  padding: 50px 90px;
}
.pageContact .contact__body--input {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 77px;
}
.pageContact .contact__body--confirm {
  background: #fafafa;
  margin-bottom: 52px;
}
.pageContact .contact__body--confirm table {
  margin-bottom: 0;
}
.pageContact .contact__body--complete {
  margin-bottom: 47px;
}
.pageContact .contact__body--complete .form__summary {
  margin-bottom: 0;
}
.pageContact .contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageContact .contact__buttons li {
  margin: 0 20px;
}
.pageContact .contact__buttons li a {
  width: 228px;
}

@media screen and (max-width: 767px) {
  .pageContact .form table tbody tr td input[type=text] {
    background: #f4f4f6;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form table tbody tr td input[type=text]:disabled {
    background: #e8e8e8;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form table tbody tr td select:disabled {
    background: #e8e8e8;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form table tbody tr td textarea {
    background: #f4f4f6;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .form table tbody tr td textarea:disabled {
    background: #e8e8e8;
    border: none;
    height: 365px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .contact__body {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .contact__body--input {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .contact__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .contact__buttons li:first-of-type {
    margin-bottom: 20px;
  }
}
.pageHome .summaries {
  line-height: 24px;
}
.pageHome .summaries__intro {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.pageHome .summaries__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}
.pageHome .summaries__body {
  font-size: 16px;
}
.pageHome .summaries__bodyNotice {
  margin-top: 15px;
  display: block;
  color: #ff5b00;
}
.pageHome .catchImg {
  border-radius: 40px;
}
.pageHome .slide-container {
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.pageHome .bannerSlider.slick-slider .slick-arrow {
  overflow: hidden;
  text-indent: -9999px;
  background: url(../../assets/img/pages/home/banner_slider-left.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}
.pageHome .bannerSlider.slick-slider .slick-arrow.slick-prev {
  left: -25px;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.pageHome .bannerSlider.slick-slider .slick-arrow.slick-next {
  right: -25px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (min-width: 767px) {
  .pageHome .bannerSlider {
    width: 960px;
    margin: 0 auto;
  }
}
.pageHome .itemSlider {
  overflow: hidden;
}
.pageHome .itemSlider.slick-slider {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  border-radius: 40px;
  padding: 50px 50px 80px 50px;
}
.pageHome .itemSlider.slick-slider .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 32px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageHome .itemSlider.slick-slider .slick-dots li {
  margin: 0 10px;
}
.pageHome .itemSlider.slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #ddd;
  border-radius: 4px;
  text-indent: -9999px;
  overflow: hidden;
}
.pageHome .itemSlider.slick-slider .slick-dots li.slick-active button {
  background: #ff5b00;
}
.pageHome .visualSlider.slick-slider {
  position: relative;
}
.pageHome .visualSlider.slick-slider .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageHome .visualSlider.slick-slider .slick-dots li {
  margin: 0 10px;
}
.pageHome .visualSlider.slick-slider .slick-dots li button {
  display: block;
  background: #b6c2ad;
  text-indent: -9999px;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.pageHome .visualSlider.slick-slider .slick-dots li.slick-active button {
  background: #fff;
}
.pageHome .pop {
  background: url(../../assets/img/pages/home/pop-right.svg);
  width: 140px;
  height: 140px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pageHome .pop > span {
  color: #fff;
  display: block;
}
.pageHome .pop > span:nth-of-type(1) {
  line-height: 29px;
  font-size: 20px;
  margin-bottom: 1px;
}
.pageHome .pop > span:nth-of-type(1) span {
  display: block;
  margin-top: -5px;
}
.pageHome .pop > span:nth-of-type(2) {
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 10px;
}
.pageHome .pop--left {
  background: url(../../assets/img/pages/home/pop-left.svg);
}
.pageHome .mainVisual {
  height: 150px;
}
.pageHome .article {
  position: relative;
}
.pageHome .article--border::after {
  content: "";
  background-image: -o-radial-gradient(#ddd 20%, transparent 30%);
  background-image: radial-gradient(#ddd 20%, transparent 30%);
  background-size: 11px 7px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
}
.pageHome .article__inner {
  padding: 60px 0 58px;
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageHome .article__inner > div:first-child {
  margin-bottom: 20px;
}
.pageHome .articleNews .article__inner > div:first-child {
  margin-bottom: 18px;
}
.pageHome .articleNews__more {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pageHome .articleNews__more .btn {
  margin-bottom: 2px;
}
.pageHome .storeSearch {
  line-height: 24px;
}
.pageHome .storeSearch__title {
  font-weight: 400;
  font-size: 16px;
}
.pageHome .storeSearch__title::before {
  content: "■";
  margin-right: 4px;
}
.pageHome .storeSearch ul {
  width: 194px;
  height: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 19px;
}
.pageHome .storeSearch ul li {
  width: 78px;
}
.pageHome .storeSearch ul li a {
  text-decoration: none;
  display: block;
  color: #ff5b00;
  font-weight: 500;
  font-size: 16px;
  background: url(../../assets/img/icons/circle-arrow-right-orange.svg) no-repeat;
  background-position: top 50% right 0;
  background-size: 20px;
}
.pageHome .articleShop__body .summaries {
  margin-bottom: 30px;
}
.pageHome .articleRecruit .article__inner {
  padding-top: 78px;
}
.pageHome .articleRecruit__body .summaries {
  margin-bottom: 30px;
}
.pageHome .articleCampaign__body .summaries {
  margin-bottom: 68px;
}
.pageHome .articleCampaign__body .summaries__title {
  margin-bottom: 40px;
}
.pageHome .articleRecommend__body {
  padding-right: 40px;
}
.pageHome .articleRecommend__body .summaries {
  margin-bottom: 123px;
}
.pageHome .articleRecommend__body .summaries__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pageHome .summaries {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .summaries__intro {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .summaries__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .summaries__body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .summaries__bodyNotice {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .catchImg {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .bannerSlider.slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .bannerSlider.slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .itemSlider.slick-slider .slick-dots {
    bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .itemSlider.slick-slider .slick-dots li {
    margin: 0 9px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .itemSlider.slick-slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .visualSlider {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .visualSlider.slick-slider li {
    overflow: hidden;
  }
  .pageHome .visualSlider.slick-slider li img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .visualSlider.slick-slider .slick-dots {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .pop > span {
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .pop > span:nth-of-type(2) {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .pop {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  .pageHome .pop img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .mainVisual {
    height: auto;
    padding-top: 0;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .article__inner {
    width: 100%;
    padding: 15px 15px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .article__inner > div:first-child {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .article__inner > div:first-child {
    height: 91px;
    width: 91px;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .article__inner--80 {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .article__inner--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .pageHome .article__inner--reverse > div:first-child {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .article__inner--reverse > div:first-child {
    margin: 0 6px 14px auto;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .article__col--180 {
    width: 180px;
  }
  .pageHome .article__col--180Left {
    padding-right: 40px;
  }
  .pageHome .article__col--260 {
    width: 260px;
  }
  .pageHome .article__col--360 {
    width: 360px;
  }
  .pageHome .article__col--400 {
    width: 400px;
  }
  .pageHome .article__col--440 {
    width: 440px;
  }
  .pageHome .article__col--540 {
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleNews__more .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleNews__more {
    margin-top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .storeSearch__title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .storeSearch ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .storeSearch ul li {
    width: 79px;
    margin-right: 36px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .storeSearch ul li a {
    background-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .articleShop .article__inner {
    padding-bottom: 82px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleShop__pop {
    height: 91px;
    width: 91px;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .articleShop__map img {
    margin-top: 117px;
    width: 401px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleShop__map {
    margin-bottom: 22px;
  }
  .pageHome .articleShop__map img {
    margin-left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleShop__body {
    margin-left: -7px;
    padding-right: 7px;
  }
  .pageHome .articleShop__body .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleShop__pop {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pageHome .articleShop__map {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pageHome .articleShop__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleRecruit .article__inner {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .articleRecruit__body {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .articleRecruit__body .summaries__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .articleRecruit__body .summaries__body {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleRecruit__body .summaries__body {
    line-height: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleRecruit__body .summaries {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleRecruit__pop {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pageHome .articleRecruit__catch {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .pageHome .articleRecruit__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pageHome .articleRecruit__body .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleCampaign__body .summaries {
    margin-bottom: 40px;
  }
  .pageHome .articleCampaign__body .summaries__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleCampaign__body .summaries__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleCampaign__body .btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .pageHome .articleCampaign__catch img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleCampaign__pop {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pageHome .articleCampaign__catch {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .pageHome .articleCampaign__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleRecommend__body .summaries {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleRecommend__body .summaries__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleRecommend__body .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .pageHome .articleRecommend__pop {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pageHome .articleRecommend__items {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .pageHome .articleRecommend__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
  }
}
.pageIr .content__title--back {
  background-image: url(../../assets/img/pages/ir/content_title-back.png);
}
.pageIr .ir__list .title {
  padding: 0 21px;
}

@media screen and (max-width: 767px) {
  .pageIr .content__title--back {
    background-image: url(../../assets/img/pages/ir/content_title-back-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .pageIr .ir__list a {
    text-decoration: none;
  }
}
.pageLand .content__title--back {
  background-image: url(../../assets/img/pages/land/content_title-back.png);
}
.pageLand .land__body .table:not(:last-child) {
  margin-bottom: 18px;
}
.pageLand .land__body .table table thead {
  padding-left: 0;
}
.pageLand .land__body .table table tbody tr {
  padding-left: 22px;
  letter-spacing: 0.56px;
}
.pageLand .land__body .table table tbody tr th {
  width: 208px;
}
.pageLand .land__body .table table tbody tr td {
  line-height: 29px;
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  .pageLand .content__title--back {
    background-image: url(../../assets/img/pages/land/content_title-back-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .pageLand .land__body .table table tbody tr {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageLand .land__body .table table tbody tr th {
    width: 100%;
    color: #999;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageLand .land__body .table table tbody tr td {
    margin-top: 0;
    line-height: 22px;
    font-size: 14px;
  }
}
.pageLine .lineContentTitle {
  background: #06c755;
  margin-bottom: 38px;
}
.pageLine .lineContentTitle img {
  display: block;
  width: 1280px;
  margin: 0 auto;
}
.pageLine .line__summary {
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.pageLine .line__list {
  padding: 50px 91px;
  background: #edf7f1;
  border-radius: 20px;
}
.pageLine .line__list ul {
  margin-bottom: -62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageLine .line__list ul li {
  margin-bottom: 61px;
}
.pageLine .line__list ul li .btn img {
  margin-left: -8px;
}
.pageLine .line__list ul li p {
  letter-spacing: 0.56px;
  line-height: 20px;
}
.pageLine .line__list ul li p:nth-of-type(1) {
  font-weight: 700;
  margin: 6px 0;
}
.pageLine .line__list ul li p:nth-of-type(2) {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .pageLine .lineContentTitle {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pageLine .line__summary {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.62px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageLine .line__list {
    padding: 20px 33px;
  }
}
@media screen and (max-width: 767px) {
  .pageLine .line__list ul {
    margin-bottom: -30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .pageLine .line__list ul li:not(:nth-of-type(4n+4)) {
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pageLine .line__list ul li {
    margin-bottom: 30px;
    width: 120px;
    height: 98px;
  }
  .pageLine .line__list ul li .btn {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}
/* スマホアプリページ */
.pageApp .mobileApp__visual {
  background: url(../../assets/img/pages/mobile-app/visual-bk.png);
  padding-top: 510px;
  position: relative;
  margin-bottom: 30px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__visual {
    margin-bottom: 25px;
    padding-top: 54.6826%;
  }
}
.pageApp .mobileApp__visual > div {
  position: absolute;
  top: 111px;
  left: 364px;
  background: #fff;
  width: 470px;
  height: 95px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__visual > div {
    top: 18.55204%;
    left: 40.28986%;
    width: 50.43478%;
    height: 15.8371%;
    border-radius: 5px;
  }
}
.pageApp .mobileApp__visual > div > a {
  display: block;
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__visual > div > a {
    margin: 0 2.31884%;
  }
}
.pageApp .mobileApp__pr {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__pr {
    margin: 0;
  }
}
.pageApp .appPr__title {
  background: url(../../assets/img/pages/mobile-app/pr-title.png) no-repeat;
  background-size: contain;
  height: 174px;
  padding-top: 105px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pageApp .appPr__title {
    height: auto;
    padding-top: 12.75362%;
  }
}
.pageApp .appPr__subject {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ff5b00;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .pageApp .appPr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pageApp .appPr ul li {
  width: 33.33%;
}
@media screen and (min-width: 768px) {
  .pageApp .appPr ul li:nth-of-type(1) img {
    width: 229px;
  }
  .pageApp .appPr ul li:nth-of-type(2) img {
    width: 258px;
  }
  .pageApp .appPr ul li:nth-of-type(3) img {
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  .pageApp .appPr ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .pageApp .appPr ul li:last-of-type {
    margin-bottom: 30px;
  }
}
.pageApp .appPr ul li img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageApp .appPr ul li img {
    margin: 0 58px;
    width: calc(100% - 118px);
  }
}
.pageApp .appPr ul li p {
  border-top: 2px solid #e1cfbb;
  line-height: 24px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .pageApp .appPr ul li p {
    padding: 15px 0 0 0;
  }
}
.pageApp .appStep {
  background-image: -webkit-linear-gradient(-45deg, #fff9f5 25%, #fff 25%, #fff 50%, #fff9f5 50%, #fff9f5 75%, #fff 75%, #fff);
  background-size: 40px 40px;
}
.pageApp .appStep section {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pageApp .appStep {
    background-size: 65px 65px;
  }
}
.pageApp .appStep__title {
  background: #f60;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 26px 0;
  font-weight: 400;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pageApp .appStep__title {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0;
    font-weight: 500;
    margin-bottom: 52px;
  }
}
.pageApp .appStep__title::after {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  display: block;
  border-top: 26px solid #ff5b00;
  border-right: 26px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 26px solid transparent;
}
.pageApp .appStep__subject {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.pageApp .appStep__subject::before {
  position: absolute;
  content: "";
  width: 325px;
  top: 50%;
  left: 0;
  border-top: 1px solid #838383;
}
.pageApp .appStep__subject::after {
  position: absolute;
  content: "";
  width: 325px;
  top: 50%;
  left: 0;
  border-top: 1px solid #838383;
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .pageApp .appStep__subject::before, .pageApp .appStep__subject::after {
    width: 23.18841%;
  }
}
@media screen and (max-width: 767px) {
  .pageApp .appStep__subject img {
    width: 31.5942%;
  }
}
.pageApp .appStep__summary {
  text-align: center;
  color: #f60;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .pageApp .appStep__summary {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
.pageApp .appStep__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pageApp .appStep__list {
    display: block;
    padding: 0 41px;
    margin-bottom: 40px;
  }
}
.pageApp .appStep__list li {
  text-align: center;
  color: #0068b7;
  line-height: 30px;
  font-size: 20px;
}
.pageApp .appStep__list li:not(:last-of-type) {
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .pageApp .appStep__list li:not(:last-of-type) {
    padding: 0 0 117px 0;
  }
}
.pageApp .appStep__list li img {
  margin-bottom: 20px;
  display: block;
}
.pageApp .appStep__list--arrow li:not(:last-of-type) {
  background: url(../../assets/img/pages/mobile-app/step-arrow.png) no-repeat;
  background-position: right 17px top 106px;
}
@media screen and (max-width: 767px) {
  .pageApp .appStep__list--arrow li:not(:last-of-type) {
    background: url(../../assets/img/pages/mobile-app/step-arrow-sp.png) no-repeat;
    background-position: right 50% bottom 40px;
  }
}
.pageApp .appStep p {
  line-height: 21px;
  letter-spacing: 0.64px;
  margin: 0 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pageApp .appStep p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
  }
}
.pageApp .appHowTo__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pageApp .appHowTo__title {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
.pageApp .appHowTo__subject {
  border-bottom: 2px solid #838383;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.pageApp .appHowTo__subject img {
  width: 140px;
}
.pageApp .appHowTo__unit {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pageApp .appHowTo__unit {
    padding-left: 0;
    display: block;
  }
}
.pageApp .appHowTo__unit:first-of-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e1cfbb;
}
@media screen and (max-width: 767px) {
  .pageApp .appHowTo__unit:first-of-type {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageApp .appHowTo__unit img {
    margin: 0 45px;
    width: calc(100% - 90px);
  }
}
.pageApp .appHowTo__view {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .pageApp .appHowTo__view {
    width: 235px;
  }
}
.pageApp .appHowTo figure {
  padding-top: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .pageApp .appHowTo figure {
    padding-top: 30px;
  }
}
.pageApp .appHowTo figure figcaption {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .pageApp .appHowTo figure figcaption {
    text-align: center;
  }
}
.pageApp .appHowTo figure ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageApp .appHowTo figure ul li {
  width: 124px;
}
@media screen and (max-width: 767px) {
  .pageApp .appHowTo figure ul li {
    width: 150px;
    margin: 0 10px 30px;
  }
}
.pageApp .appHowTo figure ul li img {
  width: 61px;
  display: block;
  margin: 0 auto 10px;
}
.pageApp .appHowTo figure ul li span {
  display: block;
}
.pageApp .appHowTo figure ul li span:first-of-type {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #848484;
  margin-bottom: 6px;
}
.pageApp .appHowTo figure ul li span:last-of-type {
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .pageApp .appHowTo figure ul li:not(:last-of-type) {
    margin-right: 14px;
  }
}
.pageApp .mobileApp__howTo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__howTo {
    margin-bottom: 10px;
  }
}
.pageApp .mobileApp__download {
  position: relative;
  background: url(../../assets/img/pages/mobile-app/down_load-bk.png);
  height: 321px;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__download {
    background: url(../../assets/img/pages/mobile-app/down_load-bk-sp.png);
    background-size: cover;
    padding: 15px;
    height: auto;
  }
}
.pageApp .mobileApp__download p {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 48px;
  left: 438px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__download p {
    display: block;
    top: auto;
    left: auto;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    margin-bottom: 17px;
  }
}
.pageApp .mobileApp__download ul {
  position: absolute;
  top: 148px;
  left: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__download ul {
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pageApp .mobileApp__download ul li {
  border-radius: 10px;
  background: #fff;
  height: 138px;
  width: 222px;
  margin-right: 27px;
  padding-top: 81px;
  padding-left: 44px;
  background-position: top 18px left 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__download ul li {
    padding: 60px 0 10px;
    margin-right: 0;
    height: auto;
  }
}
.pageApp .mobileApp__download ul li:nth-of-type(1) {
  background-image: url(../../assets/img/pages/mobile-app/down_load-iphone.png);
  background-size: 80px 54px;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__download ul li:nth-of-type(1) {
    margin-right: 18px;
    background-size: 52px 36px;
  }
}
.pageApp .mobileApp__download ul li:nth-of-type(2) {
  background-image: url(../../assets/img/pages/mobile-app/down_load-android.png);
  background-size: 97px 54px;
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__download ul li:nth-of-type(2) {
    background-size: 66px 37px;
  }
}
@media screen and (max-width: 767px) {
  .pageApp .mobileApp__download ul li img {
    width: 92px;
    margin: 0 auto;
    display: block;
  }
}

/* ニュース */
.pageNews .content__title--back {
  background-image: url(../../assets/img/pages/news/content_title-back.png);
}

@media screen and (max-width: 767px) {
  .pageNews .content__title--back {
    background-image: url(../../assets/img/pages/news/content_title-back-sp.png);
  }
}
/* NEW表示 */
.u-new-txt {
  font-size: 10px;
  border: 1px #f00 solid;
  padding: 0 3px;
  color: #f00;
  font-weight: bold;
}

.pageNews .newsDetail__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagePrivacy .privacy__summary {
  line-height: 24px;
  margin-bottom: 18px;
}
.pagePrivacy .privacy__body h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
  margin-bottom: 10px;
}
.pagePrivacy .privacy__body p {
  line-height: 23px;
}
.pagePrivacy .privacy__body p:nth-of-type(1) {
  margin-bottom: 8px;
}
.pagePrivacy .privacy__body p:nth-of-type(2) {
  margin-bottom: 21px;
}
.pagePrivacy .privacy__body ol {
  counter-reset: section;
}
.pagePrivacy .privacy__body ol > li {
  counter-increment: section;
  margin-bottom: 22px;
}
.pagePrivacy .privacy__body ol > li > span {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.pagePrivacy .privacy__body ol > li > span::before {
  content: counter(section) "、";
}
.pagePrivacy .privacy__body ol > li > ul {
  line-height: 24px;
}
.pagePrivacy .privacy__body ol > li > ul > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}
.pagePrivacy .privacy__body ol > li > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.pageRecommend .content__title--back {
  background-image: url(../../assets/img/pages/recommend/content_title-back.png);
}
.pageRecommend .recommendList__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 635px;
  margin: 0 auto 40px;
}
.pageRecommend .recommendList__navi li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pageRecommend .recommendList__navi li:not(:last-of-type) {
  margin-right: 25px;
}
.pageRecommend .recommendList__navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border: 1px solid #ff5b00;
  border-radius: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff5b00;
  text-decoration: none;
}
.pageRecommend .recommendList__navi li a.is-active {
  background: #ff5b00;
  color: #fff;
}
.pageRecommend .recommendList__items {
  margin-bottom: 108px;
}
.pageRecommend .recommendList__items a {
  color: #ff5b00;
}
.pageRecommend .recommendList__items ul {
  margin-bottom: -50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageRecommend .recommendList__items ul li {
  width: 300px;
  margin-bottom: 48px;
}
.pageRecommend .recommendList__items ul li:not(:nth-of-type(3n+3)) {
  margin-right: 16px;
}
.pageRecommend .recommendList__items ul li img {
  border-radius: 15px;
  margin-bottom: 10px;
}
.pageRecommend .recommendList__items ul li i {
  display: inline-block;
  background: #ff5b00;
  color: #fff;
  min-width: 70px;
  font-size: 12px;
  padding: 2px;
  line-height: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}
.pageRecommend .recommendList__items ul li h3 {
  line-height: 21px;
  margin-bottom: 7px;
}
.pageRecommend .recommendList__items ul li p {
  line-height: 21px;
  font-size: 13px;
}
.pageRecommend .recommendList__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageRecommend .recommendList__back .btn {
  padding: 0 78px;
}

@media screen and (max-width: 767px) {
  .pageRecommend .content__title--back {
    background-image: url(../../assets/img/pages/recommend/content_title-back-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .pageRecommend .recommendList__navi {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecommend .recommendList__navi li:not(:last-of-type) {
    margin-right: 11px;
  }
}
@media screen and (min-width: 768px) {
  .pageRecommend .recommendList__items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .pageRecommend .recommendList__items ul li {
    width: 100%;
  }
}
.pageRecruit .content__title--back {
  background-image: url(../../assets/img/pages/recruit/content_title-back.png);
}
.pageRecruit .pColImg::after {
  content: "";
  display: block;
  clear: both;
}
.pageRecruit .pColImg p {
  line-height: 24px;
}
.pageRecruit .pColImg img {
  border-radius: 8px;
  float: right;
  margin-left: 30px;
  width: 300px;
}
.pageRecruit .careerEx li img {
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}
.pageRecruit .careerEx li span {
  display: block;
}
.pageRecruit .careerEx li span:nth-of-type(1) {
  border-left: 2px solid #ff5b00;
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 10px;
}
.pageRecruit .careerEx li span:nth-of-type(2) {
  line-height: 18px;
  font-size: 12px;
}
.pageRecruit .recruitIndex__about {
  margin-bottom: 50px;
}
.pageRecruit .recruitIndex__about p {
  line-height: 24px;
}
.pageRecruit .recruitIndex__about section {
  position: relative;
  padding-right: 330px;
}
.pageRecruit .recruitIndex__about section:not(:last-of-type) {
  margin-bottom: 92px;
}
.pageRecruit .recruitIndex__aboutSectionTitle {
  color: #ff5b00;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 27px;
}
.pageRecruit .recruitIndex__links {
  background: #fafafa;
  padding: 30px 0 80px;
}
.pageRecruit .recruitIndex__linksTitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}
.pageRecruit .recruitIndex__linksList li:not(:last-child) {
  margin-right: 16px;
}
.pageRecruit .recruitIndex__linksList li a {
  text-decoration: none;
  display: block;
  border-radius: 10px;
  padding: 20px 17px 28px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 18px;
  background: #fff;
}
.pageRecruit .recruitIndex__linksList li a img {
  display: block;
  margin-bottom: 37px;
}
.pageRecruit .recruitIndex__linksList li a span {
  background: url(../../assets/img/icons/thin-arrow-right-orange.svg) no-repeat right 0 top 50%;
  background-size: 12px;
  display: block;
  text-align: center;
  padding-right: 10px;
  margin-right: 29px;
}
.pageRecruit .recruitNewly__about {
  margin-bottom: 32px;
}
.pageRecruit .recruitNewly__about section .title {
  padding: 0 21px;
}
.pageRecruit .recruitNewly__about section:not(:last-of-type) {
  margin-bottom: 50px;
}
.pageRecruit .recruitNewly__aboutTitle {
  color: #ff5b00;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 38px;
}
.pageRecruit .recruitNewly__example {
  margin-bottom: 32px;
}
.pageRecruit .recruitNewly__next {
  color: #ff5b00;
  line-height: 36px;
  font-size: 24px;
  padding-bottom: 62px;
  position: relative;
  font-weight: 300;
  margin-bottom: 38px;
}
.pageRecruit .recruitNewly__next::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  display: block;
  border-top: 30px solid #ff5b00;
  border-right: 30px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 30px solid transparent;
}
.pageRecruit .recruitNewly__links {
  background: #fafafa;
  margin-bottom: 50px;
  padding: 41px 0 72px;
}
.pageRecruit .recruitNewly__linksTitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 28px;
  line-height: 36px;
}
.pageRecruit .recruitNewly__links p {
  line-height: 24px;
  margin-bottom: 17px;
}
.pageRecruit .recruitCareer__summary {
  text-align: center;
  line-height: 24px;
}
.pageRecruit .recruitCareer__summary p {
  margin-bottom: 46px;
}
.pageRecruit .recruitCareer__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageRecruit .recruitArea__summary {
  line-height: 24px;
  text-align: center;
  margin-bottom: 47px;
}
.pageRecruit .recruitArea__body {
  margin-bottom: 50px;
}
.pageRecruit .recruitArea__body section:not(:last-child) {
  margin-bottom: 80px;
}
.pageRecruit .recruitArea__body section .table table thead {
  padding-left: 25px;
}
.pageRecruit .recruitArea__body section .table table thead tr th:nth-of-type(1) {
  width: 129px;
}
.pageRecruit .recruitArea__body section .table table thead tr th:nth-of-type(2) {
  width: 176px;
}
.pageRecruit .recruitArea__body section .table table thead tr th:nth-of-type(3) {
  width: 449px;
}
.pageRecruit .recruitArea__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pageRecruit .content__title--back {
    background-image: url(../../assets/img/pages/recruit/content_title-back-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .pColImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .pColImg p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .pColImg img {
    width: 100%;
    float: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .pageRecruit .careerEx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .pageRecruit .careerEx li {
    width: 223px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .careerEx li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .careerEx li img {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .pageRecruit .careerEx li span:nth-of-type(2) {
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitIndex__about section {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .pageRecruit .recruitIndex__about section img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 8px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitIndex__about section img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitIndex__about section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitIndex__aboutSectionTitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitIndex__links {
    padding: 20px 15px 50px;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitIndex__linksTitle {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .pageRecruit .recruitIndex__linksList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitIndex__linksList li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitNewly__about section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitNewly__aboutTitle {
    line-height: 30px;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitNewly__next {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitNewly__links {
    margin: 0 -15px 40px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitNewly__linksTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitNewly__links p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pageRecruit .recruitNewly__links ul {
    padding: 0 55px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .pageRecruit .recruitNewly__links ul li img {
    width: 391px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitNewly__links ul li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitArea__summary {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitArea__body {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitArea__body section:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitArea__body section .table table {
    border-top: 1px solid #f0f0f0;
  }
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitArea__body section .table table thead {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pageRecruit .recruitArea__body section .table table tbody tr {
    padding: 28px 0 21px 24px;
  }
  .pageRecruit .recruitArea__body section .table table tbody tr td:nth-of-type(1) {
    width: 129px;
  }
  .pageRecruit .recruitArea__body section .table table tbody tr td:nth-of-type(2) {
    width: 176px;
  }
  .pageRecruit .recruitArea__body section .table table tbody tr td:nth-of-type(3) {
    width: 449px;
  }
}
.pageSdgs .content__title--back {
  background-image: url(../../assets/img/pages/sdgs/content_title-back.png);
}
.pageSdgs .sdgsList__items {
  margin-bottom: -48px;
}
.pageSdgs .sdgsList__items ul {
  margin-bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageSdgs .sdgsList__items ul li {
  font-weight: 500;
  width: 300px;
  margin-bottom: 48px;
}
.pageSdgs .sdgsList__items ul li a {
  text-decoration: none;
}
.pageSdgs .sdgsList__items ul li img {
  margin-bottom: 13px;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}
.pageSdgs .sdgsList__items ul li p:nth-of-type(1) {
  line-height: 20px;
  margin-bottom: 12px;
  font-size: 17px;
}
.pageSdgs .sdgsList__items ul li p:nth-of-type(2) {
  line-height: 21px;
}
.pageSdgs .sdgsDetail__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageSdgs .sdgsDetail__back .btn {
  padding: 0 19px;
}

@media screen and (max-width: 767px) {
  .pageSdgs .content__title--back {
    background-image: url(../../assets/img/pages/sdgs/content_title-back-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .pageSdgs .sdgsList__items ul li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pageSdgs .sdgsList__items ul li:not(:nth-of-type(3n+3)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pageSdgs .sdgsList__items ul li img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageSdgs .sdgsList__items ul li p:nth-of-type(1) {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.pageSearch .storeSearch {
  padding-top: 10px;
}
.pageSearch .storeSearch .storeSearchInput {
  width: 360px;
  margin: 0 auto 50px;
  display: block;
}
.pageSearch .storeSearch__error {
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}
.pageSearch .storeSearch__error a {
  color: #ff5b00;
}
.pageSearch .storeSearch__result {
  margin-top: -20px;
}
.pageSearch .storeSearch__result li {
  border-bottom: 1px solid #f0f0f0;
}
.pageSearch .storeSearch__result li a {
  display: block;
  padding: 20px 0 15px;
  line-height: 24px;
  font-size: 14px;
  color: #ff5b00;
}

@media screen and (max-width: 767px) {
  .pageSearch .storeSearch .storeSearchInput {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageSearch .storeSearch__error {
    text-align: left;
    font-weight: 600;
  }
  .pageSearch .storeSearch__error span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pageSitemap .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pageSitemap .sitemap__list > li > a {
  text-decoration: none;
  font-weight: 500;
  display: block;
  color: #ff5b00;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0 3px;
  border-bottom: 2px solid #ff5b00;
}
.pageSitemap .sitemap__list > li span {
  text-decoration: none;
  font-weight: 500;
  display: block;
  color: #ff5b00;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0 3px;
  border-bottom: 2px solid #ff5b00;
}
.pageSitemap .sitemap__list > li span.has-arrow {
  padding-right: 21px;
  background: url(../../assets/img/icons/circle-arrow-right-orange.svg) no-repeat right 0 bottom 5px;
  background-size: 20px;
}
.pageSitemap .sitemap__list > li > a.has-arrow {
  padding-right: 21px;
  background: url(../../assets/img/icons/circle-arrow-right-orange.svg) no-repeat right 0 bottom 5px;
  background-size: 20px;
}
.pageSitemap .sitemap__list > li > ul > li {
  margin-top: 25px;
  font-weight: 500;
}
.pageSitemap .sitemap__list > li > ul > li a {
  text-decoration: none;
}
.pageSitemap .sitemap__roots .sitemap__list > li > a {
  padding: 2px 0;
  font-weight: 700;
  line-height: 29px;
  font-size: 20px;
}
.pageSitemap .sitemap__unit:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.pageSitemap .sitemap__unit:last-child {
  margin-bottom: -40px;
}

@media screen and (max-width: 767px) {
  .pageSitemap .sitemap__list > li > a,
  .pageSitemap .sitemap__list > li span {
    padding: 0 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .pageSitemap .sitemap__list > li > ul > li {
    margin-top: 20px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pageSitemap .sitemap__roots {
    width: 160px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pageSitemap .sitemap__roots {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .pageSitemap .sitemap__relatives {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .pageSitemap .sitemap__relatives .sitemap__list {
    margin-bottom: 40px;
    width: 208px;
  }
  .pageSitemap .sitemap__relatives .sitemap__list:not(:nth-of-type(3n+3)) {
    margin-right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .pageSitemap .sitemap__relatives .sitemap__list {
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 768px) {
  .pageSitemap .sitemap__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pageSitemap .sitemap__unit:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pageSitemap .sitemap__unit:last-child {
    margin-bottom: -28px;
  }
}
.pageStore .content__title--back {
  background-image: url(../../assets/img/pages/store/content_title-back.png);
}
.pageStore .storeList__title {
  background: url(../../assets/img/pages/store/store_list-title-back.svg) no-repeat 50% 0;
  padding-top: 40px;
  height: 193px;
  text-align: center;
  margin-bottom: 28px;
}
.pageStore .storeList__title h3 {
  font-weight: 400;
  height: 36px;
  font-size: 24px;
  margin-bottom: 8px;
}
.pageStore .storeList__title p {
  line-height: 24px;
}
.pageStore .storeList__navi {
  margin-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pageStore .storeList__navi li a {
  text-decoration: none;
  height: 50px;
  width: 150px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ff5b00;
}
.pageStore .storeList__navi li a::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url(../../assets/img/icons/arrow-under-orange.svg);
  margin-left: 7px;
}
.pageStore .storeList__pref .table table:not(:last-child) {
  margin-bottom: 30px;
}
.pageStore .storeList__pref .table table caption {
  display: block;
  text-align: left;
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 5px;
}
.pageStore .storeList__pref .table table tbody td .hasItemList li span {
  top: -21px;
  left: 19px;
}
.pageStore .storeDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageStore .storeDetail__views {
  margin-right: 32px;
  width: 424px;
}
.pageStore .storeDetail__views img {
  border-radius: 6px;
}
.pageStore .storeDetail__views .acf-map {
  display: none;
  border-radius: 6px;
  width: 424px;
  height: 246px;
  overflow: hidden;
}
.pageStore .storeDetail__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pageStore .storeDetail__body .table {
  margin-bottom: 25px;
}
.pageStore .storeDetail__body .table table tbody tr th {
  width: 142px;
}
.pageStore .storeDetail__body .table .title {
  padding: 0 15px;
}
.pageStore .storeDetail__body .u-centering .addFrendButton {
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .pageStore .content__title--back {
    background-image: url(../../assets/img/pages/store/content_title-back-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeList__title {
    height: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeList__title h3 {
    height: auto;
    margin-bottom: 17px;
    line-height: 29px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeList__navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeList__navi li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeList__pref .table table caption {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeList__pref .table table thead {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pageStore .storeList__pref .table table thead tr th:nth-of-type(1) {
    width: 155px;
  }
  .pageStore .storeList__pref .table table thead tr th:nth-of-type(2) {
    width: 200px;
  }
  .pageStore .storeList__pref .table table thead tr th:nth-of-type(3) {
    width: 133px;
  }
  .pageStore .storeList__pref .table table thead tr th:nth-of-type(4) {
    width: 113px;
  }
  .pageStore .storeList__pref .table table thead tr th:nth-of-type(5) {
    width: 83px;
  }
  .pageStore .storeList__pref .table table thead tr th:nth-of-type(6) {
    width: 219px;
  }
}
@media screen and (min-width: 768px) {
  .pageStore .storeList__pref .table table tbody td:nth-of-type(1) {
    width: 155px;
  }
  .pageStore .storeList__pref .table table tbody td:nth-of-type(2) {
    width: 200px;
  }
  .pageStore .storeList__pref .table table tbody td:nth-of-type(3) {
    width: 133px;
  }
  .pageStore .storeList__pref .table table tbody td:nth-of-type(4) {
    width: 113px;
  }
  .pageStore .storeList__pref .table table tbody td:nth-of-type(5) {
    width: 83px;
  }
  .pageStore .storeList__pref .table table tbody td:nth-of-type(6) {
    width: 232px;
    padding-right: 0;
  }
  .pageStore .storeList__pref .table table tbody td:nth-of-type(6) .hasItemList li {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeList__pref .table table tbody td:nth-of-type(5) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeDetail__views {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .pageStore .storeDetail__views img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeDetail__body .table {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeDetail__body .u-centering {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pageStore .storeDetail__body .acf-map {
    display: none;
    border-radius: 10px;
    width: 100%;
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .pageStore .storeRecruit .table table tbody tr th {
    width: 204px;
  }
}/*# sourceMappingURL=style.css.map */