
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* START add mine*/
*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0.5px;
}

/* END add mine*/
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;
}

/* START add mine*/
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1;
}

/* END add mine*/
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,
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;
}

/* ST:frame */
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/* 基本フレーム */
@media (min-width: 768px) {
  .wrap-container {
    min-width: calc(1220px + 20px);
  }
}
.wrap-container .container {
  margin: 0 auto;
  width: 1220px;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .wrap-container .container {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
  }
}
.wrap-container .container.full {
  width: 100%;
  max-width: 1620px;
  min-width: 1220px;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .wrap-container .container.full {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    padding: 0px 10px;
  }
}

/* 2カラムフレーム */
@media (min-width: 768px) {
  .two-columns-frame {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 90px;
  }
}
.two-columns-frame .area-main {
  padding: 0px;
}
@media (min-width: 768px) {
  .two-columns-frame .area-main {
    width: 880px;
    order: 1;
  }
}
.two-columns-frame .area-side {
  padding: 0px;
}
@media (min-width: 768px) {
  .two-columns-frame .area-side {
    width: calc(100% - 880px - 90px);
    order: 2;
  }
}

/* ED:frame */
/* ST:header */
.wrap-container-header {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .wrap-container-header {
    position: relative;
  }
}
.wrap-container-header .container-header .header {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .wrap-container-header .container-header .header {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .wrap-container-header .container-header .header {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .wrap-container-header .container-header .header .left {
    flex: 1;
  }
}
.wrap-container-header .container-header .header .left .link-logo {
  display: block;
  transition: opacity 0.3s;
  line-height: 1;
}
@media (min-width: 768px) {
  .wrap-container-header .container-header .header .left .link-logo {
    max-width: 350px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .wrap-container-header .container-header .header .left .link-logo:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  .wrap-container-header .container-header .header .right {
    width: 880px;
  }
}
.wrap-container-header .container-header .header .right .top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.wrap-container-header .container-header .header .right .top .link-shopsite {
  color: #444444;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  padding-left: 2.3rem;
}
.wrap-container-header .container-header .header .right .top .link-shopsite::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.8rem;
  font-family: "bootstrap-icons";
  content: "\f244";
}
.wrap-container-header .container-header .header .right .top .link-instagram {
  line-height: 1;
}
.wrap-container-header .container-header .header .right .top .link-instagram .ico-instagram {
  width: 29px;
  height: 29px;
}
.wrap-container-header .container-header .header .right .top .link-global {
  position: relative;
}
.wrap-container-header .container-header .header .right .top .link-global .ico-global {
  cursor: pointer;
  color: #444444;
  font-size: 1.9rem;
}
.wrap-container-header .container-header .header .right .top .link-global .wrap-list-global {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: -5px;
  background: #fff;
  z-index: 50;
  padding: 5px 10px;
  border-bottom: 1px solid #dfdacb;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
}
.wrap-container-header .container-header .header .right .top .link-global .wrap-list-global .list-global {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap-container-header .container-header .header .right .top .link-global .wrap-list-global .list-global > li {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px dashed #D7D7D7;
}
.wrap-container-header .container-header .header .right .top .link-global .wrap-list-global .list-global > li:last-child {
  border-bottom: none;
}
.wrap-container-header .container-header .header .right .top .link-global .wrap-list-global .list-global > li > a {
  white-space: nowrap;
  word-break: keep-all;
  font-size: 1.4rem;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 20px;
}
.wrap-container-header .container-header .header .right .top .link-global .wrap-list-global .list-global > li > a::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.wrap-container-header .container-header .header .right .top > .spacer {
  position: relative;
  width: 1px;
  height: 28px;
  background-color: #D7D7D7;
}
.wrap-container-header .container-header .header .right .top .area-site-search-input .controlers {
  background: #F4EFE9;
  padding-left: 18px;
  padding-right: 12px;
  border-radius: 18px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.wrap-container-header .container-header .header .right .top .area-site-search-input .controlers .ctl-text {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  width: 210px;
  font-size: 1.4rem;
}
.wrap-container-header .container-header .header .right .top .area-site-search-input .controlers .ctl-text::placeholder {
  color: #A6A39E;
}
.wrap-container-header .container-header .header .right .top .area-site-search-input .controlers .btnSubmit {
  position: relative;
  width: 17px;
  height: 26px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .wrap-container-header .container-header .header .right .top .area-site-search-input .controlers .btnSubmit:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.wrap-container-header .container-header .header .right .top .area-site-search-input .controlers .btnSubmit::before {
  font-family: "bootstrap-icons";
  content: "\f52a";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}
.wrap-container-header .container-header .header .right .top .btn-header-contact {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 10px 30px;
}
.wrap-container-header .container-header .header .right .bottom .gnav {
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: right;
  flex-wrap: nowrap;
  gap: 60px;
}
.wrap-container-header .container-header .header .right .bottom .gnav.corporate {
  gap: 30px;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li {
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .wrap-container-header .container-header .header .right .bottom .gnav > li:hover .gnav-item {
    opacity: initial;
  }
  .wrap-container-header .container-header .header .right .bottom .gnav > li:hover .gnav-item:not(.current)::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.wrap-container-header .container-header .header .right .bottom .gnav > li > .gnav-item {
  display: block;
  padding-bottom: 16px;
  color: #444444;
  text-decoration: none;
  position: relative;
  /*
  &:hover{
    opacity: initial;
  }
  */
  /*
  &:not(.current):hover::before{
    transform-origin: left top;
    transform: scale(1,1);
  }
  */
}
.wrap-container-header .container-header .header .right .bottom .gnav > li > .gnav-item.current::before {
  content: "";
  background: linear-gradient(90deg, #E7002C, #f93d18);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li > .gnav-item:not(.current)::before {
  content: "";
  background: linear-gradient(90deg, #E7002C, #f93d18);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 12px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li > .gnav-item.home {
  padding-left: 22px;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li > .gnav-item.home::after {
  content: "";
  position: absolute;
  background: url("/image/ptl/template/icon-home-x2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  line-height: 1;
  top: calc((100% - 16px) / 2);
  transform: translateY(-50%);
  left: 0;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li > .gnav-item.home.current::before {
  width: calc(100% - 22px);
  left: 22px;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li > .gnav-item.home:not(.current)::before {
  width: calc(100% - 22px);
  left: 22px;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .gnav-item {
  padding-right: 20px;
  position: relative;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .gnav-item::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  top: calc((100% - 16px) / 2);
  transform: translateY(-50%);
  right: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #909090;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .gnav-item.current::before {
  width: calc(100% - 20px);
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .gnav-item:not(.current)::before {
  width: calc(100% - 20px);
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  border-top: 1px solid #F4EFE9;
  border-bottom: 1px solid #dfdacb;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children {
  display: flex;
  flex-wrap: nowrap;
  padding: 50px 0;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children .area-group-title {
  width: 340px;
  text-align: center;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children .area-group-title .group-title {
  text-decoration: none;
  color: #444444;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.8rem;
  padding-right: 30px;
  position: relative;
  /*
  &:hover{
    opacity: initial;
    &::before{
      transform-origin: left top;
      transform: scale(1,1);
    }
  }
  */
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children .area-group-title .group-title::before {
  content: "";
  background: linear-gradient(90deg, #E7002C, #f93d18);
  width: calc(100% - 26px);
  height: 2px;
  position: absolute;
  left: -2px;
  bottom: -4px;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children .area-list-children {
  flex: 1;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children .area-list-children .list-children {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 20px;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children .area-list-children .list-children .wrap-item {
  margin: 0;
  padding: 0 0 20px 0;
  width: calc((100% - 60px) / 4);
  border-bottom: 1px solid #d7d7d7;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children .area-list-children .list-children .wrap-item .item {
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding-left: 22px;
  letter-spacing: 0;
}
.wrap-container-header .container-header .header .right .bottom .gnav > li.mega .wrap-container-mega-children .container-mega-children .mega-children .area-list-children .list-children .wrap-item .item::before {
  content: "\f285";
  font-family: "bootstrap-icons";
  color: #E7002C;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  font-weight: 600;
}
.wrap-container-header .container-header .header .right .header-menu-sp {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
  gap: 14px;
  margin-right: 50px;
  padding-right: 17px;
  position: relative;
}
.wrap-container-header .container-header .header .right .header-menu-sp::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #D7D7D7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 768px) {
  .wrap-container-header .container-header .header .wrap-hamburger-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrap-container-header .container-header .header .wrap-hamburger-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
  }
}

/* ハンバーガーボタン */
.hamburger-button {
  line-height: 1.6;
  position: relative;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
}
.hamburger-button .border-items,
.hamburger-button .border-items::before,
.hamburger-button .border-items::after {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  background-color: #444444;
  position: absolute;
}
.hamburger-button .border-items {
  transition: background-color 0.3s;
}
.hamburger-button .border-items::before {
  bottom: 8px;
  transition: bottom 0.3s;
}
.hamburger-button .border-items::after {
  top: 8px;
  transition: top 0.3s;
}
.hamburger-button.open .border-items {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.3s;
}
.hamburger-button.open .border-items::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom, transform 0.3s;
}
.hamburger-button.open .border-items::after {
  top: 0;
  transform: rotate(-45deg);
  transition: top, transform 0.3s;
}

/* スマホメニュー */
.wrap-container-spmenu {
  line-height: 1.6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height 0.3s;
  z-index: 999;
  background: #ffffff;
}
.wrap-container-spmenu.open {
  height: 100vh;
  transition: height 0.3s;
}
.wrap-container-spmenu .container-spmenu {
  height: 100%;
  overflow-y: scroll;
}
.wrap-container-spmenu .container-spmenu .spmenu {
  margin: 0 -10px;
}
.wrap-container-spmenu .container-spmenu .spmenu .spmenu-header {
  margin: 0px 80px 0px 10px;
  padding: 0 20px;
  height: 60px;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 14px;
  position: relative;
  /*
  &::after{
    content:"";
    width:1px;
    height:30px;
    background: #D7D7D7;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
  }
  */
}
.wrap-container-spmenu .container-spmenu .spmenu .area-site-search-input-sp {
  background: #F4EFE9;
  padding: 20px 10px 40px;
}
.wrap-container-spmenu .container-spmenu .spmenu .area-site-search-input-sp .controlers .ctl-text {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 11px 5px;
  outline: none;
  border: 1px solid #F4EFE9;
  border-radius: 5px;
}
.wrap-container-spmenu .container-spmenu .spmenu .area-site-search-input-sp .controlers .btnSubmit {
  margin-top: 10px;
  display: block;
  width: 100%;
  letter-spacing: 0.8em;
  padding-left: calc(40px + 0.8em);
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav {
  margin: 0 0 40px 0;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bdbdbd;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #444444;
  padding: 12px 10px;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li a::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #E7002C;
  font-size: 18px;
  font-weight: 600;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li ul {
  margin: 0;
  padding-left: 32px;
  width: 100%;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li ul li {
  border-top: 1px dashed #bdbdbd;
  border-bottom: none;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li.with-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li.with-children > a {
  width: calc(100% - 50px);
  border-right: 1px dashed #bdbdbd;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li.with-children > a::after {
  content: none;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li.with-children .ico-toggle {
  width: 50px;
  height: 50px;
  position: relative;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li.with-children .ico-toggle::before {
  content: "\f64d";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #E7002C;
  font-size: 18px;
  font-weight: 600;
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li.with-children .ico-toggle.open::before {
  content: "\f63b";
}
.wrap-container-spmenu .container-spmenu .spmenu .wrap-spnav .spnav li.with-children .ico-toggle + ul {
  display: none;
}

.link-shopsite-sp {
  color: #ad6b18;
  text-decoration: none;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-top: 25px;
  font-size: 1rem;
  font-weight: 700;
}
.link-shopsite-sp::before {
  content: "\f244";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 500;
}

.wrap-link-global-sp .icon-global {
  font-size: 27px;
  line-height: 1;
  display: block;
}
.wrap-link-global-sp .icon-global::before {
  content: "\f3ef";
  font-family: "bootstrap-icons";
}
.wrap-link-global-sp .wrap-list-global {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: -5px;
  background: #fff;
  z-index: 50;
  padding: 5px 10px;
  border-bottom: 1px solid #dfdacb;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
}
.wrap-link-global-sp .wrap-list-global.open {
  display: block;
}
.wrap-link-global-sp .wrap-list-global .list-global {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap-link-global-sp .wrap-list-global .list-global > li {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px dashed #D7D7D7;
}
.wrap-link-global-sp .wrap-list-global .list-global > li:last-child {
  border-bottom: none;
}
.wrap-link-global-sp .wrap-list-global .list-global > li > a {
  white-space: nowrap;
  word-break: keep-all;
  font-size: 1.4rem;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 20px;
}
.wrap-link-global-sp .wrap-list-global .list-global > li > a::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.link-global-sp {
  position: relative;
}
.link-global-sp .ico-global {
  cursor: pointer;
  color: #444444;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0;
}
.link-global-sp .ico-global:hover {
  opacity: 1;
}
.link-instagram-sp {
  line-height: 1;
  display: block;
  width: 30px;
}
.link-instagram-sp .ico-instagram {
  width: 100%;
}

/* ED:header */
/* ST:breadcrumbs */
.wrap-container-breadcrumbs {
  line-height: 1.6;
  background-color: #F4EFE9;
  padding: 6px 0;
}
@media (min-width: 768px) {
  .wrap-container-breadcrumbs {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .wrap-container-breadcrumbs {
    overflow: auto;
    white-space: nowrap;
  }
  .wrap-container-breadcrumbs::-webkit-scrollbar {
    height: 3px;
  }
  .wrap-container-breadcrumbs::-webkit-scrollbar-track {
    background: #fdfdfd;
  }
  .wrap-container-breadcrumbs::-webkit-scrollbar-thumb {
    background: #dfdfdf;
  }
  .wrap-container-breadcrumbs table {
    width: 100%;
  }
}
.wrap-container-breadcrumbs .container-breadcrumbs .breadcrumbs {
  display: flex;
  margin: auto;
  padding-top: 1px;
  align-items: center;
}
.wrap-container-breadcrumbs .container-breadcrumbs .breadcrumbs a {
  color: #81705E;
  font-size: 1.3rem;
  text-decoration: none;
  white-space: nowrap;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .wrap-container-breadcrumbs .container-breadcrumbs .breadcrumbs a:hover {
    opacity: 0.7;
  }
}
.wrap-container-breadcrumbs .container-breadcrumbs .breadcrumbs .separtor {
  color: #81705E;
  font-size: 1.3rem;
  padding-right: 1.3rem;
  position: relative;
  margin-right: 6px;
  margin-left: 6px;
}
.wrap-container-breadcrumbs .container-breadcrumbs .breadcrumbs .separtor::before {
  font-family: "bootstrap-icons";
  content: "\f285";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ED:breadcrumbs */
/* ST:side */
.area-sidemenu {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .area-sidemenu {
    margin: 50px -10px 0px -10px;
  }
}
.area-sidemenu .title {
  color: #444444;
  text-decoration: none;
  font-size: 1.7rem;
  display: block;
  align-items: center;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .area-sidemenu .title {
    padding: 10px;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.area-sidemenu ul.sidemenu {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style: none;
}
.area-sidemenu ul.sidemenu li {
  margin: 0;
  padding: 0 0 0 4px;
}
@media (max-width: 767px) {
  .area-sidemenu ul.sidemenu li {
    padding: 0;
    border-bottom: 1px solid #bdbdbd;
  }
}
.area-sidemenu ul.sidemenu li .item {
  color: #444444;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .area-sidemenu ul.sidemenu li .item {
    padding: 12px 10px;
    position: relative;
  }
}
.area-sidemenu ul.sidemenu li .item .inner {
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .area-sidemenu ul.sidemenu li .item:hover {
    opacity: initial;
  }
}
@media (max-width: 767px) {
  .area-sidemenu ul.sidemenu li a.item::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #E7002C;
    font-size: 18px;
    font-weight: 600;
  }
}
.area-sidemenu ul.sidemenu li a.item:not(.current) .inner::before {
  content: "";
  background: linear-gradient(90deg, #E7002C, #f93d18);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .area-sidemenu ul.sidemenu li a.item:not(.current) .inner::before {
    height: 1px;
    bottom: 2px;
  }
}
@media (min-width: 768px) {
  .area-sidemenu ul.sidemenu li a.item:not(.current):hover .inner::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.area-sidemenu ul.sidemenu li a.item.current .inner::before {
  content: "";
  background: linear-gradient(90deg, #E7002C, #f93d18);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.area-sidemenu ul.sidemenu li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
@media (max-width: 767px) {
  .area-sidemenu ul.sidemenu li ul {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .area-sidemenu ul.sidemenu li ul::before {
    content: "";
    width: 1px;
    background: #D7D7D7;
    position: absolute;
    top: 0;
    bottom: 4px;
    left: calc((1.2em + 2px) / 2);
  }
}
@media (max-width: 767px) {
  .area-sidemenu ul.sidemenu li ul li {
    border-bottom: none;
    border-top: 1px solid #bdbdbd;
  }
}
@media (max-width: 767px) {
  .area-sidemenu ul.sidemenu li.with-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .area-sidemenu ul.sidemenu li.with-children > .item {
    width: calc(100% - 50px);
    border-right: 1px dashed #bdbdbd;
  }
  .area-sidemenu ul.sidemenu li.with-children > .item::after {
    content: none;
  }
  .area-sidemenu ul.sidemenu li.with-children .ico-toggle {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .area-sidemenu ul.sidemenu li.with-children .ico-toggle::before {
    content: "\f64d";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E7002C;
    font-size: 18px;
    font-weight: 600;
  }
  .area-sidemenu ul.sidemenu li.with-children .ico-toggle.open::before {
    content: "\f63b";
  }
  .area-sidemenu ul.sidemenu li.with-children .ico-toggle + ul {
    display: none;
  }
}

/* ED:side */
/* ST:main */
.wrap-pagetitle {
  padding-top: 40px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .wrap-pagetitle {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.wrap-pagetitle .pagetitle {
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0;
  padding-bottom: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .wrap-pagetitle .pagetitle {
    font-size: 2.2rem;
    padding-bottom: 1.4rem;
  }
}
.wrap-pagetitle .pagetitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 74px;
  height: 5px;
  background-color: #E7002C;
  background: linear-gradient(90deg, #E7002C, #f93d18);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .wrap-pagetitle .pagetitle::after {
    width: 64px;
    height: 3px;
  }
}

.wrap-container-pagetitle {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .wrap-container-pagetitle {
    margin-bottom: 18px;
  }
}
.wrap-container-pagetitle .container-pagetitle {
  position: relative;
}
@media (min-width: 768px) {
  .wrap-container-pagetitle .container-pagetitle {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .wrap-container-pagetitle .container-pagetitle {
    height: 80px;
  }
}
.wrap-container-pagetitle .container-pagetitle .wrap-pagetitle {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .wrap-container-pagetitle .container-pagetitle .wrap-pagetitle {
    transform: translateY(calc(-50% - 1.6rem));
  }
}
@media (max-width: 767px) {
  .wrap-container-pagetitle .container-pagetitle .wrap-pagetitle {
    transform: translateY(-50%);
  }
}
.wrap-container-pagetitle .container-pagetitle .wrap-pagetitle .pagetitle {
  color: #222;
  text-shadow: 0 0 2px #fff;
  padding-bottom: 8px;
}

/* ED:main */
/* ST:footer */
.footer {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 80px;
  }
}
.footer .wrap-container-fnav {
  background: #F4EFE9;
}
.footer .wrap-container-fnav::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 100%;
  height: 30px;
  background-color: #fff;
  background-image: url("/image/ptl/template/footer-asset-x2.png");
  background-size: 346px;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .footer .wrap-container-fnav .container-fnav {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer .wrap-container-fnav .container-fnav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer .wrap-container-fnav .container-fnav .fnav {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .footer .wrap-container-fnav .container-fnav .fnav {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer .wrap-container-fnav .container-fnav .fnav {
    margin: 0;
    border-top: 1px dashed #fff;
  }
}
.footer .wrap-container-fnav .container-fnav .fnav > li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .wrap-container-fnav .container-fnav .fnav > li {
    border-bottom: 1px dashed #fff;
  }
}
.footer .wrap-container-fnav .container-fnav .fnav > li > a {
  color: #444444;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer .wrap-container-fnav .container-fnav .fnav > li > a {
    display: block;
    padding: 12px 10px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .footer .wrap-container-fnav .container-fnav .fnav > li > a::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    font-weight: 600;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 10px;
    color: #81705E;
  }
}
@media (min-width: 768px) {
  .footer .wrap-container-fnav .container-fnav .fnav > li > a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .footer .footer-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.footer .footer-sub .left .fnav-sub {
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer .footer-sub .left .fnav-sub {
    padding: 8px 0;
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .footer .footer-sub .left .fnav-sub {
    padding: 10px 0;
  }
}
.footer .footer-sub .left .fnav-sub > li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .footer-sub .left .fnav-sub > li {
    padding: 0px 10px;
    border-left: 1px solid #D7D7D7;
  }
  .footer .footer-sub .left .fnav-sub > li:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.footer .footer-sub .left .fnav-sub > li > a {
  color: #444444;
  text-decoration: none;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .footer .footer-sub .left .fnav-sub > li > a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .footer .footer-sub .left .fnav-sub > li > a {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer .footer-sub .left .fnav-sub > li > a {
    display: inline-block;
    padding: 5px 0;
  }
}
.footer .footer-sub .right {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .footer .footer-sub .right {
    border-top: 1px solid #707070;
    padding: 10px 0;
    text-align: center;
  }
}

/* ED:footer */
#btn_page_top {
  width: 74px;
  height: 74px;
  position: fixed;
  right: 60px;
  bottom: 85px;
  z-index: 800;
}
@media (max-width: 767px) {
  #btn_page_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
#btn_page_top > a {
  position: relative;
  display: block;
  border-radius: 37px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: #E7002C;
  background: linear-gradient(90deg, #E7002C 0%, #E7002C 50%, #f93d18 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  opacity: 0.8;
}
#btn_page_top > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "bootstrap-icons";
  content: "\f148";
  color: #fff;
  font-size: 35px;
}
@media (max-width: 767px) {
  #btn_page_top > a::before {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  #btn_page_top > a:hover {
    opacity: 1;
    background-position: 0% 0;
    transition: 0.5s;
  }
}

/* ST:main */
/* ST:new icon */
.wrap-image.new {
  position: relative;
}
.wrap-image.new::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("/image/ptl/template/icon-new.png");
  width: 89px;
  height: 75px;
}

/* ED:new icon */
/* ST:ページネーション */
.area-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
}
.area-pagination .wrap-previous,
.area-pagination .wrap-next {
  width: 100px;
}
.area-pagination .wrap-previous {
  text-align: right;
}
.area-pagination .wrap-next {
  text-align: left;
}
.area-pagination a {
  text-decoration: none;
  color: #666;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 1.1em;
}
.area-pagination a:hover {
  opacity: 1;
  color: #E7002C;
}
@media (max-width: 767px) {
  .area-pagination > a {
    display: none;
  }
}
.area-pagination .WCMpaged {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .area-pagination .WCMpaged {
    gap: 20px;
  }
}
.area-pagination .WCMpaged a {
  font-size: 1.2em;
}
.area-pagination .WCMpaged a.WCMselected {
  color: #E7002C;
}

/* ED:ページネーション */
.wrap-cdb-webeditor p {
  margin-bottom: 0 !important;
}

.txt-mincho {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.txt-catch {
  background: #fff3e3;
  color: #5d421e;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .txt-catch {
    font-size: 2.6rem;
    margin: 30px 0 24px;
    padding: 52px 24px;
    text-align: center;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .txt-catch {
    font-size: 1.7rem;
    margin: 24px auto 12px;
    padding: 10px;
  }
}
.txt-catch.txt-mincho {
  font-weight: 700;
}
.txt-catch .suffix {
  font-size: 0.8em;
}

.link-blank {
  display: inline-block;
  margin-left: 0.5em;
  text-decoration: none;
}
.link-blank::after {
  content: "\f1c5";
  font-family: "bootstrap-icons";
  font-weight: 600;
  display: inline-block;
  font-size: 0.8em;
}

.link-map {
  display: inline-block;
  margin-left: 1em;
  text-decoration: none;
}
.link-map::after {
  content: "\f1c5";
  font-family: "bootstrap-icons";
  display: inline-block;
  font-size: 0.8em;
  padding-left: 1px;
}

.ggmap {
  margin: 56px 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.with-icon-rt {
  position: relative;
}
.with-icon-rt::after {
  content: "\f80f";
  font-family: "bootstrap-icons";
  font-size: 0.45em;
  font-weight: 500;
  position: absolute;
  bottom: 0;
}

.list-bypass-menu {
  list-style: none;
  margin: 60px 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media (max-width: 767px) {
  .list-bypass-menu {
    gap: 30px;
  }
}
.list-bypass-menu.none-side-margin {
  margin: 40px 0;
}
.list-bypass-menu .wrap-item {
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .list-bypass-menu .wrap-item {
    width: 100%;
  }
}
.list-bypass-menu .wrap-item .item {
  display: block;
  text-decoration: none;
  background: #fff8ef;
}
.list-bypass-menu .wrap-item .item .img-thumb {
  display: block;
  max-width: 100%;
}
.list-bypass-menu .wrap-item .item .title {
  display: block;
  color: #333;
  padding: 17px 40px 17px 15px;
  font-size: 1.7rem;
  position: relative;
}
.list-bypass-menu .wrap-item .item .title::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  color: #E7002C;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.list-bypass-menu .wrap-item .item.anchor-in .title::after {
  content: "\f282";
}
.list-bypass-menu .wrap-item .item.with-icon {
  position: relative;
}
.list-bypass-menu .wrap-item .item.with-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 30px;
}
.list-bypass-menu .wrap-item .item.with-icon .title {
  padding-left: 48px;
  font-size: 1.6rem;
}
.list-bypass-menu .wrap-item .item.recruit-item {
  text-align: center;
  padding: 60px 0;
}
.list-bypass-menu .wrap-item .item.recruit-item .title-prefix {
  font-weight: 400;
  letter-spacing: 0;
  color: #e5002d;
}
.list-bypass-menu .wrap-item .item.recruit-item .title {
  font-size: 3rem;
  padding: 0 0 0 35px;
}
.list-bypass-menu .wrap-item .item.recruit-item .title::after {
  position: static;
  font-size: 2.3rem;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .list-bypass-menu .wrap-item.children1 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .list-bypass-menu .wrap-item.children2 {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 768px) {
  .list-bypass-menu .wrap-item.children3 {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 768px) {
  .list-bypass-menu .wrap-item.children4 {
    width: calc((100% - 90px) / 4);
  }
  .list-bypass-menu .wrap-item.children4 .title {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .wrap-honsya-factories {
    display: flex;
    gap: 30px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .wrap-honsya-factories .img-thumb {
    width: calc((100% - 60px) / 3);
  }
}
.wrap-honsya-factories .wrap-items .area-items-title {
  font-size: 1.7rem;
  margin-bottom: 1.1em;
  position: relative;
}
@media (max-width: 767px) {
  .wrap-honsya-factories .wrap-items .area-items-title {
    margin: 17px 15px 20px;
  }
}
.wrap-honsya-factories .wrap-items .area-items-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4.2em;
  height: 2px;
  background: linear-gradient(90deg, #E7002C, #f93d18);
}
.wrap-honsya-factories .wrap-items .area-items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .wrap-honsya-factories .wrap-items .area-items {
    padding-right: 30px;
    gap: 15px 30px;
  }
}
@media (max-width: 767px) {
  .wrap-honsya-factories .wrap-items .area-items {
    padding: 10px 15px 20px;
    gap: 20px;
  }
}
.wrap-honsya-factories .wrap-items .area-items .item {
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
}
@media (min-width: 768px) {
  .wrap-honsya-factories .wrap-items .area-items .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .wrap-honsya-factories .wrap-items .area-items .item {
    width: 100%;
  }
}

.txt-message-catch {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0 0 3.6rem;
}
@media (max-width: 767px) {
  .txt-message-catch {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.wrap-img-president {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .wrap-img-president {
    width: 42%;
    margin: 0 0 0.1em 1em;
  }
}
.wrap-img-president .img-president {
  width: 100%;
}

.area-koka {
  margin-bottom: 1em;
  padding: 20px;
  background: #fff3e3;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .area-koka {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.area-koka .area-text {
  background: #ffffff;
}
@media (min-width: 768px) {
  .area-koka .area-text {
    width: 460px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .area-koka .area-text {
    border-radius: 8px 8px 0 0;
  }
}
.area-koka .area-text .koka {
  padding: 20px;
}
.area-koka .area-text .koka .main-text {
  line-height: 2.5;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.9rem;
}
.area-koka .area-text .koka .main-text rt {
  color: #81705E;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}
.area-koka .area-text .koka .author {
  text-align: right;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 0;
  font-weight: 600;
}
.area-koka .area-text .yaku {
  border-top: 1px dashed #ddd;
  color: #666;
  padding: 20px;
  font-size: 0.9em;
}
.area-koka .area-image {
  line-height: 1;
}
@media (min-width: 768px) {
  .area-koka .area-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .area-koka .area-image {
    padding: 0 20px 20px;
    background: #fff;
    border-radius: 0 0 8px 8px;
  }
  .area-koka .area-image img {
    border-radius: 8px;
  }
}

.area-symbolmark {
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 3em;
}
@media (min-width: 768px) {
  .area-symbolmark {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .area-symbolmark {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .area-symbolmark .area-image {
    width: 330px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .area-symbolmark .area-image .img-symbol {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .area-symbolmark .area-image .img-symbol {
    max-width: 55%;
    display: block;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .area-symbolmark .area-desc {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .area-symbolmark .area-desc {
    margin-top: 20px;
  }
}
.area-symbolmark .area-desc .desc-color {
  font-weight: bold;
  border-left: 24px solid;
  padding-left: 6px;
}
.area-symbolmark .area-desc .desc-color.red {
  color: #fc0019;
}
.area-symbolmark .area-desc .desc-color.brown {
  color: #4b330b;
}
.area-symbolmark .area-desc .desc-color.black {
  color: #000;
}
.area-symbolmark .area-desc p:last-child {
  margin-bottom: 0;
}

.area-award-medal {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.area-award-medal figcaption {
  margin-top: 0.5em;
  text-decoration: underline;
}

.wrap-slideshow-factory {
  margin: auto auto 2em auto;
}
.wrap-slideshow-factory .item .img-factory {
  border-radius: 5px;
}

.wrap-hist-misuzu-items {
  border-radius: 10px;
  border: 1px solid #444444;
}
.wrap-hist-misuzu-items .item {
  padding: 20px;
}
@media (min-width: 768px) {
  .wrap-hist-misuzu-items .item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
  }
}
.wrap-hist-misuzu-items .item:not(:last-child) {
  border-bottom: 1px solid #444444;
}
@media (min-width: 768px) {
  .wrap-hist-misuzu-items .item .area-desc {
    order: 2;
    flex: 1;
  }
}
.wrap-hist-misuzu-items .item .area-desc .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.wrap-hist-misuzu-items .item .area-image {
  order: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .wrap-hist-misuzu-items .item .area-image {
    width: 300px;
  }
}
.wrap-hist-misuzu-items .item .area-image img {
  max-width: 300px;
}

.wrap-hist-misuzu-detail {
  background: #F4EFE9;
  padding: 30px;
}
@media (max-width: 767px) {
  .wrap-hist-misuzu-detail {
    padding: 10px;
  }
}
.wrap-hist-misuzu-detail .area-hist-misuzu-detail {
  background: #ffffff;
  padding: 24px 30px;
}
@media (max-width: 767px) {
  .wrap-hist-misuzu-detail .area-hist-misuzu-detail {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .wrap-hist-misuzu-detail .area-hist-misuzu-detail h2 {
    font-size: 2.2rem;
  }
}

.wrap-sdgspolicy-caption {
  margin-top: 140px;
  padding: 30px;
  background: #F4EFE9;
}
@media (max-width: 767px) {
  .wrap-sdgspolicy-caption {
    margin-top: 50px;
    padding: 15px;
  }
}
.wrap-sdgspolicy-caption .area-sdgspolicy-caption {
  padding: 24px 30px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .wrap-sdgspolicy-caption .area-sdgspolicy-caption {
    padding: 15px;
  }
}

.txt-nurserry-catch {
  font-size: 2.8rem;
  background-color: #fff8ef;
  padding: 36px 0px 40px;
  border-radius: 11px;
  color: #553000;
  border: 1px solid #a28a6c;
  text-align: center;
  margin: 20px 0 48px;
}
@media (max-width: 767px) {
  .txt-nurserry-catch {
    line-height: 1.5;
    font-size: 1.8rem;
    padding: 24px 0px 26px;
    margin: 0;
  }
}
.txt-nurserry-catch .suffix {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .txt-nurserry-catch .suffix {
    font-size: 0.7em;
  }
}

.area-list-nurserry-goal {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 10px;
}
.area-list-nurserry-goal .wrap-goal-item {
  display: flex;
}
@media (max-width: 767px) {
  .area-list-nurserry-goal .wrap-goal-item {
    display: block;
  }
}
.area-list-nurserry-goal .wrap-goal-item .title {
  width: 130px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .area-list-nurserry-goal .wrap-goal-item .title {
    width: 100%;
  }
}
.area-list-nurserry-goal .wrap-goal-item .caption {
  flex: 1;
}

.list-reports {
  margin: 2.5em 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .list-reports {
    margin: 0 30px;
  }
}
@media (min-width: 768px) {
  .list-reports .wrap-item {
    max-width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 767px) {
  .list-reports .wrap-item {
    width: calc((100% - 30px) / 2);
  }
}
.list-reports .wrap-item .item {
  display: block;
}
.list-reports .wrap-item .item figure {
  margin: 0;
}
.list-reports .wrap-item .item figcaption {
  line-height: 1.4;
}

.area-under-main-btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .area-under-main-btn {
    display: block;
    text-align: center;
  }
  .area-under-main-btn .btn + .btn {
    margin-top: 25px;
  }
}

.list-internal-anchor.products {
  background: #fffaf4;
  padding: 12px 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .list-internal-anchor.products {
    display: block;
  }
  .list-internal-anchor.products li {
    margin: 5px 0;
  }
  .list-internal-anchor.products li a {
    display: block;
  }
}

.list-products {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
}
@media (max-width: 767px) {
  .list-products {
    gap: 40px 20px;
  }
}
.list-products .wrap-item {
  margin: 0;
  padding: 0;
  width: calc((100% - 60px) / 4);
}
@media (max-width: 767px) {
  .list-products .wrap-item {
    width: calc((100% - 20px) / 2);
  }
}
.list-products .wrap-item .item {
  display: block;
  text-decoration: none;
  color: #444444;
}
.list-products .wrap-item .item .product-image {
  display: block;
  line-height: 1;
}
.list-products .wrap-item .item .product-title {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .list-products .wrap-item .item .product-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .product-detail .area-introduction {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .product-detail .area-introduction > .item-left {
    width: 420px;
  }
}
.product-detail .area-introduction > .item-left .wrap-product-images .slider-product-image .wrap-image {
  display: block;
  line-height: 1;
}
.product-detail .area-introduction > .item-left .wrap-product-images .slider-product-image .wrap-image:hover {
  opacity: 1 !important;
}
.product-detail .area-introduction > .item-left .wrap-product-images .caption-zoom {
  margin: 1px auto 10px;
  font-size: 0.9em;
  color: #aaa;
  text-align: center;
}
.product-detail .area-introduction > .item-left .wrap-product-images .slider-thumbnail-product-image .thumb-image {
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-detail .area-introduction > .item-right {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .product-detail .area-introduction > .item-right {
    margin-top: 30px;
  }
}
.product-detail .area-introduction > .item-right .area-features {
  white-space: normal;
  word-break: break-all;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-detail .area-introduction > .item-right .area-features {
    margin-bottom: 30px;
  }
}
.product-detail .area-introduction > .item-right .wrap-list-under-features {
  margin-bottom: 20px;
}
.product-detail .area-introduction > .item-right .wrap-list-under-features .list-under-features {
  border-top: 1px solid #c9c9c9;
  padding: 8px 15px;
}
@media (min-width: 768px) {
  .product-detail .area-introduction > .item-right .wrap-list-under-features .list-under-features {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .area-introduction > .item-right .wrap-list-under-features .list-under-features {
    padding: 8px 0 10px;
  }
}
.product-detail .area-introduction > .item-right .wrap-list-under-features .list-under-features > .item-left {
  width: 100px;
}
@media (max-width: 767px) {
  .product-detail .area-introduction > .item-right .wrap-list-under-features .list-under-features > .item-left {
    font-weight: 700;
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .product-detail .area-introduction > .item-right .wrap-list-under-features .list-under-features > .item-right {
    flex: 1;
    text-align: right;
  }
}
.product-detail .area-introduction > .item-right .wrap-list-under-features .list-under-features:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.product-detail .area-introduction > .item-right .wrap-list-spec {
  margin-bottom: 20px;
}
.product-detail .area-introduction > .item-right .wrap-list-spec .list-spec {
  border-top: 1px solid #c9c9c9;
}
@media (min-width: 768px) {
  .product-detail .area-introduction > .item-right .wrap-list-spec .list-spec {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .product-detail .area-introduction > .item-right .wrap-list-spec .list-spec {
    padding: 8px 0 10px;
  }
}
@media (min-width: 768px) {
  .product-detail .area-introduction > .item-right .wrap-list-spec .list-spec > .item-left {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .product-detail .area-introduction > .item-right .wrap-list-spec .list-spec > .item-left {
    font-weight: 700;
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .product-detail .area-introduction > .item-right .wrap-list-spec .list-spec > .item-right {
    flex: 1;
    text-align: right;
  }
}
.product-detail .area-introduction > .item-right .wrap-list-spec .list-spec:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.product-detail .area-introduction > .item-right .area-remark {
  font-size: 0.9em;
  padding: 13px 18px;
  background: #f4f4f4;
}
.product-detail .area-nutrition-table .prefix-text-for-table {
  text-align: right;
}
@media (min-width: 768px) {
  .product-detail .area-nutrition-table .tbl-products-nutrition th {
    width: 260px;
  }
}
.product-detail .area-nutrition-table .suffix-text-for-table {
  margin: 20px 0;
}
.product-detail .area-related-recipe {
  margin-top: 24px;
}
.product-detail .area-related-recipe .list-related-recipe {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-detail .area-related-recipe .list-related-recipe .wrap-item {
  width: calc((100% - 96px) / 5);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-detail .area-related-recipe .list-related-recipe .wrap-item {
    width: calc((100% - 24px) / 2);
  }
}
.product-detail .area-related-recipe .list-related-recipe .wrap-item .item {
  text-decoration: none;
  color: #444444;
  display: block;
}
.product-detail .area-related-recipe .list-related-recipe .wrap-item .item .image {
  display: block;
  max-width: 100%;
}
.product-detail .area-related-recipe .list-related-recipe .wrap-item .item .title {
  text-align: center;
  font-size: 0.9em;
}

/* ST:レシピ */
.area-recipe-search-controler {
  margin-bottom: 56px;
}
.area-recipe-search-controler .area-search-tag {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 2px;
}
.area-recipe-search-controler .area-search-tag .tag-item {
  margin: 0;
  padding: 0;
  flex: 1;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.area-recipe-search-controler .area-search-tag .tag-item .inner {
  transition: background 0.5s, color 0.5s;
  display: block;
  padding: 15px 0;
  color: #E7002C;
  text-decoration: none;
  background: #ffefef;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .area-recipe-search-controler .area-search-tag .tag-item .inner {
    border-radius: 7px 7px 0 0;
  }
}
.area-recipe-search-controler .area-search-tag .tag-item .inner:hover {
  opacity: 1;
}
.area-recipe-search-controler .area-search-tag .tag-item.current .inner, .area-recipe-search-controler .area-search-tag .tag-item:hover .inner {
  transition: background 0.5s, color 0.5s;
  background: #E7002C;
  color: #fff;
}
.area-recipe-search-controler .wrap-main-controler .main-controler {
  border-right: 10px solid #ffefef;
  border-bottom: 10px solid #ffefef;
  border-left: 10px solid #ffefef;
  border-radius: 0 0 10px 10px;
  padding: 15px 30px 30px;
  display: none;
}
@media (max-width: 767px) {
  .area-recipe-search-controler .wrap-main-controler .main-controler {
    padding: 15px 15px 30px;
  }
}
.area-recipe-search-controler .wrap-main-controler .main-controler.active {
  display: block;
}
.area-recipe-search-controler .wrap-main-controler .main-controler .caption li {
  margin-bottom: 0;
}
.area-recipe-search-controler .wrap-main-controler .main-controler form.search-recipe .wrap-controler {
  margin: 20px 0;
}
.area-recipe-search-controler .wrap-main-controler .main-controler form.search-recipe .wrap-form-control-buttons {
  margin-top: 30px;
}
.area-recipe-search-controler .wrap-main-controler .main-controler.products .ctl-product-selector {
  display: flex;
  gap: 20px;
}
.area-recipe-search-controler .wrap-main-controler .main-controler.products .ctl-product-selector .btnClear {
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 15px;
  border-radius: 0.25em;
  background: #F4EFE9;
  color: #444;
}

.area-list-recipe {
  margin-top: 36px;
}
.area-list-recipe .list-recipe {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 767px) {
  .area-list-recipe .list-recipe {
    gap: 30px 20px;
  }
}
.area-list-recipe .list-recipe .wrap-item {
  margin: 0;
  padding: 0;
  width: calc((100% - 72px) / 3);
}
@media (max-width: 767px) {
  .area-list-recipe .list-recipe .wrap-item {
    width: calc((100% - 20px) / 2);
  }
}
.area-list-recipe .list-recipe .wrap-item .item {
  display: block;
  color: #444444;
  text-decoration: none;
}
.area-list-recipe .list-recipe .wrap-item .item .recipe-image {
  display: block;
  line-height: 1;
  border-radius: 5px;
}
.area-list-recipe .list-recipe .wrap-item .item .recipe-title {
  margin-top: 12px;
  text-align: center;
  font-size: 0.95em;
  padding: 0 5px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .recipe-detail .area-introduction {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .recipe-detail .area-introduction > .item-left {
    width: 420px;
  }
}
.recipe-detail .area-introduction > .item-left .wrap-recipe-images .slider-recipe-image .wrap-image {
  display: block;
  line-height: 1;
}
.recipe-detail .area-introduction > .item-left .wrap-recipe-images .slider-recipe-image .wrap-image:hover {
  opacity: 1 !important;
}
.recipe-detail .area-introduction > .item-left .wrap-recipe-images .caption-zoom {
  margin: 1px auto 10px;
  font-size: 0.9em;
  color: #aaa;
  text-align: center;
}
.recipe-detail .area-introduction > .item-left .wrap-recipe-images .slider-thumbnail-recipe-image .thumb-image {
  cursor: pointer;
}
.recipe-detail .area-introduction > .item-right {
  /*
  .area-material-prefix{
    text-align: right;
    padding-right:15px;
    margin-bottom:8px;
  }
  */
}
@media (min-width: 768px) {
  .recipe-detail .area-introduction > .item-right {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .recipe-detail .area-introduction > .item-right {
    margin-top: 30px;
  }
}
.recipe-detail .area-introduction > .item-right .area-cookingtime {
  text-align: right;
  margin-bottom: 10px;
  text-decoration: underline;
}
.recipe-detail .area-introduction > .item-right .area-cookingtime i {
  margin-right: 2px;
}
.recipe-detail .area-introduction > .item-right .area-features {
  margin-bottom: 20px;
  word-break: break-all;
}
.recipe-detail .area-introduction > .item-right h2.title-material {
  font-size: 1.8rem;
  margin-top: 0;
}
.recipe-detail .area-introduction > .item-right .wrap-list-material {
  margin-bottom: 20px;
}
.recipe-detail .area-introduction > .item-right .wrap-list-material .list-material {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px dotted #bfbfbf;
  padding: 8px 15px 8px 0;
}
@media (min-width: 768px) {
  .recipe-detail .area-introduction > .item-right .wrap-list-material .list-material > .item-left {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .recipe-detail .area-introduction > .item-right .wrap-list-material .list-material > .item-right {
    flex: 1;
    text-align: right;
  }
}
.recipe-detail .area-introduction > .item-right .wrap-list-material .list-material:last-child {
  border-bottom: 1px dotted #bfbfbf;
}
.recipe-detail .area-introduction > .item-right .area-material-suffix {
  font-size: 0.9em;
  padding: 13px 18px;
  background: #f4f4f4;
}
.recipe-detail .wrap-recipe-movie {
  margin: 30px 0 50px;
  padding: 30px 0;
  background: #F4EFE9;
}
@media (max-width: 767px) {
  .recipe-detail .wrap-recipe-movie {
    padding: 0;
  }
}
.recipe-detail .wrap-recipe-movie .area-recipe-movie {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .recipe-detail .wrap-recipe-movie .area-recipe-movie {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .recipe-detail .wrap-recipe-movie .area-recipe-movie {
    width: 100%;
  }
}
.recipe-detail .wrap-recipe-movie .area-recipe-movie .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.recipe-detail .wrap-recipe-movie .area-recipe-movie .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recipe-detail .list-cooking-step {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
.recipe-detail .list-cooking-step li {
  margin: 0;
  padding: 15px 0 15px 40px;
  position: relative;
  border-top: 1px dotted #bfbfbf;
  font-weight: 700;
}
.recipe-detail .list-cooking-step li:last-child {
  border-bottom: 1px dotted #bfbfbf;
}
.recipe-detail .list-cooking-step li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 4px;
  top: 16px;
  color: #fff;
  background: #E7002C;
  line-height: 26px;
  width: 27px;
  height: 27px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.recipe-detail .area-recipe-suffix {
  margin-top: 30px;
  font-size: 0.9em;
  padding: 13px 18px;
  background: #f4f4f4;
}
.recipe-detail .wrap-point-recipe {
  margin-top: 30px;
  border: 20px solid #ffefef;
  padding: 10px;
}
@media (max-width: 767px) {
  .recipe-detail .wrap-point-recipe {
    border: 14px solid #ffefef;
  }
}
.recipe-detail .wrap-point-recipe .area-point-recipe {
  border: 2px solid #ffefef;
  padding: 15px;
}
.recipe-detail .wrap-point-recipe .area-point-recipe h3 {
  margin: 0 auto 12px;
}
.recipe-detail .wrap-nurtion-table,
.recipe-detail .wrap-related-recipe,
.recipe-detail .wrap-used-products {
  margin: 70px 0;
}
.recipe-detail .area-nutrition-table .prefix-text-for-table {
  text-align: right;
}
@media (min-width: 768px) {
  .recipe-detail .area-nutrition-table .tbl-recipe-nutrition th {
    width: 260px;
  }
}
.recipe-detail .area-nutrition-table .suffix-text-for-table {
  margin: 20px 0;
}
.recipe-detail .list-used-products .used-product {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding: 20px 30px 30px 20px;
}
@media (min-width: 768px) {
  .recipe-detail .list-used-products .used-product {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .recipe-detail .list-used-products .used-product {
    padding: 20px;
  }
}
.recipe-detail .list-used-products .used-product:last-child {
  border-bottom: 1px solid #999;
}
@media (min-width: 768px) {
  .recipe-detail .list-used-products .used-product > .left {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .recipe-detail .list-used-products .used-product > .left {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .recipe-detail .list-used-products .used-product > .left .product-image {
    display: block;
    max-height: 300px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .recipe-detail .list-used-products .used-product > .right {
    width: 888px;
  }
}
.recipe-detail .list-used-products .used-product > .right .area-button {
  margin-top: 26px;
  text-align: center;
}
.recipe-detail .area-related-recipe {
  margin-top: 24px;
}
.recipe-detail .area-related-recipe .list-related-recipe {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recipe-detail .area-related-recipe .list-related-recipe .wrap-item {
  width: calc((100% - 72px) / 4);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .recipe-detail .area-related-recipe .list-related-recipe .wrap-item {
    width: calc((100% - 24px) / 2);
  }
}
.recipe-detail .area-related-recipe .list-related-recipe .wrap-item .item {
  text-decoration: none;
  color: #444444;
  display: block;
}
.recipe-detail .area-related-recipe .list-related-recipe .wrap-item .item .image {
  display: block;
  max-width: 100%;
  border-radius: 5px;
}
.recipe-detail .area-related-recipe .list-related-recipe .wrap-item .item .title {
  margin-top: 5px;
  text-align: center;
  font-size: 0.9em;
}

/* ED:レシピ */
/* ST:お知らせ */
.pagetitle.info-list {
  display: flex;
  align-items: center;
}
.pagetitle.info-list .suffix {
  font-size: 0.85em;
}

.list-info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-info .wrap-item {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dddddd;
}
.list-info .wrap-item:last-child {
  border-bottom: 1px solid #dddddd;
}
.list-info .wrap-item .item {
  color: #444444;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6rem;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .list-info .wrap-item .item {
    padding: 10px 0;
    display: block;
  }
}
.list-info .wrap-item .item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  content: "\f285";
  font-family: "bootstrap-icons";
  font-weight: 500;
  font-size: 2rem;
  color: #E7002C;
}
.list-info .wrap-item .item .sp-info-prefix {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.list-info .wrap-item .item .date {
  width: 110px;
}
@media (max-width: 767px) {
  .list-info .wrap-item .item .date {
    width: 90px;
    color: #999;
  }
}
.list-info .wrap-item .item .area-category {
  width: 110px;
}
@media (max-width: 767px) {
  .list-info .wrap-item .item .area-category {
    width: auto;
    flex: 1;
  }
}
.list-info .wrap-item .item .title {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .list-info .wrap-item .item .title {
    display: block;
    margin-top: 3px;
    line-height: 1.4;
  }
}
.list-info .wrap-item .item .title .icon-new {
  margin-left: 0.5em;
  color: #E7002C;
}

.info-tag {
  display: block;
  font-size: 1.3rem;
  padding: 3px 10px;
  text-align: center;
  border-radius: 15px;
  width: 100px;
  color: #9d8d68;
  background: #fff;
  border: 1px solid #9d8d68;
}
@media (max-width: 767px) {
  .info-tag {
    font-size: 1.2rem;
    padding: 0px 7px 2px;
    display: inline-block;
    width: auto !important;
  }
}
.info-tag.info {
  color: #9d8d68;
  background: #fff;
  border: 1px solid #9d8d68;
}
.info-tag.event {
  color: #90c62b;
  background: #fff;
  border: 1px solid #90c62b;
}
.info-tag.products {
  color: #f74d40;
  background: #fff;
  border: 1px solid #f74d40;
}
.info-tag.recruit {
  color: #63a8d6;
  background: #fff;
  border: 1px solid #63a8d6;
}
.info-tag.nursery {
  color: #ffbf5d;
  background: #fff;
  border: 1px solid #ffbf5d;
}
@media (min-width: 768px) {
  .info-tag + .info-tag {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .info-tag + .info-tag {
    margin-left: 5px;
  }
}

.area-info-detail-contents {
  margin-top: 20px;
}

/* ED:お知らせ */
/* ST:トピックス */
.list-topics .item {
  padding: 10px;
}
.list-topics .item a {
  display: block;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 12px rgba(207, 202, 199, 0.6392156863);
  padding: 15px;
  text-decoration: none;
  color: #444444;
}
@media (max-width: 767px) {
  .list-topics .item a {
    padding: 5px;
  }
}
.list-topics .item a .view-image {
  display: block;
  max-width: 100%;
}
.list-topics .item a .title {
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .list-topics .item a .title {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .list-topics .item a .title {
    padding: 10px 24px 10px 5px;
  }
}
.list-topics .item a .title::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  color: #E7002C;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
}

.wrap-list-topics {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .wrap-list-topics .list-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
  }
}
@media (min-width: 768px) {
  .wrap-list-topics .list-topics .item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .wrap-list-topics .list-topics .item {
    width: 100%;
    max-width: 100%;
  }
}

/* ED:トピックス */
/* ST:知る・楽しむ */
.wrap-list-know {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .wrap-list-know {
    margin-top: 30px;
  }
}

.list-know {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .list-know {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
.list-know .item {
  margin: 0;
}
@media (min-width: 768px) {
  .list-know .item {
    padding: 0;
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767px) {
  .list-know .item {
    padding: 10px 0;
    border-top: 1px solid #d7d7d7;
  }
  .list-know .item:last-child {
    border-bottom: 1px solid #d7d7d7;
  }
}
.list-know .item a {
  display: block;
  text-decoration: none;
  color: #444444;
}
@media (min-width: 768px) {
  .list-know .item a {
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 12px rgba(207, 202, 199, 0.6392156863);
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .list-know .item a {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .list-know .item a .view-image {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .list-know .item a .view-image {
    width: 120px;
  }
}
.list-know .item a .title {
  position: relative;
}
@media (min-width: 768px) {
  .list-know .item a .title {
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-right: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .list-know .item a .title {
    flex: 1;
    padding-right: 20px;
  }
}
.list-know .item a .title::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  color: #E7002C;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
}

.fig-soy-value-eat {
  margin: 42px auto;
}

.area-making-step {
  text-align: center;
  margin-top: 50px;
  padding: 30px 70px;
  border: 10px solid #ffedd7;
}
@media (max-width: 767px) {
  .area-making-step {
    padding: 15px;
  }
}
.area-making-step .triangle-down {
  background: #fbcf99;
  height: 30px;
  width: 120px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 50px auto;
}
@media (max-width: 767px) {
  .area-making-step .triangle-down {
    height: 20px;
    width: 90px;
    margin: 40px auto;
  }
}
.area-making-step .area-image-making {
  text-align: center;
  margin-top: 30px;
}

h2.hatsuuma {
  line-height: 1.6;
  padding-bottom: 10px;
  margin-top: 60px;
}
h2.hatsuuma .prefix {
  display: block;
  font-size: 0.85em;
}

.area-soy-beta-mechanism {
  border: 3px solid #f67100;
  padding: 40px 40px 26px;
  margin: 40px 0 60px;
}
@media (max-width: 767px) {
  .area-soy-beta-mechanism {
    padding: 24px;
  }
}
.area-soy-beta-mechanism .area-caption {
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.7;
  margin-top: -10px;
  margin-bottom: 40px;
}
.area-soy-beta-mechanism .soy-beta-mechanism {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .area-soy-beta-mechanism .soy-beta-mechanism {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .area-soy-beta-mechanism .soy-beta-mechanism > .item {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .area-soy-beta-mechanism .soy-beta-mechanism > .item {
    border-top: 2px dashed #f67100;
    padding: 40px 0 30px;
  }
}
.area-soy-beta-mechanism .soy-beta-mechanism > .item > .number {
  text-align: center;
}
.area-soy-beta-mechanism .soy-beta-mechanism > .item > .number > .inner {
  background: #f67100;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 5px;
  margin: 0 auto;
  letter-spacing: normal;
  font-weight: 700;
}
.area-soy-beta-mechanism .soy-beta-mechanism > .item > .title {
  text-align: center;
  color: #f67100;
  font-weight: 700;
  font-size: 2rem;
  margin: 6px 0 2px;
}
.area-soy-beta-mechanism .soy-beta-mechanism > .item > .caption {
  flex-grow: 1;
  font-size: 1.5rem;
  text-align: center;
}
.area-soy-beta-graph {
  border: 3px solid #f67100;
  padding: 40px 40px 26px;
  margin: 40px 0 60px;
}
@media (max-width: 767px) {
  .area-soy-beta-graph {
    padding: 24px;
  }
}
.area-soy-beta-graph .area-caption {
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.7;
  margin-top: -10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .area-soy-beta-graph .soy-beta-graph {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
.area-soy-beta-graph .soy-beta-graph > .item {
  flex: 1;
}
.area-soy-beta-graph .soy-beta-graph > .item .title {
  text-align: center;
  background: #f67100;
  color: #fff;
  padding: 4px 20px;
  border-radius: 5px;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 15px;
}
.area-soy-beta-graph .soy-beta-graph > .item .wrap-table .soy-beta-table th, .area-soy-beta-graph .soy-beta-graph > .item .wrap-table .soy-beta-table td {
  font-size: 1.2rem;
}

.kinousei-product {
  margin: 40px 0;
}
.kinousei-product h2 .suffix {
  font-size: 0.7em;
  margin-left: 1.5em;
  font-weight: 400;
}
.kinousei-product .area-product-image {
  text-align: center;
  margin: 35px 0 25px;
}
.kinousei-product .area-product-image img {
  width: 300px;
}
.kinousei-product .kinousei-product-table th {
  width: 180px;
}

.area-text-literature {
  margin-top: 50px;
  border: 30px solid #F4EFE9;
  padding: 24px 30px;
}
@media (max-width: 767px) {
  .area-text-literature {
    border: 10px solid #F4EFE9;
    padding: 12px 14px;
  }
}
.area-text-literature.for-advantage figure {
  margin-top: 40px;
}
.area-text-literature.for-advantage figure img {
  width: 460px;
}

.list-collabo {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.list-collabo li {
  margin: 0;
  border-top: 1px solid #dddddd;
}
.list-collabo li:last-child {
  border-bottom: 1px solid #dddddd;
}
.list-collabo li a {
  text-decoration: none;
  color: #444444;
  display: block;
  padding: 20px 60px 20px 0;
  position: relative;
}
.list-collabo li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  content: "\f285";
  font-family: "bootstrap-icons";
  font-weight: 500;
  font-size: 2rem;
  color: #E7002C;
}
.list-collabo li a .collabo-name {
  font-size: 0.9em;
}

.pagetitle .prefix {
  display: block;
  font-size: 0.6em;
  line-height: 1.2;
}
.pagetitle .suffix.inline {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .pagetitle .suffix.inline {
    display: block;
    line-height: 1.4;
  }
}

.list-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.list-gallery .item {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .list-gallery .item {
    width: 100%;
  }
}
.list-gallery .item .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.list-gallery .item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-gallery .item .title {
  text-align: center;
  margin-top: 5px;
  font-size: 1.1em;
}

/* ED:知る・楽しむ */
/* ST:お問い合わせ */
.area-btns {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
  margin: 50px 0 80px;
}
@media (max-width: 767px) {
  .area-btns {
    flex-direction: column;
  }
}
.area-btns.select-type {
  margin-bottom: 30px;
}
.area-btns.select-type .btn-contacts {
  flex: 1;
}
.area-btns.select-type .btn-contacts .big {
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .area-btns.qa .btn-qa {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  .area-btns.qa .btn-qa {
    display: block;
    width: 100%;
  }
}

.area-contact-address {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .area-contact-address {
    flex-direction: column;
  }
}
.area-contact-address .area-for-tel,
.area-contact-address .area-for-mail {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .area-contact-address .area-for-tel,
  .area-contact-address .area-for-mail {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .area-contact-address .area-for-tel,
  .area-contact-address .area-for-mail {
    width: 100%;
  }
}
.area-contact-address .area-for-tel .midashi,
.area-contact-address .area-for-mail .midashi {
  text-align: center;
  padding: 0;
}
.area-contact-address .area-for-tel .midashi::before,
.area-contact-address .area-for-mail .midashi::before {
  content: none;
}
.area-contact-address .area-for-tel .detail,
.area-contact-address .area-for-mail .detail {
  margin-top: 20px;
}
.area-contact-address .area-for-tel .detail .title {
  text-align: center;
  line-height: 1;
  font-size: 1.1em;
}
.area-contact-address .area-for-tel .detail .tel {
  text-align: center;
  line-height: 1.3;
  font-size: 4.4rem;
}
@media (max-width: 767px) {
  .area-contact-address .area-for-tel .detail .tel {
    font-size: 4rem;
  }
}
.area-contact-address .area-for-tel .detail .tel::before {
  content: "";
  background-image: url("/image/ptl/template/icon-freedial.gif");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 3px;
}
.area-contact-address .area-for-tel .detail .time {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .area-contact-address .area-for-mail .detail {
    padding-top: 12px;
  }
}
.area-contact-address .area-for-mail .detail .wrap-btn {
  text-align: center;
  margin-bottom: 12px;
}
.area-contact-address .area-for-mail .detail .wrap-btn:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .area-contact-address .area-for-mail .detail .wrap-btn .btn {
    width: 400px;
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  .area-contact-address .area-for-mail .detail .wrap-btn .btn {
    display: block;
  }
}

/* ED:お問い合わせ */
/* ST:お問い合わせフォーム */
.area-form-notes-top {
  border: 1px solid #444444;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .area-form-notes-top {
    padding: 10px;
  }
}
.area-form-notes-top > *:first-of-type {
  margin-top: 0;
}
.area-form-notes-top > *:last-of-type {
  margin-bottom: 0;
}
.area-form-notes-top .txt-emphasis {
  font-weight: 700;
  border-bottom: 1px dashed;
  color: #ff0000;
}

@media (min-width: 768px) {
  .form-table th {
    width: 300px;
  }
}
.form-table .wrap-controls > * {
  margin-bottom: 5px;
}
.form-table .wrap-controls > **:last-of-type {
  margin-bottom: 0;
}
.form-table .wrap-controls.agreement {
  text-align: center;
  margin-bottom: 1em;
}
.form-table .wrap-controls.agreement .area-chk-agreement {
  display: inline-block;
  margin: 20px auto 0;
  padding: 10px 20px;
  border: 1px solid #ced4da;
  background: #f9f9f9;
}
.form-table .wrap-controls.agreement .area-chk-agreement .wrap-form-control-cbox {
  margin: 0;
}
.form-table .policy-caption {
  border: 1px solid #444444;
  padding: 12px 18px;
}
.form-table .policy-caption > *:last-of-type {
  margin-bottom: 0;
}

/*
  .area-agreement{
    border: 1px solid #444444;
    padding:10px;
    .title{
      font-weight: 700;
      margin-bottom:5px;
    }
    .wrap-agreement-controller{
      text-align: center;
      margin:1em auto;
    }
  }
*/
.wrap-google-recaptcha {
  text-align: center;
  margin: 40px 0;
}
.wrap-google-recaptcha > img {
  display: block;
  margin: auto;
}

.area-form-notes-bottom {
  margin: 40px 0;
  padding: 24px 30px;
  border: 1px solid #444444;
}
@media (max-width: 767px) {
  .area-form-notes-bottom {
    padding: 10px;
  }
}
.area-form-notes-bottom > *:first-of-type {
  margin-top: 0;
}
.area-form-notes-bottom > *:last-of-type {
  margin-bottom: 0;
}

.wrap-form-control-buttons .toConfirm {
  padding-right: 65px !important;
  padding-left: 58px !important;
}

.area-form-cofirm-caption {
  margin-bottom: 24px;
}

.area-form-complete-caption {
  margin-bottom: 50px;
}

/* ED:お問い合わせフォーム */
/* ST:FAQ */
.area-faq-controller {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .area-faq-controller {
    flex-direction: column;
  }
}
.area-faq-controller .btn-faq {
  position: relative;
}
.area-faq-controller .btn-faq:before {
  content: "\f582";
  font-family: "bootstrap-icons";
  color: #fff;
  position: absolute;
  left: 15px;
  font-size: 14px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .area-faq-controller .btn-faq:before {
    left: 24px;
    font-size: 26px;
    top: 50%;
  }
}
.area-faq-controller .btn-faq.active:before {
  content: "\f26c";
}

.area-list-qa {
  border-bottom: 1px solid #939393;
}
.area-list-qa .wrap-item {
  border-top: 1px solid #939393;
}
.area-list-qa .wrap-item.hidden {
  display: none;
}
.area-list-qa .wrap-item .item-q {
  font-size: 1.1em;
  cursor: pointer;
  position: relative;
  padding: 10px 37px;
}
.area-list-qa .wrap-item .item-q::before {
  position: absolute;
  left: 10px;
  content: "Q.";
}
.area-list-qa .wrap-item .item-q::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f282";
  font-family: "bootstrap-icons";
  color: #E7002C;
}
.area-list-qa .wrap-item .item-q > p:last-of-type {
  margin-bottom: 0;
}
.area-list-qa .wrap-item .item-q.active::after {
  content: "\f286";
}
.area-list-qa .wrap-item .item-q.active + .item-a {
  display: block;
}
.area-list-qa .wrap-item .item-a {
  display: none;
  cursor: pointer;
  position: relative;
  padding: 10px 20px 10px 37px;
  border-top: 1px dashed #939393;
}
.area-list-qa .wrap-item .item-a::before {
  position: absolute;
  left: 11px;
  font-size: 1.1em;
  content: "A.";
  color: #E7002C;
}
.area-list-qa .wrap-item .item-a > p:last-of-type {
  margin-bottom: 0;
}

/* ED:FAQ */
/* ST:recruit */
.link-newgraduate {
  box-shadow: 0px 0px 30px 3px rgba(185, 185, 185, 0.64);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .link-newgraduate {
    display: flex;
    align-items: center;
  }
}
.link-newgraduate .item-desc {
  text-align: center;
}
@media (min-width: 768px) {
  .link-newgraduate .item-desc {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .link-newgraduate .item-desc {
    padding: 20px;
  }
  .link-newgraduate .item-desc br {
    display: none;
  }
}
@media (min-width: 768px) {
  .link-newgraduate .item-image {
    width: 50%;
  }
}
.link-newgraduate .item-image img {
  display: block;
  width: 100%;
}

.recruit-top .w-950,
.recruit-contents .w-950 {
  max-width: 950px;
  margin: 0 auto;
}

.recruit-top .area-kv {
  margin: 60px 0 100px;
  display: flex;
  align-items: center;
  gap: 20px 40px;
}
@media (max-width: 767px) {
  .recruit-top .area-kv {
    flex-direction: column;
  }
}
.recruit-top .area-kv .item-image {
  width: 300px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-top .area-kv .item-image {
    width: 100px;
  }
}
.recruit-top .area-kv .item-text {
  flex: 1;
}
.recruit-top .area-kv .item-text .big {
  font-size: 2rem;
  border-bottom: 1px solid #E7002C;
  padding-bottom: 3px;
  line-height: 2.5;
}
.recruit-top .midashi-recruit-top {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 90px auto 45px;
  padding: 0 0 0 26px;
  border: none;
  position: relative;
}
@media (max-width: 767px) {
  .recruit-top .midashi-recruit-top {
    margin: 60px auto 30px;
  }
}
.recruit-top .midashi-recruit-top:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 5px;
  left: 0;
  width: 5px;
  background: linear-gradient(90deg, #E7002C, #f93d18);
  border-radius: 3px;
}
.recruit-top .wrap-link-newgraduate {
  margin: 80px 0;
}
.recruit-top .wrap-list-info-recruit .area-andmore {
  text-align: right;
  margin-top: 20px;
}
.recruit-top .wrap-list-info-recruit .area-andmore a {
  text-decoration: none;
}
.recruit-top .area-company-data,
.recruit-top .area-work-data {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .recruit-top .area-company-data,
  .recruit-top .area-work-data {
    flex-flow: column;
  }
}
.recruit-top .area-company-data > .item,
.recruit-top .area-work-data > .item {
  flex: 1;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
}
.recruit-top .area-company-data > .item > .title,
.recruit-top .area-work-data > .item > .title {
  background: linear-gradient(90deg, #e7002c, #ff3f1b);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 3px 0 4px;
  font-weight: 400;
}
.recruit-top .area-company-data > .item > .desc,
.recruit-top .area-work-data > .item > .desc {
  padding: 60px 0 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .recruit-top .area-company-data > .item > .desc,
  .recruit-top .area-work-data > .item > .desc {
    padding: 40px 0;
  }
}
.recruit-top .area-company-data > .item > .desc > .image,
.recruit-top .area-work-data > .item > .desc > .image {
  line-height: 1;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.recruit-top .area-company-data > .item > .desc > .text,
.recruit-top .area-work-data > .item > .desc > .text {
  text-align: right;
  font-size: 2.7rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.recruit-top .area-company-data > .item > .desc > .text .suffix,
.recruit-top .area-work-data > .item > .desc > .text .suffix {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.recruit-top .area-company-data > .item > .desc > .text table.danjo,
.recruit-top .area-work-data > .item > .desc > .text table.danjo {
  margin: 0;
  border: none;
  color: #444444;
  font-weight: 500;
}
.recruit-top .area-company-data > .item > .desc > .text table.danjo th, .recruit-top .area-company-data > .item > .desc > .text table.danjo td,
.recruit-top .area-work-data > .item > .desc > .text table.danjo th,
.recruit-top .area-work-data > .item > .desc > .text table.danjo td {
  background: none;
  border: none;
  text-align: right;
  padding: 0;
  font-size: 2.2rem;
}
.recruit-top .area-company-data > .item > .desc > .text table.danjo th,
.recruit-top .area-work-data > .item > .desc > .text table.danjo th {
  padding-right: 4px;
}
.recruit-top .area-benefits-data {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: left;
}
.recruit-top .area-benefits-data > .item {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
  width: calc((100% - 40px) / 5);
  text-align: center;
  padding: 30px 0 20px;
}
@media (max-width: 767px) {
  .recruit-top .area-benefits-data > .item {
    width: calc((100% - 10px) / 2);
  }
}
.recruit-top .area-benefits-data > .item > .image {
  line-height: 1;
}
.recruit-top .area-benefits-data > .item > .text {
  margin-top: 18px;
  line-height: 1.3;
  letter-spacing: 0;
}

.recruit-contents {
  /* 先輩社員の紹介 */
}
.recruit-contents .c-list-employee-introduction {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .recruit-contents .c-list-employee-introduction {
    padding: 0 20px;
  }
}
.recruit-contents .c-list-employee-introduction .wrap-item {
  margin: auto;
}
@media (min-width: 768px) {
  .recruit-contents .c-list-employee-introduction .wrap-item {
    width: calc((100% - 52px) / 3);
  }
}
@media (max-width: 767px) {
  .recruit-contents .c-list-employee-introduction .wrap-item {
    width: 100%;
  }
}
.recruit-contents .c-list-employee-introduction .wrap-item .link-item {
  display: block;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
  overflow: hidden;
  text-decoration: none;
  color: #444444;
  position: relative;
}
.recruit-contents .c-list-employee-introduction .wrap-item .link-item .employee-image {
  display: block;
}
.recruit-contents .c-list-employee-introduction .wrap-item .link-item .area-desc {
  padding: 10px;
  position: absolute;
  top: 0;
}
.recruit-contents .c-list-employee-introduction .wrap-item .link-item .area-desc .organization {
  display: inline-block;
  background: linear-gradient(90deg, #E7002C, #f93d18);
  color: #fff;
  padding: 3px 8px;
}
.recruit-contents .c-list-employee-introduction .wrap-item .link-item .area-desc .employee-name {
  padding-left: 4px;
  color: #666;
}
.recruit-contents .c-list-employee-introduction .wrap-item .link-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 10px solid #ff9c48;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  width: 0;
}
.recruit-contents .c-recruit-catch-hss {
  background: #fff8f0;
  border-radius: 8px;
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
}
@media (min-width: 768px) {
  .recruit-contents .c-recruit-catch-hss {
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .recruit-contents .c-recruit-catch-hss {
    padding: 10px 10px 0;
  }
}
.recruit-contents .c-recruit-catch-hss .item-text .title {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .recruit-contents .c-recruit-catch-hss .item-text .title {
    font-size: 2.4rem;
  }
}
.recruit-contents .c-recruit-catch-hss .item-text .title::before {
  content: none;
}
.recruit-contents .c-recruit-catch-hss .item-text .title .red {
  color: #E7002C;
}
@media (max-width: 767px) {
  .recruit-contents .c-recruit-catch-hss .item-text .wrap-mynavi {
    text-align: center;
    margin: 20px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .recruit-contents .c-recruit-catch-hss .item-image {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .recruit-contents .c-recruit-catch-hss .item-image {
    padding-right: 20px;
  }
}
.recruit-contents .c-recruit-catch-hss .item-image img {
  display: block;
}
@media (max-width: 767px) {
  .recruit-contents .c-recruit-catch-hss .item-image img {
    max-width: 80%;
    margin: auto;
  }
}
.recruit-contents .wrap-recruit-training .c-recruit-training {
  margin: 50px 0;
}
@media (min-width: 768px) {
  .recruit-contents .wrap-recruit-training .c-recruit-training {
    position: relative;
    padding-left: 220px;
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  .recruit-contents .wrap-recruit-training .c-recruit-training:first-child {
    margin-top: 20px;
  }
}
.recruit-contents .wrap-recruit-training .c-recruit-training .area-image {
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .recruit-contents .wrap-recruit-training .c-recruit-training .area-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .recruit-contents .wrap-recruit-training .c-recruit-training .area-image {
    margin-bottom: 5px;
  }
}
.recruit-contents .wrap-c-recruit-business-content {
  margin-top: 60px;
  padding-bottom: 15px;
}
.recruit-contents .wrap-c-recruit-business-content .c-recruit-business-content {
  border: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
  .recruit-contents .wrap-c-recruit-business-content .c-recruit-business-content {
    display: flex;
    box-shadow: 15px 15px #ff9c48;
    margin: auto 15px 15px auto;
  }
}
@media (max-width: 767px) {
  .recruit-contents .wrap-c-recruit-business-content .c-recruit-business-content {
    box-shadow: 8px 8px #ff9c48;
    margin: auto 8px 8px auto;
  }
}
@media (min-width: 768px) {
  .recruit-contents .wrap-c-recruit-business-content .c-recruit-business-content .area-image {
    width: 400px;
  }
}
.recruit-contents .wrap-c-recruit-business-content .c-recruit-business-content .area-image img {
  display: block;
}
.recruit-contents .wrap-c-recruit-business-content .c-recruit-business-content .area-desc {
  padding: 14px 16px;
}
@media (min-width: 768px) {
  .recruit-contents .wrap-c-recruit-business-content .c-recruit-business-content .area-desc {
    flex: 1;
  }
}
.recruit-contents .wrap-c-recruit-business-content .c-recruit-business-content .area-desc p {
  margin-bottom: 0;
  line-height: 1.7;
}
.recruit-contents .list-internal-anchor.recruit {
  margin: 40px 0;
  background: #fff8ef;
  padding: 10px 20px;
}
.recruit-contents .list-internal-anchor.recruit:first-child {
  margin-top: 0;
}
.recruit-contents .tbl-requirements-career th {
  width: 150px;
}
@media (max-width: 767px) {
  .recruit-contents .tbl-requirements-career th {
    width: 100%;
  }
}
.recruit-contents .wrap-recruit-career-flow {
  margin: 30px 0 50px;
}
.recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: linear-gradient(#fffcf9, #ffedd7);
  border-radius: 5px;
}
.recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow > li {
  position: relative;
  background: #fff;
  width: 440px;
  height: 80px;
  margin: 40px auto;
  padding: 0 45px;
  border-radius: 40px;
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
}
@media (max-width: 767px) {
  .recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow > li {
    width: auto;
    margin: 40px 20px;
    padding: 0 35px;
  }
}
.recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow > li > .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow > li > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow > li > .inner > .step {
  color: #f7931e;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow > li > .inner > .step-name {
  font-size: 2rem;
  line-height: 1;
}
.recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow > li::after {
  content: "\f229";
  font-family: "bootstrap-icons";
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  line-height: 1;
  color: #f7931e;
  font-size: 2rem;
}
.recruit-contents .wrap-recruit-career-flow ul.recruit-career-flow > li:last-child::after {
  content: none;
}
.recruit-contents .wrap-employee-content {
  margin-top: 120px;
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit-contents .wrap-employee-content {
    padding: 10px;
  }
}
.recruit-contents .wrap-employee-content:first-of-type {
  margin-top: 60px;
}
.recruit-contents .c-employees-introduction {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
  border-radius: 8px;
  margin: 50px auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruit-contents .c-employees-introduction {
    margin: 30px 0 50px;
  }
}
.recruit-contents .c-employees-introduction .profile {
  background: #f5f5f5;
  position: relative;
}
@media (min-width: 768px) {
  .recruit-contents .c-employees-introduction .profile .view-image {
    margin-left: auto;
    width: 60%;
  }
}
.recruit-contents .c-employees-introduction .profile .view-image img {
  display: block;
}
@media (min-width: 768px) {
  .recruit-contents .c-employees-introduction .profile .desc {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .recruit-contents .c-employees-introduction .profile .desc {
    padding: 20px 10px;
  }
}
.recruit-contents .c-employees-introduction .profile .desc .wrap-employees-message {
  margin-bottom: 25px;
}
.recruit-contents .c-employees-introduction .profile .desc .wrap-employees-message .employees-message {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 8px 5px;
  line-height: 2.3;
  font-size: 2.8rem;
  display: inline;
  background: #fff;
  box-shadow: 4px 4px #f93d18;
}
@media (max-width: 767px) {
  .recruit-contents .c-employees-introduction .profile .desc .wrap-employees-message .employees-message {
    font-size: 1.8rem;
    line-height: 2.5;
  }
}
.recruit-contents .c-employees-introduction .profile .desc .wrap-organization {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.recruit-contents .c-employees-introduction .profile .desc .organization {
  font-size: 1.6rem;
  display: inline-block;
  background: linear-gradient(90deg, #E7002C, #f93d18);
  padding: 2px 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .recruit-contents .c-employees-introduction .profile .desc .organization {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .recruit-contents .c-employees-introduction .profile .desc .name {
    font-size: 1.4rem;
  }
}
.recruit-contents .c-employees-introduction .profile .desc .occupation {
  font-weight: 400;
  font-size: 1.4rem;
}
.recruit-contents .c-employees-introduction .profile .desc .remark {
  color: #999;
  font-weight: 400;
  font-size: 1.4rem;
}
.recruit-contents .c-employees-introduction .profile .desc .career {
  color: #999;
  font-weight: 400;
  font-size: 1.4rem;
  margin-left: 10px;
  line-height: 1.6;
}
.recruit-contents .c-employees-introduction .profile .desc .career > .inner {
  display: block;
  position: relative;
  padding-left: 16px;
}
.recruit-contents .c-employees-introduction .profile .desc .career > .inner::before {
  content: "\f132";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruit-contents .c-employees-introduction .profile .desc .career > .inner:first-child {
  padding-left: 0;
}
.recruit-contents .c-employees-introduction .profile .desc .career > .inner:first-child::before {
  content: none;
}
.recruit-contents .c-employees-introduction .profile .desc .career > .inner > .inner {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  padding-left: 16px;
}
.recruit-contents .c-employees-introduction .profile .desc .career > .inner > .inner::before {
  content: "\f138";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruit-contents .c-employees-introduction .caption {
  padding: 30px;
}
@media (max-width: 767px) {
  .recruit-contents .c-employees-introduction .caption {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recruit-contents .wrap-c-employees-introduction.newgraduate {
    margin: -10px -10px 0 -10px;
  }
}
.recruit-contents .wrap-c-employees-introduction.newgraduate .c-employees-introduction {
  margin-top: 0;
  box-shadow: none;
}
.recruit-contents h2.add-clock {
  position: relative;
  padding-left: 38px;
  border-bottom: 2px dashed #f93d18;
}
@media (max-width: 767px) {
  .recruit-contents h2.add-clock {
    padding-left: 30px;
  }
}
.recruit-contents h2.add-clock::before {
  content: "\f293";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  font-size: 28px;
  font-weight: 600;
  color: #f93d18;
}
@media (max-width: 767px) {
  .recruit-contents h2.add-clock::before {
    font-size: 22px;
  }
}
.recruit-contents h2.add-chat {
  position: relative;
  padding-left: 40px;
  border-bottom: 2px dashed #f93d18;
}
@media (max-width: 767px) {
  .recruit-contents h2.add-chat {
    padding-left: 30px;
  }
}
.recruit-contents h2.add-chat::before {
  content: "\f249";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  font-size: 28px;
  font-weight: 600;
  color: #f93d18;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .recruit-contents h2.add-chat::before {
    font-size: 22px;
  }
}
.recruit-contents .c-recruit-daily-schedule {
  margin: 25px 0;
  position: relative;
  background: #fff8f0;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .recruit-contents .c-recruit-daily-schedule {
    padding: 20px 0;
  }
}
.recruit-contents .c-recruit-daily-schedule::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 115px;
  background: #dfc29e;
}
@media (max-width: 767px) {
  .recruit-contents .c-recruit-daily-schedule::before {
    left: 95px;
  }
}
.recruit-contents .c-recruit-daily-schedule .task {
  display: flex;
  gap: 50px;
  padding: 20px 0;
  border-top: 1px dashed #dfc29e;
}
.recruit-contents .c-recruit-daily-schedule .task:last-child {
  border-bottom: 1px dashed #dfc29e;
}
.recruit-contents .c-recruit-daily-schedule .task .time {
  position: relative;
  width: 70px;
  padding: 8px 0;
  text-align: right;
  font-size: 2rem;
  color: #ff9c48;
}
.recruit-contents .c-recruit-daily-schedule .task .time::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff9c48;
  position: absolute;
  right: -33px;
  top: 19px;
}
.recruit-contents .c-recruit-daily-schedule .task .desc {
  flex: 1;
  font-size: 1.8rem;
  background: #FFF;
  padding: 10px 20px 11px;
  margin-right: 10px;
  border-radius: 24px;
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
  color: #555;
}
.recruit-contents .c-employee-interview {
  padding-bottom: 10px;
}
.recruit-contents .c-employee-interview .item {
  box-shadow: 10px 10px #ff9c48;
  margin: 25px 10px 50px 0px;
  border: 1px solid #ff9c48;
  padding: 20px;
  /*
  &:nth-child(2n){
    box-shadow: 10px 10px #f1ec40;
    border: 1px solid #f1ec40;
    h3::before{
      background: #f1ec40;
    }
  }
  &:nth-child(3n){
    box-shadow: 10px 10px #61ef3d;
    border: 1px solid #61ef3d;
    h3::before{
      background: #61ef3d;
    }
  }
  &:nth-child(4n){
    box-shadow: 10px 10px #3a77e5;
    border: 1px solid #3a77e5;
    h3::before{
      background: #3a77e5;
    }
  }
  */
}
@media (max-width: 767px) {
  .recruit-contents .c-employee-interview .item {
    box-shadow: 8px 8px #ff9c48;
    margin: 25px 8px 33px 0px;
    padding: 10px;
  }
}
.recruit-contents .c-employee-interview .item:last-child {
  margin-bottom: 10px;
}
.recruit-contents .c-employee-interview .item .add-q {
  padding-left: 38px;
  position: relative;
}
.recruit-contents .c-employee-interview .item .add-q::before {
  content: "Q.";
  top: 8px;
  left: 0;
  bottom: auto;
  width: auto;
  background: none;
  color: #ff9c48;
  font-weight: 600;
  font-size: 2.4rem;
  position: absolute;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruit-contents .c-employee-interview .item .add-q::before {
    top: 4px;
  }
}
.recruit-contents .c-employee-interview .item .area-answer {
  border-top: 1px dashed #ff9c48;
  padding: 20px 10px 0 40px;
  position: relative;
  /*
  @include conf.mq(sp){
    padding: 40px 0 0;
  }
  */
}
.recruit-contents .c-employee-interview .item .area-answer::before {
  content: "A.";
  position: absolute;
  top: 16px;
  left: 3px;
  line-height: 1.5;
  background: none;
  color: #f93d18;
  font-weight: 600;
  font-size: 2.4rem;
  /*
  @include conf.mq(sp){
    top:5px;
    left:0;
  }
  */
}
@media (min-width: 768px) {
  .recruit-contents .c-employee-interview .item:nth-child(2n+1) {
    margin-right: 240px;
  }
}
@media (min-width: 768px) {
  .recruit-contents .c-employee-interview .item:nth-child(2n) {
    margin-left: 240px;
  }
}
.recruit-contents .area-ctl-employee-album {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .recruit-contents .area-ctl-employee-album {
    gap: 15px;
  }
}
.recruit-contents .area-ctl-employee-album .item {
  word-break: keep-all;
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 3px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 767px) {
  .recruit-contents .area-ctl-employee-album .item {
    flex: 1;
    text-align: center;
  }
}
.recruit-contents .area-ctl-employee-album .item.on {
  background: linear-gradient(90deg, #E7002C, #f93d18);
  color: #fff;
  border: 1px solid #E7002C;
}
.recruit-contents .list-employee-album {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruit-contents .list-employee-album > li {
  padding: 0;
  margin: 0;
  width: calc((100% - 60px) / 3);
  box-shadow: 0px 0px 12px rgba(200, 200, 200, 0.64);
  overflow: hidden;
  border-radius: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruit-contents .list-employee-album > li {
    width: 100%;
  }
}
.recruit-contents .list-employee-album > li.hidden {
  display: none;
}
.recruit-contents .list-employee-album > li > .view-image {
  width: 100%;
}
.recruit-contents .list-employee-album > li > .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 12px 16px;
  line-height: 1.4;
}
.recruit-contents .list-employee-album > li > .tag {
  margin: 0 16px;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #eee;
  gap: 15px;
}
.recruit-contents .list-employee-album > li > .tag > .item {
  word-break: keep-all;
  white-space: nowrap;
}

/* ED:recruit */
.list-internal-anchor.sitemap {
  margin-bottom: 60px;
  background: #F4F4F4;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .list-internal-anchor.sitemap {
    margin-bottom: 40px;
  }
}

.list-sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-sitemap li {
  margin: 0;
}
.list-sitemap li a,
.list-sitemap li span {
  color: #444444;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  margin: 0.3em 0 0.4em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .list-sitemap li a,
  .list-sitemap li span {
    margin: 0.2em 0 0.2em;
    font-size: 1.6rem;
  }
}
.list-sitemap li a::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #E7002C;
  line-height: 1;
}
.list-sitemap ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .list-sitemap ul {
    margin: 0 0 0 12px;
  }
}
.list-sitemap > li {
  margin-top: 20px;
}
.list-sitemap > li:first-child {
  margin-top: 0;
}
.list-sitemap > li > a,
.list-sitemap > li > span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .list-sitemap > li > a,
  .list-sitemap > li > span {
    font-size: 2rem;
  }
}

/* ED:main */
body {
  color: #444444;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    letter-spacing: inherit;
  }
}

/* 内部アンカーリスト */
.list-internal-anchor {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 25px;
  font-size: 1.6rem;
}
.list-internal-anchor li {
  margin-bottom: 0;
}
.list-internal-anchor li a {
  white-space: nowrap;
  word-break: keep-all;
  text-decoration: none;
  color: #444444;
  position: relative;
  padding-right: 1.3em;
}
.list-internal-anchor li a::after {
  font-family: bootstrap-icons;
  content: "\f282";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  color: #E7002C;
  font-weight: 600;
}
.list-internal-anchor li a:hover {
  opacity: 0.7;
}

/* 見出し */
h1 {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
    font-weight: 600;
  }
}

h2 {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 1.5em auto 0.8em;
  padding-bottom: 7px;
  border-bottom: 2px dashed #dfc29e;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
    font-weight: 500;
    margin: 1.2em auto 0.5em;
  }
}

h3 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 1.5em auto 0.8em;
  padding-left: 15px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
    padding-left: 8px;
    margin: 1.2em auto 0.5em;
  }
}
h3::before {
  content: "";
  position: absolute;
  width: 5px;
  top: 18%;
  bottom: 18%;
  left: 0;
  background: #E7002C;
  background: linear-gradient(90deg, #E7002C, #f93d18);
  border-radius: 2px;
}
@media (max-width: 767px) {
  h3::before {
    width: 3px;
  }
}

h4 {
  font-size: 2rem;
  font-weight: 600;
  margin: 1.5em auto 0.8em;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1.2em auto 0.5em;
  }
}

h5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1.5em auto 0.8em;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 1.2em auto 0.5em;
  }
}

h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h2 + h3,
h2 + h4,
h2 + h5,
h3 + h4,
h3 + h5,
h4 + h5 {
  margin-top: 0.8em;
}
@media (max-width: 767px) {
  h1 + h2,
  h1 + h3,
  h1 + h4,
  h1 + h5,
  h2 + h3,
  h2 + h4,
  h2 + h5,
  h3 + h4,
  h3 + h5,
  h4 + h5 {
    margin-top: 0.5em;
  }
}

.wrap-webeditor {
  text-align: justify;
}
.wrap-webeditor h1:first-child,
.wrap-webeditor h2:first-child,
.wrap-webeditor h3:first-child,
.wrap-webeditor h4:first-child,
.wrap-webeditor h5:first-child {
  margin-top: 0;
}
.wrap-webeditor > *:first-child {
  margin-top: 0;
}

/* 段落 */
p {
  margin: auto auto 1em;
  line-height: 1.8;
}
p.pre-space::before {
  content: "";
  padding-left: 1em;
}

/* 画像 */
figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
@media (max-width: 767px) {
  figure {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

img {
  max-width: 100%;
}

/* リンク */
a {
  color: #d38a2e;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.docs, a.word, a.excel, a.pdf {
  display: inline-block;
  position: relative;
  padding-left: calc(2.4rem + 3px);
}
a.docs::before, a.word::before, a.excel::before, a.pdf::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "bootstrap-icons";
  font-size: 2.4rem;
  line-height: 1;
}
a.docs::before {
  content: "\f38b";
  color: #666666;
}
a.word::before {
  content: "\f38d";
  color: #253af4;
}
a.excel::before {
  content: "\f38f";
  color: #12b312;
}
a.pdf::before {
  content: "\f756";
  color: #f42e25;
}

a.page {
  display: inline-block;
  position: relative;
  padding-left: calc(1.6rem + 3px);
  color: #444444;
}
a.page::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "bootstrap-icons";
  font-size: 1.6rem;
  line-height: 1;
  content: "\f231";
  color: #E7002C;
}

/* リスト */
ul {
  margin: 0.5em auto;
  padding-left: 1.5em;
  list-style: disc;
}
ul li {
  margin-bottom: 0.25em;
}
ul li:last-child {
  margin-bottom: 0;
}
ul.none-icon {
  padding-left: 0;
  list-style: none;
}
ul.child-none-margin li {
  margin-bottom: 0;
}

ol {
  margin: 0.5em auto;
  padding-left: 2em;
}
ol li {
  margin-bottom: 0.25em;
}
ol li:last-child {
  margin-bottom: 0;
}

/* テーブル */
table {
  margin: 1em auto;
  width: 100%;
}
table th {
  text-align: left;
  background: #F4EBEC;
  font-weight: 500;
  word-break: keep-all;
}
table th, table td {
  border: 1px solid #E3D2D6;
  padding: 10px 8px;
  vertical-align: top;
  font-size: 1.5rem;
}

/* リストテーブル */
@media (max-width: 767px) {
  table.list-table {
    border-bottom: 1px solid #E3D2D6;
  }
  table.list-table th, table.list-table td {
    border-bottom: none;
  }
  table.list-table tr, table.list-table th, table.list-table td {
    display: block;
  }
}

/* 横スクロール付きテーブル */
@media (min-width: 768px) {
  .notice-scroll-x {
    display: none;
  }
}
@media (max-width: 767px) {
  .notice-scroll-x {
    margin: 1em 0;
    color: #999;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .notice-scroll-x::before {
    content: "\f12f";
    font-family: "bootstrap-icons";
    padding-right: 0.3em;
  }
  .notice-scroll-x::after {
    content: "\f138";
    font-family: "bootstrap-icons";
    padding-left: 0.3em;
  }
}

@media (max-width: 767px) {
  .wrap-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .wrap-table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .wrap-table-scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .wrap-table-scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .wrap-table-scroll table {
    width: 100%;
    margin-top: 0;
  }
}

/* 横並びコンテンツ */
.d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .d-flex {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .d-flex > .item {
    text-align: justify;
    flex-basis: 50%;
    max-width: 50%;
  }
  .d-flex > .item.flex-basis-0 {
    flex-basis: 0 !important;
    max-width: 0 !important;
  }
  .d-flex > .item.flex-basis-5 {
    flex-basis: 5 !important;
    max-width: 5 !important;
  }
  .d-flex > .item.flex-basis-10 {
    flex-basis: 10 !important;
    max-width: 10 !important;
  }
  .d-flex > .item.flex-basis-15 {
    flex-basis: 15 !important;
    max-width: 15 !important;
  }
  .d-flex > .item.flex-basis-20 {
    flex-basis: 20 !important;
    max-width: 20 !important;
  }
  .d-flex > .item.flex-basis-25 {
    flex-basis: 25 !important;
    max-width: 25 !important;
  }
  .d-flex > .item.flex-basis-30 {
    flex-basis: 30 !important;
    max-width: 30 !important;
  }
  .d-flex > .item.flex-basis-35 {
    flex-basis: 35 !important;
    max-width: 35 !important;
  }
  .d-flex > .item.flex-basis-40 {
    flex-basis: 40 !important;
    max-width: 40 !important;
  }
  .d-flex > .item.flex-basis-45 {
    flex-basis: 45 !important;
    max-width: 45 !important;
  }
  .d-flex > .item.flex-basis-50 {
    flex-basis: 50 !important;
    max-width: 50 !important;
  }
  .d-flex > .item.flex-basis-55 {
    flex-basis: 55 !important;
    max-width: 55 !important;
  }
  .d-flex > .item.flex-basis-60 {
    flex-basis: 60 !important;
    max-width: 60 !important;
  }
  .d-flex > .item.flex-basis-65 {
    flex-basis: 65 !important;
    max-width: 65 !important;
  }
  .d-flex > .item.flex-basis-70 {
    flex-basis: 70 !important;
    max-width: 70 !important;
  }
  .d-flex > .item.flex-basis-75 {
    flex-basis: 75 !important;
    max-width: 75 !important;
  }
  .d-flex > .item.flex-basis-80 {
    flex-basis: 80 !important;
    max-width: 80 !important;
  }
  .d-flex > .item.flex-basis-90 {
    flex-basis: 90 !important;
    max-width: 90 !important;
  }
  .d-flex > .item.flex-basis-100 {
    flex-basis: 100 !important;
    max-width: 100 !important;
  }
}
@media (max-width: 767px) {
  .d-flex > .item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.d-flex.align-center {
  align-items: center;
}

/* 備考・補足 */
.area-notes {
  padding: 24px 30px;
  font-size: 0.9em;
  background-color: #f4f4f4;
  margin: 1em 0;
}
@media (max-width: 767px) {
  .area-notes {
    padding: 15px;
  }
}
.area-notes > *:last-child {
  margin-bottom: 0;
}
.area-notes ul:first-child {
  margin-top: 0;
}
.area-notes ul:last-child {
  margin-bottom: 0;
}

.txt-notes {
  font-size: 0.9em;
}

ul.list-referencemark {
  list-style: none;
}
ul.list-referencemark > li {
  position: relative;
}
ul.list-referencemark > li::before {
  position: absolute;
  content: "※";
  left: -1.5em;
}

/* その他 */
.txt-small {
  font-size: 0.9em;
}

.txt-bold {
  font-weight: 700;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.d-block {
  display: block;
}

.d-inlineblock {
  display: inline-block;
}

.no-wrap {
  word-break: keep-all;
  white-space: nowrap;
}

/* マージン/パディング */
.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-left: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-left: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-25 {
  padding-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-left: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-35 {
  padding-left: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-left: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-45 {
  padding-left: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-left: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pt-55 {
  padding-left: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-left: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pt-65 {
  padding-left: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-left: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pt-75 {
  padding-left: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-left: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-left: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-left: 100px !important;
}

/* 横並び画像 */
.image-flex {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .image-flex {
    gap: 10px;
    padding: 0;
  }
  .image-flex figcaption {
    font-size: 1.2rem;
  }
  .image-flex.sp-block {
    display: block;
    margin-bottom: 20px;
  }
}
.image-flex.with-side-margin {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .image-flex.sp-wrap {
    flex-wrap: wrap;
  }
}
.image-flex.once img {
  width: 395px;
}
.image-flex.width-kadomaru img {
  border-radius: 10px;
}

/* ST:buttons */
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  border: none;
  border-radius: 2.5em;
  padding: 1em 40px calc(1em + 1px);
  font-size: 1em;
  line-height: 1;
  background: linear-gradient(90deg, #E7002C 0%, #E7002C 50%, #f93d18 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: 0.5s;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn:hover {
    cursor: pointer;
    background-position: 0% 0;
    transition: 0.5s;
    opacity: initial;
  }
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled, .btn.disabled {
  opacity: 0.65;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn.icon-right, .btn.icon-down {
  position: relative;
}
@media (min-width: 768px) {
  .btn.icon-right, .btn.icon-down {
    padding-right: 42px;
  }
}
.btn.icon-right::after, .btn.icon-down::after {
  position: absolute;
  content: "";
  font-family: "bootstrap-icons";
  font-weight: 600;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
}
.btn.icon-right::after {
  content: "\f285";
  right: 0.9em;
}
.btn.icon-down::after {
  content: "\f282";
}
.btn.btn-gray {
  background: #6c757d;
  color: #fff;
}
@media (min-width: 768px) {
  .btn.btn-gray:hover {
    background-color: #8d97a2;
    color: #fff;
  }
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-large {
  font-size: 1.25em;
}

.btn-small {
  font-size: 0.875em;
}

.btn-long {
  width: 100%;
  max-width: 100%;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* ED:buttons */
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control.inline {
  display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

select.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/image/template/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 14px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 14px center; /* 画像の位置 */
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file {
  display: block;
  width: 100%;
}

textarea.form-control {
  height: auto;
}

.wrap-form-control-radio,
.wrap-form-control-cbox {
  position: relative;
  display: block;
  padding-left: 0;
}
.wrap-form-control-radio.inline,
.wrap-form-control-cbox.inline {
  display: inline-block;
  margin-right: 1em;
}
.wrap-form-control-radio .form-control-radio,
.wrap-form-control-radio .form-control-cbox,
.wrap-form-control-cbox .form-control-radio,
.wrap-form-control-cbox .form-control-cbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}
.wrap-form-control-radio .form-control-radio:disabled ~ label,
.wrap-form-control-radio .form-control-cbox:disabled ~ label,
.wrap-form-control-cbox .form-control-radio:disabled ~ label,
.wrap-form-control-cbox .form-control-cbox:disabled ~ label {
  color: #6c757d;
}
.wrap-form-control-radio .form-control-radio:focus,
.wrap-form-control-radio .form-control-cbox:focus,
.wrap-form-control-cbox .form-control-radio:focus,
.wrap-form-control-cbox .form-control-cbox:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wrap-form-control-radio label,
.wrap-form-control-cbox label {
  margin-left: 1em;
  /*vertical-align: text-bottom;*/
}
@media (min-width: 768px) {
  .wrap-form-control-radio label:hover,
  .wrap-form-control-cbox label:hover {
    cursor: pointer;
  }
}

.wrap-form-control-buttons {
  display: flex;
  justify-content: center;
}
.wrap-form-control-buttons .btn {
  margin: auto 0.5em;
}

.area-posted-message {
  border-radius: 2px;
  background-color: #999999;
  color: #ffffff;
  padding: 8px 10px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.area-posted-message.js-none {
  display: none;
}
.area-posted-message.success {
  border: 1px solid #5cb85c;
  background-color: #6bd06b;
}
@media (min-width: 768px) {
  .area-posted-message > .btnX:hover {
    cursor: pointer;
  }
}

.icon-required {
  display: inline-block;
  margin-left: 0.5em;
  background: #dd0000;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.8em;
  padding: 1px 3px 0px;
  word-break: keep-all;
  white-space: nowrap;
}

:not(.form-control, .form-control-radio, .form-control-cbox).validation-error {
  color: #dd0000;
  font-size: 0.9em;
}

.list-block {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list-block li {
  flex-basis: calc((100% - 20px * (2 - 1)) / 2);
  border: 1px solid #000;
  margin: 0;
}
.list-block li a {
  display: block;
  padding: 1em 0.5em;
  text-decoration: none;
  color: #444444;
}
@media (min-width: 768px) {
  .list-block li a:hover {
    opacity: 0.7;
  }
}



