@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "Google Sans Flex", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

b, strong, .bold {
  font-family: "Google Sans Flex", sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Google Sans Flex", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #295A58;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
	Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.wrapper {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.c-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-container {
    padding: 0 10px;
  }
}

main {
  display: block;
}

.c-content {
  background-color: #FDECE5;
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-content {
    padding-top: 40px;
  }
}

.c-header__logo {
  width: 274px;
  z-index: 999998;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1280px) and (min-width: 901px) {
  .c-header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 152px;
  }
}
.c-header__logo a {
  display: block;
}
.c-header__logo img {
  position: absolute;
  left: -32px;
  top: -73px;
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    left: -26px;
    top: -40px;
  }
}
.c-header__btn-menu {
  z-index: 999998;
  position: absolute;
  top: 35px;
  right: 35px;
  width: 80px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-image: url("../../assets/img/common/bg_btn_menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-header__btn-menu {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
  }
}
.c-header__btn-menu .bar1,
.c-header__btn-menu .bar2,
.c-header__btn-menu .bar3 {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-header__btn-menu .bar1,
.c-header__btn-menu .bar2,
.c-header__btn-menu .bar3 {
    width: 26px;
    height: 2px;
  }
}
.c-header__btn-menu .bar1 {
  margin: 0;
}
.c-header__btn-menu .bar2 {
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  .c-header__btn-menu .bar2 {
    margin: 5px 0;
  }
}
.c-header .is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 8px);
          transform: rotate(-45deg) translate(-7px, 8px);
}
@media screen and (max-width: 767px) {
  .c-header .is-open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
            transform: rotate(-45deg) translate(-4px, 4px);
  }
}
.c-header .is-open .bar2 {
  opacity: 0;
}
.c-header .is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-10px, -9px);
          transform: rotate(45deg) translate(-10px, -9px);
}
@media screen and (max-width: 767px) {
  .c-header .is-open .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -5px);
            transform: rotate(45deg) translate(-7px, -5px);
  }
}

.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background-color: rgba(154, 54, 26, 0.86);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  overflow-y: auto;
  padding-bottom: 100px;
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    overflow-y: scroll;
    padding-bottom: 100px;
    display: none;
  }
}
.menu.show {
  opacity: 1;
  visibility: visible;
  display: block;
}
@media screen and (max-width: 767px) {
  .menu.show {
    display: block;
  }
}
.menu__inner {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) and (min-width: 901px) {
  .menu__inner {
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu__left {
  width: 50%;
  border-right: 1px dashed #fff;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .menu__left {
    width: 100%;
    padding-left: 0;
    border-right: 0;
  }
}
.menu__right {
  width: 50%;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu__right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.menu__right dl {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .menu__right dl {
    margin-bottom: 20px;
  }
}
.menu__right dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFD836;
  line-height: 26px;
  padding-left: 20px;
  border-left: 2px solid #FFD836;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .menu__right dl dt {
    font-size: 1.6rem;
  }
}
.menu__right dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__right dl dd a.btn {
  width: 48%;
  text-align: center;
  display: block;
  color: #295A58;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  max-width: 212px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .menu__right dl dd a.btn {
    margin-bottom: 10px;
  }
}
.menu__right dl dd a.btn:hover {
  opacity: 0.85;
}
.menu__right dl dd a.link {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  display: block;
  width: 48%;
  padding-left: 30px;
  background-image: url("../../assets/img/common/icon_circle.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left top 5px;
}
@media screen and (max-width: 767px) {
  .menu__right dl dd a.link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.menu__right dl dd a.link:hover {
  opacity: 0.85;
}
.menu__right__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .menu__right__bot {
    padding-left: 0;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: static;
  }
}
.menu__right__bot > a {
  text-decoration: underline;
  color: #fff;
  font-size: 1.4rem;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .menu__right__bot > a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .menu__right__bot > div {
    margin: 0 auto;
  }
}
.menu__right__bot > div a {
  display: inline-block;
  margin-left: 10px;
}

.list_menu_main li {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list_menu_main li {
    margin-bottom: 0;
    border-bottom: 1px solid #FFD836;
  }
}
.list_menu_main li > p {
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_menu_main li > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list_menu_main li > p > a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFD836;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFD836;
  display: table;
  padding-right: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_menu_main li > p > a {
    display: block;
    font-size: 1.6rem;
    padding: 16px 0;
    border-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .list_menu_main li > p > a.has_sub {
    margin-right: 60px;
  }
  .list_menu_main li > p > a.has_sub::before {
    display: none;
  }
}
.list_menu_main li > p > a:hover {
  opacity: 0.85;
}
.list_menu_main li > p > a::before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url("../../assets/img/common/icon_a.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .list_menu_main li > p > a::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.list_menu_main li > p .menu_dropdown {
  width: 40px;
  height: 40px;
  background-image: url("../../assets/img/common/add_circle.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  display: none;
  z-index: 8888;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_menu_main li > p .menu_dropdown {
    display: block;
  }
}
.list_menu_main li > p .menu_dropdown.open {
  background-image: url("../../assets/img/common/remove_circle.svg");
}
.list_menu_main li > p .menu_dropdown::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #FFD836;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .list_menu_main .sub-menu {
    padding-bottom: 16px;
    display: none;
  }
}
.list_menu_main .sub-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_menu_main .sub-menu a {
  font-size: 1.4rem;
  color: #fff;
  line-height: 20px;
  padding-left: 20px;
  background-image: url("../../assets/img/common/icon_sub.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 30px;
  margin-top: 15px;
  display: table;
}
@media screen and (max-width: 767px) {
  .list_menu_main .sub-menu a {
    width: 50%;
    margin-right: 0;
  }
}
.list_menu_main .sub-menu a:hover {
  opacity: 0.85;
}

.lg {
  z-index: 99999;
  position: absolute;
  top: 64px;
  right: 156px;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  color: #295A58;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .lg {
    top: 34px;
    right: 92px;
    font-size: 1.7rem;
  }
}
.lg li a {
  text-decoration: underline;
  color: #295A58;
  margin-right: 4px;
}

.c-footer {
  background-color: #C7532F;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 10px 20px 20px;
  }
}
.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-footer .wave_wrap.top {
  top: -38px;
  left: 0;
}
.c-footer__fish {
  position: absolute;
  left: 7%;
  top: -46px;
  z-index: 88;
  -webkit-animation: fish01 5s linear 2s infinite alternate;
          animation: fish01 5s linear 2s infinite alternate;
}
@media screen and (max-width: 767px) {
  .c-footer__fish {
    -webkit-animation: fish01SP 5s linear 2s infinite alternate;
            animation: fish01SP 5s linear 2s infinite alternate;
  }
  .c-footer__fish img {
    width: 80px;
  }
}
.c-footer__logo {
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    width: 90px;
    margin: 0 auto 20px;
  }
}
.c-footer__logo a {
  display: block;
}
.c-footer__logo a:hover {
  opacity: 0.85;
}
.c-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  border-right: 2px solid #fff;
  width: 515px;
}
@media screen and (max-width: 767px) {
  .c-footer__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 0;
    padding: 0;
    text-align: center;
  }
}
.c-footer__left__text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 23px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-footer__left__text {
    font-size: 1.6rem;
    line-height: 23px;
  }
}
.c-footer__left__text02 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer__left__text02 {
    font-size: 1.3rem;
    line-height: 22px;
  }
}
.c-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
.c-footer__sns a {
  display: block;
  margin-right: 15px;
}
.c-footer__sns a:hover {
  opacity: 0.85;
}
.c-footer__right {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media screen and (max-width: 767px) {
  .c-footer__right {
    padding-left: 0;
  }
}
.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav {
    display: none;
  }
}
.c-footer__nav li {
  margin-right: 30px;
  margin-bottom: 15px;
}
.c-footer__nav li a {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
.c-footer__btn {
  font-size: 1.4rem;
  color: #295A58;
  background-color: #FFD836;
  font-weight: bold;
  max-width: 220px;
  line-height: 40px;
  width: 100%;
  border-radius: 5px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer__btn {
    display: none;
  }
}
.c-footer__btn img {
  margin-right: 5px;
  margin-top: -4px;
}
.c-footer__text {
  font-size: 1.4rem;
  color: #fff;
  line-height: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-footer__text {
    font-size: 1rem;
    text-align: center;
    margin-top: 15px;
  }
}
.c-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page_top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_top {
    width: 30px;
    right: 10px;
    bottom: 10px;
  }
}

.title_01 {
  font-size: 2.4rem;
  line-height: 35px;
  color: #295A58;
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .title_01 {
    font-size: 1.8rem;
  }
}
.title_01 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title_01 img {
    width: 50px;
  }
}
.title_01.left {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .title_01.left {
    margin-bottom: 20px;
  }
}

.title_02 {
  font-size: 2.4rem;
  line-height: 33px;
  color: #C7532F;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .title_02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .title_02 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.title_03 {
  font-size: 2rem;
  line-height: 40px;
  font-weight: bold;
  color: #C7532F;
  text-align: center;
}

.title_04 {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  color: #C7532F;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .title_04 {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

.title_05 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 40px;
  color: #C7532F;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .title_05 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}

.title_06 {
  font-size: 1.8rem;
  line-height: 34px;
  letter-spacing: 0.06rem;
  color: #C7532F;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .title_06 {
    font-size: 1.6rem;
  }
}
.title_06 img {
  margin-top: -5px;
  margin-right: 8px;
}

.text_01 {
  font-size: 1.6rem;
  line-height: 26px;
  color: #295A58;
}
@media screen and (max-width: 767px) {
  .text_01 {
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.text_02 {
  font-size: 1.4rem;
  line-height: 24px;
  color: #295A58;
}
@media screen and (max-width: 767px) {
  .text_02 {
    line-height: 20px;
  }
}

.btn_01 {
  font-size: 1.8rem;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 42px;
  border-radius: 25px;
  width: 100%;
  max-width: 230px;
  text-align: center;
  background-color: #C7532F;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn_01 {
    line-height: 44px;
    max-width: 222px;
    font-size: 1.6rem;
  }
}
.btn_01 img {
  margin-right: 8px;
  margin-top: -7px;
}
.btn_01:hover {
  opacity: 0.85;
}

.btn_02 {
  width: 155px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 2px dashed #C7532F;
  border-radius: 12px;
  font-size: 1.6rem;
  color: #C7532F;
  font-weight: bold;
  padding-bottom: 18px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .btn_02 {
    font-size: 1.5rem;
    padding-bottom: 10px;
    line-height: 21px;
  }
}
.btn_02 p {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}
.btn_02:first-child p {
  margin-top: 0;
}
.btn_03 {
  max-width: 468px;
  width: 100%;
  margin: 0 auto;
  display: block;
  line-height: 52px;
  border: 1px solid #C7532F;
  border-radius: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #C7532F;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_03 {
    font-size: 1.4rem;
    max-width: 320px;
  }
}
.btn_03::after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("../../assets/img/common/icon_btn_03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_03:hover {
  opacity: 0.85;
}

.wave_wrap {
  position: absolute;
  top: -10px;
  width: 2800px;
  height: 60px;
  overflow: hidden;
  z-index: 33;
}
.wave_wrap__wave {
  width: 100%;
  height: 40px;
  background-image: url("../../assets/img/common/wave05@2x.png");
  background-repeat: repeat-x;
  background-size: 1600px 40px;
  -webkit-animation: wave_move 10s linear infinite;
          animation: wave_move 10s linear infinite;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
@media screen and (max-width: 767px) {
  .wave_wrap__wave {
    background-size: 1000px 40px;
    -webkit-animation: wave_moveSP 14s linear infinite;
            animation: wave_moveSP 14s linear infinite;
  }
}
.wave_wrap.height_20 {
  top: -25px;
}
.wave_wrap--yellow .wave_wrap__wave {
  background-image: url("../../assets/img/common/wave_yellow05@2x.png");
  height: 50px;
}
.wave_wrap--white .wave_wrap__wave {
  background-image: url("../../assets/img/common/wave_white@2x.png");
  height: 50px;
}
.wave_wrap--bg08 .wave_wrap__wave {
  background-image: url("../../assets/img/common/wave_bg08@2x.png");
  height: 50px;
}
.wave_wrap--orange .wave_wrap__wave {
  background-image: url("../../assets/img/common/wave_orange@2x.png");
  height: 50px;
}
.wave_wrap--main .wave_wrap__wave {
  background-image: url("../../assets/img/common/wave_main@2x.png");
  height: 50px;
}
.wave_wrap--menashi .wave_wrap__wave {
  background-image: url("../../assets/img/common/wave_menashi.png");
  height: 50px;
}
.wave_wrap--activity .wave_wrap__wave {
  background-image: url("../../assets/img/common/wave_activity.png");
  height: 50px;
}

@-webkit-keyframes wave_move {
  0% {
    background-position-x: 0px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    background-position-x: -1600px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

@keyframes wave_move {
  0% {
    background-position-x: 0px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    background-position-x: -1600px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
@-webkit-keyframes wave_moveSP {
  0% {
    background-position-x: 0px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    background-position-x: -1000px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
@keyframes wave_moveSP {
  0% {
    background-position-x: 0px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    background-position-x: -1000px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
.list_news {
  margin-bottom: 20px;
}
.list_news li {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 45px;
  background-image: url("../../assets/img/top/icon_02.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_news li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 15px;
    position: relative;
    padding-right: 45px;
  }
}
.list_news li:nth-child(even) {
  background-color: #F5F5F5;
}
.list_news li:nth-child(odd) {
  background-color: #fff;
}
.list_news__time {
  font-size: 1.5rem;
  line-height: 22px;
  color: #295A58;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .list_news__time {
    font-size: 1.4rem;
  }
}
.list_news__cate {
  width: 108px;
  display: block;
  line-height: 30px;
  background-color: #EF8468;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 15px;
  margin: 0 10px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .list_news__cate {
    font-size: 1.2rem;
    line-height: 21px;
    display: table;
    width: 68px;
    margin: 0;
  }
}
.list_news__title {
  font-size: 1.6rem;
  line-height: 26px;
  text-decoration: underline;
    color: #295A58;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media screen and (max-width: 767px) {
  .list_news__title {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 7px;
  }
}

.list_news li:hover .list_news__title {
  text-decoration: none;
}

.c_link {
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  display: table;
  margin-left: auto;
  margin-top: 10px;
}
.c_link:hover {
  text-decoration: none;
}
.c_link img {
  margin-right: 7px;
}

.fixed_sns {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  width: 75px;
  border: 2px solid #C7532F;
  border-left: 0;
  background-color: #FFD836;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .fixed_sns {
    display: none;
  }
}
.fixed_sns a {
  display: block;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px dashed #fff;
}
.fixed_sns a:last-child {
  border-bottom: 0;
}

.c-mainvisual {
  height: 407px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mainvisual {
    height: 250px;
  }
}
.c-mainvisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mainvisual__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-mainvisual__main {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-shadow: 1px 1px 6px rgba(26, 4, 0, 0.3411764706), 0 0 4px rgba(26, 4, 0, 0.3411764706), 0 0 5px rgba(26, 4, 0, 0.3411764706);
}
@media screen and (max-width: 767px) {
  .c-mainvisual__main {
    font-size: 2.2rem;
  }
}
.c-mainvisual__sub {
  font-size: 2rem;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 6px rgba(26, 4, 0, 0.3411764706), 0 0 4px rgba(26, 4, 0, 0.3411764706), 0 0 5px rgba(26, 4, 0, 0.3411764706);
}
@media screen and (max-width: 767px) {
  .c-mainvisual__sub {
    font-size: 1.6rem;
  }
}
.c-mainvisual .wave_wrap {
  top: auto;
  bottom: -27px;
}

.c-breadcrumb {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 60px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .c-breadcrumb {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb li {
  color: #295A58;
  font-size: 1.2rem;
  line-height: 17px;
  display: inline-block;
}
.c-breadcrumb li a {
  text-decoration: underline;
}
.c-breadcrumb li a:hover {
  text-decoration: none;
}
.c-breadcrumb li + li::before {
  content: ">";
  display: inline-block;
  padding: 0 6px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page {
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #295A58;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 4px;
  display: block;
}
.pagination .page:hover {
  background-color: #fff;
  color: #295A58;
}
.pagination .current {
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #295A58;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 4px;
  display: block;
}
.pagination .previouspostslink {
  background-image: url("../../assets/img/common/pager_prev.svg");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: center;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #295A58;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
.pagination .previouspostslink:hover {
  background-image: url("../../assets/img/common/pager_prev_gr.svg");
}
.pagination .nextpostslink {
  background-image: url("../../assets/img/common/pager_next.svg");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: center;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #295A58;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
.pagination .nextpostslink:hover {
  background-image: url("../../assets/img/common/pager_next_gr.svg");
}
.pagination .pages {
  display: none;
}

.loader {
  width: 100%;
  height: 100vh;
  background-color: #C7532F;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 999999;
}
.loader__wave {
  width: 100%;
  height: 12px;
  background-image: url("../../assets/img/common/img_loader_01.png");
  background-size: auto 12px;
}
.loader__wave.pos_top {
  position: absolute;
  top: 60px;
  left: 0;
}
.loader__wave.pos_bot {
  position: absolute;
  bottom: 60px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .loader .fish_left {
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  .loader .fish_right {
    width: 228px;
  }
}
.loader__inner {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .loader__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.loader__inner__ani {
  width: 100px;
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .loader__inner__ani {
    height: 109px;
    margin-top: 80px;
  }
}

.loading {
  width: 0em;
  height: 0em;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-radius: 50%;
  -webkit-transform: rotateX(60deg);
          transform: rotateX(60deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border: 0em solid rgba(255, 255, 255, 0.5);
  -webkit-animation: loading7ripple 2s infinite;
          animation: loading7ripple 2s infinite;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .loading {
    -webkit-transform: rotateX(67deg);
            transform: rotateX(67deg);
  }
}
.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 0em solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-animation: loading7ripple2 2s infinite;
          animation: loading7ripple2 2s infinite;
}
.loading::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateX(-60deg) translate(-50%, 3em) rotateZ(45deg);
          transform: rotateX(-60deg) translate(-50%, 3em) rotateZ(45deg);
  -webkit-animation: loading7drop 2s infinite;
          animation: loading7drop 2s infinite;
}

@-webkit-keyframes loading7drop {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
            transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  15% {
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
            transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
    opacity: 1;
  }
  36%, 100% {
    -webkit-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
            transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
    opacity: 0;
  }
}

@keyframes loading7drop {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
            transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  15% {
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
            transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
    opacity: 1;
  }
  36%, 100% {
    -webkit-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
            transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes loading7ripple {
  0%, 35% {
    width: 0;
    height: 0;
    border-width: 0;
  }
  65% {
    background: rgba(255, 255, 255, 0.5);
    border-width: 0.3em;
  }
  85%, 100% {
    background: rgba(255, 255, 255, 0);
    width: 99px;
    height: 99px;
    border-width: 0;
  }
}
@keyframes loading7ripple {
  0%, 35% {
    width: 0;
    height: 0;
    border-width: 0;
  }
  65% {
    background: rgba(255, 255, 255, 0.5);
    border-width: 0.3em;
  }
  85%, 100% {
    background: rgba(255, 255, 255, 0);
    width: 99px;
    height: 99px;
    border-width: 0;
  }
}
@-webkit-keyframes loading7ripple2 {
  0%, 45% {
    width: 0;
    height: 0;
    border-width: 0;
  }
  70% {
    background: white;
    border-width: 0.5em;
  }
  90%, 100% {
    background: rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    border-width: 0;
  }
}
@keyframes loading7ripple2 {
  0%, 45% {
    width: 0;
    height: 0;
    border-width: 0;
  }
  70% {
    background: white;
    border-width: 0.5em;
  }
  90%, 100% {
    background: rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    border-width: 0;
  }
}
.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 25px;
  }
}
.c-tab__button {
  width: 100%;
  max-width: 148px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #C7532F;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 4px;
  color: #C7532F;
  cursor: pointer;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-tab__button {
    max-width: 100%;
    width: 32%;
    margin-right: 2%;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .c-tab__button:nth-child(3n) {
    margin-right: 0;
  }
}
.c-tab__button:last-child {
  margin-right: 0;
}
.c-tab__button.current {
  background-color: #C7532F;
  color: #fff;
}
.c-tab__content {
  display: none;
}
.c-tab__content.current {
  display: inherit;
}

.nav_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_01 li {
  width: 24%;
  margin-right: 1.33%;
  border: 2px solid #C7532F;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 0 20px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .nav_01 li {
    width: 32%;
    padding: 0 10px 15px;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}
.nav_01 li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav_01 li:nth-child(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .nav_01 li:nth-child(3n) {
    margin-right: 0;
  }
}
.nav_01 li a {
  display: block;
}
.nav_01 li a:hover {
  opacity: 0.85;
}
.nav_01 li:last-child img {
  width: 60px;
}
.nav_01__photo {
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .nav_01__photo {
    height: 73px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70px;
    margin: 0 auto 2px;
  }
}
.nav_01__cat {
  width: 130px;
  line-height: 35px;
  background-color: #C7532F;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nav_01__cat {
    font-size: 1.3rem;
    width: 100%;
    line-height: 23px;
    margin-bottom: 0;
  }
}
.nav_01__cat_long {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .nav_01__cat_long {
    width: 100%;
    padding: 0 10px;
  }
}
.nav_01__text {
  font-size: 1.5rem;
  line-height: 22px;
  color: #C7532F;
  text-align: left;
  padding-right: 28px;
  background-image: url("../../assets/img/top/icon_01.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 10px center;
  padding-left: 15px;
  padding-right: 40px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .nav_01__text {
    display: none;
  }
}

.nav_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nav_banner {
    padding: 0 20px;
  }
}
.nav_banner li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .nav_banner li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.nav_banner li a {
  font-size: 2.5rem;
  color: #295A58;
  text-align: center;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nav_banner li a {
    line-height: 64px;
    font-size: 1.9rem;
  }
}

.nav_banner li a img{
  border-radius: 10px;
  overflow: hidden;
}

.nav_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_02 li {
  width: 23.5%;
  margin-bottom: 30px;
  margin-right: 2%;
  position: relative;
}
.nav_02 li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav_02 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .nav_02 li:nth-child(2n) {
    margin-right: 0;
  }
}
.nav_02 li > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nav_02 li > a:hover {
  opacity: 0.85;
}
.nav_02__photo {
  width: 100%;
  height: 270px;
  border: 2px solid #295A58;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nav_02__photo {
    height: 170px;
    margin-bottom: 10px;
    border-width: 1px;
  }
}
.nav_02__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_02__cat {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #C7532F;
  border-radius: 20px;
  line-height: 22px;
  padding: 1px 11px;
  color: #fff;
  margin-right: 5px;
  position: relative;
  z-index: 3;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .nav_02__cat {
    font-size: 1rem;
    line-height: 15px;
    margin-right: 3px;
    padding: 5px 10px;
  }
}
.nav_02__tt {
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: 500;
  color: #295A58;
  margin-top: 0px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .nav_02__tt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .nav_02__tt {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.nav_02__date {
  font-size: 1.4rem;
  color: #C7532F;
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .nav_02__date {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.nav_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_03 li {
  width: 32%;
  border: 2px solid #C7532F;
  border-radius: 20px;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .nav_03 li {
    width: 100%;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
}
.nav_03 li:hover {
  opacity: 0.85;
}
.nav_03 li:nth-child(3n) {
  margin-right: 0;
}
.nav_03 li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .nav_03 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav_03__photo {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .nav_03__photo {
    width: 140px;
    height: 150px;
    border-radius: 0;
  }
}
.nav_03__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_03__cat {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #FFD836;
  border-radius: 6px;
  line-height: 22px;
  padding: 5px 15px;
  color: #295A58;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .nav_03__cat {
    font-size: 1.1rem;
    line-height: 16px;
    padding: 2px 10px;
    margin-right: 5px;
    font-weight: bold;
  }
}
.nav_03__tt {
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: 500;
  color: #295A58;
  margin-top: 10px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .nav_03__tt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .nav_03__tt {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.nav_03__cont {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .nav_03__cont {
    width: calc(100% - 140px);
    padding: 15px 10px;
  }
}
.nav_03__date {
  color: #C7532F;
  text-align: right;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .nav_03__date {
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: bold;
  }
}

.nav_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_04 li {
  padding: 35px 38px;
  background-color: #fff;
  border: 1px dashed #C7532F;
  border-radius: 10px;
  width: 49%;
  margin-top: 35px;
  position: relative;
}
.nav_04 li.full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0;
}
.nav_04 li.full .nav_04__img {
  width: 510px;
  margin-bottom: 0;
  height: 327px;
}
.nav_04 li.full .nav_04__tt {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 33px;
}
.nav_04 li.full .nav_04__text {
  font-size: 1.6rem;
  line-height: 26px;
}
.nav_04 li.full .nav_04__cont {
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.nav_04__img {
  width: 100%;
  height: 315px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nav_04__img {
    height: 195px;
    margin-bottom: 10px;
  }
}
.nav_04__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_04__label {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  background-color: #C7532F;
  border-radius: 20px;
  line-height: 20px;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .nav_04__label {
    font-size: 1rem;
    line-height: 15px;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
.nav_04__tt {
  font-size: 2.4rem;
  color: #C7532F;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nav_04__tt {
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 5px;
  }
}
.nav_04__text {
  font-size: 1.6rem;
  line-height: 26px;
  color: #295A58;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nav_04__text {
    margin-bottom: 10px;
  }
}
.nav_04__link {
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  color: #295A58;
}
.nav_04__link:hover {
  text-decoration: none;
}
.nav_04__link img {
  margin-right: 8px;
  margin-top: -6px;
}

.nav_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nav_05 {
    margin-bottom: 30px;
  }
}
.nav_05 li {
  width: 32%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 40px;
}
.nav_05 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav_05 li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .nav_05 li {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nav_05 li:nth-child(2n) {
    margin-right: 0;
  }
}
.nav_05 li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.nav_05 li:hover {
  opacity: 0.85;
}
.nav_05__img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nav_05__img {
    height: 132px;
  }
}
.nav_05__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_05__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.nav_05__cat {
  font-size: 1.3rem;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  line-height: 19px;
  background-color: #EF8468;
  padding: 5px 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .nav_05__cat {
    font-size: 1rem;
    line-height: 15px;
    padding: 5px 10px;
  }
}
.nav_05__date {
  font-size: 1.4rem;
  color: #295A58;
  line-height: 24px;
  display: inline-block;
}
.nav_05__tt {
  font-size: 1.6rem;
  color: #295A58;
  line-height: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nav_05__tt {
    font-size: 1.3rem;
    line-height: 20px;
  }
}

.nav_menashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_menashi li {
  width: 32%;
  border: 2px solid #C7532F;
  padding: 15px 13px;
  background-color: #fff;
  margin-right: 2%;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.nav_menashi li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav_menashi li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .nav_menashi li {
    width: 48%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .nav_menashi li:nth-child(2n) {
    margin-right: 0;
  }
}
.nav_menashi__img {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nav_menashi__img {
    height: 120px;
  }
}
.nav_menashi__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_menashi__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_menashi__cat {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  padding: 3px 4px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  min-width: 70px;
  margin-right: 9px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .nav_menashi__cat {
    font-size: 1.2rem;
    width: 48%;
    margin-right: 2%;
    height: fit-content;
    margin-bottom: 5px;
  }
  .nav_menashi__cat:nth-child(2n) {
    margin-right: 0;
  }
}
.nav_menashi__cat.cat_orange {
  background-color: #C7532F;
}
.nav_menashi__cat.cat_green {
  background-color: #295A58;
}
.nav_menashi__cat:nth-child(4n) {
  margin-right: 0;
}
.nav_menashi__tt {
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: bold;
  color: #295A58;
}
@media screen and (max-width: 767px) {
  .nav_menashi__tt {
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 0;
  }
}
.nav_menashi__text {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
}
@media screen and (max-width: 767px) {
  .nav_menashi__text {
    display: none;
  }
}
.nav_menashi__box {
  background-color: #F3F1E3;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .nav_menashi__box {
    display: none;
  }
}
.nav_menashi__box dt {
  font-size: 1.6rem;
  color: #C7532F;
  text-align: center;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px dashed #C7532F;
  margin-bottom: 10px;
}
.nav_menashi__box dt img {
  margin-right: 3px;
}
.nav_menashi__box dd h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 26px;
  color: #C7532F;
}
.nav_menashi__box dd p {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 24px;
}

.c-radio .wpcf7-list-item {
  display: block;
}
.c-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  max-width: 20px;
  height: auto;
}
.c-radio input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  font-size: 1.4rem;
  color: #1A1311;
  letter-spacing: 0.04rem;
  cursor: pointer;
  line-height: 24px;
  margin-right: 20px;
  padding-left: 23px;
  font-weight: 500;
}
.c-radio input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  border: 2px solid #C7532F;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  background-color: #C7532F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact .screen-reader-response{
  display: none;
}

span.wpcf7-not-valid-tip {
  font-size: 1.4rem !important;
  margin-top: 5px;
  color: #F27B71 !important;
  display: block;
}
/* @media screen and (max-width: 767px) {
  span.wpcf7-not-valid-tip {
    font-size: 1.2rem !important;
  }
} */

.c-checkbox {
  display: table;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-checkbox {
    margin: 0 auto;
  }
}
.c-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: auto !important;
  width: auto !important;
}
.c-checkbox input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  font-size: 1.4rem;
  color: #1A1311;
  cursor: pointer;
  line-height: 24px;
  padding-left: 22px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-checkbox input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}
.c-checkbox input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border: 2px solid #C7532F;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-checkbox a {
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  .c-checkbox .wpcf7-not-valid-tip {
    padding-left: 20px;
  }
}

.c-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 4px;
  background: transparent;
  border-radius: 3px;
  top: 8px;
  left: 2px;
  border: 2.5px solid #C7532F;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.index {
  overflow: hidden;
}

.s_sec01 {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.s_sec01__kv {
  width: 100%;
  height: 501px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .s_sec01__kv {
    height: 480px;
  }
}
.s_sec01__kv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_sec01__wrap {
  display: table;
  margin: 0 auto 0;
  padding-top: 170px;
  height: 500px;
  position: relative;
  z-index: 33;
}
@media screen and (max-width: 767px) {
  .s_sec01__wrap {
    height: 480px;
    padding-top: 140px;
  }
}
.s_sec01__tt {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 63px;
  letter-spacing: 0.08rem;
  text-shadow: 1px 1px 6px rgba(26, 4, 0, 0.3411764706), 0 0 4px rgba(26, 4, 0, 0.3411764706), 0 0 5px rgba(26, 4, 0, 0.3411764706);
}
@media screen and (max-width: 767px) {
  .s_sec01__tt {
    font-size: 2rem;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.s_sec01__text {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 35px;
  text-shadow: 1px 1px 6px rgba(26, 4, 0, 0.3411764706), 0 0 4px rgba(26, 4, 0, 0.3411764706), 0 0 5px rgba(26, 4, 0, 0.3411764706);
}
@media screen and (max-width: 767px) {
  .s_sec01__text {
    font-size: 1.5rem;
    line-height: 22px;
    text-align: center;
  }
}
.s_sec01__bottom {
  background-color: #C7532F;
  height: 348px;
  position: relative;
  z-index: 33;
}
@media screen and (max-width: 767px) {
  .s_sec01__bottom {
    height: 320px;
  }
}
.s_sec01__bottom__main {
  position: absolute;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 88;
  max-width: 1274px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .s_sec01__bottom__main {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .s_sec01__bottom__main {
    bottom: auto;
    top: -80px;
  }
}
.s_sec01__bottom .wave_wrap.bot {
  top: auto;
  bottom: -40px;
}
.s_sec01__bottom .wave_wrap.top {
  top: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s_sec01__bottom .circle {
  position: absolute;
  z-index: 88;
  -webkit-animation: wobbling_x 0.8s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate;
          animation: wobbling_x 0.8s ease-in-out infinite alternate, wobbling_y 1.1s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .s_sec01__bottom .circle {
    display: none;
  }
}
.s_sec01__bottom .circle.circle_01 {
  left: 8%;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .s_sec01__bottom .circle.circle_01 {
    top: -250px;
  }
}
.s_sec01__bottom .circle.circle_02 {
  left: 18%;
  top: -130px;
}
@media screen and (max-width: 767px) {
  .s_sec01__bottom .circle.circle_02 {
    display: none;
  }
}
.s_sec01__bottom .circle.circle_03 {
  right: 10%;
  top: 40px;
}
.s_sec01__bottom .circle.circle_04 {
  right: 16%;
  top: -120px;
}
.s_sec01__bottom .circle_left {
  display: none;
}
@media screen and (max-width: 767px) {
  .s_sec01__bottom .circle_left {
    position: absolute;
    z-index: 88;
    left: 10px;
    top: -220px;
    display: block;
  }
}
.s_sec01__bottom .circle_right {
  display: none;
}
@media screen and (max-width: 767px) {
  .s_sec01__bottom .circle_right {
    position: absolute;
    z-index: 88;
    right: 10px;
    top: -220px;
    display: block;
  }
}
.s_sec01__news {
  background-color: #fff;
  border-radius: 28px 0 0 28px;
  border: 2px solid #295A58;
  padding: 12px 20px;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 80px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .s_sec01__news {
    width: calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 20px;
    bottom: 70px;
  }
}
.s_sec01__news span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #295A58;
  width: 87px;
}
@media screen and (max-width: 767px) {
  .s_sec01__news span {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 5px;
  }
}
.s_sec01__news p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.s_sec01__news p a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #295A58;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .s_sec01__news p a {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.s_sec01__news p a:hover {
  text-decoration: none;
}

@-webkit-keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
.s_sec02 {
  background-color: #FDECE5;
  position: relative;
  margin-top: -50px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .s_sec02 {
    padding-top: 50px;
  }
}
.s_sec02__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .s_sec02__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .s_sec02__inner {
    padding-bottom: 50px;
  }
}
.s_sec02__nav {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s_sec02__nav__img {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav__img {
    width: 100%;
  }
}
.s_sec02__nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_sec02__nav__cont {
  width: 50%;
  padding: 90px 40px;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .s_sec02__nav__cont {
    width: 100%;
    padding: 20px 20px 80px;
  }
}
@media screen and (max-width: 767px) {
  .s_sec02 .c_link {
    margin-left: 0;
  }
}

.s_sec03 {
  padding-top: 180px;
  background-color: #F3F1E3;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .s_sec03 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.s_sec03__imgtop {
  position: absolute;
  left: 50%;
  top: -105px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .s_sec03__imgtop {
    width: 470px;
    top: -56px;
  }
}
.s_sec03__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .s_sec03__inner {
    padding-bottom: 35px;
  }
}
.s_sec03__box {
  height: 45px;
  margin-bottom: 70px;
  background-image: url("../../assets/img/top/img_011@2x.png");
  background-repeat: repeat-x;
  background-size: auto 16px;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .s_sec03__box {
    background-size: auto 11px;
    height: 24px;
    margin-bottom: 40px;
  }
}
.s_sec03__box__fish01 {
  width: 106px;
  position: relative;
  left: 21%;
  -webkit-animation: fish01 5s linear 2s infinite alternate;
          animation: fish01 5s linear 2s infinite alternate;
}
@media screen and (max-width: 767px) {
  .s_sec03__box__fish01 {
    width: 55px;
    left: 20px;
    -webkit-animation: fish01SP 5s linear 2s infinite alternate;
            animation: fish01SP 5s linear 2s infinite alternate;
  }
}
.s_sec03__box__fish02 {
  position: relative;
  left: 85%;
  width: 106px;
  -webkit-animation: fish02 5s linear 2s infinite alternate;
          animation: fish02 5s linear 2s infinite alternate;
}
@media screen and (max-width: 767px) {
  .s_sec03__box__fish02 {
    width: 55px;
    left: 60%;
    -webkit-animation: fish02SP 5s linear 2s infinite alternate;
            animation: fish02SP 5s linear 2s infinite alternate;
  }
}

@-webkit-keyframes fish01 {
  0% {
    left: 10%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    left: 11%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  20% {
    left: 12%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    left: 13%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    left: 14%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    left: 15%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    left: 16%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  70% {
    left: 17%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    left: 18%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90% {
    left: 19%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    left: 20%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes fish01 {
  0% {
    left: 10%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    left: 11%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  20% {
    left: 12%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    left: 13%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    left: 14%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    left: 15%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    left: 16%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  70% {
    left: 17%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    left: 18%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90% {
    left: 19%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    left: 20%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fish01SP {
  0% {
    left: 10px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    left: 15px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  20% {
    left: 20px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    left: 25px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    left: 30px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    left: 35px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    left: 40px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  70% {
    left: 45px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    left: 50px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90% {
    left: 55px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    left: 60px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes fish01SP {
  0% {
    left: 10px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    left: 15px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  20% {
    left: 20px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    left: 25px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    left: 30px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    left: 35px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    left: 40px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  70% {
    left: 45px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    left: 50px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90% {
    left: 55px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    left: 60px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fish02 {
  0% {
    left: 75%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    left: 76%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  20% {
    left: 77%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    left: 78%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    left: 79%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    left: 80%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    left: 81%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  70% {
    left: 82%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    left: 83%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90% {
    left: 84%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    left: 85%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes fish02 {
  0% {
    left: 75%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    left: 76%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  20% {
    left: 77%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    left: 78%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    left: 79%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    left: 80%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    left: 81%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  70% {
    left: 82%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    left: 83%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90% {
    left: 84%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    left: 85%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fish02SP {
  0% {
    left: 60%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    left: 61%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  20% {
    left: 62%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    left: 63%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    left: 64%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    left: 65%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    left: 66%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  70% {
    left: 67%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    left: 68%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90% {
    left: 69%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    left: 70%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes fish02SP {
  0% {
    left: 60%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  10% {
    left: 61%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  20% {
    left: 62%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    left: 63%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  40% {
    left: 64%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    left: 65%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    left: 66%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  70% {
    left: 67%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    left: 68%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  90% {
    left: 69%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    left: 70%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.s_sec04 {
  background-color: #FDECE5;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .s_sec04 {
    padding-top: 65px;
    padding-bottom: 130px;
  }
}
.s_sec04__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.s_sec04__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .s_sec04__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.s_sec04__nav__img {
  width: 700px;
  margin-bottom: 0;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .s_sec04__nav__img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__img {
    width: 100%;
  }
}
.s_sec04__nav__right {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__right {
    padding-left: 0;
    padding: 20px 10px 0;
  }
}
.s_sec04__nav__right h3 {
  font-size: 2.4rem;
  line-height: 33px;
  color: #C7532F;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .s_sec04__nav__right h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__right h3 {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.s_sec04__nav__right p {
  font-size: 1.6rem;
  line-height: 26px;
  color: #295A58;
}
@media screen and (max-width: 767px) {
  .s_sec04__nav__right p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.s_sec04 .btn_01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s_sec04 .btn_01 {
    margin-top: 20px;
  }
}

.s_sec05 {
  padding-top: 50px;
  background-color: #FFD836;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec05 {
    padding-bottom: 30px;
  }
}
.s_sec05 .wave_wrap.top {
  top: -35px;
}
.s_sec05 .wave_wrap.bot {
  top: auto;
  bottom: -40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s_sec05 .title_01 {
  margin-bottom: 10px;
}
.s_sec05 .text_01 {
  text-align: center;
}
.s_sec05 .nav_04 {
  margin-top: 5px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .s_sec05 .nav_04 {
    display: none;
  }
}
.s_sec05__icon__img01 {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 88;
}
@media screen and (max-width: 767px) {
  .s_sec05__icon__img01 {
    width: 121px;
    top: -144px;
    left: 10px;
  }
}
.s_sec05__icon__img02 {
  position: absolute;
  bottom: -195px;
  right: 0;
  z-index: 88;
}
@media screen and (max-width: 767px) {
  .s_sec05__icon__img02 {
    display: none;
  }
}
.s_sec05__slider {
  display: none;
}
@media screen and (max-width: 767px) {
  .s_sec05__slider {
    display: block;
    margin-bottom: 40px;
    margin-top: 30px;
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
  }
  .s_sec05__slider .swiper-slide {
    background-color: #fff;
    border: 1px dashed #C7532F;
    border-radius: 10px;
    padding: 20px;
    height: auto;
  }
}
.s_sec05__slider .swiper-button-next, .s_sec05__slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
.s_sec05__slider .swiper-button-next::after, .s_sec05__slider .swiper-button-prev::after {
  display: none;
}
.s_sec05__slider .swiper-button-next {
  background-image: url("../../assets/img/common/next.svg");
}
.s_sec05__slider .swiper-button-prev {
  background-image: url("../../assets/img/common/prev.svg");
}

.s_sec06 {
  padding-top: 100px;
  background-color: #FDECE5;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .s_sec06 {
    padding-bottom: 70px;
  }
}
.s_sec06 .title_01 {
  margin-bottom: 10px;
}
.s_sec06 .text_01 {
  text-align: center;
}
.s_sec06 .nav_03 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.s_sec07 {
  padding-top: 70px;
  background-color: #fff;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .s_sec07 {
    padding-bottom: 70px;
    padding-top: 50px;
  }
}
.s_sec07 .wave_wrap {
  top: -35px;
}
.s_sec07 .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec07__img {
    width: 273px;
    margin: 0 auto;
    text-align: center;
  }
}
.s_sec07__left {
  width: 450px;
  padding-right: 50px;
  text-align: center;
}
@media screen and (max-width: 1280px) and (min-width: 901px) {
  .s_sec07__left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .s_sec07__left {
    width: 100%;
    padding-right: 0;
  }
}
.s_sec07__left .text_01 {
  margin-top: 15px;
}
.s_sec07__left .c_link {
  margin: 20px auto 35px;
}
.s_sec07 .btn_01 {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .s_sec07 .btn_01 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.s_sec07__right {
  position: absolute;
  left: 470px;
  top: 0;
  width: 75%;
  height: 655px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .s_sec07__right {
    width: 83%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 901px) {
  .s_sec07__right {
    left: 520px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .s_sec07__right {
    position: static;
    width: 100%;
    border-radius: 10px;
    height: 460px;
    margin-top: 35px;
  }
}
.s_sec07__right iframe {
  width: 100%;
  height: 100%;
}

.s_sec08 {
  background-color: #F3F1E3;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_sec08 {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}
.s_sec08 .wave_wrap {
  top: -38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s_sec08 .container {
  max-width: 1240px;
}
.s_sec08__box {
  padding: 60px 40px;
  background-color: #fff;
  border: 2px solid #C7532F;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s_sec08__box {
    padding: 30px 10px;
  }
}
.s_sec08__box h3 {
  font-size: 2.4rem;
  color: #C7532F;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .s_sec08__box h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.s_sec08__box__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .s_sec08__box__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.s_sec08__box__nav li {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .s_sec08__box__nav li {
    width: 49%;
    margin-bottom: 8px;
  }
}
.s_sec08__box__img {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .s_sec08__box__img {
    height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .s_sec08__box__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.s_sec08 .nav_banner {
  max-width: 920px;
}
.s_sec08 .nav_banner li {
  margin-bottom: 0;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .s_sec08 .nav_banner li {
    margin-top: 15px;
  }
}

.s_sec09 {
  background-color: #FDECE5;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .s_sec09 {
    padding-top: 60px;
  }
}
.s_sec09__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .s_sec09__inner {
    padding: 0;
  }
}
.s_sec09__slider {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.s_sec09__slider .swiper-slide {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .s_sec09__slider .swiper-slide {
    /* width: 80% !important; */
  }
  .s_sec09__slider{
    padding: 0 10px;
  }
}
.s_sec09__wrap {
  position: relative;
}
.s_sec09__wrap .swiper-button-next, .s_sec09__wrap .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
.s_sec09__wrap .swiper-button-next::after, .s_sec09__wrap .swiper-button-prev::after {
  display: none;
}
.s_sec09__wrap .swiper-button-next {
  background-image: url("../../assets/img/common/next.svg");
  right: 50px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .s_sec09__wrap .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s_sec09__wrap .swiper-button-next {
    right: 10px;
  }
}
.s_sec09__wrap .swiper-button-prev {
  background-image: url("../../assets/img/common/prev.svg");
  left: 50px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .s_sec09__wrap .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s_sec09__wrap .swiper-button-prev {
    left: 10px;
  }
}
.s_sec09__banner {
  width: 100%;
  /* height: 90px; */
 
}
@media screen and (max-width: 767px) {
  .s_sec09__banner {
    height: auto;
  }
}
.s_sec09__slider .swiper-slide a{
  margin-bottom: 13px;
  display: block;
}

.s_sec09__slider .swiper-slide a:last-child {
  margin-bottom: 0;
}


.s_sec09__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spot__top {
  background-color: #fff;
  border: 2px solid #C7532F;
  border-radius: 100px;
  padding: 25px 95px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot__top {
    padding: 26px 20px 10px;
    border-radius: 20px;
  }
}
.spot__top::before {
  content: "";
  width: 102px;
  height: 50px;
  background-image: url("../../assets/img/spot/fish.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: -25px;
}
@media screen and (max-width: 767px) {
  .spot__top::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 64px;
    height: 30px;
    top: -15px;
  }
}
.spot__top a {
  color: #C7532F;
  font-size: 1.6rem;
  font-weight: bold;
  display: table;
  margin-bottom: 10px;
  margin-right: 40px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .spot__top a {
    margin-right: 25px;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .spot__top a:nth-child(3n) {
    margin-right: 0;
  }
}
.spot__top a:nth-child(6n) {
  margin-right: 0;
}
.spot__top a:hover {
  opacity: 0.85;
}
.spot__top--tag {
  border-color: #295A58;
  margin-top: -30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .spot__top--tag {
    margin-top: -25px;
    margin-bottom: 50px;
  }
}
.spot__top--tag::before {
  background-image: url(../../assets/img/spot/fish_gr.svg);
  left: auto;
  top: auto;
  right: 20px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .spot__top--tag::before {
    right: auto;
    bottom: auto;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.spot__top--tag a {
  color: #295A58;
}
.spot__top--tag a:nth-child(6n) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .spot__top--tag a:nth-child(6n) {
    margin-right: 25px;
  }
}
.spot__top--tag a:nth-child(9n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .spot__top--tag a:nth-child(9n) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .spot__top--tag a:nth-child(3n) {
    margin-right: 25px;
  }
  .spot__top--tag a:nth-child(5n) {
    margin-right: 0;
  }
}
.spot__tt {
  background-image: url("../../assets/img/spot/line.svg");
  background-repeat: no-repeat;
  background-position: left bottom 8px;
  background-size: auto 15px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 35px;
  color: #C7532F;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .spot__tt {
    font-size: 2rem;
    background-size: auto 10px;
  }
}
.spot__tt span {
  display: table;
  background-color: #FDECE5;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .spot .nav_02 li {
    width: 32%;
    position: relative;
    margin-bottom: 50px;
  }
  .spot .nav_02 li:nth-child(4n) {
    margin-right: 2%;
  }
  .spot .nav_02 li:nth-child(3n) {
    margin-right: 0;
  }
  .spot .nav_02__photo {
    height: 300px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .spot .nav_02__photo {
    height: 250px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .spot .nav_02 {
    margin-bottom: 20px;
  }
}
.spot .nav_02__cat {
  position: relative;
  z-index: 3;
}
.spot .nav_02__cat:hover {
  opacity: 0.85;
}
.spot .nav_02 li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot .nav_02 li {
    margin-bottom: 30px;
  }
}
.spot .nav_02 li:hover {
  opacity: 0.85;
}
.spot .nav_02 li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.spot .nav_02 li > a:hover {
  opacity: 0.85;
}

.spot-detail__cont {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .spot-detail__cont {
    padding: 20px 15px;
  }
}
.spot-detail__cont__top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot-detail__cont__top {
    padding-top: 30px;
  }
}
.spot-detail__cat {
  background-color: #C7532F;
  border-radius: 15px;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 10px;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .spot-detail__cat {
    font-size: 1.2rem;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.spot-detail__cat:hover {
  opacity: 0.85;
}
.spot-detail__date {
  font-size: 1.6rem;
  color: #C7532F;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .spot-detail__date {
    font-size: 1.4rem;
    line-height: 20px;
    right: auto;
    left: 0;
  }
}
.spot-detail__title {
  font-size: 2.4rem;
  line-height: 36px;
  color: #295A58;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .spot-detail__title {
    font-size: 2rem;
    line-height: 32px;
  }
}
.spot-detail__tag a {
  font-size: 1.6rem;
  line-height: 24px;
  color: #295A58;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .spot-detail__tag a {
    font-size: 1.4rem;
    margin-right: 5px;
    line-height: 20px;
  }
}
.spot-detail__tag a:hover {
  opacity: 0.85;
}
.spot-detail__imgmain {
  width: 100%;
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .spot-detail__imgmain {
    height: 230px;
  }
}
.spot-detail__imgmain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot-detail__gallery {
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 60px;
}
.spot-detail__gallery::before {
  content: "";
  width: 100%;
  height: 18px;
  background-image: url("../../assets/img/spot/line.png");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .spot-detail__gallery::before {
    height: 15px;
    background-size: auto 15px;
  }
}
.spot-detail__gallery::after {
  content: "";
  width: 100%;
  height: 18px;
  background-image: url("../../assets/img/spot/line.png");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .spot-detail__gallery::after {
    height: 15px;
    background-size: auto 15px;
  }
}
.spot-detail__gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.spot-detail__gallery__nav li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.spot-detail__gallery__nav li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .spot-detail__gallery__nav li:nth-child(3n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .spot-detail__gallery__nav li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .spot-detail__gallery__nav li:nth-child(2n) {
    margin-right: 0;
  }
}
.spot-detail__gallery__nav li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot-detail__box h2 {
  font-size: 2.2rem;
  line-height: 34px;
  color: #295A58;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .spot-detail__box h2 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.spot-detail__box p {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
}
.spot-detail__nav {
  background-color: #FDECE5;
  padding: 30px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot-detail__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px 20px;
  }
}
.spot-detail__nav__label {
  font-size: 1.8rem;
  color: #fff !important;
  background-color: #C7532F;
  padding: 10px;
  display: table;
  border-radius: 10px;
  line-height: 26px !important;
  position: absolute;
  left: 20px;
  top: -23px;
}
@media screen and (max-width: 767px) {
  .spot-detail__nav__label {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.spot-detail__nav__label img {
  margin-right: 7px;
}
.spot-detail__nav__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .spot-detail__nav__left {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.spot-detail__nav__left h3 {
  font-size: 1.6rem;
  color: #C7532F;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .spot-detail__nav__left h3 {
    margin-bottom: 5px;
  }
}

.spot-detail__nav__left p {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
}
.spot-detail__nav__right {
  width: 360px;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .spot-detail__nav__right {
    width: 100%;
    height: 230px;
  }
}
.spot-detail__nav__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot-detail__table {
  border: 2px solid #295A58;
  border-radius: 5px;
  margin-top: 50px;
}
.spot-detail__table table {
  width: 100%;
  border-collapse: collapse;
}
.spot-detail__table th {
  width: 190px;
  font-weight: normal;
  color: #295A58;
  line-height: 24px;
  padding: 15px;
  font-size: 1.6rem;
  background-color: #ECF2EC;
  border-bottom: 2px solid #295A58;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .spot-detail__table th {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding: 5px 20px;
    border-bottom: 0;
  }
}
.spot-detail__table td {
  width: calc(100% - 190px);
  color: #1A1311;
  line-height: 24px;
  padding: 15px 20px;
  font-size: 1.6rem;
  border-bottom: 2px solid #295A58;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .spot-detail__table td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
.spot-detail__table td a {
  text-decoration: underline;
  color: #1A1311;
  word-break: break-all;
}
.spot-detail__table td a:hover {
  text-decoration: none;
}
.spot-detail__table tr:last-child th, .spot-detail__table tr:last-child td {
  border-bottom: 0;
}
.spot-detail__table__map {
  background-color: #295A58;
  font-size: 1.2rem;
  line-height: 27px;
  padding: 0 10px;
  border-radius: 15px;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  margin-left: 5px;
}
.spot-detail__table__text {
  font-size: 1.2rem !important;
  color: #A2A2A2 !important;
  line-height: 20px !important;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .spot-detail__section .nav_02 li:nth-child(3) {
    display: none;
  }
}
.spot-detail__block {
  background-color: #FFD836;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  max-width: 880px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .spot-detail__block {
    margin-top: 200px;
    padding: 30px 10px;
  }
}
.spot-detail__block::before {
  content: "";
  width: 190px;
  height: 201px;
  background-image: url("../../assets/img/top/hito@2x.png");
  background-size: contain;
  position: absolute;
  left: -40px;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .spot-detail__block::before {
    display: none;
  }
}
.spot-detail__block::after {
  content: "";
  width: 170px;
  height: 200px;
  background-image: url("../../assets/img/top/s5_icon.svg");
  background-size: contain;
  position: absolute;
  right: -40px;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .spot-detail__block::after {
    width: 120px;
    height: 141px;
    top: -118px;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.spot-detail__block .title_02 {
  color: #295A58;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .spot-detail__block .title_02 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.spot-detail__block__text {
  font-size: 1.6rem;
  color: #C7532F;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .spot-detail__block__text {
    font-size: 1.4rem;
  }
}
.spot-detail__block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .spot-detail__block__btn {
    margin-top: 20px;
  }
}
.spot-detail__block__btn a {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .spot-detail__block__btn a {
    margin-right: 7px;
    text-align: center;
  }
}
.spot-detail__block__btn a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .spot-detail__block__btn a:first-child span {
    position: relative;
    bottom: -15px;
  }
}
.spot-detail__block__group {
  margin-top: 30px;
  display: none;
}

.news .c-content {
  background-color: #F3F1E3;
}
.news .title_01 {
  margin-left: 0;
  margin-bottom: 20px;
}
.news .wave_wrap {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -16px;
}
.news__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__main__left {
  width: calc(100% - 200px);
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .news__main__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.news__main__right {
  width: 200px;
  background-color: #C7532F;
  border-radius: 10px;
  padding: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .news__main__right {
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    background: none;
  }
}

.news_block {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news_block {
    background-color: #C7532F;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
.news_block:last-child {
  margin-bottom: 0;
}
.news_block__head {
  font-size: 1.4rem;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 767px) {
  .news_block__head {
    text-align: center;
    padding: 15px;
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
  }
  .news_block__head::before {
    content: "";
    width: 8px;
    height: 6px;
    background-image: url("../../assets/img/news/icon_down_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 21px;
  }
}
.news_block__head img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .news_block__main {
    display: none;
    border-top: 1px dashed #fff;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.news_block__main > a {
  font-size: 1.4rem;
  color: #C7532F;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.news_block__main > a:hover {
  opacity: 0.85;
}
.news_block__item {
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.news_block__item dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #C7532F;
  line-height: 22px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news_block__item dt {
    text-align: center;
  }
}
.news_block__item dt::before {
  content: "";
  width: 8px;
  height: 6px;
  background-image: url("../../assets/img/news/icon_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 8px;
}
.news_block__item dd {
  padding-left: 10px;
  padding-bottom: 7px;
  display: none;
}
@media screen and (max-width: 767px) {
  .news_block__item dd {
    padding-left: 0;
  }
}
.news_block__item dd a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #295A58;
  line-height: 22px;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .news_block__item dd a {
    text-align: center;
  }
}
.news_block__item dd a:hover {
  opacity: 0.85;
}

.news_detail {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news_detail {
    padding: 20px 15px;
    margin-bottom: 0;
  }
}
.news_detail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news_detail__cat {
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  line-height: 20px;
  background-color: #EF8468;
  padding: 5px 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .news_detail__cat {
    font-size: 1.2rem;
    line-height: 17px;
    padding: 5px 10px;
  }
}
.news_detail__date {
  font-size: 1.6rem;
  color: #295A58;
  line-height: 24px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news_detail__date {
    font-size: 1.4rem;
  }
}
.news_detail h1 {
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: bold;
  color: #295A58;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_detail h1 {
    font-size: 2rem;
    line-height: 32px;
  }
}
.news_detail h2 {
  font-size: 2.2rem;
  line-height: 34px;
  font-weight: bold;
  color: #295A58;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_detail h2 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.news_detail figure {
  margin-bottom: 30px;
}
.news_detail p {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
  margin-bottom: 30px;
}
.news_detail p a {
  color: #C7532F;
  text-decoration: underline;
}
.news_detail h3 {
  font-size: 2rem;
  color: #295A58;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_detail h3 {
    font-size: 1.6rem;
    line-height: 26px;
    padding-left: 40px;
  }
}
.news_detail h3::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #295A58;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news_detail h3::before {
    width: 30px;
  }
}
.news_detail h4 {
  font-size: 1.6rem;
  color: #C7532F;
  line-height: 26px;
  margin-bottom: 20px;
}
.news_detail h5 {
  font-size: 1.8rem;
  line-height: 30px;
  color: #1A1311;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_detail h5 {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
.news_detail h5::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #295A58;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.news_detail ul {
  margin-bottom: 20px;
}
.news_detail ul li {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 24px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
}
.news_detail ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #295A58;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.news_detail ol {
  counter-reset: li;
  margin-bottom: 20px;
}
.news_detail ol li {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 24px;
  position: relative;
  counter-increment: li;
  margin-bottom: 8px;
}
.news_detail ol li::before {
  content: "." counter(li);
  color: #295A58;
  font-size: 1.4rem;
  display: inline-block;
  direction: rtl;
  margin-right: 0.5em;
  text-align: right;
}

.notfound {
  background-color: #FDECE5;
  min-height: 80vh;
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .notfound {
    padding: 0 0px 100px;
  }
}
.notfound__head {
  padding-top: 160px;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
  width: 241px;
}
@media screen and (max-width: 767px) {
  .notfound__head {
    width: 154px;
    padding-top: 100px;
  }
}
.notfound__tt {
  font-size: 6rem;
  font-weight: bold;
  color: #295A58;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .notfound__tt {
    font-size: 5rem;
  }
}
.notfound__tt span {
  font-size: 2.8rem;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .notfound__tt span {
    font-size: 1.8rem;
    margin-left: 15px;
  }
}
.notfound .text_01 {
  text-align: center;
  color: #1A1311;
}
@media screen and (max-width: 767px) {
  .notfound .text_01 {
    text-align: left;
    padding: 0 10px;
  }
}
.notfound .btn_01 {
  margin-top: 60px;
}

@media screen and (max-width: 1190px) and (min-width: 901px) {
  .policy .c-container {
    max-width: 960px;
  }
}
.policy .c-content {
  background-color: #fff;
}
.policy__text {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
}
.policy dl {
  margin-top: 50px;
}
.policy dl dt {
  font-size: 2.2rem;
  line-height: 38px;
  font-weight: bold;
  color: #295A58;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .policy dl dt {
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.policy dl dd {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
}
.policy dl dd a {
  text-decoration: underline;
  color: #1A1311;
}
.policy dl dd a:hover {
  text-decoration: none;
}
.policy .btn_01 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .policy .c-mainvisual__wrap {
    top: 58%;
  }
}

.contact .c-content {
  background-color: #fff;
}
.contact__text {
  font-size: 1.6rem;
  line-height: 26px;
  color: #C7532F;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1.4rem;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
.contact .c-container {
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .contact .c-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact .c-radio {
    margin-left: 10px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .c-radio input[type=radio] + .wpcf7-list-item-label {
    display: block;
    margin-bottom: 15px;
  }
}
.contact__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
}
.contact__rows.st01 dt {
  padding-top: 0;
}
.contact__rows dt {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 24px;
  position: relative;
  width: 190px;
  padding-right: 15px;
  font-weight: bold;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact__rows dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0 !important;
  }
}
.contact__rows dd {
  width: calc(100% - 190px);
  font-size: 1.4rem;
  color: #1A1311;
}
@media screen and (max-width: 767px) {
  .contact__rows dd {
    width: 100%;
  }
}
.contact__rows dd input {
  width: 100%;
  border-radius: 3px;
  border: 0;
  color: #1A1311;
  font-size: 1.4rem;
  padding: 0 15px;
  height: 38px;
  background-color: #F8F7F7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__rows dd textarea {
  width: 100%;
  border-radius: 3px;
  border: 0;
  color: #1A1311;
  font-size: 1.4rem;
  padding: 10px;
  height: 250px;
  background-color: #F8F7F7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__rows dd .btn_02 {
  margin-left: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact__rows dd .btn_02 {
    margin: 30px auto 0;
  }
}
.contact__rows dd .btn_02:hover {
  opacity: 0.85;
}

.wpcf7-response-output{
  font-size: 1.4rem;
  padding: 10px 20px;
  
  color: #C7532F;
  margin-top: 20px;
  line-height: 26px;
}

.wpcf7-response-output.border{
  border: 1px solid #C7532F; 
}

.contact__gr {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact__gr {
    margin-left: 0;
  }
  .wpcf7-response-output{
    padding: 7px 10px;
  }
}
.contact__text02 {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 26px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .contact__text02 {
    padding-left: 22px;
  }
}
.contact__text02 a {
  color: #C7532F;
  text-decoration: underline;
}
.contact__text02 a:hover {
  text-decoration: none;
}
.contact .btn_01 {
  cursor: pointer;
  background-image: url("../../assets/img/common/icon_btn.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 55px center;
  padding-left: 20px;
  border: 0;
  margin-top: 40px;
}
.contact__box {
  padding: 15px 30px;
  background-color: #FDECE5;
  border-radius: 10px;
  border: 2px dashed #C7532F;
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact__box {
    padding: 20px 15px 100px;
  }
}
.contact__box::after {
  content: "";
  width: 310px;
  height: 133px;
  background-image: url("../../assets/img/contact/img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: -37px;
}
@media screen and (max-width: 767px) {
  .contact__box::after {
    right: auto;
    left: 50%;
    bottom: -55px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contact__box h3 {
  font-size: 1.4rem;
  color: #C7532F;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact__box p {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 26px;
}

.contact_send .c-content {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_send .c-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact_send .title_01 {
  color: #C7532F;
}
.contact_send__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact_send__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contact_send__nav dt {
  width: 375px;
}
@media screen and (max-width: 767px) {
  .contact_send__nav dt {
    width: 100%;
    text-align: center;
  }
  .contact_send__nav dt img {
    max-width: 315px;
    width: 100%;
  }
}
.contact_send__nav dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .contact_send__nav dd {
    padding-left: 0;
  }
}
.contact_send__nav dd p {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_send__nav dd p {
    margin-bottom: 20px;
  }
}
.contact_send .btn_01 {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .contact_send .btn_01 {
    margin: 60px auto 0;
  }
}
.contact_send .contact__box {
  max-width: 760px;
  margin: 60px auto 40px;
}

.about .c-content {
  background-color: #fff;
  padding-bottom: 0;
}
.about .text_01.center {
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about .text_01.center {
    text-align: left;
    margin-top: 30px;
    padding: 0 10px;
  }
}
.about__gr {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .about__gr {
    margin-bottom: 40px;
  }
}
.about__gr::before {
  content: "";
  width: 1117px;
  height: 465px;
  background-image: url("../../assets/img/about/bg_circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about__gr::before {
    width: 355px;
    height: 130px;
    background-image: url("../../assets/img/about/bg_circle_sp.svg");
    top: -15px;
  }
}
.about__slider {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about__slider {
    margin-bottom: 60px;
  }
}
.about__slider .swiper-slide {
  width: 370px;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__slider .swiper-slide {
    width: 160px;
    height: 121px;
  }
}
.about__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_sec02 {
  background-color: #FDECE5;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about_sec02 {
    padding-bottom: 45px;
  }
}
.about_sec02::before {
  content: "";
  width: 100%;
  height: 390px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .about_sec02::before {
    height: 230px;
  }
}
.about_sec02__img {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .about_sec02__img {
    margin-bottom: 40px;
  }
  .about_sec02__img img {
    width: 100%;
  }
}
.about_sec02__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_sec02__nav {
    margin-top: 25px;
  }
}
.about_sec02__nav li {
  width: 32.3%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about_sec02__nav li {
    width: 49%;
    margin-bottom: 15px;
  }
}
.about_sec02__nav__photo {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.about_sec02__nav__photo img {
  width: 100%;
}
.about_sec02__nav__text {
  font-size: 1.4rem;
  line-height: 24px;
  color: #295A58;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about_sec02__nav__text {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.about_sec02 .title_05, .about_sec02 .text_01 {
  padding: 0 10px;
}

.about_sec03 {
  background-color: #C7532F;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about_sec03 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.about_sec03__tt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .about_sec03__tt {
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
  }
}
.about_sec03__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about_sec03__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_sec03__nav dt {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .about_sec03__nav dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_sec03__nav dt img {
    width: 100%;
  }
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .about_sec03__nav dt {
    width: 400px;
  }
}
.about_sec03__nav dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .about_sec03__nav dd {
    padding-left: 0;
  }
}
.about_sec03__nav dd h3 {
  font-size: 2.4rem;
  line-height: 45px;
  font-weight: 600;
  color: #FFD836;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about_sec03__nav dd h3 {
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.about_sec03__nav dd p {
  color: #fff;
  font-size: 1.6em;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .about_sec03__nav dd p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.about_sec03 .btn_03 {
  line-height: 56px;
  padding-left: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about_sec03 .btn_03 {
    line-height: 52px;
    padding-left: 14px;
  }
}
.about_sec03 .btn_03::after {
  right: auto;
  left: 46px;
}
@media screen and (max-width: 767px) {
  .about_sec03 .btn_03::after {
    left: 16px;
  }
}

.about_sec04 {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .about_sec04 {
    padding-top: 50px;
  }
}
.about_sec04 .wave_wrap {
  top: -35px;
}
.about_sec04__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.about_sec04__img.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_sec04__img.st01 {
    width: 100%;
    height: 220px;
  }
  .about_sec04__img.st01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) and (min-width: 426px) {
  .about_sec04__img.st01 {
    height: auto;
  }
}
.about_sec04__box {
  border-radius: 20px;
  border: 4px solid #C7532F;
  padding: 40px 10px;
  background-color: #fff;
  max-width: 745px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -70px;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .about_sec04__box {
    border-width: 3px;
    border-radius: 10px;
    margin-top: -19px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
.about_sec04 .text_01 {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about_sec04 .text_01 {
    line-height: 20px;
  }
}
.about_sec04 .text_01 span {
  color: #C7532F;
}
.about_sec04 .text_01 span.text_20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .about_sec04 .text_01 span.text_20 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about_sec04 .title_03 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.about_sec04 .btn_03 {
  width: 360px;
  line-height: 52px;
  padding-left: 10px;
  margin-top: 30px;
  background-color: #C7532F;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about_sec04 .btn_03 {
    font-size: 1.6rem;
    line-height: 52px;
  }
}
.about_sec04 .btn_03::after {
  right: auto;
  left: 55px;
  background-image: url(../../assets/img/about/icon_btn_white.svg);
}
@media screen and (max-width: 767px) {
  .about_sec04 .btn_03::after {
    left: 35px;
  }
}

.about_sec05 {
  padding-top: 170px;
  padding-bottom: 120px;
  background-image: url("../../assets/img/about/s5_img@2x.png");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -110px;
}
.about_sec05__head {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  padding: 13px;
  border-radius: 27px;
  border: 3px solid #fff;
  background-color: #C7532F;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about_sec05__head {
    font-size: 1.6rem;
    padding: 10px;
    line-height: 22px;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec05 .c-container {
    padding: 0;
  }
}
.about_sec05 .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_sec05 .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.about_sec05 .swiper-button-next, .about_sec05 .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .about_sec05 .swiper-button-next, .about_sec05 .swiper-button-prev {
    display: block;
  }
}
.about_sec05 .swiper-button-next::after, .about_sec05 .swiper-button-prev::after {
  display: none;
}
.about_sec05 .swiper-button-next {
  background-image: url("../../assets/img/common/next.svg");
}
.about_sec05 .swiper-button-prev {
  background-image: url("../../assets/img/common/prev.svg");
}
.about_sec05__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) and (min-width: 550px) {
  .about_sec05__nav {
    padding: 0 20px;
  }
}
.about_sec05__nav .swiper-slide {
  width: 32%;
  background-color: #C7532F;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 27px 17px;
  margin-bottom: 20px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about_sec05__nav .swiper-slide {
    margin-bottom: 0;
  }
}
.about_sec05__nav .swiper-slide figure {
  text-align: center;
  margin-bottom: 20px;
}
.about_sec05__nav .swiper-slide h3 {
  font-size: 1.6rem;
  line-height: 25px;
  color: #FFD836;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_sec05__nav .swiper-slide p {
  font-size: 1.5rem;
  line-height: 22px;
  letter-spacing: 0.08rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about_sec05__nav .swiper-slide p {
    font-size: 1.2rem;
    line-height: 24px;
  }
}

.ab_sake__nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ab_sake__nav01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.ab_sake__nav01 dt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: absolute;
  right: 660px;
  width: 90%;
  top: 0;
  height: 100%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .ab_sake__nav01 dt {
    right: 600px;
  }
}
@media screen and (max-width: 767px) {
  .ab_sake__nav01 dt {
    position: static;
    height: auto;
    width: 100%;
    border-radius: 10px;
    height: 210px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.ab_sake__nav01 dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ab_sake__nav01 dd {
  width: 660px;
  padding-left: 60px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .ab_sake__nav01 dd {
    width: 600px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ab_sake__nav01 dd {
    width: 100%;
    padding: 20px 10px 0;
  }
}
.ab_sake__nav01 dd .title_04 {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ab_sake__nav01 dd .title_04 {
    font-size: 1.6rem;
  }
}
.ab_sake__nav01 dd .text_01 {
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .ab_sake__nav01 dd .text_01 {
    line-height: 20px;
  }
}
.ab_sake__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ab_sake__inner {
    padding: 0 10px;
  }
}
.ab_sake__box {
  background-color: #C7532F;
  padding: 60px 100px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .ab_sake__box {
    padding: 30px 15px;
    border-radius: 10px;
  }
}
.ab_sake__box__head {
  font-size: 2.1rem;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ab_sake__box__head {
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
  }
}
.ab_sake__box__nav01 {
  background-color: #FDECE5;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ab_sake__box__nav01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
  }
}
.ab_sake__box__nav01 dt {
  width: 233px;
}
@media screen and (max-width: 767px) {
  .ab_sake__box__nav01 dt {
    width: 197px;
    margin-bottom: 20px;
  }
}
.ab_sake__box__nav01 dd {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .ab_sake__box__nav01 dd {
    font-size: 1.3rem;
    line-height: 23px;
    padding-left: 0;
  }
}
.ab_sake__box__text {
  font-size: 1.8rem;
  line-height: 37px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ab_sake__box__text {
    font-size: 1.6rem;
    text-align: left;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ab_sake .about_sec04__img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about_sec03__nav {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about_sec03__nav.st01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.about_sec03__nav.st01 dd {
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .about_sec03__nav.st01 dd {
    padding-right: 0;
  }
}

.ab_sake_sec02 {
  background-color: #FDECE5;
  padding-top: 120px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.ab_sake_sec02::before {
  content: "";
  width: 100%;
  height: 825px;
  background-color: #FDECE5;
  position: absolute;
  top: -825px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02::before {
    height: 1000px;
    top: -1000px;
  }
}
.ab_sake_sec02__head {
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #C7532F;
  line-height: 30px;
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02__head {
    font-size: 1.6rem;
    line-height: 26px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.ab_sake_sec02__link {
  font-size: 1.4rem;
  line-height: 24px;
  text-decoration: underline;
  display: table;
  margin-top: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02__link {
    font-size: 1.3rem;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 60px;
  }
}
.ab_sake_sec02__link:hover {
  text-decoration: none;
}
.ab_sake_sec02 .article {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .article {
    margin-bottom: 60px;
  }
}
.ab_sake_sec02 .nav_04 {
  margin-bottom: 30px;
}
.ab_sake_sec02 .nav_04 li {
  padding: 30px;
  width: 48.5%;
  margin-right: 3%;
  margin-top: 0;
  margin-bottom: 30px;
}
.ab_sake_sec02 .nav_04 li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .nav_04 li {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: 2px solid #C7532F;
    margin-bottom: 15px;
    overflow: hidden;
  }
}
.ab_sake_sec02 .nav_04__label {
  font-size: 1.5rem;
  line-height: 22px;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .nav_04__label {
    font-size: 1rem;
    line-height: 14px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .nav_04__tt {
    font-size: 1.3rem;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.ab_sake_sec02 .nav_04__img {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .nav_04__img {
    width: 140px;
    height: 100%;
    min-height: 140px;
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .nav_04__cont {
    width: calc(100% - 140px);
    padding: 15px 10px 35px;
    position: relative;
  }
}
.ab_sake_sec02 .nav_04__text {
  margin-bottom: 10px;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .ab_sake_sec02 .nav_04__text {
    font-size: 1.4vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .nav_04__text {
    display: none;
  }
}
.ab_sake_sec02 .nav_04__tag {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .nav_04__tag {
    display: none;
  }
}
.ab_sake_sec02 .nav_04__tag a {
  font-size: 1.2rem;
  color: #1A1311;
  line-height: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 4;
}
.ab_sake_sec02 .nav_04__link {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ab_sake_sec02 .nav_04__link {
    font-size: 1.2rem;
    position: absolute;
    bottom: 12px;
    left: 10px;
  }
  .ab_sake_sec02 .nav_04__link img {
    width: 14px;
    margin-top: 0;
  }
}

.access .ab_sake_sec02__head {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .access .ab_sake_sec02__head {
    margin-bottom: 20px;
  }
}
.access__map {
  width: 100%;
  height: 540px;
  border-radius: 10px;
  border: 2px solid #C7532F;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .access__map {
    height: 260px;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .access__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access__flex dl {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .access__flex dl {
    width: 100%;
    padding: 0 10px;
  }
}
.access__flex dl:nth-child(2n) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .access__flex dl:nth-child(2n) {
    padding-left: 10px;
  }
}
.access__flex dl dt {
  font-size: 2rem;
  color: #C7532F;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 20px;
  display: table;
  border-radius: 10px;
  border: 2px solid #C7532F;
  margin-bottom: 20px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .access__flex dl dt {
    margin: 0 auto 20px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.access__flex dl dd h3 {
  font-size: 1.8rem;
  color: #C7532F;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .access__flex dl dd h3 {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
.access__flex dl dd p {
  font-size: 1.6rem;
  line-height: 26px;
  color: #295A58;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .access__flex dl dd p {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.access__flex dl dd p:last-child {
  margin-bottom: 0;
}
.access__flex dl dd a {
  text-decoration: underline;
  display: block;
}
.access__flex dl dd a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1190px) and (min-width: 901px) {
  .access .c-container {
    max-width: 960px;
  }
}

.education_sec01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .education_sec01 {
    margin-bottom: 60px;
  }
}

.education_sec02 {
  margin-bottom: 40px;
}
.education_sec02__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.education_sec02__nav li {
  width: 23.6%;
  margin-right: 1.86%;
  margin-bottom: 40px;
}
.education_sec02__nav li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .education_sec02__nav li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .education_sec02__nav li:nth-child(2n) {
    margin-right: 0;
  }
}
.education_sec02__nav li a {
  display: block;
}
.education_sec02__nav li:hover {
  opacity: 0.85;
}
.education_sec02__nav li:hover .education_sec02__nav__tt {
  text-decoration: none;
}
.education_sec02__nav__img {
  height: 331px;
  border: 1px solid #1A1311;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .education_sec02__nav__img {
    height: 260px;
  }
}
.education_sec02__nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.education_sec02__nav__tt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #295A58;
  line-height: 24px;
  text-decoration: underline;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .education_sec02__nav__tt {
    font-size: 1.3rem;
  }
}

.education_sec03 {
  padding-top: 0;
  padding-bottom: 0;
}
.education_sec03::before {
  display: none;
}

.menashi_brand .c-content {
  background-color: #F2FCFF;
  padding-bottom: 0;
}
.menashi_brand__img {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .menashi_brand__img {
    margin-bottom: 60px;
  }
}

.m_sec01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .m_sec01 {
    margin-bottom: 60px;
  }
}
.m_sec01__box {
  background-color: #fff;
  border: 2px solid #C7532F;
  border-radius: 10px;
  padding: 30px 50px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m_sec01__box {
    margin-top: 35px;
    padding: 20px;
  }
}
.m_sec01__box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .m_sec01__box__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m_sec01__box__top h3 {
  font-size: 1.6rem;
  color: #C7532F;
  font-weight: bold;
  line-height: 26px;
  width: 195px;
}
@media screen and (max-width: 767px) {
  .m_sec01__box__top h3 {
    text-align: center;
    margin: 0 auto 15px;
  }
}
.m_sec01__box__top p {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.m_sec01__box__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .m_sec01__box__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .m_sec01__box__nav li {
    width: 20%;
    margin-right: 6.66%;
    margin-bottom: 10px;
  }
  .m_sec01__box__nav li:nth-child(4n) {
    margin-right: 0;
  }
  .m_sec01__box__nav li img {
    width: 60px;
    margin: 0 auto;
  }
}
.m_sec01__box__nav li p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #C7532F;
  text-align: center;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .m_sec01__box__nav li p {
    font-size: 1.4rem;
  }
}
.m_sec01__box .dot {
  width: 10px;
  height: 10px;
  background-color: #C7532F;
  border-radius: 50%;
  position: absolute;
}
.m_sec01__box .dot.top_left {
  left: 13px;
  top: 13px;
}
@media screen and (max-width: 767px) {
  .m_sec01__box .dot.top_left {
    left: 10px;
    top: 10px;
  }
}
.m_sec01__box .dot.top_right {
  right: 13px;
  top: 13px;
}
@media screen and (max-width: 767px) {
  .m_sec01__box .dot.top_right {
    right: 10px;
    top: 10px;
  }
}
.m_sec01__box .dot.bottom_left {
  left: 13px;
  bottom: 13px;
}
@media screen and (max-width: 767px) {
  .m_sec01__box .dot.bottom_left {
    left: 10px;
    bottom: 10px;
  }
}
.m_sec01__box .dot.bottom_right {
  right: 13px;
  bottom: 13px;
}
@media screen and (max-width: 767px) {
  .m_sec01__box .dot.bottom_right {
    right: 10px;
    bottom: 10px;
  }
}
.m_sec01__group {
  max-width: 740px;
  width: 100%;
  margin: 60px auto 0;
  background-color: #fff;
  border: 2px dashed #C7532F;
  padding: 40px 30px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .m_sec01__group {
    padding: 40px 20px;
  }
}
.m_sec01__group__head {
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  max-width: 500px;
  width: 100%;
  position: relative;
  border-radius: 19px;
  background-color: #C7532F;
  margin: -57px auto 25px;
}
@media screen and (max-width: 767px) {
  .m_sec01__group__head {
    font-size: 1.4rem;
  }
}
.m_sec01__group__flex {
  max-width: 585px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .m_sec01__group__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m_sec01__group__btn {
  border-radius: 5px;
  background-color: #FFD836;
  width: 100%;
  max-width: 220px;
  display: block;
  text-align: center;
  color: #295A58;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.m_sec01__group__btn:hover {
  opacity: 0.85;
}
.m_sec01__group__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .m_sec01__group__right {
    padding-left: 0;
    margin-top: 20px;
  }
}
.m_sec01__group__right p {
  font-size: 1.3rem;
  color: #1A1311;
  line-height: 26px;
  margin-bottom: 5px;
}
.m_sec01__group__right a {
  color: #C7532F;
  text-decoration: underline;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .m_sec01__group__right a {
    display: block;
    text-align: center;
  }
}
.m_sec01__group__right a:hover {
  text-decoration: none;
}
.m_sec01__group__right a img {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .m_sec01 .text_02 {
    padding: 0 10px;
  }
}

.m_sec02 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .m_sec02 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m_sec02 .title_06 {
    padding: 0 10px;
  }
}

.m_sec04 {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .m_sec04 {
    padding-bottom: 80px;
  }
}

.m_sec03 {
  background-color: #fff;
  padding-top: 80px;
  position: relative;
  padding-bottom: 160px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .m_sec03 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.m_sec03 .wave_wrap {
  top: -40px;
}
.m_sec03 .title_01 {
  margin-bottom: 10px;
}
.m_sec03 .text_02 {
  text-align: center;
}
.m_sec03__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 70px;
  border: 2px dashed #C7532F;
  background-color: #FDECE5;
  border-radius: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .m_sec03__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 40px;
  }
}
.m_sec03__nav li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .m_sec03__nav li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.m_sec03__nav dl dt {
  font-size: 2rem;
  color: #C7532F;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.04rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .m_sec03__nav dl dt {
    font-size: 1.8rem;
    text-align: center;
    line-height: 24px;
  }
}
.m_sec03__nav dd h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1A1311;
  line-height: 28px;
  letter-spacing: 0.04rem;
  margin-bottom: 10px;
}
.m_sec03__nav dd p {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 24px;
}
.m_sec03__imgbottom {
  position: relative;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .m_sec03__imgbottom {
    height: 101px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 467px;
    max-width: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.m_sec03__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .m_sec03__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.m_sec03__group dt {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .m_sec03__group dt {
    width: 145px;
    margin-bottom: 30px;
  }
}
.m_sec03__group dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .m_sec03__group dd {
    padding: 0 10px;
  }
}
.m_sec03__group dd h3 {
  font-size: 1.8rem;
  color: #295A58;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m_sec03__group dd h3 {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
.m_sec03__group dd p {
  font-size: 1.6rem;
  line-height: 34px;
  color: #1A1311;
}
@media screen and (max-width: 767px) {
  .m_sec03__group dd p {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.m_sec03__group dd p a {
  color: #C7532F;
  text-decoration: underline;
}

.menashi_detail .c-content {
  background-color: #F2FCFF;
  padding-bottom: 0;
}
.menashi_detail__block {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .menashi_detail__block {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
}
.menashi_detail__block .nav_menashi__cat:nth-child(4n) {
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .menashi_detail__block .nav_menashi__cat {
    width: 74px;
  }
  .menashi_detail__block .nav_menashi__cat:nth-child(2n){
    margin-right: 9px;
  }
}
.menashi_detail__title {
  font-size: 2.4rem;
  line-height: 36px;
  color: #295A58;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .menashi_detail__title {
    font-size: 2rem;
    line-height: 32px;
  }
}
.menashi_detail__photo {
  margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .menashi_detail__photo img {
    width: 100%;
  }
}
.menashi_detail__tt02 {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.menashi_detail__tt02::before {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #C7532F;
  position: absolute;
  top: 50%;
  left: 0;
}
.menashi_detail__tt02 span {
  color: #C7532F;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menashi_detail__tt02 span {
    font-size: 1.8rem;
  }
}
.menashi_detail__tt03 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1A1311;
  line-height: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menashi_detail__tt03 {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
.menashi_detail__text {
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
}
.menashi_detail .spot-detail__nav {
  background-color: #F3F1E3;
}
@media screen and (min-width: 768px) {
  .menashi_detail .spot-detail__nav__left h3 {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
.menashi_detail .spot-detail__nav__right {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .menashi_detail .spot-detail__nav__right {
    height: 250px;
  }
}
.menashi_detail .spot-detail__nav h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1A1311;
  line-height: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menashi_detail .spot-detail__nav h4 {
    font-size: 1.5rem;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
.menashi_detail__group {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .menashi_detail__group {
    padding: 0 10px;
  }
}
.menashi_detail__group .title_05 {
  color: #295A58;
}
@media screen and (max-width: 767px) {
  .menashi_detail__group .title_05 {
    font-size: 2rem;
  }
}
.menashi_detail__group .nav_menashi {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .menashi_detail__group .nav_menashi li {
    width: 100%;
    margin-right: 0;
    padding: 18px;
  }
  .menashi_detail__group .nav_menashi li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menashi_detail__group .nav_menashi__img {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .menashi_detail__group .nav_menashi__cat {
    width: 62px;
  }
  .menashi_detail__group .nav_menashi__cat:nth-child(2n){
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .menashi_detail__group .nav_menashi__text {
    display: block;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .menashi_detail__group .nav_menashi__box {
    display: block;
  }
}

.nav_menashi li>a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.box_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .box_gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.box_gallery__left {
  width: 680px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_gallery__left {
    width: 100%;
  }
}
.box_gallery__left .gallery-top__item .img {
  border-radius: 10px;
  overflow: hidden;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .box_gallery__left .gallery-top__item .img {
    height: 180px;
  }
}
.box_gallery__left .gallery-top__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box_gallery .gallery-thumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 20px;
  overflow-y: scroll;
  height: 380px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .box_gallery .gallery-thumbs {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
    height: auto;
    padding-bottom: 20px;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.box_gallery .gallery-thumbs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  height: auto;
}
@media screen and (max-width: 767px) {
  .box_gallery .gallery-thumbs .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.box_gallery .gallery-thumbs__item {
  width: 100% !important;
  height: 100px;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.box_gallery .gallery-thumbs__item:last-child {
  margin-bottom: 0;
}
.box_gallery .gallery-thumbs__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .box_gallery .gallery-thumbs__item {
    width: 80px !important;
    margin-right: 7px !important;
    height: 55px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.box_gallery .gallery_prev {
  width: 37px;
  height: 105px;
  background-image: url("../../assets/img/rent/prev.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .box_gallery .gallery_prev {
    width: 23px;
    height: 58px;
    background-size: contain;
    left: 0;
  }
}
.box_gallery .gallery_prev::after {
  display: none;
}
.box_gallery .gallery_next {
  width: 37px;
  height: 105px;
  background-image: url("../../assets/img/rent/next.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .box_gallery .gallery_next {
    width: 23px;
    height: 58px;
    background-size: contain;
    right: 0;
  }
}
.box_gallery .gallery_next::after {
  display: none;
}

.gallery-thumbs::-webkit-scrollbar {
  width: 4px;
}
@media screen and (max-width: 767px) {
  .gallery-thumbs::-webkit-scrollbar {
    width: 0;
    height: 4px;
  }
}

.gallery-thumbs::-webkit-scrollbar-track {
  border-radius: 5px;
  height: 5px !important;
}

.gallery-thumbs::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .gallery-thumbs::-webkit-scrollbar-thumb {
    background-color: #C6C6C6;
  }
}

.activity .c-content {
  background-color: #FFF6D3;
}

.a_sec01__tt {
  font-size: 2.4rem;
  line-height: 40px;
  font-weight: bold;
  color: #C7532F;
  position: relative;
  padding-left: 160px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .a_sec01__tt {
    padding-left: 0;
    padding-top: 120px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.a_sec01__tt::before {
  content: "";
  width: 143px;
  height: 135px;
  background-image: url("../../assets/img/activity/taiken@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .a_sec01__tt::before {
    width: 109px;
    height: 103px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.a_sec01 .text_01 {
  color: #1A1311;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .a_sec01 .text_01 {
    margin-bottom: 30px;
  }
}
.a_sec01 .about__slider {
  margin-bottom: 0;
}

.a_sec02 {
  background-color: #FFD836;
  padding-top: 220px;
  position: relative;
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .a_sec02 {
    margin-top: -60px;
    padding-top: 120px;
  }
}
.a_sec02 .title_01 {
  margin-bottom: 5px;
}
.a_sec02 .text_01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .a_sec02 .nav_04 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .a_sec02 .s_sec05__slider {
    margin-bottom: 0;
  }
}

.a_sec03 {
  padding-top: 80px;
  background-color: #FFD836;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .a_sec03 .c-container {
    padding: 0;
  }
}
.a_sec03 .title_01 {
  margin-bottom: 5px;
}
.a_sec03 .text_01 {
  text-align: center;
}
.a_sec03__nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .a_sec03__nav {
    margin-top: 30px;
  }
}
.a_sec03__nav .swiper-slide {
  padding: 18px;
  padding-bottom: 80px;
  border-radius: 10px;
  border: 2px solid #C7532F;
  background-color: #fff;
  height: auto;
  position: relative;
}
.a_sec03__nav li {
  border-radius: 10px;
  border: 2px solid #C7532F;
  background-color: #fff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 18px;
  position: relative;
}
.a_sec03__nav li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .a_sec03__nav li {
    width: 100%;
    margin-right: 0;
  }
}
.a_sec03__nav__img {
  width: 100%;
  height: 179px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.a_sec03__nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a_sec03__nav__tt {
  font-size: 1.8rem;
  line-height: 29px;
  color: #C7532F;
  font-weight: bold;
  margin-bottom: 10px;
}
.a_sec03__nav__text {
  font-size: 1.4rem;
  color: #295A58;
  line-height: 24px;
}
.a_sec03__nav__btn {
  width: 182px;
  line-height: 44px;
  background-color: #C7532F;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}
.a_sec03__nav__btn img {
  margin-right: 5px;
  margin-top: -4px;
}
.a_sec03__nav__btn:hover {
  opacity: 0.85;
}
.a_sec03__nav__sns {
  margin-top: 8px;
}
.a_sec03__nav__sns a {
  font-size: 1.4rem;
  color: #C7532F;
  line-height: 26px;
  text-decoration: underline;
}
.a_sec03__nav__sns a:hover {
  text-decoration: none;
}
.a_sec03__nav__sns a + a::before {
  content: "/";
  display: inline-block;
  padding: 0 4px;
}
.a_sec03 .swiper-button-next, .a_sec03 .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .a_sec03 .swiper-button-next, .a_sec03 .swiper-button-prev {
    display: block;
  }
}
.a_sec03 .swiper-button-next::after, .a_sec03 .swiper-button-prev::after {
  display: none;
}
.a_sec03 .swiper-button-next {
  background-image: url("../../assets/img/common/next.svg");
}
.a_sec03 .swiper-button-prev {
  background-image: url("../../assets/img/common/prev.svg");
}

.a_sec04 {
  position: relative;
  padding-top: 80px;
}
.a_sec04 .wave_wrap {
  top: -35px;
}
.a_sec04__box {
  padding: 35px 30px 25px;
  background-color: #fff;
  border: 2px solid #C7532F;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .a_sec04__box {
    padding: 0;
    border: 0;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .a_sec04__box dl {
    background-color: #fff;
    margin-bottom: 15px !important;
    border-radius: 10px;
    border: 2px solid #C7532F !important;
  }
}
.a_sec04__box dl:first-child {
  border-bottom: 1px dashed #FFD836;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .a_sec04__box dl:first-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .a_sec04__box dl:last-child {
    border: 2px solid #295A58 !important;
  }
}
.a_sec04__box dl:last-child dt {
  color: #295A58 !important;
}
.a_sec04__box dl:last-child dt::after {
  background-image: url("../../assets/img/activity/icon_down_green.svg");
}
.a_sec04__box dl:last-child dd a {
  color: #295A58 !important;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.a_sec04__box dl dt {
  font-size: 1.8rem;
  color: #C7532F;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a_sec04__box dl dt {
    padding: 9px 20px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .a_sec04__box dl dt::after {
    content: "";
    width: 8px;
    height: 5px;
    background-image: url("../../assets/img/activity/icon_down_orange.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .a_sec04__box dl dt.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
.a_sec04__box dl dt img {
  margin-top: -5px;
  margin-right: 7px;
}
.a_sec04__box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .a_sec04__box dl dd {
    display: none;
    padding: 0 20px;
  }
}
.a_sec04__box dl dd a {
  font-size: 1.6rem;
  color: #C7532F;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}
.a_sec04__tt {
  text-align: center;
  background-image: url("../../assets/img/activity/bg_tt.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 40px 0;
}
.a_sec04__tt span {
  font-size: 2.4rem;
  color: #C7532F;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  background-color: #FFF6D3;
}
@media screen and (max-width: 767px) {
  .a_sec04__tt span {
    font-size: 2rem;
  }
}
.a_sec04 .ab_sake_sec02 {
  background-color: #FFF6D3;
  padding: 0;
}
.a_sec04 .ab_sake_sec02::before {
  display: none;
}

.activity_detail .c-content {
  background-color: #FFF6D3;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .activity_detail .c-content {
    padding-bottom: 100px;
  }
}
.activity_detail .nav_menashi__cat {
  background-color: #C7532F;
  padding: 5px 10px;
  width: auto;
  border-radius: 15px;
}
.activity_detail .spot-detail__title {
  color: #C7532F;
}
.activity_detail .spot-detail__date img {
  margin-right: 5px;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .activity_detail .box_gallery__left .gallery-top__item .img {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .activity_detail .box_gallery__left .gallery-top__item .img {
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .activity_detail .box_gallery .gallery-thumbs {
    height: 420px;
  }
}
.activity_detail .menashi_detail__block {
  border: 1px dashed #C7532F;
}
.activity_detail .menashi_detail__block h2 {
  font-size: 2.2rem;
  line-height: 34px;
  color: #295A58;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .activity_detail .menashi_detail__block h2 {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.activity_detail .menashi_detail__block p {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 24px;
}
.activity_detail .menashi_detail__block p a {
  color: #C7532F;
  text-decoration: underline;
}
.activity_detail .spot-detail__gallery {
  margin-top: 40px;
}
.activity_detail .spot-detail__gallery .title_03 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .activity_detail .spot-detail__gallery__nav li {
    margin-bottom: 15px;
  }
}
.activity_detail .spot-detail__gallery__nav li figure {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .activity_detail .spot-detail__gallery__nav li figure {
    height: 120px;
  }
}
.activity_detail .spot-detail__gallery__nav li p {
  color: #295A58;
}
@media screen and (max-width: 767px) {
  .activity_detail .spot-detail__gallery__nav li p {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.activity_detail__box {
  background-color: #F3F1E3;
  border-radius: 10px;
  padding: 20px 50px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .activity_detail__box {
    padding: 30px 20px;
    margin-top: 25px;
  }
}
.activity_detail__box .dot {
  width: 10px;
  height: 10px;
  background-color: #295A58;
  border-radius: 50%;
  position: absolute;
}
.activity_detail__box .dot.top_left {
  left: 15px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .activity_detail__box .dot.top_left {
    left: 10px;
    top: 10px;
  }
}
.activity_detail__box .dot.top_right {
  right: 15px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .activity_detail__box .dot.top_right {
    right: 10px;
    top: 10px;
  }
}
.activity_detail__box .dot.bottom_left {
  left: 15px;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .activity_detail__box .dot.bottom_left {
    left: 10px;
    bottom: 10px;
  }
}
.activity_detail__box .dot.bottom_right {
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .activity_detail__box .dot.bottom_right {
    right: 10px;
    bottom: 10px;
  }
}
.activity_detail__box dt {
  font-size: 2.2rem;
  line-height: 34px;
  color: #295A58;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .activity_detail__box dt {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
.activity_detail__box dd {
  font-size: 1.4rem;
  color: #1A1311;
  line-height: 26px;
}
.activity_detail .menashi_detail__group {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .activity_detail .menashi_detail__group {
    padding: 0;
  }
}
.activity_detail .menashi_detail__group .nav_04 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .activity_detail .menashi_detail__group .nav_04 {
    margin-bottom: 40px;
  }
}
.activity_detail .menashi_detail__group .nav_04 li {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .activity_detail .menashi_detail__group .nav_04 li {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.activity_detail .spot-detail__nav {
  background-color: #ECF2EC;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activity_detail .spot-detail__nav__label {
  background-color: #295A58;
}
.activity_detail .spot-detail__nav__left h3 {
  font-size: 1.8rem;
  color: #295A58;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .activity_detail .spot-detail__nav__left h3 {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
.activity_detail .spot-detail__nav__left p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .activity_detail .spot-detail__nav__left p {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.activity_detail .spot-detail__nav__right {
  width: 304px;
  height: auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .activity_detail .spot-detail__nav__right {
    padding-top: 10px;
  }
}
.activity_detail .spot-detail__nav__right a {
  font-size: 1.8rem;
  line-height: 56px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  max-width: 274px;
  width: 100%;
  background-color: #C7532F;
}
@media screen and (max-width: 767px) {
  .activity_detail .spot-detail__nav__right a {
    margin: 0 auto;
    max-width: 258px;
    font-size: 1.6rem;
  }
}
.activity_detail .spot-detail__nav__right a.none {
  background-color: #E3E3E3;
  border: 1px solid #A5A4A4;
}
.activity_detail .spot-detail__nav__right a:hover {
  opacity: 0.8;
}
.activity_detail .spot-detail__nav__right a img {
  width: 20px;
  margin-top: -4px;
}
.activity_detail .spot-detail__table th, .activity_detail .spot-detail__table td {
  font-size: 1.4rem;
}

.show_cate_activity dl:first-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.show_cate_activity dl:last-child {
  display: none;
}

.show_tag_activity dl:first-child {
  display: none;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.u_required {
  color: #C7532F;
  display: inline-block;
  padding: 2px;
  font-size: 1.4rem;
  line-height: 14px;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.m_sec01__gr{
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
}

.m_sec01__gr .ab_sake_sec02__link{
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .menashi_detail .c-mainvisual__wrap{
    top: 60%;
  }
  .m_sec01__gr .ab_sake_sec02__link{
    margin-bottom:-5px;
  }
}

.education_sec01 .text_01 a{
  text-decoration: underline;
}

.nav_04 li>a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.list_news li>a.list_news__link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.menashi_detail__group .nav_04__tag{
  margin-bottom: 10px;
}

.menashi_detail__group .nav_04__tag a {
  font-size: 1.2rem;
  color: #1A1311;
  line-height: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 4;
}
.spot-detail__cont__cate{
  padding-right: 260px;
}

.spot-detail__cont__category{
  padding-right: 100px;
}

@media screen and (max-width: 767px) {
  .spot-detail__cont__cate{
    padding-right: 0;
  }
  .spot-detail__cont__category{
    padding-right: 0;
  }
}

.wp-block-image figcaption{
  font-size: 1.4rem;
  line-height: 24px;
  color: #1A1311;
  text-align: center;
}