@charset "UTF-8";
/****************************************************
 * Stylesheet
 ****************************************************/
/**リセット**/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  background-color: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="submit"] {
  webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table_basic {
  max-width: 100%;
  margin: 0 0 1em;
  border: none;
  border-right: 1px solid rgba(199, 147, 51, 0.3);
  border-bottom: 1px solid rgba(199, 147, 51, 0.3);
  border-spacing: 0;
  border-collapse: collapse;
}
table.table_basic.full {
  width: 100%;
}
table.table_basic > tbody > tr > th,
table.table_basic > tbody > tr > td {
  padding: 1em;
  border-top: 1px solid rgba(199, 147, 51, 0.3);
  border-left: 1px solid rgba(199, 147, 51, 0.3);
  text-align: left;
}
table.table_basic > tbody > tr > th.no_wrap,
table.table_basic > tbody > tr > td.no_wrap {
  white-space: nowrap;
}
table.table_basic > tbody > tr > th {
  background-color: rgba(199, 147, 51, 0.3);
}
table.table_basic > tbody > tr > td.colored {
  background-color: rgba(199, 147, 51, 0.3);
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

sup {
  font-size: 0.5em;
  vertical-align: text-top;
}

sub {
  font-size: 0.5em;
  vertical-align: text-bottom;
}

address {
  font-style: normal;
}

/**common**/
html {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 10px;
  color: #0f0f0f;
}
@media only screen and (max-width: 767px) {
  html {
    height: 100%;
    font-size: 9px;
  }
}

body {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #0f0f0f;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.txt_bold {
  font-weight: bold;
}
.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.list_point {
  position: relative;
  padding-left: 1em;
}
.list_point::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c79333;
  position: absolute;
  top: calc(0.5em * 2 - 2.5px);
  left: 0;
}

.header {
  padding: 2.4rem 0;
  background-color: #fff8ea;
}
.header .inner {
  width: 93.75%;
  max-width: 1200px;
  margin: 0 auto;
}
.header .logo {
  width: 12.5rem;
  height: 6.6rem;
  background: #fff;
}
.header .logo a {
  display: grid;
  place-content: center;
  height: 100%;
}
.header .logo a img {
  width: 110px;
}

.fix_contact {
  width: 93.75%;
  max-width: 1200px;
  height: 0;
  text-align: right;
  position: fixed;
  top: 2.4rem;
  left: 50%;
  z-index: 99;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fix_contact a {
  width: 12.8rem;
  height: 4rem;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/header_contact.svg") center no-repeat #fff;
  -webkit-background-size: 94px auto;
  background-size: 94px auto;
  display: inline-block;
  border: 2px solid #0f0f0f;
  border-radius: 20px;
}
.fix_contact a:hover {
  background-image: url("../img/header_contact_hover.svg");
  background-color: #0f0f0f;
}

.footer {
  padding: 1.7rem 0;
  color: #ffffff;
  background-color: #ff0000;
}
.footer .copyright {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.bg_area1 {
  width: 100%;
  background-color: #fff8ea;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg_area1:after {
  width: 188.8rem;
  height: 106.9rem;
  content: "";
  background-image: url("../img/mark.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
  -moz-transform: translate(36%, 0);
  -ms-transform: translate(36%, 0);
  -webkit-transform: translate(36%, 0);
  transform: translate(36%, 0);
}
@media only screen and (max-width: 767px) {
  .bg_area1:after {
    width: 94.4rem;
    height: 53.45rem;
  }
}

.sec_fv {
  padding: 7.5rem 0 9.6rem 0;
}
@media only screen and (max-width: 767px) {
  .sec_fv {
    padding: 3.75rem 0 6rem 0;
  }
}
.sec_fv h1 {
  width: 56rem;
  max-width: 100%;
  margin: 0 auto;
}
.sec_fv h2 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 9.6rem auto;
}
@media only screen and (max-width: 767px) {
  .sec_fv h2 {
    margin-bottom: 7.5rem;
  }
}
.sec_fv p {
  width: 48rem;
  max-width: 100%;
  margin: 0 auto;
}

.sec_whats {
  padding-bottom: 19.2rem;
}
@media only screen and (max-width: 767px) {
  .sec_whats {
    padding-bottom: 9.1rem;
  }
}
.sec_whats h2 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 4.7rem auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_whats h2 {
    margin-bottom: 2.8rem;
  }
}
.sec_whats p {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  line-height: 2;
  font-weight: 500;
}

.sec_topics {
  padding-bottom: 12rem;
}
.sec_topics h2 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 5rem auto;
  text-align: center;
}
.topics_list {
  width: 93.75%;
  max-width: 87rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics_list {
    width: 90%;
  }
}
.topics_list li a {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  border-bottom: 3px solid #fbf0db;
  padding: 3rem 2rem;
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .topics_list li a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.topics_list li a:hover .title {
  color: #c79333;
}
.topics_list li a .date {
  color: #c79333;
}
.topics_list li a .title {
  transition: color 0.5s;
}
.topics_btn {
  text-align: center;
  padding-top: 4rem;
}
.topics_btn a {
  width: 12.8rem;
  height: 4rem;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/topics_btn.svg") center no-repeat #fff;
  -webkit-background-size: 70px auto;
  background-size: 70px auto;
  display: inline-block;
  border: 2px solid #0f0f0f;
  border-radius: 20px;
}
.topics_btn a:hover {
  background-image: url("../img/topics_btn_hover.svg");
  background-color: #0f0f0f;
}

.sec_food {
  padding: 8rem 0 12rem 0;
  background-color: #c84c06;
}
@media only screen and (max-width: 767px) {
  .sec_food {
    padding: 4rem 0 4.8rem 0;
  }
}
.sec_food h2 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 6.8rem auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_food h2 {
    margin-bottom: 3rem;
    width: auto;
    margin-inline: 1em;
  }
}
.sec_food p {
  width: 76.8rem;
  max-width: 100%;
  margin: 9.56rem auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec_food p {
    margin-top: 4rem;
  }
}
.sec_food .img-scroll {
  width: 100%;
  overflow: hidden;
}
.sec_food .img-scroll ul {
  display: -webkit-flex;
  display: flex;
  animation: img-scroll 30s linear infinite both;
}
.sec_food .img-scroll ul li {
  padding: 0 4rem;
  -webkit-flex: 0 0 32rem;
  flex: 0 0 32rem;
}
@media only screen and (max-width: 767px) {
  .sec_food .img-scroll ul li {
    padding: 0 2rem;
    -webkit-flex: 0 0 16rem;
    flex: 0 0 16rem;
  }
}
.sec_food .img-scroll.reverse ul {
  animation: img-scroll2 30s linear infinite both;
}
.sec_food .img-scroll + .img-scroll {
  margin-top: 7.96rem;
}
@media only screen and (max-width: 767px) {
  .sec_food .img-scroll + .img-scroll {
    margin-top: 3rem;
  }
}

@keyframes img-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--ul-width) / 2));
  }
}
@keyframes img-scroll2 {
  from {
    transform: translateX(calc(-1 * var(--ul-width) / 2));
  }
  to {
    transform: translateX(0);
  }
}
.sec_partner {
  padding: 6.5rem 0 9.6rem 0;
  background-color: #c79333;
}
@media only screen and (max-width: 767px) {
  .sec_partner {
    padding: 4rem 0 4.8rem 0;
  }
}
.sec_partner h2 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 5.6rem auto;
}
@media only screen and (max-width: 767px) {
  .sec_partner h2 {
    margin-bottom: 2.8rem;
  }
}
.sec_partner .partner_list {
  width: 98%;
  max-width: 93.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec_partner .partner_list {
    width: 80%;
    max-width: 48rem;
  }
}
.sec_partner .partner_list li {
  padding: 5rem 4rem;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 64px;
}
@media only screen and (max-width: 900px) {
  .sec_partner .partner_list li {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_partner .partner_list li {
    padding: 4rem;
    display: block;
  }
}
.sec_partner .partner_list li + li {
  margin-top: 4rem;
}
@media only screen and (max-width: 900px) {
  .sec_partner .partner_list li + li {
    margin-top: 8rem;
  }
}
.sec_partner .partner_list li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_partner .partner_list li .bg span {
  width: 39%;
  height: auto;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 900px) {
  .sec_partner .partner_list li .bg span {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_partner .partner_list li .bg span {
    width: 100%;
    left: 0 !important;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sec_partner .partner_list li .bg span:nth-child(1) {
  left: 0;
}
.sec_partner .partner_list li .bg span:nth-child(2) {
  left: 15.25%;
}
@media only screen and (max-width: 900px) {
  .sec_partner .partner_list li .bg span:nth-child(2) {
    left: 15%;
  }
}
.sec_partner .partner_list li .bg span:nth-child(3) {
  left: 30.5%;
}
@media only screen and (max-width: 900px) {
  .sec_partner .partner_list li .bg span:nth-child(3) {
    left: 30%;
  }
}
.sec_partner .partner_list li .bg span:nth-child(4) {
  left: 45.75%;
}
@media only screen and (max-width: 900px) {
  .sec_partner .partner_list li .bg span:nth-child(4) {
    left: 45%;
  }
}
.sec_partner .partner_list li .bg span:nth-child(5) {
  right: 0;
}
.sec_partner .partner_list li .thumbnail {
  width: 33.6%;
  aspect-ratio: 1/1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec_partner .partner_list li .thumbnail {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.sec_partner .partner_list li .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_partner .partner_list li .text {
  width: 66.4%;
  padding: 0 3rem;
}
.sec_partner .partner_list li.menu .text {
  width: 64%;
}
@media only screen and (max-width: 767px) {
  .sec_partner .partner_list li .text,
  .sec_partner .partner_list li.menu .text {
    width: 100%;
    padding: 0 0 6rem 0;
  }
}
.sec_partner .partner_list li .text p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  line-height: 1.71429;
}
.sec_partner .partner_list li .text p {
  margin-bottom: 0;
}
.sec_partner .partner_list li .text p.menu_title {
  margin-bottom: 0.75em;
  font-size: 1.6rem;
  line-height: 1.3;
}
.sec_partner .partner_list li .text h3 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .sec_partner .partner_list li .text h3 {
    width: 14rem;
    margin-bottom: 1.5rem;
  }
}
.sec_partner .partner_list li .text dl dt {
  margin-bottom: 1rem;
  font-weight: 700;
}
.sec_partner .partner_list li .text dl dd {
  font-size: 1.1rem;
  line-height: 1.63636;
}
.sec_partner .partner_list li:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec_partner .movie {
  width: 90%;
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 5rem;
  overflow: hidden;
  margin-top: 6rem;
  aspect-ratio: 16/9;
}
.sec_partner .movie iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .sec_partner .movie {
    border-radius: 2.5rem;
  }
}

.sec_product {
  padding: 6.5rem 0 9.6rem 0;
  background-color: #5a782d;
}
@media only screen and (max-width: 767px) {
  .sec_product {
    padding: 4rem 0 4.8rem 0;
  }
}
.sec_product h2 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 5.6rem auto;
}
@media only screen and (max-width: 767px) {
  .sec_product h2 {
    margin-bottom: 2.8rem;
  }
}
.sec_product .product_list {
  width: 98%;
  max-width: 93.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec_product .product_list {
    width: 80%;
    max-width: 48rem;
  }
}
.sec_product .product_list li {
  padding: 5rem 4rem 6.8rem 4rem;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 64px;
}
@media only screen and (max-width: 900px) {
  .sec_product .product_list li {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_product .product_list li {
    padding: 4rem;
    display: block;
  }
}
.sec_product .product_list li + li {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 900px) {
  .sec_product .product_list li + li {
    margin-top: 8rem;
  }
}
.sec_product .product_list li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec_product .product_list li .bg span {
  width: 39%;
  height: auto;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 900px) {
  .sec_product .product_list li .bg span {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_product .product_list li .bg span {
    width: 100%;
    left: 0 !important;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sec_product .product_list li .bg span:nth-child(1) {
  left: 0;
}
.sec_product .product_list li .bg span:nth-child(2) {
  left: 15.25%;
}
@media only screen and (max-width: 900px) {
  .sec_product .product_list li .bg span:nth-child(2) {
    left: 15%;
  }
}
.sec_product .product_list li .bg span:nth-child(3) {
  left: 30.5%;
}
@media only screen and (max-width: 900px) {
  .sec_product .product_list li .bg span:nth-child(3) {
    left: 30%;
  }
}
.sec_product .product_list li .bg span:nth-child(4) {
  left: 45.75%;
}
@media only screen and (max-width: 900px) {
  .sec_product .product_list li .bg span:nth-child(4) {
    left: 45%;
  }
}
.sec_product .product_list li .bg span:nth-child(5) {
  right: 0;
}
.sec_product .product_list li .img {
  width: 33.6%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_product .product_list li .img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.sec_product .product_list li .img img {
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
}
.sec_product .product_list li .img .product_img01 {
  width: 114%;
}
.sec_product .product_list li .img .product_img02{
}
.sec_product .product_list li .img .product_img03{
  width: 115%;
  left: -7px;
}
.sec_product .product_list li .img .product_img04{
  width: 100%;
}
.sec_product .product_list li .text {
  width: 66.4%;
  padding: 0 3rem;
  font-family: "Noto Sans";
}
.sec_product .product_list li ul.graff_bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec_product .product_list li ul.graff_bottom li {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .sec_product .product_list li .text {
    width: 100%;
    padding: 0 0 6rem 0;
  }
}
.sec_product .product_list li .text h3 {
  margin-top: 20px;
  font-size: 2.4rem;
  margin-bottom: 0.66em;
  font-weight: 700;
}
.sec_product .product_list li .text p {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71429;
}
.sec_product .product_list li .text p.mt14{
  margin-top: 14px;
}
.sec_product .product_list li .text p.annotation {
  font-size: 1.4rem;
  font-weight: 500;
}
.sec_product .product_list li .text p.footnote {
  font-size: 1.1rem;
  line-height: 1.45;
  margin-bottom: 0;
  font-weight: 500;
}
.sec_product .product_list li:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec_product .product_list ol.nutrition_nuber_item li {
  font-weight: 700;
  padding: 0;
  position: relative;
  padding-left: 31px;
  display: inline-block;
  margin-top: 4px;
  display: block;
}
.sec_product .product_list ol.nutrition_nuber_item li .txtLarge {
  margin-left: 4px;
}
.sec_product .product_list ol.nutrition_nuber_item li .txtLarge ruby {
  font-size: 2.6rem;
  font-weight: 700;
}
.sec_product .product_list ol.nutrition_nuber_item li .txtLarge ruby rt {
  font-size: 1rem;
  font-weight: 500;
}
.sec_product .product_list ol.nutrition_nuber_item {
  counter-reset: number;
}
.sec_product .product_list ol.nutrition_nuber_item > li:before {
  position: absolute;
  counter-increment: number;
  content: '' counter(number) '';
  top: 10px;
  left: 0;
  background: #c79333;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sec_product .product_list ol.nutrition_nuber_item li > ul li {
  margin-top: 0;
  padding-left: 0;
  font-size: 1.1rem;
  display: block;
  font-weight: 400;
  line-height: 1.6;
}
.sec_product .product_list ol.nutrition_nuber_item li > ul {
  display: block;
  margin-top: 4px;
  margin-bottom: 14px;
}
.sec_product .product_list ol.nutrition_nuber_item > li:first-child:before {
  top: 12px;
}
.sec_product .product_list ol.nutrition_nuber_item li .colorRed {
  color: #c84c06;
}
.sec_product .product_list ol.nutrition_nuber_item li .txtSmall {
  vertical-align: super;
  font-weight: 400;
  font-size: 1.4rem;
}
.sec_product .product_list ol.nutrition_nuber_item li .txtLarge {
  font-size: 2.6rem;
}
.sec_product .product_list ol.nutrition_nuber_item li .txtSLarge {
  font-size: 1.8rem;
  margin-left: 4px;
}
.sec_product .product_list li .text .txtSmall {
  font-size: 1.1rem;
  font-weight: 500;
}
.sec_product .product_list li .text h3 + p {
  margin-bottom: 0;
}
.sec_product .product_list li .text h3 + p.mb6{
  margin-bottom: 6px;
}
.sec_examples {
  padding: 5rem 0 6.5rem 0;
  background-color: #fff8ea;
}
@media only screen and (max-width: 767px) {
  .sec_examples {
    padding: 3rem 0 3.25rem 0;
  }
  .sec_product .product_list ol.nutrition_nuber_item > li:before{
    top: -2px;
  }
  .sec_product .product_list ol.nutrition_nuber_item > li:first-child:before {
    top: 8px;
  }
  .sec_product .product_list ol.nutrition_nuber_item li .spArea{
    display: block;
  }
}
.sec_examples h2 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 5.6rem auto;
}
@media only screen and (max-width: 767px) {
  .sec_examples h2 {
    margin-bottom: 2.8rem;
  }
}

.sec_news {
  padding: 5rem 0 10.5rem 0;
}
@media only screen and (max-width: 767px) {
  .sec_news {
    padding: 3rem 0 5.25rem 0;
  }
}
.sec_news h2 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 5.6rem auto;
}
@media only screen and (max-width: 767px) {
  .sec_news h2 {
    margin-bottom: 2.8rem;
  }
}

.carousel .owl-carousel .item {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
@media only screen and (max-width: 1599px) {
  .carousel .owl-carousel .item {
    width: 32rem;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .owl-carousel .item {
    padding: 0 1.5rem;
  }
}
.carousel .owl-carousel .item a {
  display: block;
}
.carousel .owl-carousel .item a:hover .img {
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}
.carousel .owl-carousel .item a:hover .text h3 {
  color: #c79333;
}
.carousel .owl-carousel .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 32/24;
  margin-bottom: 2.4rem;
  -moz-border-radius: 12rem;
  -webkit-border-radius: 12rem;
  border-radius: 12rem;
  overflow: hidden;
  -moz-transition: border-radius 0.5s;
  -o-transition: border-radius 0.5s;
  -webkit-transition: border-radius 0.5s;
  transition: border-radius 0.5s;
}
@media only screen and (max-width: 1099px) {
  .carousel .owl-carousel .item .img {
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
    border-radius: 10rem;
  }
}
.carousel .owl-carousel .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .owl-carousel .item .text .date {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: block;
}
.carousel .owl-carousel .item .text h3 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.5;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.carousel .owl-carousel .item .text p {
  font-size: 1.2rem;
  line-height: 1.66667;
  color: #5a5a5a;
}
.carousel .owl-carousel .owl-dots {
  margin-top: 4rem;
  text-align: center;
  letter-spacing: -0.4em;
}
@media only screen and (max-width: 767px) {
  .carousel .owl-carousel .owl-dots {
    margin-top: 2rem;
  }
}
.carousel .owl-carousel .owl-dots > * {
  display: inline-block;
  letter-spacing: normal;
}
.carousel .owl-carousel .owl-dots .owl-dot {
  margin: 0 0.8rem;
}
.carousel .owl-carousel .owl-dots .owl-dot span {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #dedede;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.carousel .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #0f0f0f;
}
.carousel .owl-carousel .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 35%;
  left: 0;
}
.carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 2.5%;
}
.carousel .owl-carousel .owl-nav .owl-prev span {
  width: 6.4rem;
  height: 4rem;
  background-image: url("../img/prev.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.carousel .owl-carousel .owl-nav .owl-prev:hover {
  opacity: 0.6;
}
.carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 2.5%;
}
.carousel .owl-carousel .owl-nav .owl-next span {
  width: 6.4rem;
  height: 4rem;
  background-image: url("../img/next.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.carousel .owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.6;
}

/* TOPICSページ */
.topics_list_page,
.topics_detail_page {
  width: 100%;
  background-color: #fff8ea;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.topics_list_page::before,
.topics_detail_page::before {
  width: 66rem;
  height: 37.4rem;
  content: "";
  background-image: url("../img/mark.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  /* z-index: -1; */
  -moz-transform: translate(36%, 0);
  -ms-transform: translate(36%, 0);
  -webkit-transform: translate(36%, 0);
  transform: translate(36%, 0);
  pointer-events: none;
}
.topics_list_page h1,
.topics_detail_page h1 {
  width: 76.8rem;
  max-width: 100%;
  margin: 0 auto 6.3rem auto;
  text-align: center;
}
.topics_detail_page .contents {
  width: 93.75%;
  max-width: 87rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics_detail_page .contents {
    width: 90%;
  }
}
.topics_detail_page .contents h2 {
  font-size: 2.6rem;
  margin: 0 0 5rem 0;
}
.topics_detail_page .contents h3 {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  margin: 6rem 0 2rem;
  padding: 0 0 0 2.5rem;
}
.topics_detail_page .contents h3::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #c79333;
  position: absolute;
  top: calc(0.5em * 1.5 - 7.5px);
  left: 0;
}
.topics_detail_page .contents h3.mt_0 {
  margin-top: 0;
}
.topics_detail_page .contents .date {
  text-align: right;
  color: #c79333;
  padding-bottom: 3rem;
}
.topics_detail_page .contents p {
  padding-bottom: 1em;
  line-height: 2;
}
.topics_detail_page .contents a {
  color: #c79333;
}
.topics_detail_page .contents a:hover {
  text-decoration: underline;
}
.topics_detail_page .contents .img {
  text-align: center;
  border-radius: 4rem;
  overflow: hidden;
}
.topics_detail_page .contents .img.no_radius {
  border-radius: 0;
}
.topics_detail_page .contents .img.no_radius img {
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .topics_detail_page .contents .img {
    text-align: center;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.topics_detail_page .layout_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .topics_detail_page .layout_img {
    flex-direction: column;
  }
}
.topics_detail_page .layout_img .img {
  width: 46%;
}
.topics_detail_page .layout_img .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 4rem;
  overflow: hidden;
}
.topics_detail_page .layout_img.small .img {
  width: 26%;
  border-radius: 0;
}
.topics_detail_page .layout_img.small .img img {
  border-radius: 2rem;
}
.topics_detail_page .layout_img .txt {
  width: 50%;
}
.topics_detail_page .layout_img.small .txt {
  width: 70%;
}
.topics_detail_page .layout_img .txt p:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .topics_detail_page .layout_img .img,
  .topics_detail_page .layout_img.small .img,
  .topics_detail_page .layout_img .txt,
  .topics_detail_page .layout_img.small .txt {
    width: 100%;
  }
  .topics_detail_page .layout_img .img img {
    border-radius: 2rem;
  }
  .topics_detail_page .layout_img.small .img img {
    width: auto;
  }
  .topics_detail_page .layout_img > *:first-child {
    margin-bottom: 2rem;
  }
}
.topics_btn.back {
  padding: 8rem 0 12rem;
}
@media only screen and (max-width: 767px) {
  .topics_btn.back {
    padding: 4rem 0 6rem;
  }
}
.topics_btn.back a {
  background: url("../img/topics_btn_back.svg") center no-repeat #fff;
  -webkit-background-size: 76px auto;
  background-size: 76px auto;
}
.topics_btn.back a:hover {
  background-image: url("../img/topics_btn_back_hover.svg");
  background-color: #0f0f0f;
}
.topics_btn.back.top a {
  background: url("../img/topics_btn_back_top.svg") center no-repeat #fff;
}
.topics_btn.back.top a:hover {
  background-image: url("../img/topics_btn_back_top_hover.svg");
  background-color: #0f0f0f;
}
