@charset "UTF-8";
.company {
    background: url(/wp-content/uploads/sites/741/2022/04/bg2_sp.jpg),no-repeat,center;
    background-size: cover;
    padding-bottom: 100px;
}
section.kasou_header {
    background: url(/wp-content/uploads/sites/741/2022/05/baikyaku_top_sp.jpg),no-repeat,center;
    background-size: cover;
}
@media (min-width: 481px){
  section.kasou_header {
      background: url(/wp-content/uploads/sites/741/2022/05/baikyaku_top.jpg),no-repeat;
      background-size: cover;
      background-position: right;
  }
  .site-footer {
      margin-top: 0;
  }
  .company {
      background: url(/wp-content/uploads/sites/741/2022/05/bg1-2.png) no-repeat 50% 100%,
      url(/wp-content/uploads/sites/741/2022/04/bg2.jpg),no-repeat, center;
      background-size: auto,cover;
  }
}
dl.accordion dt p:last-child br,
.block_480 {
    display: none;
}
.es-separate-container #primary, .es-separate-container #secondary {
    padding-bottom: 0;
}
section.kasou_header h1 br {
    display: none;
}
p.sub_min {
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}
.info__card--image figure img {
    position: relative;
}
.info__card--image figure {
    padding-top: 0;
}
.message {
    background: url(/wp-content/uploads/sites/741/2022/04/bg1.png) no-repeat 50% 100%;
    position: relative;
    padding-bottom: 100px;
}

.dd_wrapper:not(:last-child) {
    margin-bottom: 30px;
}
div.dd_t { display: none; }
.nav-open {
    padding: 15px 25px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0 !important;
    height: 80px;
    cursor: pointer;
}
.nav-open::before {
    content: "＋";
    position: absolute;
    right: 20px;
    color: #9e0000;
    font-size: 34px;
}
.nav-open.active::before{/* 開いている時 */
	content: "－";
}
span.dd_text1 img.on_ {
    display: none;
}
span.dd_text2 {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}
span.dd_text1,
.dd_t p span.dd_text3 {
    padding-right: 19px;
    width: 70px;
}
span.dd_text2 {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    width: calc(100% - 70px);
    letter-spacing: 0.15em;
}
.dd_t {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    border-radius: 0 0 8px 8px;
    padding: 20px 25px;
}
.dd_t p {
    margin-bottom: 0;
}
.dd_t p a {
    margin-top: 20px;
}
p.nav-open.active span.dd_text1 img.on_ {
    display: block;
}
p.nav-open.active span.dd_text1 img.def {
    display: none;
}
p.nav-open.active {
    background: #9e0000;
    border-radius: 8px 8px 0 0;
}
p.nav-open.active span.dd_text2 {
    color: #fff;
}
p.nav-open.active::before {
    color: #fff;
}
.dd_t p {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.dd_t p span.dd_text4 {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    width: calc(100% - 70px);
    letter-spacing: 0.01em;
    text-align: justify;
    font-feature-settings: "palt" 1;
}
span.space_ {
    display: block;
    width: 100%;
    height: 20px;
}
.info__card--content {
    margin-top: 0;
}
.info__card--content p.aka {
    margin-bottom: 18px;
    line-height: 1;
    margin-top: 15px;
    letter-spacing: 0.15em;
}
p.info__card--text {
    font-size: 13px;
    letter-spacing: 0.05em;
}
.info__card--content p.text-right {
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}








.owner03 .section__heading,
.company .section__heading {
    margin-bottom: 20px;
}
.company p.linkarea {
    margin-bottom: 0;
}
.company p.linkarea a.btn-outline {
    display: block;
    margin: 0 auto;
}
.company p.info__card--content {
    text-align: justify;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}
p.linkarea a {
    display: block;
    width: 45%;
    padding: 8px 5px 6px;
    border-radius: 25px;
    border: 2px solid #0157a9;
    color: #0157a9;
    text-align: center;
    font-size: 13px;
    max-width: 190px;
    min-width: 150px;
    position: relative;
    text-indent: -10px;
}
/*accordion*/
.owner03 ul dl.accordion {
    margin-bottom: 30px;
}
.owner03 ul:last-child dl.accordion {
    margin-bottom: 0;
}
dl.accordion dt {
    display: flex;
    padding: 18px 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 10px #d0d0d0;
    position: relative;
    align-items: center;
    cursor: pointer;
    word-wrap: break-word;
}
dl.accordion dt img {
    width: 56px;
}
dl.accordion dt p:last-child {
    line-height: 1.8;
    font-size: 18px;
    display: block;
    width: calc(100% - 50px);
    padding-left: 30px;
    letter-spacing: 0.15em;
}
dl.accordion dt .on {
    display: none;
}

dl.accordion dt.open {
    background: #a00800;
    color: #fff;
}
dl.accordion dt.open .off {
    display: none;
}
dl.accordion dt.open .on {
    display: block;
}
dl.accordion dt::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    top: 50%;
    right: 42px;
    transform: translateY(-50%);
    background: #a00800;
}
dl.accordion dt:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: #a00800;
}
dl.accordion dt.open::after {
  background: #fff;
}
dl.accordion dt.open::before {
  content: none;
}
dl.accordion dd {
  word-wrap:break-word;
  margin: 0;
}
dl.accordion dd ul li {
    list-style: none;
    display: flex;
    padding: 35px 25px 20px;
    justify-content: space-between;
    align-items: center;
}
dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 15px;
}
dl.accordion dd ul li a::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-left-color: #333;
  width: 0;
  height: 0;
  top: 0;
  right: -25px;
}
.owner03 ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
}
.owner03 ul:last-child {
    margin-bottom: 0;
}
.owner03 ul p {
    margin: 0;
}
dl.accordion dd ul li p.linkarea {
    display: block;
}
dl.accordion dd ul li p.linkarea a {
    margin-top: 15px;
    color: #0157a9;
    padding: 8px 5px 6px;
}
p.linkarea a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
dl.accordion dd ul li p.linkarea a:hover {
    color: #930000;
}
dl.accordion dd ul li p {
    width: calc(60% - 15px);
    text-align: justify;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
}
dl.accordion dd ul li p span.text02 {
    letter-spacing: 0.09em;
    display: block;
}
dl.accordion dd ul li img {
    width: calc(40% - 15px);
    border-radius: 10px;
}
dl.accordion dd ul li p a::before {
    content: none;
}
.company.pd_y_80 *, .owner03.pd_y_80 * {
    font-weight: 600;
}
.owner00.top05 .col-md-3:last-child .inner,
.owner02.top05 .inner {
    margin: 0;
}
.owner03 dl.accordion p.text-left {
    text-align: left;
}
.owner03 dl.accordion span.flow_shop {
    display: inline-block;
    width: 100%;
}
.owner03 dl.accordion span.flow_shop a {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    cursor: auto;
    pointer-events: none;
    min-width: 0;
    max-width: none;
    text-indent: 0;
    text-align: left;
    color: #555;
}
.owner03 dl.accordion span.flow_shop span {
    display: inline-block;
    margin-right: 15px;
}





@media (max-width: 480px){
  .info__card--content p.aka {
      margin-bottom: 15px;
      margin-top: 0;
      letter-spacing: 0.1em;
      text-align: center;
  }
  .info__card {
      margin-bottom: 22px;
  }
  p.info__card--text {
      margin-bottom: 10px;
  }
  p.info__card--text br {
      display: none;
  }
  .info__card--content p.text-right {
      margin-bottom: 30px;
  }
  .company .feature-box-small-icon .inner {
      padding: 10px 15px 20px;
  }
  .nav-open {
      padding: 12px 17px;
      height: 66px;
  }
  span.dd_text1 img, .dd_t p span.dd_text3 img {
      width: 25.5px;
      vertical-align: middle;
  }
  span.dd_text1, .dd_t p span.dd_text3 {
      padding-right: 7px;
      width: 37px;
  }
  span.dd_text2 {
      font-size: 15px;
      width: calc(100% - 37px);
      letter-spacing: 0.01em;
  }
  .dd_wrapper:not(:last-child) {
      margin-bottom: 20px;
  }
  .dd_t p span.dd_text4 {
      font-size: 13px;
      width: calc(100% - 37px);
  }
  .message {
      padding-bottom: 75px;
  }
  .company {
      padding-bottom: 40px;
  }
  .dd_t {
      padding: 20px 20px;
  }
  .dd_t p a {
      margin-top: 15px;
  }
  .btn-outline {
      font-size: 13px;
      padding: 8px 30px 7px 35px;
      letter-spacing: 0.05em;
  }
  .nav-open::before {
      right: 12px;
      font-size: 20px;
  }
  span.space_ {
      height: 15px;
  }
  span.dd_text2 {
      font-weight: 600;
  }
  section.kasou_header h1 {
      font-size: 30px;
      letter-spacing: 0.05em;
      line-height: 1.4;
  }
  section.kasou_header h1 br {
      display: block;
  }
  p.sub_min {
      margin-bottom: 30px;
      letter-spacing: 0.01em;
      text-align: justify;
      font-size: 14px;
      line-height: 1.8;
  }
  p.sub_min br {
      display: none;
  }
  .owner03 ul {
      margin: 0;
  }
  dl.accordion dt img {
      width: 28px;
  }
  dl.accordion dt {
      padding: 15px 20px;
      border-radius: 10px;
      box-shadow: 1px 1px 10px #d0d0d0;
      min-height: auto;
  }
  dl.accordion dt p:last-child {
      line-height: 1.6;
      font-size: 15px;
      width: calc(100% - 45px);
      padding-left: 15px;
      letter-spacing: 0.1em;
  }
  dl.accordion dd {
      margin: 0;
  }
  dl.accordion dd ul li {
      padding: 30px 20px 15px;
      flex-wrap: wrap;
  }
  dl.accordion dd ul li img {
      width: 100%;
      margin-bottom: 15px;
  }
  dl.accordion dd ul li p {
      width: 100%;
      text-align: justify !important;
      letter-spacing: 0.05em;
      line-height: 1.8;
      font-size: 13px;
  }
  dl.accordion dd ul li p br {
      display: none;
  }
  dl.accordion dd ul li p.linkarea a {
      min-width: 170px;
      margin-left: auto;
      margin-right: auto;
  }
  p.linkarea a span {
      right: 25px;
  }
  .owner03 ul dl.accordion {
      margin-bottom: 20px;
  }
  dl.accordion dt:after {
      width: 20px;
      right: 20px;
  }
  dl.accordion dt::before {
      height: 20px;
      right: 29px;
  }
  dl.accordion dt p:last-child br {
      display: block;
  }
  .company p.info__card--content {
      letter-spacing: 0.1em;
      margin-bottom: 15px;
      font-size: 13px;
  }
  .block_480 {
      display: block;
  }
  .none_480 {
      display: none;
  }
  section.kasou_header {
      padding: 60px 0;
  }
  dl.accordion dd ul li p span.text02 {
      line-height: 1.6;
      margin-top: 2px;
  }
}

@media (max-width: 374px){
  .nav-open::before {
      right: 10px;
      font-size: 15px;
  }
  span.dd_text2 {
      font-size: 14px;
      letter-spacing: 0;
      padding-right: 8px;
  }
  span.dd_text2 br {
      display: none;
  }
}

@media (max-width: 359px){
  section.kasou_header h1 {
      letter-spacing: 0;
  }
  dl.accordion dt p:last-child {
      font-size: 14px;
  }
  dl.accordion dd ul li {
      padding: 20px 10px 15px;
  }
}
