@charset "UTF-8";
/* Scss Document */
.indent-1 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.site-main {
  width: 100%;
}
.site-main .site-main-header {
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header {
    padding: 30px 0;
  }
}
.site-main .site-main-header .en {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0;
  margin: 1.111em 0 0 0;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header .en {
    font-size: 1.4rem;
  }
}
.site-main .site-main-header .ja {
  width: 100%;
  text-align: center;
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.6rem;
  padding: 0;
  margin: 0;
  letter-spacing: 0.111em;
  line-height: 1.111em;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header .ja {
    font-size: 2rem;
  }
}
.site-main .site-main-header .description {
  width: 850px;
  margin: 30px auto 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.777em;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header .description {
    width: 87.5%;
    font-size: 1.4rem;
    margin: 25px auto 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.site-main .site-main-header .description.left {
  letter-spacing: 0.11em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.site-main .site-main-header .navi {
  width: 100%;
  padding: 0;
  margin: 0;
}
.site-main .site-main-header .navi ul {
  width: 850px;
  list-style: none;
  padding: 25px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header .navi ul {
    display: block;
    width: 87.5%;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.site-main .site-main-header .navi ul.w1000 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header .navi ul.w1000 {
    width: 87.5%;
  }
}
.site-main .site-main-header .navi ul li {
  margin: 7.5px 15px;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header .navi ul li {
    margin: 15px 0 0 0;
  }
}
.site-main .site-main-header .navi ul li.w30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header .navi ul li.w30 {
    width: 100%;
  }
}
.site-main .site-main-header .navi ul li a {
  color: #CD4A1E;
  font-size: 1.4rem;
}
.site-main .site-main-header .navi ul li a:before {
  background: #CD4A1E;
}
.site-main .site-main-header .award {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .site-main .site-main-header .award {
    font-size: 2rem;
  }
}
.site-main .sec-wrap,
.site-main .container {
  width: 100%;
}
.site-main .sec-wrap.background,
.site-main .container.background {
  background-color: #F5F5F5;
}
.site-main .sec-wrap.background-pink,
.site-main .container.background-pink {
  background-color: #FFF4F8;
}
.site-main .sec-wrap.background-beige,
.site-main .container.background-beige {
  background-color: #FFF7ED;
}
.site-main .sec-wrap.background-green,
.site-main .container.background-green {
  background-color: #EAF3E1;
}
.site-main .sec-wrap .sec-wrap-header,
.site-main .container .sec-wrap-header {
  width: 100%;
  padding: 70px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .site-main .sec-wrap .sec-wrap-header,
  .site-main .container .sec-wrap-header {
    padding: 30px 0;
  }
}
.site-main .sec-wrap .sec-wrap-header .sec-wrap-title,
.site-main .container .sec-wrap-header .sec-wrap-title {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  padding: 0;
  margin: 0;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .site-main .sec-wrap .sec-wrap-header .sec-wrap-title,
  .site-main .container .sec-wrap-header .sec-wrap-title {
    font-size: 2rem;
    width: 90%;
    margin: 0 auto;
  }
}
.site-main .sec-wrap .sec-wrap-header .sec-wrap-title.top-title,
.site-main .container .sec-wrap-header .sec-wrap-title.top-title {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .site-main .sec-wrap .sec-wrap-header .sec-wrap-title.top-title,
  .site-main .container .sec-wrap-header .sec-wrap-title.top-title {
    font-size: 3rem;
  }
}
.site-main .sec-wrap .sec-wrap-header .sec-wrap-sub-title,
.site-main .container .sec-wrap-header .sec-wrap-sub-title {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 0;
  margin: 40px 0 0 0;
  letter-spacing: 3px;
  color: #CD4A1E;
}
@media screen and (max-width: 767px) {
  .site-main .sec-wrap .sec-wrap-header .sec-wrap-sub-title,
  .site-main .container .sec-wrap-header .sec-wrap-sub-title {
    font-size: 1.6rem;
    width: 90%;
    margin: 20px auto 0 auto;
  }
}
.site-main .sec-wrap .sec-wrap-header .sec-wrap-description,
.site-main .container .sec-wrap-header .sec-wrap-description {
  width: 1000px;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.111em;
}
@media screen and (max-width: 767px) {
  .site-main .sec-wrap .sec-wrap-header .sec-wrap-description,
  .site-main .container .sec-wrap-header .sec-wrap-description {
    text-align: justify;
    text-justify: inter-ideograph;
    width: 90%;
    margin: 30px auto 0 auto;
    font-size: 1.4rem;
  }
}
.site-main .sec-wrap .sec-wrap-header .sec-wrap-description.w850,
.site-main .container .sec-wrap-header .sec-wrap-description.w850 {
  width: 850px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .site-main .sec-wrap .sec-wrap-header .sec-wrap-description.w850,
  .site-main .container .sec-wrap-header .sec-wrap-description.w850 {
    width: 87.5%;
  }
}
.site-main .sec-wrap .sec-wrap-header .sec-wrap-description.top-description,
.site-main .container .sec-wrap-header .sec-wrap-description.top-description {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  margin: 2em auto 0 auto;
}
@media screen and (max-width: 767px) {
  .site-main .sec-wrap .sec-wrap-header .sec-wrap-description.top-description,
  .site-main .container .sec-wrap-header .sec-wrap-description.top-description {
    text-align: center;
  }
}
.site-main .sec-wrap .sec-wrap-header .sec-wrap-description.left,
.site-main .container .sec-wrap-header .sec-wrap-description.left {
  text-align: left;
}

.module_001 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module_001 {
    width: 87.5%;
    justify-content: space-between;
  }
}
.module_001 .figure {
  width: 150px;
  padding: 0;
  margin: 0 20px 25px 0;
}
@media screen and (max-width: 767px) {
  .module_001 .figure {
    width: 40.625vw;
    margin: 0 0 25px 0;
  }
}
.module_001 .figure:nth-child(6n) {
  margin-right: 0;
}
.module_001 .figure a {
  display: block;
}
.module_001 .figure a .object-fit-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_001 .figure a .object-fit-img {
    width: 40.625vw;
    height: 40.625vw;
  }
}
.module_001 .figure a .caption {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.777em;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  padding: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .module_001 .figure a .caption {
    font-size: 1.3rem;
  }
}
.module_001 .figure a .caption:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}
.module_001.recipe {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_001.recipe {
    width: 87.5%;
  }
}
.module_001.recipe .figure {
  margin: 0;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .module_001.recipe .figure {
    width: 40.625vw;
    margin: 0 0 25px 0;
  }
}
.module_001.recipe .figure a .object-fit-img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_001.recipe .figure a .object-fit-img {
    width: 40.625vw;
    height: 40.625vw;
  }
}
.module_001.recipe .figure a .caption {
  font-size: 1.6rem;
}

.module_002 {
  width: 750px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .module_002 {
    width: 87.5%;
  }
}
.module_002 li {
  width: 33.333%;
  text-align: center;
  padding: 0;
  margin: 0;
  border-right: solid 1px #CD4A1E;
}
@media screen and (max-width: 767px) {
  .module_002 li {
    width: 100%;
    border-right: none;
    margin-bottom: 15px;
  }
}
.module_002 li:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .module_002 li:last-child {
    margin-bottom: 0;
  }
}
.module_002 li a {
  color: #CD4A1E;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
}
.module_002 li a:before {
  background: #CD4A1E;
}
.module_002 li a:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}

.module_003 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_003 {
    width: 100%;
  }
}
.module_003 .ph {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .module_003 .ph {
    width: 100%;
    text-align: center;
  }
}
.module_003 .ph .object-fit-img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_003 .ph .object-fit-img {
    width: 62.5vw;
    height: auto;
    margin: 0 auto;
  }
}
.module_003 .detail {
  background-color: #FFF4F8;
  width: 750px;
  padding: 40px 50px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_003 .detail {
    width: 87.5%;
    margin: 30px auto 0 auto;
    padding: 20px;
  }
}
.module_003 .detail dt {
  color: #FF528E;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  line-height: 2.111em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .module_003 .detail dt {
    font-size: 1.6rem;
    line-height: 1.777em;
  }
}
.module_003 .detail dd {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  line-height: 2.111em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .module_003 .detail dd {
    font-size: 1.4rem;
    line-height: 1.777em;
  }
}
.module_003.teainstructor_oftheyear .detail {
  background-color: #F5F5F5;
}
.module_003.teainstructor_oftheyear .detail dt {
  color: #CD4A1E;
}
.module_003.teainstructor_oftheyear .detail dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module_003.teainstructor_oftheyear .detail dd ul {
    display: block;
  }
}
.module_003.teainstructor_oftheyear .detail dd ul li {
  margin-right: 1em;
}
.module_003.teainstructor_oftheyear .detail dd ul li:before {
  content: "・";
}

.spring .module_003 .detail {
  background-color: #FFF4F8;
}
.spring .module_003 .detail dt {
  color: #FF528E;
}
.spring .module_005 {
  background-color: #FFF4F8;
  display: none;
}
.spring .module_006 .link a {
  color: #FF528E;
  border-bottom: solid 1px #FF528E;
}
.spring .site-main .sec-wrap.background-pink,
.spring .site-main .container.background-pink {
  background-color: #FFF4F8;
}

.summer .module_003 .detail {
  background-color: #EAF9FA;
}
.summer .module_003 .detail dt {
  color: #363FAC;
}
.summer .module_005 {
  background-color: #EAF9FA;
  display: none;
}
.summer .module_006 .link a {
  color: #4E57B6;
  border-bottom: solid 1px #4E57B6;
}
.summer .site-main .sec-wrap.background-pink,
.summer .site-main .container.background-pink {
  background-color: #EAF9FA;
}

.autumn .module_003 .detail {
  background-color: #FCF3E5;
}
.autumn .module_003 .detail dt {
  color: #CD4A1E;
}
.autumn .module_005 {
  background-color: #FCF3E5;
  display: none;
}
.autumn .module_006 .link a {
  color: #CD4A1E;
  border-bottom: solid 1px #CD4A1E;
}
.autumn .site-main .sec-wrap.background-pink,
.autumn .site-main .container.background-pink {
  background-color: #FCF3E5;
}

.winter .module_003 .detail {
  background-color: #F8FAFF;
}
.winter .module_003 .detail dt {
  color: #3A5189;
}
.winter .module_005 {
  background-color: #F8FAFF;
  display: none;
}
.winter .module_006 .link a {
  color: #3A5189;
  border-bottom: solid 1px #3A5189;
}
.winter .site-main .sec-wrap.background-pink,
.winter .site-main .container.background-pink {
  background-color: #F8FAFF;
}

.module_004 {
  width: 1000px;
  list-style: none;
  margin: 50px auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_004 {
    width: 87.5%;
    margin: 0 auto;
  }
}
.module_004 li {
  border-bottom: solid 1px #7E653D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .module_004 li {
    display: block;
  }
}
.module_004 li:nth-child(1):before {
  content: "01";
}
.module_004 li:nth-child(2):before {
  content: "02";
}
.module_004 li:nth-child(3):before {
  content: "03";
}
.module_004 li:nth-child(4):before {
  content: "04";
}
.module_004 li:nth-child(5):before {
  content: "05";
}
.module_004 li:nth-child(6):before {
  content: "06";
}
.module_004 li:nth-child(7):before {
  content: "07";
}
.module_004 li:nth-child(8):before {
  content: "08";
}
.module_004 li:nth-child(9):before {
  content: "09";
}
.module_004 li:nth-child(10):before {
  content: "10";
}
.module_004 li:nth-child(11):before {
  content: "11";
}
.module_004 li:nth-child(12):before {
  content: "12";
}
.module_004 li:nth-child(13):before {
  content: "13";
}
.module_004 li:nth-child(14):before {
  content: "14";
}
.module_004 li:nth-child(15):before {
  content: "15";
}
.module_004 li:nth-child(16):before {
  content: "16";
}
.module_004 li:nth-child(17):before {
  content: "17";
}
.module_004 li:nth-child(18):before {
  content: "18";
}
.module_004 li:nth-child(19):before {
  content: "19";
}
.module_004 li:nth-child(20):before {
  content: "20";
}
.module_004 li:nth-child(21):before {
  content: "21";
}
.module_004 li:nth-child(22):before {
  content: "22";
}
.module_004 li:nth-child(23):before {
  content: "23";
}
.module_004 li:nth-child(24):before {
  content: "24";
}
.module_004 li:nth-child(25):before {
  content: "25";
}
.module_004 li:nth-child(26):before {
  content: "26";
}
.module_004 li:nth-child(27):before {
  content: "27";
}
.module_004 li:nth-child(28):before {
  content: "28";
}
.module_004 li:nth-child(29):before {
  content: "29";
}
.module_004 li:nth-child(30):before {
  content: "30";
}
.module_004 li:nth-child(31):before {
  content: "31";
}
.module_004 li:nth-child(32):before {
  content: "32";
}
.module_004 li:nth-child(33):before {
  content: "33";
}
.module_004 li:nth-child(34):before {
  content: "34";
}
.module_004 li:nth-child(35):before {
  content: "35";
}
.module_004 li:nth-child(36):before {
  content: "36";
}
.module_004 li:nth-child(37):before {
  content: "37";
}
.module_004 li:nth-child(38):before {
  content: "38";
}
.module_004 li:nth-child(39):before {
  content: "39";
}
.module_004 li:nth-child(40):before {
  content: "40";
}
.module_004 li:nth-child(41):before {
  content: "41";
}
.module_004 li:nth-child(42):before {
  content: "42";
}
.module_004 li:nth-child(43):before {
  content: "43";
}
.module_004 li:nth-child(44):before {
  content: "44";
}
.module_004 li:nth-child(45):before {
  content: "45";
}
.module_004 li:nth-child(46):before {
  content: "46";
}
.module_004 li:nth-child(47):before {
  content: "47";
}
.module_004 li:nth-child(48):before {
  content: "48";
}
.module_004 li:nth-child(49):before {
  content: "49";
}
.module_004 li:nth-child(50):before {
  content: "50";
}
.module_004 li:before {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  line-height: 0;
  width: 145px;
  height: 52px;
  border-left: solid 1px #7E653D;
  border-right: solid 1px #7E653D;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_004 li:before {
    margin: 0 auto 0.222em auto;
    padding-bottom: 0.222em;
    width: 1.333em;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #7E653D;
  }
}
.module_004 li .text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.555em;
  padding: 0 1.555em;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .module_004 li .text {
    padding: 0;
  }
}

.module_005 {
  width: 1000px;
  background-color: #FFF4F8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 75px 75px 55px 75px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .module_005 {
    width: 87.5%;
    padding: 25px 0 5px 0;
    margin-top: 25px;
  }
}
.module_005 .ph {
  width: 270px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .module_005 .ph {
    width: 100%;
    text-align: center;
  }
}
.module_005 .ph .object-fit-img {
  width: 270px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_005 .ph .object-fit-img {
    width: 75vw;
    height: auto;
    margin: 0 auto;
  }
}
.module_005:before {
  content: "";
  display: block;
  width: 270px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .module_005:before {
    width: 100%;
  }
}
.module_005:after {
  content: "";
  display: block;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .module_005:after {
    width: 100%;
  }
}

.module_006 {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .module_006 {
    width: 87.5%;
  }
}
.module_006 .title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  padding: 0;
  margin: 0;
  color: #000000;
}
.module_006 .swiper-container {
  width: 100%;
  margin-top: 50px;
}
.module_006 .swiper-container .swiper-wrapper {
  height: auto;
}
.module_006 .swiper-container .swiper-wrapper .figure {
  height: auto;
  width: 150px;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module_006 .swiper-container .swiper-wrapper .figure {
    width: 40.625vw;
    margin: 0 0 25px 0;
  }
}
.module_006 .swiper-container .swiper-wrapper .figure a {
  display: block;
}
.module_006 .swiper-container .swiper-wrapper .figure a .object-fit-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_006 .swiper-container .swiper-wrapper .figure a .object-fit-img {
    width: 40.625vw;
    height: 40.625vw;
  }
}
.module_006 .swiper-container .swiper-wrapper .figure a .caption {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.777em;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_006 .swiper-container .swiper-wrapper .figure a .caption {
    font-size: 1.3rem;
  }
}
.module_006 .swiper-container .swiper-wrapper .figure a .caption:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}
.module_006 .swiper-container .swiper-button-next {
  background-image: none;
  width: 15px;
  height: 30px;
  z-index: 800;
  line-height: 30px;
  margin-top: -15px;
  right: 0;
}
.module_006 .swiper-container .swiper-button-next:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #CD4A1E;
  font-size: 3rem;
}
.module_006 .swiper-container .swiper-button-prev {
  background-image: none;
  width: 15px;
  height: 30px;
  z-index: 800;
  line-height: 30px;
  margin-top: -15px;
  left: 0;
}
.module_006 .swiper-container .swiper-button-prev:after {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #CD4A1E;
  font-size: 3rem;
}
.module_006 .link {
  width: 100%;
  text-align: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  margin-top: 25px;
}
.module_006 .link a {
  color: #FF528E;
  border-bottom: solid 1px #FF528E;
}
.module_006 .link a:hover {
  border-bottom: none;
}

.module_007 {
  width: 850px;
  margin: 0 auto;
  color: #CD4A1E;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .module_007 {
    width: 87.5%;
    font-size: 1.6rem;
  }
}
.module_007:before {
  display: block;
  content: "テーマ";
}
.module_007.title:before {
  display: none;
}

.module_008 {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .module_008 {
    width: 87.5%;
  }
}
.module_008.border {
  border: solid 1px #CD4A1E;
  padding: 1em 2em;
}
.module_008 p {
  font-size: 1.6rem;
  line-height: 2.111em;
  margin: 1.333em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_008 p {
    font-size: 1.4rem;
  }
}
.module_008 p .indent {
  display: block;
  padding-left: 2.555em;
  text-indent: -2.555em;
}
.module_008 h3 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.111em;
  margin: 1.333em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.module_009 {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module_009 {
    width: 100%;
    justify-content: space-between;
  }
}
.module_009 .title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  padding: 0;
  margin: 0;
  color: #000000;
}
.module_009 .list {
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .module_009 .list {
    width: 87.5%;
    margin: 30px auto 0 auto;
  }
}
.module_009 .list a {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module_009 .list a {
    display: block;
    width: 100%;
  }
}
.module_009 .list a .ph {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .module_009 .list a .ph {
    width: 100%;
    text-align: center;
  }
}
.module_009 .list a .ph .object-fit-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_009 .list a .ph .object-fit-img {
    width: 100%;
    height: 56.25vw;
  }
}
.module_009 .list a .tx {
  width: 650px;
  background-color: #fff;
  padding: 35px 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
@media screen and (max-width: 767px) {
  .module_009 .list a .tx {
    padding: 15px 0 35px 0;
    align-items: center;
    width: 100%;
  }
}
.module_009 .list a .tx .label {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_009 .list a .tx .label {
    margin-top: 0.555em;
    font-size: 1.6rem;
  }
}
.module_009 .list a .tx .text {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_009 .list a .tx .text {
    width: 90%;
    text-align: left;
    margin: 0.555em auto 0 auto;
    font-size: 1.4rem;
  }
}
.module_009 .list a .tx .name {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_009 .list a .tx .name {
    width: 90%;
    text-align: left;
    margin: 0.555em auto 0 auto;
    margin-top: 0.555em;
    font-size: 1.4rem;
  }
}
.module_009 .list a .tx .link {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 25px;
  right: 25px;
  border-bottom: solid 1px #CD4A1E;
}
@media screen and (max-width: 767px) {
  .module_009 .list a .tx .link {
    position: static;
    margin-top: 0.555em;
    font-size: 1.4rem;
  }
}

.module_010 {
  width: 850px;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .module_010 {
    width: 100%;
  }
}
.module_010 .title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_010 .title {
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.555em;
    font-size: 1.6rem;
  }
}
.module_010 .list-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .module_010 .list-wrap {
    width: 100%;
    margin-top: 0;
  }
}
.module_010 .list-wrap .list {
  width: 260px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .module_010 .list-wrap .list {
    width: 87.5%;
    margin: 30px auto 15px auto;
  }
}
.module_010 .list-wrap .list a {
  display: block;
}
.module_010 .list-wrap .list a .ph {
  width: 100%;
}
.module_010 .list-wrap .list a .ph .object-fit-img {
  width: 260px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_010 .list-wrap .list a .ph .object-fit-img {
    width: 100%;
    height: 56.25vw;
  }
}
.module_010 .list-wrap .list a .tx {
  width: 100%;
}
.module_010 .list-wrap .list a .tx .text {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0.555em 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_010 .list-wrap .list a .tx .text {
    width: 100%;
    text-align: left;
    margin: 0.555em auto 0 auto;
    font-size: 1.4rem;
  }
}
.module_010 .list-wrap .list a .tx .name {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_010 .list-wrap .list a .tx .name {
    width: 100%;
    text-align: left;
    margin: 0.555em auto 0 auto;
    margin-top: 0.555em;
    font-size: 1.4rem;
  }
}
.module_010 .list-wrap .list a .tx .link {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  margin: 1em 0 0 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module_010 .list-wrap .list a .tx .link {
    position: static;
    margin-top: 0.555em;
    font-size: 1.4rem;
  }
}
.module_010 .list-wrap .list a .tx .link span {
  display: inline-block;
  border-bottom: solid 1px #CD4A1E;
}

.module_011 {
  width: 950px;
  margin: 0 auto 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_011 {
    width: 87.5%;
  }
}
.module_011 li {
  width: 50%;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .module_011 li {
    width: 100%;
  }
}
.module_011 li a {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  letter-spacing: 0.111em;
  border-bottom: solid 1px #CD4A1E;
}
@media screen and (max-width: 767px) {
  .module_011 li a {
    font-size: 1.4rem;
  }
}
.module_011 li a:hover {
  border-bottom: none;
}

.module_012 {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 70px;
  line-height: 1.777em;
}
@media screen and (max-width: 767px) {
  .module_012 {
    font-size: 1.4rem;
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.module_013 {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .module_013 {
    padding-bottom: 30px;
    width: 87.5%;
  }
}
.module_013 a {
  display: block;
  color: #CD4A1E;
  border: solid 1px #CD4A1E;
  padding: 1em 2em;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .module_013 a {
    font-size: 1.4rem;
    padding: 0.777em 1.555em;
  }
}
.module_013 a i {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: 1em;
}

.module_014 {
  width: 1000px;
  list-style: none;
  margin: 50px auto 80px auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_014 {
    width: 87.5%;
    margin: 0 auto;
    border-top: solid 1px #C8C8C8;
  }
}
.module_014 header {
  display: flex;
  align-items: center;
  border-top: solid 1px #C8C8C8;
}
@media screen and (max-width: 767px) {
  .module_014 header {
    display: block;
    padding-bottom: 20px;
  }
}
.module_014 header .label {
  width: 145px;
  height: 54px;
  background-image: url(../images/label.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 26px;
}
.module_014 header h2 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  line-height: 1.777em;
}
@media screen and (max-width: 767px) {
  .module_014 header h2 {
    font-size: 1.6rem;
    margin-top: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.module_014 header h2 a {
  color: #CD4A1E;
  letter-spacing: 3px;
}
.module_014 header h2 a:before {
  background: #CD4A1E;
}
.module_014 header:last-of-type {
  border-bottom: solid 1px #C8C8C8;
}
.module_014 section {
  border-bottom: solid 1px #C8C8C8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .module_014 section {
    display: block;
  }
}
.module_014 section:nth-child(1):before {
  content: "01";
}
.module_014 section:nth-child(2):before {
  content: "02";
}
.module_014 section:nth-child(3):before {
  content: "03";
}
.module_014 section:nth-child(4):before {
  content: "04";
}
.module_014 section:nth-child(5):before {
  content: "05";
}
.module_014 section:nth-child(6):before {
  content: "06";
}
.module_014 section:nth-child(7):before {
  content: "07";
}
.module_014 section:nth-child(8):before {
  content: "08";
}
.module_014 section:nth-child(9):before {
  content: "09";
}
.module_014 section:nth-child(10):before {
  content: "10";
}
.module_014 section:nth-child(11):before {
  content: "11";
}
.module_014 section:nth-child(12):before {
  content: "12";
}
.module_014 section:nth-child(13):before {
  content: "13";
}
.module_014 section:nth-child(14):before {
  content: "14";
}
.module_014 section:nth-child(15):before {
  content: "15";
}
.module_014 section:nth-child(16):before {
  content: "16";
}
.module_014 section:nth-child(17):before {
  content: "17";
}
.module_014 section:nth-child(18):before {
  content: "18";
}
.module_014 section:nth-child(19):before {
  content: "19";
}
.module_014 section:nth-child(20):before {
  content: "20";
}
.module_014 section:nth-child(21):before {
  content: "21";
}
.module_014 section:nth-child(22):before {
  content: "22";
}
.module_014 section:nth-child(23):before {
  content: "23";
}
.module_014 section:nth-child(24):before {
  content: "24";
}
.module_014 section:nth-child(25):before {
  content: "25";
}
.module_014 section:nth-child(26):before {
  content: "26";
}
.module_014 section:nth-child(27):before {
  content: "27";
}
.module_014 section:nth-child(28):before {
  content: "28";
}
.module_014 section:nth-child(29):before {
  content: "29";
}
.module_014 section:nth-child(30):before {
  content: "30";
}
.module_014 section:before {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  line-height: 0;
  width: 145px;
  height: 52px;
  border-left: solid 1px #C8C8C8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_014 section:before {
    width: 100%;
    text-align: center;
    border-left: none;
    border-right: none;
  }
}
.module_014 section.nxt:before {
  content: "次点";
  font-size: 2rem;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  .module_014 section.nxt:before {
    line-height: 0;
  }
}
.module_014 section .text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.555em;
  padding: 1.222em 1.555em;
  letter-spacing: 0.111em;
  border-left: solid 1px #C8C8C8;
}
@media screen and (max-width: 767px) {
  .module_014 section .text {
    padding: 0;
    border-left: none;
  }
}
.module_014 section .text h2 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  line-height: 1.777em;
}
@media screen and (max-width: 767px) {
  .module_014 section .text h2 {
    font-size: 1.6rem;
    margin-top: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.module_014 section .text h2 a {
  color: #CD4A1E;
  letter-spacing: 3px;
}
.module_014 section .text h2 a:before {
  background: #CD4A1E;
}
.module_014 section .text p {
  font-size: 1.6rem;
  line-height: 1.777em;
  padding: 0;
  margin: 1em 0 0 0;
}
@media screen and (max-width: 767px) {
  .module_014 section .text p {
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.module_014 section .text .country-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module_014 section .text .country-flex {
    display: block;
  }
}
.module_014 section .text .country-flex .wide {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .module_014 section .text .country-flex .wide {
    width: 100%;
  }
}
.module_014 section .text .country {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 0;
  width: 100%;
  margin: 1em 0 0 0;
}
.module_014 section .text .country-table {
  width: 100%;
  border-top: solid 2px #FFF4F8;
  border-left: solid 2px #FFF4F8;
}
.module_014 section .text .country-table th {
  color: #fff;
  padding: 0.777em;
  margin: 0;
  background-color: #F09677;
  border-right: solid 2px #FFF4F8;
  border-bottom: solid 2px #FFF4F8;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
.module_014 section .text .country-table td {
  padding: 0.777em;
  margin: 0;
  background-color: #FFE9E2;
  border-right: solid 2px #FFF4F8;
  border-bottom: solid 2px #FFF4F8;
}
.module_014.news section:before {
  display: none;
}
.module_014.news section .date {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 0;
  width: 145px;
  height: 62px;
  border-left: solid 1px #C8C8C8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_014.news section .date {
    width: auto;
    height: 1em;
    display: inline-block;
    text-align: left;
    border-left: none;
    border-right: none;
    font-size: 1.6rem;
    border-bottom: solid 1px #7E653D;
  }
}
.module_014 .mizu-grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  padding-left: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .module_014 .mizu-grid {
    display: block;
    font-size: 1.4rem;
  }
}
.module_014 .mizu-grid .top {
  padding-top: 20px;
}
.module_014 .pickup-line {
  line-height: 1.777em;
}
.module_014 .pickup-line h2 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  line-height: 1.777em;
}
@media screen and (max-width: 767px) {
  .module_014 .pickup-line h2 {
    font-size: 1.6rem;
    margin-top: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.module_015 {
  width: 850px;
  list-style: none;
  margin: 50px auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_015 {
    width: 87.5%;
    margin: 0 auto;
  }
}
.module_015 .title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  text-align: center;
  color: #CD4A1E;
}
@media screen and (max-width: 767px) {
  .module_015 .title {
    font-size: 2rem;
  }
}
.module_015 .sub-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0.999em 0 0 0;
  font-size: 1.8rem;
  text-align: center;
  color: #CD4A1E;
}
@media screen and (max-width: 767px) {
  .module_015 .sub-title {
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.module_015 .text {
  padding: 0;
  margin: 1.111em 0 0 0;
  font-size: 1.6rem;
  line-height: 2.111em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_015 .text {
    font-size: 1.4rem;
  }
}
.module_015 .link {
  width: 100%;
  text-align: center;
  margin: 1em 0 0 0;
}
.module_015 .link a {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
}
.module_015 .link a:before {
  background: #CD4A1E;
}
.module_015 .img-list {
  list-style: none;
  padding: 0 0 30px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module_015 .img-list .ph {
  width: 400px;
  padding: 0 20px 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_015 .img-list .ph {
    width: 100%;
    padding: 0 10px 20px;
  }
}
.module_015 .img-list .txt {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.module_016 {
  width: 850px;
  list-style: none;
  margin: 50px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .module_016 {
    width: 87.5%;
    margin: 0 auto;
  }
}
.module_016 .sec {
  width: 390px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .module_016 .sec {
    width: 100%;
  }
}
.module_016 .sec .sec-title {
  width: 100%;
  position: relative;
  text-align: center;
}
.module_016 .sec .sec-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7E653D;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
.module_016 .sec .sec-title span {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 0 0.3em;
  margin: 0 1rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .module_016 .sec .sec-title span {
    font-size: 1.4rem;
  }
}
.module_016 .sec .sec-text {
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  line-height: 2.111em;
}
@media screen and (max-width: 767px) {
  .module_016 .sec .sec-text {
    font-size: 1.3rem;
  }
}
.module_016 .sec .sec-text.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module_016 .sec .sec-text.center {
    text-align: left;
  }
}
.module_016 .sec .sec-link {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
.module_016 .sec .sec-link a {
  color: #CD4A1E;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: solid 1px #CD4A1E;
  letter-spacing: 2px;
}
.module_016 .sec .sec-link a:hover {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .module_016 .sec .sec-link a {
    font-size: 1.4rem;
  }
}

.module_017 {
  width: 1000px;
  list-style: none;
  margin: 50px auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_017 {
    width: 87.5%;
    margin: 0 auto;
  }
}
.module_017 .title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module_017 .title {
    font-size: 2rem;
  }
}
.module_017 .sub-title {
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0;
  margin: 30px 0 0 0;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .module_017 .sub-title {
    font-size: 1.4rem;
  }
}
.module_017 .description,
.module_017 .yyyymm {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 50px 0 0 0;
  margin: 0;
  width: 100%;
  text-align: center;
  color: #CD4A1E;
}
@media screen and (max-width: 767px) {
  .module_017 .description,
  .module_017 .yyyymm {
    font-size: 1.6rem;
  }
}
.module_017 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.module_017 .list dl {
  width: 490px;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module_017 .list dl {
    width: 100%;
    border-top: 1px solid #CD4A1E;
    padding: 20px 0 0 0;
  }
  .module_017 .list dl:first-child {
    border-top: 0px solid #CD4A1E;
    padding: 0 0 0 0;
  }
}
.module_017 .list dl.wide {
  width: 100%;
}
.module_017 .list dl.wide dd {
  width: 871px;
}
@media screen and (max-width: 767px) {
  .module_017 .list dl.wide dd {
    width: 100%;
  }
}
.module_017 .list dl dt {
  color: #fff;
  width: 129px;
  padding: 1em 0.777em;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #F09677;
  border-right: solid 2px #FFF4F8;
  border-bottom: solid 2px #FFF4F8;
}
@media screen and (max-width: 767px) {
  .module_017 .list dl dt {
    padding: 0.777em 0.555em;
    border-right: none;
    width: 100%;
    font-size: 1.3rem;
  }
}
.module_017 .list dl dt.event-name {
  background-color: #F09677;
}
.module_017 .list dl dd {
  width: 361px;
  padding: 1em 0.777em;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFE9E2;
  border-bottom: solid 2px #FFF4F8;
}
@media screen and (max-width: 767px) {
  .module_017 .list dl dd {
    padding: 0.777em 0.555em;
    width: 100%;
    font-size: 1.3rem;
  }
}
.module_017 .list dl dd.event-title {
  background-color: #FFE9E2;
}
.module_017 .list dl dd .small {
  font-size: 1.2rem;
  display: block;
}
.module_017 .list dl dd .small a {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .module_017 .list dl dd .small a {
    font-size: 1.2rem;
  }
}
.module_017 .list dl dd .medium {
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
.module_017 .list dl dd .medium li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 2.6em;
  text-indent: -2.6em;
}
.module_017 .list dl dd .medium li:before {
  display: marker;
  content: "（" counter(cnt) "）";
}
.module_017 .list dl dd .strong {
  font-weight: 700;
  color: #CD4A1E;
}
.module_017 .list dl dd a {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #CD4A1E;
}
.module_017 .list dl dd a:before {
  background: #CD4A1E;
}
@media screen and (max-width: 767px) {
  .module_017 .list dl dd a {
    font-size: 1.3rem;
  }
}
.module_017.title-wrap .list dl {
  margin: 30px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .module_017.title-wrap .list dl {
    margin: 30px 0 0 0;
  }
}
.module_017.title-wrap .list dl dt {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.module_017.title-wrap .list dl dt:first-child {
  color: #CD4A1E;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  display: block;
  background-color: transparent;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
}
.module_017.title-wrap .list dl dd {
  border-bottom: solid 2px #fff;
}
.module_017 .alink {
  display: block;
  text-decoration: underline;
}
.module_017 .alink:hover {
  text-decoration: none;
}

.module_018 {
  width: 850px;
  list-style: none;
  margin: 30px auto 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .module_018 {
    width: 87.5%;
  }
}
.module_018 li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.555em;
  margin-top: 0.333em;
}
.module_018 li a {
  color: #CD4A1E;
}
.module_018 li a:before {
  background: #CD4A1E;
}
.module_018.w800 {
  width: 800px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .module_018.w800 {
    width: 87.5%;
    padding-left: 0;
  }
}
.module_018.w600 {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .module_018.w600 {
    width: 87.5%;
  }
}

.module_019 {
  width: 850px;
  list-style: none;
  margin: 50px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_019 {
    width: 87.5%;
  }
}
.module_019 .ph {
  width: 280px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_019 .ph {
    width: 100%;
  }
}
.module_019 .tx {
  width: 520px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_019 .tx {
    width: 100%;
  }
}
.module_019 .tx p {
  margin: 1em 0;
  padding: 0;
  line-height: 2.111em;
}
@media screen and (max-width: 767px) {
  .module_019 .tx p {
    font-size: 1.4rem;
  }
}
.module_019 .tx p:first-child {
  margin: 0 0 1em 0;
}
@media screen and (max-width: 767px) {
  .module_019 .tx p:first-child {
    margin: 2em 0 1em 0;
  }
}

.module_020 {
  width: 850px;
  margin: 30px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module_020 {
    width: 87.5%;
    margin: 20px auto 0 auto;
  }
}
.module_020.left {
  text-align: left;
  margin: 1em auto 0 auto;
}
.module_020 a {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #CD4A1E;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .module_020 a {
    font-size: 1.4rem;
  }
}
.module_020 a:before {
  background: #CD4A1E;
}
.module_020.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module_020.links a {
  margin-left: 0.777em;
  margin-right: 0.777em;
}
.module_020 .kakomi {
  color: #CD4A1E;
  line-height: 2;
}
.module_020 .kakomi .line {
  border-top: 1px solid #CD4A1E;
  border-bottom: 1px solid #CD4A1E;
}

.module_021 {
  width: 850px;
  margin: 30px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module_021 {
    width: 87.5%;
  }
}
.module_021.left {
  text-align: left;
}
.module_021 .title {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.module_021 .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7E653D;
  position: absolute;
  left: 0;
  top: 50%;
}
.module_021 .title span {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.333em;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .module_021 .title span {
    /*width: 90%;*/
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 0 0.777em;
  }
}
.module_021 .text {
  font-size: 1.6rem;
  line-height: 2.111em;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_021 .text {
    font-size: 1.4rem;
  }
}
.module_021 .ph {
  width: 100%;
  padding: 0;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .module_021 .ph {
    margin: 15px auto 0 auto;
  }
}
.module_021 .text-list {
  width: 800px;
  margin: 50px auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_021 .text-list {
    width: 87.5%;
    margin: 30px auto;
  }
}
.module_021 .text-list li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .module_021 .text-list li {
    display: flex;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .module_021 .text-list li:last-child {
    margin-top: 0.555em;
  }
}
.module_021 .text-list li .tt {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .module_021 .text-list li .tt {
    display: block;
    width: 70px;
    text-align: left;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .module_021 .text-list li .tx {
    flex: 1;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.module_021 .link {
  width: 800px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .module_021 .link {
    width: 87.5%;
  }
}
.module_021 .link a {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  display: block;
  padding: 1em 2em;
  border: solid 1px #CD4A1E;
  line-height: 1.555em;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .module_021 .link a {
    font-size: 1.4rem;
  }
}
.module_021 .link a:after {
  position: absolute;
  margin-top: -0.8em;
  top: 50%;
  right: 30px;
  content: "\f1c1";
  font-weight: 500;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .module_021 .link a:after {
    right: 15px;
  }
}
.module_021 .link-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .module_021 .link-list {
    margin: 20px auto 0 auto;
  }
}
.module_021 .link-list li {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .module_021 .link-list li {
    margin: 1em 0 0 0;
    width: 100%;
    text-align: center;
  }
}
.module_021 .link-list li a {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.6rem;
}
.module_021 .link-list li a:before {
  background: #CD4A1E;
}
.module_021 .text-box {
  width: 850px;
  margin: 40px auto 0 auto;
  padding: 40px 30px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .module_021 .text-box {
    width: 100%;
    padding: 30px;
  }
}
.module_021 .text-box .tt {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .module_021 .text-box .tt {
    font-size: 1.6rem;
  }
}
.module_021 .text-box .step-wrap {
  width: 100%;
  margin-top: 30px;
}
.module_021 .text-box .step-wrap.line {
  border-top: solid 1px #382812;
}
.module_021 .text-box .step-wrap .step-title {
  width: 100%;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 1.8rem;
  line-height: 1.777em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .module_021 .text-box .step-wrap .step-title {
    font-size: 1.6rem;
  }
}
.module_021 .text-box .step-wrap .step-text {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 1.6rem;
  line-height: 1.777em;
}
@media screen and (max-width: 767px) {
  .module_021 .text-box .step-wrap .step-text {
    font-size: 1.4rem;
  }
}
.module_021 .text-box .step-wrap .step-text.strong {
  font-weight: 700;
}
.module_021 .text-box .step-wrap .step-text.orange {
  color: #CD4A1E;
}
.module_021 .indent-list {
  list-style: none;
  padding: 0;
  margin: 1.333em 0 0 0;
}
.module_021 .indent-list li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 2.111em;
  margin-top: 0.333em;
}
.module_021 .del {
  background-image: linear-gradient(transparent 0.6em, #522F24 1px, #522F24 calc(0.5em + 3px), transparent 0, transparent calc(0.5em + 6px), #522F24 0, #522F24 calc(0.5em + 7px), transparent 0);
  color: #522F24;
  text-decoration: none;
}
.module_021 .buss-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_021 .buss-flex {
    display: block;
  }
}
.module_021 .buss-flex .box {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .module_021 .buss-flex .box {
    width: 100%;
  }
}

.module_022 {
  width: 100%;
  padding: 70px 0;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/seminar_background.jpg);
}
@media screen and (max-width: 767px) {
  .module_022 {
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 40px;
    background-image: url(../images/seminar_background_sp.jpg);
  }
}
.module_022 .title {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .module_022 .title {
    font-size: 2rem;
  }
}
.module_022 .link {
  width: 500px;
  margin: 30px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module_022 .link {
    width: 87.5%;
  }
}
.module_022 .link a {
  width: 100%;
  color: #fff;
  border: solid 1px #fff;
  display: block;
  padding: 1em 2em;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .module_022 .link a {
    font-size: 1.4rem;
    padding: 0.777em 1.555em;
  }
}
.module_022 .link a:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 1.6rem;
  margin-top: -0.666em;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .module_022 .link a:after {
    right: 15px;
  }
}
.module_022 .link-list {
  width: 680px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .module_022 .link-list {
    width: 87.5%;
  }
}
.module_022 .link-list li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .module_022 .link-list li {
    width: 100%;
    margin-top: 1em;
  }
}
.module_022 .link-list li a {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
}
.module_022 .link-list li a:before {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .module_022 .link-list.center li {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .module_022 .link-list.center:after {
    content: "";
    width: 50%;
  }
}

.module_023 {
  width: 850px;
  padding: 30px 0 70px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_023 {
    width: 87.5%;
    padding: 30px 0;
  }
}
.module_023.wide {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .module_023.wide {
    width: 87.5%;
  }
}
.module_023.wide .detail {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .module_023.wide .detail {
    width: 100%;
  }
}
.module_023.wide .detail p .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.module_023 .ph {
  width: 200px;
}
.module_023 .ph figcaption {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  margin-top: 0.555em;
  margin-bottom: 1.555em;
}
@media screen and (max-width: 767px) {
  .module_023 .ph {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
}
.module_023 .ph .object-fit-img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_023 .ph .object-fit-img {
    width: 100%;
    height: auto;
  }
}
.module_023 .detail {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .module_023 .detail {
    width: 100%;
    margin-top: 0.777em;
  }
}
.module_023 .detail p {
  padding: 0;
  margin: 0 0 1em 0;
  line-height: 2.111em;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_023 .detail p {
    width: 100%;
    font-size: 1.4rem;
  }
}
.module_023 .detail p.indent {
  text-indent: 1em;
  margin-bottom: 1em;
}
.module_023 .detail p.reverse-indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
.module_023 .detail p.text-right {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0;
  line-height: 2.111em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .module_023 .detail p.text-right {
    font-size: 1.4rem;
  }
}
.module_023 .detail h3 {
  padding: 0;
  margin: 0;
  line-height: 2.111em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_023 .detail h3 {
    width: 100%;
    font-size: 1.4rem;
  }
}
.module_023 .detail h3.indent {
  text-indent: 1em;
  margin-bottom: 1em;
}
.module_023 .phx2 {
  width: 500px;
  margin: 0 auto;
}
.module_023 .phx2 figcaption {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  margin-top: 0.555em;
  margin-bottom: 1.555em;
}
@media screen and (max-width: 767px) {
  .module_023 .phx2 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
}
.module_023 .phx2 .object-fit-img {
  width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_023 .phx2 .object-fit-img {
    width: 100%;
    height: auto;
  }
}
.module_023 .phx3 {
  width: 320px;
  margin: 0 auto;
}
.module_023 .phx3 figcaption {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  margin-top: 0.555em;
  margin-bottom: 1.555em;
}
@media screen and (max-width: 767px) {
  .module_023 .phx3 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
}
.module_023 .phx3 .object-fit-img {
  width: 320px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_023 .phx3 .object-fit-img {
    width: 100%;
    height: auto;
  }
}
.module_023 .phx4 {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.module_023 .phx4 figcaption {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  margin-top: 0.555em;
  margin-bottom: 1.555em;
}
@media screen and (max-width: 767px) {
  .module_023 .phx4 {
    width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
}
.module_023 .phx4 .img-flx {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .module_023 .phx4 .img-flx {
    width: 100%;
  }
}
.module_023 .phx4 .object-fit-img {
  width: 400px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .module_023 .phx4 .object-fit-img {
    width: 100%;
    height: auto;
  }
}
.module_023 .out_text {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.555em;
  margin-bottom: 1.555em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .module_023 .out_text {
    text-align: left;
  }
}
.module_023 .detail-2 {
  width: 850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .module_023 .detail-2 {
    width: 100%;
    margin-top: 0.777em;
  }
}
.module_023 .detail-2 p {
  padding: 0;
  margin: 0 0 1em 0;
  line-height: 2.111em;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_023 .detail-2 p {
    width: 100%;
    font-size: 1.4rem;
  }
}
.module_023 .detail-2 p.indent {
  text-indent: 1em;
  margin-bottom: 1em;
}
.module_023 .detail-2 p.reverse-indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
.module_023 .detail-2 p.text-right {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0;
  line-height: 2.111em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .module_023 .detail-2 p.text-right {
    font-size: 1.4rem;
  }
}
.module_023 .detail-2 h3 {
  padding: 0;
  margin: 0;
  line-height: 2.111em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_023 .detail-2 h3 {
    width: 100%;
    font-size: 1.4rem;
  }
}
.module_023 .detail-2 h3.indent {
  text-indent: 1em;
  margin-bottom: 1em;
}
.module_023 .text-right {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0;
  line-height: 2.111em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .module_023 .text-right {
    font-size: 1.4rem;
  }
}

.module_024 {
  width: 850px;
  margin: 50px auto;
  background-color: #F5F5F5;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .module_024 {
    width: 87.5%;
    padding: 40px 20px;
  }
}
.module_024 h3 {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
}
.module_024 p {
  padding: 0;
  margin: 25px 0 0 0;
  line-height: 2.111em;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_024 p {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .module_024 p a {
    text-decoration: underline;
  }
}

.module_025 {
  width: 1000px;
  margin: 0 auto;
  border: solid 1px #CD4A1E;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_025 {
    width: 87.5%;
    padding: 20px;
  }
}
.module_025 figure {
  width: 150px;
  height: 38px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .module_025 figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.module_025 p {
  padding: 0;
  margin: 0;
  line-height: 1.777em;
}
@media screen and (max-width: 767px) {
  .module_025 p {
    font-size: 1.4rem;
    margin-top: 1em;
  }
}

.module_026 {
  width: 1000px;
  margin: 60px auto 80px auto;
  padding: 60px 0;
  background-color: #F5F5F5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .module_026 {
    width: 100%;
  }
}
.module_026 .swiper-container {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .module_026 .swiper-container {
    width: 87.5%;
  }
}
.module_026 .swiper-button-next {
  background-image: none;
  width: 15px;
  height: 30px;
  z-index: 800;
  line-height: 30px;
  margin-top: -15px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .module_026 .swiper-button-next {
    right: 10px;
  }
}
.module_026 .swiper-button-next:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #CD4A1E;
  font-size: 3rem;
}
.module_026 .swiper-button-prev {
  background-image: none;
  width: 15px;
  height: 30px;
  z-index: 800;
  line-height: 30px;
  margin-top: -15px;
  left: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .module_026 .swiper-button-prev {
    left: 10px;
  }
}
.module_026 .swiper-button-prev:after {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #CD4A1E;
  font-size: 3rem;
}

.module_027 {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  border-bottom: solid 1px #7E653D;
}
@media screen and (max-width: 767px) {
  .module_027 {
    width: 87.5%;
  }
}
.module_027 dt {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 1.2em 1em;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .module_027 dt {
    padding: 1em 2em 1em 0;
  }
}
.module_027 dt:after {
  /*content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #CD4A1E;*/
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 1em;
  background-image: url(../images/arrow_down.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .module_027 dt:after {
    position: absolute;
    right: 1em;
    top: 0;
    margin-top: 0;
    background-position: center 25px;
  }
}
.module_027 dt.active:after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .module_027 dt .tx {
    padding: 0 0 0 2.4em;
    text-indent: -2.4em;
  }
}
.module_027 dt .corporate {
  width: auto;
  height: 60px;
  -webkit-backface-visibility: hidden;
}
.module_027 dt .mess_flex {
  width: 100%;
  display: flex;
  align-items: center;
}
.module_027 dt .mess_flex .side {
  width: 60px;
  padding: 0 10px 0 0;
}
.module_027 dt .mess_flex .side img {
  width: 100%;
}
.module_027 dt .mess_flex .main {
  flex: 1;
}
.module_027 dd {
  display: none;
  padding: 0;
  margin: 0;
}
.module_027 dd .inner {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner {
    width: 100%;
    display: block;
  }
  .module_027 dd .inner.mov_f {
    display: flex;
  }
}
.module_027 dd .inner.block {
  display: block;
}
.module_027 dd .inner .ph {
  width: 200px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .ph {
    margin: 0 auto;
  }
}
.module_027 dd .inner .text {
  width: 600px;
  padding: 0;
  margin: 0;
  line-height: 1.777em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .text {
    width: 100%;
    margin-top: 30px;
  }
}
.module_027 dd .inner .tx {
  width: 850px;
  padding: 0 0 0 1.7em;
  text-indent: -1.7em;
  margin: 0 auto;
  line-height: 1.777em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .tx {
    width: 100%;
  }
}
.module_027 dd .inner .note {
  padding: 0;
  margin: 0 0 1em 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .note {
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1em;
  }
}
.module_027 dd .inner .shop {
  width: 100%;
  border-bottom: solid 1px #7E653D;
  padding: 15px 0;
}
.module_027 dd .inner .shop h3 {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0;
  margin: 0 0 0 0;
  list-style: 1.777em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .shop h3 {
    font-size: 1.4rem;
  }
}
.module_027 dd .inner .shop h3.new:after {
  content: "NEW";
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  margin-left: 1em;
}
.module_027 dd .inner .shop h3.aw:after {
  content: "AW";
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #5798AD;
  margin-left: 1em;
}
.module_027 dd .inner .shop p {
  font-size: 1.4rem;
  padding: 0;
  margin: 0.555em 0 0 0;
  line-height: 1.777em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .shop p {
    font-size: 1.3rem;
  }
}
.module_027 dd .inner .shop p a {
  color: #CD4A1E;
}
.module_027 dd .inner .shop p a:before {
  background: #CD4A1E;
}
.module_027 dd .inner .shop p a[target=_blank]:after {
  content: "\f35d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.module_027 dd .inner .mov {
  padding-bottom: 20px;
  font-size: 1.6rem;
  color: #CD4A1E;
  display: block;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .mov {
    width: 50%;
  }
}
.module_027 dd .inner .mov:hover {
  opacity: 0.8;
}
.module_027 dd .inner li {
  width: 600px;
  padding: 0;
  margin: 0;
  line-height: 2.111em;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner li {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.module_027 dd .inner li a {
  color: #CD4A1E;
}
.module_027 dd .inner li a:before {
  background: #CD4A1E;
  bottom: 2px;
}
.module_027 dd .inner li a:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}
.module_027 dd .inner li a[target=_blank]:after {
  content: "\f1c1";
  font-weight: 500;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}
.module_027 dd .inner li a[target=_blank].exl:after {
  content: "\f35d";
  font-weight: 900;
}
.module_027 dd .inner .module_040 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .module_040 {
    width: 100%;
  }
}
.module_027 dd .inner .module_040 li {
  width: 25%;
  margin-bottom: 1em;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .module_027 dd .inner .module_040 li {
    width: 50%;
  }
}
.module_027 dd .inner .module_040 li a:before {
  bottom: -4px;
}
.module_027 dd .close {
  width: 34px;
  padding: 30px;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: content-box;
}

.module_028 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_028 {
    width: 87.5%;
    display: block;
  }
}
.module_028 dl {
  width: 490px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .module_028 dl {
    width: 100%;
    margin: 2px 0 0 0;
  }
}
.module_028 dl dt {
  width: 395px;
  line-height: 50px;
  color: #fff;
  background-color: #F09677;
  padding: 0 0 0 1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_028 dl dt {
    width: 100%;
    flex: 1;
    font-size: 1.3rem;
  }
}
.module_028 dl dd {
  width: 93px;
  line-height: 50px;
  text-align: center;
  background-color: #FFD3C4;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_028 dl dd {
    font-size: 1.3rem;
    width: 60px;
  }
}
.module_028 dl:last-child dt {
  background-color: #CD4A1E;
  font-weight: 700;
}
.module_028 dl:last-child dd {
  background-color: #FD8961;
  color: #fff;
  font-weight: 700;
}

.module_029 {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_029 {
    width: 87.5%;
    display: block;
  }
}
.module_029.arrow:after {
  display: block;
  content: "";
  width: 40px;
  height: 22px;
  background-image: url(../images/arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1.555em auto 0 auto;
}
@media screen and (max-width: 767px) {
  .module_029.arrow:after {
    width: 25px;
    height: 15px;
  }
}
.module_029 .title {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  line-height: 1em;
  padding: 0;
  margin: 1.777em 0 0 0;
  position: relative;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .module_029 .title {
    font-size: 1.6rem;
  }
}
.module_029 .title .tt {
  display: inline-block;
  line-height: 1em;
  background-color: #fff;
  padding-right: 0.777em;
  z-index: 1;
  position: relative;
}
.module_029 .title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: dotted 1px #CD4A1E;
  position: absolute;
  left: 0;
  top: 50%;
}
.module_029 .sub-title {
  font-weight: 500;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  display: block;
  font-size: 1.6rem;
  line-height: 1.777em;
  letter-spacing: 3px;
  margin: 1em 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_029 .sub-title {
    font-size: 1.4rem;
  }
}
.module_029 .sub-title + p {
  margin-top: 0em;
}
.module_029 .text {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  line-height: 1.777em;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .module_029 .text {
    font-size: 1.4rem;
  }
}

.module_030 {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_030 {
    width: 87.5%;
    display: block;
  }
}
.module_030 dt {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  width: 230px;
  padding: 0;
  margin: 0.333em 0;
  color: #CD4A1E;
  font-size: 1.8rem;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .module_030 dt {
    width: 100%;
    font-size: 1.6rem;
  }
}
.module_030 dd {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  width: 620px;
  padding: 0;
  margin: 0.444em 0;
  font-size: 1.6rem;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .module_030 dd {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 0 1.111em 0;
  }
}

.module_031 {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_031 {
    width: 87.5%;
    display: block;
  }
}
.module_031.w1000 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .module_031.w1000 {
    width: 87.5%;
    display: block;
  }
}
.module_031 .title {
  display: block;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.module_031 .list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 2em 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.module_031 .list li {
  width: 50%;
  padding: 0;
  margin: 0.444em 0;
  font-size: 1.6rem;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .module_031 .list li {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 0 1.111em 0;
  }
}
.module_031 .list.set4 {
  grid-column-gap: 1%;
}
.module_031 .list.set4 li {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .module_031 .list.set4 li {
    width: 100%;
  }
}

.module_032 {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_032 {
    width: 87.5%;
    display: block;
  }
}
.module_032 .ph {
  width: 100%;
  padding: 0;
  margin: 0;
}

.module_033 {
  width: 850px;
  margin: 2em auto 0 auto;
  padding: 2em 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .module_033 {
    width: 87.5%;
    display: block;
  }
}
.module_033 .title {
  width: 91.76470588%;
  color: #CD4A1E;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.module_033 .text {
  width: 91.76470588%;
  line-height: 1.777em;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 1em auto 0 auto;
}
@media screen and (max-width: 767px) {
  .module_033 .text {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.module_033 .list {
  width: 91.76470588%;
  padding: 0;
  margin: 1em auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module_033 .list dt {
  width: 127px;
  background-color: #F09677;
  padding: 1em;
  margin: 2px 0 0 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_033 .list dt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.module_033 .list dd {
  width: 651px;
  background-color: #FFE9E2;
  padding: 1em;
  margin: 2px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_033 .list dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
.module_033 .note {
  list-style: none;
  width: 91.76470588%;
  padding: 0;
  margin: 1em auto 0 auto;
}
.module_033 .note li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.module_034 {
  width: 850px;
  margin: 2em auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_034 {
    width: 87.5%;
    margin: 0 auto;
  }
}
.module_034 .ph {
  width: 196px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_034 .ph {
    width: 48%;
    margin-top: 2em;
  }
}
.module_034 .ph figcaption {
  width: 100%;
  text-align: center;
  padding: 0.555em 0 0 0;
  margin: 0;
  font-size: 1.3rem;
}

.module_035 {
  width: 1000px;
  margin: 2em auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_035 {
    width: 87.5%;
    margin: 2em auto 0 auto;
  }
}
.module_035 .title {
  width: 100%;
  display: block;
  color: #CD4A1E;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
}
.module_035 .unit {
  width: 100%;
  display: block;
  text-align: right;
  padding: 0;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .module_035 .unit {
    font-size: 1.4rem;
  }
}
.module_035 .list-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module_035 .list-wrap .list {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .module_035 .list-wrap .list {
    width: 100%;
  }
}
.module_035 .list-wrap .list dl {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module_035 .list-wrap .list dl dt {
  width: 127px;
  background-color: #F09677;
  padding: 1em;
  margin: 2px 0 0 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_035 .list-wrap .list dl dt {
    width: 40%;
    font-size: 1.4rem;
  }
}
.module_035 .list-wrap .list dl dd {
  width: 191px;
  background-color: #FFE9E2;
  padding: 1em;
  margin: 2px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_035 .list-wrap .list dl dd {
    width: 60%;
    font-size: 1.4rem;
  }
}

.module_036 {
  width: 750px;
  margin: 2em auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_036 {
    width: 87.5%;
    margin: 2em auto 0 auto;
  }
}
.module_036 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.module_036 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.module_037 {
  width: 850px;
  margin: 2em auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .module_037 {
    width: 87.5%;
    margin: 0 auto;
  }
}
.module_037 .title {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  letter-spacing: 0.111em;
}
@media screen and (max-width: 767px) {
  .module_037 .title {
    font-size: 1.6rem;
  }
}
.module_037 .text {
  width: 100%;
  display: block;
  padding: 1em 0 0 0;
  margin: 0;
}
.module_037 .text p {
  letter-spacing: 0.111em;
  line-height: 1.777em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .module_037 .text p {
    font-size: 1.4rem;
  }
}
.module_037 .text p.right {
  text-align: right;
  text-justify: auto;
}

.module_038 {
  width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_038 {
    width: 87.5%;
    margin: 0 auto;
  }
}
.module_038:after {
  content: "";
  width: 30%;
}
@media screen and (max-width: 767px) {
  .module_038:after {
    display: none;
  }
}
.module_038 li {
  width: 30%;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .module_038 li {
    width: 100%;
    margin-top: 1.777em;
  }
}
.module_038 li a {
  color: #CD4A1E;
}
.module_038 li a:before {
  background: #CD4A1E;
}
.module_038 li a:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}
.module_038 li a[target=_blank] {
  line-height: 1.333em;
  text-indent: 0em;
  margin-left: 1em;
  margin-top: 0.555em;
}
.module_038 li a[target=_blank]:after {
  content: "\f35d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}

.module_039 {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .module_039 {
    width: 87.5%;
    height: 400px;
  }
}
.module_039 .ps__thumb-y {
  background-color: #CD4A1E;
}
.module_039 .ps__rail-y {
  width: 10px;
  background-color: rgba(205, 74, 30, 0.2) !important;
}
.module_039 .ps--active-x > .ps__rail-x,
.module_039 .ps--active-y > .ps__rail-y {
  background-color: #ffdce2;
}
.module_039 .ps__rail-y:hover > .ps__thumb-y, .module_039 .ps__rail-y:focus > .ps__thumb-y, .module_039 .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 6px;
  background-color: #CD4A1E;
}
.module_039 .inner {
  width: 970px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module_039 .inner {
    width: 95%;
  }
}
.module_039 .inner li {
  width: 100%;
  padding: 18px 20px;
  border-bottom: solid 1px #C8C8C8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_039 .inner li {
    padding: 1em 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.module_039 .inner li .date {
  margin-right: 30px;
  border-left: solid 1px #7E653D;
  border-right: solid 1px #7E653D;
  width: 145px;
  height: 36px;
  line-height: 36px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  flex: none;
}
@media screen and (max-width: 767px) {
  .module_039 .inner li .date {
    width: auto;
    height: auto;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #7E653D;
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 0.555em;
  }
}
.module_039 .inner li a {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
  font-size: 1.8rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .module_039 .inner li a {
    font-size: 1.6rem;
  }
}
.module_039 .inner li a:before {
  background: #CD4A1E;
}
.module_039 .inner li a:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}
.module_039 .inner li a[target=_blank]:after {
  content: "\f35d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}

.module_040 {
  width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module_040 {
    width: 87.5%;
  }
}
.module_040 li {
  width: 12.5%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .module_040 li {
    width: 33.333%;
  }
}
.module_040 li a {
  color: #CD4A1E;
}
.module_040 li a:before {
  background: #CD4A1E;
}
.module_040 li a:after {
  content: "\f1c1";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}

.module_041 {
  width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module_041 {
    width: 87.5%;
  }
}
.module_041 li {
  width: 50%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .module_041 li {
    width: 100%;
  }
}
.module_041 li a {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #CD4A1E;
}
.module_041 li a:before {
  background: #CD4A1E;
}
.module_041 li a:after {
  content: "\f1c1";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.222em;
}

.module_042 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
}
.module_042 .solo_slider {
  margin: 0 auto;
  width: 50%;
  max-width: 1340px;
}
@media screen and (max-width: 767px) {
  .module_042 .solo_slider {
    width: 87.5%;
    max-width: 934px;
  }
}
.module_042 .swiper-container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .module_042 .swiper-container {
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
.module_042 .swiper-button-next, .module_042 .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23CD4A1E'%2F%3E%3C%2Fsvg%3E");
  right: 25%;
  margin-right: -20px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .module_042 .swiper-button-next, .module_042 .swiper-container-rtl .swiper-button-prev {
    right: 5px;
    margin-right: 0;
    display: none;
  }
}
.module_042 .swiper-button-prev, .module_042 .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23CD4A1E'%2F%3E%3C%2Fsvg%3E");
  left: 25%;
  margin-left: -20px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .module_042 .swiper-button-prev, .module_042 .swiper-container-rtl .swiper-button-next {
    left: 5px;
    margin-left: 0;
    display: none;
  }
}
.module_042 .swiper-pagination {
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  outline: none;
}
.module_042 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5em;
  width: 10px;
  height: 10px;
  border: solid 1px #000;
  background: #fff;
}
.module_042 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CD4A1E;
  border: none;
  outline: none;
}

.module_043 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_043 {
    width: 87.5%;
    display: block;
  }
}
.module_043:after {
  content: "";
  width: 321px;
}
@media screen and (max-width: 767px) {
  .module_043:after {
    display: none;
  }
}
.module_043 .bnr {
  width: 321px;
  padding: 0;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .module_043 .bnr {
    width: 100%;
  }
}

.module_044 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .module_044 {
    width: 87.5%;
  }
}
.module_044 .bnr {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .module_044 .bnr {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .module_044 .bnr:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.module_044 .bnr a {
  display: block;
  position: relative;
}
.module_044 .bnr a img {
  border-radius: 50%;
}
.module_044 .bnr a figcaption {
  letter-spacing: 3px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .module_044 .bnr a figcaption {
    font-size: 5vw;
  }
}

.indent-list02 {
  list-style: none;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.777em;
}
@media screen and (max-width: 767px) {
  .indent-list02 {
    font-size: 1.4rem;
  }
}
.indent-list02 .sub {
  flex: 1;
}

.indent-list03 {
  display: flex;
}
.indent-list03 .sub {
  flex: 1;
}
.indent-list03 .dx {
  position: relative;
}
.indent-list03 .dx::after {
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  border-bottom: double 4px #522F24;
}

.doubleline {
  background-image: url(../images/double_line.gif);
  background-repeat: repeat-x;
  background-position: center;
}

.photocontest {
  max-width: 689px;
  width: 100%;
  margin: 0 auto;
}
.photocontest img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .photocontest {
    width: 90%;
  }
}

.sns-area {
  display: none;
}
@media screen and (max-width: 767px) {
  .sns-area {
    position: absolute;
    display: block;
    z-index: 3;
    color: #CD4A1E;
    right: 62px;
    top: 13px;
    font-size: 2.4rem;
  }
  .sns-area a:link {
    text-decoration: none;
    color: #CD4A1E;
  }
  .sns-area a:visited {
    text-decoration: none;
    color: #CD4A1E;
  }
}

.image-youtube {
  max-width: 800px;
  margin: 0 auto;
}
.image-youtube img {
  width: 100%;
  display: block;
}

.image-youtube-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.image-youtube-flex .wr {
  width: 40%;
  padding: 20px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .image-youtube-flex .wr {
    font-size: 1.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .image-youtube-flex {
    display: block;
  }
}

.iframe-responsive {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}

.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.bt01 {
  width: 600px;
  padding: 25px 0;
  font-size: 16pt;
  background-color: #CD6D77;
  color: #FFF;
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  a.bt01 {
    padding: 15px 0;
    width: 90%;
    font-size: 5vw;
  }
}
@media only screen and (min-width: 768px) {
  a.bt01 a.bt01:hover {
    background-color: #FFC3C9;
  }
}

.award_pagelink {
  width: 409px;
  margin: 0 auto;
  display: block;
  border: 1px solid #CD4A1E;
  text-align: center;
  font-size: 12pt;
  line-height: 150%;
  padding: 10px 0;
  text-decoration: none;
  color: #CD4A1E;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .award_pagelink {
    width: 100%;
    font-size: 4.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .award_pagelink:hover {
    text-decoration: none;
    background-color: #FFC8B6;
  }
}

.practice-wrap {
  display: block;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .practice-wrap {
    display: block;
    padding: 0;
  }
}

.practice-clear {
  padding: 30px 0 0 0;
  text-align: center;
}

.practice-subname {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .practice-subname {
    font-size: 1.6rem;
  }
}

.practice-wrap .txt {
  width: 100%;
  text-align: left;
  max-width: 530px;
}

.practice-wrap .img {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .practice-wrap .img {
    width: 100%;
    padding: 20px 0;
  }
}

.practice-wrap img {
  display: block;
  width: 100%;
}

.practice-list .listtitle {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .practice-list .listtitle {
    font-size: 1.8rem;
  }
}
.practice-list .linklist {
  display: block;
  font-size: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .practice-list .linklist {
    font-size: 1.4rem;
  }
}
.practice-list .linklist li {
  padding-bottom: 30px;
  position: relative;
}
.practice-list .linklist li .num {
  display: block;
  width: auto;
  line-height: 3rem;
  font-weight: bold;
  transition: 500ms all;
}
@media screen and (max-width: 767px) {
  .practice-list .linklist li .num {
    width: 100%;
    line-height: 2.5rem;
  }
}
.practice-list .linklist li .num .se {
  text-align: center;
  line-height: 3rem;
  display: inline-block;
  color: #FFFFFF;
  background-color: #CD4A1E;
  margin-right: 5px;
  padding: 0;
  width: 76px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .practice-list .linklist li .num .se {
    ine-height: 2.5rem;
  }
}
.practice-list .linklist li .num .close {
  text-align: center;
  line-height: 3rem;
  display: inline-block;
  color: #888;
  border: 1px solid #888;
  margin-left: 5px;
  padding: 0;
  width: 130px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .practice-list .linklist li .num .close {
    ine-height: 2.5rem;
  }
}
.practice-list .linklist li a.num:hover {
  color: #CD4A1E;
}
.practice-list .linklist li .huh {
  width: auto;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .practice-list .linklist li .huh {
    width: 100%;
    line-height: 2.5rem;
  }
}

.practice-label {
  text-align: center;
  width: 75px;
  line-height: 3rem;
  display: inline-block;
  color: #FFFFFF;
  background-color: #CD4A1E;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .practice-label {
    width: 70px;
    line-height: 2.5rem;
  }
}

.full-label {
  text-align: center;
  width: 75px;
  line-height: 3rem;
  display: inline-block;
  color: #CD4A1E;
  background-color: #FFFFFF;
  margin-right: 5px;
  border: 1px solid #CD4A1E;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .full-label {
    width: 70px;
    line-height: 2.5rem;
  }
}/*# sourceMappingURL=base.css.map */