@charset "UTF-8";
html, body {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8em;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

html, body, main, div, section, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  width: 100%;
}

ul li {
  list-style-type: none;
}

h1 {
  font-size: 30px;
}

h2 {
  color: #fff;
  background-color: #dd7d1c;
  text-align: center;
  font-size: 25px;
  line-height: 39px;
  font-style: italic;
}
@media (max-width: 768px) {
  h2 {
    font-size: 21px;
  }
}

a {
  display: block;
  color: #595757;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}

.bg-blue {
  background-color: #0091d1;
}

.bg-green {
  background-color: #8ebd20;
}

.bg-orange {
  background-color: #eb9400;
}

.pc-item {
  display: block;
}
@media (max-width: 768px) {
  .pc-item {
    display: none;
  }
}

.sp-item {
  display: none;
}
@media (max-width: 768px) {
  .sp-item {
    display: block;
  }
}

/* 「br」タグ */
.br768 {
  display: none;
}
@media (max-width: 768px) {
  .br768 {
    display: block;
  }
}

.br520 {
  display: none;
}
@media (max-width: 520px) {
  .br520 {
    display: block;
  }
}

/* 「ヘッダー」*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  height: 130px;
  box-sizeing: border-box;
}
@media (max-width: 1300px) {
  header .header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.5%;
    height: 75px;
  }
}
header .header-inner .header-logo {
  width: 24%; /*442px*/
  min-width: 270px;
}
header .header-inner ul {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 1.2%;
}
@media (max-width: 1300px) {
  header .header-inner ul {
    display: none;
  }
}
header .header-inner ul li a {
  display: block;
  border-right: 1px solid #595757;
  padding: 0 0.5em;
  line-height: 1.1em;
  font-size: 1.15vw; /*22px*/
  white-space: nowrap;
}
header .header-inner ul li:nth-child(1) a {
  border-left: 1px solid #595757;
}
header .header-inner .head-form-btn {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 21.9%;
}
@media (max-width: 1300px) {
  header .header-inner .head-form-btn {
    display: none;
  }
}
header .header-inner .head-form-btn div {
  width: 48.2%; /*194px*/
}
header .header-inner .head-form-btn div a {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 0.84vw; /*16px*/
  font-weight: 600;
  line-height: 2.55em;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header-inner .head-form-btn div:nth-child(1) a {
  background-color: #de7d1c;
  border: 2px solid #de7d1c;
}
header .header-inner .head-form-btn div:nth-child(1) a:hover {
  color: #de7d1c;
  background-color: #fff;
  opacity: 1;
}
header .header-inner .head-form-btn div:nth-child(2) a {
  background-color: #8ec21f;
  border: 2px solid #8ec21f;
}
header .header-inner .head-form-btn div:nth-child(2) a:hover {
  color: #8ec21f;
  background-color: #fff;
  opacity: 1;
}
header .header-inner .head-insta-btn {
  width: 3.15%; /*58px*/
  margin-left: 1.2%;
}
@media (max-width: 1300px) {
  header .header-inner .head-insta-btn {
    display: none;
  }
}
header .hg-btn {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #db7d1c;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1300px) {
  header .hg-btn {
    display: block;
  }
}
header .hg-btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-top: 2px solid #fff;
  width: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .hg-btn span:nth-child(1) {
  top: 35%;
}
header .hg-btn span:nth-child(2) {
  top: 50%;
}
header .hg-btn span:nth-child(3) {
  top: 65%;
}
header .hg-btn.on span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .hg-btn.on span:nth-child(2) {
  opacity: 0;
}
header .hg-btn.on span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header .hg-menu-outer {
  display: none;
  position: fixed;
  height: 100vh;
  max-width: 320px;
  width: 100%;
  right: 0;
  z-index: 100;
  background: #fff url(../images/calender-bg.svg) center/cover no-repeat;
  -webkit-filter: drop-shadow(0px 16px 8px #888);
          filter: drop-shadow(0px 16px 8px #888);
}
@media (max-width: 768px) {
  header .hg-menu-outer {
    max-width: 100%;
  }
}
header .hg-menu-outer .hg-menu-inner {
  margin: 0 auto;
  padding: 10% 0;
}
header .hg-menu-outer .hg-menu-inner ul {
  max-width: 170px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  header .hg-menu-outer .hg-menu-inner ul {
    max-width: 130px;
  }
}
header .hg-menu-outer .hg-menu-inner ul li a {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 768px) {
  header .hg-menu-outer .hg-menu-inner ul li a {
    font-size: 14px;
    font-weight: bold;
  }
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div {
  width: 220px;
  margin: 0 auto;
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div a {
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  header .hg-menu-outer .hg-menu-inner .hg-form-btn div a {
    font-size: 14px;
  }
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div:nth-child(1) {
  margin-top: 20px;
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div:nth-child(1) a {
  border: 2px solid #db7d1c;
  background-color: #db7d1c;
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div:nth-child(1) a:hover {
  color: #db7d1c;
  background-color: #fff;
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div:nth-child(2) {
  margin: 20px auto;
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div:nth-child(2) a {
  border: 2px solid #8bbf1f;
  background-color: #8bbf1f;
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div:nth-child(2) a:hover {
  color: #8bbf1f;
  background-color: #fff;
}
header .hg-menu-outer .hg-menu-inner .hg-form-btn div:nth-child(3) a img {
  width: 30px;
}

.oc-main-sec {
  overflow: hidden;
  padding-top: 130px;
}
@media (max-width: 1300px) {
  .oc-main-sec {
    padding-top: 75px;
  }
}
@media (max-width: 520px) {
  .oc-main-sec {
    padding-top: 60px;
  }
}
.oc-main-sec .main-pc-img {
  display: block;
}
@media (max-width: 520px) {
  .oc-main-sec .main-pc-img {
    display: none;
  }
}
.oc-main-sec .main-sp-img {
  display: none;
}
@media (max-width: 520px) {
  .oc-main-sec .main-sp-img {
    display: block;
  }
}
.oc-main-sec .oc-main-inner {
  max-width: 808px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .oc-main-sec .oc-main-inner {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .oc-main-sec .oc-main-inner {
    max-width: 620px;
  }
}
.oc-main-sec .oc-main-inner .oc-main-box01 {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 48px;
}
@media (max-width: 520px) {
  .oc-main-sec .oc-main-inner .oc-main-box01 {
    max-width: 355px;
    width: 100%;
    margin: -60px auto 0;
  }
}
.oc-main-sec .oc-main-inner .oc-main-box01 div {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.15em;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 27.3%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .oc-main-sec .oc-main-inner .oc-main-box01 div {
    font-size: 33px;
    line-height: 1.2em;
    width: 190px;
  }
}
@media (max-width: 768px) {
  .oc-main-sec .oc-main-inner .oc-main-box01 div {
    font-size: 25px;
    width: 160px;
  }
}
@media (max-width: 520px) {
  .oc-main-sec .oc-main-inner .oc-main-box01 div {
    font-size: 18px;
    width: 110px;
  }
}
.oc-main-sec .oc-main-inner .oc-main-box01 div span {
  font-size: 0.65em;
  font-weight: 500;
  line-height: 1.2em;
}
.oc-main-sec .oc-main-inner .oc-main-box01 .bg-orange {
  font-size: 62px;
  font-family: "Murecho", sans-serif;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .oc-main-sec .oc-main-inner .oc-main-box01 .bg-orange {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .oc-main-sec .oc-main-inner .oc-main-box01 .bg-orange {
    font-size: 43px;
  }
}
@media (max-width: 520px) {
  .oc-main-sec .oc-main-inner .oc-main-box01 .bg-orange {
    font-size: 27px;
  }
}
.oc-main-sec .oc-main-inner .oc-main-box01 .bg-orange span {
  font-size: 0.34em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 520px) {
  .oc-main-sec .oc-main-inner .oc-main-box01 .bg-orange span {
    font-size: 0.4em;
  }
}
.oc-main-sec .oc-main-inner .oc-main-box02 {
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #241916;
  max-width: 692px;
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 1200px) {
  .oc-main-sec .oc-main-inner .oc-main-box02 {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .oc-main-sec .oc-main-inner .oc-main-box02 {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .oc-main-sec .oc-main-inner .oc-main-box02 {
    font-size: 17px;
    margin: 0 auto 21px;
  }
}
.oc-main-sec .oc-main-inner .oc-main-box02 div {
  font-weight: bold;
  margin: 50px auto 42px;
}
@media (max-width: 520px) {
  .oc-main-sec .oc-main-inner .oc-main-box02 div {
    margin: 15px auto;
  }
}
.oc-main-sec .oc-main-inner .oc-main-box02 .omura-map {
  position: absolute;
  top: 16%;
  right: -32.3%;
  width: 42.5%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .oc-main-sec .oc-main-inner .oc-main-box02 .omura-map {
    right: -22%;
  }
}
@media (max-width: 768px) {
  .oc-main-sec .oc-main-inner .oc-main-box02 .omura-map {
    right: -9%;
    top: 23%;
    width: 37%;
  }
}

/*------------------------イベントカレンダー------------------------*/
.oc-sec01 {
  background: url("../images/calender-bg.svg") no-repeat;
  background-size: cover;
  padding: 44px 0 90px;
}
@media (max-width: 520px) {
  .oc-sec01 {
    padding: 15px 0 40px;
  }
}
.oc-sec01 .oc-sec01-inner {
  max-width: 1245px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner {
    max-width: 400px;
  }
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner {
    max-width: 345px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box {
    display: block;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left {
  color: #fff;
  padding-left: 0.8em;
  width: 55.9%; /*695px*/
  height: 219px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left {
    width: 54%;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left {
    width: 100%;
    height: 168px;
  }
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left {
    height: 145px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text01 {
  font-size: 48px;
  line-height: 1.1em;
  margin-top: 8px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text01 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text01 {
    font-size: 31px;
    margin-top: 0;
    padding-top: 13px;
  }
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text01 {
    padding-top: 7px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text02 {
  font-size: 53px;
  font-weight: 300;
  line-height: 1.1em;
  line-height: 0.7em;
  margin-top: 17px;
  font-family: "Murecho", sans-serif;
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text02 {
    font-size: 49px;
  }
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text02 {
    font-size: 35px;
  }
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text02 {
    margin-top: 7px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text02 span {
  font-size: 32px;
  font-family: "Murecho", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text02 span {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text02 span {
    font-size: 21px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text03 {
  font-size: 21px;
  font-family: "Murecho", sans-serif;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text03 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-left .oc-sec01-left-text03 {
    font-size: 14px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right {
  font-size: 18px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 13px 0;
  width: 42.25%; /*526px*/
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right {
    font-size: 16px;
    padding: 7px 0px;
    width: 44%;
  }
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right {
    width: 100%;
    border: none;
  }
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right {
    font-size: 13px;
    line-height: 1.8em;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-text {
  font-weight: bold;
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-text p {
  font-weight: 500;
  line-height: 1.5em;
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-box {
    margin-top: 10px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-box div {
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 43px;
  width: 125px;
  margin-right: 14px;
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-box div {
    font-size: 18px;
    line-height: 37px;
    width: 105px;
  }
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-box div {
    font-size: 15px;
    width: 80px;
    line-height: 27px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-box div:nth-last-child(1) {
  margin-right: 0;
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-box03 {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box .oc-sec01-box-right .oc-sec01-right-box03 {
    margin-top: 10px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(1) {
  margin: 0 auto 63px;
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(1) {
    margin: 0 auto 15px;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(1) .oc-sec01-box-left {
  background: url("../images/event-pc-banner02.jpg") no-repeat;
  background-position: 65%;
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(1) .oc-sec01-box-left {
    background-position: 45%;
  }
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(1) .oc-sec01-box-left {
    background: url("../images/event-sp-banner02.jpg") no-repeat;
    background-position: unset;
  }
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(1) .oc-sec01-box-left {
    background-size: cover;
  }
}
.oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(2) .oc-sec01-box-left {
  background: url("../images/event-pc-banner03.jpg") no-repeat;
  background-position: 65%;
}
@media (max-width: 1200px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(2) .oc-sec01-box-left {
    background-position: 45%;
  }
}
@media (max-width: 768px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(2) .oc-sec01-box-left {
    background: url("../images/event-sp-banner03.jpg") no-repeat;
    background-position: unset;
  }
}
@media (max-width: 520px) {
  .oc-sec01 .oc-sec01-inner .oc-sec01-box:nth-child(2) .oc-sec01-box-left {
    background-size: cover;
  }
}

/*------------------------お悩み------------------------*/
.oc-sec02 {
  font-size: 30px;
  text-align: center;
  font-style: italic;
}
@media (max-width: 1200px) {
  .oc-sec02 {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .oc-sec02 {
    font-size: 21px;
  }
}
.oc-sec02 .oc-sec02-inner {
  position: relative;
  background-color: #ef9300;
  background-image: repeating-linear-gradient(to right, rgba(255, 156, 68, 0.2) 0px, rgba(255, 156, 68, 0.2) 12px, transparent 12px, transparent 55px);
  padding: 34px 0 18px;
  color: #fff;
}
@media (max-width: 520px) {
  .oc-sec02 .oc-sec02-inner {
    padding: 30px 0 18px;
  }
}
.oc-sec02 .oc-sec02-inner img {
  max-width: 800px;
  width: 95%;
  margin: 20px auto -33px;
}
@media (max-width: 768px) {
  .oc-sec02 .oc-sec02-inner img {
    margin-bottom: 0;
    max-width: 500px;
  }
}
.oc-sec02 .oc-sec02-inner .oc-sec02-text01 {
  font-weight: bold;
}
.oc-sec02 .oc-sec02-inner .oc-sec02-text02 {
  font-size: 28px;
  line-height: 1.6em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .oc-sec02 .oc-sec02-inner .oc-sec02-text02 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .oc-sec02 .oc-sec02-inner .oc-sec02-text02 {
    font-size: 19px;
  }
}
@media (max-width: 520px) {
  .oc-sec02 .oc-sec02-inner .oc-sec02-text02 {
    font-size: 18px;
  }
}
.oc-sec02 .oc-sec02-inner:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  height: 20px;
  width: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  content: "";
  background-color: #eb9400;
}
.oc-sec02 .oc-sec02-text03 {
  display: inline-block;
  color: #eb9400;
  font-weight: bold;
  padding: 32px 0 45px;
}
@media (max-width: 768px) {
  .oc-sec02 .oc-sec02-text03 {
    font-size: 23px;
  }
}
@media (max-width: 520px) {
  .oc-sec02 .oc-sec02-text03 {
    padding: 15px 0 18px;
  }
}
.oc-sec02 .oc-sec02-text03 span {
  font-size: 1.6em;
  font-family: "Murecho", sans-serif;
  font-weight: 600;
}

/*------------------------オープンキャンパス スケジュール------------------------*/
.yobi-blue {
  background-color: #80bee7;
}

.yobi-pink {
  background-color: #ee999c;
}

.yobi-green {
  background-color: #a7cc4f;
}

.oc-sec03 .oc-sec03-inner {
  max-width: 685px;
  width: 95%;
  margin: 0 auto;
  padding: 25px 0 75px;
}
@media (max-width: 768px) {
  .oc-sec03 .oc-sec03-inner {
    max-width: 390px;
    padding: 0 0 45px;
  }
}
@media (max-width: 520px) {
  .oc-sec03 .oc-sec03-inner {
    padding-bottom: 30px;
  }
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day {
  position: relative;
  font-size: 70px;
  color: #231815;
  font-family: "Shippori Mincho B1", serif;
  border-bottom: 1px solid #5d5d5d;
  padding: 45px 0 32px;
  text-align: center;
  max-width: 170px;
  width: 100%;
}
@media (max-width: 1200px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day {
    font-size: 63px;
  }
}
@media (max-width: 768px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day {
    max-width: 120px;
    font-size: 50px;
    padding: 30px 0 20px;
  }
}
@media (max-width: 520px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day {
    max-width: 100px;
    font-size: 33px;
    padding: 17px 0;
  }
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .year {
  position: absolute;
  top: 22px;
  left: 23px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .year {
    font-size: 13px;
    top: 14px;
    left: 10px;
  }
}
@media (max-width: 520px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .year {
    font-size: 12px;
    top: 1px;
    left: 13px;
  }
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .month p {
  font-size: 0.7em;
  line-height: 1em;
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .month span {
  font-size: 0.54em;
  margin: 0 4px;
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .yobi {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  width: 100px;
  border-radius: 20px;
  margin: 17px auto 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .yobi {
    font-size: 15px;
    line-height: 22px;
    margin: 8px auto 0;
    width: 80px;
  }
}
@media (max-width: 520px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day .yobi {
    font-size: 13px;
    line-height: 20px;
    margin: 3px auto 0;
    width: 65px;
  }
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day:nth-child(3n+1) {
  padding-left: 70px;
}
@media (max-width: 768px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day:nth-child(3n+1) {
    padding-left: 15px;
  }
}
.oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day:nth-child(3n) {
  padding-right: 70px;
}
@media (max-width: 768px) {
  .oc-sec03 .oc-sec03-inner .oc-sec03-box .oc-sec03-day:nth-child(3n) {
    padding-right: 15px;
  }
}

/*------------------------オープンキャンパスの魅力------------------------*/
.oc-sec04 .oc-sec04-inner {
  padding-bottom: 78px;
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner {
    padding: 15px 0 0;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box {
  position: relative;
  height: 369px;
}
@media (max-width: 1200px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box {
    height: 310px;
  }
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box {
    height: auto;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box img {
    max-width: 400px;
    width: 100%;
    margin: 10px auto 0;
  }
}
@media (max-width: 520px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box img {
    margin: 5px auto 0;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox {
  font-size: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 445px;
  width: 95%;
}
@media (max-width: 1200px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox {
    position: relative;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 520px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text01 {
  color: #dd7d1c;
  font-style: italic;
  font-family: "Murecho", sans-serif;
  text-shadow: 1px 1px 4px white;
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text01 {
    text-align: center;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text02 {
  font-size: 27px;
  color: #dd7d1c;
  font-style: italic;
  font-weight: 500;
  margin: 15px auto 5px;
  text-shadow: 1px 1px 4px white;
}
@media (max-width: 1200px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text02 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text02 {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text02 {
    font-size: 18px;
    margin: 0 auto;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text02 div {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  text-shadow: 1px 1px 4px white;
  text-align: left;
}
@media (max-width: 1200px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text02 div {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text02 div {
    font-size: 16px;
    margin-top: 5px;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text03 {
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 4px white;
}
@media (max-width: 1200px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text03 {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media (max-width: 520px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box .oc-sec04-textbox .oc-sec04-text03 {
    font-size: 13px;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(1) .oc-sec04-textbox {
  left: 60%;
}
@media (max-width: 1200px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(1) .oc-sec04-textbox {
    left: unset;
    right: 2%;
  }
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(1) .oc-sec04-textbox {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    right: unset;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(1) img {
  -o-object-position: 42%;
     object-position: 42%;
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(1) img {
    -o-object-position: 0;
       object-position: 0;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(2) .oc-sec04-textbox {
  right: 60%;
}
@media (max-width: 1200px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(2) .oc-sec04-textbox {
    right: unset;
    left: 2%;
  }
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(2) .oc-sec04-textbox {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    left: unset;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(2) img {
  -o-object-position: 90%;
     object-position: 90%;
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(2) img {
    -o-object-position: 0;
       object-position: 0;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(3) .oc-sec04-textbox {
  left: 60%;
}
@media (max-width: 1200px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(3) .oc-sec04-textbox {
    left: unset;
    right: 2%;
  }
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(3) .oc-sec04-textbox {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    right: unset;
  }
}
.oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(3) img {
  -o-object-position: 30%;
     object-position: 30%;
}
@media (max-width: 768px) {
  .oc-sec04 .oc-sec04-inner .oc-sec04-box:nth-child(3) img {
    -o-object-position: 0;
       object-position: 0;
  }
}

/*------------------------当日の流れ------------------------*/
.oc-sec05 .oc-sec05-inner {
  max-width: 818px;
  width: 95%;
  margin: 0 auto;
  padding: 25px 0 30px;
}
@media (max-width: 520px) {
  .oc-sec05 .oc-sec05-inner {
    padding: 13px 0 8px;
  }
}
.oc-sec05 .oc-sec05-inner .oc-sec05-box01 {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.oc-sec05 .oc-sec05-inner .oc-sec05-box01 img {
  width: 22.7%; /*185px*/
}
.oc-sec05 .oc-sec05-inner .oc-sec05-box02 {
  max-width: 640px;
  width: 100%;
  margin: 30px auto 15px;
}
@media (max-width: 520px) {
  .oc-sec05 .oc-sec05-inner .oc-sec05-box02 {
    margin: 13px auto 0px;
  }
}
.oc-sec05 .oc-sec05-inner .oc-sec05-text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 520px) {
  .oc-sec05 .oc-sec05-inner .oc-sec05-text {
    font-size: 13px;
  }
}

/*------------------------オープンキャンパス参加者の声------------------------*/
.oc-sec06 .oc-sec06-inner {
  padding: 25px 0;
}
@media (max-width: 520px) {
  .oc-sec06 .oc-sec06-inner {
    padding: 20px 0;
  }
}
.oc-sec06 .oc-sec06-inner .oc-sec06-box {
  position: relative;
  max-width: 1056px;
  width: 95%;
  height: 234px;
  margin: 0 auto;
  padding: 19px 0 0 22px;
  background: url("../images/voice-bg.png") no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box {
    height: auto;
    padding: 1em;
    /*  overflow: hidden;*/
  }
}
.oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox {
  width: 72%;
}
@media (max-width: 1200px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox {
    width: 79%;
  }
}
.oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox .oc-sec06-text01 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.8em;
  background-color: #8ec21f;
  border-radius: 30px;
  padding: 0 1em;
}
@media (max-width: 1200px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox .oc-sec06-text01 {
    font-size: 21px;
  }
}
@media (max-width: 900px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox .oc-sec06-text01 {
    font-size: 19px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox .oc-sec06-text01 {
    line-height: 1.5em;
    padding: 5px 1em;
  }
}
@media (max-width: 520px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox .oc-sec06-text01 {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox .oc-sec06-text02 {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox .oc-sec06-text02 {
    font-size: 16px;
    line-height: 1.9em;
  }
}
@media (max-width: 520px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .oc-sec06-textbox .oc-sec06-text02 {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.oc-sec06 .oc-sec06-inner .oc-sec06-box .voice-img {
  position: absolute;
  right: 8.5%;
  bottom: 0;
  width: 14.7%; /*160px*/
}
@media (max-width: 1200px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .voice-img {
    right: 3.5%;
  }
}
@media (max-width: 768px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .voice-img {
    width: auto;
    height: 93%;
    max-width: 25%;
    -o-object-fit: contain;
       object-fit: contain;
    right: -2.7%;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.oc-sec06 .oc-sec06-inner .oc-sec06-box .voice-img03 {
  width: 16.1%; /*170px*/
}
@media (max-width: 768px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box .voice-img03 {
    width: auto;
    height: 93%;
    max-width: 25%;
    -o-object-fit: contain;
       object-fit: contain;
    right: -2.7%;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.oc-sec06 .oc-sec06-inner .oc-sec06-box:nth-child(2) {
  margin: 24px auto;
}
@media (max-width: 520px) {
  .oc-sec06 .oc-sec06-inner .oc-sec06-box:nth-child(2) {
    margin: 16px auto;
  }
}

/*------------------------Q ＆ A------------------------*/
.oc-sec07 .oc-sec07-inner {
  max-width: 618px;
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 50px;
  color: #dd7d1c;
  font-size: 19px;
}
@media (max-width: 768px) {
  .oc-sec07 .oc-sec07-inner {
    font-size: 17px;
  }
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner {
    padding: 15px 0 25px;
    font-size: 15px;
  }
}
.oc-sec07 .oc-sec07-inner .oc-sec07-box {
  border-bottom: 1px solid #dd7d1c;
}
.oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-q-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #dd7d1c;
  font-weight: 500;
  padding: 14px 0;
  cursor: pointer;
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-q-box {
    padding: 6px 0;
    line-height: 1.8em;
  }
}
.oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-q-box div {
  margin-right: 0.4em;
  font-size: 29px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-q-box div {
    font-size: 22px;
  }
}
.oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-q-box .oc-sec07-q-mark {
  position: absolute;
  right: 5px;
  color: #727171;
  cursor: pointer;
  font-size: 1em;
}
.oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
  font-size: 17px;
}
@media (max-width: 768px) {
  .oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-a-box {
    font-size: 15px;
    line-height: 2em;
  }
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-a-box {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-a-box div {
  font-size: 29px;
  margin: 0 0.4em 0 0.1em;
}
@media (max-width: 768px) {
  .oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-a-box div {
    font-size: 22px;
  }
}
.oc-sec07 .oc-sec07-inner .oc-sec07-box .oc-sec07-a-box a {
  color: #dd7d1c;
  text-decoration: underline;
  text-underline-position: under;
}
.oc-sec07 .oc-sec07-inner02 {
  background-color: #91b637;
  padding: 20px 0 30px;
  margin-bottom: 48px;
  color: #fff;
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner02 {
    padding: 18px 0 26px;
    margin-bottom: 30px;
  }
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-title {
  text-align: center;
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-title div {
  position: relative;
  display: inline-block;
  font-size: 23px;
  font-style: italic;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-title div {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-title div {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-title div::before {
  position: absolute;
  content: "";
  border-left: 1px solid #fff;
  height: 2em;
  top: 50%;
  left: -1em;
  -webkit-transform: translateY(-50%) rotate(-17deg);
          transform: translateY(-50%) rotate(-17deg);
  width: 1px;
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-title div::before {
    left: -0.4em;
  }
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-title div::after {
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  height: 2em;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%) rotate(17deg);
          transform: translateY(-50%) rotate(17deg);
  width: 1px;
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-title div::after {
    right: -0.4em;
  }
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  width: 100%;
  margin: 0 auto 5px;
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-imgbox img {
  width: 33.33%;
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox {
  position: relative;
  max-width: 660px;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .oc-sec07-inner02-text01 {
  font-size: 20px;
  line-height: 1.5em;
  font-style: italic;
}
@media (max-width: 768px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .oc-sec07-inner02-text01 {
    font-size: 19px;
  }
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .oc-sec07-inner02-text01 {
    font-size: 18px;
  }
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .oc-sec07-inner02-text02 {
  font-size: 14px;
  line-height: 1.6em;
  margin: 5px auto 7px 0;
}
@media (max-width: 768px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .oc-sec07-inner02-text02 {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .oc-sec07-inner02-text02 {
    font-size: 12px;
  }
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .oc-sec07-inner02-text02:nth-child(1) {
  width: calc(100% - 100px);
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .oc-sec07-inner02-btn a {
  display: block;
  font-size: 13px;
  line-height: 24px;
  border: 1px solid #fff;
  color: #fff;
  width: 122px;
  text-align: center;
}
.oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .goods-img {
  position: absolute;
  top: -20px;
  right: 0;
  width: 100px;
}
@media (max-width: 520px) {
  .oc-sec07 .oc-sec07-inner02 .oc-sec07-inner02-textbox .goods-img {
    width: 85px;
  }
}

/*------------------------ Information------------------------*/
.oc-sec08 .oc-sec08-inner .oc-sec08-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 950px;
  width: 95%;
  margin: 52px auto 0;
}
@media (max-width: 768px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box01 {
    display: block;
    max-width: 400px;
  }
}
@media (max-width: 520px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box01 {
    margin: 15px auto 0;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div iframe {
  max-width: 480px;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 22%;
}
@media (max-width: 768px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div iframe {
    margin-bottom: auto;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div .oc-sec08-box01-text {
  text-align: center;
  border: 2px solid #de7d1c;
  color: #de7d1c;
  font-size: 20px;
  font-weight: bold;
  line-height: 59px;
  width: 236px;
  border-radius: 30px;
  margin: 15px auto 0;
}
@media (max-width: 1200px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div .oc-sec08-box01-text {
    font-size: 17px;
    line-height: 50px;
    width: 190px;
  }
}
@media (max-width: 768px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div .oc-sec08-box01-text {
    font-size: 14px;
    line-height: 40px;
    width: 160px;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div:nth-child(1) {
  margin-right: 9.6%;
  width: 36.4%;
}
@media (max-width: 768px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div:nth-child(1) {
    width: 75%;
    margin: 0 auto 45px auto;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div:nth-child(1) img {
  border: 1px solid #000;
}
@media (max-width: 520px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div:nth-child(1) img {
    border: none;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div:nth-child(2) {
  width: 50.6%;
}
@media (max-width: 768px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box01 .oc-sec08-box01-div:nth-child(2) {
    width: 100%;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 {
  padding-top: 75px;
  text-align: center;
}
@media (max-width: 520px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box02 {
    padding-top: 40px;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-insta-logo {
  width: 74px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-insta-logo {
    width: 60px;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-text {
  font-size: 18px;
  margin: 20px auto 25px;
}
@media (max-width: 1200px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-text {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-text {
    font-size: 14px;
    line-height: 1.7em;
    margin: 15px auto;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-instabox {
  margin-bottom: 32px;
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn {
  display: none;
  padding: 30px 0;
  max-width: 460px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 520px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn {
    max-width: 350px;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn .sec08-sp-btn {
  width: 48%;
}
@media (max-width: 520px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn .sec08-sp-btn {
    width: 170px;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn .sec08-sp-btn a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 2.55em;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 520px) {
  .oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn .sec08-sp-btn a {
    font-size: 14px;
  }
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn .sec08-sp-btn:nth-child(1) a {
  background-color: #de7d1c;
  border: 2px solid #de7d1c;
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn .sec08-sp-btn:nth-child(1) a:hover {
  color: #de7d1c;
  background-color: #fff;
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn .sec08-sp-btn:nth-child(2) a {
  background-color: #8ec21f;
  border: 2px solid #8ec21f;
}
.oc-sec08 .oc-sec08-inner .oc-sec08-box02 .oc-sec08-box02-btn .sec08-sp-btn:nth-child(2) a:hover {
  color: #8ec21f;
  background-color: #fff;
}

footer .footer-inner {
  max-width: 1060px;
  width: 95%;
  margin: 0 auto;
  padding: 40px 0 60px;
  border-top: 1px solid #000;
  text-align: center;
}
@media (max-width: 1300px) {
  footer .footer-inner {
    padding: 40px 0 90px;
  }
}
@media (max-width: 520px) {
  footer .footer-inner {
    padding: 25px 0 70px;
  }
}
footer .footer-inner img {
  width: 460px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer .footer-inner img {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 520px) {
  footer .footer-inner img {
    max-width: 282px;
  }
}
footer .footer-inner .footer-text {
  font-size: 19px;
  margin: 20px auto;
  color: #000;
}
@media (max-width: 1200px) {
  footer .footer-inner .footer-text {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  footer .footer-inner .footer-text {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  footer .footer-inner .footer-text {
    margin: 5px auto 15px;
    line-height: 1.8em;
  }
}
footer .footer-inner .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .footer-inner .footer-box .footer-btn a {
  display: block;
  width: 190px;
  font-size: 16px;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
}
@media (max-width: 520px) {
  footer .footer-inner .footer-box .footer-btn a {
    font-size: 14px;
    line-height: 40px;
    width: 160px;
  }
}
footer .footer-inner .footer-box .footer-btn:nth-child(1) a {
  color: #888888;
  border: 1px solid #888888;
  border-radius: 30px;
  margin-right: 15px;
}
footer .footer-inner .footer-box .footer-btn:nth-child(1) a:hover {
  color: #fff;
  background-color: #888888;
  opacity: 1;
}
footer .footer-inner .footer-box .footer-btn:nth-child(2) a {
  color: #fff;
  background-color: #888888;
  border: 1px solid #fff;
  border-radius: 30px;
}
footer .footer-inner .footer-box .footer-btn:nth-child(2) a:hover {
  color: #888888;
  background-color: #fff;
  border: 1px solid #888888;
  opacity: 1;
}

.fixed-btn {
  display: none;
}
@media (max-width: 1300px) {
  .fixed-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 100vw;
    width: 100%;
    z-index: 100;
    -webkit-filter: drop-shadow(0px 5px 5px black);
            filter: drop-shadow(0px 5px 5px black);
  }
}
.fixed-btn div {
  width: 50%;
}
.fixed-btn div a {
  font-size: 18px;
  line-height: 2.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .fixed-btn div a {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .fixed-btn div a {
    font-size: 14px;
  }
}
.fixed-btn div:nth-child(1) a {
  border: 2px solid #de7d1c;
  background-color: #de7d1c;
}
.fixed-btn div:nth-child(1) a:hover {
  color: #de7d1c;
  background-color: #fff;
  opacity: 1;
}
.fixed-btn div:nth-child(2) a {
  border: 2px solid #8ec21f;
  background-color: #8ec21f;
}
.fixed-btn div:nth-child(2) a:hover {
  color: #8ec21f;
  background-color: #fff;
  opacity: 1;
}

.to-top-btn {
  display: none;
  position: fixed;
  bottom: 7%;
  right: 4%;
}
@media (max-width: 1200px) {
  .to-top-btn {
    right: 2%;
  }
}
.to-top-btn:hover::before {
  border-top: 3px solid #8ec21f;
  border-right: 3px solid #8ec21f;
}
.to-top-btn a {
  position: relative;
  width: 90px;
  height: 90px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background-color: #8ec21f;
  border: 2px solid #8ec21f;
  border-radius: 50%;
  text-align: center;
  padding-top: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 9px white);
          filter: drop-shadow(0px 0px 9px white);
}
@media (max-width: 1200px) {
  .to-top-btn a {
    width: 75px;
    height: 75px;
    font-size: 19px;
    padding-top: 39%;
  }
}
@media (max-width: 520px) {
  .to-top-btn a {
    width: 60px;
    height: 60px;
    font-size: 15px;
    padding-top: 33%;
  }
}
.to-top-btn a::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (max-width: 1200px) {
  .to-top-btn a::before {
    top: 19px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 520px) {
  .to-top-btn a::before {
    top: 15px;
    width: 11px;
    height: 11px;
  }
}
.to-top-btn a:hover {
  color: #8ec21f;
  background-color: #fff;
  opacity: 1;
}
.to-top-btn a:hover::before {
  border-top: 3px solid #8ec21f;
  border-right: 3px solid #8ec21f;
}