* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body,
body input,
body textarea,
body button {
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

input {
  border: none;
}

a {
  color: #333333;
}

.insticon {
  color: #323232;
  font-size: 2.2rem;
}

.insticon-blue {
  color: var(--primary);
  font-size: 2.2rem;
}

.insticon-wt {
  color: #FFF;
  font-size: 2.2rem;
  margin-top: 7px;
}

.preparation {
  text-align: center;
}

.second {
  padding: 0 4%;
}

:root {
  --primary: #222;
  --p-light: #FFF;
  --p-dark: #222;
  --black: #333333;
  --white: #fff;
  --grayDivider: #D2D2D2;
}

body {
  position: relative;
  font-size: 1.4rem;
  color: var(--black);
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body p {
  font-size: 1.4rem;
  color: var(--black);
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.container_800 {
  max-width: 800px;
  margin: 0 auto;
}

.container_header {
  padding: 0 3%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.row {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.padding_sec {
  padding: 88px 0;
}

.padding_sec_t {
  padding-top: 88px;
}

.padding_sec_b {
  padding-bottom: 88px;
}

.primary_header {
  width: 100%;
  height: 120px;
  background: var(--white);
}

.header_inner {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_logo {
  display: block;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}

.header_logo:hover {
  opacity: 0.6;
}

.header_logo img {
  max-width: 100%;
  height: auto;
}

.gnav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.gnav_wrap {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav_item {
  margin-right: 40px;
}

.gmenu {
  text-decoration: none;
  color: var(--black);
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  line-height: 1;
}

.gmenu_sm {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--primary);
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1;
}

.gmenu:hover {
  opacity: 0.6;
}

.main-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 600px;
}

.scroll-wrap {
  width: 100px;
  height: 100%;
  background: var(--white);
  position: relative;
}

.scroll-link {
  display: block;
  text-decoration: none;
  transition: all .5s;
}

.scroll-link:hover {
  opacity: .5;
}

.scroll {
  display: block;
  width: 16px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.main-visual {
  width: calc(100% - 100px);
  height: 100%;
  background-image: url(../img/mv1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.news {
  padding: 50px 0;
  width: 100%;
}

.news-wrap {
  width: 100%;
  /* display: -webkit-flex;
  display: -ms-flex;
  display: flex; */
  /* -ms-align-items: center;
  align-items: center;
  justify-content: space-between; */
}

.news-wrap-left,
.news-wrap-right {
  /* display: -webkit-flex;
  display: -ms-flex;
  display: flex; */
  -ms-align-items: center;
  align-items: center;
}

.heading2-en {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .1rem;
  color: var(--primary);
}

.mr50 {
  margin-right: 50px;
}

.news-pagenation-prev,
.news-pagenation-next {
  cursor: pointer;
}

.news-pagenation-prev {
  margin-right: 16px;
}

.top-about {
  width: 100%;
  height: 600px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.top-about-img,
.top-about-content {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
}

.top-about-img {
  text-align: center;
}

.top-about-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-about-content {
  background: var(--p-dark);
  padding-left: 60px;
  padding-right: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.top-about-ttl {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.24);
  margin-bottom: 24px;
}

.heading2-a {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .1rem;
  color: var(--black);
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

.heading2-a-sub {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .1rem;
  color: var(--primary);
  display: block;
  line-height: 1;
  margin-top: 16px;
}

.heading2-a-wh {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .1rem;
  color: var(--white);
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

.heading2-a-wh-sub {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .1rem;
  color: var(--p-light);
  display: block;
  line-height: 1;
  margin-top: 16px;
}

.heading2-b-wh {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .1rem;
  color: var(--white);
  line-height: 1.8;
}

.heading2-b-wh-sub {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .1rem;
  color: var(--p-light);
  display: block;
  line-height: 1;
  margin-top: 16px;
}

.btn-wrap {
  margin-top: 32px;
}

.btn-wrap02 {
  margin-top: 24px;
}

.btn {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all .5s;
}

.btn-top01 {
  width: 300px;
}

.btn-top02 {
  width: 200px;
}

.btn-primary {
  color: var(--primary);
  background: transparent;
  border: solid 2px var(--primary);
}

.btn-primary:hover {
  opacity: .7;
}

.btn-ghost {
  color: var(--white);
  background: transparent;
  border: solid 2px var(--white);
}

.btn-ghost:hover {
  opacity: .7;
}

.top-business-wrap {
  padding-bottom: 160px;
}

.flex01 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.top-business-box {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  position: relative;
}

.top-business-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.top-business-content {
  width: 80%;
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -160px;
  left: 0;
  right: 0;
  margin: auto;
}

.heading3-top {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .1rem;
  color: var(--black);
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}

.heading3-top-sub {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .1rem;
  color: var(--primary);
  display: block;
  line-height: 1;
  margin-top: 12px;
}

.top-gallery {
  margin-bottom: 148px;
  width: 100%;
  height: 400px;
  background-image: url(../img/top_img004.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.top-gallery-wrap {
  position: relative;
  height: 400px;
}

.top-gallery-content {
  width: 640px;
  padding: 60px;
  background: var(--p-dark);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.jc_center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ta_center {
  text-align: center;
}

.ta_center_pc {
  text-align: center;
}

.dn {
  display: none;
}

.txt_wh {
  color: var(--white);
}

.txt_wh1 {
  margin-bottom: 20px;
}

.txt_link_wh {
  text-decoration: none;
  color: var(--white);
}

.txt18 {
  font-size: 1.8rem;
}

.txt18_900 {
  font-size: 1.8rem;
  font-weight: 900;
}

.txt18_med {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
}

.txt30 {
  font-size: 3rem;
}

.txt48 {
  font-size: 4.8rem;
}

.txt12 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

iframe {
  display: block;
}

.footer_p {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.txt_bold {
  font-weight: 600;
}

.txt20 {
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.1rem;
}

.txt24 {
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
}

.txt18_wh {
  color: var(--white);
  font-size: 1.8rem;
}

.footer_tel {
  text-decoration: none;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 400;
}

.footer_logo {
  text-align: center;
}

.footer_btn {
  transition: all .5s;
}

.footer_btn:hover {
  opacity: 0.6;
}

.sns_wrap {
  padding: 30px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns_icon {
  margin-right: 10px;
}

.sns_icon:last-child {
  margin-right: 0;
}

.sns_link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sns_link:hover {
  opacity: 0.5;
}

.footer_link {
  width: 100%;
  padding: 20px 0;
  background: var(--primary);
}

.footer_link_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.fmenu {
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--white);
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 600;
  line-height: 1;
}

.fmenu:hover {
  opacity: 0.6;
}

.footer_link_menu {
  margin-right: 40px;
}

.footer_link_menu:last-child {
  margin-right: 0;
}

.footer_link_wrap {
  margin-bottom: 30px;
}

.copy_right {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 400;
  width: 100%;
  padding: 20px 0;
  background: var(--p-dark);
  text-align: center;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

#page-top a {
  line-height: 85px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: var(--black);
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px var(--black);
  background: rgba(255, 255, 255, 0.8);
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px var(--black);
  border-right: solid 2px var(--black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.gnav_inner_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav_inner_sp.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header_nav_wrap_sp {
  text-align: center;
}

.header_nav_list_sp:not(:last-child) {
  margin-bottom: 20px;
}

.gmenu_sp {
  text-decoration: none;
  font-size: 1.4rem;
  color: var(--primary);
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 600;
}

.icon_menu_txt {
  display: none;
}

.icon_menu {
  content: "";
  display: block;
  border: solid 2px var(--primary);
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10000;
}

.menu_border_box {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_border {
  display: block;
  width: 14px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_border:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.menu_border:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.menu_border:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
  margin-top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
  display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
  margin-top: -7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fixed {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.anchor_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}

.anchor {
  flex: 1 0 25%;
  padding: 0 10px;
}

.anchor_link {
  text-decoration: none;
  display: block;
  color: var(--black);
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  padding: 20px 0;
  border: solid 1px #dbb7a7;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.anchor_link::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: solid 2px #b9856e;
  border-bottom: solid 2px #b9856e;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.anchor_link:hover {
  opacity: 0.7;
}

.anchor_link:hover::after {
  bottom: 10px;
}

.heading1_wrap {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../img/image1_lawer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.heading1_wrap_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading1 {
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.4rem;
}

.heading1_sm {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.2rem;
  margin-top: 5px;
}

.heading3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #313131;
  border-bottom: solid 2px #d2d2d2;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 30px;
}

.heading3::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background: var(--primary);
  position: absolute;
  bottom: -2px;
  left: 0;
}

.heading4 {
  font-size: 1.6rem;
  color: #313131;
  font-weight: 600;
  line-height: 2.8rem;
  padding-left: 16px;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 15px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.heading4::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lawer_sec {
  padding: 80px 0;
}

.lawer_content_wrap {
  margin-bottom: 60px;
}

.lawer_content_inner {
  margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
  margin-bottom: 0;
}

.lawer_content_flex01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.lawer_content_flex01_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  padding: 0 15px;
}

.lawer_content_flex01_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  padding: 0 15px;
}

.lawer_content_flex01_left img {
  max-width: 100%;
  height: auto;
}

.table {
  width: 100%;
}

.table,
.table_row_inner {
  list-style: none;
}

.table_row_inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: solid 1px #ebebeb;
}

.table_row_inner02 {
  padding: 20px 10px;
  border-bottom: solid 1px #ebebeb;
}

.table_item_left {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.table_item_left02 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.table_item_left03 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.table_list_content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.table_tel_link {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--black);
  font-weight: 400;
}

.table_item_right {
  font-size: 1.8rem;
  color: var(--black);
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: right;
}

.table_item_left03_wh {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--white);
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: left;
}

.table_list_content_wh {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--white);
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  text-align: left;
}

.table_tel_link_wh {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--white);
  font-weight: 400;
}

.txt12_grey {
  font-size: 1.2rem;
  color: var(--black);
  font-weight: 400;
  line-height: 1.8rem;
  padding-left: 10px;
}

.txt22_grey_bold {
  font-size: 2.2rem;
  color: var(--black);
  font-weight: 700;
}

.label_recommend {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  padding: 5px 8px;
  border-radius: 2px;
  background: #eb3d4d;
}

.db {
  display: block;
}

.gallery_content_sec {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery_content_sec_item_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 10px;
}

.gallery_content_sec_item {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.gallery_content_sec_item img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 4%;
}

.lawer_img {
  width: 100%;
}

.lawer_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slick-slide.moving {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.bt.delighter {
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

.bt.delighter.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.fade_t {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.1s;
  transition: 1s 0.1s;
}

.fade_t02 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}

.fade_t03 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}

.form_wrap {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.CMS-FORM-GROUP {
  margin-bottom: 20px;
}

.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
  display: block;
  font-weight: 600;
}

.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #d4d4d4;
}

.CMS-FORM-RADIO-LABEL {
  font-weight: 600;
}

.submit {
  width: 200px;
  height: 60px;
  border-radius: 4px;
  background: var(--primary);
  color: var(--white);
  cursor: pointer;
}


/*  ----------------------------------------------------------

news

----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* padding-bottom: 60px; */
  max-width: 980px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
}

.CMS-NEWS-INDEX img {
  width: 100%;
  height: auto;
}

.CMS-NEWS-INDEX a {
  text-decoration: none;
}

.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.CMS-NEWS-INDEX>* {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}

.CMS-NEWS-INDEX>*:nth-of-type(3n) {
  margin-right: 0;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 10px 0 12px 0;
  position: relative;
  font-weight: bold;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 3px var(--primary);
  bottom: -3px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

.CMS-NEWS-ITEM a {
  transition: all 0.3s;
  display: block;
  padding: 0 0 2rem;
  /* text-decoration: underline; */
  text-decoration: none;
}

.CMS-NEWS-ITEM a:hover {
  opacity: 0.6;
}

.CMS-NEWS-TIME {
  display: block;
  margin-top: 15px;
  color: #111;
}

.CMS-NEWS-LINK {
  display: block;
  line-height: 1.6;
  color: #111;
}

/* read more */
.CMS-NEWS-MORE-READ {
  background: #111;
  border: none;
  border-radius: 0.2rem;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  margin: 4rem auto 0 auto;
  width: 24rem;
  display: block;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  display: none;
}

.CMS-NEWS-MORE-READ:hover {
  cursor: pointer;
  opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

/* .CMS-NEWS-MORE-READ {
	background: #da1209;
	border: none;
	border-radius: 0.2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin: 4rem auto 0 auto;
	width: 24rem;
	display: block;
	transition: all 0.3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	display: none;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
	display: none;
} */

.top-news .btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .CMS-NEWS-INDEX {
    display: block;
    /* padding-bottom: 100px; */
    padding: 0px 10% 0 10%;
    margin-top: 50px;
  }

  .CMS-NEWS-INDEX>* {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .CMS-NEWS-INDEX>*:last-of-type {
    margin-bottom: 0;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-NEWS-ITEM a {
    display: block;
    color: #111;
  }

  .CMS-NEWS-LINK {
    display: block;
    width: auto;
    color: #111;
  }
}


.junbi {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 80px;
}

.form-submit {
  text-align: center;
}

.CMS-FORM-GROUP input[type=submit] {
  width: 200px;
  margin: 0 auto;
  display: inline-block;
  padding: 2rem 0;
}

.news {
  max-width: 980px;
  margin: 8rem auto;
  padding: 0 20px;
}

.news-btn {
  color: var(--p-dark);
  background: transparent;
  border: solid 2px var(--p-dark);
  margin: 0 auto;
}

.CMS-NEWS-DETAIL {
  max-width: 980px;
  margin: 5rem auto;
  padding: 0 20px;
}

.top_sns {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(../img/top-sns.jpg) center / cover no-repeat;
}

.top_sns_share {
	text-align: center;
	display: block;
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 20px 0;
}

.sns_wrap {
	padding: 30px 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.top_sns_share {
		display: block;
		padding: 80px 0 0;
		margin-bottom: -1px;
	}

	img.instagram-post-image {
		width: 30%;
		padding-bottom: 1%;
	}
}

.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 0 5rem;
    gap: 2rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 9) {
    display: none;
}

.CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top_sns_heading {
    display: flex;
    justify-content: center;
    padding-top: 10rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.top_sns_share {
    position: relative;
}

.top_sns_share .img-1 {
	width: 11rem;
	position: absolute;
	right: 3rem;
	top: 3rem;
}

@media screen and (max-width: 767px) {
    .top_sns_heading {
        padding-top: 13rem;
    }

    .CMS-INSTAGRAM-LIST {
        padding: 4rem 3rem 8rem;
        gap: 1rem;
        grid-template-columns: 1fr 1fr;
    }

    .CMS-INSTAGRAM-LIST img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .top_sns_share::after {
        background-size: 8.6rem 33.9rem;
        width: 14.6rem;
        height: 60.9rem;
    }
}

/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	width: 90%;
	margin: 8rem auto;
}	
.gallery-list li {
	list-style: none;
	margin: 0 1rem 2rem 1rem;
}
.gallery-list img {	
	border-radius: 50%;
	height: 14vw;
	width: 14vw;
	object-fit: cover;	
}
.gallery-list span {	
	display: block;
	font-size: 1.2rem;
	line-height: 1.7;
	margin: 1.2rem 0 0 0;
	text-align: center;
	width: 14vw;
}
.object-fit-img {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
@media screen and (max-width: 767px) {
	.gallery-list {
		margin: 4rem auto;
		width: 95%;
	}	
	.gallery-list li {
		margin: 0 .5rem 1.5rem .5rem;
	}	
	.gallery-list img {	
		width: 20vw;
		height: 20vw;
	}
	.gallery-list span {	
		font-size: 1rem;
		line-height: 1.6;
		margin: 1rem auto 0 auto;
		width: 20vw;
	}
}

/*  ----------------------------------------------------------

policy

----------------------------------------------------------  */
.top-policy {
	padding: 10rem 0 10rem 25rem;
	background-color: #111;
	position: relative;
}

.top-policy h2 {
	margin-bottom: 4rem;
}

.top-policy .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	position: relative;
	z-index: 10;
}

.top-policy .wrap figure {
	width: 65%;
	margin-left: -5%;
}

.top-policy .wrap>div {
	width: 40%;
}

.top-policy .heading-1 {
	text-align: left;
}

.top-policy .heading-1 span {
	align-items: flex-start;
}

.heading-1 span::after {
	margin: 0.8rem 0 0.8rem -1rem;
}

.top-policy h3 {
	font-weight: normal;
	font-size: 2.2rem;
}

.top-policy p {
	margin: 3rem 9rem 2rem 0;
}

.top-policy .img {
	width: 24rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	.top-policy {
		padding: 10rem 3rem;
	}

	.top-policy h2 {
		margin-bottom: 4rem;
	}

	.top-policy .wrap {
		display: block;
	}

	.top-policy .wrap figure {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3rem;
	}

	.top-policy .wrap>div {
		width: 100%;
	}

	.top-policy .img {
		width: 18rem;
		position: absolute;
		left: initial;
		right: 0;
		bottom: 26rem;
	}

	@media screen and (max-width: 414px) {
		.top-policy .img {
			bottom: 36rem;
		}
	}
}

/* ttl */
.ttl {
	border-bottom: solid 1px rgba(110, 175, 180,0.4);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	font-weight: normal;
}
.ttl:after {
  border-bottom: solid 4px #6eafb4;
  bottom: -4px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.container .wrap {
  display: flex;
  justify-content: space-between;
}

.container .wrap > figure {
  width: 35%;
}

.container .wrap > figure img{
  width: 100%;
  height: auto;
}

.container .wrap > div {
  width: 60%;
}

.margin {
	margin: 50px 0;
}

.menu-img {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
	.container .wrap {
		display: block;
	}
	.container .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.container .wrap > div {
		width: 100%;
	}
}