@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, 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: top;
  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;
  margin: 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

span,
small {
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

em {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

.asterisk {
  font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}

.pcNone {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

.color01 {
  color: #f00;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .left-sp {
    text-align: left !important;
  }
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

.hover a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .hover a:hover img {
    opacity: .7;
  }
}

.header01 {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header01 {
    height: 103px;
    padding-bottom: 0;
  }
}
body.typeBiz .header01 {
  padding-bottom: 34px;
}
.header01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: #FF9002;
  z-index: -1;
}
body.typeBiz .header01::before {
  background: #82765D;
}
.header01 > .inner01 {
  width: calc(100% - 72px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 {
    padding-top: 69px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.typeBiz .header01 > .inner01 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 {
    width: calc(100% - 40px);
  }
}
.header01 > .inner01 .logo {
  position: absolute;
  top: 48px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 .logo {
    top: 45px;
  }
}
body.typeBiz .header01 > .inner01 .logo {
  top: 43px;
}
.header01 > .inner01 .logo a {
  transition: opacity .3s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 .logo a:hover {
    opacity: .7;
  }
}
body.typeBiz .header01 > .inner01 .logo a span {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  position: relative;
  margin-left: 46px;
}
body.typeBiz .header01 > .inner01 .logo a span::before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: -21px;
  width: 1px;
  height: 16px;
  background: #AEADAB;
}
@media screen and (max-width: 767px) {
  body.typeBiz .header01 > .inner01 .logo a span::before {
    left: -14px;
  }
}
.header01 > .inner01 .logo a img {
  width: 138px;
}
.header01 > .inner01 > .inner02 {
  width: 100%;
}
@media screen and (max-width: 1380px) {
  .header01 > .inner01 > .inner02 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1380px) {
  body.typeBiz .header01 > .inner01 > .inner02 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1220px) {
  body.typeBiz .header01 > .inner01 > .inner02 {
    padding-left: 220px;
  }
}
.header01 > .inner01 .gnav01 {
  position: absolute;
  top: 22px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 .gnav01 {
    display: none;
  }
}
.header01 > .inner01 .gnav01 li a {
  color: #AEADAB;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 .gnav01 li a:hover {
    opacity: .7;
  }
}
.header01 > .inner01 .gnav01 li + li {
  position: relative;
}
.header01 > .inner01 .gnav01 li + li::before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: -21px;
  width: 1px;
  height: 16px;
  background: #AEADAB;
}
.header01 > .inner01 .gnav02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 39.5px;
  margin-left: 73px;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 .gnav02 {
    display: none;
  }
}
.header01 > .inner01 .gnav02 li a {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 .gnav02 li a:hover {
    opacity: .7;
  }
}
.header01 > .inner01 .gnav02 li + li {
  position: relative;
}
.header01 > .inner01 .gnav02 li + li::before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: -20px;
  width: 1px;
  height: 16px;
  background: #82765D;
}
.header01 > .inner01 .menuBtn {
  position: absolute;
  top: 43px;
  right: 2px;
  width: 38px;
  height: 30px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header01 > .inner01 .menuBtn {
    display: none;
  }
}
.header01 > .inner01 .menuBtn > span {
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  width: 28px;
  height: 6px;
  border-radius: 4px;
  background: #FF9002;
}
.header01 > .inner01 .menuBtn > span + span {
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 32px;
  height: 6px;
  border-radius: 4px;
  background: #FF9002;
}
.header01 > .inner01 .menuBtn > span + span + span {
  position: absolute;
  top: calc(50% + 10px);
  right: 0;
  width: 38px;
  height: 6px;
  border-radius: 4px;
  background: #FF9002;
}

.footer01 > .inner01 {
  background: #9DCA4C;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 {
    padding-top: 13.5416666667vw;
    padding-bottom: 13.5416666667vw;
  }
}
body.typeBiz .footer01 > .inner01 {
  background: #82765D;
  padding-top: 63px;
  padding-bottom: 80px;
}
.footer01 > .inner01 .logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .logo {
    width: 28.75vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer01 > .inner01 .list01 {
  max-width: 753px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.66%;
  margin: 74px auto 0;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .list01 {
    display: none;
  }
}
body.typeBiz .footer01 > .inner01 .list01 {
  margin-top: 66px;
}
.footer01 > .inner01 .list01 > li {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
.footer01 > .inner01 .list01 > li:nth-child(1) {
  width: 24%;
}
.footer01 > .inner01 .list01 > li:nth-child(2) {
  width: 24.5%;
}
.footer01 > .inner01 .list01 > li:nth-child(3) {
  width: 24.5%;
}
.footer01 > .inner01 .list01 > li:nth-child(4) {
  width: 19%;
}
.footer01 > .inner01 .list01 > li > a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
}
.footer01 > .inner01 .list01 > li > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 7px;
  margin-top: 18px;
}
.footer01 > .inner01 .list01 > li > ul > li {
  color: #fff;
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.footer01 > .inner01 .list01 > li > ul > li > a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.footer01 > .inner01 .list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 72px;
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .list02 {
    gap: 0;
    margin-top: 15vw;
  }
}
body.typeBiz .footer01 > .inner01 .list02 {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .list02 > li {
    width: 50%;
    text-align: center;
  }
  .footer01 > .inner01 .list02 > li:nth-child(n + 3) {
    margin-top: 2.7083333333vw;
  }
}
.footer01 > .inner01 .list02 > li > a {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  text-decoration: none;
}
.footer01 > .inner01 .snsWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2964509395%;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap {
    gap: 3.125vw;
  }
}
.footer01 > .inner01 .snsWrap > .item {
  width: 48.8517745303%;
  background: #fff;
  border-radius: 12px;
  padding: 19px 29px 20px 19px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item {
    width: 100%;
    padding: 3.9583333333vw 6.4583333333vw 4.1666666667vw 8.125vw;
  }
}
.footer01 > .inner01 .snsWrap > .item > .inner01 {
  width: calc(100% - 105px);
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item > .inner01 {
    width: calc(100% - 23.125vw);
  }
}
.footer01 > .inner01 .snsWrap > .item.type02 {
  padding: 19px 41px 20px 29px;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item.type02 {
    padding: 5vw 6.4583333333vw 7.2916666667vw 7.2916666667vw;
  }
}
.footer01 > .inner01 .snsWrap > .item.type02 > .inner01 {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item.type02 > .inner01 {
    width: calc(100% - 37.5vw);
  }
}
.footer01 > .inner01 .snsWrap > .item.type02 > .inner01 .tx01 {
  margin-left: -0.2083333333vw;
}
.footer01 > .inner01 .snsWrap > .item .line {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item .line {
    width: 16.6666666667vw;
  }
}
.footer01 > .inner01 .snsWrap > .item .line a {
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .footer01 > .inner01 .snsWrap > .item .line a:hover {
    opacity: .7;
  }
}
.footer01 > .inner01 .snsWrap > .item .tx01 {
  color: #3C3C3C;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item .tx01 {
    font-size: 1.68rem;
    margin-bottom: 2px;
  }
}
.footer01 > .inner01 .snsWrap > .item .tx02 {
  color: #3C3C3C;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item .tx02 {
    font-size: 1.3rem;
  }
}
.footer01 > .inner01 .snsWrap > .item ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item ul {
    gap: 3.3333333333vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .footer01 > .inner01 .snsWrap > .item ul li {
    width: 9.375vw;
  }
}
.footer01 > .inner01 .snsWrap > .item ul li a {
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .footer01 > .inner01 .snsWrap > .item ul li a:hover {
    opacity: .7;
  }
}
.footer01 > .inner02 {
  background: #82765D;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 20px;
}
body.typeBiz .footer01 > .inner02 {
  background: #4F4125;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner02 > .CSInner02 {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
.footer01 > .inner02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner02 ul {
    gap: 1.8em;
  }
}
.footer01 > .inner02 ul li a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.footer01 > .inner02 .copyright {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .footer01 > .inner02 .copyright {
    font-size: 1.4rem;
  }
}

.pagetop01 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.pagetop01.fadeIn {
  opacity: 1.0;
  visibility: visible;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
}

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

input[type="submit"] {
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus {
  outline-offset: -2px;
}
input[type="submit"]:-moz-focus-inner {
  border: 0;
}

input[type=radio], input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.selectGroup01 {
  position: relative;
  display: inline-block;
  border: 1px solid #1A1A1A;
  border-radius: 8px;
}
.selectGroup01:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
}
.selectGroup01:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #1A1A1A;
  border-bottom: 1px solid #1A1A1A;
  transform: rotate(-45deg);
  transition: all .2s;
}

.select01 {
  position: relative;
  padding: 5px 100px 5px 10px;
  height: 40px;
  font-family: inherit;
  font-size: 1.6rem;
}

.selectGroup02 {
  position: relative;
  display: inline-block;
  border: 1px solid #9FA0A0;
  border-radius: 8px;
}
.selectGroup02:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
}
.selectGroup02:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #82765D;
  border-bottom: 1px solid #82765D;
  transform: rotate(-45deg);
  transition: all .2s;
}
.selectGroup02 .select01 {
  color: #82765D;
  padding: 5px 63px 5px 39px;
  height: 56px;
}

.mwform-radio-field {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mwform-radio-field {
    display: block;
    margin-top: 10px;
  }
}

.mwform-radio-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 37px;
}
.mwform-radio-field-text:before, .radio01 + .mwform-radio-field-text:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
  border-radius: 50%;
  box-sizing: border-box;
}
.mwform-radio-field-text:before {
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.radio01 + .mwform-radio-field-text:after {
  top: 2px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #000;
  transition: all .2s;
  opacity: 0;
}
.radio01:checked + .mwform-radio-field-text:after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .mwform-checkbox-field {
    display: block;
    margin-top: 10px;
  }
}

.mwform-checkbox-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 27px;
  cursor: pointer;
}
.mwform-checkbox-field-text:before, .check01 + .mwform-checkbox-field-text:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  margin: auto;
  box-sizing: border-box;
}
.mwform-checkbox-field-text:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
}
.check01 + .mwform-checkbox-field-text:after {
  top: 50%;
  left: 4px;
  margin-top: -5px;
  width: 11px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  transition: all .2s;
  opacity: 0;
}
.check01:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.check01:checked + .mwform-checkbox-field-text:before {
  background: #2C2C2C;
}

.mw_wp_form .error {
  margin-top: 5px;
  color: #f06 !important;
  font-size: 1.4rem !important;
}

.wrap01 {
  display: flex;
  flex-wrap: wrap;
}
.wrap01:not(:first-child) {
  margin-top: 50px;
}
[class*="heading"] + .wrap01 {
  margin-top: 40px;
}
.wrap01.bC {
  justify-content: center;
}
.wrap01.between {
  justify-content: space-between;
}
.wrap01.aC {
  align-items: center;
}
.wrap01.aEnd {
  align-items: flex-end;
}
.wrap01.reverse {
  flex-direction: row-reverse;
}

.areaLink {
  cursor: pointer;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .areaLink:hover {
    opacity: .7;
  }
}

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

input[type="submit"] {
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus {
  outline-offset: -2px;
}
input[type="submit"]:-moz-focus-inner {
  border: 0;
}

input[type=radio], input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.footer01 .CSInner01,
.footer01 .CSInner02,
.footer01 .CSInner03,
.breadcrumbContainer .CSInner01,
.breadcrumbContainer .CSInner02,
.breadcrumbContainer .CSInner03,
.CSection .CSInner01,
.CSection .CSInner02,
.CSection .CSInner03 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer01 .CSInner01,
  .footer01 .CSInner02,
  .footer01 .CSInner03,
  .breadcrumbContainer .CSInner01,
  .breadcrumbContainer .CSInner02,
  .breadcrumbContainer .CSInner03,
  .CSection .CSInner01,
  .CSection .CSInner02,
  .CSection .CSInner03 {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
.footer01 .CSInner01,
.breadcrumbContainer .CSInner01,
.CSection .CSInner01 {
  max-width: 1000px;
}
.footer01 .CSInner02,
.breadcrumbContainer .CSInner02,
.CSection .CSInner02 {
  max-width: 1160px;
}
.footer01 .CSInner03,
.breadcrumbContainer .CSInner03,
.CSection .CSInner03 {
  max-width: 1320px;
}
.footer01 .CSInner00,
.breadcrumbContainer .CSInner00,
.CSection .CSInner00 {
  padding: 37.5px 20px;
}
@media screen and (max-width: 767px) {
  .footer01 .CSInner00,
  .breadcrumbContainer .CSInner00,
  .CSection .CSInner00 {
    padding: 10.8333333333vw 4.1666666667vw;
  }
}
.footer01 .CSInner00.type00,
.breadcrumbContainer .CSInner00.type00,
.CSection .CSInner00.type00 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer01 .CSInner00.type02,
  .breadcrumbContainer .CSInner00.type02,
  .CSection .CSInner00.type02 {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
.footer01 .CSInner00.type03,
.breadcrumbContainer .CSInner00.type03,
.CSection .CSInner00.type03 {
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .footer01 .CSInner00.type03,
  .breadcrumbContainer .CSInner00.type03,
  .CSection .CSInner00.type03 {
    padding: 10.4166666667vw 4.1666666667vw;
  }
}
.footer01 .CSInner00.type04,
.breadcrumbContainer .CSInner00.type04,
.CSection .CSInner00.type04 {
  padding: 99px 20px;
}
@media screen and (max-width: 767px) {
  .footer01 .CSInner00.type04,
  .breadcrumbContainer .CSInner00.type04,
  .CSection .CSInner00.type04 {
    padding: 10.4166666667vw 4.1666666667vw;
  }
}
.footer01 .CSInner00.typeBack,
.breadcrumbContainer .CSInner00.typeBack,
.CSection .CSInner00.typeBack {
  padding-top: 77px;
  padding-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .footer01 .CSInner00.typeBack,
  .breadcrumbContainer .CSInner00.typeBack,
  .CSection .CSInner00.typeBack {
    padding: 16.0416666667vw 16.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer01 .CSInner00 > .CSInner02,
  .breadcrumbContainer .CSInner00 > .CSInner02,
  .CSection .CSInner00 > .CSInner02 {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer01.overFlow01,
.breadcrumbContainer.overFlow01,
.CSection.overFlow01 {
  overflow: hidden;
}

.bgO01 {
  background: #FFFAF3;
}

.bgO02 {
  background: #ffddb1;
}

.bgB01 {
  background: #eee7d8;
}

.heading01 {
  text-align: center;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .heading01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.heading01 .ja {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: 0.15em;
  display: block;
}
@media screen and (max-width: 767px) {
  .heading01 .ja {
    font-size: 1.4rem;
  }
}
.heading01 .en {
  color: #FF9002;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 8rem;
  line-height: 1.6;
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .heading01 .en {
    font-size: 4.5rem;
  }
}
.heading01.type02 .ja {
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .heading01.type02 .ja {
    font-size: 1.4rem;
  }
}
.heading01.type02 .en {
  color: #82765D;
  font-size: 4rem;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .heading01.type02 .en {
    font-size: 2.25rem;
  }
}
.heading01.type03 {
  margin-bottom: 37px;
}
.heading01.type03 .ja {
  font-size: 3.0rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .heading01.type03 .ja {
    font-size: 2.1rem;
  }
}
.heading01.type03 .en {
  color: #FF9002;
  font-size: 8rem;
  margin-top: -0.25em;
}
@media screen and (max-width: 767px) {
  .heading01.type03 .en {
    font-size: 5.6rem;
  }
}
.heading01.type03.typeFresh .ja {
  color: #000;
}
.heading01.type03.typeFresh .en {
  color: #60AD3B;
}
.heading01 + .heading01.type02 {
  margin-top: 92px;
}

.heading02 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading02 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.heading02 .ja {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .heading02 .ja {
    font-size: 3.2rem;
    margin-bottom: 14px;
  }
}
.heading02 .en {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .heading02 .en {
    font-size: 1.6rem;
  }
}
.heading02.type02 .en {
  text-transform: inherit;
}
.heading02.left {
  text-align: left;
}
.heading02.left .en {
  text-transform: inherit;
}

.heading03 .ja {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .heading03 .ja {
    font-size: 3rem;
  }
}
.heading03 .en {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .heading03 .en {
    font-size: 1.4rem;
  }
}
.heading03.type02 .ja {
  color: #FF9002;
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .heading03.type02 .ja {
    font-size: 3rem;
  }
}
.heading03.type02 .en {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .heading03.type02 .en {
    font-size: 1.4rem;
  }
}
.heading03.type03 .ja {
  color: #82765D;
  font-size: 5.8rem;
}
@media screen and (max-width: 767px) {
  .heading03.type03 .ja {
    font-size: 4.06rem;
  }
}
.heading03.type03 .en {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: inherit;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .heading03.type03 .en {
    font-size: 1.4rem;
  }
}

.heading03Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.heading04Wrap > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.heading04Wrap > .inner01 .heading04 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .heading04Wrap > .inner01 .heading04 {
    width: 100%;
    text-align: center;
    margin-bottom: 20.2083333333vw;
  }
}
.heading04Wrap > .inner01 .textH03 {
  width: calc(100% - 300px);
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .heading04Wrap > .inner01 .textH03 {
    width: 100%;
    line-height: 2;
  }
}
.heading04Wrap.type02 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.heading04Wrap.type02 > .inner01 .heading04 {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .heading04Wrap.type02 > .inner01 .heading04 {
    width: 100%;
    text-align: center;
    margin-bottom: 20.2083333333vw;
  }
}
.heading04Wrap.type02 > .inner01 .textH03 {
  width: 50%;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .heading04Wrap.type02 > .inner01 .textH03 {
    width: 100%;
    line-height: 2;
  }
}
.heading04Wrap.type03 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.heading04Wrap.type03 > .inner01 .heading04 {
  width: 39.5%;
}
@media screen and (max-width: 767px) {
  .heading04Wrap.type03 > .inner01 .heading04 {
    width: 100%;
    text-align: center;
    margin-bottom: 20.2083333333vw;
  }
}
.heading04Wrap.type03 > .inner01 .textH03 {
  width: 59.5%;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .heading04Wrap.type03 > .inner01 .textH03 {
    width: 100%;
    line-height: 2;
  }
}

.heading04 .ja {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .heading04 .ja {
    font-size: 3.2rem;
    margin-top: 2.0833333333vw;
  }
}
.heading04 .en {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1;
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .heading04 .en {
    font-size: 1.6rem;
  }
}

.heading05 {
  color: #FF9002;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .heading05 {
    font-size: 2.52rem;
  }
}
.heading05.type02 {
  color: #82765D;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .heading05.type02 {
    font-size: 2.8rem;
  }
}
.heading05.type03 {
  color: #82765D;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .heading05.type03 {
    font-size: 3rem;
  }
}
.heading05.type04 {
  color: #82765D;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .heading05.type04 {
    font-size: 2.6rem;
  }
}

.headingWrap {
  margin-bottom: 71px;
}
.headingWrap .heading01 {
  margin-bottom: 0;
}
.headingWrap .heading01 + .textH03 {
  padding-top: 44px;
}

.textH01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.7;
}
.textH01.bold {
  font-weight: 700;
}

.textH02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .textH02 {
    font-size: 1.4rem;
  }
}
.textH02.bold {
  font-weight: 700;
}
.textH02.type02 {
  line-height: 2.4;
  letter-spacing: 0.1em;
}
.textH02.type03 {
  line-height: 1.9;
}
.textH02 + .textH02 {
  margin-top: 3.8rem;
}

.textH03 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .textH03 {
    font-size: 1.6rem;
  }
}
.textH03.bold {
  font-weight: 700;
}
.textH03.type02 {
  line-height: 2.4;
  letter-spacing: 0.1em;
}
.textH03 + .textH03 {
  margin-top: 4.8rem;
}

.textH04 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.textH04 {
		font-size: 1.75rem;
	}
}
.textH04.bold {
  font-weight: 700;
}
.textH04.type02 {
  line-height: 2.4;
  letter-spacing: 0.1em;
}

.textH05 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .textH05 {
    font-size: 1.68rem;
  }
}
.textH05.bold {
  font-weight: 700;
}
.textH05 + .textH05 {
  margin-top: 1.8em;
}

.tSpace01 {
  letter-spacing: 0.05em;
}

.tSpace02 {
  letter-spacing: 0.06em;
}

.tSpace03 {
  letter-spacing: 0.1em;
}

.tSpace04 {
  letter-spacing: 0.15em;
}

.tSpace05 {
  letter-spacing: 0.2em;
}

.keyWordList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.keyWordList li a {
  display: block;
  background: #fff;
  border: 1px solid #FF9002;
  border-radius: 50px;
  color: #FF9002;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 13px 1em 13px 1.3em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .keyWordList li a {
    min-width: 152px;
  }
}
@media screen and (max-width: 767px) {
  .keyWordList li a {
    border-radius: 10.4166666667vw;
    font-size: 1.54rem;
    padding: 1.5625vw 1em 1.0416666667vw 1.2em;
    white-space: nowrap;
  }
}

.tabList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.tabList01.type02 li {
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
}
.tabList01.type02 li.current, .tabList01.type02 li:hover {
  border: 2px solid #FF9002;
  color: #fff;
  background: #FF9002;
}
.tabList01 li {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 46px;
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  cursor: pointer;
}
.tabList01 li.all {
  border: 2px solid #FF9002;
}
.tabList01 li.all.current {
  color: #fff;
  background: #FF9002;
}
.tabList01 li.news {
  border: 2px solid #DA550E;
}
.tabList01 li.news.current {
  color: #fff;
  background: #DA550E;
}
.tabList01 li.menu {
  border: 2px solid #A0522D;
}
.tabList01 li.menu.current {
  color: #fff;
  background: #A0522D;
}
.tabList01 li.media {
  border: 2px solid #FFA500;
}
.tabList01 li.media.current {
  color: #fff;
  background: #FFA500;
}
.tabList01 li.campaign {
  border: 2px solid #FF9002;
}
.tabList01 li.campaign.current {
  color: #fff;
  background: #FF9002;
}
.tabList01 li.other {
  border: 2px solid #D2691E;
}
.tabList01 li.other.current {
  color: #fff;
  background: #D2691E;
}

.tabList02 {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.tabList02 li {
  display: inline-block;
  padding: 1px 15px;
  border-radius: 46px;
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
.tabList02 li.current {
  color: #fff;
  background: #FF9002;
  border: 2px solid #FF9002;
}

@media screen and (max-width: 767px) {
  .localNav01Wrap {
    overflow-x: scroll;
  }
}
.localNav01Wrap + .imgContainer02 {
  margin-top: 95px;
}

.localNav01 {
  display: flex;
}
@media screen and (min-width: 768px) {
  .localNav01 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .localNav01 {
    gap: 8px;
  }
}
.localNav01 li a {
  text-align: center;
  display: block;
  color: #C08F45;
  text-decoration: none;
  padding: 0.58em 0.95em 0.58em 1.15em;
  border-radius: 9999px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  border: 1px solid #C08F45;
}
@media screen and (min-width: 768px) {
  .localNav01 li a {
    min-width: 180px;
  }
}
.localNav01 li a:hover {
  color: #fff;
  background: #C08F45;
}
@media screen and (max-width: 767px) {
  .localNav01 li a {
    white-space: nowrap;
    font-size: 1.828rem;
    border-width: 1px;
  }
}
.localNav01 li.current a {
  color: #fff;
  background: #C08F45;
}

.localNav02Wrap {
  padding: 20px 0;
  margin: 30px 0 0;
}

.localNav02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .localNav02 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .localNav02 {
    gap: 8px;
  }
}
.localNav02 li a {
  text-align: center;
  display: block;
  color: #C08F45;
  text-decoration: none;
  padding: 0.7em 1.75em 0.7em 1.95em;
  padding: 0.7em 1.25em 0.7em 1.45em;
  border-radius: 9999px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.2em;
  border: 1px solid #D9D9D9;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .localNav02 li a {
    min-width: 174px;
  }
}
.localNav02 li a:hover {
  color: #fff;
  background: #C08F45;
}
.localNav02 li.current a {
  color: #fff;
  background: #C08F45;
}

.importantNews01 {
  margin-top: 50px;
  margin-bottom: 102px;
}
/* added */
/* まず、重要なお知らせセクションの下マージンをなくす */
.importantNews01 {
  margin-bottom: 60px;
}

/* 次に、重要なお知らせの直後にある通常お知らせセクションの上マージンで、
   必要な余白を一括で指定する */
.importantNews01 + section {
  /* 例として60pxに設定。サイトのデザインに合わせて調整してください */
  margin-top: 60px;
}


.importantNews01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.importantNews01 > .inner01 .hdg01 {
  color: #FF9002;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.2em;
  width: 293px;
}
@media screen and (max-width: 767px) {
  .importantNews01 > .inner01 .hdg01 {
    width: 100%;
    font-size: 2.1rem;
    text-align: center;
  }
}
.importantNews01 > .inner01 .newsList01 {
  width: calc(100% - 293px);
}
@media screen and (max-width: 767px) {
  .importantNews01 > .inner01 .newsList01 {
    margin-left: -4.1666666667vw;
    margin-right: -4.1666666667vw;
    width: calc(100% + 8.3333333333vw);
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.newsList01 li {
  padding: 17px 0 17px 9px;
  border-bottom: 1px solid #ECE0CE;
}
@media screen and (max-width: 767px) {
  .newsList01 li {
    padding: 12px 0 12px 0;
  }
}
.newsList01 li > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.newsList01 li .date {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  width: 139px;
}
@media screen and (max-width: 767px) {
  .newsList01 li .date {
    width: 112px;
    font-size: 1.4rem;
		line-height: 2;
  }
}
.newsList01 li .text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  width: calc(100% - 139px);
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .newsList01 li .text {
    width: calc(100% - 112px);
    font-size: 1.6rem;
		line-height: 1.6;
  }
}

.newsList02 {
  margin-top: 45px;
}
.newsList02 li {
  padding: 22px 45px 22px 9px;
  border-bottom: 1px solid #ECE0CE;
  background: url("../img/ic_arrow04.svg") no-repeat calc(100% - 9px) 50%/34px;
  cursor: pointer;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .newsList02 li {
    padding: 22px 45px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .newsList02 li:hover {
    opacity: .7;
  }
}
.newsList02 li a {
  text-decoration: none;
}
.newsList02 li .new {
  color: #FF2084;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  margin-top: -4px;
}
.newsList02 li > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .newsList02 li > .inner01 {
    align-items: center;
  }
}
.newsList02 li .date {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  width: 139px;
}
@media screen and (max-width: 767px) {
  .newsList02 li .date {
    width: 107px;
  }
}
.newsList02 li .text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  width: calc(100% - 139px - 160px - 20px);
}
@media screen and (max-width: 767px) {
  .newsList02 li .text {
    width: 100%;
    margin-top: 8px;
  }
}

.newsList03 {
  margin-top: 20px;
}
.newsList03 li {
  padding: 20px 45px 20px 9px;
  border-bottom: 1px solid #ECE0CE;
  background: url("../img/ic_arrow04.svg") no-repeat calc(100% - 9px) 50%/34px;
  cursor: pointer;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .newsList03 li {
    padding: 22px 45px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .newsList03 li:hover {
    opacity: .7;
  }
}
.newsList03 li a {
  text-decoration: none;
}
.newsList03 li .new {
  color: #FF2084;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  margin-top: -4px;
}
.newsList03 li > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .newsList03 li > .inner01 {
    align-items: center;
  }
}
.newsList03 li .date {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  width: 123px;
}
@media screen and (max-width: 767px) {
  .newsList03 li .date {
    width: 107px;
  }
}
.newsList03 li .text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  width: calc(100% - 123px - 160px - 20px);
}
@media screen and (max-width: 767px) {
  .newsList03 li .text {
    width: 100%;
    margin-top: 8px;
  }
}
.newsList03 li .category {
  display: inline-block;
  padding: 6.5px 5px;
  border-radius: 46px;
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  min-width: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  border: 1px solid #FF9002;
  background: #fff;
}

.irArticleList01 {
  margin-top: 91px;
}
.irArticleList01 li {
  padding: 22px 45px 22px 9px;
  border-bottom: 1px solid #ECE0CE;
  background: url("../img/ic_arrow04.svg") no-repeat calc(100% - 9px) 50%/34px;
  cursor: pointer;
  transition: opacity .3s;
}
@media screen and (max-width: 767px) {
  .irArticleList01 li {
    padding: 22px 45px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .irArticleList01 li:hover {
    opacity: .7;
  }
}
.irArticleList01 li a {
  text-decoration: none;
}
.irArticleList01 li > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .irArticleList01 li > .inner01 {
    align-items: center;
  }
}
.irArticleList01 li .date {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  width: 117px;
}
@media screen and (max-width: 767px) {
  .irArticleList01 li .date {
    width: 107px;
  }
}
.irArticleList01 li .pdf {
  display: inline-block;
  padding: 6px 5px;
  border: 1px solid #DA550E;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  min-width: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 33px;
}
.irArticleList01 li .text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  width: calc(100% - 117px - 113px - 20px);
}
@media screen and (max-width: 767px) {
  .irArticleList01 li .text {
    width: 100%;
    margin-top: 8px;
  }
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 88px;
}
.pager button {
  border: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  transition: opacity .3s;
}
.pager button.first {
  background: url("../img/ic_page01.svg") no-repeat 0 0/contain;
}
.pager button.prev {
  background: url("../img/ic_page02.svg") no-repeat 0 0/contain;
}
.pager button.next {
  background: url("../img/ic_page03.svg") no-repeat 0 0/contain;
}
.pager button.last {
  background: url("../img/ic_page04.svg") no-repeat 0 0/contain;
}
.pager button span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pager button:hover {
    opacity: .7;
  }
}
.pager .page {
  color: #1A1A1A;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-left: 4px;
  margin-right: 4px;
}

.category {
  display: inline-block;
  padding: 4px 5px;
  border-radius: 46px;
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.category.type02 {
  padding: 4px 7px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-right: 0;
  min-width: inherit;
}
.category.all {
  border: 2px solid #FF9002;
  color: #fff;
  background: #FF9002;
}
.category.news {
  border: 2px solid #DA550E;
  color: #fff;
  background: #DA550E;
}
.category.menu {
  border: 2px solid #A0522D;
  color: #fff;
  background: #A0522D;
}
.category.media {
  border: 2px solid #FFA500;
  color: #fff;
  background: #FFA500;
}
.category.event {
  border: 2px solid #FFA500;
  color: #fff;
  background: #FFA500;
}
.category.campaign {
  border: 2px solid #FF9002;
  color: #fff;
  background: #FF9002;
}
.category.other {
  border: 2px solid #D2691E;
  color: #fff;
  background: #D2691E;
}
.category.sample01 {
  border: 2px solid #82765D;
  color: #fff;
  background: #82765D;
}

.deliveryWeekList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1643109541%;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .deliveryWeekList01 {
    gap: 3.125vw;
  }
}
.deliveryWeekList01.type02 .item .fig01 {
  margin-bottom: 15px;
}
.deliveryWeekList01 .item {
  width: 31.890459364%;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  height: 200px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .deliveryWeekList01 .item {
    width: 100%;
  }
}
.deliveryWeekList01 .item .fig01 img {
  height: 100%;
  width: auto;
}
.deliveryWeekList01 .item > .inner01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 192px;
  padding: 11px 5px 11px 3px;
  height: 200px;
  background: #388214;
  z-index: 1;
}
.deliveryWeekList01 .item .tx01 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 81px;
  position: relative;
}
.deliveryWeekList01 .item .tx01::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 68px;
  width: 2px;
  height: 72.2px;
  background: #fff;
  transform: rotate(36.55deg);
}
.deliveryWeekList01 .item .tx01 .month {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  display: inline-block;
  width: 70px;
  text-align: right;
}
.deliveryWeekList01 .item .tx01 .day {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  position: relative;
  top: 55px;
  left: 10px;
  display: inline-block;
  width: 70px;
  text-align: right;
}
.deliveryWeekList01 .item .tx01 .week {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1;
  position: relative;
  top: 54px;
  left: 14px;
}

.fixTabMenu {
  z-index: 11;
  position: fixed;
  top: 293px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: transform .3s;
}
@media screen and (max-width: 1300px) {
  .fixTabMenu {
    transform: translateX(66px);
  }
}
.fixTabMenu li {
  margin: 0;
  padding: 0;
  width: 66px;
  line-height: 1;
}
.fixTabMenu li + li {
  margin-top: 25px;
}
.fixTabMenu li a {
  display: block;
  width: 66px;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  border-radius: 12px 0 0 12px;
  padding: 36px 20px 31px;
  transition: background-color .3s;
}
.fixTabMenu li:nth-child(1) a {
  background-color: #FF9002;
}
.fixTabMenu li:nth-child(1) a:hover {
  background-color: #ffb14e;
}
.fixTabMenu li:nth-child(2) a {
  background-color: #FF9002;
  letter-spacing: 0.17em;
  padding-top: 24px;
  padding-bottom: 24px;
}
.fixTabMenu li:nth-child(2) a:hover {
  background-color: #ffb14e;
}
.fixTabMenu li:nth-child(3) a {
  background-color: #388214;
  letter-spacing: 0.15em;
  padding-top: 24px;
  padding-bottom: 24px;
}
.fixTabMenu li:nth-child(3) a:hover {
  background-color: #74a85b;
}

.fixMenu {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: 516px;
  background: #fff;
  transform: translateX(516px);
  transition: transform 0.6s cubic-bezier(0.15, 0.85, 0.25, 1);
}
@media screen and (min-width: 768px) {
  .fixMenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixMenu {
    width: 100%;
    transform: translateX(100%);
  }
}
.fixMenu.active {
  transform: translateX(0);
}
.fixMenu > .inner01 {
  padding-top: 46px;
  padding-bottom: 44px;
  height: 100vh;
  overflow-y: scroll;
}
.fixMenu > .inner01 > .inner02 {
  width: 455px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fixMenu > .inner01 > .inner02 {
    width: calc(100% - 10.4166666667vw);
    margin-left: auto;
    margin-right: auto;
  }
}
.fixMenu .closeBtn {
  position: fixed;
  top: 35px;
  right: 36px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 11;
}
.fixMenu .closeBtn > span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 6px;
  border-radius: 4px;
  background: #FF9002;
  transform: rotate(45deg);
}
.fixMenu .closeBtn > span + span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 38px;
  height: 6px;
  border-radius: 4px;
  background: #FF9002;
  transform: rotate(135deg);
}
.fixMenu .tx01 {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 28px;
}
.fixMenu .linkList01 {
  margin-bottom: 40px;
}
.fixMenu .linkList01 li a {
  display: block;
  border-bottom: 1px solid #D9D9D9;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: none;
  padding: 32px 13px;
  position: relative;
}
.fixMenu .linkList01 li a:before {
  position: absolute;
  top: 50%;
  right: 19px;
  content: "";
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #909090;
  border-bottom: 2px solid #909090;
  transform: rotate(-135deg);
}
.fixMenu .linkList01 li:last-child a {
  border-bottom: none;
}
.fixMenu .btnWrap01 {
  margin-bottom: 62px;
}
.fixMenu .btnWrap01 .btn02 + .btn02 {
  margin-top: 19px;
}
.fixMenu .bnrList01 {
  margin-top: 73px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fixMenu .bnrList01 li {
  width: 48.7912087912%;
}
.fixMenu .bnrList01 li:nth-child(n + 3) {
  margin-top: 20px;
}
.fixMenu .appList01 {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fixMenu .appList01 li {
  width: 48.1318681319%;
}

.mainTitle01 {
  height: 540px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainTitle01 {
    height: 81.25vw;
  }
}
body.typeBiz .mainTitle01 {
  height: 512px;
}
@media screen and (max-width: 767px) {
  body.typeBiz .mainTitle01 {
    height: 81.25vw;
  }
}
.mainTitle01.typeAboutus {
  background: url("../img/headerImg/aboutus.jpg") no-repeat 50% 50%/cover;
}
.mainTitle01.typeBusiness {
  background: url("../img/headerImg/business.jpg") no-repeat 50% 50%/cover;
}
.mainTitle01.typeCompany {
  background: url("../img/headerImg/company01.jpg") no-repeat 50% 50%/cover;
}
.mainTitle01.typeIR {
  background: url("../img/headerImg/ir01.png") no-repeat 50% 50%/cover;
}
.mainTitle01.typeRecruit {
  background: url("../img/headerImg/recruit01.png") no-repeat 50% 50%/cover;
}
.mainTitle01.typeSustainability {
  background: url("../img/headerImg/sustainability01.jpg") no-repeat 50% 50%/cover;
}
.mainTitle01.typeFresh .ti01Wrap {
  background: #60AD3B;
}
.mainTitle01.typebizWorks {
  background: url("../img/headerImg/biz/works.jpg") no-repeat 50% 50%/cover;
}
.mainTitle01.typebizService01 {
  background: url("../img/headerImg/biz/service01.jpg") no-repeat 50% 50%/cover;
}
.mainTitle01.typebizService02 {
  background: url("../img/headerImg/biz/works.jpg") no-repeat 50% 50%/cover;
}
.mainTitle01 .ti01Wrap {
  background: #FF9002;
  border-radius: 0 96px 96px 0;
  position: absolute;
  left: 0;
  bottom: calc(50% - 11px);
  width: calc(50% + 42px);
  height: 176px;
  padding: 10px 40px 0 49px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mainTitle01 .ti01Wrap {
    border-radius: 0 20vw 20vw 0;
    bottom: calc(50% - 7.9166666667vw);
    width: auto;
    height: 25.625vw;
    padding: 0 6.25vw 0 10.2083333333vw;
  }
}
body.typeBiz .mainTitle01 .ti01Wrap {
  background: rgba(201, 137, 40, 0.8);
}
.mainTitle01 .ti01 {
  color: #fff;
}
body.typeBiz .mainTitle01 .ti01 {
  color: rgba(255, 255, 255, 0.8);
}
.mainTitle01 .ti01 .ja {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .mainTitle01 .ti01 .ja {
    font-size: 1.4rem;
  }
}
.mainTitle01 .ti01 .en {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
  display: block;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .mainTitle01 .ti01 .en {
    font-size: 2.8rem;
    line-height: 1.2;
    white-space: nowrap;
    margin-bottom: 2.5vw;
  }
}

.mainTitle02 {
  position: relative;
  height: 231px;
  background: url("../img/headerImg/company02.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .mainTitle02 {
    height: 36.4583333333vw;
  }
}
.mainTitle02.typeIR {
  background: url("../img/headerImg/ir02.png") no-repeat 50% 50%/cover;
}
.mainTitle02.typeNews, .mainTitle02.typeRecruit {
  background: url("../img/headerImg/recruit02.png") no-repeat 50% 50%/cover;
}
.mainTitle02.typeSustainability {
  background: url("../img/headerImg/sustainability02.jpg") no-repeat 50% 50%/cover;
}
.mainTitle02.typebizWorks {
  background: url("../img/headerImg/biz/works02.jpg") no-repeat 50% 50%/cover;
}
.mainTitle02.typebizNews {
  background: url("../img/headerImg/biz/news02.jpg") no-repeat 50% 50%/cover;
}
.mainTitle02.typebizContact {
  background: url("../img/headerImg/biz/contact.jpg") no-repeat 50% 50%/cover;
}
.mainTitle02 .ti01Wrap {
  position: absolute;
  left: 0;
  bottom: calc(50% - 12px);
  width: 100%;
  padding: 10px 0 0 49px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mainTitle02 .ti01Wrap {
    bottom: calc(50% - 6.25vw);
    padding: 2.0833333333vw 0 0 4.5833333333vw;
  }
}
.mainTitle02 .ti01 {
  color: #fff;
}
.mainTitle02 .ti01 .ja {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .mainTitle02 .ti01 .ja {
    font-size: 1.4rem;
  }
}
.mainTitle02 .ti01 .en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .mainTitle02 .ti01 .en {
    font-size: 2.8rem;
    margin-bottom: 3.3333333333vw;
  }
}

.breadcrumbContainer {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .breadcrumbContainer {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
.breadcrumbContainer.type02 {
  background: #FFFBF3;
}
.breadcrumbContainer.typeSustainability ul li, .breadcrumbContainer.typeNews ul li, .breadcrumbContainer.typeIR ul li {
  color: #82765D;
}
.breadcrumbContainer.typeSustainability ul li a, .breadcrumbContainer.typeNews ul li a, .breadcrumbContainer.typeIR ul li a {
  color: #82765D;
}
.breadcrumbContainer.typeRecruit ul li {
  color: #388214;
}
.breadcrumbContainer.typeRecruit ul li a {
  color: #388214;
}
.breadcrumbContainer ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbContainer ul {
    margin-left: -2.0833333333vw;
    margin-right: -2.0833333333vw;
  }
}
.breadcrumbContainer ul li {
  color: #FF9002;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.typeBiz .breadcrumbContainer ul li {
  color: #82765D;
}
.breadcrumbContainer ul li a {
  color: #FF9002;
  text-decoration: none;
}
body.typeBiz .breadcrumbContainer ul li a {
  color: #82765D;
}
.breadcrumbContainer ul li + li::before {
  content: '＞';
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.btn01 > button,
.btn01 > a {
  cursor: pointer;
  margin: 0 auto;
  border-radius: 60px;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  text-align: center;
  border: none;
  background: url("../img/ic_arrow01.svg") no-repeat calc(100% - 27px) 50%/48px;
  background-color: #FF9002;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  letter-spacing: 0.045em;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 130px 0 20px;
  height: 106px;
}
@media screen and (max-width: 767px) {
  .btn01 > button,
  .btn01 > a {
    font-size: 1.75rem;
    height: 21.25vw;
    padding: 0 8.3333333333vw 0 0;
    background-position: calc(100% - 5.4166666667vw) 50%;
  }
}
@media screen and (min-width: 768px) {
  .btn01 > button:hover,
  .btn01 > a:hover {
    background-color: #ffb14e;
  }
}
.btn01.type02 > button,
.btn01.type02 > a {
  background-color: #9DCA4C;
  padding: 0 64px 0 20px;
}
@media screen and (min-width: 768px) {
  .btn01.type02 > button:hover,
  .btn01.type02 > a:hover {
    background-color: #bada82;
  }
}
.btn01.type03 > button,
.btn01.type03 > a {
  color: #3A3838;
  font-size: 2.5rem;
  background: url("../img/ic_arrow10.svg") no-repeat calc(100% - 27px) 50%/51px;
  background-color: #fff;
  border: 2px solid #FF9002;
  width: 100%;
  height: 100px;
  padding: 0 50px 0 20px;
  max-width: 530px;
}
@media screen and (max-width: 767px) {
  .btn01.type03 > button,
  .btn01.type03 > a {
    font-size: 2rem;
    background-position: calc(100% - 3.5416666667vw) 50%;
    background-size: 8.3333333333vw;
    height: 84px;
  }
}
@media screen and (min-width: 768px) {
  .btn01.type03 > button:hover,
  .btn01.type03 > a:hover {
    opacity: 0.7;
  }
}
.btn01.typeSearch > button,
.btn01.typeSearch > a {
  text-align: left;
  min-width: 284px;
}
@media screen and (max-width: 767px) {
  .btn01.typeSearch > button,
  .btn01.typeSearch > a {
    min-width: 59.1666666667vw;
  }
}
.btn01.typeBack01 > button,
.btn01.typeBack01 > a {
  color: #3A3838;
  font-size: 2.5rem;
  background: url("../img/ic_arrow12.svg") no-repeat 23px 50%/52px;
  background-color: #fff;
  border: 4px solid #82765D;
  width: 100%;
  height: 100px;
  max-width: 530px;
  padding: 0 20px 0 74px;
}
@media screen and (max-width: 767px) {
  .btn01.typeBack01 > button,
  .btn01.typeBack01 > a {
    font-size: 2rem;
    background-position: 4.7916666667vw 50%;
    background-size: 8.3333333333vw;
    height: 84px;
  }
}
@media screen and (min-width: 768px) {
  .btn01.typeBack01 > button:hover,
  .btn01.typeBack01 > a:hover {
    opacity: 0.7;
  }
}

.btn02 > button,
.btn02 > a {
  cursor: pointer;
  margin: 0 auto;
  border-radius: 60px;
  text-decoration: none;
  transition: background-color .3s;
  text-align: center;
  border: none;
  background: url("../img/ic_arrow01.svg") no-repeat calc(100% - 27px) 50%/48px;
  background-color: #FF9002;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0 75px 0 20px;
  height: 84px;
}
.btn02 > button span,
.btn02 > a span {
  font-size: 1.4rem;
}
.btn02 > button span + span,
.btn02 > a span + span {
  font-size: 1.8rem;
}
.btn02.type01 > button,
.btn02.type01 > a {
  background-color: #9DCA4C;
}
@media screen and (min-width: 768px) {
  .btn02.type01 > button:hover,
  .btn02.type01 > a:hover {
    background-color: #bada82;
  }
}
.btn02.type02 > button,
.btn02.type02 > a {
  background-color: #82765D;
}
@media screen and (min-width: 768px) {
  .btn02.type02 > button:hover,
  .btn02.type02 > a:hover {
    background-color: #a89f8e;
  }
}
.btn02.type03 > button,
.btn02.type03 > a {
  background-color: #FF9002;
}
@media screen and (min-width: 768px) {
  .btn02.type03 > button:hover,
  .btn02.type03 > a:hover {
    background-color: #ffb14e;
  }
}

.btn03 > button,
.btn03 > a {
  cursor: pointer;
  margin: 0 auto;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color .3s;
  border: none;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 20px 0 64px;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .btn03 > button,
  .btn03 > a {
    min-width: 500px;
  }
}
.btn03.typeFresh > button,
.btn03.typeFresh > a {
  letter-spacing: 0.1em;
  background: url("../img/ic_recruit01.svg") no-repeat 30px 50%/100px, url("../img/ic_arrow01.svg") no-repeat calc(100% - 41px) 50%/48px;
  background-color: #49AF18;
}
.btn03.typeParttime > button,
.btn03.typeParttime > a {
  background: url("../img/ic_recruit02.svg") no-repeat 30px 50%/100px, url("../img/ic_arrow01.svg") no-repeat calc(100% - 41px) 50%/48px;
  background-color: #FF9002;
}
.btn03.typeCareer > button,
.btn03.typeCareer > a {
  letter-spacing: 0.1em;
  background: url("../img/ic_recruit03.svg") no-repeat 30px 50%/100px, url("../img/ic_arrow01.svg") no-repeat calc(100% - 41px) 50%/48px;
  background-color: #ED6C00;
}

.btn04 > button,
.btn04 > a {
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #3A3838;
  border: 2px solid #FF9002;
  border-radius: 50px;
  background: #fff url("../img/ic_arrow10.svg") no-repeat calc(100% - 17px) 50%/31px;
  text-align: center;
  padding: 16.5px 24px 16.5px 0;
  min-width: 12.5em;
}
@media screen and (max-width: 767px) {
  .btn04 > button,
  .btn04 > a {
    font-size: 1.75rem;
    height: 17.5vw;
    padding: 0 8.3333333333vw 0 0;
    background-position: calc(100% - 5.4166666667vw) 50%;
  }
}
@media screen and (min-width: 768px) {
  .btn04 > button:hover,
  .btn04 > a:hover {
    opacity: .7;
  }
}
.btn04.type02 > button,
.btn04.type02 > a {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  border: 2px solid #82765D;
  padding: 16.5px 71px 16.5px 26px;
  background: #fff url("../img/ic_arrow11.svg") no-repeat calc(100% - 17px) 50%/33px;
}
.btn04.type02 + .btn04.type02 {
  margin-top: 30px;
}
.btn04.type03 > button,
.btn04.type03 > a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border: 2px solid #FF9002;
  padding: 17.5px 2em 17.5px 0;
  min-width: 12.5em;
  background: #fff url("../img/ic_arrow10.svg") no-repeat calc(100% - 17px) 50%/33px;
}
@media screen and (max-width: 767px) {
  .btn04.type03 > button,
  .btn04.type03 > a {
    height: inherit;
  }
}

.btn05 > button {
  cursor: pointer;
  display: table;
  margin: 0 auto;
  min-width: 147px;
  padding: 0 20px 0;
  height: 44px;
  border-radius: 60px;
  text-decoration: none;
  transition: background-color .3s;
  text-align: center;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  color: #3A3838;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.btn05 > button:hover {
  background-color: #ccc;
}

.btn06 > button,
.btn06 > a {
  cursor: pointer;
  margin: 0 auto;
  border-radius: 60px;
  text-decoration: none;
  transition: opacity .3s, background-color .3s;
  text-align: center;
  border: none;
  background: url("../img/ic_arrow02.svg") no-repeat calc(100% - 27px) 50%/48px;
  background-color: #fff;
  color: #3A3838;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 50px 0 20px;
  height: 100px;
  max-width: 496px;
}
@media screen and (max-width: 767px) {
  .btn06 > button,
  .btn06 > a {
    font-size: 2rem;
    height: 84px;
    padding: 0 20px 0;
    width: 100%;
    background-position: calc(100% - 20px) 50%;
  }
}
@media screen and (min-width: 768px) {
  .btn06 > button:hover,
  .btn06 > a:hover {
    opacity: 0.7;
  }
}
.btn06.type04 > button,
.btn06.type04 > a, .btn06.type05 > button,
.btn06.type05 > a {
  background: url("../img/ic_arrow05.svg") no-repeat calc(100% - 27px) 50%/48px;
  background-color: #fff;
  border: 2px solid #49AF18;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .btn06.type04 > button,
  .btn06.type04 > a, .btn06.type05 > button,
  .btn06.type05 > a {
    font-size: 2rem;
    background-position: calc(100% - 3.5416666667vw) 50%;
    background-size: 8.3333333333vw;
    height: 84px;
  }
}
@media screen and (min-width: 768px) {
  .btn06.type04 > button:hover,
  .btn06.type04 > a:hover, .btn06.type05 > button:hover,
  .btn06.type05 > a:hover {
    opacity: 0.7;
  }
}
.btn06.type05 > button,
.btn06.type05 > a {
  background: url("../img/ic_arrow12.svg") no-repeat calc(100% - 27px) 50%/48px;
  background-color: #fff;
  border: 2px solid #FF9002;
}

.required {
  color: #EC0000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-left: 0.2em;
}

.box01 {
  max-width: 667px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 25px;
  padding: 30px 60px 39px;
  padding: 25px 60px 25px;
}
@media screen and (max-width: 767px) {
  .box01 {
    padding: 18px 20px 23px;
  }
}
.box01 .hdg01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.box01 .hdg02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.box01 .hdg03 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 14px;
}
.box01 .hdg03 .required {
  margin-left: 0.5em;
}
.box01 .radioList01 li + li {
  margin-top: 12px;
}
.box01 .radioList01 li .mwform-radio-field-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.link01 {
  text-align: right;
}
.link01 > a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all .3s;
  min-height: 32px;
  padding-top: 3px;
  padding-right: 40px;
  background: url("../img/ic_arrow03.svg") no-repeat 100% 50%/32px;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .link01 > a:hover {
    opacity: .7;
  }
}
.link01.type02 {
  margin-top: 30px;
}
.link01.type02 a {
  color: #82765D;
  background: url("../img/ic_arrow04.svg") no-repeat 100% 50%/32px;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .link01.type02 a:hover {
    opacity: .7;
  }
}
.link01.type03 {
  margin-top: 30px;
}
.link01.type03 a {
  color: #FF9002;
  padding-right: 42px;
  background: url("../img/ic_arrow07.svg") no-repeat 100% 50%/34px;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .link01.type03 a:hover {
    opacity: .7;
  }
}

.imgContainer01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .imgContainer01 {
    flex-direction: column;
  }
}
.imgContainer01 + .imgContainer01 {
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  .imgContainer01 + .imgContainer01 {
    margin-top: 15.75vw;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer01 .fig01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 485px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .imgContainer01 .fig01 {
    margin-top: 20px;
  }
}
.imgContainer01 .fig01.type01 img {
  width: 830px;
}
.imgContainer01 .fig01.type02 img {
  width: 770px;
  display: block;
  margin-left: auto;
}
.imgContainer01 .fig01.type03 img {
  width: 822px;
}
.imgContainer01 .fig01.type04 img {
  width: 770px;
}
.imgContainer01 .textWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .imgContainer01 .textWrap {
    width: 469px;
    height: 485px;
  }
}
@media screen and (max-width: 767px) {
  .imgContainer01 .textWrap .textH02.type02 {
    line-height: 1.8;
  }
}
.imgContainer01 .textWrap .heading05 + .textH04 {
  margin-top: 34px;
}
.imgContainer01 .textWrap .heading05 + .textH04 + .textH02 {
  margin-top: 50px;
}
.imgContainer01 .textWrap .heading05 + .textH02 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .imgContainer01.typeImgR .fig01 {
    left: 57.3%;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer01.typeImgL .fig01 {
    right: 57.3%;
  }
}
.imgContainer01.typeImgL .textWrap {
  margin-left: auto;
}

.imgContainer02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .imgContainer02 {
    flex-direction: column;
  }
}
.imgContainer02 + .imgContainer01 {
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  .imgContainer02 + .imgContainer01 {
    margin-top: 15.75vw;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer02 .fig01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 571px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .imgContainer02 .fig01 {
    margin-top: 20px;
  }
}
.imgContainer02 .fig01.type01 img {
  width: 1028px;
}
.imgContainer02 .textWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .imgContainer02 .textWrap {
    width: 59%;
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .imgContainer02 .textWrap .textH02.type02 {
    line-height: 1.8;
  }
}
.imgContainer02 .textWrap .heading04 + .textH02 {
  margin-top: 70px;
}
.imgContainer02 .textWrap .heading04 + .textH03 {
  margin-top: 77px;
}
@media screen and (min-width: 768px) {
  .imgContainer02.typeImgR .fig01 {
    left: 65.3%;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer02.typeImgL .fig01 {
    right: 65.3%;
  }
}
.imgContainer02.typeImgL .textWrap {
  margin-left: auto;
}

.tableWrap01 table {
  width: 100%;
}
.tableWrap01 table tr th,
.tableWrap01 table tr td {
  text-align: left;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  border-bottom: 1px solid #82765D;
  padding: 32px 0 20px;
}
@media screen and (max-width: 767px) {
  .tableWrap01 table tr th,
  .tableWrap01 table tr td {
    padding: 20px 0 20px;
    word-break: break-all;
  }
}
.tableWrap01 table tr th {
  width: 11em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .tableWrap01 table tr th {
    width: 7em;
    padding-right: 2em;
  }
}

.movieWrap01 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieWrap01 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cardList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 2.4%;
}
.cardList01 .item {
  width: 48.8%;
}
.cardList01 .item .fig01 {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.cardList01 .item .fig01 img {
  width: 100%;
}
.cardList01 .item .hdg01 {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-top: 24px;
  margin-bottom: 13px;
}
.cardList01 .item .hdg01 a {
  color: #82765D;
  text-decoration: none;
}
.cardList01.type02 {
  margin-left: 16px;
  margin-right: 16px;
  gap: 60px 1.4705882353%;
}
.cardList01.type02 .item {
  width: 49.2647058824%;
}

.cardList02 {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 2.100456621%;
}
.cardList02 .item {
  width: 48.9497716895%;
  border-radius: 26px;
  padding: 47px 50px 143px 50px;
  position: relative;
}
@media screen and (max-width: 1134px) {
  .cardList02 .item {
    padding: 27px 30px 143px 30px;
  }
}
@media screen and (max-width: 1062px) {
  .cardList02 .item {
    padding-bottom: 183px;
  }
}
@media screen and (max-width: 767px) {
  .cardList02 .item {
    width: 100%;
    padding: 27px 30px 27px 30px;
  }
}
.cardList02 .item.type01 {
  background: #60AD3B;
}
.cardList02 .item.type02 {
  background: #9DCA4C;
}
.cardList02 .item.type03 {
  background: #82765D;
}
.cardList02 .item.type04 {
  background: #FF9002;
}
.cardList02 .item .icon01 {
  position: absolute;
  top: 42px;
  right: 9.5%;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .cardList02 .item .icon01 {
    top: 18px;
    right: 5%;
  }
}
.cardList02 .item .textWrap {
  width: calc(100% - 110px);
}
.cardList02 .item .hdg01 {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .cardList02 .item .hdg01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.cardList02 .item .hdg01 .ja {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 0.01em;
}
@media screen and (max-width: 767px) {
  .cardList02 .item .hdg01 .ja {
    font-size: 2.52rem;
  }
}
.cardList02 .item .hdg01 .en {
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.6;
  display: block;
  word-break: break-all;
}
.cardList02 .item .textH02 {
  color: #fff;
}
.cardList02 .item .btnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .cardList02 .item .btnWrap {
    position: absolute;
    bottom: 37px;
    left: 50px;
  }
}
@media screen and (max-width: 1134px) {
  .cardList02 .item .btnWrap {
    left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cardList02 .item .btnWrap {
    margin-top: 22px;
  }
}

.heading03 + .cardList03 {
  margin-top: 66px;
}

.cardList03 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.4705882353%;
}
@media screen and (max-width: 767px) {
  .cardList03 {
    gap: 4.1666666667vw;
  }
}
.cardList03 + .btn01 {
  margin-top: 65px;
}
.cardList03 .item {
  width: 32.3529411765%;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  padding: 0 25px 19px 26px;
  box-shadow: 0 0 4px rgba(183, 162, 118, 0.3);
}
@media screen and (max-width: 767px) {
  .cardList03 .item {
    width: 100%;
  }
}
.cardList03 .item .fig01 {
  margin-left: -26px;
  margin-right: -25px;
  margin-bottom: 21px;
}
.cardList03 .item .fig01 img {
  width: 100%;
}
.cardList03 .item .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 1.6;
}
.cardList03 .item .iconList {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.contents01 .contactSection {
  background: #fff;
  padding-top: 130px;
  padding-bottom: 115px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection {
    padding-top: 86px;
    padding-bottom: 60px;
  }
}
.contents01 .contactSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #9dca4c 0%, #9dca4c 50%, #ff9002 50%, #ff9002 100%);
}
.contents01 .contactSection .btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 53px 40px 0;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection .btnWrap {
    margin: 8.3333333333vw 0 0;
  }
}
.contents01 .contactSection .btnWrap .btn01 {
  min-width: 47.4452554745%;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection .btnWrap .btn01 {
    width: 100%;
  }
}
.contents01 .contactSection .btnWrap .btn01 a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection .btnWrap .btn01 + .btn01 {
    margin-top: 8.3333333333vw;
  }
}
.contents01 .contactSection .contactBox02 {
  text-align: center;
  background: #FFFBF3;
  border-radius: 20px;
  color: #82765D;
  padding: 70px 52px 49px;
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection .contactBox02 {
    padding: 18.75vw 4.1666666667vw 14.5833333333vw;
    margin-top: 79px;
  }
}
.contents01 .contactSection .contactBox02 .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection .contactBox02 .tx01 {
    font-size: 2rem;
    margin-bottom: 3.125vw;
  }
}
.contents01 .contactSection .contactBox02 .tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection .contactBox02 .tx02 {
    font-size: 11.4583333333vw;
    letter-spacing: 0.01em;
    margin-bottom: 5.8333333333vw;
  }
}
.contents01 .contactSection .contactBox02 .tx03 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection .contactBox02 .tx03 {
    font-size: 2rem;
    margin-bottom: 66px;
  }
}
.contents01 .contactSection .contactBox02 .tx03 .time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 0.5em;
}
.contents01 .contactSection .contactBox02 .tx04 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection .contactBox02 .tx04 {
    font-size: 2.1rem;
    margin-bottom: 66px;
  }
}
.contents01 .news03Section {
  position: relative;
}
body.typeBiz .contents01 .news03Section {
  background: #FFFBF3;
}
.contents01 .news03Section .importantNews02 {
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 15px;
  margin-left: -15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contents01 .news03Section .importantNews02 {
    padding-top: 33px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
    background: none;
  }
}
body.typeBiz .contents01 .news03Section .importantNews02 {
  background: none;
}
.contents01 .news03Section .importantNews02 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contents01 .news03Section .importantNews02 > .inner01 .hdg01 {
  color: #FF9002;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.2em;
  width: 296px;
}
@media screen and (max-width: 767px) {
  .contents01 .news03Section .importantNews02 > .inner01 .hdg01 {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contents01 .news03Section .importantNews02 > .inner01 .hdg01 span {
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.contents01 .news03Section .importantNews02 > .inner01 .newsList01 {
  width: calc(100% - 296px);
}
@media screen and (max-width: 767px) {
  .contents01 .news03Section .importantNews02 > .inner01 .newsList01 {
    margin-left: -4.1666666667vw;
    margin-right: -4.1666666667vw;
    width: calc(100% + 8.3333333333vw);
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.contents01 .news03Section .importantNews02 > .inner01 .newsList01 li .date {
  width: 165px;
}
@media screen and (max-width: 767px) {
  .contents01 .news03Section .importantNews02 > .inner01 .newsList01 li .date {
    width: 112px;
  }
}
.contents01 .news03Section .importantNews02 > .inner01 .newsList01 li .text {
  width: calc(100% - 165px);
}
@media screen and (max-width: 767px) {
  .contents01 .news03Section .importantNews02 > .inner01 .newsList01 li .text {
    /*font-size: 1.4rem;*/
    width: calc(100% - 112px);
  }
}
.contents01 .keyWordSection {
  background: #FFFBF3;
  padding-top: 44px;
}
.contents01 .keyWordSection .hdg01 {
  text-align: center;
  color: #FF9002;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .contents01 .keyWordSection .hdg01 {
    font-size: 1.96rem;
    margin-bottom: 7.2916666667vw;
  }
}
.contents01 .keyWordSection .keyWordList {
  margin-bottom: 50px;
}
.contents01 .keyWordSection .formWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents01 .keyWordSection .formWrap .inputWrap {
  width: 68.407079646%;
  background: #fff url("../img/ic_search02.svg") no-repeat 30px 50%/36px;
  border-radius: 50px 0 0 50px;
  padding-left: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents01 .keyWordSection .formWrap .inputWrap {
    width: 63.8392857143%;
    background-position: 3.5416666667vw 50%;
    background-size: 4.7916666667vw;
    padding-left: 7.9166666667vw;
  }
}
.contents01 .keyWordSection .formWrap .inputWrap input {
  padding: 12px;
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .contents01 .keyWordSection .formWrap .inputWrap input {
    font-size: 1.0em;
    letter-spacing: 0.1em;
    width: 52.0833333333vw;
  }
}
.contents01 .keyWordSection .formWrap .inputWrap input:focus {
  outline: none;
}
.contents01 .keyWordSection .formWrap .inputWrap input::placeholder {
  color: #ccc;
}
.contents01 .keyWordSection .formWrap .btn02 {
  width: 31.592920354%;
}
@media screen and (max-width: 767px) {
  .contents01 .keyWordSection .formWrap .btn02 {
    width: 36.1607142857%;
  }
}
.contents01 .keyWordSection > .CSInner00 > .CSInner02 {
  padding-left: 0;
  padding-right: 0;
}
.contents01 .privacypolicySection {
  padding-top: 79px;
}
.contents01 .privacypolicySection .heading05 + .privacypolicyList01 {
  margin-top: 119px;
}
.contents01 .privacypolicySection .privacypolicyList01 {
  margin-left: 30px;
  margin-right: 180px;
}
@media screen and (max-width: 767px) {
  .contents01 .privacypolicySection .privacypolicyList01 {
    margin-left: 0;
    margin-right: 0;
  }
}
.contents01 .privacypolicySection .box01 {
  padding: 30px 60px 39px;
}
.contents01 .privacypolicySection .CSInner02 + .CSInner00 {
  margin-top: 88px;
}
.contents01 .privacypolicyList01 > li .hdg01 {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.2;
}
.contents01 .privacypolicyList01 > li > .inner01 {
  padding: 32px 0 32px 25px;
}
.contents01 .privacypolicyList01 > li > .inner01 p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  word-break: break-all;
}
.contents01 .privacypolicyList02 > li {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  padding-left: 3em;
  position: relative;
}
.contents01 .privacypolicyList02 > li .num {
  position: absolute;
  top: 0;
  left: 0;
}
.contents01 .contactSection02 {
  padding-top: 43px;
}
.contents01 .contactSection02.pt00 {
  padding-top: 0;
}
.contents01 .contactSection02 .CSInner02 + .CSInner00 {
  margin-top: 26px;
}
.contents01 .contactSection02 .leadWrap {
  max-width: 667px;
  margin-left: auto;
  margin-right: auto;
}
.contents01 .contactSection02 .formWrap {
  max-width: 667px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 51px;
  padding-bottom: 56px;
}
.contents01 .contactSection02 .formWrap .item + .item {
  margin-top: 30px;
}
.contents01 .contactSection02 .formWrap .item + .item.type02 {
  margin-top: 15px;
}
.contents01 .contactSection02 .formWrap .item + .item.type03 {
  margin-top: 49px;
}
.contents01 .contactSection02 .formWrap .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
.contents01 .contactSection02 .formWrap .tx01 + .inputWrap,
.contents01 .contactSection02 .formWrap .tx01 + .selectGroup01 {
  margin-top: 5px;
}
.contents01 .contactSection02 .formWrap .tx02 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 24px;
}
.contents01 .contactSection02 .formWrap .tx03 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contents01 .contactSection02 .formWrap .textH02 {
  color: #4D4D4D;
  margin-bottom: 7px;
}
.contents01 .contactSection02 .formWrap .select01 {
  position: relative;
  padding: 0 100px 0 15px;
  height: 56px;
  font-family: inherit;
  font-size: 16px;
}
.contents01 .contactSection02 .formWrap .inputWrap textarea,
.contents01 .contactSection02 .formWrap .inputWrap input {
  color: #1A1A1A;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 18.5px 15px;
  border-radius: 8px;
  border: 1px solid #1A1A1A;
  color: #000;
  width: 667px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection02 .formWrap .inputWrap textarea,
  .contents01 .contactSection02 .formWrap .inputWrap input {
    width: 100%;
  }
}
.contents01 .contactSection02 .formWrap .inputWrap textarea:focus,
.contents01 .contactSection02 .formWrap .inputWrap input:focus {
  outline: none;
}
.contents01 .contactSection02 .formWrap .inputWrap textarea::placeholder,
.contents01 .contactSection02 .formWrap .inputWrap input::placeholder {
  color: #ccc;
}
.contents01 .contactSection02 .formWrap .inputWrap textarea {
  padding: 10px 15px;
  line-height: 1.75;
}
.contents01 .contactSection02 .formWrap .customerNo {
  max-width: 327px;
}
@media screen and (min-width: 768px) {
  .contents01 .contactSection02 .formWrap .nameWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }
}
.contents01 .contactSection02 .formWrap .nameWrap .name01 {
  max-width: 327px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection02 .formWrap .nameWrap .unit + .unit {
    margin-top: 10px;
  }
}
.contents01 .contactSection02 .formWrap .zipWrap {
  display: flex;
  flex-wrap: wrap;
}
.contents01 .contactSection02 .formWrap .zipWrap input {
  padding: 14.5px 15px;
}
.contents01 .contactSection02 .formWrap .zipWrap .zip01 {
  width: 70px;
}
.contents01 .contactSection02 .formWrap .zipWrap .zip01 input {
  width: 70px;
}
.contents01 .contactSection02 .formWrap .zipWrap .zip02 {
  width: 111px;
  margin-left: 30px;
  position: relative;
}
.contents01 .contactSection02 .formWrap .zipWrap .zip02 input {
  width: 111px;
}
.contents01 .contactSection02 .formWrap .zipWrap .zip02::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22.5px;
  width: 15px;
  height: 1px;
  background: #000;
}
.contents01 .contactSection02 .formWrap .zipWrap .btn05 {
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection02 .formWrap .zipWrap .btn05 {
    margin-left: 0;
    margin-top: 15px;
  }
}
.contents01 .contactSection02 .formWrap .telWrap {
  display: flex;
  flex-wrap: wrap;
}
.contents01 .contactSection02 .formWrap .telWrap input {
  padding: 14.5px 15px;
}
.contents01 .contactSection02 .formWrap .telWrap .tel01 {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection02 .formWrap .telWrap .tel01 {
    width: 19.5833333333vw;
  }
}
.contents01 .contactSection02 .formWrap .telWrap .tel01 input {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection02 .formWrap .telWrap .tel01 input {
    width: 19.5833333333vw;
  }
}
@media screen and (max-width: 335px) {
  .contents01 .contactSection02 .formWrap .telWrap .tel01 input {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contents01 .contactSection02 .formWrap .telWrap .tel02,
.contents01 .contactSection02 .formWrap .telWrap .tel03 {
  width: 111px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection02 .formWrap .telWrap .tel02,
  .contents01 .contactSection02 .formWrap .telWrap .tel03 {
    width: 23.9583333333vw;
  }
}
.contents01 .contactSection02 .formWrap .telWrap .tel02 input,
.contents01 .contactSection02 .formWrap .telWrap .tel03 input {
  width: 111px;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection02 .formWrap .telWrap .tel02 input,
  .contents01 .contactSection02 .formWrap .telWrap .tel03 input {
    width: 23.9583333333vw;
  }
}
@media screen and (max-width: 335px) {
  .contents01 .contactSection02 .formWrap .telWrap .tel02 input,
  .contents01 .contactSection02 .formWrap .telWrap .tel03 input {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contents01 .contactSection02 .formWrap .telWrap .tel02::before,
.contents01 .contactSection02 .formWrap .telWrap .tel03::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22.5px;
  width: 15px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .contents01 .contactSection02 .formWrap .telWrap .tel02,
  .contents01 .contactSection02 .formWrap .telWrap .tel03 {
    margin-left: 6.25vw;
  }
  .contents01 .contactSection02 .formWrap .telWrap .tel02::before,
  .contents01 .contactSection02 .formWrap .telWrap .tel03::before {
    left: -4.6875vw;
    width: 3.125vw;
  }
}

.bizTopMainArea01 {
  margin-top: -16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bizTopMainArea01 {
    margin-top: 0;
  }
}
.bizTopMainArea01 .swiperWrap {
  padding-bottom: 112px;
  background: #FFFBF3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bizTopMainArea01 .swiperWrap {
    padding-bottom: 11.6666666667vw;
  }
}
.bizTopMainArea01 .swiper01 {
  padding: 16px 0 4px;
  background: none;
  position: relative;
}
.bizTopMainArea01 .swiper-slide {
  width: 80%;
  transition: transform 0.3s;
  width: 1130px;
  height: 663px;
  box-shadow: 0 0 4px rgba(183, 162, 118, 0.3);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bizTopMainArea01 .swiper-slide {
    width: 85.4166666667vw;
    height: 80.2083333333vw;
  }
}
.bizTopMainArea01 .swiper-button-next-custom01,
.bizTopMainArea01 .swiper-button-prev-custom01 {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -76px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bizTopMainArea01 .swiper-button-next-custom01,
  .bizTopMainArea01 .swiper-button-prev-custom01 {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    margin-top: -15.8333333333vw;
  }
}
.bizTopMainArea01 .swiper-button-next-custom01 {
  left: 45px;
  background: url("../img/ic_arrow08.svg") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .bizTopMainArea01 .swiper-button-next-custom01 {
    left: 1.875vw;
  }
}
.bizTopMainArea01 .swiper-button-prev-custom01 {
  right: 45px;
  background: url("../img/ic_arrow09.svg") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .bizTopMainArea01 .swiper-button-prev-custom01 {
    right: 1.875vw;
  }
}
.bizTopMainArea01 .swiper-pagination {
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .bizTopMainArea01 .swiper-pagination {
    bottom: 3.5416666667vw;
  }
}
.bizTopMainArea01 .swiper-pagination-bullet {
  background: none;
  border: 1px solid #82765D;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.bizTopMainArea01 .swiper-pagination-bullet-active {
  background: #82765D;
}

.topSection01,
.topSection02 {
  overflow: hidden;
}
.topSection01 .imgContainer01 .textWrap,
.topSection02 .imgContainer01 .textWrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .topSection01 .imgContainer01 .textWrap,
  .topSection02 .imgContainer01 .textWrap {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .topSection01 .imgContainer01.typeImgR .fig01,
  .topSection02 .imgContainer01.typeImgR .fig01 {
    left: 58.3%;
    height: 630px;
  }
  .topSection01 .imgContainer01.typeImgR .fig01 img,
  .topSection02 .imgContainer01.typeImgR .fig01 img {
    width: 999px;
  }
}
@media screen and (min-width: 768px) {
  .topSection01 .imgContainer01.typeImgL .fig01,
  .topSection02 .imgContainer01.typeImgL .fig01 {
    right: 51.3%;
    height: 630px;
  }
  .topSection01 .imgContainer01.typeImgL .fig01 img,
  .topSection02 .imgContainer01.typeImgL .fig01 img {
    width: 999px;
  }
}

.topSection01 {
  padding-top: 94px;
  padding-bottom: 243px;
  background: #FFFAF3;
}
@media screen and (max-width: 767px) {
  .topSection01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.topSection02 {
  padding-top: 164px;
  padding-bottom: 273px;
}
@media screen and (max-width: 767px) {
  .topSection02 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.topSection03 {
  padding-top: 158px;
  padding-bottom: 127px;
  background: #FFFBF3;
}
@media screen and (max-width: 767px) {
  .topSection03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.topSection03 .headingWrap {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .topSection03 .headingWrap {
    margin-bottom: 30px;
  }
}

.topSection04 {
  padding-top: 146px;
  padding-bottom: 127px;
  background: #FFFAF3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topSection04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.topSection04 .btn01 {
  max-width: 541px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 204px;
}
@media screen and (max-width: 767px) {
  .topSection04 .btn01 {
    margin-top: 40px;
  }
}
.topSection04 .btn01 a {
  padding: 0 20px 0 20px;
  background-color: #82765D;
}

.imgContainer03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .imgContainer03 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer03 {
    min-height: 652px;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer03 .fig01 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 652px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .imgContainer03 .fig01 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer03 .textWrap {
    height: 652px;
    width: 62.1%;
    position: relative;
  }
}
.imgContainer03 .textWrap .heading02 + .textH02 {
  margin-top: 116px;
}
@media screen and (max-width: 767px) {
  .imgContainer03 .textWrap .heading02 + .textH02 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer03 .textWrap .telWrap {
    position: absolute;
    bottom: -6px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .imgContainer03 .textWrap .telWrap {
    margin-top: 40px;
  }
}
.imgContainer03 .textWrap .telWrap .tel {
  color: #82765D;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .imgContainer03 .textWrap .telWrap .tel {
    font-size: 11.25vw;
  }
}
.imgContainer03 .textWrap .telWrap .tx01 {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .imgContainer03.typeImgR .fig01 {
    left: 57.3%;
  }
}
@media screen and (min-width: 768px) {
  .imgContainer03.typeImgL .fig01 {
    right: 69.2%;
    height: 652px;
    text-align: right;
  }
  .imgContainer03.typeImgL .fig01 img {
    width: 821px;
  }
}
.imgContainer03.typeImgL .textWrap {
  margin-left: auto;
}

.serviceList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1514614703%;
}
@media screen and (max-width: 767px) {
  .serviceList01 {
    gap: 40px 0;
  }
}
.serviceList01 .item {
  width: 49.4242692648%;
}
@media screen and (max-width: 767px) {
  .serviceList01 .item {
    width: 100%;
  }
}
.serviceList01 .item .fig01 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-align: right;
  position: relative;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .serviceList01 .item .fig01 {
    min-height: 387px;
  }
}
.serviceList01 .item .fig01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 100%;
  background: #82765D;
}
.serviceList01 .item .fig01 figcaption {
  position: absolute;
  bottom: 30px;
  left: 37px;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 1.2;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .serviceList01 .item .fig01 figcaption {
    bottom: 20px;
    left: 20px;
    font-size: 10.4166666667vw;
  }
}
.serviceList01 .item .tx01 {
  color: #82765D;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
	.serviceList01 .item .tx01 {
		font-size: 2.4rem;
	}
}

.serviceList02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
.serviceList02.type02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* ← 中央寄せ */
  gap: 20px; /* ← 子要素間の横・縦の余白をまとめて設定 */
}
}

@media screen and (max-width: 767px) {
  .serviceList02 {
    gap: 20px 0;
  }
}
.serviceList02 .item{
  width: 32.6203208556%;
  border: 1px solid #82765D;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 15px 6px 22px;
  background: #fff;
  box-shadow: 0 0 4px rgba(183, 162, 118, 0.3);
}
@media screen and (max-width: 767px) {
  .serviceList02 .item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.serviceList02 .item .fig01 {
  margin: 0 -15px 20px -22px;
}
.serviceList02 .item .hdg01 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.25;
  min-height: 2.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
	.serviceList02 .item .hdg01 a {
		font-size: 2rem;
	}
}
.serviceList02 .item .hdg01.type02 a {
  font-size: 2rem;
}
.serviceList02 .item .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  min-height: 5.5em;
}
@media screen and (max-width: 767px) {
  .serviceList02 .item .tx01 {
    min-height: inherit;
  }
}

.lineupList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 200px 0;
}
@media screen and (max-width: 767px) {
  .lineupList01 {
    gap: inherit;
  }
}
.lineupList01 .item {
  width: 32.6164874552%;
  border-radius: 0 0 20px 20px;
  padding: 200px 30px 20px;
  background: #FFDEDE;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lineupList01 .item {
    width: 100%;
    padding-bottom: 20px;
  }
  .lineupList01 .item:nth-child(n + 2) {
    margin-top: 100px;
  }
  .lineupList01 .item:nth-child(n + 4) {
    margin-top: 140px;
  }
}
.lineupList01 .item.type02 {
  width: 24.1935483871%;
}
@media screen and (max-width: 767px) {
  .lineupList01 .item.type02 {
    width: 100%;
  }
}
.lineupList01 .item.type02 .hdg01 {
  min-height: 5em;
}
.lineupList01 .item.type02 .fig01 {
  top: -100px;
  width: 182px;
}
.lineupList01 .item .fig01 {
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  width: 327px;
}
.lineupList01 .item .hdg01 {
  text-align: center;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #DB5C68;
  border-radius: 9999px;
  padding: 0.3em 0.2em;
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lineupList01 .item .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  min-height: 5.5em;
}
@media screen and (max-width: 767px) {
  .lineupList01 .item .tx01 {
    min-height: inherit;
  }
}

.imgContainer04 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .imgContainer04 {
    flex-direction: column;
  }
}
.imgContainer04 .fig01 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .imgContainer04 .fig01 {
    width: 100%;
  }
}
.imgContainer04 .fig01 img {
  border-radius: 20px;
}
.imgContainer04 .textWrap {
  width: 43.5%;
}
@media screen and (max-width: 767px) {
  .imgContainer04 .textWrap {
    width: 100%;
  }
}
.imgContainer04.type02 .textWrap {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .imgContainer04.type02 .textWrap {
    width: 100%;
  }
}
.imgContainer04.typeImgL {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .imgContainer04.typeImgL .fig01 {
    margin-top: 20px;
  }
}
.imgContainer04.typeImgL .textWrap {
  margin-left: auto;
}

.introductionExamSection {
  padding-top: 94px;
  padding-bottom: 115px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .introductionExamSection {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.introductionExamSection .heading02 + .examList01 {
  margin-top: 109px;
}
@media screen and (max-width: 767px) {
  .introductionExamSection .heading02 + .examList01 {
    margin-top: 20.8333333333vw;
  }
}
.introductionExamSection .swiperWrap {
  position: relative;
  margin-top: 161px;
}
@media screen and (max-width: 767px) {
  .introductionExamSection .swiperWrap {
    margin-top: 56px;
		padding: 0 7.5%;
    padding-bottom: 56px;
  }
}
.introductionExamSection .swiper-slide {
  transition: transform 0.3s;
  width: 430px;
  padding: 0 25px 30px;
  box-shadow: 0 0 4px rgba(183, 162, 118, 0.3);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .introductionExamSection .swiper-slide {
    width: 84.7916666667vw;
  }
}
.introductionExamSection .swiper-slide .fig01 {
  margin: 0 -25px 15px;
}
.introductionExamSection .swiper-slide .category {
  display: inline-block;
  padding: 0.3em 0.6em;
  font-size: 1.2rem;
  min-width: inherit;
  margin-right: 0;
  margin-bottom: 15px;
}
.introductionExamSection .swiper-slide .tx01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 1.6;
  min-height: 3.3em;
  margin-bottom: 12px;
}
.introductionExamSection .swiper-slide .textH02 {
  line-height: 2;
  min-height: 5.7em;
}
.introductionExamSection .swiper-button-next-custom02,
.introductionExamSection .swiper-button-prev-custom02 {
  position: absolute;
  top: 56%;
  width: 64px;
  height: 64px;
  margin-top: -76px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .introductionExamSection .swiper-button-next-custom02,
  .introductionExamSection .swiper-button-prev-custom02 {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    margin-top: -15.8333333333vw;
  }
}
.introductionExamSection .swiper-button-next-custom02 {
  left: calc(50% - 708px);
  background: url("../img/ic_arrow15.svg") no-repeat 0 0/contain;
}
@media screen and (max-width: 1460px) {
  .introductionExamSection .swiper-button-next-custom02 {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .introductionExamSection .swiper-button-next-custom02 {
    left: 2.0833333333vw;
  }
}
.introductionExamSection .swiper-button-prev-custom02 {
  right: calc(50% - 708px);
  background: url("../img/ic_arrow16.svg") no-repeat 0 0/contain;
}
@media screen and (max-width: 1460px) {
  .introductionExamSection .swiper-button-prev-custom02 {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .introductionExamSection .swiper-button-prev-custom02 {
    right: 2.0833333333vw;
  }
}
.introductionExamSection .swiper-pagination {
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .introductionExamSection .swiper-pagination {
    bottom: 3.5416666667vw;
  }
}
.introductionExamSection .swiper-pagination-bullet {
  background: none;
  border: 1px solid #60AD3B;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.introductionExamSection .swiper-pagination-bullet-active {
  background: #60AD3B;
}

.examList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.2102874433%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .examList01 {
    gap: 4.1666666667vw;
  }
}
.examList01 .item {
  width: 32.5264750378%;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  padding: 0 25px 34px 26px;
  box-shadow: 0 0 4px rgba(183, 162, 118, 0.3);
}
@media screen and (max-width: 767px) {
  .examList01 .item {
    width: 100%;
  }
}
.examList01 .item .fig01 {
  margin-left: -26px;
  margin-right: -25px;
  margin-bottom: 20px;
}
.examList01 .item .tx01 {
  display: inline-block;
  color: #fff;
  background: #FF9002;
  border-radius: 30px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
  padding: 7px 10px 6px;
  margin-bottom: 16px;
}
.examList01 .item .tx02 {
  color: #484848;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 1.5;
  margin-bottom: 38px;
}
.examList01 .item .textH02 {
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* ← 行数を指定 */
  -webkit-box-orient: vertical;
  /* ← 縦方向のボックスにする */
  overflow: hidden;
  /* ← はみ出しを隠す */
}

.news01Section {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .news01Section {
    padding-bottom: 23.3333333333vw;
  }
}

.news02Section {
  padding-top: 74px;
}
.news02Section article {
  padding-bottom: 45px;
}
.news02Section .fig01 {
  margin-top: 40px;
}
.news02Section .fig01 img {
  border-radius: 20px;
}
.news02Section .fig01 + .textH02 {
  margin-top: 40px;
}
.news02Section .btn04 {
  margin-top: 50px;
}
.news02Section .btn04 + .btn04 {
  margin-top: 29px;
}

.infoWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 78px;
  position: relative;
}
.infoWrap .new {
  color: #FF2084;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  border: 2px solid #FF2084;
  padding: 4px 16px;
}
.infoWrap .category {
  padding: 4px 26px;
  margin-right: 0;
  min-width: inherit;
}
.infoWrap .date {
  position: absolute;
  top: -18px;
  right: 0;
  color: #82765D;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
}

.contactSection02 .formWrap .inputWrap textarea,
.contactSection02 .formWrap .inputWrap input {
  background: #fff;
}
.contactSection02 .formWrap .inputWrap textarea:focus,
.contactSection02 .formWrap .inputWrap input:focus {
  border: 1px solid #B78F00;
  outline: 3px solid #B78F00;
}
.contactSection02 .formWrap .selectGroup01 {
  background: #fff;
}
.contactSection02 .formWrap .textH02 + .textH02 {
  margin-top: 0;
}
.contactSection02 .formWrap .mwform-checkbox-field-text:before {
  background: #fff;
}
.contactSection02 .formWrap .check01:checked + .mwform-checkbox-field-text:before {
  background: #2C2C2C;
}

.commonSection01 {
  padding-top: 102px;
  padding-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .commonSection01 {
    padding-top: 51px;
    padding-bottom: 27px;
  }
}

.commonSection02 {
  padding-top: 120px;
  padding-bottom: 102px;
}
@media screen and (max-width: 767px) {
  .commonSection02 {
    padding-top: 60px;
    padding-bottom: 51px;
  }
}

.bgB02 {
  background: #e9e3d6;
}

.bgB03 {
  background: #EAE0CE;
}

.bgO03 {
  background: #FFFBF3;
}

.textH01 + .imgList01,
.textH02 + .imgList01,
.textH03 + .imgList01,
.textH04 + .imgList01,
.textH05 + .imgList01,
.textH06 + .imgList01 {
  margin: 89px 0 55px 26px;
}
.textH01 + .btn01,
.textH02 + .btn01,
.textH03 + .btn01,
.textH04 + .btn01,
.textH05 + .btn01,
.textH06 + .btn01 {
  margin-top: 50px;
}

.imgList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.imgList01 li {
  border-radius: 20px;
  overflow: hidden;
}

.heading02 + .tabList01 {
  margin-top: 110px;
}
.heading02 + .textH02 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .heading02 + .textH02 {
    margin-top: 40px;
  }
}
.heading02 + .imgContainer04,
.heading02 + .serviceList02 {
  margin-top: 112px;
}
@media screen and (max-width: 767px) {
  .heading02 + .imgContainer04,
  .heading02 + .serviceList02 {
    margin-top: 56px;
  }
}

.heading05 + .imgContainer04 {
  margin-top: 144px;
}
@media screen and (max-width: 767px) {
  .heading05 + .imgContainer04 {
    margin-top: 60px;
  }
}

.headingWrap {
  margin-bottom: 37px;
}
.headingWrap .heading02 + .textH02 {
  margin-top: 72px;
}
.headingWrap .heading02 + .textH03 {
  margin-top: 56px;
}
.headingWrap .heading05 + .textH02 {
  margin-top: -22px;
}
.headingWrap .heading05 + .textH04 {
  margin-top: -34px;
}
.headingWrap.type02 {
  margin-top: 82px;
}
.headingWrap + .serviceList02 {
  margin-top: 75px;
}
.headingWrap + .lineupList01 {
  margin-top: 190px;
}
@media screen and (max-width: 767px) {
  .headingWrap + .lineupList01 {
    margin-top: 120px;
  }
}

.tabList01 li.all {
  border: 2px solid #82765D;
}
.tabList01 li.all.current {
  background: #82765D;
}

.box01.type02 {
  max-width: inherit;
  padding: 31px 50px 31px;
}
@media screen and (max-width: 767px) {
  .box01.type02 {
    padding: 20px 20px 20px;
  }
}
.box01.type02 .textH03 + .textH03 {
  margin-top: 2.7rem;
}

.CSInner00.bgB02 .btn01 > button,
.CSInner00.bgB02 .btn01 > a {
  background: url("../img/ic_arrow14.svg") no-repeat calc(100% - 27px) 50%/51px;
  background-color: #fff;
  border: 2px solid #82765D;
}

.CSInner00.bgB02 .btn01.typeBack03 > button,
.CSInner00.bgB02.btn01.typeBack03 > a {
    background: url(../img/ic_arrow12.svg) no-repeat 27px center / 48px;
    background-color: #fff;
    border: 2px solid #82765D;
    width: 100%;
    height: 100px;
    max-width: 530px;
    padding: 0 52px 0 100px;
    color: #3A3838;
}



@media screen and (max-width: 767px) {
 .CSInner00.bgB02 .btn01.typeBack03 > button,
 .CSInner00.bgB02 .btn01.typeBack03 > a {
    font-size: 2rem;
    background-position: 4.7916666667vw 50%;
    background-size: 8.3333333333vw;
    height: 84px;
  }
}
@media screen and (min-width: 768px) {
 .CSInner00.bgB02 .btn01.typeBack03 > button:hover,
 .CSInner00.bgB02 .btn01.typeBack03 > a:hover {
    opacity: 0.7;
  }
}



.textH04 + .olList01 {
  margin-top: 50px;
}

.olList01 li + li {
  margin-top: 22px;
}
.olList01 li .textH04 + .textH02 {
  margin-top: 3px;
}

/* Clearfix
*****************************************/
.cf::after {
  content: "";
  display: block;
  clear: both;
}
