@charset "utf-8";
/*top page css*/
body#top {
  background: var(--mainColor);
}
#top main {
  background: url(../images/cts_bgi.png) no-repeat center top / cover;
  padding-top: 12px;
}
#top .cts_ttl {
  color: var(--mainColor);
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: .1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}
/*メインビジュアル*/
#top #kv {
  width: calc(100% - 24px);
  margin: 0 12px 22px 12px;
  padding: 0;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#top #kv .movie {
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}
#top #kv .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .scroll_down {
  position: absolute;
  left: -40px;
  top: 0;
  transform: translate(-100%,0);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: .1em;
  padding-bottom: 120px;
  color: rgba(255,255,255,.6);
}
#top .scroll_down:before {
  content: '';
  width: 1px;
  height: 110px;
  background: rgba(255,255,255,.5);
  position: absolute;
  left: calc(50% - 4px);
  bottom: 0;
  z-index: 1;
}
#top .scroll_down:after {
  content: '';
  width: 11px;
  height: 7px;
  background: url("../images/icon/pulldown_wht.png") no-repeat center / contain;
  position: absolute;
  left: calc(50% - 9px);
  bottom: 0;
  z-index: 2;
}
#top #kv .slider {
  position: relative;
}
#top #kv .copy {
  display: inline-block;
  width: 96%;
  max-width: 1200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0);
}
#top #kv .copy h2 {
	color: #fff;
	font-size: 60px;
  line-height: 1.2em;
	font-weight: 500;
	margin: 0;
	padding: 0;
	letter-spacing: 0.02em;
  display: inline;
}
#top #kv .copy p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 5px;
	padding: 0;
	letter-spacing: 0.1em;
}
#top #kv .copy a {
	display: inline-block;
  text-decoration: none;
  color: #fff;
  width: auto;
}
#top #kv .copy a:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff url(../images/icon/arrow_dark.png) no-repeat center / 14px auto;
  margin: 0 0 0 5px;
  transition: .3s;
}
#top #kv .copy a:hover:after {
  background: var(--mainColor) url(../images/icon/btn_arrow.png) no-repeat left 22px center / 14px auto;
  opacity: 1;
}
#top #kv .copy a:hover {
  opacity: 1;
}

#top #kv .slick-slide img {
  display: block;
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: center;
}
#top #kv .cntl_wrap {
  max-width: 1180px;
  width: calc(100% - 30px);
  margin: 0;
  position: absolute;
  right: 28px;
  bottom: 30px;
  justify-content: flex-end;
  z-index: 55;
  pointer-events: none;
}
#top #kv .slide_controller {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  padding: 0 50px 0 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .3);
  backdrop-filter: blur(12px);
  width: auto;
  height: 26px;
  pointer-events: all;
  position: relative;
}
#top #kv #video_btn.slide_controller {
  padding: 0;
}
.play_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.play_btn button {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  border: none;
  background: rgba(255,255,255,.5);
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
  display: block;
}
.play_btn button.slick_pause:before,
.play_btn button.slick_pause.paused:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play_btn button.slick_pause:before {
  background: url("../images/icon/icon_pause.png") no-repeat center / contain;
}
.play_btn button.slick_pause.paused:before {
  background: url("../images/icon/icon_play.png") no-repeat center / contain;
}

#top .reservation .wrap {
  position: relative;
}

#top .recommend {
  margin-top: 80px;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
}
#top .recommend .bnr {
  width: calc((100% - 40px)/2);
  position: relative;
}
#top .recommend .bnr img {
  border-radius: 10px;
}
#top .recommend .bnr .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  animation: btnHover-out .3s ease-out forwards;
}
#top .recommend .bnr .btn:after {
  content: '';
  width: 12px;
  height: 5px;
  background: url(../images/icon/arrow_dark.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease-out;
  z-index: 2;
}
#top .recommend .bnr a:hover {
  opacity: 1;
}
#top .recommend .bnr a:hover .btn {
  animation: btnHover .3s ease-out forwards;
}
#top .recommend .bnr a:hover .btn:after {
  animation: btnArrow .3s ease-out .1s forwards;
}
#important_info {
  margin-top: 100px;
}
#important_info .wrap {
  padding: 0;
  position: relative;
}
#important_info .information {
  position: relative;
  padding: 90px 100px 90px 0;
  justify-content: flex-start;
  align-items: center;
}
#important_info .information:before {
  content: '';
  width: 100vw;
  height: 100%;
  background: rgba(255,255,255,1);
  margin-left: calc(50% - 50vw);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
  z-index: 0;
}
#important_info .information .title_box {
  width: 310px;
  padding-right: 20px;
}
#important_info .information .title_box h2 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--mainColor);
}
#important_info .information .title_box h2 span {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
}
#important_info .information .post_list {
  width: calc(100% - 310px);
}
#important_info .information .post_list .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#top #service {
  position: relative;
  overflow: clip;
  overflow-y: visible;
  background: #f0f0dc url(../images/top/bgi_service.png) no-repeat center top / cover
}
#top #service .wrap {
  padding: 110px 0 50px;
}
#top #service .service_box {
  justify-content: flex-start;
  align-items: center;
}
#top #service .service_box .contents {
  width: 100%;
  position: relative;
  justify-content: flex-start;
  padding: 110px 0 0 0;
}
#top #service .service_box:first-of-type .contents {
  padding-top: 0;
}
#top #service .service_box .contents .inner {
  width: 56%;
  padding: 50px 20px 100px 60px;
  position: relative;
}
#top #service .service_box .contents .inner:before {
  content: '';
  width: 890px;
  height: 100%;
  border-radius: 10px;
  background: rgba(255,255,255,.6);
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#top #service .service_box .contents .indent {
  padding-left: 40px;
}
#top #service .service_box .contents h2.en {
  color: var(--mainColor);
  font-size: 80px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: .05em;
  margin: 0 0 45px;
  text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
#top #service .service_box .contents h2.en.sml {
  font-size: 70px;
}
#top #service .service_box .contents h2.jp {
  color: var(--mainColor);
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: .2em;
  margin: 0 0 20px;
}
#top #service .service_box .contents p {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
}
#top #service .service_box .img_wrap {
  justify-content: flex-start;
  align-items: flex-end;
  gap: 30px;
  margin: 45px 0 0 0;
}
#top #service .service_box .img_wrap .images {
  width: 310px;
  max-width: calc(100% - 170px);
  border-radius: 10px;
  overflow: hidden;
}
#top #service .service_box .contents .s_image {
  width: 50%;
  margin-right: calc(50% - 50vw);
  flex: 1;
  position: relative;
  transition-delay: .3s;
}
#top #service .service_box .contents.reverse .inner {
  width: 56%;
  padding-left: 0;
}
#top #service .service_box .contents.reverse .inner:before {
  left: unset;
  right: 0;
}
#top #service .service_box .contents .in_image {
  display: none;
}
#top #service .service_box .contents.reverse .s_image {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
  right: unset;
}
#top #service .service_box .s_image img {
  width: 700px;
  height: 700px;
  max-width: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#top #service .service_box .contents.reverse .s_image img {
  right: 0;
  left: unset;
}
#top #service .service_box .img_wrap .btn_box {
  justify-content: flex-start;
  gap: 38px;
}

#top #sub_navi_list {
  margin: 100px 0 0 0;
}
#top #sub_navi_list .wrap {
  padding: 0;
}
#top #sub_navi_list .link_list_wrap {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#top #sub_navi_list .link_list_wrap a {
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px*3)/4);
  height: 80px;
  background: #fff;
  text-decoration: none;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
#top #sub_navi_list .link_list_wrap a:after {
  content: '';
  width: 14px;
  height: 6px;
  background: url("../images/icon/btn_circle_arrow.png") no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}
#top #sub_navi_list .link_list_wrap a.icon:before {
  content: '';
  width: 36px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
}
#top #sub_navi_list .link_list_wrap a.icon.access:before {
  background: url("../images/icon/access.svg") no-repeat center / contain;
}
#top #sub_navi_list .link_list_wrap a.icon.useful:before {
  background: url("../images/icon/familiy.svg") no-repeat center / contain;
}
#top #sub_navi_list .link_list_wrap a.icon.special:before {
  background: url("../images/icon/present.svg") no-repeat center / contain;
}
#top #sub_navi_list .link_list_wrap a.icon.faq:before {
  background: url("../images/icon/faq_comment.svg") no-repeat center / contain;
}
#top #sub_navi_list .link_list_wrap a.icon.restaurant:before {
  background: url("../images/icon/restaurant.svg") no-repeat center / contain;
}

#top #concept {
  color: var(--mainColor);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
#top #concept .img_des {
  width: 560px;
  height: 560px;
  position: absolute;
  left: -130px;
  top: 0;
  transform: translate(0,60px);
  transition-delay: .2s;
  z-index: 2;
}
#top #concept .img_des02 {
  width: 500px;
  height: 500px;
  position: absolute;
  right: -120px;
  top: 0;
  transform: translate(0,calc(220px + 60px));
  z-index: 2;
}
#top #concept .img_des03 {
  width: 350px;
  height: 350px;
  position: absolute;
  left: 80px;
  bottom: 200px;
  transform: translate(0,60px);
  z-index: 2;
}
#top #concept .img_des04 {
  width: 284px;
  height: 284px;
  position: absolute;
  right: 110px;
  bottom: 50px;
  transform: translate(0,60px);
  z-index: 2;
}
#top #concept .img_des.mv_in {
  transform: translate(0,0);
}
#top #concept .img_des02.mv_in {
  transform: translate(0,220px);
}
#top #concept .img_des03.mv_in {
  transform: translate(0,0);
}
#top #concept .img_des04.mv_in {
  transform: translate(0,0);
}
#top #concept .wrap {
  padding: 220px 0 100px;
  position: relative;
  z-index: 5;
}
#top .column_box {
  width: 100%;
  justify-content: flex-start;
  margin: 120px 0;
  position: relative;
  color: var(--mainColor);
  background: #fff;
  border-radius: 10px;
}
#top .column_box a.btn_circle {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%,50%);
}
#top .column_box .images {
  width: 460px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#top .column_box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .column_box .cts {
  width: calc(100% - 460px);
  border-radius: 0 10px 10px 0;
  padding: 70px;
  position: relative;
}
#top .column_box .cts h2 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0 0 15px;
}
#top .column_box .cts h3 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0 0 8px;
}
#top .column_box .cts p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
#top #concept h3.concept_ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: .3em;
  margin: 0 auto 80px;
}
#top #concept p {
  font-size: 16px;
  line-height: 3.5em;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
}
#top #concept .btn_box {
  display: block;
  text-align: center;
  margin: 80px auto 0;
}
#top #concept .btn_box .linkbtn {
  width: 100%;
  max-width: 520px;
  height: 80px;
  background: #fff url(../images/icon/link_large.png) no-repeat center right 25px / 14px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--mainColor);
  margin: 0 auto;
}
#top #concept .btn_box .linkbtn + .linkbtn {
  margin-top: 20px;
}
#top #concept .btn_box .linkbtn.thought_btn {
  background: #fff;
  position: relative;
}
#top #concept .btn_box .linkbtn.thought_btn:before,
#top #concept .btn_box .linkbtn.thought_btn:after {
  content: '';
  width: 14px;
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  right: 25px;
  top: 50%;
}
#top #concept .btn_box .linkbtn.thought_btn:before {
  transform: translate(0,-50%);
}
#top #concept .btn_box .linkbtn.thought_btn:after {
  transform: translate(0,-50%) rotate(90deg);
  transition: .3s;
}
#top #concept .btn_box .linkbtn.thought_btn.open:after {
  transform: translate(0,-50%) rotate(180deg);
}

#top #thought {
  background: #fff url(../images/top/thought_bgi.jpg) no-repeat center / cover;
  position: relative;
  overflow: hidden;
  display: none;
}
#top #thought .pen {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,calc(-50% + 60px));
  width: auto;
  height: 75%;
  z-index: 1;
  transition-delay: .5s;
  mix-blend-mode: multiply;
}
#top #thought .pen.mv_in {
  transform: translate(0,-50%);
}
#top #thought .wrap {
  padding: 150px 0;
  position: relative;
  z-index: 2;
}
#top #thought .cts_ttl {
  margin-bottom: 20px;
}
#top #thought p {
  text-align: center;
  font-size: 16px;
  line-height: 2.2em;
}

#top #information {
  background: #fff;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
#top #information .img_des {
  width: 260px;
  height: 260px;
  position: absolute;
  right: 40px;
  top: 0;
  transform: translate(0,calc(-100% + 40px));
  z-index: 5;
}
#top #information .wrap {
  padding: 110px 0 50px;
  position: relative;
}
#top #information .cts_ttl {
  margin-bottom: 20px;
}

/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
  #top .column_box a.btn_circle {
    transform: translate(0, 70%);
  }
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #top #service .service_box .contents,
  #top #service .service_box:first-of-type .contents {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 30% 0 0 0;
  }
  #top #service .service_box .contents .inner {
    width: 100%;
    padding: 50px 25% 70px 20px;
  }
  #top #service .service_box .contents.reverse .inner {
    width: 100%;
    padding: 50px 20px 70px 25%;
  }
  #top #service .service_box .s_image {
    display: none;
  }
  #top #service .service_box .contents .in_image.fade {
    display: block;
    position: absolute;
    right: -12%;
    top: 0;
    width: 100%;
    max-width: 500px;
    z-index: -1;
    transform: translate(0, calc(-50% + 60px));
  }
  #top #service .service_box .contents.reverse .in_image {
    right: unset;
    left: -12%;
  }
  #top #service .service_box .contents .in_image.fade.mv_in {
    transform: translate(0, -50%);
  }
  #top #service .service_box .in_image img {
    width: 100%;
    height: auto;
  }
  #top #service .service_box .contents h2.en,
  #top #service .service_box .contents h2.jp {
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }
  #top #service .service_box .img_wrap {
    justify-content: flex-start;
  }
  #top #service .service_box .contents, #top #service .service_box:first-of-type .contents {
    padding: 290px 0 0 0;
  }
  #top #concept .img_des {
    width: 50%;
    height: auto;
  }
  #top #concept .img_des02,
  #top #concept .img_des03 {
    display: none;
  }
  #top #concept .img_des02.mv_in {
    transform: translate(0, 300%);
  }
  #top #information .img_des {
    width: 25%;
  }
  #top #concept .img_des04 {
    width: 28%;
    height: auto;
    position: absolute;
    right: -5%;
    bottom: unset;
    top: 25%;
    transform: translate(0, 60px);
    z-index: 2;
  }
  #top #concept .img_des04.mv_in {
    transform: translate(0, 0);
  }
  #top #service .wrap {
    padding: 50px 0;
  }
  #top #service .img_des03 {
    display: block !important;
    width: 30%;
    height: auto;
    position: absolute;
    left: -5%;
    top: 0;
    transform: translate(0, calc(-80% + 60px));
  }
  #top #service .img_des03.mv_in {
    transform: translate(0, -80%);
  }
  #important_info .information .title_box {
    width: 100%;
    padding-right: 0;
    margin: 0 0 30px;
  }
  #important_info .information .post_list {
    width: 100%;
  }
  
  
}
/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #top .cts_ttl {
    font-size: 21px;
  }
  #top main {
    padding: 6px 0 0 0;
  }
  #top #kv {
    width: calc(100% - 12px);
    margin: 0 6px 10px 6px;
    border-radius: 0;
  }
  #top #kv .movie {
    height: 480px;
    border-radius: 20px;
  }
  #top #kv .cts_wrap .scroll {
    display: none;
  }
  #top #kv .cts_wrap {
    justify-content: center;
    gap: 15px;
    margin-top: 80px;
    padding-left: 0;
  }
  #top #kv .slick-slide img {
    height: auto;
    border-radius: 20px;
  }
  #top #kv .slick-slider {
    padding-bottom: 36px;
  }
  #top #kv .slick-slider.slide-one {
    padding-bottom: 10px;
  }
  #top #kv .cntl_wrap {
    bottom: 0;
    justify-content: center;
    width: 100%;
    right: 0;
  }
  #top #kv .movie .cntl_wrap {
    justify-content: flex-end;
    padding: 0 10px 10px 0;
  }
  #top #kv .copy {
    width: 90%;
    bottom: 25px;
  }
  #top #kv .copy h2 {
    font-size: 7vw;
  }
  #top #kv .copy p {
    font-size: 3vw;
    margin: 2px 0 0 5px;
  }
  #top #kv .copy a:after {
    content: none;
  }
  #top .recommend {
    margin-top: 60px;
    gap: 25px;
  }
  #top .recommend .bnr {
    width: 100%;
  }
  #top .recommend .bnr img {
    border-radius: 5px;
  }
  #important_info {
    margin-top: 60px;
  }
  #important_info .information {
    padding: 40px 20px 40px 0;
  }
  #important_info .information .title_box h2 {
    font-size: 32px;
    text-align: center;
  }
  #important_info .information .title_box h2 span {
    font-size: 12px;
    margin-top: 8px;
  }
  #important_info .information .post_list .title {
    -webkit-line-clamp: 2;
    width: 100%;
    font-size: 14px;
  }
  #important_info .information:after {
    content: '';
    width: 100vw;
    height: 100%;
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
    background: url(../images/bgi_pt02_long.jpg) no-repeat center / cover;
  }
  #top #sub_navi_list {
    margin: 80px 0 0 0;
  }
  #top #sub_navi_list .link_list_wrap {
    justify-content: flex-start;
    gap: 20px;
  }
  #top #sub_navi_list .link_list_wrap a {
    width: 100%;
    height: 60px;
    line-height: 1.4em;
  }
  #top #service {
    background: #f0f0dc url(../images/top/bgi_service_sp.png) no-repeat left top / cover;
  }
  #top #service:before {
    top: 0;
  }
  #top #service .wrap {
    padding: 0 0 50px;
  }
  #top #service .service_box .contents {
    width: 100%;
  }
  #top #service .service_box.reverse .contents {
    width: 100%;
  }
  #top #service .service_box .contents .inner {
    width: 100%;
    padding: 20px 20px 50px 0;
  }
  #top #service .service_box .contents .inner:before {
    content: '';
    width: 100vw;
    height: 100%;
    left: unset;
    right: 0;
    border-radius: 0 10px 10px 0;
  }
  #top #service .service_box .contents.reverse .inner {
    padding: 20px 0 50px 20px;
  }
  #top #service .service_box .contents.reverse .inner:before {
    width: 100vw;
    left: 0;
    right: unset;
    border-radius: 10px 0 0 10px;
  }
  #top #service .service_box .contents,
  #top #service .service_box:first-of-type .contents {
    padding: 90% 0 0 0;
  }
  #top #service .service_box .contents .in_image.fade {
    transform: translate(0, calc(-80% + 60px));
  }
  #top #service .service_box .contents .in_image.fade.mv_in {
    transform: translate(0, -80%);
  }
  #top #service .service_box .contents h2.en {
    font-size: 40px;
    margin: 0 0 20px;
  }
  #top #service .service_box .contents h2.en.sml {
    font-size: 35px;
    text-align: right;
  }
  #top #service .service_box .contents h2.jp {
    font-size: 20px;
    margin: 0 0 15px;
  }
  #top #service .service_box .contents p {
    font-size: 14px;
  }
  #top #service .service_box .contents .indent {
    padding-left: 0;
  }
  #top #service .service_box .img_wrap {
    gap: 20px;
    margin: 25px 0 0 0;
  }
  #top #service .service_box .img_wrap .images {
    max-width: calc(100% - 125px);
  }
  #top #concept .wrap {
    padding: 40% 0 26%;
  }
  #top .column_box {
    margin: 100px 0 0;
    background: none;
    border-radius: 10px 10px 0 0;
  }
  #top .column_box .images {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  #top .column_box .cts {
    width: 100%;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }
  #top .column_box .cts h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #top .column_box .cts h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }
  #top .column_box .cts p {
    font-size: 14px;
  }
  #top .column_box a.btn_circle {
    position: relative;
    right: unset;
    bottom: unset;
    transform: translate(0, 0);
    margin: 50px auto 0;
  }
  #top #concept .img_des {
    width: 60%;
    height: auto;
    left: -18%;
    top: 0;
    transform: translate(0, 60px);
  }
  #top #concept .img_des.mv_in {
    transform: translate(0, 0);
  }
  #top #concept .img_des02,
  #top #concept .img_des03 {
    display: none;
  }
  #top #service .img_des03 {
    position: absolute;
    width: 35%;
    height: auto;
    left: -12%;
    top: 0;
    transform: translate(0, calc(-50% + 60px));
  }
  #top #service .img_des03.mv_in {
    transform: translate(0, -50%);
  }
  #top #concept .img_des04 {
    width: 30%;
    height: auto;
    right: -9%;
    bottom: unset;
    top: 21%;
    transform: translate(0, calc(21% + 60px));
  }
  #top #concept .img_des04.mv_in {
    transform: translate(0, 21%);
  }
  #top #concept .btn_box {
    margin: 40px auto 0;
  }
  #top #concept .btn_box .linkbtn {
    width: 100%;
    height: 60px;
  }
  #top #concept h3.concept_ttl {
    font-size: 28px;
    margin: 0 auto 50px;
  }
  #top #concept p {
    font-size: 14px;
    line-height: 2.5em;
    letter-spacing: 0;
  }
  #top #concept .annex_wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 0 16%;
  }
  #top #concept .annex {
    width: 100%;
    background: #897d55;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 30px 20px;
    margin: 0 auto;
    border-radius: 0;
  }
  #top #concept .annex .logo {
    width: 18%;
    max-width: 80px;
  }
  #top #concept .annex .cts {
    width: 100%;
  }
  #top #concept .annex .cts h3 {
    font-size: 20px;
    text-align: center;
  }
  #top #concept .annex .cts p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }
  #top #concept .annex .cts p:not(:first-of-type) {
    margin-top: 1.5em;
    font-size: 14px;
    text-align: left;
  }
  #top #concept .annex .annex_img {
    width: 35%;
    height: auto;
    left: 0;
    top: 0;
    transform: translate(-8%, calc(-70% + 60px));
  }
  #top #concept .annex .annex_img.mv_in {
    transform: translate(-8%, -70%);
  }
  #top #information .img_des {
    width: 32%;
    height: auto;
    right: 0;
    transform: translate(0, -90%);
  }
  #top #information .wrap {
    padding: 60px 0 30px;
  }
  #top #information .cts_ttl {
    text-align: left;
  }
  #top #information .post_list {
    width: 100%;
  }  
  #top #information .post_list .title {
    -webkit-line-clamp: 2;
    width: 100%;
    font-size: 14px;
  }
  #top #information a.btn_circle,
  #top #information a .btn_circle, .btn_circle {
    width: 115px !important;
    height: 115px;
  }
  #top #f_contact .cts_bnr {
    padding: 40px 0 60px;
  }
  #top #f_contact .cts_bnr .bnr_list {
    gap: 20px 15px;
  }
  #top #f_contact .cts_bnr .bnr_list .bnr_box {
    width: calc((100% - 15px) / 2);
  }
  #top #f_contact .cts_bnr .bnr_list .bnr_box .img {
    height: 70px;
  }
  #top #f_contact .cts_bnr .bnr_list .bnr_box h2 {
    font-size: 13px;
    padding-right: 20px;
  }
  #top #f_contact .cts_bnr .bnr_list .bnr_box p {
    font-size: 11px;
    line-height: 1.6em;
  }
  #event ul.cat_list li {
    width: calc((100% - 20px) / 2);
  }
  #event ul.cat_list li a {
    font-size: 12px;
    padding: 5px 15px;
  }
  #top #thought .pen {
    top: 0;
    transform: translate(0, calc(-30% + 60px));
    width: 70%;
    height: auto;
  }
  #top #thought .wrap {
    padding: 100px 0;
  }
  #top #thought .pen.mv_in {
    transform: translate(0, -30%);
  }
  #top #thought p {
    font-size: 14px;
  }
  
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}