<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ======================================

=========================================*/
section {
  padding: 0 20px;
}

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

.inner {
 width: 100%;
 max-width: 1280px;
 margin-left: auto;
 margin-right: auto;
}

#container {
 /* padding: 0 20px; */
 overflow: hidden;
}

figure {
 position: relative;
}

.flex {
 display: flex;
}

.row-reverse {
 flex-direction: row-reverse;
}

.space-between {
 justify-content: space-between;
}

/* views */
.sp {
  display: none !important;
}
@media only screen and (max-width:736px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}


/* ======================================

=========================================*/
.articleInfo {
  margin-top: 80px;
}

.mainArticle {
 max-width: 100%;
 position: relative;
 width: 100%;
 padding-top: 80px;
 padding-bottom: 80px;
 padding-left: 0;
 padding-right: 0;
 overflow: hidden;
}

.mainArticle__subheadline {
 font-size: 21px;
 line-height: calc(50/21);
 letter-spacing: 0.2em;
 margin-bottom: 10px;
 border-bottom: 1px solid #e5e5e5;
}

.contents {
 margin-top: 110px;
}

@media only screen and (max-width:736px) {
  .articleInfo {
    margin-top: 30px;
  }

 .mainArticle {
  padding-top: 30px;
 }

 .mainArticle__headline {
  font-size: clamp(1.25rem, 0.601rem + 2.77vw, 1.875rem);
  font-size: clamp(0.938rem, 0.313rem + 3.125vw, 1.75rem);
  line-height: 1.6;
 }

 .mainArticle__subheadline {
  font-size: clamp(0.938rem, 0.669rem + 1.263vw, 1.25rem);
 }

 .keyVisual {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
 }

 .contents {
  margin-top: 80px;
 }

 .contSection__headline {
   font-size: clamp(1rem, 0.712rem + 1.442vw, 1.375rem);
   font-size: clamp(0.938rem, 0.483rem + 1.939vw, 1.375rem);
   font-size: 16px;
  line-height: 1.6;
 }

 .contSection__headline + .text {
  line-height: 1.8;
  font-size: clamp(0.813rem, 0.764rem + 0.24vw, 0.875rem);
  margin-top: clamp(1.25rem, 0.601rem + 2.77vw, 1.875rem);
/*   font-size: 12px; */
 }
}

.contents_flex_imgwrap {
  display: flex;
}

.contents_flex_title {
 font-size: clamp(1.125rem, 0.616rem + 1.105vw, 1.5rem);
 line-height: 1.9;
}

.text {
 font-size: clamp(0.813rem, 0.558rem + 0.552vw, 1rem);
}

.text small {
  font-size: 70%;
}

@media only screen and (max-width:736px) {
 .contents_flex {
  display: block;
  margin-top: 20px;
 }
 
 .contents_flex_img {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  text-align: center;
 }
 
 .contents_flex_body {
  width: 100%;
 }
 
 .contents_flex_title {
  font-size: clamp(1.063rem, 0.472rem + 2.778vw, 1.75rem);
 }

 .text {
  font-size: clamp(0.813rem, 0.764rem + 0.24vw, 0.875rem);
  line-height: 1.8;
 }

 .text small {
  font-size: 80%;
}
}

/* ==================================================
top
=====================================================*/
.top_flex_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.top_flex_body {
  width: 40%;
}

.top_box .inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.top_box {
  width: 57%;
  margin-top: 20px;
  margin-left: 3%;
}

.top_box_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 42px 30px 30px;
}

.top_box_img {
  width: 62%;
}

.top_box_body {
  width: 34%;
} 

.top_box_name {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.top_box_text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.top_box_icon {
  position: absolute;
  width: 380px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width:768px) {
  .top_flex_wrap {
    flex-direction: column;
    margin-top: 40px;
  }
  
  .top_flex_body {
    width: 100%;
  }

  .top_box {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
  
  .top_box_wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
    padding: 36px 20px 20px;
  }
  
  .top_box_img {
    width: 100%;
  }
  
  .top_box_body {
    width: 100%;
    margin-top: 20px;
  } 
  
  .top_box_name {
    font-size: 18px;
  }
  
  .top_box_text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  
  .top_box_icon {
    position: absolute;
    width: 280px;
    top: -14px;
  }
}


/* ======================================
oasis
=========================================*/
.oasis {
  margin-top: 100px;
}

.oasis_flex_area {
  margin-top: 40px;
}

.oasis_flex_area.mt {
  margin-top: 120px;
}

.oasis_flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oasis_flex_body {
  width: 46%;
}

.oasis_flex_img {
  width: 48%;
}

.oasis_flex_wrap.mt {
  margin-top: 40px;
}

.oasis_flex_body2 {
  width: 50%;
}

.oasis_flex_img2 {
  width: 48%;
}

.oasis_flex_body3 {
  width: 37%;
}

.oasis_flex_body_img {
  margin-top: 30px;
  margin-bottom: 20px;
}

.oasis_flex_body_img_cap {
  margin-top: 4px;
  font-size: 12px;
}

.oasis_flex_img3 {
  width: 63%;
  margin-top: -90px;
  margin-top: calc(clamp(1.25rem, -2.799rem + 8.424vw, 5.625rem) * -1);
  margin-right: -2%;
}

/* .oasis_bottom_area {
  margin-top: 80px;
} */

.oasis_bottom_wrap {
  display: flex;
  margin-top: 40px;
  column-gap: 2px;
}

.oasis_bottom_item .cap,
.oasis_bottom_item2 .cap {
  font-size: 12px;
}

.oasis_map_area {
  margin-top: 80px;
}

@media only screen and (max-width:768px) {
  .oasis {
    margin-top: 50px;
  }

  .oasis_flex_area {
    margin-top: 20px;
  }


  .oasis_flex_area.mt {
    margin-top: 40px;
  }
  
  .oasis_flex_wrap {
    flex-direction: column;
  }
  
  .oasis_flex_body {
    width: 100%;
  }
  
  .oasis_flex_body .text {
    margin-top: 20px;
  }
  
  .oasis_flex_img {
    width: 100vw;
    margin-top: 20px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  
  .oasis_flex_wrap {
    flex-direction: column;
  }

  .oasis_flex_wrap.mt {
    margin-top: 20px;
  }
  
  .oasis_flex_body2 {
    width: 100%;
  }
  
  .oasis_flex_img2 {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

.oasis_flex_body3 {
  width: 100%;
}

.oasis_flex_body_img {
  margin-top: 20px;
  margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.oasis_flex_img3 {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
}

  .oasis_bottom_area {
    margin-top: 20px;
  }

  .oasis_bottom_wrap {
    margin-top: 0px;
    flex-wrap: wrap;
    column-gap: 0px;
  }

  .oasis_bottom_item.order0 {
    width: 100%;
    order: 0;
  }
  .oasis_bottom_item.order1 {
    width: 50%;
    order: 1;
    padding-bottom: 6px;
  }

  .oasis_bottom_item2:nth-child(2) {
    width: 100%;
    order: 0;
    padding-bottom: 6px;
  }
  .oasis_bottom_item2:nth-child(1) {
    width: 50%;
    order: 1;
  }
  .oasis_bottom_item2:nth-child(3) {
    width: 50%;
    order: 2;
  }

  .oasis_bottom_item .cap,
  .oasis_bottom_item2 .cap {
    word-break: break-all;
    font-size: 10px;
    padding-top: 3px;
    padding-left: 4px;
    text-align: left;
  }
}

/* ======================================
spot_area
=========================================*/
.spot_area {
  margin-top: 120px;
}
.spot_area_title {
  display: flex;
  align-items: center;
  color: #7b6f31;
  font-size: 24px;
  letter-spacing: 0.2em;
}
.spot_area_title:before,
.spot_area_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #7b6f31;
}
.spot_area_title:before {
  margin-right: 1rem;
}
.spot_area_title:after {
  margin-left: 1rem;
}
.spot_wrap {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  column-gap: 30px;
  align-items: center;
}
.spot_img figure {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.spot_body {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.spot_title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}
.spot_num {
  display: inline-block;
  width: 26px;
  margin-right: 8px;
}
.spot_item_img {
  margin-top: 10px;
}
.spot_cap {
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:768px) {
  .spot_area {
    margin-top: 60px;
  }
  .spot_area_title {
    font-size: 18px;
  }
  .spot_wrap {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 30px;
  }
  .spot_body {
    width: 90%;
    margin: auto;
  }
  .spot_title {
    font-size: 16px;
  }
  .spot_num {
    width: 24px;
  }
  .spot_item_img {
    margin-bottom: 4px;
  }
}




/* ======================================
point_area
=========================================*/
.point_area {
  margin-top: 140px;
}

.point_box_wrap {
  position: relative;
  margin-bottom: 50px;
}

.point_box_icon {
  position: absolute;
  width: 422px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.point_box_contents + .point_box_contents {
  margin-top: 80px;
}

.point_box_item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 50px;
}

.point_box_item2 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.point_box_item.mt {
  margin-top: 30px;
}

.point_box_item + .point_box_item {
  margin-top: 60px;
}

.point_box_img {
  width: 48%;
}

.point_box_img_cap {
  font-size: 12px;
  text-align: right;
  margin-top: 2px;
}

.point_box_img_wrap {
  position: relative;
}

.point_box_body {
  width: 48%;
} 

.point_info {
  margin: 20px auto 0;
  border: 1px solid #b9ab60;
  padding: 20px 20px;
}

.point_info_title {
  font-size: 18px;
  margin-bottom: 20px;
}

.point_info dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.point_info dl:last-child {
  margin-bottom: 0px;
}
.point_info dt {
  border: 1px solid #000;
  width: 100%;
  max-width: 80px;
  flex-shrink: 0;
  padding: 2px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}
.point_info dt.wide {
  width: 100%;
  max-width: 200px;
}
.point_info dd {
  font-size: 14px;
}

.todoroki_box_info {
  margin-top: 30px;
}
.todoroki_box_info dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.todoroki_box_info dt {
  border: 1px solid #000;
  width: 100%;
  max-width: 200px;
  flex-shrink: 0;
  padding: 2px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}
.todoroki_box_info dd {
  font-size: 14px;
}

.point_title_wrap {
  display: flex;
  align-items: center;
}

.point_num {
  width: 80px;
}

.point_title {
  font-size: 22px;
  display: flex;
  align-items: center;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.point_title::before {
  content: '';
  margin-right: 20px;
  width: 80px;
  height: 80px;
  background-image: url(../imgs/point_num-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.point_title.num2::before {
  content: '';
  margin-right: 20px;
  width: 80px;
  height: 80px;
  background-image: url(../imgs/point_num-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.point_title.num3::before {
  content: '';
  margin-right: 20px;
  width: 80px;
  height: 80px;
  background-image: url(../imgs/point_num-3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.point_box_text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
}

.point_box_text.bold {
  font-weight: bold;
}

.point_box_text.mt0 {
  margin-top: 0;
}

.point_box_img_wrap {
  margin-top: 40px;
  display: flex;
  column-gap: 2px;
}

.point_box_img_wrap.mt {
  margin-top: 68px;
}

@media only screen and (max-width:768px) {
  .point_area {
    margin-top: 50px;
  }
  
  .point_box_wrap {
    padding: 44px 20px 30px;
  }
  
  .point_box_icon {
    width: 300px;
    top: -16px;
  }

  .point_box_contents + .point_box_contents {
    margin-top: 40px;
  }
  
  .point_box_item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .point_box_item2 {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 20px;
  }
  
  .point_box_item + .point_box_item {
    margin-top: 30px;
  }
  
  .point_box_img {
    width: 100vw;
    margin-top: 20px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

  .point_box_img_cap {
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
  }
  
  .point_box_body {
    width: 100%;
  } 
  .point_info {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 20px;
    flex-direction: column;
  }
  .point_info_title {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 14px;
  }

  .point_info {
    padding: 14px 0px;
  }
  
  .point_info dl {
    width: 100%;
    display: flex;
    margin-bottom: 8px;
    margin-left: 10px;
  }

  .point_info dt {
    width: 50px;
    font-size: 10px;
    margin-right: 12px;
  }
  
  .point_info dd {
    font-size: 10px;
  }

  .todoroki_box_info {
    margin-top: 20px;
  }
  .todoroki_box_info dl {
    flex-direction: column;
    row-gap: 4px;
  }
  .todoroki_box_info dt {
    max-width: 180px;
    font-size: 12px;
    margin-right: 12px;
  }
  .todoroki_box_info dd {
    font-size: 12px;
  }

  .point_num {
    width: 80px;
  }
  
  .point_title {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  
  .point_title::before,
  .point_title.num2::before {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }
  
  .point_box_text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  
  .point_box_img_wrap {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 20px;
    width: 90%;
    margin-inline: auto;
  }
}

/* gourmet
======================================= */
.gourmet {
  margin-top: 100px;
}
.gourmet_wrap {
  display: flex;
  justify-content: space-between;
}
.gourmet_body {
  width: 42%;
}
.gourmet_img {
  width: 54.6%;
}
.gourmet_top_title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.2em;
  padding-block: 20px;
  color: #7b6f31;
  border-top: 1px solid #7b6f31;
  border-bottom: 1px solid #7b6f31;
}
.gourmet_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
}
.gourmet_box {
  position: relative;
  margin-top: 80px;
  border: 1px solid #e5e5e5;
  padding: 50px 50px 60px;
}
.gourmet_box_item {
  display: flex;
  justify-content: space-between;
}
.gourmet_box_item + .gourmet_box_item {
  margin-top: 80px;
}
.gourmet_box_body {
  width: 48%;
}
.gourmet_box_img {
  width: 48%;
}
.gourmet_item_title {
  color: #7b6f31;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  border-bottom: 1px solid #b9ab60;
}
.gourmet_item_text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
}

@media only screen and (max-width:768px) {
  .gourmet {
    margin-top: 60px;
  }
  .gourmet_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .gourmet_body {
    width: 100%;
  }
  .gourmet_img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
  .gourmet_top_title {
    text-align: center;
    font-size: 22px;
    padding-block: 10px;
  }
  .gourmet_text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .gourmet_box {
    margin-top: 40px;
    padding: 30px 20px ;
  }
  .gourmet_box_item {
    flex-direction: column;
    row-gap: 20px;
  }
  .gourmet_box_item + .gourmet_box_item {
    margin-top: 40px;
  }
  .gourmet_box_body {
    width: 100%;
  }
  .gourmet_box_img {
    width: 100%;
  }
  .gourmet_item_title {
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9ab60;
  }
  .gourmet_item_text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}





/* ======================================
todoroki
=========================================*/
.todoroki {
  margin-top: 100px;
  padding-bottom: 100px;
}

.todoroki_flex_wrap {
  display: flex;
  justify-content: space-between;
}

.todoroki_flex_body {
  width: 48%;
}

.todoroki_flex_body .contSection__headline {
  line-height: 2;
}

.todoroki_flex_body .text {
  margin-top: 30px;
}

.todoroki_flex_img {
  width: 49%;
}

.todoroki_body {
  margin-top: 120px;
}

.todoroki .contents_flex_imgwrap {
  width: 100%;
  max-width: 370px;
}

.todoroki_box_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 50px 50px 60px;
}

.todoroki_title_icon {
  position: absolute;
  width: auto;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.project_box_text {
  width: 52%;
}

.todoroki_box_text {
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.todoroki_box_body {
  width: 44%;
}

.graph {
  width: 80%;
  max-width: 414px;
  margin: 0 auto 40px;
}

.todoroki_box_text dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.todoroki_box_text dt {
  font-size: 16px;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}

.todoroki_box_text dd {
  flex-shrink: 1;
  font-size: 16px;
  margin-left: 4px;
}

@media only screen and (max-width:768px) {
  .todoroki {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  
  .todoroki_flex_wrap {
    flex-direction: column;
  }
  
  .todoroki_flex_body {
    width: 100%;
  }
  
  .todoroki_flex_body .contSection__headline {
    line-height: 2;
  }
  
  .todoroki_flex_body .text {
    margin-top: 30px;
  }
  
  .todoroki_flex_img {
    width: 100%;
    margin-top: 20px;
  }

  .todoroki_body {
    margin-top: 80px;
  }
  
  .todoroki_box_wrap {
    flex-direction: column;
    padding: 36px 20px;
    row-gap: 20px;
  }
  
  .todoroki_title_icon {
    position: absolute;
    width: 318px;
    top: -16px;
  }
  
  .project_box_text {
    width: 100%;
  }
  
  .todoroki_box_text {
    width: 100%;
  }
  .todoroki_box_body {
    width: 100%;
}
  
  .graph {
    width: 90%;
    margin-top: 20px;
    text-align: center;
  }
  
  .contents_box_img {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  
  .todoroki_box_text dl {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  
  .todoroki_box_text dl:last-child {
    margin-bottom: 0;
  }
  
  .todoroki_box_text dt {
    font-size: 14px;
  }
  
  .todoroki_box_text dd {
    font-size: 14px;
    margin-left: 0px;
  }
}

/* ======================================
bg_area
=========================================*/
.bg_area {
  background-color: #f8f7f2;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;

}

.bg_area_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.bg_area .contSection__headline {
  line-height: 1.8;
  text-align: left;
}

.bg_area .text {
  width: 60%;
  line-height: 1.7;
}

.bg_area_img {
  width: 35%;
}

@media only screen and (max-width:736px) {
  .bg_area {
    padding: 40px 20px;
  }
  
  .bg_area_wrap {
    margin-top: 20px;
    flex-direction: column;
  }
  
  .bg_area .text {
    width: 100%;
  }
  
  .bg_area_img {
    width: 100%;
    margin-top: 30px;
  }
}

/* ======================================
bottom_area
=========================================*/

.bottom_area {
  margin-top: 120px;
}
.bottom_body {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 64px 50px;
}
.bottom_body .cap {
  margin-top: 20px;
}
.bottom_box_wrap {
  margin-top: 30px;
  column-gap: 20px;
  display: flex;
  justify-content: space-between;
}

.bottom_title_icon {
  position: absolute;
  width: 382px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom_box_title {
  font-size: clamp(1.125rem, 0.253rem + 1.815vw, 1.75rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.bottom_box_text {
  width: 38%;
}

.bottom_box_right {
  width: 60%;
}
.bottom_box_img {
  border: 4px solid #BAAA60;
}
.figure_label {
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 10px 10px;
  background-color: #BAAA60;
}
.bottom_link_btn {
  position: relative;
  margin: 40px auto 0;
  background: rgb(120,110,49);
  background: radial-gradient(circle, rgba(120,110,49,1) 0%, rgba(84,77,34,1) 100%);
  display: block;
  width: 100%;
  max-width: 650px;
  padding: 20px 10px;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.bottom_link_btn::after {
  content: '';
  position: absolute;
  background-image: url(../imgs/arow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 71px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}
.bottom_link_btn:hover {
  opacity: .7;
}

@media only screen and (max-width:768px) {
  .bottom_area {
    margin-top: 120px;
  }
  .bottom_body {
    padding: 44px 20px;
  }
  .bottom_body .cap {
    margin-top: 10px;
  }
  .bottom_box_wrap {
    margin-top: 20px;
    flex-direction: column;
  }
  
  .bottom_title_icon {
    width: 300px;
    top: -16px;
  }
  
  .bottom_box_title {
    font-size: clamp(1.313rem, 0.702rem + 1.27vw, 1.75rem);
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  
  .bottom_box_text {
    width: 100%;
  
  }
  .bottom_box_text .text {
    margin-top: 0;
    width: 100%;
  }
  
  .bottom_box_right {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
  }
  .bottom_link_btn {
    display: block;
    max-width: 300px;
    margin: 30px auto 0;
    padding: 20px 0;
    font-size: 14px;
  }
  .bottom_link_btn::after {
    width: 42px;
    height: 6px;
    right: 10px;
    top: 58%;
  }
}

/* ======================================
banner
=========================================*/
.banner_area {
  margin-top: 80px;
}

.banner {
  position: relative;
  text-align: center;
}

.banner_text {
  position: absolute;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-shadow:0px 0px 1px #000, 
  0 0 5px #000,
  0 0 6px #000,
  0 0 7px #000,
  0 0 8px #000,
  0 0 9px #000,
  0 0 10px #000;
}

.banner:hover {
  transition: .4s;
  opacity: .8;
}

.banner_area .cap {
  margin-top: 60px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:736px) {
  .banner_area {
    margin-top: 40px;
  }

  .banner_text {
    width: 80%;
    font-size: clamp(1rem, 0.675rem + 1.385vw, 1.313rem);
    letter-spacing: 0.2em;
  }

  .banner_area .cap {
    margin-top: 16px;
    font-size: clamp(0.625rem, 0.495rem + 0.554vw, 0.75rem);
    letter-spacing: 0.04em;
  }
}


/* ======================================
footer
=========================================*/
.footerContact__schedule {
  font-size: 11px;
}</pre></body></html>