@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
  z-index: 3;
}
.header-inner {
  padding: 0;
}
.header-info {
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: 30px;
  margin-bottom: 21px;
}
.header-logo a {
  display: flex;
  align-items: center;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 860px;
  width: 100%;
  margin-top: 22px;
  margin-left: auto;
}
.header-contact {
  max-width: 250px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1;
  color: #f7b52c !important;
  letter-spacing: 0.12em;
  border: 1px solid #f7b52c;
  border-radius: 25px;
}
.header-contact:hover {
  opacity: 0.6;
}
.header-tel {
  display: block;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  color: #56423d !important;
  letter-spacing: 0.15em;
  padding-bottom: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 23px;
  height: 27px;
  margin-right: 9px;
  margin-top: 5px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav-list-item {
  width: 195px;
  text-align: center;
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) {
  position: relative;
}
.header .global-nav-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: center/cover no-repeat url(../images/common/header-nav-border.png);
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
}
.header .global-nav-list-item a:hover {
  opacity: 0.5;
}
.header .global-nav-list-item a.current {
  opacity: 0.5;
}
.header .global-nav-sub-list {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease;
}
.header .global-nav-sub-list:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .global-nav-sub-list-item {
  line-height: 1;
}
.header .global-nav-sub-list-item a {
  line-height: 1;
}
.header .global-nav-sub-list-item a:hover {
  opacity: 0.5;
}
.header .main-visual {
  width: 100%;
  height: 370px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffeec;
}
.header .main-visual-img {
  text-align: center;
}
.header .main-visual-img img {
  max-width: 523px;
  width: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1360px;
  width: 92%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
}
.header .main-visual-textbox img {
  height: 200px;
}
.header .main-visual-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding-bottom: 25px;
}
.header .main-visual-scroll::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 25px;
  background: center/contain no-repeat url(../images/common/header-scrol.png);
  animation: scroll 3.5s infinite;
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 15px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.header .sub-visual {
  width: 100%;
  height: 230px;
  background: center right -52px/cover no-repeat url(../images/common/sub-visual-bg.png);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox {
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox::before {
  position: absolute;
  content: "";
  z-index: -1;
}
.header .sub-visual-textbox.accent-about::before {
  top: -73px;
  left: -59px;
  width: 131px;
  height: 97px;
  background: center/contain no-repeat url(../images/about/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-event::before {
  top: -66px;
  left: -67px;
  width: 117px;
  height: 107px;
  background: center/contain no-repeat url(../images/event/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-risk::before {
  top: -85px;
  left: -36px;
  width: 99px;
  height: 99px;
  background: center/contain no-repeat url(../images/risk/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-case::before {
  top: -57px;
  left: -87px;
  width: 152px;
  height: 94px;
  background: center/contain no-repeat url(../images/case/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-site::before {
  top: -85px;
  left: -53px;
  width: 126px;
  height: 116px;
  background: center/contain no-repeat url(../images/site/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-privacy::before {
  top: -68px;
  left: -22px;
  width: 120px;
  height: 119px;
  background: center/contain no-repeat url(../images/privacy/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-news::before {
  top: -86px;
  left: -55px;
  width: 77px;
  height: 120px;
  background: center/contain no-repeat url(../images/news/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-contact::before {
  top: -73px;
  left: -69px;
  width: 130px;
  height: 82px;
  background: center/contain no-repeat url(../images/contact/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-complete::before {
  top: -115px;
  left: -100px;
  width: 203px;
  height: 171px;
  background: center/contain no-repeat url(../images/complete/sub-visual-title-deco.png);
}
.header .sub-visual-textbox.accent-e404::before {
  top: -79px;
  left: 15px;
  width: 82px;
  height: 85px;
  background: center/contain no-repeat url(../images/e404/sub-visual-title-deco.png);
}
.header .sub-visual-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 10px 20px;
  background-color: #f7b52c;
  border-radius: 10px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.section-wrap {
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
.section-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #fffeec;
  z-index: -1;
}
.section-wrap-inner {
  max-width: 1770px;
  width: 97%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 60px;
  border: 1px dashed #f7b52c;
}

.top-about-inner {
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: 86px;
  height: 71px;
  background: center/contain no-repeat url(../images/top/top-about-deco01.png);
}
.top-about .cmn-title {
  margin-bottom: 20px;
}
.top-about-content {
  flex-direction: column;
}
.top-about-img {
  margin-bottom: 20px;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 1.8888;
  margin-bottom: 20px;
}
.top-about-textbox .cmn-btn {
  margin: 0 auto;
}

.event {
  position: relative;
  z-index: 1;
}
.event::before {
  position: absolute;
  content: "";
  left: -8px;
  bottom: -70px;
  width: 134px;
  height: 146px;
  background: center/contain no-repeat url(../images/top/event-deco2.png);
  z-index: -1;
}
.event-inner {
  padding-bottom: 70px;
  position: relative;
}
.event-inner::before {
  position: absolute;
  content: "";
  top: 7px;
  right: -11px;
  width: 93px;
  height: 85px;
  background: center/contain no-repeat url(../images/top/event-deco.png);
}
.event-list {
  flex-direction: column;
  margin-bottom: 25px;
}
.event-list-item {
  max-width: 320px;
  width: 100%;
}
.event-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.event-list-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.event-img {
  width: 100%;
  height: 198px;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-time {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f7b52c;
  margin-bottom: 12px;
}
.event-time .accent {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 4px 12px;
  margin-right: 10px;
  background-color: #f7b52c;
  border-radius: 10px;
}
.event-more {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(86, 66, 61, 0.3);
  display: flex;
  align-items: center;
}
.event-more::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/top/event-arrow.png);
  transition: all 0.4s;
}
.event-more:hover {
  opacity: 0.8;
}
.event-more:hover::after {
  transform: translateX(10px);
}
.event .cmn-btn {
  margin: 0 auto;
}
.event-detail-inner {
  padding: 50px 0;
  position: relative;
}
.event-detail-inner::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: 86px;
  height: 71px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
}
.event-detail-info {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00a373;
}
.event-detail-info:not(:last-of-type) {
  margin-bottom: 13px;
}
.event-detail-info .accent {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 55px;
  position: relative;
}
.event-detail-info .accent::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 22px;
  height: 2px;
  background: center/cover no-repeat url(../images/event/detail-dot.png);
}
.event-detail-img {
  max-width: 662px;
  width: 100%;
  max-height: 410px;
  height: 62vw;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 20px;
}
.event-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-detail-title {
  font-size: 2rem;
  font-weight: 500;
  color: #f7b52c;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7b52c;
}
.event-detail-body {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.event-detail-body img {
  max-width: 100%;
}
.event-detail-body iframe {
  max-width: 100%;
}

.top-risk-inner {
  padding-top: 80px;
  padding-bottom: 0;
}
.top-risk .cmn-title {
  margin-bottom: 20px;
}
.top-risk-content {
  flex-direction: column;
}
.top-risk-img {
  margin-bottom: 25px;
}
.top-risk-text {
  font-size: 1.6rem;
  line-height: 1.8888;
  margin-bottom: 20px;
}
.case {
  position: relative;
  z-index: 2;
}
.case::before {
  position: absolute;
  content: "";
  right: 7px;
  bottom: -56px;
  width: 163px;
  height: 101px;
  background: center/contain no-repeat url(../images/top/case-deco.png);
  z-index: -1;
}
.case-inner {
  padding: 60px 0;
}
.case-list {
  flex-direction: column;
  margin-bottom: 25px;
}
.case-list-item {
  max-width: 320px;
  width: 100%;
}
.case-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.case-list-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #f7b52c;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.case-img {
  width: 100%;
  height: 198px;
  margin-bottom: 19px;
  border-radius: 20px;
  overflow: hidden;
}
.case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-more {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(86, 66, 61, 0.3);
  display: flex;
  align-items: center;
}
.case-more::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/top/event-arrow.png);
  transition: all 0.4s;
}
.case-more:hover {
  opacity: 0.8;
}
.case-more:hover::after {
  transform: translateX(10px);
}
.case-body {
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.case-body img {
  max-width: 100%;
}
.case .cmn-btn {
  margin: 0 auto;
}

.concept {
  background: left top 10px/263.5px 124.5px no-repeat url(../images/top/concept-bg-l.png), top 150px right -63px/226px 154px no-repeat url(../images/top/concept-bg-r.png), top center/1920px 101px repeat-x url(../images/top/concept-bg-top.png), #fffeec;
  position: relative;
  z-index: 1;
}
.concept::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 151px;
  background: left top/cover no-repeat url(../images/top/concept-bg-bottom.png);
  z-index: -1;
}
.concept::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #8dc21f;
  z-index: -2;
}
.concept-inner {
  padding-top: 165px;
  padding-bottom: 100px;
}
.concept-inner .cmn-title .ruby {
  display: inline-block;
  position: relative;
}
.concept-inner .cmn-title .ruby::before {
  position: absolute;
  content: "";
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 177px;
  height: 17px;
  background: center/contain no-repeat url(../images/top/concept-ruby.png);
}
.concept-textbox {
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 17px 10px;
  position: relative;
}
.concept-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 54px;
  height: 66px;
  background: center/cover no-repeat url(../images/top/concept-line-l-t.png);
}
.concept-textbox::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 54px;
  height: 66px;
  background: center/cover no-repeat url(../images/top/concept-line-r-b.png);
}
.concept-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f7b52c;
  margin-bottom: 20px;
}
.concept-text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.concept .cmn-btn {
  margin: 0 auto;
}

.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/top/info-bg-top.png);
  z-index: -1;
}
.info-inner {
  padding-top: 60px;
  padding-bottom: 122px;
  position: relative;
  z-index: 1;
}
.info-inner::before {
  position: absolute;
  content: "";
  left: -18px;
  bottom: 0;
  width: 193px;
  height: 122px;
  background: center/contain no-repeat url(../images/top/info-bg-l.png);
  z-index: -1;
}
.info-inner::after {
  position: absolute;
  content: "";
  right: -13px;
  bottom: 94vw;
  width: 138px;
  height: 99px;
  background: center/contain no-repeat url(../images/top/info-bg-r.png);
  z-index: -1;
}
.info-table {
  width: 100%;
  margin-bottom: 62px;
  border-radius: 30px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  display: block;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 27px 0;
  color: #fff;
  background-color: #8ec8bc;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  padding: 19px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.info-tel-txt img {
  display: block;
  max-width: 100%;
}
.info-sub-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  color: #f7b52c;
  padding-left: 70px;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  position: relative;
}
.info-sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -24px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/top/info-sub-title-deco.png);
}
.info-map {
  width: 100%;
  height: 60vw;
  background-color: #efefef;
  border-radius: 30px;
  overflow: hidden;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.news {
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 115px;
  background: right -30px top/cover no-repeat url(../images/top/news-bg-bottom.png);
  z-index: -1;
}
.news-inner {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 80px;
  position: relative;
}
.news-textbox {
  max-width: 764px;
  width: 100%;
}
.news .cmn-title {
  text-align: left;
}
.news .cmn-title::before {
  left: 0;
  transform: none;
}
.news-list {
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px dashed #f7b52c;
  border-radius: 25px;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  transform: translateX(8px);
}
.news-accent {
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  align-items: center;
}
.news-accent-tag {
  flex: none;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f7b52c;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-accent-tag::before {
  content: "●";
  font-size: 1rem;
  margin-right: 11px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 11px;
}
.news-accent-tag-wrap {
  align-items: flex-start;
  justify-content: flex-start;
}
.news-accent time {
  flex: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-right: 10px;
}
.news-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  transition: all 0.4s;
}
.news .cmn-btn {
  max-width: 190px;
  height: 50px;
  margin: 0 auto;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #f7b52c;
  border: 2px solid #f7b52c;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #f7b52c;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #f7b52c;
  border-bottom: 1px solid #f7b52c;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #f7b52c;
  border-right: 1px solid #f7b52c;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #f7b52c !important;
}
.news-detail .paginated-link a:hover {
  color: #ead7a0 !important;
  transform: translateY(-5px);
}

#news .news::before {
  display: none;
}
#news .news .cmn-title {
  text-align: center;
}
#news .news .cmn-title::before {
  left: 50%;
  transform: translateX(-50%);
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-inner {
  padding: 30px 0;
}
.reserve-content {
  flex-direction: column;
  margin-bottom: 20px;
}
.reserve-img {
  margin-bottom: 20px;
}
.reserve-textbox {
  max-width: 675px;
  width: 100%;
}
.reserve-title {
  margin-bottom: 22px;
}
.reserve-title img {
  height: 54px;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.reserve-list {
  flex-direction: column;
}
.reserve-list-item {
  max-width: 240px;
  width: 100%;
  height: 240px;
  text-align: center;
  padding-top: 30px;
  background-color: #f7b52c;
  border-radius: 50%;
}
.reserve-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.reserve-list-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
.reserve-icon {
  max-width: 148px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 7px;
}
.reserve-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}

/*========================================
about
==========================================*/
.about-inner {
  padding: 50px 0;
  position: relative;
}
.about-inner::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: 86px;
  height: 71px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
}
.about-content {
  flex-direction: column;
}
.about-img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 20px;
}
.about-text {
  font-size: 1.6rem;
  line-height: 1.8888;
}
.about-textbox {
  max-width: 460px;
  width: 100%;
}

.plastic {
  position: relative;
  z-index: 1;
}
.plastic::before {
  position: absolute;
  content: "";
  top: -140px;
  right: 0;
  width: 153px;
  height: 227px;
  background: center/contain no-repeat url(../images/about/plastic-bg-r-t.png);
}
.plastic-inner {
  padding: 70px 0 65px 0;
  position: relative;
}
.plastic-inner::before {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  width: 146px;
  height: 92px;
  background: center/contain no-repeat url(../images/about/plastic-deco.png);
}
.plastic-inner .cmn-title {
  font-size: 2.3rem;
  line-height: 1.3;
}
.plastic-content {
  flex-direction: column;
}
.plastic-left {
  max-width: 575px;
  width: 100%;
  margin-bottom: 20px;
}
.plastic-img {
  text-align: center;
  margin-bottom: 20px;
}
.plastic-text {
  font-size: 1.6rem;
  line-height: 1.8888;
}
.plastic-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px dashed #f7b52c;
  border-radius: 30px;
}
.plastic-sub-text .s-font {
  display: block;
  font-size: 1.5rem;
  margin-top: 14px;
}
.plastic-textbox {
  max-width: 460px;
  width: 100%;
}

.what {
  background-color: #fffeec;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.what::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 101px;
  background: center/cover no-repeat url(../images/about/what-bg-top.png);
  z-index: -1;
}
.what-list {
  flex-direction: column;
}
.what-list-item {
  max-width: 320px;
  width: 100%;
  padding: 24px 24px 15px 24px;
  background-color: #fff;
  border: 1px dashed #f7b52c;
  border-radius: 10px;
}
.what-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.what-list-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #f7b52c;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.what-img {
  margin-bottom: 16px;
}
.what-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}

.initiative {
  position: relative;
  z-index: 1;
}
.initiative::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background: center/cover no-repeat url(../images/about/initiative-bg-top.png);
  z-index: -1;
}
.initiative-content {
  align-items: flex-start;
  flex-direction: column;
}
.initiative-img {
  margin-bottom: 25px;
  position: relative;
}
.initiative-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 117px;
  height: 73px;
  background: center/contain no-repeat url(../images/about/initiative-deco.png);
}
.initiative-text {
  font-size: 1.6rem;
  line-height: 1.8888;
}
.initiative-textbox {
  max-width: 490px;
  width: 100%;
}

.friend {
  background-color: #fffeec;
  position: relative;
  z-index: 1;
}
.friend::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 101px;
  background: center/cover no-repeat url(../images/about/friend-bg-bottom.png);
  z-index: -1;
}
.friend-inner .cmn-title {
  line-height: 1.3;
}
.friend-list {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
.friend-list-item {
  max-width: 270px;
  width: 100%;
}
.friend-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.friend-list-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #f7b52c;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.friend-img {
  margin-bottom: 16px;
}
.friend-text {
  min-height: 105px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 27px;
}
.friend-btn {
  max-width: 240px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.12em;
  background-color: #f7b52c;
  border-radius: 20px;
}
.friend-btn:hover {
  opacity: 0.6;
}

.message-inner .cmn-title {
  line-height: 1.3;
}
.message-content {
  flex-direction: column;
  margin-bottom: 20px;
}
.message-img {
  max-width: 342px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.message-text {
  font-size: 1.6rem;
  line-height: 1.8888;
}
.message-text:not(:last-of-type) {
  margin-bottom: 25px;
}
.message-textbox {
  max-width: 525px;
  width: 100%;
}
.message-sub-content {
  padding: 20px 10px;
  text-align: center;
  background-color: #fffeec;
  border-radius: 10px;
}
.message-sub-title {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: #f7b52c;
  margin-bottom: 22px;
  text-align: center;
}
.message-sub-text {
  line-height: 1;
}
.message-sub-text a {
  color: #4b7fcc !important;
  text-decoration: underline;
}
.message-sub-text a:hover {
  opacity: 0.6;
}

.link-banner-list-item {
  max-width: 500px;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  border-radius: 20px;
  border: 1px dashed #f7b52c;
  position: relative;
  z-index: 1;
}
.link-banner-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #f7b52c;
  border-radius: 20px;
  z-index: -1;
}
.link-banner-list-item::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-banner-list-item .cmn-btn {
  color: #f7b52c !important;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
}
.link-banner-list-item.about-banner::after {
  top: -39px;
  left: -7px;
  width: 133px;
  height: 98px;
  background: center/contain no-repeat url(../images/event/link-banner-icon03.png);
}
.link-banner-list-item.event-banner::after {
  top: -27px;
  left: 7px;
  width: 94px;
  height: 86px;
  background: center/contain no-repeat url(../images/about/link-banner-icon01.png);
}
.link-banner-list-item.friend-banner::after {
  top: -28px;
  left: 1px;
  width: 79px;
  height: 82px;
  background: center/contain no-repeat url(../images/about/link-banner-icon02.png);
}
.link-banner-list-item.case-banner::after {
  top: -24px;
  left: -7px;
  width: 143px;
  height: 89px;
  background: center/contain no-repeat url(../images/risk/link-banner-icon04.png);
}
.link-banner-list-item.seminar-banner::after {
  top: -50px;
  left: -1px;
  width: 136px;
  height: 101px;
  background: center/contain no-repeat url(../images/risk/link-banner-icon05.png);
}
.link-banner-list-item.risk-banner::after {
  top: -27px;
  left: 7px;
  width: 94px;
  height: 86px;
  background: center/contain no-repeat url(../images/case/link-banner-icon06.png);
}
.link-banner-list-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  color: #f7b52c;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  -webkit-text-stroke: 8px #f7b52c;
  -webkit-text-fill-color: #fff;
  paint-order: stroke fill;
  position: relative;
}
.link-banner-list-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 10px;
  background: center/cover no-repeat url(../images/about/link-banner-dot.png);
}
.link-banner-text {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}

/*========================================
event
==========================================*/
#event .event::before {
  display: none;
}
#event .event-inner {
  position: relative;
}
#event .event-inner::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: 86px;
  height: 71px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
}
#event .event-list {
  margin-bottom: 0;
}
#event .section-wrap {
  padding-bottom: 50px;
}

/*========================================
risk
==========================================*/
.risk-inner {
  padding: 50px 0;
  position: relative;
}
.risk-inner::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: 86px;
  height: 71px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
}
.risk-inner .cmn-title {
  font-size: 2.1rem;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 38px;
}
.risk-content {
  flex-direction: column;
}
.risk-img {
  max-width: 400px;
  width: 80%;
  text-align: center;
  margin-bottom: 20px;
}
.risk-textbox {
  max-width: 724px;
  width: 100%;
}
.risk-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
  padding: 9px 0;
  background-color: #f7b52c;
  border-radius: 20px;
}
.risk-text-list {
  margin-bottom: 40px;
}
.risk-text-list-item {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(247, 181, 43, 0.5);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.risk-text-list-item::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/risk/risk-check.png);
}
.risk-text-list-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.risk-text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8888;
  text-align: center;
  padding: 20px 10px;
  background-color: #fffeec;
  border-radius: 20px;
}

#risk .about-inner::before {
  display: none;
}
#risk .about-content {
  flex-direction: column;
}
#risk .about-img {
  margin-bottom: 20px;
}
#risk .about-text:not(:last-of-type) {
  margin-bottom: 25px;
}

.why {
  background: left top 74px/263.5px 124.5px no-repeat url(../images/top/concept-bg-l.png), top 150px right -63px/226px 154px no-repeat url(../images/top/concept-bg-r.png), top center/1920px 101px repeat-x url(../images/top/concept-bg-top.png), #fffeec;
  position: relative;
  z-index: 1;
}
.why::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 122px;
  background: left top/cover no-repeat url(../images/top/concept-bg-bottom.png);
  z-index: -1;
}
.why::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #8dc21f;
  z-index: -2;
}
.why-inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
.why-list {
  flex-direction: column;
}
.why-list-item {
  max-width: 250px;
  width: 100%;
  text-align: center;
}
.why-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.why-list-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.why-icon {
  margin-bottom: 12px;
}

.learn {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.learn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background: center/cover no-repeat url(../images/top/info-bg-top.png);
  z-index: -1;
}
.learn-inner .cmn-title {
  font-size: 2.3rem;
  line-height: 1.3;
}
.learn-sub-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  color: #f7b52c;
  padding-left: 70px;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  position: relative;
}
.learn-sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -24px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/top/info-sub-title-deco.png);
}
.learn-table {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.learn-table tr {
  display: block;
}
.learn-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.learn-table tr th {
  display: block;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 27px 0;
  color: #fff;
  background-color: #8ec8bc;
  vertical-align: middle;
}
.learn-table tr td {
  display: block;
  padding: 19px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.learn-content {
  flex-direction: column;
}
.learn-img {
  margin-bottom: 20px;
}
.learn-textbox {
  max-width: 625px;
  width: 100%;
}
.learn-text {
  font-size: 1.6rem;
  line-height: 1.8888;
}
.learn-text:not(:last-of-type) {
  margin-bottom: 25px;
}
.learn-text:nth-of-type(2) {
  margin-bottom: 25px;
}

.greeting-inner .cmn-title {
  text-align: center;
}
.greeting-content {
  flex-direction: column;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 604px;
  width: 100%;
}
.greeting-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #f7b52c;
  letter-spacing: 0.15em;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #f7b52c;
  position: relative;
}
.greeting-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 8px;
  width: 80px;
  height: 12px;
  background: center/contain no-repeat url(../images/risk/greeting-ruby.png);
}
.greeting-text {
  font-size: 1.6rem;
  line-height: 1.8888;
  margin-bottom: 25px;
}

.feature {
  background-color: #fffeec;
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 101px;
  background: center/cover no-repeat url(../images/about/friend-bg-bottom.png);
  z-index: -1;
}
.feature::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 101px;
  background: center/cover no-repeat url(../images/about/what-bg-top.png);
  z-index: -1;
}
.feature-content {
  flex-direction: column;
}
.feature-content:nth-of-type(2) .feature-title::before {
  width: 44px;
  background: center/cover no-repeat url(../images/risk/feature-no02.png);
}
.feature-content:nth-of-type(3) .feature-title::before {
  width: 47px;
  background: center/cover no-repeat url(../images/risk/feature-no03.png);
}
.feature-content:not(:last-of-type) {
  margin-bottom: 57px;
}
.feature-img {
  max-width: 140px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-textbox {
  max-width: 520px;
  width: 100%;
}
.feature-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f7b52c;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f7b52c;
}
.feature-title::before {
  content: "";
  width: 41px;
  height: 24px;
  margin-bottom: 10px;
  background: center/cover no-repeat url(../images/risk/feature-no01.png);
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 400;
}

.flow-list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
.flow-list-item {
  max-width: 290px;
  width: 100%;
  min-height: 366px;
  padding: 32px 25px 10px 25px;
  text-align: center;
  background: center/cover no-repeat url(../images/risk/flow-bg01.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 27px;
  height: 25px;
  background: center/cover no-repeat url(../images/risk/flow-arrow.png);
}
.flow-list-item:nth-child(2) {
  background: center/cover no-repeat url(../images/risk/flow-bg02.png);
}
.flow-list-item:nth-child(3) {
  background: center/cover no-repeat url(../images/risk/flow-bg03.png);
}
.flow-list-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.flow-icon {
  max-width: 158px;
  width: 100%;
  height: 158px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.flow-btn {
  max-width: 240px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1;
  color: #f7b52c !important;
  letter-spacing: 0.12em;
  background-color: #fff;
  border-radius: 20px;
}
.flow-btn:hover {
  opacity: 0.6;
}

/*========================================
case
==========================================*/
#case .event::before {
  display: none;
}
#case .event-inner {
  position: relative;
}
#case .event-inner::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: 86px;
  height: 71px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
}
#case .event-list {
  margin-bottom: 0;
}
#case .section-wrap {
  padding-bottom: 50px;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 30px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #f7b52c;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #f7b52c;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #f7b52c;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f7b52c;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #f7b52c;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #f7b52c;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #f7b52c;
  border-right: 1px solid #f7b52c;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #f7b52c !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background-color: #fffeec;
  position: relative;
  z-index: 1;
}
.footer-inner {
  padding: 30px 0;
  flex-direction: column;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.48rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.footer-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-textbox {
  margin-bottom: 30px;
}
.footer-content {
  max-width: 430px;
  width: 100%;
  text-align: center;
}
.footer-tel {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  color: #56423d !important;
  letter-spacing: 0.15em;
  padding-bottom: 13px;
  margin-bottom: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 23px;
  height: 27px;
  margin-right: 9px;
  margin-top: 5px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-link {
  flex-direction: column;
  margin-bottom: 20px;
}
.footer-btn {
  max-width: 250px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1;
  color: #f7b52c !important;
  letter-spacing: 0.12em;
  border: 1px solid #f7b52c;
  border-radius: 25px;
}
.footer-btn:nth-of-type(2) {
  color: #fff !important;
  margin-top: 20px;
  background-color: #f7b52c;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 525px;
  width: 100%;
}
.footer-nav {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.footer-nav-list {
  width: 100%;
  height: 240px;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.footer-nav-list-item {
  font-size: 1.5rem;
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5)) {
  margin-bottom: 38px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  color: #f7b52c !important;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  line-height: 1;
}/*# sourceMappingURL=style-sp.css.map */