@charset "UTF-8";

/* ******************************
   変数設定など
   ****************************** */
:root {

  /* カラー(ボタン背景色など) */
  --main-color: #e1c064;
  --sub-color: #bb1d1d;
  /*--txt-color: #181818;*/
  --txt-color: #282828;

  /*--bg-color: #FFFFFF;*/
  --bg-color: #172646;

  /* フォント関連 */
  --font-ja: "Zen Maru Gothic", sans-serif;
  --font-en: "Zen Maru Gothic", sans-serif;
  /*--font-en: "Outfit",'Noto Sans JP', sans-serif;*/
  /*--font-en: "Oswald", 'Noto Sans JP',sans-serif;*/

}


/* ******************************
   全体設定
   ****************************** */
body{
  font-family:   "Zen Maru Gothic",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  /*letter-spacing: 0.075em;*/
  letter-spacing: 0.05em;
  color: var(--txt-color);
  /*  background: var(--bg-color);*/

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

#root{
  overflow: hidden;
}


/* ******************************
   コンテナ設定＋画面端までの距離
   ****************************** */
:root {

  /* 画面端までの距離（通常） */
  --margin-for-device-side: -15px;

  /* 画面端までの距離（ワイド） */
  --margin-for-device-side-w: -15px;

}
@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
    --margin-for-device-side-w: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
    --margin-for-device-side-w: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 50vw);
    --margin-for-device-side-w: calc(555px - 50vw);
  }
}
@media (min-width:1366px){

  /* コンテナサイズ:1286px */
  .container.wide{
    max-width: calc(1286px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }

  :root {
    --margin-for-device-side-w: calc(643px - 50vw);
  }

}
@media (min-width:1470px){

  /* コンテナサイズ:1370px */
  .container.wide{
    max-width: calc(1370px + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
  :root {
    --margin-for-device-side-w: calc(685px - 50vw);
  }

}
@media (min-width:1720px){

  /* コンテナサイズ:1520px */
  .container.wide{
    max-width: calc(1520px + 200px);
    padding-left: 100px;
    padding-right: 100px;
  }
  :root {
    --margin-for-device-side-w: calc(760px - 50vw);
  }
}


/* ******************************
   
   ****************************** */

/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
  /*  background: var(--bg-color);*/
}

@media (max-width:767px){
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  letter-spacing: 0.075em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  color: var(--main-color);
  text-decoration: none;
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1720px){
  .fw_nobr br{
    display: none !important;
  }
}
@media (min-width:1536px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .md:not(.pc){
    display: none!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}


/* 指定デバイスで改行を消す */
@media (min-width:1720px){
  .fw_nobr br{
    display: none !important;
  }
}
@media (min-width:1520px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}

@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}


/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}


/*******************************
*　ヘッダー
********************************/
.header{

}
.hdr1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  background: var(--bg-color);
}

.footer .ftr_1{
  position: relative;
  z-index: 2;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  width: 150px;
  transition: 0.2s all;
}

/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* TELボタン */
.hdr_tel{
  text-align: center;
}
.hdr_tel_txt1{
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1;
}
.hdr_tel_txt1 a{

}
.hdr_tel_txt1 a p:before{
  content: "\f095";
  display: inline-block;
  font-size: 0.85em;
  font-weight: 400;
  font-family: "fontAwesome";
  margin-right: 7px;
  transform: rotate(13deg);
}
.hdr_tel_txt2{
  font-size: 12px;
}
.hdr_tel_link{

}
.hdr_tel_link p{

}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_contact a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: var(--main-color);
  color: #FFF;
  width: 120px;
  height: 100px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
  font-family: var(--font-en);
}
.hdr_contact a.email:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 0;
}
.hdr_contact a:hover{
  background: var(--sub-color);
  color: #FFF;
}
.hdr_contact a p{
  width: 100%;
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  width: 24px;
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{
  display: block;
}
.hdr_sns a + a{
  margin-left: 10px;
}


@media (min-width:375px){

}
@media (max-width:767px){
  .header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 2;
  }

  .hdr1 {
    justify-content: center;
  }

  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  .hdr_tel{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }

}
@media (min-width:768px){

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 100px;
  }
  .header{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 19px 21px 19px 26px;
    transition: all .2s;
  }

  .hdr1{
    padding: 0;
    padding-left: 20px;
  }

  /* ロゴ */
  .hdr_logo img{
    width: auto;
  }

  /* ヘッダースリム */
  .header.slim{
    background: #fff;
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
    white-space: nowrap;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }
  .hdr_contact a{
    width: 120px;
    height: 100px;
    font-size: 14px;
  }


  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
    width: calc(150px * 0.8);
    width: auto;
  }
  .header.slim .hdr_contact a{
    height: 80px;
  }

}
@media (min-width:1024px){


  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    /*font-size: 20px;*/
  }

}
@media (min-width:1200px){

  .hdr1{
    padding-left: 20px;
  }

  /* ロゴ */
  .hdr_logo{
    padding-bottom: 21px;
  }
  .hdr_logo img{
    width: auto;
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
    width: calc(150px * 0.8);
    width: auto;
  }
  .header.slim .hdr_contact a{
    height: 80px;
  }

}
@media (min-width:1366px){

  body{
    padding-top: 80px;
  }

  .hdr1{
    padding-left: 20px;
  }
  .hdr_logo img{
    width: auto;
  }

  .hdr_contact a{
    width: 100px;
    height: 80px;
    font-size: 12px;
  }
  .hdr_tel{
    margin-left: 20px;
  }
  .hdr_tel_txt1{
    font-size: 22px;
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
    width: calc(120px * 0.8);
  }
  .header.slim .hdr_contact a{
    height: 60px;
  }
}
@media (min-width:1470px){
  .hdr1{
    padding-left: 20px;
  }
  .hdr_logo img{
    width: 230px;

  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
    width: calc(230px * 0.8);
  }
  .header.slim .hdr_contact a{
    /*height: 60px;*/
  }

}
@media (min-width:1536px){

  body{
    padding-top: 80px;
  }

  .hdr_contact a{
    width: 120px;
    height: 100px;
    font-size: 14px;
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
    /*width: calc(150px * 0.8);*/
  }
  .header.slim .hdr_contact a{
    height: 80px;
  }
}
@media (min-width:1720px){



  .hdr1{
    padding-left: 50px;
  }
  .hdr_logo img{
    width: auto;
  }

  .hdr_tel_txt1{
    font-size: 24px;
  }

  .hdr_contact a{
    width: 120px;
    height: 100px;
    font-size: 14px;
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
    width: calc(199px * 0.8);
  }
  .header.slim .hdr_contact a{
    height: 80px;
  }
}

/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-inline:4.1%;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img img{
  border-radius: 80px;
}
.mv_img.img_fit:before{
  padding-top: 250px;
  padding-top: calc(100vh - 57px);
  padding-top: calc(100svh - 57px);
}
.mv_img.img_fit:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  border-radius: 80px;
  border-radius: 0 0 50px 50px;
}
.mv_inner{
  position: relative;
}

/* MVテキスト */
.mv_catch{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
}
.mv_catch_txt1{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.mv_catch_txt1 span{
  display: inline-block;
  border-bottom: 1px solid;
}
.mv_catch_txt1 br+span{
  margin-top: 5px;
}
.mv_catch_txt2{
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}

.mv_catch_en{
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;

  font-size: 100px;
  font-family: var(--font-en);
  letter-spacing: 0;
  opacity: 0.3;
}
.mv_catch_en p{
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  margin-right: 0.5em;
}
.mv_catch_en p+p{
  /*margin-left: 0.5em;*/
}

.mv_text{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.mv_text_en{
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
}
.mv_text_en:before{
  content: "-";
  margin-right: 20px;
}
.mv_text_en:after{
  content: "-";
  margin-left: 20px;
}
.mv_text_ja{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 40px auto 0;
}
.mv_text_ja p{
  letter-spacing: 0.2em;
}

h1.mv_text_ja{
  margin-top: 0;
}




/* スライダーの場合 */
.mv_slider{

}
.mv_slider_item{
  position: relative;
  z-index: 1;
}

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}

@media (max-width:767px){
  .mv_catch {
    top: 65%;
  }
  .mv{
    padding:0;
  }
  .mv_img img{
    border-radius: 0 0 50px 50px;
  }
}
@media (min-width:768px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }

  /* MVテキスト */
  .mv_text{

  }
  .mv_text_en{
    font-size: 20px;
  }
  .mv_text_ja{
    font-size: 32px;
  }
  .mv_img.img_fit:after{
    border-radius: 80px;
  }

}
@media (min-width:1024px){


  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }



}
@media (min-width:1200px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 820px;
    padding-top: calc(100vh - 100px);
    padding-top: 750px;
  }

  /* MVテキスト */
  .mv_text{
    top: 58%;
  }
  .mv_text_en{
    font-size: 26px;
  }
  .mv_text_ja{
    font-size: 38px;
  }

}
@media (min-width:1366px){

  /* MV */
  .mv_img.img_fit:before{
    padding-top: calc(100vh - 80px);
    padding-top: 750px;
  }

}
@media (min-width:1720px){

  /* MV */
  .mv_img.img_fit:before{
    padding-top: calc(100vh - 100px);
    padding-top: 750px;
  }

}

/*******************************
*　サイドバー
********************************/

/* サイドバー */
.sidebar{
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* バナー */
.sidebar_bn{
  display: block;
}
.sidebar_bn img{
  width: 40px;
  transition: 0.2s all;
}
.sidebar_bn:hover{

}
.sidebar_bn:hover img{
  transform: scale(1.05);
  filter: brightness(1.05);
}


@media (min-width:768px){

  /* サイドバー */
  .sidebar{
    top: 50%;
  }

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: 60px;
  }


}
@media (min-width:1024px){

}
@media (min-width:1200px){

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: auto;
  }

}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.pg_header_title{
  color: #FFF;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.pg_header_title_ja{
  font-size: 20px;
  font-weight: 500;
}
.pg_header_title_en{
  font-size: 14px;
  font-family: var(--font-en);
  font-weight: 500;
  color: var(--sub-color);
}
.pg_header_mv{
  position: relative;
  z-index: 1;
  margin-right: 15px;
  margin-left:  15px;
}
.pg_header_mv.img_fit{
  border-radius: 20px;
}
.pg_header_mv.img_fit:before{
  padding-top: 150px;
}
.pg_header_mv:after{
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}


@media (min-width:768px){

  .pg_header{
    margin-bottom: 60px;
  }
  .pg_header_title{
  }
  .pg_header_title_ja{
    font-size: 26px;
  }
  .pg_header_title_en{
    font-size: 14px;
    margin-top: 5px;
  }
  .pg_header_mv{
    position: relative;
    z-index: 1;
    margin-right: 15px;
    margin-left:  15px;
  }
  .pg_header_mv.img_fit{
    border-radius: 20px;
  }
  .pg_header_mv.img_fit:before{
    padding-top: 200px;
  }

}
@media (min-width:1024px){

  .pg_header{
    /*margin-bottom: 40px;*/
    margin-bottom: 100px;
  }
  .pg_header_title{
  }
  .pg_header_title_ja{
    font-size: 30px;
  }
  .pg_header_title_en{
    /*font-size: 14px;*/
  }
  .pg_header_mv{
    position: relative;
    z-index: 1;
    margin-right: 30px;
    margin-left:  30px;
  }
  .pg_header_mv.img_fit{
    border-radius: 30px;
  }
  .pg_header_mv.img_fit:before{
    padding-top: 200px;
  }

}
@media (min-width:1200px){

  .pg_header{
    margin-bottom: 180px;
  }
  .pg_header_title{
  }
  .pg_header_title_ja{
    font-size: 40px;
  }
  .pg_header_title_en{
    /*font-size: 14px;*/
  }
  .pg_header_mv{
    position: relative;
    z-index: 1;
    margin-right: 80px;
    margin-left:  80px;
  }
  .pg_header_mv.img_fit{
    border-radius: 80px;
  }
  .pg_header_mv.img_fit:before{
    padding-top: 550px;
  }

}




/*******************************
*　共通パーツ
********************************/


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
  padding: 10px 15px;
  letter-spacing: 0.075em;
}
.table_rows_th{
  background-color: #eeeeee;
  vertical-align: top;
  border-right: 0;
}
.table_rows_td{
  background-color: #eeeeee;
  vertical-align: top;
  border-left: 0;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
  color: #000;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}

.webgene-pagination li.next a,
.webgene-pagination li.prev a{
  display: flex;
  align-items: center;
  font-size: 14px;
  /*  border-bottom: 1px solid #1a1a1a;*/
  padding:  4px 0;
}
.webgene-pagination li.next a:after,
.webgene-pagination li.prev a:before{
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.webgene-pagination li.next a:after{
  margin-left: 10px;
  background-image: url(/system_panel/uploads/images/arrow_r2.png);
}

.webgene-pagination li.prev a:before{
  margin-right: 10px;
  background-image: url(/system_panel/uploads/images/arrow_r3.png);
}

.webgene-pagination li.next a:hover:after{
  /*margin-right: -5px;*/
  /*transform: translateX(3px);*/
  transform: scale(1.04);
}
.webgene-pagination li.prev a:hover:before{
  /*margin-left: -5px;*/
  /*transform: translateX(-3px);*/
  transform: scale(1.04);
}

/* アンカー */
.anchor{
  position: relative;
  top: -30px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.read_more a{
  display: block;
  /*width: 250px;*/
  /*  min-width: 140px;*/
  max-width: 255px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-ja);
  text-align: center;
  background: var(--main-color);
  color: #FFF;
  padding: 15px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  border-bottom: 1px solid #FFF;
  border-radius: 22.5px;
  border: 1px solid transparent;
}
.read_more_a p{
  letter-spacing: 0.05em;
  /*letter-spacing: 0;*/
}
.read_more a:after{
  content: "→";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more.insta a:after{
  content: "";
  display: block;
  width: 22px;
  aspect-ratio:1;
  background-image: url(/system_panel/uploads/images/gaibu.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.read_more a:hover{
  color: #000;
  background: #fff;
  border: 1px solid var(--main-color);
}
.read_more a:hover:after{
  /*margin-right: -5px;*/
}
.read_more_a.bk{
  color: #000;
  border-color: #000;
}
.read_more_a.bk:after{
  background-image: url('/system_panel/uploads/images/arrow_r2.png');
}
.read_more_a em{
  font-size: 0.875em;
  font-style: normal;
  font-weight: inherit;
  font-family: var(--font-ja);
}

/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 30px;
}
.tt2_en{
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.075em;
  color: var(--main-color);
}
.tt2_en.center{
  text-align: center;
}
.tt2_ja{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

/*小見出し*/
.sec_sub_title{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.625em;
}

/*説明*/
.content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125em;
  text-align: justify;
}

/*マスク ベース*/
.mask_img img{
  width: 100%;
  max-width: none;
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  position: relative;
}


/*装飾*/
.pos{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:1023px){

}
@media (max-width:767px){

  /* スマホ用テーブル */
  .table_rows.resp{

  }
  .table_rows.resp,
  .table_rows.resp .table_rows_tr,
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    display: block;
    width: 100%;
    border: 0;
  }

  .table_rows.resp{
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }

  .sec_sub_title{
    font-size: 20px;
  }
}
@media (min-width:768px){

  .section{
    padding-top: 75px;
    padding-bottom: 0;
  }
  .section.sec1{
    padding-top: 75px;
  }

  .anchor{
    top: -150px;
  }

  /* ページネーション */
  .webgene-pagination {
    margin-top: 50px;
  }

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    /*width: 285px;*/
    font-size: 16px;
    /*padding: 16px 20px;*/
    margin: 5px 5px;
  }
  .read_more a:after{
    /*right: 18px;*/
  }
  .read_more_a:hover:after{
    /*margin-right: -5px;*/
  }

  /* 見出し */
  .tt2{
    margin-bottom: 30px;
  }
  .tt2_en{
    font-size: 30px;
  }
  .tt2_ja{
    font-size: 18px;
    margin-top: 5px;
  }
  .tt2.left{
    text-align: left;
  }
  .tt2.left .tt2_ja{
    margin-left: 2px;
    margin-right: 10px;
    justify-content: flex-start;
  }

  /*小見出し*/
  .sec_sub_title{
    font-size: 40px;
  }


}
@media (min-width:1024px){

  /* ページネーション */
  .webgene-pagination{
    margin-top: 80px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }

  /* 見出し */
  /*.tt2{
    margin-bottom: 30px;
  }
  .tt2_en{
    font-size: 72px;
  }
  .tt2_ja{
    font-size: 18px;
    margin-top: 5px;
  }
  .tt2.left{
    text-align: left;
  }
  .tt2.left .tt2_ja{
    margin-left: 2px;
    margin-right: 10px;
    justify-content: flex-start;
  }*/

  /*小見出し*/
  .sec_sub_title{
    font-size: 36px;
    margin-top: 23px;
  }

  .content_desc.center{
    text-align: center;
  }
}
@media (min-width:1200px){

  .section{
    padding-top: 0;
    padding-bottom: 0;
  }
  .section.sec1{
    padding-top: 140px;
  }



}


@media (min-width:1366px){

  /* 見出し */
  /* 見出し */
  .tt2{
    margin-bottom: 30px;
  }
  .tt2_en{
    font-size: 30px;
  }
  .tt2_ja{
    font-size: 18px;
    margin-top: 5px;
  }

  /*小見出し*/
  .sec_sub_title{
    font-size: 40px;
    margin-right: -20px;
  }
}

@media (min-width:1720px){

}

.swiper-pagination{
  position: static;
  margin-top: 5px;
}
.swiper-pagination-bullet{
  background-color: var(--main-color);
}
.swiper-pagination-bullet-active{
  background-color: var(--sub-color);
}



/*******************************
*　HOME
********************************/
.pg_home{

}
.pg_home .section.sec1{
  padding-top: 60px;
}
.pg_home .section.sec2{
  padding-top: 53px;
  position: relative;
}
.pg_home .section.sec3{
  padding-top: 53px;
  position: relative;
}
.pg_home .section.sec4{
  padding-top: 60px;
}
.pg_home .section.sec5{
  padding-top: 60px;
  position: relative;
}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}
.pg_home .section.sec8{

}

@media (max-width:767px){

}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding-top: 80px;
  }
  .pg_home .section.sec2{

  }
  .pg_home .section.sec3{
    padding-top: 200px;
  }
  .pg_home .section.sec4{
    padding-top: 119px;
  }
  .pg_home .section.sec5{
    padding-top: 100px;
  }
  .pg_home .section.sec6{

  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){
  .pg_home .section.sec1{
    padding-top: 80px;
  }
  .pg_home .section.sec2{

  }
  .pg_home .section.sec3{
    padding-top: 220px;
  }
  .pg_home .section.sec4{
    padding-top: 119px;
  }
  .pg_home .section.sec5{
    padding-top: 140px;
  }
  .pg_home .section.sec6{

  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

/*メイン*/
.pos.home1{
  width:96.29%;;
  aspect-ratio:520 / 423;
  background-image: url(/system_panel/uploads/images/home_pos_right.png);
  top: 0;
  left: 41.85%;
}
.pos.home2{
  width:53.51%;;
  aspect-ratio:289 / 267;
  background-image: url(/system_panel/uploads/images/home_pos_left.png);
  top: -2%;
  left: -26.66%;;
}
.pos.home3{
  width:10.52%;;
  aspect-ratio:202 / 544;
  background-image: url(/system_panel/uploads/images/home3.png);
  top: -7%;
  left: 0;;
}
.pos.home4{
  width:13.59%;;
  aspect-ratio:261 / 607;
  background-image: url(/system_panel/uploads/images/home4.png);
  bottom: -17.5%;
  right: 0;;
}
.pos.home5{
  width:19.21%;;
  aspect-ratio:369 / 712;
  background-image: url(/system_panel/uploads/images/home_pos4.png);
  top: 17.5%;
  left: 0;;
}
.pos.home6{
  width:27.29%;;
  aspect-ratio:524 / 1063;
  background-image: url(/system_panel/uploads/images/home_pos5.png);
  bottom: -19.8%;
  left: 0;;
}
.pos.home7{
  width:18.38%;;
  aspect-ratio:353 / 580;
  background-image: url(/system_panel/uploads/images/home_pos6.png);
  bottom: 21.8%;
  right: 0;;
}
.pos.home8{
  width:16.51%;;
  aspect-ratio:317 / 607;
  background-image: url(/system_panel/uploads/images/home8.png);
  top: -21.8%;
  right: 0;;
}
.pos.home9{
  width:21.14%;;
  aspect-ratio:406 / 712;
  background-image: url(/system_panel/uploads/images/home9.png);
  bottom: -36.8%;
  left: 0;;
}


.home_contents1_wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.home_contents1_box1{
  width: 100%;
  position: relative;
}
.home_contents1_box1 .sec_sub_title{
  margin-top: 20px;
}
.home_contents1_box1 .content_desc{
  margin-top: 20px;
}
.home_contents1_box1 .read_more{

}
.home_contents1_box2{
  width:85%;
  position: relative;
  margin-top: 30px;;
}
.home_contents1_box2_img{
  aspect-ratio: 544 / 502;
  margin-top: 50px;
}
.home_contents1_box2_img img{

  -webkit-mask-image: url(/system_panel/uploads/images/mask1.png);
  aspect-ratio: 546 / 503;
}
.home_contents1_box2_img:before{

}
.home_contents1_img{
  margin-top: 30px; 
}

/*mind*/
.home_contents2_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 16px;
  position: relative;
  background: #f6f6f6;
  border-radius: 30px;
}
.home_contents2_wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f0dc;
  position: absolute;
  top: 108px;
  left: -60px;
  z-index: -1;
  border-radius: 30px; 
}
.home_contents2_box1{
  width: 100%;
}
.home_contents2_box1_inner{
  display: flex;
  flex-wrap: wrap;
}
.home_contents2_item{
  width: 50%;
  position: relative;
}
.home_contents2_item:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.home_contents2_item:after{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.home_contents2_item:nth-child(1):before{
  background-image: url(/system_panel/uploads/images/mindpos1.png);
  width:66px;
  aspect-ratio:66 / 36;
  top: -28px;
  left: -1px;
}
.home_contents2_item:nth-child(1):after{
  background-image: url(/system_panel/uploads/images/mindpos2.png);
  width: 40px;
  aspect-ratio: 50 / 83;
  right: -27px;
  top: -10px;

}
.home_contents2_item:nth-child(2):before{
  background-image: url(/system_panel/uploads/images/mindpos4.png);
  width: 40px;
  aspect-ratio:72 / 82;
  right: -10px;
  bottom: 30px;
}
/*.home_contents2_item:nth-child(2):after{
background-image: url();
width: ;
aspect-ratio:;
}*/
.home_contents2_item:nth-child(3):before{
  background-image: url(/system_panel/uploads/images/mindpos5.png);
  width: 40px;
  aspect-ratio:72 / 73;
  left: -12px;
  bottom: 38px;
}
/*.home_contents2_item:nth-child(3):after{
background-image: url();
width: ;
aspect-ratio:;
}*/
.home_contents2_item:nth-child(4):before{
  background-image: url(/system_panel/uploads/images/mindpos3.png);
  width: 40px;
  aspect-ratio:87 / 76;
  left: -21px;
  top: 0;
}
/*.home_contents2_item:nth-child(4):after{
background-image: url();
width: ;
aspect-ratio:;
}*/

.home_contents2_item_inner{
  text-align: center;
}
.home_contents2_item_img{

}
.home_contents2_item_txt{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.36em;
  text-align: center;
  margin-top: 15px;
}
.home_contents2_box2{
  width: 100%;
  margin-top: 30px;;
}
.home_contents2_box2_tt{

}
.home_contents2_box3{
  width: 100%;
  margin-top: 40px;
}
.home_contents2_box3 .content_desc{

}
/*mind 装飾*/
.mind1{

}

/*サービス*/
.sec_sub_title strong{
  font-size:  30px;
}
.home_contents3_items{
  margin-top: 40px;
}
.home_contents3_item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c8bfa5;
  padding-bottom: 50px;
}
.home_contents3_item:nth-child(n+2){
  padding-top: 50px;
}
.home_contents3_item:last-child{
  border-bottom: none;
}
.home_contents3_box1{
  width: 100%;
  position: relative;
}
.home_contents3_box1_img{

}
.home_contents3_box1_img:before{
  padding-top: 73.82%;
}
.home_contents3_box1_img img{
  border-radius: 80px;
}
.home_contents3_box2{
  width: 100%;
  margin-top: 20px;

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

}
.home_contents3_box2_tt_h3{
  font-size: 23px;
  font-weight: 700;
}
.home_contents3_box2_title .tt2_en{

}
.home_contents3_box2_tt_right{
  width: 100px;
  aspect-ratio:1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
.home_contents3_box2_tt_right_txt1{
  font-size: 20px;
  font-weight: 700;
}
.home_contents3_box2_tt_right_txt2{
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.home_contents3_box2_sub_tt{
  font-weight: 700;
  margin-top: 16px;
}
.home_contents3_box2 .content_desc{
  margin-top: 20px;
}
.home_contents3_box2 .read_more{

}
.home_contents3_box1_img_illust{
  position: absolute;
  z-index: 2;

}
.home_contents3_box1_img_illust img{
  border-radius: 0;
}
.home_contents3_item:nth-child(1) .home_contents3_box1_img_illust{
  width:29.39%;
  aspect-ratio:219 / 198;
  bottom: -7%;
  left: 0;
}
.home_contents3_item:nth-child(2) .home_contents3_box1_img_illust{
  width:25.5%;
  aspect-ratio:190 / 132;
  bottom: -8%;
  right: 0;
}
.home_contents3_item:nth-child(3) .home_contents3_box1_img_illust{
  width:26.57%;
  aspect-ratio:198 / 164;
  bottom: -9%;
  left: 0;
}
.home_contents3_item:nth-child(4) .home_contents3_box1_img_illust{
  width:25.1%;
  aspect-ratio:1;
  bottom: -13%;
  right: 0;
}

.content_desc.lg{
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}

/*お知らせ*/
.home_contents4_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_contents4_box1{
  width: 100%;
}
.home_contents4_box1 .home_contents2_box2_tt{

}
.home_contents4_box1 .sec_sub_title{

}
.home_contents4_box1 .tt2_en{

}
.home_contents4_box2{
  width: 100%;
  margin-top: 30px;
}
.home_contents4_box2 .posts_list{

}
.home_contents4_box2 .posts_list .webgene-blog{

}
.home_contents4_box2 .posts_list .webgene-item{

}
.home_contents4_box2 .posts_list .webgene-item a:hover:after{
  right: 40px;
}
.home_contents4_box2 .posts_list .webgene-item .date{

}
.home_contents4_box2 .posts_list .webgene-item .category{
  width: 95px;
}
.home_contents4_box2 .posts_list .webgene-item .title{

}
.home_contents4_wrap .read_more{

}

/*isnta*/
.insta_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.insta_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.insta_list .webgene-item:nth-child(n+3){
  margin-top: 10px;
}
.insta_list .webgene-item a{

}
.insta_list_item_inner:before{
  padding-top: 133.69%;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pos.home2{
    top: -10%;
  }
  .pos.home7{
    bottom: 15.8%;
  }


  .home_contents2_wrap{
    padding: 60px 16px;
  }
  .home_contents2_wrap:after{
    top: 20px;
    left: -20px;
  }
  .home_contents2_box1_inner{
    justify-content: space-between;
  }
  .home_contents2_item{
    width: 49%; 
  }
  .home_contents2_item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_contents2_item_img{
    width: 100px;
    margin: 0 auto;
    min-height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_contents2_item_txt{
    font-size: 15px;
  }
  .home_contents2_item_txt p{
    letter-spacing: 0;
  }

  .home_contents3_item:nth-child(2) .home_contents3_box1_img_illust{
    bottom: -3%;
  }

  .home_contents4_box2 .posts_list .webgene-item a:after{
    content: "→";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: 0.2s all;
  }
  .home_contents4_box2 .posts_list .webgene-item .title{
    width: calc(100% - 30px);
  }

  .home_contents3_item:nth-child(4) .home_contents3_box1_img_illust{
    bottom: -6%;
  }

  .sec_sub_title.relax h2{
    font-size: 22px;
  }

  .home_contents3_box2_tt_h3{
    font-size: 20px;
  }
}
@media (min-width:768px){
  /*メイン*/
  .pos.home2{
    top: 3%;
  }
  .pos.home6{
    bottom: 0.2%;
  }
  .pos.home8{
    top: -5.8%;
    right: 0;;
  }

  .home_contents1_wrap{

  }
  .home_contents1_box1{

  }
  .home_contents1_box1 .sec_sub_title{
    margin-top: 24px;
  }
  .home_contents1_box1 .content_desc{
    margin-top: 28px;
  }
  .home_contents1_box1 .read_more{
    margin-top: 47px;
  }
  .home_contents1_box2{
    width: 80%;
    margin-top: 0;
  }
  .home_contents1_box2_img{
    margin-top: 160px;
  }
  .home_contents1_box2_img img{

  }
  .home_contents1_box2_img:before{

  }

  /*mind*/
  .home_contents2_wrap{
    background: #f6f6f6;
    border-radius: 80px;
    padding: 30px;
  }
  .home_contents2_wrap:after{
    border-radius: 80px; 
  }
  .home_contents2_box1{

  }
  .home_contents2_box1_inner{

  }
  .home_contents2_item{
    width: 44.7%;
  }
  .home_contents2_item:nth-child(1){
    padding-top: 83px;
  }
  .home_contents2_item:nth-child(2){

  }
  .home_contents2_item:nth-child(3){
    margin-left: 55px;
    padding-top: 116px;
  }
  .home_contents2_item:nth-child(4){
    width: 35%;
    margin-left: 60px;
    padding-top: 32px;
  }
  .home_contents2_item:nth-child(1):before{
    background-image: url(/system_panel/uploads/images/mindpos1.png);
    width:66px;
    aspect-ratio:66 / 36;
    top: 5px;
    left: 20px;
  }
  .home_contents2_item:nth-child(1):after{
    background-image: url(/system_panel/uploads/images/mindpos2.png);
    width: 50px;
    aspect-ratio:50 / 83;
    right: 0;
    top: 55px;

  }
  .home_contents2_item:nth-child(2):before{
    background-image: url(/system_panel/uploads/images/mindpos4.png);
    width: 72px;
    aspect-ratio:72 / 82;
    right: -42px;
    bottom: 65px;
  }
  .home_contents2_item:nth-child(3):before{
    background-image: url(/system_panel/uploads/images/mindpos5.png);
    width: 72px;
    aspect-ratio:72 / 73;
    left: -60px;
    bottom: 18px;
  }
  .home_contents2_item:nth-child(4):before{
    background-image: url(/system_panel/uploads/images/mindpos3.png);
    width: 87px;
    aspect-ratio:87 / 76;
    left: -120px;
    top: 0;
  }
  .home_contents2_item_inner{

  }
  .home_contents2_item_img{

  }
  .home_contents2_item_txt{
    font-size: 20px;
  }
  .home_contents2_box2{
    margin-top: 50px;;
  }
  .home_contents2_box2_tt{

  }
  .home_contents2_box3{
    margin-top: 70px;
  }
  .home_contents2_box3 .content_desc{

  }

  /*サービス*/
  .sec_sub_title strong{
    font-size:  50px;
  }
  .home_contents3_items{
    margin-top: 90px;
  }
  .home_contents3_item{
    padding-bottom: 70px;
  }
  .home_contents3_box1{
    order: 1;
  }
  .home_contents3_box1_img{

  }
  .home_contents3_box1_img:before{

  }
  .home_contents3_box1_img img{

  }
  .home_contents3_box2{
    order: 2;
    margin-top: 40px;
  }
  .home_contents3_box2_title{

  }
  .home_contents3_box2_tt_left{

  }
  .home_contents3_box2_tt_h3{
    font-size: 40px;
  }
  .home_contents3_box2_title .tt2_en{

  }
  .home_contents3_box2_tt_right{
    width: 127px;
  }
  .home_contents3_box2_tt_right_txt1{

  }
  .home_contents3_box2_tt_right_txt2{
    font-size: 50px;
  }
  .home_contents3_box2_sub_tt{
    font-size: 26px;
    margin-top: 23px;
  }
  .home_contents3_box2 .content_desc{
    margin-top: 32px;
  }
  .home_contents3_box2 .read_more{

  }

  .content_desc.lg{
    font-size: 18px;
  }

  /*お知らせ*/
  .home_contents4_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_contents4_box1{
    width: 100%;
  }

  .home_contents4_box1 .sec_sub_title{

  }
  .home_contents4_box1 .tt2_en{

  }
  .home_contents4_box2{
    width: 100%;
    margin-top: 30px;;
  }
  .home_contents4_box2 .posts_list{

  }
  .home_contents4_box2 .posts_list .webgene-blog{

  }
  .home_contents4_box2 .posts_list .webgene-item{

  }
  .home_contents4_box2 .posts_list .webgene-item .date{

  }
  .home_contents4_box2 .posts_list .webgene-item .category{

  }
  .home_contents4_box2 .posts_list .webgene-item .title{
    width: calc(100% - 100px - 95px - 16px - 50px);
    margin-left: 16px;
  }
  .home_contents4_box2 .posts_list .webgene-item a:after{
    right: 10px;
  }
  .home_contents4_wrap .read_more{

  }

  .home_contents3_item:nth-child(1) .home_contents3_box1_img_illust{
    bottom: -7%;
    left: 0;
  }
  .home_contents3_item:nth-child(2) .home_contents3_box1_img_illust{
    bottom: -4%;
    right: 0;
  }
  .home_contents3_item:nth-child(3) .home_contents3_box1_img_illust{
    bottom: -9%;
    left: 0;
  }
  .home_contents3_item:nth-child(4) .home_contents3_box1_img_illust{
    bottom: -5%;
    right: 0;
  }

  /*isnta*/
  .insta_list{
    margin-top: 55px;
  }
  .insta_list .webgene-blog{
    margin-inline:-3px;
  }
  .insta_list .webgene-item{
    padding-inline:3px;
  }
  .insta_list .webgene-item a{

  }
  .insta_list_item_inner:before{

  }
  .pg_home .section.sec5 .read_more{
    margin-top: 44px;
  }
}
@media (min-width:1024px){
  .pos.home6{
    bottom: -19.8%;
  }
  .pos.home8{
    top: -21.8%;
    right: 0;;
  }

  .home_contents1_box2{
    width: 60%;
    margin-left: 100px;;
  }

  /*mind*/
  .home_contents2_item:nth-child(3){
    margin-left: 100px;
  }

  /*isnta*/

  .insta_list .webgene-blog{

  }
  .insta_list .webgene-item{
    width: 25%;
  }
  .insta_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .insta_list .webgene-item:nth-child(n+5){
    margin-top:6px;;
  }
  .insta_list .webgene-item a{

  }
  .insta_list_item_inner:before{

  }


  .home_contents3_item:nth-child(1) .home_contents3_box1_img_illust{
    bottom: -7%;
    left: 0;
  }
  .home_contents3_item:nth-child(2) .home_contents3_box1_img_illust{
    bottom: -8%;
    right: 0;
  }
  .home_contents3_item:nth-child(3) .home_contents3_box1_img_illust{
    bottom: -9%;
    left: 0;
  }
  .home_contents3_item:nth-child(4) .home_contents3_box1_img_illust{
    bottom: -13%;
    right: 0;
  }

  .home_contents4_box2 .posts_list .webgene-item a:after{
    right: 50px;
  }
  .home_contents4_box2 .posts_list .webgene-item .title{
    width: calc(100% - 100px - 95px - 16px);
  }

  .home_contents4_box1 .home_contents2_box2_tt{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .home_contents4_box1{
    width: 8.5%;
  }
  .home_contents4_box2{
    width: 82.88%;
    margin-top: 0;
  }
}
@media (min-width:1200px){
  /*メイン*/

  /*見出し*/
  .home_contents1_wrap{

  }
  .home_contents1_box1{
    width: 48.64%;
    padding-top: 93px;
  }
  .home_contents1_box1 .sec_sub_title{

  }
  .home_contents1_box1 .content_desc{

  }
  .home_contents1_box1 .read_more{

  }
  .home_contents1_box2{
    width: 49%;
    margin-left: 0;
  }
  .home_contents1_box2_img{

  }
  .home_contents1_box2_img img{

  }
  .home_contents1_box2_img:before{

  }
  .home_contents1_img{
    margin-top: 20px;
    margin-left: -45px;
  }

  /*mind*/
  .home_contents2_wrap{
    padding: 114px 65px 54px;
  }
  .home_contents2_box1{
    width: 86.73%;
  }
  .home_contents2_box1_inner{

  }
  .home_contents2_item{

  }
  .home_contents2_item_inner{

  }
  .home_contents2_item_img{

  }
  .home_contents2_item_txt{
    font-size: 25px;
  }
  .home_contents2_box2{
    width: 12.75%;
    margin-top: 0;
  }
  .home_contents2_box2_tt{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 14px;
  }
  .home_contents2_box2_tt .sec_sub_title{
    margin-left: 16px;
  }
  .home_contents2_box3{
    margin-top: 94px;
  }
  .home_contents2_box3 .content_desc{
    margin-right: -26px;
  }

  /*サービス*/
  .sec_sub_title strong{
    font-size:  60px;
  }
  .home_contents3_items{
    margin-top: 110px;
  }
  .home_contents3_item{

  }
  .home_contents3_item:nth-child(n+2){
    padding-top: 65px;
  }
  .home_contents3_item:nth-child(odd) .home_contents3_box1{
    order: 1;
  }
  .home_contents3_item:nth-child(odd) .home_contents3_box2{
    order: 2;
  }
  .home_contents3_item:nth-child(even) .home_contents3_box1{
    order: 2;
  }
  .home_contents3_item:nth-child(even) .home_contents3_box2{
    order: 1;
  }
  .home_contents3_box1{
    width: 49.01%;
    padding-top: 19px;
  }
  .home_contents3_box1_img{

  }
  .home_contents3_box1_img:before{

  }
  .home_contents3_box1_img img{

  }
  .home_contents3_box2{
    width: 42.76%;
    margin-top: 0;
  }
  .home_contents3_box2_title{

  }
  .home_contents3_box2_tt_left{

  }
  .home_contents3_box2_tt_h3{
    font-size: 30px;
    margin-top: -18px;
  }
  .home_contents3_box2_title .tt2_en{

  }
  .home_contents3_box2_tt_right{

  }
  .home_contents3_box2_tt_right_txt1{

  }
  .home_contents3_box2_tt_right_txt2{

  }
  .home_contents3_box2_sub_tt{
    font-size: 20px;
  }
  .home_contents3_box2 .content_desc{

  }
  .home_contents3_box2 .read_more{

  }

  /*お知らせ*/
  .home_contents4_wrap{

  }
  .home_contents4_box1{

  }
  .home_contents4_box1 .home_contents2_box2_tt{

  }
  .home_contents4_box1 .sec_sub_title{

  }
  .home_contents4_box1 .tt2_en{

  }
  .home_contents4_box2{

  }
  .home_contents4_box2 .posts_list{

  }
  .home_contents4_box2 .posts_list .webgene-blog{

  }
  .home_contents4_box2 .posts_list .webgene-item{

  }
  .home_contents4_box2 .posts_list .webgene-item .date{

  }
  .home_contents4_box2 .posts_list .webgene-item .category{

  }
  .home_contents4_box2 .posts_list .webgene-item .title{

  }
  .home_contents4_wrap .read_more{

  }
}
@media (min-width:1470px){
  .home_contents3_box2_sub_tt{
    font-size: 22px;
  }

  .home_contents3_box2_tt_h3{
    font-size: 40px;
  }
  .content_desc.lg{
    font-size: 20px;
  }
}
@media (min-width:1720px){
  .home_contents3_box2_sub_tt{
    font-size: 30px;
  }

  .home_contents3_box2_tt_h3{
    font-size: 53px;
    font-size: 46px;
    letter-spacing: 0;
  }

}




/*******************************
*　about
********************************/

/* セクション設定 */
.pg_about{

}
.pg_about .section.sec1{
  position: relative;
}
.pg_about .section.sec2{

}
.pg_about .section.sec3{
  padding-top: 50px;
  position: relative;
}
.pg_about .section.sec4{
  position: relative;
  padding-top: 70px;
}
.pg_about .section.sec5{
  padding-top: 54px;
  padding-bottom: 50px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 0;
  }
  .pg_about .section.sec2{

  }
  .pg_about .section.sec3{
    padding-top: 50px;
  }
  .pg_about .section.sec4{
    padding-top: 100px;
  }
  .pg_about .section.sec5{
    padding-top: 54px;
    padding-bottom: 80px;
  }

}
@media (min-width:1024px){

  .pg_about{

  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{

  }
  .pg_about .section.sec3{
    padding-top: 50px;
  }
  .pg_about .section.sec4{
    padding-top: 173px;
  }
  .pg_about .section.sec5{
    padding-top: 54px;
    padding-bottom: 132px;
  }



}
@media (min-width:1200px){

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

/*メイン*/
/*装飾*/
.pos.about1{
  width:32.29%;;
  aspect-ratio:620 / 748;
  background-image: url(/system_panel/uploads/images/about1.png);
  bottom: 0;
  left: 0;
}
.pos.about2{
  width:53.51%;;
  aspect-ratio:289 / 267;
  background-image: url(/system_panel/uploads/images/about2.png);
  top: -12%;
  left: -10%;
}
.pos.about3{
  width:11.19%;;
  aspect-ratio:215 / 406;
  background-image: url(/system_panel/uploads/images/about3.png);
  bottom: auto;
  right: 0;
  top: -13%;
}
.pos.about4{
  width:12.39%;;
  aspect-ratio:238 / 539;
  background-image: url(/system_panel/uploads/images/about4.png);
  bottom: auto;
  left: 0;
  top: -2.3%;
  z-index: -2;
}
.pos.about5{
  width:28.43%;;
  aspect-ratio:546 / 629;
  background-image: url(/system_panel/uploads/images/about5.png);
  bottom: auto;
  right: 0;
  top: 19%;
}
.pos.about6{
  width:29.79%;;
  aspect-ratio:572 / 712;
  background-image: url(/system_panel/uploads/images/about6.png);
  bottom: auto;
  left: 0;
  bottom: 31.5%;
}
.pos.about7{
  width:33.54%;;
  aspect-ratio:644 / 1063;
  background-image: url(/system_panel/uploads/images/abouti7.png);
  bottom: auto;
  right: 0;
  bottom: 4%;
}



.page_hdr_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.page_hdr_wrap .page_hdr_box1{
  order: 2;
  margin-top: 20px;
  margin-left: auto;
}
.page_hdr_wrap .home_contents1_box2_img{
  margin-top: 0;
}
.page_hdr_wrap .page_hdr_box2{
  position: relative;
  order: 1;
}
.page_hdr_wrap .page_hdr_box2:before{

}
.about_hdr_img{
  text-align: right;
  margin-top: 0;
}

.about_contents2_wrap .home_contents3_item:last-child{
  padding-bottom: 0;
}

/*our vision*/
.about_contents1_wrap{
  background: #f6f6f6;
  border-radius: 80px;
  position: relative;
  padding: 50px 0;
}
.about_contents1_wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f0dc;
  position: absolute;
  top:30px;
  left: -60px;
  z-index: -1;
  border-radius: 30px;
}
.about_contents1_tt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 38px;
}
.about_contents1_tt_box1{
  width: 50%;
  order: 2;
  text-align: center;
}
.about_contents1_tt_box2{
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.875em;
  text-align: center;
  order: 1;
  margin-bottom: 30px;
}
.about_contents1_tt_box3{
  width: 50%;
  order: 3;
  text-align: center;
}
.about_contents1_wrap .content_desc{
  margin-top: 20px;
  padding-inline:16px;;
}

.page_links_items{
  display: flex;
  flex-wrap: wrap;
}
.page_links_item{
  width: 100%;
}
.page_links_item a{
  display: block;
  /* width: 250px; */
  /* min-width: 140px; */
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-ja);
  text-align: center;
  background: #e1c064;
  color: #FFF;
  padding: 12px 0;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  border-radius: 22.5px;
  border: 1px solid transparent;
}
.page_links_item a:hover{
  background: #fff;
  color: #e1c064;
  border: 1px solid #e1c064;
}
.page_links_item a:after{
  content: "→";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.page_links_item a:hover:after{
  right: 10px;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pos.about3{
    top: -4%;
  }
  .body_visitingCare .pos.about3{
    top: -1%;
  }
  .pos.about4{
    top: 0.7%;
  }
  .pos.about5{
    top: 20%;
  }
  .body_visitingCare .pos.about6{
    bottom: 62%;
  }
  .body_visitingCare .pos.about7{
    bottom: 22%;
  }

  .about_contents1_wrap:after{
    top: 20px;
    left: -20px;
  }


}
@media (min-width:768px){
  .pos.about2{
    width: 36.51%;
    aspect-ratio: 289 / 267;
    background-image: url(/system_panel/uploads/images/about2.png);
    top: -3%;
    left: -10%;
  }
  .pos.about3{
    width:11.19%;;
    aspect-ratio:215 / 406;
    background-image: url(/system_panel/uploads/images/about3.png);
    bottom: auto;
    right: 0;
    top: 1%;
  }
  .pos.about5{
    width:28.43%;;
    aspect-ratio:546 / 629;
    background-image: url(/system_panel/uploads/images/about5.png);
    bottom: auto;
    right: 0;
    top: 13%;
  }

  /*メイン*/
  .page_hdr_wrap{

  }
  .page_hdr_wrap .page_hdr_box1{
    margin-top: 80px;
    margin-left: auto;
  }
  .page_hdr_wrap .page_hdr_box2{

  }
  .page_hdr_wrap .home_contents1_box2_img{
    margin-top: 0;
  }

  /*our vision*/
  .about_contents1_wrap{
    padding: 71px 0;
  }
  .about_contents1_wrap:after{
    border-radius: 80px;
    top: 30px;
    left: -30px;
  }
  .about_contents1_tt{

  }
  .about_contents1_tt_box1{
    width: 17.11%;
    text-align:right;
    align-content: flex-end;
    order: 1;
  }
  .about_contents1_tt_box2{
    width: 65.76%;
    font-size:26px;
    order: 2;
    margin-bottom: 0;
  }
  .about_contents1_tt_box3{
    width: 17.11%;
    text-align: left;
    order: 3;
  }
  .about_contents1_wrap .content_desc{
    margin-top: 28px;
    padding-inline:16px;;
  }
  .about_contents2_wrap .home_contents3_item:last-child{
    padding-bottom: 0;
  }

  .page_links_items{
    margin-inline:-15px;
  }
  .page_links_item{
    width: 50%;
    padding-inline:15px;
  }
  .page_links_item:nth-child(n+2){
    margin-top: 0;
  }
  .page_links_item:nth-child(n+3){
    margin-top: 16px;;
  }
  .page_links_item a{

  }
  .page_links_item a:after{

  }

  .pg_about .section.sec5 .content_desc{
    margin-top: 85px;
  }
}
@media (min-width:1024px){
  .pos.about2{
    width:53.51%;;
    aspect-ratio:289 / 267;
    background-image: url(/system_panel/uploads/images/about2.png);
    top: -12%;
    left: -10%;
  }
  .pos.about3{
    width:6.19%;;
    aspect-ratio:215 / 406;
    background-image: url(/system_panel/uploads/images/about3.png);
    bottom: auto;
    right: 0;
    top: -13%;
  }
  .pos.about5{
    width:28.43%;;
    aspect-ratio:546 / 629;
    background-image: url(/system_panel/uploads/images/about5.png);
    bottom: auto;
    right: 0;
    top: 19%;
  }

  .about_contents1_tt_box2{
    font-size:26px;
  }


}
@media (min-width:1200px){
  /*メイン*/
  /*装飾*/
  .pos.about1{
    bottom: -21%;
  }
  .pos.about3{
    width:11.19%;;
  }

  .page_hdr_wrap{

  }
  .page_hdr_wrap .page_hdr_box1{
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }
  .page_hdr_wrap .page_hdr_box2{
    order: 2;
  }

  /*our vision*/
  .about_contents1_wrap{

  }

  .about_contents1_tt{

  }
  .about_contents1_tt_box1{

  }
  .about_contents1_tt_box2{
    font-size: 40px;
  }
  .about_contents1_tt_box3{

  }
  .about_contents1_wrap .content_desc{
    padding-inline:0;
  }

  /*our beliefs*/
  .about_contents2_wrap{

  }
  .about_contents2_wrap .home_contents3_items{
    margin-top: 142px;
  }
  .about_contents2_wrap .home_contents3_item{
    align-items: flex-start;
  }
  .about_contents2_wrap .home_contents3_item:last-child{
    padding-bottom: 0;
  }
  .about_contents2_wrap .home_contents3_box2_title{
    align-items: flex-start;
  }
  .about_contents2_wrap .home_contents3_box1{
    padding-top: 0;
  }
  .about_contents2_wrap .home_contents3_box2 .content_desc{
    margin-top: 43px;
  }
  .about_contents2_wrap .home_contents3_item:nth-child(odd) .home_contents3_box1{
    order: 2;
  }
  .about_contents2_wrap .home_contents3_item:nth-child(odd) .home_contents3_box2{
    order: 1;
  }
  .about_contents2_wrap .home_contents3_item:nth-child(even) .home_contents3_box1{
    order: 1;
  }
  .about_contents2_wrap .home_contents3_item:nth-child(even) .home_contents3_box2{
    order: 2;
  }

  .page_links_items{

  }
  .page_links_item{
    width: 25%;
  }
  .page_links_item:nth-child(n+3){
    margin-top: 0;
  }
  .page_links_item:nth-child(n+5){
    margin-top: 0;
  }
  .page_links_item a{

  }
  .page_links_item a:after{

  }
}
@media (min-width:1470px){
  /*メイン*/


  .page_hdr_wrap{

  }
  .page_hdr_wrap .page_hdr_box1{
    margin-left: -80px;

  }
  .page_hdr_wrap .home_contents1_box2_img{
    margin-top: 70px;

  }
  .page_hdr_wrap .page_hdr_box2{
    padding-top: 0;
  }

}
@media (min-width:1720px){
  /*メイン*/
  .page_hdr_wrap{

  }
  .page_hdr_wrap .page_hdr_box1{
    margin-left: -80px;
  }
  .page_hdr_wrap .page_hdr_box2{

  }

  .about_hdr_img{
    margin-top: -30px;
  }

}

/*******************************
*　リラクゼーション
********************************/
body.body_relaxation{
  padding-top: 0;
  background: #f0eeeb;
}
/* セクション設定 */
.pg_relaxation{

}
.pg_relaxation .section.sec1{
  position: relative;
  padding-top: 60px;
}
.pg_relaxation .section.sec2{
  position: relative;
  padding-top: 60px;
}
.pg_relaxation .section.sec2:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 843;
  background-image: url(/system_panel/uploads/images/relax_bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:450px;
  left: 50%;
  transform: translateX(-50%);

}
.pg_relaxation .section.sec3{
  position: relative;
  background: #eed6c9;
  z-index: 2;
  margin-top: 60px;
}
.pg_relaxation .section.sec3:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 60;
  background-image: url(/system_panel/uploads/images/relax_bg3_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top:-60px;;
  left: 50%;
  transform: translateX(-50%);
}
.pg_relaxation .section.sec3:after{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 60;
  background-image: url(/system_panel/uploads/images/relax_bg3_btm.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom:-60px;;
  left: 50%;
  transform: translateX(-50%);
}
.pg_relaxation .section.sec4{
  padding-top:100px;
  padding-bottom: 50px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_relaxation .section.sec2:before{
    width: 700px;
    top: 160px;
  }
  .pg_relaxation .section.sec2:after{
    content: "";
    display: block;
    width: 100%;
    background: #f2e0d6;
    height: 66%;
    position: absolute;
    left: 0;
    height: 81%;
    bottom: -5%;
    z-index: -1;
  }
  .pg_relaxation .section.sec3:after{
    width: 700px;
    bottom: -20px;
  }


}
@media (min-width:768px){
  /* セクション設定 */
  .pg_relaxation{

  }
  .pg_relaxation .section.sec1{
    padding-top: 80px;
  }
  .pg_relaxation .section.sec2{
    padding-top: 100px;
  }
  .pg_relaxation .section.sec2:before{
    width: 1000px;
    top: 20%;
  }
  .pg_relaxation .section.sec2:after{
    content: "";
    display: block;
    width: 100%;
    background: #f2e0d6;
    height: 56%;
    position: absolute;
    left: 0;
    bottom: -15%;
    z-index: -1;
  }
  .pg_relaxation .section.sec3{
    margin-top: 50px;
  }
  .pg_relaxation .section.sec4{
    padding-top: 100px;
    padding-bottom: 80px;
  }


}
@media (min-width:1024px){
  /* セクション設定 */
  .pg_relaxation{

  }
  .pg_relaxation .section.sec1{
    padding-top: 115px;
  }
  .pg_relaxation .section.sec2{
    padding-top: 160px;
  }
  .pg_relaxation .section.sec2:before{
    width: 1920px;
    top: 350px;
  }

  .pg_relaxation .section.sec3{
    margin-top: 135px;
  }
  .pg_relaxation .section.sec4{
    padding-top: 161px;
    padding-bottom: 135px;
  }


}
@media (min-width:1200px){

  .pg_relaxation .section.sec2:before{
    width: 1920px;
    top: 350px;
  }
}


/*装飾*/
.pos.relax1{
  width: 26.4%;;
  aspect-ratio:507 / 324;
  background-image: url(/system_panel/uploads/images/relax1.png);
  top: 4%;
  left: 0;
}
.pos.relax2{
  width: 80.15%;;
  aspect-ratio:521 / 314;
  background-image: url(/system_panel/uploads/images/relax2.png);
  bottom: -6%;
  right:0;
}
.pos.relax3{
  width: 20%;;
  aspect-ratio:389 / 494;
  background-image: url(/system_panel/uploads/images/left_leaf.png);
  left:0;
  top: 50%;
  transform: translateY(-50%);
}
.pos.relax4{
  width: 19.06%;;
  aspect-ratio:366 / 481;
  background-image: url(/system_panel/uploads/images/right_leaf.png);
  right:0;
  top: 32%;
  transform: translateY(-50%);
}
.pos.relax5{
  width: 30.72%;;
  aspect-ratio:467 / 314;
  background-image: url(/system_panel/uploads/images/leaf1.png);
  right:0;
  top: 0;
}
.pos.relax6{
  width:25.52%;;
  aspect-ratio:388 / 436;
  background-image: url(/system_panel/uploads/images/leaf2.png);
  left:0;
  top: 1%;
}
.pos.relax7{
  width:15.19%;;
  aspect-ratio:231 / 646;
  background-image: url(/system_panel/uploads/images/leaf3.png);
  right:0;
  top: auto;
  bottom: 9%;
}

/*メイン*/
.pg_relaxation .content_desc{
  font-family: "Zen Old Mincho", serif;
}

.relaxation_mv{
  position: relative;
}
.relaxation_mv:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 68;
  background-image: url(/system_panel/uploads/images/naim3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.relaxation_mv_txt{
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.relaxation_mv_logo{
  width: 120px;;
  margin-inline:auto;
}
.relaxation_mv_h1{
  font-size: clamp(2.5rem, 0.5rem + 10vw, 12.5rem);
  font-weight: 400;
  font-family: "Bellefair", serif;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255,255,255,0.8);
}
.relaxation_mv_img{

}
.relaxation_mv_img:before{
  padding-top: calc(100vh - 54px);
}
.relaxation_mv_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.pg_relaxation .read_more a{
  font-family: "Zen Old Mincho", serif;
}

/*見出し*/
.relaxation_contents1_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relaxation_contents1_box1{
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.sec_sub_title.relax{
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
.tt2_en.relax{
  font-family: "Bellefair", serif;
  color: #eaa580;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 16px;
}
.relaxation_contents1_box1 .content_desc{
  line-height: 2.81em;
  margin-top: 20px;
}
.relaxation_contents1_box1 .content_desc .content_block:nth-child(n+2){
  margin-top: 20px;
}
.relaxation_contents1_box2{
  width: 100%;
}
.flex{

}
.relaxation_contents1_box2_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.relaxation_contents1_box2_top1{
  width: 36.24%;
}
.relaxation_contents1_box2_top1:before{
  padding-top: 125.92%;
}
.relaxation_contents1_box2_top2{
  width: 61.74%;
}
.relaxation_contents1_box2_top2:before{
  padding-top: 119.56%;
}
.relaxation_contents1_box2_btm{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 13px;
}
.relaxation_contents1_box2_btm1{
  width: 44.83%;
}
.relaxation_contents1_box2_btm1:before{
  padding-top: 101.7%;
}
.relaxation_contents1_box2_btm2{
  width: 28.85%;
  margin-left: 8px;
}
.relaxation_contents1_box2_btm2:before{
  padding-top: 116.27%;
}

/*Our Concept of Relaxation*/
.relaxation_contents2_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.relaxation_contents2_box1{
  width: 48%;
  order: 2;
}
.relaxation_contents2_box1_img:before{
  padding-top: 139.24%;
}
.relaxation_contents2_box1_txt{
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.relaxation_contents2_box1_txt2{
  font-size: 18px;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}
.relaxation_contents2_box2{
  width: 100%;
  order: 1;
  margin-bottom: 40px;
}
.relaxation_contents2_box2 .content_desc{
  line-height: 2.81em;
  margin-top: 20px;
}
.relaxation_contents2_box3{
  width: 48%;
  order: 3;
}
.relaxation_contents2_box3_top{
  width: 64.55%;
  margin-left: 30px;
}
.relaxation_contents2_box3_top_img:before{
  padding-top: 125.49%;
}
.relaxation_contents2_box3_btm{
  margin-top: 20px;
}
.relaxation_contents2_box3_btm_img{

}
.relaxation_contents2_box3_btm_img:before{
  padding-top:75.94%;
}

/*Mind & Body Signs*/
.relaxation_contents3_wrap{
  padding: 50px 0 20px;
}
.relaxation_contents3_hdr{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relaxation_contents3_hdr_box1{
  width: 100%;
}
.relaxation_contents3_hdr_box1 .sec_sub_title{

}
.relaxation_contents3_hdr_box2{
  width: 100%;
}
.relaxation_contents3_hdr_box2 .content_desc{
  line-height: 2.81em;
}
.relaxation_contents3_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
  margin-top: 40px;
}
.relaxation_contents3_item{
  width: 50%;
  padding-inline:5px;
}
.relaxation_contents3_item:nth-child(n+3){
  margin-top: 20px;
}
.relaxation_contents3_item_inner{
  text-align: center;
  background: #f0eeeb;
  border-radius: 20px;
  padding: 30px 16px;
  height: 100%;
}
.relaxation_contents3_item_img{

}
.relaxation_contents3_item_tt{
  font-size: 17px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  margin-top: 20px;
}
.relaxation_contents3_item .content_desc{
  text-align: justify;
  line-height: 1.875em;
  margin-top: 7px;
}

/*Holistic Relaxation Menu*/
.relaxation_contents4_items{
  margin-top: 40px;
}
.relaxation_contents4_item{
  background: #f2e0d6;
  position: relative;
  padding-top:50px;
  padding-bottom: 50px;
}
.relaxation_contents4_item:nth-child(n+2){
  margin-top: 50px; 
}
.relaxation_contents4_item:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f2e0d6;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.relaxation_contents4_item_hdr{
  position: relative;
  z-index: 1;
}
.relaxation_contents4_item_hdr_box1{

}
.relaxation_contents4_item_hdr_box1_img{

}
.relaxation_contents4_item_hdr_box1_img:before{

}
.relaxation_contents4_item_hdr_box2{
  margin-top: 20px;;
}
.relaxation_contents4_item_hdr_tt{
  position: relative;
}
.relaxation_contents4_item_hdr_tt_en{
  font-size: 50px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
  color: rgba(255,255,255,0.5);
}
.relaxation_contents4_item_hdr_ttja{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #d86e35;
}
.relaxation_contents4_item_hdr_box2 .sec_sub_title{
  line-height: 1.71em;
}
.relaxation_contents4_item_hdr_box2 .content_desc{
  line-height: 2.81em;
  margin-top: 23px;
}

.relaxation_contents4_item_rcm{
  background: #efcfbe;
  border-radius: 30px;
  padding: 14px 0 25px;
  margin-top: 40px;
}
.relaxation_contents4_item_rcm_tt{
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #d97039;
  text-align: center;
}
.relaxation_contents4_item_rcm_inner{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.relaxation_contents4_item_rcm_list{
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  padding-left: 28px;
}
.relaxation_contents4_item_rcm_list:nth-child(n+2){
  margin-top: 16px;
}
.relaxation_contents4_item_rcm_list:before{
  content:"\f14a";
  font-family: "fontAwesome";
  font-size: 20px;
  color: #d86e35;
  position: absolute;
  top:0;
  left: 0;
}

/*テーブル*/
.relaxation_contents4_item_tbl_outer{
  margin-top: 40px;
}
.relaxation_contents4_item_tbl{

}
.relaxation_contents4_item_tbl .table_rows_th,
.relaxation_contents4_item_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  border: 1px solid #d7d7d7;
  padding: 10px 5px;
}
.relaxation_contents4_item_tbl .table_rows_th{
  text-align: center;
  background: #f0eeeb;
  width: 200px;
}
.relaxation_contents4_item_tbl .table_rows_td{
  background: #ffffff;
}
.relaxation_contents4_item_tbl .table_rows_td.minutes{
  text-align: center;

}
.relaxation_contents4_item_tbl .table_rows_td.price{
  text-align: center;

}
.relaxation_contents4_item_tbl .table_rows_td.menu{

}
.js-scrollable .table_rows {
  min-width: 750px;
}

.relaxation_contents4_wrap .read_more{

}
.relaxation_contents4_wrap .read_more a{
  background: #f37638;
  border-radius: 0;
  max-width: 300px;
}

.relaxation_contents4_item_tbl.aroma .table_rows_th{
  padding: 6px;
}
.relaxation_contents4_item_tbl.aroma .table_rows_th:first-child,
.relaxation_contents4_item_tbl.aroma .table_rows_td:first-child{
  width: 364px;
}
.relaxation_contents4_item_tbl.aroma .table_rows_th,
.relaxation_contents4_item_tbl.aroma .table_rows_td{
  width: 474px;
  text-align: center;
}
.relaxation_contents4_item_tbl.aroma .table_rows_td:last-child{
  color: #ff0000;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .relaxation_mv:before{
    width: 650px;
  }

  .relaxation_contents3_item_tt{
    letter-spacing: 0;
  }

  .relaxation_contents4_item_rcm_inner{
    padding-inline:16px;
  }

  .relaxation_contents4_item_tbl .table_rows_td.minutes{
    width: 80px;
  }
  .relaxation_contents4_item_tbl .table_rows_td.price{
    width: 155px;
  }
  .relaxation_contents4_item_tbl .table_rows_td.menu{
    width: 100%;
    width: 400px;
  }

  .pos.relax3{
    width: 19%;
    top: 20%;
  }
  .pos.relax4{
    top: 19%;
  }
  .pos.relax5{
    top: -3%;
  }
  .pos.relax6{
    top: -2%;
  }
  .pos.relax7{
    right: -5%;
    top: auto;
    bottom: -8%;
  }

  .relaxation_contents4_item_tbl.aroma .table_rows_th:first-child,
  .relaxation_contents4_item_tbl.aroma .table_rows_td:first-child{
    width: 160px;
  }
  .relaxation_contents4_item_tbl.aroma .table_rows_th,
  .relaxation_contents4_item_tbl.aroma .table_rows_td{
    width: 200px;
    text-align: center;
  }
  .relaxation_contents4_item_tbl.aroma .table_rows_td:last-child{
    color: #ff0000;
  }

  .relaxation_contents3_item_inner{
    padding: 30px 5px;
  }
  
  .relaxation_contents4_item_rcm_list{
    font-size: 16px;
    letter-spacing: 0;
  }
  .relaxation_contents4_item_rcm_list:before{
    top: -2px;
  }
}
@media (min-width:768px){
  /*メイン*/
  .relaxation_mv{

  }
  .relaxation_mv:before{
    width: 1000px;
  }
  .relaxation_mv_txt{

  }
  .relaxation_mv_logo{
    width: 120px;;
    margin-inline:auto;
  }
  .relaxation_mv_h1{

  }
  .relaxation_mv_img{

  }
  .relaxation_mv_img:before{
    padding-top: 500px;
  }

  /*装飾*/
  .pos.relax1{
    top: 4%;
    left: 0;
  }
  .pos.relax2{
    bottom: -6%;
    right:0;
  }
  .pos.relax3{
    width: 13%;
    aspect-ratio: 389 / 494;
    background-image: url(/system_panel/uploads/images/left_leaf.png);
    left: 0;
    top: 19%;
    transform: translateY(-50%);
  }
  .pos.relax4{
    width: 19.06%;
    aspect-ratio: 366 / 481;
    background-image: url(/system_panel/uploads/images/right_leaf.png);
    right: 0;
    top: 22%;
    transform: translateY(-50%);
  }
  .pos.relax5{
    width: 30.72%;;
    right:-13.15%;
    top: -5%;
  }
  .pos.relax6{
    width:25.52%;;
    left:-13.15%;
    top: 1%;
  }
  .pos.relax6{
    width:25.52%;;
    left:-0.15%;
    top: -3%;
    z-index: -2;
  }
  .pos.relax7{
    width:15.19%;;
    right:-13.15%;
    top: auto;
    bottom: 9%;
  }

  /*見出し*/
  .relaxation_contents1_wrap{

  }
  .relaxation_contents1_box1{
    padding-bottom: 200px;
  }
  .sec_sub_title.relax{

  }
  .tt2_en.relax{

  }
  .relaxation_contents1_box1 .content_desc{
    margin-top: 60px;
  }
  .relaxation_contents1_box1 .content_desc .content_block:nth-child(n+2){
    margin-top: 30px;
  }
  .relaxation_contents1_box2{

  }
  .relaxation_contents1_box2_top{

  }
  .relaxation_contents1_box2_top1:before{

  }
  .relaxation_contents1_box2_top2{

  }
  .relaxation_contents1_box2_top2:before{

  }
  .relaxation_contents1_box2_btm{

  }
  .relaxation_contents1_box2_btm1{

  }
  .relaxation_contents1_box2_btm1:before{

  }
  .relaxation_contents1_box2_btm2{
    margin-left: 20px;
  }
  .relaxation_contents1_box2_btm2:before{

  }

  /*Our Concept of Relaxation*/
  .relaxation_contents2_wrap{

  }
  .relaxation_contents2_box1{
    width: 48%;
  }
  .relaxation_contents2_box1_img:before{

  }
  .relaxation_contents2_box1_txt{

  }
  .relaxation_contents2_box2{

  }
  .relaxation_contents2_box2 .content_desc{
    margin-top: 50px;
  }
  .relaxation_contents2_box3{
    width: 48%;
  }
  .relaxation_contents2_box3_top{

  }
  .relaxation_contents2_box1_img:before{

  }
  .relaxation_contents2_box3_btm{
    margin-top: 100px;
  }
  .relaxation_contents2_box3_btm_img{

  }
  .relaxation_contents2_box3_btm_img:before{

  }

  /*Mind & Body Signs*/
  .relaxation_contents3_wrap{
    padding: 71px 0 86px;
  }
  .relaxation_contents3_hdr{

  }
  .relaxation_contents3_hdr_box1{
    width: 40.09%;
  }
  .relaxation_contents3_hdr_box1 .sec_sub_title{
    font-size: 22px;
  }
  .relaxation_contents3_hdr_box2{
    width: 57.2%;
  }
  .relaxation_contents3_hdr_box2 .content_desc{

  }
  .relaxation_contents3_items{
    margin-top: 50px;
  }
  .relaxation_contents3_item{

  }
  .relaxation_contents3_item:nth-child(n+3){
    margin-top: 20px;
  }
  .relaxation_contents3_item_inner{

  }
  .relaxation_contents3_item_img{

  }
  .relaxation_contents3_item_tt{
    font-size: 20px;
    margin-top: 24px;
  }
  .relaxation_contents3_item .content_desc{

  }

  .pg_relaxation .section.sec3:after{
    width: 1000px;
    bottom:-30px;;
  }

  /*Holistic Relaxation Menu*/
  .relaxation_contents4_items{
    margin-top: 80px;
  }
  .relaxation_contents4_item{
    padding-top:80px;
    padding-bottom: 50px;
  }
  .relaxation_contents4_item:nth-child(n+2){
    margin-top: 100px; 
  }
  .relaxation_contents4_item_hdr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .relaxation_contents4_item_hdr_box1{
    width: 100%;
  }
  .relaxation_contents4_item_hdr_box1_img{

  }
  .relaxation_contents4_item_hdr_box1_img:before{
    padding-top: 126.12%;
  }
  .relaxation_contents4_item_hdr_box2{
    width: 100%;
    margin-top: 30px;;
  }
  .relaxation_contents4_item_hdr_tt{

  }
  .relaxation_contents4_item_hdr_tt_en{
    font-size: 100px;
  }
  .relaxation_contents4_item_hdr_ttja{
    font-size: 30px;
  }
  .relaxation_contents4_item_hdr_box2 .sec_sub_title{

  }
  .relaxation_contents4_item_hdr_box2 .content_desc{

  }

  .relaxation_contents4_item_rcm{
    margin-top: 49px;
  }
  .relaxation_contents4_item_rcm_tt{
    font-size: 22px;
  }
  .relaxation_contents4_item_rcm_inner{
    padding-left: 12%;
  }
  .relaxation_contents4_item_rcm_list{
    font-size: 18px;
  }

  /*テーブル*/
  .relaxation_contents4_item_tbl_outer{
    margin-top: 50px;
  }
  .relaxation_contents4_item_tbl{

  }
  .relaxation_contents4_item_tbl .table_rows_th,
  .relaxation_contents4_item_tbl .table_rows_td{
    font-size: 16px;
  }
  .relaxation_contents4_item_tbl .table_rows_th p,
  .relaxation_contents4_item_tbl .table_rows_td p{
    letter-spacing: 0;
  }
  .relaxation_contents4_item_tbl .table_rows_th{
    width: 364px;
    width: 634px;
  }
  .relaxation_contents4_item_tbl .table_rows_td{

  }
  .relaxation_contents4_item_tbl .table_rows_td.minutes{
    width:287px;
  }
  .relaxation_contents4_item_tbl .table_rows_td.price{
    width: 395px;
  }
  .relaxation_contents4_item_tbl .table_rows_td.menu{
    width: 100%;
    width: 635px;
  }
  .relaxation_contents4_wrap .read_more{
    margin-top: 49px;
  }

  .relaxation_contents4_item_tbl.aroma{

  }
  .relaxation_contents4_item_tbl.aroma .table_rows_th{
    padding: 6px;
  }
  .relaxation_contents4_item_tbl.aroma .table_rows_th:first-child,
  .relaxation_contents4_item_tbl.aroma .table_rows_td:first-child{
    width: 364px;
  }
  .relaxation_contents4_item_tbl.aroma .table_rows_th,
  .relaxation_contents4_item_tbl.aroma .table_rows_td{
    width: 474px;
    text-align: center;
  }
  .relaxation_contents4_item_tbl.aroma .table_rows_td:last-child{
    color: #ff0000;
  }
}
@media (min-width:1024px){
  /*メイン*/
  .relaxation_mv{

  }
  .relaxation_mv:before{
    width: 1920px;
  }
  .relaxation_mv_txt{
    top: 47%;
  }
  .relaxation_mv_logo{
    width: auto;
    margin-inline:0;
  }
  .relaxation_mv_h1{
    margin-top: -28px;
  }
  .relaxation_mv_img{

  }
  .relaxation_mv_img:before{
    padding-top: 600x;
  }

  .pos.relax3{
    width: 20%;;
    aspect-ratio:389 / 494;
    background-image: url(/system_panel/uploads/images/left_leaf.png);
    left:0;
    top: 50%;
    transform: translateY(-50%);
  }
  .pos.relax4{
    width: 19.06%;;
    aspect-ratio:366 / 481;
    background-image: url(/system_panel/uploads/images/right_leaf.png);
    right:0;
    top: 32%;
    transform: translateY(-50%);
  }


  .pg_relaxation .section.sec3:after{
    width: 1920px;
    bottom:-60px;;
  }

  .relaxation_contents3_hdr_box1 .sec_sub_title{
    font-size: 30px;
  }
  .relaxation_contents4_item_tbl .js-scrollable .table_rows{
    min-width: auto;
    /* max-width: 1110px; */
    width: auto;
  }

}
@media (min-width:1200px){
  /*メイン*/
  .relaxation_mv{

  }
  .relaxation_mv_txt{

  }
  .relaxation_mv_logo{

  }
  .relaxation_mv_h1{

  }
  .relaxation_mv_img{

  }
  .relaxation_mv_img:before{
    padding-top: 813px;
  }

  /*装飾*/
  .pos.relax1{
    top: 4%;
    left: 0;
  }
  .pos.relax2{
    bottom: -6%;
    right: -40%;
  }
  .pos.relax5{
    width: 30.72%;;
    right:-13.15%;
    top: -15%;
  }
  .pos.relax6{
    width:25.52%;;
    left:-13.15%;
    top: 1%;
  }
  .pos.relax7{
    width:15.19%;;
    right:-13.15%;
    top: auto;
    bottom: 9%;
  }

  /*見出し*/
  .relaxation_contents1_wrap{

  }
  .relaxation_contents1_box1{
    width: 42.76%;
    padding-bottom: 0;
  }
  .sec_sub_title.relax{

  }
  .tt2_en.relax{

  }
  .relaxation_contents1_box1 .content_desc{
    margin-top: 80px;
  }
  .relaxation_contents1_box1 .content_desc .content_block:nth-child(n+2){
    margin-top: 44px;
  }
  .relaxation_contents1_box2{
    width: 49.01%;
    padding-top: 35px;
  }
  .relaxation_contents1_box2_top{

  }
  .relaxation_contents1_box2_top1:before{

  }
  .relaxation_contents1_box2_top2{

  }
  .relaxation_contents1_box2_top2:before{

  }
  .relaxation_contents1_box2_btm{

  }
  .relaxation_contents1_box2_btm1{

  }
  .relaxation_contents1_box2_btm1:before{

  }
  .relaxation_contents1_box2_btm2{

  }
  .relaxation_contents1_box2_btm2:before{

  }

  /*Our Concept of Relaxation*/
  .relaxation_contents2_wrap{

  }
  .relaxation_contents2_box1{
    width: 26.31%;
    padding-top: 16px;
    order: 1;
  }
  .relaxation_contents2_box1_img:before{

  }
  .relaxation_contents2_box1_txt{

  }
  .relaxation_contents2_box2{
    width: 35.52%;
    order: 2;
    margin-bottom: 0;
  }
  .relaxation_contents2_box2 .sec_sub_title.relax{
    font-size:30px;
  }
  .relaxation_contents2_box2 .content_desc{
    margin-top: 85px;
  }
  .relaxation_contents2_box3{
    width: 25.98%;
    padding-top: 16px;
    order: 3;
  }
  .relaxation_contents2_box3_top{

  }
  .relaxation_contents2_box1_img:before{

  }
  .relaxation_contents2_box3_btm{
    margin-top: 150px;
  }
  .relaxation_contents2_box3_btm_img{

  }
  .relaxation_contents2_box3_btm_img:before{

  }

  /*Mind & Body Signs*/
  .relaxation_contents3_hdr{

  }
  .relaxation_contents3_hdr_box1{

  }
  .relaxation_contents3_hdr_box1 .sec_sub_title{
    font-size: 30px;
  }
  .relaxation_contents3_hdr_box2{

  }
  .relaxation_contents3_hdr_box2 .content_desc{

  }
  .relaxation_contents3_items{
    margin-inline:-15px;
  }
  .relaxation_contents3_item{
    width: 33.33%;
    padding-inline:15px;
  }
  .relaxation_contents3_item:nth-child(n+3){
    margin-top: 0;
  }
  .relaxation_contents3_item:nth-child(n+4){
    margin-top: 30px;;
  }
  .relaxation_contents3_item_inner{
    padding: 30px 34px 20px 40px;
  }
  .relaxation_contents3_item_img{

  }
  .relaxation_contents3_item_tt{
    font-size: 20px;
  }
  .relaxation_contents3_item .content_desc{

  }

  .relaxation_contents3_wrap .content_desc.lg{
    margin-top: 44px;
  }

  /*Holistic Relaxation Menu*/
  .relaxation_contents4_items{
    margin-top: 114px;
  }
  .relaxation_contents4_item{
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .relaxation_contents4_item:nth-child(n+2){
    margin-top: 100px; 
  }
  .relaxation_contents4_item:nth-child(odd){
    padding-right: 10%;
  }
  .relaxation_contents4_item:nth-child(even){
    padding-left: 10%;
  }
  .relaxation_contents4_item:nth-child(odd){
    border-radius: 0 300px 300px 0;;
  }
  .relaxation_contents4_item:before{

  }
  .relaxation_contents4_item:nth-child(odd):before{
    right: 0;
    margin-right: 0;
    border-radius: 0 300px 300px 0;;
  }
  .relaxation_contents4_item:nth-child(even){
    border-radius: 300px 0 0 300px;;
  }
  .relaxation_contents4_item:nth-child(even):before{
    left: 0;
    margin-left: 0;
    border-radius: 300px 0 0 300px;;
  }
  .relaxation_contents4_item:nth-child(odd) .relaxation_contents4_item_hdr_box1{
    order: 1;
  }
  .relaxation_contents4_item:nth-child(odd) .relaxation_contents4_item_hdr_box2{
    order: 2;
  }
  .relaxation_contents4_item:nth-child(even) .relaxation_contents4_item_hdr_box1{
    order: 2;
  }
  .relaxation_contents4_item:nth-child(even) .relaxation_contents4_item_hdr_box2{
    order: 1;
  }
  .relaxation_contents4_item_hdr{

  }
  .relaxation_contents4_item_hdr_box1{
    width: 42.2%;
  }
  .relaxation_contents4_item_hdr_box1_img{

  }
  .relaxation_contents4_item_hdr_box1_img:before{

  }
  .relaxation_contents4_item_hdr_box2{
    width:50.57%;
    margin-top: 0;
  }
  .relaxation_contents4_item_hdr_tt{

  }
  .relaxation_contents4_item_hdr_tt_en{
    font-size: 100px;
  }
  .relaxation_contents4_item_hdr_ttja{
    font-size: 40px;
    bottom: 5px;
  }
  .relaxation_contents4_item_hdr_box2 .sec_sub_title{
    font-size: 35px;
    margin-top: 7px;
  }
  .relaxation_contents4_item_hdr_box2 .content_desc{

  }

  .relaxation_contents4_item_rcm{

  }
  .relaxation_contents4_item_rcm_tt{
    font-size: 25px;
  }
  .relaxation_contents4_item_rcm_inner{
    justify-content:center;
    padding-left: 20px;
  }
  .relaxation_contents4_item_rcm_list{
    width: 445px;;
  }
  .relaxation_contents4_item_rcm_list:nth-child(even){
    margin-left: 30px;
  }
  .relaxation_contents4_item_rcm_list:nth-child(n+2){
    margin-top: 0;
  }
  .relaxation_contents4_item_rcm_list:nth-child(n+3){
    margin-top: 20px;;
  }

  /*テーブル*/
  .relaxation_contents4_item_tbl{

  }
  .relaxation_contents4_item_tbl .table_rows_th,
  .relaxation_contents4_item_tbl .table_rows_td{

  }
  .relaxation_contents4_item_tbl .table_rows_td{

  }
  .relaxation_contents4_item_tbl .table_rows_td.minutes{

  }
  .relaxation_contents4_item_tbl .table_rows_td.price{

  }
  .relaxation_contents4_item_tbl .table_rows_td.menu{
    max-width: 635px;
  }
}
@media (min-width:1470px){
  .relaxation_contents2_box2 .sec_sub_title.relax{
    font-size: 40px;
  }
  .relaxation_contents3_hdr_box1 .sec_sub_title{
    font-size: 40px;
  }

  /*Holistic Relaxation Menu*/
  .relaxation_contents4_items{

  }
  .relaxation_contents4_item{

  }

  .relaxation_contents4_item_hdr_tt_en{
    font-size: 100px;
  }
  .relaxation_contents4_item_hdr_ttja{
    font-size: 50px;
  }
  .relaxation_contents4_item:nth-child(odd){
    padding-right: 14%;
  }
  .relaxation_contents4_item:nth-child(even){
    padding-left: 14%;
  }
  .relaxation_contents4_item_tbl .table_rows_th,
  .relaxation_contents4_item_tbl .table_rows_td{
    font-size: 18px;
  }
  .relaxation_contents4_item_tbl .table_rows_th p,
  .relaxation_contents4_item_tbl .table_rows_td p{
    letter-spacing: 0.075em;
  }
}
@media (min-width:1720px){
  .relaxation_contents4_item_hdr_tt_en{
    font-size: 140px;
  }

  .relaxation_contents3_wrap .content_desc.lg{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

}

@media (min-width:768px) and (max-width:1023px){
  .pg_relaxation .section.sec2:after{
    content: "";
    display: block;
    width: 100%;
    background: #f2e0d6;
    height: 56%;
    position: absolute;
    left: 0;
    bottom: -2%;
    z-index: -1;
  }

  .read_more.left{
    justify-content: center;
  }
}

/*******************************
*　建設業
********************************/
body.body_constructionIndustry{
  padding-top: 0;
}
.body_constructionIndustry .footer{
  margin-top: 20px;
}

/*mv*/
.construct_mv{
  position: relative;
}
.construc_mv_txt{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.construc_mv_txt_inner{
  display: block;
  align-items: center;
  justify-content: center;
}
.construc_mv_logo{
  margin-right: 28px;
}
.construc_mv_h1{
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6em;
  color: #855841;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 24px rgba(255, 255, 255, 1),0px 0px 24px rgba(255, 255, 255, 1),0px 0px 24px rgba(255, 255, 255, 1);;
}
.construc_mv_img{

}
.construc_mv_img:before{
  padding-top: 100vh;
}
.construc_mv_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}


/* セクション設定 */
.pg_construct{
  font-family: "Noto Sans JP", sans-serif;
}
.pg_construct .section.sec1{
  position: relative;
  padding-top: 60px;
}
.pg_construct .section.sec1:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 1283;
  background-image: url(/system_panel/uploads/images/kabe.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
}
.pg_construct .section.sec1:after{
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: #f5eede;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pg_construct .section.sec2{
  background: #f5eede;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.pg_construct .section.sec3{
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
}
.pg_construct .section.sec3:before{
  content: "";
  display: block;
  width: 2500px;
  aspect-ratio:auto;
  height: 100%;
  background-image: url(/system_panel/uploads/images/kabe2.jpg);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}




@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .construc_mv_logo{
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .construc_mv_txt_inner{
    text-align: center;
  }
}
@media (min-width:768px){
  .body_constructionIndustry .footer{
    margin-top: 50px;
  }

  /*mv*/
  .construct_mv{

  }
  .construc_mv_txt{

  }
  .construc_mv_txt_inner{
    display: flex;
  }
  .construc_mv_logo{
    width: 150px;
  }
  .construc_mv_h1{
    font-size: 25px;
  }
  .construc_mv_img{

  }
  .construc_mv_img:before{
    padding-top: 400px;
  }


  /* セクション設定 */
  .pg_construct{

  }
  .pg_construct .section.sec1{

  }
  .pg_construct .section.sec2{
    padding: 100px 0 96px;
  }
  .pg_construct .section.sec3{
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .pg_construct .section.sec3:before{
    width: 2900px;
    height: 100%;
    aspect-ratio: auto;
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

}
@media (min-width:1024px){
  .body_constructionIndustry .footer{
    margin-top: 50px;
  }
  /*mv*/
  .construct_mv{

  }
  .construc_mv_txt{

  }
  .construc_mv_txt_inner{

  }
  .construc_mv_logo{
    width: auto;
  }
  .construc_mv_h1{
    font-size: 30px;
  }
  .construc_mv_img{

  }
  .construc_mv_img:before{
    padding-top: 600px;
  }

  /* セクション設定 */
  .pg_construct{

  }
  .pg_construct .section.sec1{

  }
  .pg_construct .section.sec2{
    padding: 128px 0 96px;
  }
  .pg_construct .section.sec3{
    padding-top: 130px;
    padding-bottom: 133px;
  }
  .pg_construct .section.sec3:before{
    width: 2900px;
    height: 100%;
    aspect-ratio: auto;
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width:1200px){
  .body_constructionIndustry .footer{
    margin-top: 60px;
  }

  /*mv*/
  .construct_mv{

  }
  .construc_mv_txt{

  }
  .construc_mv_txt_inner{

  }
  .construc_mv_logo{
    width: auto;
  }
  .construc_mv_h1{
    font-size: 50px;
  }
  .construc_mv_img{

  }
  .construc_mv_img:before{
    padding-top: 600px;
  }

  /* セクション設定 */
  .pg_construct{

  }
  .pg_construct .section.sec1{

  }
  .pg_construct .section.sec2{

  }

  .pg_construct .section.sec3:before{
    width: 1920px;
    height: auto;
    aspect-ratio:1920 / 2743;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*メイン*/
/*見出し*/
.construct_contents1_wrap{
  position: relative;
  z-index: 1;
}
.construct_tt{
  text-align: center;
}
.construct_tt_logo{

}
.construct_tt_ja{
  color: #855841;
  margin-top: 28px;
}
.construct_tt_ja_txt{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55em;
  letter-spacing: 0.14em;
}
.construct_tt_ja_txt p{
  letter-spacing: 0.14em;
}
.construct_tt_en{
  font-size: 20px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1em;
  color: #855841;
  margin-top: 15px;
}
.pg_construct .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.944em;
}
.pg_construct .content_desc p{
  letter-spacing: 0.14em;
}
.construct_contents1_wrap .content_desc{
  margin-top: 20px;
}

/*ギャラリー*/
.construct_contents1_images{
  overflow: hidden;
  margin-top: 50px;
}
.construct_contents1_images_inner{
  display: flex;
  justify-content: center;

}
.construct_contents1_images_item{
  margin-inline:10px;
}
.construct_contents1_images_item:nth-child(1){
  min-width: 405px;
}
.construct_contents1_images_item:nth-child(1) .construct_contents1_img:before{

}
.construct_contents1_images_item:nth-child(1) .construct_contents1_img{

}

.construct_contents1_images_item:nth-child(2){
  min-width: 349px;
  margin-top: 50px;
}
.construct_contents1_images_item:nth-child(2) .construct_contents1_img:before{

}
.construct_contents1_images_item:nth-child(2) .construct_contents1_img{

}

.construct_contents1_images_item:nth-child(3){
  min-width: 470px;

}
.construct_contents1_images_item:nth-child(3) .construct_contents1_img:before{

}
.construct_contents1_images_item:nth-child(3) .construct_contents1_img{

}

.construct_contents1_images_item:nth-child(4){
  min-width: 200px;
  align-content: flex-end;
}
.construct_contents1_images_item:nth-child(4) .construct_contents1_img:before{

}
.construct_contents1_images_item:nth-child(4) .construct_contents1_img{

}

.construct_contents1_images_item:nth-child(5){
  min-width: 200px;
  margin-top: 30px;
}
.construct_contents1_images_item:nth-child(5) .construct_contents1_img:before{

}
.construct_contents1_images_item:nth-child(5) .construct_contents1_img{

}

.construct_contents1_images_item:nth-child(6){
  min-width: 200px;
}
.construct_contents1_images_item:nth-child(6) .construct_contents1_img:before{

}
.construct_contents1_images_item:nth-child(6) .construct_contents1_img{

}

/*外構・エクステリアのサービス*/
.pg_construct .read_more{

}
.pg_construct .read_more a{
  background: #855841;
  border-radius: 0;
  max-width: 300px;
} 
.pg_construct .read_more a:hover{
  background: #fff;
  border: 1px solid #855841;
  color: #855841;
}
.construct_contents2_wrap {

}
.construct_contents2_wrap .content_desc.center{
  margin-top: 36px;
}
.construct_contents2_wrap .read_more{

}

.construct_contents2_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.construct_contents2_item{
  width: 100%;
}
.construct_contents2_item_inside{
  background: #fff;
  padding: 16px;
}
.construct_contents2_item:nth-child(n+2){
  margin-top: 20px;
}
.construct_contents2_item_inner{
  background: #fff;
}
.construct_contents2_item_img:before{
  padding-top: 67.11%;
}
.construct_contents2_item_img_txt{
  font-size: 30px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: -0.025em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #f5eede;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.construct_contents2_item_tt{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #855841;
}
.construct_contents2_item_tt:after{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #f0b396;
  margin: 16px auto 0;
}
.construct_contents2_item .content_desc{
  margin-top: 20px;
}

/*Our Future*/
.construct_contents3_wrap{
  position: relative;
  z-index: 1; 
}
.construct_contents3_items{
  margin-top:50px;
  position: relative;
  z-index: 1;
}
.construct_contents3_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.construct_contents3_item:nth-child(n+2){
  margin-top: 50px;
}
.construct_contents3_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.construct_contents3_en{
  font-size: 20px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  color: #855841;
}
.construct_contents3_tt{
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #855841;
  line-height: 1.41em;
  margin-top: 16px;
}
.construct_contents3_tt p{
  letter-spacing: 0.14em;
}

.construct_contents3_box1 .content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125em;
  margin-top: 20px;
}
.construct_contents3_box1 .content_desc p{
  letter-spacing: 0.075em;
}
.construct_contents3_box2{
  width: 100%;
  order: 1;
}
.construct_contents3_box2_img:before{
  padding-top: 73.82%;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_construct .section.sec1:after{
    height: 130px;
  }

  .construct_tt_logo{
    width: 120px;
    margin: 0 auto;
  }
  .construct_contents1_images_item{
    margin-inline:5px;
  }
  .construct_contents1_images_item:nth-child(1),
  .construct_contents1_images_item:nth-child(5),
  .construct_contents1_images_item:nth-child(6){
    display: none;
  }
  .construct_contents1_images_item:nth-child(2){
    min-width: 120px;
  }
  .construct_contents1_images_item:nth-child(3){
    align-content: flex-start;
    min-width: 200px;
  }
  .construct_contents1_images_item:nth-child(4){
    min-width: 100px;
  }

  .construct_contents2_item_img_txt{
    font-size: 40px;
    left: -5px;
    top: -3px;
  }
  
  .construct_tt_ja{
    font-size: 19px;
  }
}
@media (min-width:768px){
  /*メイン*/
  /*見出し*/
  .construct_tt{

  }
  .construct_tt_logo{

  }
  .construct_tt_ja{
    margin-top: 35px;
  }
  .construct_tt_ja_txt{
    font-size: 32px;
  }
  .construct_tt_en{
    font-size: 24px;
  }
  .pg_construct .content_desc{

  }
  .construct_contents1_wrap .content_desc{
    margin-top: 30px;
  }

  /*ギャラリー*/
  .construct_contents1_images{
    margin-top: 100px;
  }
  .construct_contents1_images_inner{

  }
  .construct_contents1_images_item{

  }
  .construct_contents1_images_item:nth-child(1){

  }
  .construct_contents1_images_item:nth-child(1) .construct_contents1_img:before{

  }
  .construct_contents1_images_item:nth-child(1) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(2){
    margin-top: 150px;
  }
  .construct_contents1_images_item:nth-child(2) .construct_contents1_img:before{

  }
  .construct_contents1_images_item:nth-child(2) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(3){

  }
  .construct_contents1_images_item:nth-child(3) .construct_contents1_img:before{

  }
  .construct_contents1_images_item:nth-child(3) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(4){

  }
  .construct_contents1_images_item:nth-child(4) .construct_contents1_img:before{

  }
  .construct_contents1_images_item:nth-child(4) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(5){
    margin-top: 130px;
  }
  .construct_contents1_images_item:nth-child(5) .construct_contents1_img:before{

  }
  .construct_contents1_images_item:nth-child(5) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(6){
    margin-top: 55px;
  }
  .construct_contents1_images_item:nth-child(6) .construct_contents1_img:before{

  }
  .construct_contents1_images_item:nth-child(6) .construct_contents1_img{

  }

  /*外構・エクステリアのサービス*/
  .construct_contents2_wrap .read_more{
    margin-top: 45px;
  }
  .construct_contents2_wrap {

  }
  .construct_contents2_wrap .content_desc.center{
    margin-top: 36px;
  }
  .construct_contents2_wrap .read_more{

  }

  .construct_contents2_items{
    margin-inline:-15px;
    margin-top: 60px;
  }
  .construct_contents2_item{
    width: 50%;
    padding-inline:15px;
  }
  .construct_contents2_item_inside{
    padding: 30px 20px;
  }
  .construct_contents2_item:nth-child(n+2){
    margin-top: 0;
  }
  .construct_contents2_item:nth-child(n+3){
    margin-top: 59px;
  }
  .construct_contents2_item_inner{
    height: 100%;
  }
  .construct_contents2_item_img:before{

  }
  .construct_contents2_item_img_txt{
    font-size: 40px;
    left: -5px;
    top: -4px;
  }
  .construct_contents2_item_tt{
    font-size: 22px;
  }
  .construct_contents2_item .content_desc{
    margin-top: 28px;
  }

  /*Our Future*/
  .construct_contents3_items{
    margin-top: 40px;
  }
  .construct_contents3_item{

  }
  .construct_contents3_item:nth-child(n+2){
    margin-top: 80px;
  }
  .construct_contents3_box1{
    margin-top: 30px;
  }
  .construct_contents3_en{
    font-size: 30px;
  }
  .construct_contents3_tt{
    font-size: 30px;
  }
  .construct_contents3_box1 .content_desc{
    font-size: 16px;
    margin-top: 30px;
  }
  .construct_contents3_box2{

  }
  .construct_contents3_box2_img:before{

  }

  .construct_contents3_wrap .read_more{
    margin-top: 80px;
  }
}
@media (min-width:1024px){
  /*外構・エクステリアのサービス*/
  .construct_contents2_item_tt{
    font-size: 28px;
  }

  .construct_contents3_tt{
    font-size: 32px;
  }
}
@media (min-width:1200px){
  /*メイン*/
  /*見出し*/
  .construct_tt{

  }
  .construct_tt_logo{

  }
  .construct_tt_ja{
    margin-top: 35px;
  }
  .construct_tt_ja_txt{
    font-size: 45px;
  }
  .construct_tt_en{

  }
  .pg_construct .content_desc{
    font-size: 18px;
  }
  .construct_contents1_wrap .content_desc{
    margin-top: 43px;
  }


  /*ギャラリー*/
  .construct_contents1_images{
    margin-top: 100px;
  }
  .construct_contents1_images_inner{

  }
  .construct_contents1_images_item{

  }
  .construct_contents1_images_item:nth-child(1){

  }
  .construct_contents1_images_item:nth-child(1) .construct_contents1_img:before{
    padding-top: 135.06%;
  }
  .construct_contents1_images_item:nth-child(1) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(2){
    margin-top: 150px;
  }
  .construct_contents1_images_item:nth-child(2) .construct_contents1_img:before{
    padding-top: 123.2%;
  }
  .construct_contents1_images_item:nth-child(2) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(3){

  }
  .construct_contents1_images_item:nth-child(3) .construct_contents1_img:before{
    padding-top: 116.38%;
  }
  .construct_contents1_images_item:nth-child(3) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(4){

  }
  .construct_contents1_images_item:nth-child(4) .construct_contents1_img:before{
    padding-top: 142%;
  }
  .construct_contents1_images_item:nth-child(4) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(5){
    margin-top: 130px;
  }
  .construct_contents1_images_item:nth-child(5) .construct_contents1_img:before{
    padding-top: 142%;
  }
  .construct_contents1_images_item:nth-child(5) .construct_contents1_img{

  }

  .construct_contents1_images_item:nth-child(6){

  }
  .construct_contents1_images_item:nth-child(6) .construct_contents1_img:before{
    padding-top: 215%;
  }
  .construct_contents1_images_item:nth-child(6) .construct_contents1_img{

  }

  /*外構・エクステリアのサービス*/
  .construct_contents2_wrap {

  }
  .construct_contents2_wrap .content_desc.center{
    margin-top: 36px;
  }
  .construct_contents2_wrap .read_more{

  }

  .construct_contents2_items{
    margin-top: 88px;
  }
  .construct_contents2_item{

  }
  .construct_contents2_item_inside {
    padding: 30px 49px 30px 57px;
  }
  .construct_contents2_item:nth-child(n+2){

  }
  .construct_contents2_item_inner{

  }
  .construct_contents2_item_img:before{

  }
  .construct_contents2_item_img_txt{
    font-size: 50px;
    left: -14px;
    top: -7px;
  }
  .construct_contents2_item_tt{
    font-size: 30px;
  }
  .construct_contents2_item .content_desc{

  }

  .construct_contents2_wrap .content_desc.lg{
    font-size: 20px;
    line-height: 2em;
  }
  .construct_contents2_wrap .read_more.after{
    margin-top: 35px;
  }

  /*Our Future*/
  .construct_contents3_items{
    margin-top: 40px;
  }
  .construct_contents3_item{

  }
  .construct_contents3_item:nth-child(n+2){
    margin-top: 43px;
  }
  .construct_contents3_item:nth-child(odd) .construct_contents3_box1{
    order: 1;
  }
  .construct_contents3_item:nth-child(odd) .construct_contents3_box2{
    order: 2;
  }
  .construct_contents3_item:nth-child(even) .construct_contents3_box1{
    order: 2;
  }
  .construct_contents3_item:nth-child(even) .construct_contents3_box2{
    order: 1;
  }
  .construct_contents3_box1{
    width: 44.73%;
  }
  .construct_contents3_en{

  }
  .construct_contents3_tt{
    font-size: 36px;
  }
  .construct_contents3_box1 .content_desc{
    font-size: 16px;
  }
  .construct_contents3_box1 .content_desc p{
    letter-spacing: 0.18em;
  }
  .construct_contents3_box2{
    width: 49.01%;
    padding-top: 39px;
  }
  .construct_contents3_box2_img:before{

  }
}
@media (min-width:1470px){
  .body_constructionIndustry .footer{
    margin-top: 160px;
  }

  .construct_contents2_item_img_txt{
    font-size: 60px;
  }
  .construct_contents2_item_tt{
    font-size: 35px;
  }

}
@media (min-width:1720px){
  .construct_contents2_item_img_txt{
    font-size: 85px;
  }

  .construct_contents3_tt{
    font-size: 53px;
  }

}

/*******************************
*　
********************************/
.pg_xxx{

}
.pg_contact .section.sec1{
  position: relative;
}
.pg_contact .section.sec2{
  position: relative;
}
.pg_contact .section.sec3{
  position: relative;
  padding-bottom: 50px;
}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_company .section.sec1{
  position: relative;
  padding-bottom: 50px;
}
.pg_visit2 .section.sec2{
  position: relative;
}
.pg_visit1 .section.sec4{
  position: relative;
}

.pg_news .section.sec1{
  position: relative;
  padding-bottom:50px;
}

.pg_visit1 .section.sec5{
  position: relative;
}

.pg_visit1 .section.sec5,
.pg_visit2 .section.sec5{
  padding-bottom: 50px;
}


.pos.visit1{
  width: 25%;
  aspect-ratio:480 / 465;
  background-image: url(/system_panel/uploads/images/cisit1.png);
  top: auto;
  right: 0;
  bottom: -15%;
}
.pos.care1{
  width: 10.57%;
  aspect-ratio:203 / 544;
  background-image: url(/system_panel/uploads/images/care1.png);
  top: auto;
  left: 0;
  bottom: -9%;
}

.pos.company1{
  width: 8.02%;
  aspect-ratio:154 / 544;
  background-image: url(/system_panel/uploads/images/company1.png);
  top: auto;
  left: 0;
}
.pos.company2{
  width: 10.62%;
  aspect-ratio:204 / 607;
  background-image: url(/system_panel/uploads/images/company2.png);
  top: 35.5%;
  right: 0;
}
.pos.company3{
  width:28.54%;
  aspect-ratio:548 / 712;
  background-image: url(/system_panel/uploads/images/company3.png);
  bottom: -17%;
  left: 0;
}

.pg_contact .pos.company1{
  top: 16%;
}
.pos.contact2{
  width:25.57%;
  aspect-ratio:491 / 712;
  background-image: url(/system_panel/uploads/images/contact2.png);
  top: auto;
  right: 0;
  bottom: -26%;
}
.pos.contact3{
  width:19.16%;
  aspect-ratio:368 / 493;
  background-image: url(/system_panel/uploads/images/contact3.png);
  top: auto;
  left: 0;
  bottom: -14%;
}
.pos.contact4{
  width:23.28%;
  aspect-ratio:447 / 853;
  background-image: url(/system_panel/uploads/images/contact5.png);
  bottom: -13%;
  right: 0;
}

.pos.news1{
  width:24.47%;
  aspect-ratio:470 / 712;
  background-image: url(/system_panel/uploads/images/news1.png);
  bottom: -46.5%;
  left: 0;
}
.pos.news2{
  width:10.62%;
  aspect-ratio:204 / 607;
  background-image: url(/system_panel/uploads/images/news2.png);
  bottom: auto;
  top: -6%;
  right: 0;
}

.pos.visit2{
  width:30.67%;
  aspect-ratio:589 / 717;
  background-image: url(/system_panel/uploads/images/visit2.png);
  bottom: auto;
  bottom: -36%;
  left: 0;
}

.pos.homeCare1{
  width:34.37%;
  aspect-ratio:660 / 712;
  background-image: url(/system_panel/uploads/images/c1.png);
  bottom: auto;
  top: 8%;
  right: 0;
}
.pos.homeCare2{
  width:16.82%;
  aspect-ratio:323 / 629;
  background-image: url(/system_panel/uploads/images/c2.png);
  bottom: auto;
  top: 35.5%;
  left: 0;
}
.pos.homeCare3{
  width:23.69%;
  aspect-ratio:455 / 655;
  background-image: url(/system_panel/uploads/images/c3.png);
  bottom: auto;
  right: 0;
  bottom: 17.5%;
}
.pos.homeCare4{
  width:24.42%;
  aspect-ratio:469 / 557;
  background-image: url(/system_panel/uploads/images/c4.png);
  top: auto;
  left: 0;
  bottom: -7.5%;
}

button.lity-close{
  display: none;
}
.popup_close{
  position: absolute;
  top: 4%;
  right: 5%;
  width: 40px;
  aspect-ratio:40 / 59;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .popup_close {
    position: absolute;
    top: 2%;
    right: 3%;
    width: 30px;
    aspect-ratio: 40 / 59;
  }

  .pg_contact .pos.company1{
    top: 0;
  }
  .pos.contact2{
    bottom: -9%;
  }

  .pos.visit2{
    bottom: -14%;
  }

  .pos.homeCare1{
    top: 11%;
  }
  .pos.homeCare2{
    top: 39.5%;
  }
  .pos.homeCare3{
    bottom: 37.5%;
  }
  .pos.homeCare4{
    bottom: -2%;
  }

  .pos.company1{
    top: -4%;
  }
  .pos.company2{
    top: 44.5%;
  }
  .pos.company3{
    bottom: -7%;
  }

  .pos.news1{
    bottom: -11.5%;
  }
  .pos.news2{
    top: -13%;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }

  .pos.visit1{
    width: 25%;
    aspect-ratio:480 / 465;
    background-image: url(/system_panel/uploads/images/cisit1.png);
    top: auto;
    right: 0;
    bottom: -27%;
  }
  .pos.visit2{
    width:30.67%;
    aspect-ratio:589 / 717;
    background-image: url(/system_panel/uploads/images/visit2.png);
    bottom: auto;
    bottom: -26%;
    left: 0;
  }

  .pg_company .section.sec1{
    padding-bottom: 100px;
  }

  .pg_contact .section.sec3{
    padding-bottom: 100px;
  }

  .pg_news .section.sec1{
    padding-bottom: 100px;
  }

  .pg_visit1 .section.sec5,
  .pg_visit2 .section.sec5{
    padding-bottom: 100px;
  }

  .pos.news1{
    width:24.47%;
    aspect-ratio:470 / 712;
    background-image: url(/system_panel/uploads/images/news1.png);
    bottom: -33.5%;
    left: 0;
  }
  .pos.news2{
    width: 6.62%;
    aspect-ratio:204 / 607;
    background-image: url(/system_panel/uploads/images/news2.png);
    bottom: auto;
    top: -6%;
    right: 0;
  }

}
@media (min-width:1024px){
  .pos.visit1{
    width: 25%;
    aspect-ratio:480 / 465;
    background-image: url(/system_panel/uploads/images/cisit1.png);
    top: auto;
    right: 0;
    bottom: -15%;
  }

  .pos.visit2{
    width:30.67%;
    aspect-ratio:589 / 717;
    background-image: url(/system_panel/uploads/images/visit2.png);
    bottom: auto;
    bottom: -36%;
    left: 0;
  }

  .pos.news1{
    width:24.47%;
    aspect-ratio:470 / 712;
    background-image: url(/system_panel/uploads/images/news1.png);
    bottom: -46.5%;
    left: 0;
  }
  .pos.news2{
    width:10.62%;
    aspect-ratio:204 / 607;
    background-image: url(/system_panel/uploads/images/news2.png);
    bottom: auto;
    top: -6%;
    right: 0;
  }

}
@media (min-width:1200px){
  .pg_company .section.sec1{
    padding-bottom: 140px;
  }

  .pg_contact .section.sec3{
    padding-bottom: 140px;
  }

  .pg_news .section.sec1{
    padding-bottom: 140px;
  }

  .pg_visit1 .section.sec5{
    padding-bottom: 140px;
  }

  .pg_visit2 .section.sec5{
    padding-bottom: 140px;
  }

}

.js-scrollable{

}
.scroll-hint-icon{

}
.scroll-hint-icon:before{
  /*width: 30px;*/
  /*height: 30px;*/
}