@charset "UTF-8";

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

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

  /* フォント関連 */
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Outfit", sans-serif;
  --font-en1: "Oswald", sans-serif;
  /*--font-en: "Cardo", 'Noto Sans JP', sans-serif;*/
  --font-mincho: 'Noto Serif JP', serif;
}


/* ******************************
   全体設定
   ****************************** */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--txt-color);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#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;
}

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

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

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

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  /*opacity: 0.7;*/
  /*color: inherit;*/
}
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: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{
  --logo-height: 30px;
}
.hdr1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  display: block;
  width: auto;
  height: auto;
  transition: 0.2s all;
}

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

/* TELボタン */
.hdr_tel{

}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.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{
  background: var(--main-color);
  color: #FFF;
  width: 185px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  background: var(--sub-color);
  color: #FFF;
}

/* 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{
    padding: 10px;
  }

  .hdr1 {
    justify-content: center;
  }

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

  .hdr_contact_btn{
    display: none;
  }
  .hdr_logo img{
    width: 250px;
    margin: auto;
  }

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

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 80px;
  }
  .header{
    --logo-height: auto;

    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 16px 54px 16px 38px;*/
    padding-left: 15px;
  }

  .hdr1{
    padding: 0 15px 0;
  }

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

  /* ヘッダースリム */
  .header.slim{
    background: rgba(255,255,255,0.8);
  }
  .header.slim .hdr_logo img{
    height: auto;
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }

  .hdr_outer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hdr_contact_btn{
    text-align: center;
    display: block;
    width: 200px;
    width: 170px;
    background: #f8b500;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: var(--font-ja);
    padding: 27px 10px;
    margin-left: 14px;
  }
  .hdr_contact_btn:hover{
    background: var(--main-color);
    color: #fff;
  }
  .hdr_contact_btn p{
    letter-spacing: 0;
  }
  .hdr_contact_btn p:before{
    content: "\f0e0";
    font-family: "fontAwesome";
    margin-right: 10px;
  }
}
@media (min-width:1024px){
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 82px;
  }
  .header{
    --logo-height:auto;
    /*padding: 19px 40px 26px 30px;*/
    padding-left: 30px;
  }

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

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

  }
  .header.slim .hdr_logo img{
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }
  .hdr_contact_btn{
    width: 200px;
    padding: 28px 10px;
  }
  .hdr_contact_btn p:before{
    margin-right: 17px;
  }
}
@media (min-width:1200px){

  .header{
    --logo-height: 75px;
    padding-left: 30px;
  }
  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    width: 380px;
  }

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

  }
  .header.slim .hdr_logo img{
  }

}
@media (min-width:1470px){
  .hdr_logo img {
    width: auto;
  }
}

/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  position: relative;
  z-index: 1;
}
.mv_img_box{

}
.mv_img_items{

}
.mv_img_item{

}
.mv_img_item .img_fit:before{
  padding-top: 90vh;
}

/* MVテキスト */
.mv_txt{
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
}
.mv_txt_p1{

}
.mv_txt_p2{

}
.mv_inner{
  width: 94%;
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mv_container{
  position: relative;
}
.mv_txt1{
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  letter-spacing: 0;
  line-height: 1.2em;
}
.mv_txt1 p{
  letter-spacing: 0;
}
.mv_txt2{
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 28px;
}
.mv_txt2 p{
  background: #fff;
  letter-spacing: 0.025em;
  padding: 2px 0px 2px 12px;
}
.mv_txt2 p:nth-child(n+2){
  margin-top: 10px;
}

.mv_schroll{
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 5.2%;
  bottom: 0;
  z-index: 2;
  border-left: 1px solid #fff;
  height: 100px;
  padding-left: 7px;
}


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

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

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}
@media (max-width:375px){
  .mv_img_item .img_fit:before{
    padding-top: 80vh;
  }
  .mv_inner{
    top: 48%;
  }
}

@media (min-width:767px){
  .mv_inner {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width:768px){

  /* MV */
  .mv{
  }
  .mv_img_box{

  }
  .mv_img_items{

  }
  .mv_img_item{

  }
  .mv_img_item .img_fit:before{
    padding-top: 650px;
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  .mv_inner {
    width: 70%;
  }
  .mv_container{

  }
  .mv_txt1{
    font-size: 40px;
  }
  .mv_txt2{
    font-size: 18px;
  }

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


  /* MV */
  .mv{
  }
  .mv_img_box{

  }
  .mv_img_items{

  }
  .mv_img_item{

  }
  .mv_img_item .img_fit:before{
    padding-top: calc(100vh - 100px);
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  .mv_inner{
    width: 100%;
    top: 50%;
  }
  .mv_container{

  }
  .mv_txt1{
    font-size: 60px;
  }
  .mv_txt2{

  }

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

  /* MV */
  .mv{
  }
  .mv_img_box{

  }
  .mv_img_items{

  }
  .mv_img_item{

  }
  .mv_img_item .img_fit:before{
    padding-top: 750px;
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  .mv_inner{
    top: 52%;
  }
  .mv_container{

  }
  .mv_txt1{
    font-size: 80px;
  }
  .mv_txt2{

  }

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

  /* MV */
  .mv_img_item .img_fit:before{
    padding-top: 800px;
    /*padding-top: calc(100vh - 945px);*/
  }
}

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

/* サイドバー */
.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: 60px;
  position: relative;
  z-index: 1;
}
.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header_title_en{
  font-size: 50px;
  font-family: var(--font-en1);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
}
.pg_header_title_ja{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 10px;
  color: #FFF;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 150px;
}
.pg_header_mv_img:after{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_title{

  }
  .pg_header_title_en{
    font-size: 60px;
  }
  .pg_header_title_ja{
    font-size: 18px;
    margin-top: 10px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 120px;
  }
  .pg_header_title{

  }
  .pg_header_title_en{
    font-size: 90px;
  }
  .pg_header_title_ja{
    margin-top: 18px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
}
@media (min-width:1200px){

  .pg_header{
    margin-bottom: 150px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 360px;
  }


}

/*******************************
*　フッター
********************************/

.footer{
  margin-top: 50px;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  font-family: var(--font-ja);
  font-weight: 500;
  text-align: center;
  background: var(--main-color);
  color: var(--sub-color);
  padding: 8px;
  /*margin-top: 40px;*/
}
.ftr_copy p{
  letter-spacing: 0;
}
.ftr_copy a:hover{
  color: var(--sub-color);
  opacity: 0.5;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: var(--sub-color);
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #fff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: var(--main-color);
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: var(--main-color) !important;
}
.pagetop a i{
  font-size: 40px;
}


.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 26px 0;
}
.ftr_contact_box1{
  width: 100%;
}
.ftr_contact_box1_en{
  font-size: 40px;
  font-weight: 500;
  text-shadow:none;
  font-family: var(--font-en1);
  color: var(--main-color);
  letter-spacing: 0;
  text-align: center;
}
.ftr_contact_box1 .tt2_en:first-letter{
  font-size: inherit;
}
.ftr_contact_box1 .content_desc{

}
.ftr_contact_box2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ftr_contact_box2_item{
  width: 100%;
  text-align: center;
}
.ftr_contact_box2_item_tt{
  position: relative;
  text-align: center;
}
.ftr_contact_box2_item_tt:after{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #a39c92;
  margin: 25px auto 0;
}
.ftr_contact_box2_item_tt:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 24px;
  margin-inline:auto;
  margin-bottom: 16px;
}
.ftr_contact_box2_item.mail .ftr_contact_box2_item_tt:before{
  width: 25px;
  aspect-ratio:25 / 24;
  background-image: url(https://sit-9626188.sibloo.com/system_panel/uploads/images/mail.png);

}
.ftr_contact_box2_item.tel .ftr_contact_box2_item_tt:before{
  width: 25px;
  aspect-ratio:25 / 18;
  background-image: url(https://sit-9626188.sibloo.com/system_panel/uploads/images/tel.png);
}
.ftr_contact_box2_item_h2{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.ftr_contact_box2_item_link{
  margin-top: 26px;
}
.ftr_contact_box2_ite_tel{
  text-align: center;
}
.ftr_contact_box2_ite_tel1{
  font-size: 28px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
}
.ftr_contact_box2_ite_tel1 a:hover{
  color: var(--main-color);
}
.ftr_contact_box2_ite_tel2{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.link_1{
  display: block;
  width: 100%;
  max-width: 202px;
  background: var(--sub-color);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-inline:auto;
  padding: 13px 0;
}
.link_1:hover{
  background: var(--main-color);
  color: #FFF;
}
.link_1 p{
  letter-spacing: 0;
}

.ftr_1{
  padding-top:50px;
  padding-bottom: 50px;
  margin-top: 50px;
  background: #e7e7e7;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_1_box1{
  width: 100%;
}
.ftr_logo{

}
.ftr_add{
  margin-top: 30px;
}
.ftr_add_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25em;
  letter-spacing: 0.025em;
}
.ftr_add_txt a:hover{
  color: var(--main-color);
}
.ftr_add_item{
  display: flex;
  align-items: center;
}
.ftr_add_txt.left{
  position: relative;
  padding-right: 10px;
  margin-right: 13px;
}
.ftr_add_txt.left:after{
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ftr_1_box2{
  width: 100%;
}
@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }

  #chatbot-btn{
    transform: translateX(100%);
    transition: 0.2s all;
  }
  #chatbot-btn.show{
    transform: translateX(0);
  }
  .ftr_contact_box2_item{
    border-top: 1px solid #bfbfbf;
    padding-top: 20px;
  }
  .ftr_contact_box2_item{
    margin-top: 20px;
  }
  .ftr_contact_box2_item:first-child{
    border-top:none;
  }

  .ftr_1_box1{
    text-align: center
  }
  .ftr_1_box2{
    display: none;
  }
  .ftr_add_item{
    width: 250px;
    margin-inline: auto;
  }

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

  .footer{
    margin-top: 100px;
  }


  .ftr_contact_box1_en{
    font-size: 60px;
  }
  .ftr_contact_box1 .content_desc{

  }
  .ftr_contact_box2{
    margin-top: 40px;
  }
  .ftr_contact_box2_item{
    width: 50%;
    position: relative;
    padding: 44px 0 40px;
  }
  .ftr_contact_box2_item:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ftr_contact_box2_item:last-child:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #bfbfbf;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ftr_contact_box2_item_tt{

  }
  .ftr_contact_box2_item_h2{

  }
  .ftr_contact_box2_item_link{

  }
  .ftr_contact_box2_ite_tel{

  }
  .ftr_contact_box2_ite_tel1{
    font-size: 30px;
  }
  .ftr_contact_box2_ite_tel2{

  }

  .ftr_1{
    padding-top: 100px;
  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 44.23%;
  }
  .ftr_logo{

  }
  .ftr_add{
    margin-top: 47px;
  }
  .ftr_add_txt{

  }
  .ftr_add_item{

  }
  .ftr_add_txt.left{

  }
  .ftr_1_box2{
    width: 50%;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    margin-inline: -30px;
  }
  .ftr_link{
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
    padding-inline: 8px;
  }
  .ftr_link p{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    letter-spacing: 0.025em;
  }
  .ftr_link p:before{
    content: "";
    display: block;
    width: 22px;
    aspect-ratio: 1;
    background-image: url(https://kikumoto-gp.com/system_panel/uploads/images/ar.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 9px;
  }
  .ftr_link p:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .ftr_link:hover{
    color: var(--main-color);
  }

  .ftr_copy{

  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 175px;
  }

  .ftr_contact_box1{
    width: 36.23%;
  }
  .ftr_contact_box1_en{
    font-size: 70px;
    text-align: left;
  }
  .ftr_contact_box1 .content_desc{

  }
  .ftr_contact_box2{
    width: 50.98%;
    margin-top:0;
  }
  .ftr_contact_box2_item{

  }
  .ftr_contact_box2_item_tt{

  }
  .ftr_contact_box2_item_h2{

  }
  .ftr_contact_box2_item_link{

  }
  .ftr_contact_box2_ite_tel{

  }
  .ftr_contact_box2_ite_tel1{
    font-size: 30px;
  }

  .ftr_1{
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 60px;
  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 38.48%;
  }
  .ftr_logo{

  }
  .ftr_add{
    margin-top: 75px;
  }
  .ftr_add_txt{

  }
  .ftr_add_item{

  }
  .ftr_add_txt.left{
    padding-right: 12px;
    margin-right: 17px;
  }
  .ftr_1_box2{
    width: 55.52%;
    padding-top: 133px;
  }
  .ftr_link{
    width: 33.333%;
  }
  .ftr_link p:after{
    width: 90%;
    left: 0;
    bottom: 0;
  }
}
@media (min-width:1200px){
  .ftr_1_box1{
    width: 38.48%;
  }
  .ftr_contact_box1_en{
    font-size: 80px;
  }

  .ftr_link{
    padding-inline: 30px;
    margin-bottom: 0;
  }
  .ftr_link:nth-child(n+4){
    margin-top: 8px;
  }
  .ftr_link p:after{
    width: 100%;
  }
}
@media (min-width:1366px){
  .ftr_contact_box1_en{
    font-size: 100px;
  }
}

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


/* テーブル用 */
.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 #dcdcdc;
  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;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid #b9ad98;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #00a785;
  color: #FFF;
}
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

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

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.read_more a{
  min-width: 320px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #181818;
  color: var(--sub-color) !important;
  padding: 16px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a p{
  letter-spacing: 0;
}
.read_more a:after{
  content: "›";
  font-family: var(--font-ja);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  color: var(--sub-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 50%;
  top: 43%;
  right: 29px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover{
  color: #FFF!important;
  background: var(--main-color) !important;
}
.read_more a.color1:hover{
  color: #FFF!important;
  background: var(--main-color) !important;
}
.read_more a.color2:hover{
  color: #FFF!important;
  background: var(--sub-color) !important;
}
.read_more a.color3:hover{
  color: #FFF!important;
  background: #d96398 !important;
}
.read_more a.color4:hover{
  color: #FFF!important;
  background: var(--sub-color) !important;
}
.read_more a:hover:after{
  color: #FFF !important;
  margin-right: -5px;
}


/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 30px;
}
.tt2_en{
  font-size: 32px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
.tt2_en:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  background: #181818;
  transform: translateY(-50%);
}
.tt2_en:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 1px;
  background: #181818;
  transform: translateY(-50%);
}
.tt2_en1:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 110px;
  height: 1px;
  background: #181818;
  transform: translateY(-50%);
}
.tt2_en1:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 110px;
  height: 1px;
  background: #181818;
  transform: translateY(-50%);
}

.tt2_ja{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-ja);
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.tt2_ja2{
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.tt2_ja2 strong{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}


/* セクション */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.sec1{
  padding-top: 0;
}
.section:last-child{
  padding-bottom: 0;
}

.section.beige{
  background-color: #c3b9a9;
}

/* コンテナ */
.container.wide{

}

/*　テキスト　*/
.cmn_txt{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 500;
  line-height: 2.1;
  color: var(--txt-color);
  text-align: justify;
}
.cmn_txt p{
  letter-spacing: 0;
}
@media (max-width:374px){

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

}
@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;
  }

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

  .anchor{
    top: -100px;
  }

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

  /* ボタン */
  .read_more{
    margin-top: 44px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    min-width: 395px;
    font-size: 16px;
    padding: 23px 20px;
    margin: 5px 5px;
  }
  .read_more a:after{

  }
  .read_more a:hover:after{
    margin-right: -5px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 60px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }

  .tt2_en:before{
    top: 54%;
    left: 0;
    width: 230px;
    height: 1px;
  }
  .tt2_en:after{
    top: 54%;
    right: 0;
    width: 230px;
    height: 1px;
  }
  .tt2_en1:before{
    top: 54%;
    left: 0;
    width: 250px;
  }
  .tt2_en1:after{
    top: 54%;
    right: 0;
    width: 250px;
  }
}
@media (min-width:1024px){

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

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

  .tt2_en:before{
    top: 54%;
    left: 0;
    width: 340px;
    height: 1px;
  }
  .tt2_en:after{
    top: 54%;
    right: 0;
    width: 340px;
    height: 1px;
  }
  .tt2_en1:before{
    top: 54%;
    left: 0;
    width: 360px;
  }
  .tt2_en1:after{
    top: 54%;
    right: 0;
    width: 360px;
  }
}
@media (min-width:1200px){
  .tt2_en:before{
    top: 54%;
    left: 0;
    width: 430px;
    height: 1px;
  }
  .tt2_en:after{
    top: 54%;
    right: 0;
    width: 430px;
    height: 1px;
  }
  .tt2_en1:before{
    top: 54%;
    left: 0;
    width: 460px;
  }
  .tt2_en1:after{
    top: 54%;
    right: 0;
    width: 460px;
  }

}


@media (min-width:1366px){

  /* 見出し */
  .tt2{
    margin-bottom: 56px;
  }
  .tt2_en{
    font-size: 90px;
  }


}
@media (min-width:1470px){
  .tt2_en:before{
    width: 510px;
  }
  .tt2_en:after{
    width: 510px;
  }
  .tt2_en1:before{
    width: 530px;
  }
  .tt2_en1:after{
    width: 530px;
  }
}
@media (min-width:1720px){
  .tt2_en:before{
    width: 585px;
  }
  .tt2_en:after{
    width: 585px;
  }
  .tt2_en1:before{
    width: 635px;
  }
}
.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: 0;
  padding-bottom: 50px;
  position: relative;
}
.pg_home .section.sec2:before{
  content: "";
  background: #f5f3f0;
  position: absolute;
  width: 100%;
  height: 85%;
  top: 370px;
  z-index: -1;
}
.pg_home .section.sec3{
  padding-top: 50px;
  padding-bottom: 30px;
}
.pg_home .section.sec4{
  padding-top: 30px;
  position: relative;
}
.pg_home .section.sec4:before{
  content: "";
  background: #f5f3f0;
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  z-index: -1;
}
.pg_home .section.sec5{

}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}
.pg_home .section.sec8{

}


@media (max-width:375px){
  .pg_home .section.sec2{
    padding-top: 0;
    position: relative;
  }
  .pg_home .section.sec2::before{
    top: 335px;
    height: 87%;
  }
}
@media (max-width:767px){

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

  .pg_home .section.sec1{
    padding-top: 100px;
  }
  .pg_home .section.sec2{
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .pg_home .section.sec3{
    padding-top: 80px;
  }
  .pg_home .section.sec4{

  }
  .pg_home .section.sec4:before{
    width: 100%;
    height: 500px;
    top: 0;
  }
  .pg_home .section.sec5{

  }
  .pg_home .section.sec6{

  }
  .pg_home .section.sec2::before{
    top: 135px;
    height: 93%;
  }

}
@media (min-width:1024px){
  .pg_home .section.sec4:before{
    height: 366px;
  }

}
@media (min-width:1200px){
  .pg_home .section.sec1{
    padding-top: 134px;
  }
  .pg_home .section.sec2{
    padding-top: 93px;
    padding-bottom: 30px;
  }
  .pg_home .section.sec3{
    padding-top: 150px;
    padding-bottom: 46px;
  }
  .pg_home .section.sec4{
    padding-top: 38px;
  }
  .pg_home .section.sec4:before{
    height: 440px;
  }
  .pg_home .section.sec5{
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .pg_home .section.sec6{

  }
  .pg_home .section.sec2::before{
    width: 100%;
    height: 85%;
    top: 220px;
  }
}
@media (min-width:1470px){
  .pg_home .section.sec2{
    padding-top: 84px;
    padding-bottom: 35px;
  }
  .pg_home .section.sec2::before{
    width: 100%;
    height: 840px;
    top: 218px;
  }
  .pg_home .section.sec3{
    padding-top: 175px;
  }
  .pg_home .section.sec4:before{
    height: 450px;
  }
}
@media (min-width:1720px){
  .pg_home .section.sec2::before{
    width: 100%;
    height: 796px;
    top: 230px;
  }
  .pg_home .section.sec4:before{
    height: 450px;
  }
  .pg_home .section.sec5{
    padding-top: 133px;
    padding-bottom: 55px;
  }
}


/* メイン */
.home_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1{
  width: 100%;
  order: 1;
}
.home_about_title{
  font-size: 25px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.314;
  letter-spacing: 0;
  margin-bottom: 41px;
  order: 1;
}
.home_about_txt{
  order: 3;
}
.home_about_line_txt{
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0;
  background: #f0f0f0;
  color: var(--main-color);
  padding: 6px 0px 5px 11px;
  margin-top: 15px;
  margin-bottom: 15px;
  order: 3;
  width: 100%;
}
.home_about_line_txt p{
  letter-spacing: 0;
}
.home_about .read_more{
  order: 5;
}
.home_about_box2{
  width: 100%;
  margin-top: 18px;
  order: 2;
}
.home_about_img{
  width: 85%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.home_about_box1,
.home_about_box2,
.home_about_title{
  display: contents;
}

/* 画像マスク */
.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;
}
.home_about_img img {
  -webkit-mask-image: url(https://kikumoto-gp.com/system_panel/uploads/images/mask1.png);
  aspect-ratio: 623 / 816;
  order: 3;
}

/* サービス */
.home_service_title{
  text-align: center;
}
.home_service_title_txt{
  margin-bottom: 35px;
  position:relative;
  z-index:2;
}
.home_service_title_txt .sp{
  width: 50%;
}
.home_service_line_txt{
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 500;
  display: inline-block;
  background: #e7e7e7;
  padding: 15px 40px;
  margin-top: -20px;
}
.home_service_line_txt p{
  letter-spacing: 0.2em;
}
/*.home_service_line_txt:before{
  content:"";
  position: absolute;
  width: 1159px;
  height: 64px;
  background: #e7e7e7;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}*/
.home_service_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.home_service_item{
  width: 100%;
  text-align: center;
  background: #FFF;
  padding: 20px 15px 0;
}
.home_service_item:nth-child(n+2){
  margin-top: 25px;
}
.home_service_item.gray{
  background: #e6e6e6;
}
.home_service_item_head{
  font-size: 15px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.8em;
  color: #FFF;
  background: #434343;
  padding: 3px 70px 3px 80px;
  display: inline-block;
}
.home_service_item_title{
  font-size: 24px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.home_service_item_img{
  margin-top: 15px;
  margin-bottom: 15px;
}
.home_service_txt{
  text-align: justify;
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 500;
  line-height: 2.1;
}
.home_service_txt p{
  letter-spacing: 0.1em;
}
.home_service_en_txt{
  font-size: 80px;
  font-family: var(--font-en1);
  font-weight: 600;
  line-height: 1;
  color: #f5f3f0;
  margin-top: -10px;
}
.home_service_en_txt p{
  letter-spacing: 0.05em;
}
.home_service_en_txt.white{
  color: #FFF;
}
.home_service_item .read_more{
  margin: 0;
  margin-top: -10px;
  margin-inline: -15px;
}
.home_service_item .read_more_a{
  display: block;
  width: 100%;
  /*min-width: 507px;*/
  /*min-width: 360px;*/
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 20px;
  margin: 5px 0 0;
}
.home_service_item .read_more_a.gray{
  background: #313131;
}
.home_service_item .read_more a:after{
  right: 35px;
}

/* お悩み */
.home_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_contents_box1{
  width: 100%;
}
.home_contents_img{

}
.home_contents_img:before{
  padding-top: 73.82%;
}
.home_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.home_contents_title{
  font-size: 22px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.314;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.home_contents_txt{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
}

/* お悩みリスト */
.home_worries{
  background: #f6f6f6;
  padding: 10px 10px;
  margin-top: 30px;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}
.home_worries_inner{
  border: 8px solid var(--main-color);
  padding: 10px 10px 20px;
}
.home_worries_ttl{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  background: var(--sub-color);
  padding: 10px 0;
  text-align: center;
  text-shadow: 2px 2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    2px 0px 2px #ffffff,
    0px 4px 4px #ffffff,
    -2px 0px 2px #ffffff,
    0px -2px 2px #ffffff,
    2px 2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    2px 0px 2px #ffffff,
    0px 2px 2px #ffffff,
    -2px 0px 2px #ffffff,
    0px -2px 2px #ffffff;
}
.home_worries_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  /*  margin-inline: -15px;*/
}
.home_worries_list_box1{
  width: 100%;
  /*  padding-inline: 15px;*/
}
.home_worries_list_box2{
  width: 100%;
  /*  padding-inline: 14px;*/
  margin-top: 15px;
}
.home_worries_list_txt{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.home_worries_list_txt p{
  letter-spacing: 0;
}
.home_worries_list_txt + .home_worries_list_txt{
  margin-top: 15px;
}
.home_worries_list_txt:before{
  content: "";
  width: 1.65em;
  width: 20px;
  aspect-ratio: 33 / 28;
  background-image: url(https://kikumoto-gp.com/system_panel/uploads/images/check_box.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
}
.home_worries_list_txt:after{
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-image: url(https://kikumoto-gp.com/system_panel/uploads/images/border-bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
}

/**/
.home_contact_ttl_box{
  margin-top: 20px;
}
.home_contact_ttl{
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.47;
  line-height: 1.5;
  color: #ee0202;
  text-align: center;
  position: relative;
}
.home_contact_ttl p {
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.home_contact_ttl p:after{
  content: "";
  background: #fff100;
  height: 0.441em;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 2px;
}

/* お役立ちできること */
.home_expert_title{
  font-size: 20px;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-align: center;
}
.home_expert_boxs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_expert_box{
  width: 100%;
  background: #FFF;
  border: 1px solid #c9c9c9;
  padding: 10px 25px 15px;
}
.home_expert_box:nth-child(n+2){
  margin-top: 15px;
}
.home_expert_box_title{
  font-size: 20px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.home_expert_box_title:after{
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  margin: 9px auto 0;
}
.home_expert_box:nth-child(odd) .home_expert_box_title:after{
  background: var(--main-color);
}
.home_expert_box:nth-child(even) .home_expert_box_title:after{
  background: var(--sub-color);
}
.home_expert_box_txt{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.075em;
  padding-left: 0;
}
.home_expert_box_txt p{
  letter-spacing: 0.075em;
}
.home_expert_box_txt p:before{
  content: "■";
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-right: 5px;
}
.home_expert .read_more{

}
.home_expert .read_more_a{
  min-width: 340px;
  line-height: 1.5;
}
.home_expert .read_more a:after{
  /*right: 50px;*/
}

/*お知らせ*/
.news2_list{

}
.news2_list .webgene-blog{

}
.news2_list .webgene-item{

}
.news2_list .webgene-item:nth-child(n+2){
  margin-top: 15px;
}
.news2_list .webgene-item a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border: 1px solid #192a4d;
  background: #fff;
  padding: 20px;
}
.news2_list .webgene-item a:hover{
  color: var(--main-color);
}
.news2_list .webgene-item a:after{

}
.news2_list .webgene-item .date{
  width: 100px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-en1);
  line-height: 1;
  letter-spacing: 0.075em;
  position: relative;
}
.news2_list .webgene-item .date:after{
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #a7a7a7;
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%);
}
.news2_list .webgene-item .title{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 20px;
}

/*topics*/
.sec_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_list_outer{
  background: #ffffff;
  padding: 16px;
}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-10px;
}
.news_list .webgene-item{
  width: 50%;
  padding-inline:10px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 20px;
}
/*.news_list .webgene-item:nth-child(2n){
    border-right: none;
}*/
.news_list .webgene-item a:hover{
  color: var(--main-color);
}

.news_list .img:before{
  padding-top: 75%;
}
.news_list .img img{

}
.news_list .box2{
  margin-top: 16px;
}
.news_list .box2 .category{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-ja);
  letter-spacing: 0;
  line-height: 1.75em;
  background: #FFF;
  border: 1px solid #bababa;
  padding: 0 19px;
  margin-bottom: 18px;
}
.news_list .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75em;
}

@media (max-width:374px){

}
@media (max-width:375px){
  /*    .home_service_item .read_more_a {
          min-width: 345px;
      }*/
  .home_contact_ttl{
    font-size: 19px;
  }
}
@media (max-width:767px){

}
@media (min-width:768px){
  /* メイン */
  .home_about{
  }
  .home_about_box1{

  }
  .home_about_title{
    font-size: 35px;
  }
  .home_about_txt{

  }
  .home_about_line_txt{
    font-size: 24px;
    padding: 6px 0px 5px 11px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .home_about_box2{
    margin-top: 18px;
  }
  .home_about_img{
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* サービス */
  .home_service_title{

  }
  .home_service_title_txt{
    margin-bottom: 8px;
  }
  .home_service_line_txt{
    font-size: 20px;
    padding: 26px 105px 9px;
    margin-top: -26px;
  }
  .home_service_items{
    margin-top: 40px;
  }
  .home_service_item{
    width: 50%;
    padding: 20px 20px 0;
    margin-inline: -5px;
  }
  .home_service_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_service_item:nth-child(n+3){
    margin-top: 25px;
  }
  .home_service_item.gray{
    background: #e6e6e6;
  }
  .home_service_item_head{
    font-size: 16px;
    padding: 5px 80px 5px 90px;
  }
  .home_service_item_title{
    font-size: 28px;
    margin-top: 20px;
  }
  .home_service_item_img{
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .home_service_txt{
    font-size: 16px;
    line-height: 2.1;
  }
  .home_service_en_txt{
    margin-top: -10px;
  }
  .home_service_item .read_more{
    margin: 0;
    margin-top: -10px;
  }
  .home_service_item .read_more_a{
    min-width: 345px;
    padding: 25px 20px;
  }
  .home_service_item .read_more_a.gray{
    background: #313131;
  }
  .home_service_item .read_more a:after{
    right: 35px;
  }

  /* お悩み */
  .home_contents_box1{

  }
  .home_contents_img{

  }
  .home_contents_img:before{
    padding-top: 73.82%;
  }
  .home_contents_box2{
    margin-top: 15px;
  }
  .home_contents_title{
    font-size: 35px;
  }
  .home_contents_txt{
    font-size: 18px;
    line-height: 2;
  }

  /* お悩みリスト */
  .home_worries{
    padding: 15px 15px;
    margin-top: 60px;
  }
  .home_worries_inner{
    padding: 12px 15px 40px;
  }
  .home_worries_ttl{
    font-size: 24px;
    padding: 12px 0;
  }
  .home_worries_list{
    margin-top: 30px;
  }
  .home_worries_list_box1{
    width: 100%;
  }
  .home_worries_list_box2{
    width: 100%;
    margin-top: 30px;
  }
  .home_worries_list_txt{
    font-size: 17px;
    padding-left: 45px;
  }
  .home_worries_list_txt + .home_worries_list_txt{
    margin-top: 30px;
  }
  .home_worries_list_txt:before{
    width: 1.65em;
    top: 4px;
    left: 5px;
  }
  .home_worries_list_txt:after{
    top: 43px;
    left: 0;
  }

  /**/
  .home_contact_ttl_box{
    margin-top: 20px;
  }
  .home_contact_ttl{
    font-size: 26px;
    line-height: 1.47;
  }
  .home_contact_ttl p:after{
    left: 0;
    right: 0;
    bottom: 2px;
  }

  /* お役立ちできること */
  .home_expert_title{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .home_expert_boxs{
    padding-inline: 10px;
  }
  .home_expert_box{
    width: 33.333%;
    padding: 10px 10px 15px;
    margin-inline: -10px;
  }
  .home_expert_box:nth-child(n+2){
    margin-top: 0;
  }
  .home_expert_box_title{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .home_expert_box_title:after{
    width: 80px;
    height: 5px;
    margin: 9px auto 0;
  }
  .home_expert_box_txt{

  }
  .home_expert_box_txt p{
    position: relative;
    padding-left: 25px;
    text-indent: -25px;
  }
  .home_expert_box_txt p:before{
    font-size: 16px;
    margin-right: 5px;
  }
  .home_expert .read_more{
    margin-top: 30px;
  }
  .home_expert .read_more_a{
    min-width: 600px;
    padding: 26px 20px;
  }
  .home_expert .read_more a:after{
    right: 50px;
  }

  /*topics*/
  .sec_head{
    align-items: flex-end;
  }
  .sec_head .link_2{
    margin-bottom: 20px;
  }
  .news_list_outer{
    padding: 20px;
  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
    ;
  }
  .news_list .img:before{

  }
  .news_list .box2{

  }
  .news_list .title{

  }

  /*お知らせ*/
  .news2_list{

  }
  .news2_list .webgene-blog{

  }
  .news2_list .webgene-item{

  }
  .news2_list .webgene-item:nth-child(n+2){
    margin-top: 15px;
  }
  .news2_list .webgene-item a{
    padding: 20px 0;
    position: relative;
  }
  .news2_list .webgene-item a:before{
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #a6a6a6;
    position: absolute;
    right: 11.15%;
    top: 50%;
    transform: translateY(-50%);
  }
  .news2_list .webgene-item a:after{
    content: "▶";
    position: absolute;
    top: 50%;
    right: 5%;
    ;
    color: #181818;
    transform: translateY(-50%);
    font-size: 13px;
  }
  .news2_list .webgene-item .date{
    width: 155px;
    padding-left: 30px;
  }
  .news2_list .webgene-item .title{
    width: calc(100% - 155px - 80px);
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 0;
  }
  .news2_list .webgene-item .title:after{
    display: none;
  }
}
@media (min-width:1024px){
  /* メイン */
  .home_about{
  }
  .home_about_box1{
    width: 55%;
  }
  .home_about_title{
    font-size: 40px;
    margin-bottom: 41px;
  }
  .home_about_txt{
    font-size: 18px;
  }
  .home_about_line_txt{
    font-size: 18px;
    padding: 6px 0px 5px 8px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .home_about_box2{
    width: 40.85%;
    margin-top: 0;
  }
  .home_about_box1,
  .home_about_box2,
  .home_about_title,
  .home_about_img{
    display: block;
  }

  /* サービス */
  .home_service_title{

  }
  .home_service_title_txt{
    margin-bottom: 8px;
  }
  .home_service_line_txt{
    font-size: 20px;
    padding: 26px 225px 9px;
    margin-top: -26px;
  }
  .home_service_items{
    margin-top: 45px;
  }
  .home_service_item{
    width: 50%;
    height: 100%;
    padding: 20px 25px 0;
  }
  .home_service_item.gray{
    background: #e6e6e6;
  }
  .home_service_item_head{
    font-size: 18px;
    padding: 5px 70px 5px 80px;
  }
  .home_service_item_title{
    font-size: 32px;
    margin-top: 20px;
  }
  .home_service_item_img{
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .home_service_txt{
    font-size: 16px;
    line-height: 2.1;
  }
  .home_service_en_txt{
    font-size: 75px;
    margin-top: -10px;
  }
  .home_service_item .read_more{
    margin: 0;
    margin-top: -10px;
  }
  .home_service_item .read_more_a{
    min-width: 465px;
    padding: 25px 20px;
  }
  .home_service_item .read_more_a.gray{
    background: #313131;
  }
  .home_service_item .read_more a:after{
    right: 35px;
  }

  /* お悩み */
  .home_contents_box1{
    width: 45%;
  }
  .home_contents_img{

  }
  .home_contents_img:before{
    padding-top: 73.82%;
  }
  .home_contents_box2{
    width: 51.73%;
    margin-top: -10px;
  }
  .home_contents_title{
    font-size: 40px;
    margin-bottom: 25px;
  }
  .home_contents_txt{
    font-size: 18px;
    line-height: 2;
  }

  /* お悩みリスト */
  .home_worries{
    padding: 15px 15px;
    margin-top: 60px;
  }
  .home_worries_inner{
    padding: 12px 17px 50px;
  }
  .home_worries_ttl{
    font-size: 24px;
    padding: 12px 0;
  }
  .home_worries_list{
    margin-top: 42px;
    margin-inline: -10px;
  }
  .home_worries_list_box1{
    width: 50%;
    padding-inline: 10px;
  }
  .home_worries_list_box2{
    width: 50%;
    margin-top: 0;
    padding-inline: 10px;
  }
  .home_worries_list_txt{
    font-size: 18px;
    padding-left: 45px;
  }
  .home_worries_list_txt + .home_worries_list_txt{
    margin-top: 36px;
  }
  .home_worries_list_txt:before{
    top: 22px;
    left: 5px;
  }
  .home_worries_list_txt:after{
    top: 70px;
    left: 0;
  }

  /**/
  .home_contact_ttl_box{
    margin-top: 30px;
  }
  .home_contact_ttl{
    font-size: 28px;
  }
  .home_contact_ttl p:after{
    left: 0;
    right: 0;
    bottom: 2px;
  }

  /* お役立ちできること */
  .home_expert_box_txt {
    font-size: 15px;
    padding-left: 10px;
  }
  .home_expert_box_txt p{
    position: relative;
    padding-left: 0;
    text-indent: 0;
  }

  /*topics*/
  .news_list .webgene-item {
    width: 25%;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .read_more{
    margin-top: 49px;
  }
  .news_list .read_more a{
    min-width: 410px;
  }
  .news_list .read_more a:after{
    right: 36px;
  }

  /**/
  .news2_list .read_more{
    margin-top: 55px;
  }
  .news2_list .read_more a{
    min-width: 410px;
  }
  .news2_list .read_more a:after{
    right: 36px;
  }
}
@media (min-width: 1200px) {
  /* メイン */
  .home_about{
  }
  .home_about_box1{
    width: 50.28%;
  }
  .home_about_title{
    font-size: 50px;
    margin-bottom: 35px;
  }
  .home_about_txt{

  }
  .home_about_line_txt{
    font-size: 20px;
    padding: 6px 0px 5px 11px;
    margin-top: 30px;
    margin-bottom: 36px;
  }
  .home_about_box2{
    width: 40.85%;
  }
  .home_about_box1,
  .home_about_box2,
  .home_about_title,
  .home_about_img{
    display: block;
  }

  /* サービス */
  .home_service_title{

  }
  .home_service_title_txt{
    margin-bottom: 8px;
  }
  .home_service_line_txt{
    font-size: 20px;
    padding: 26px 313px 9px;
    margin-top: -26px;
  }
  .home_service_items{
    margin-top: 60px;
  }
  .home_service_item{
    width: 33.333%;
    padding: 20px 25px 0;
    margin-inline: 0;
  }
  .home_service_item:nth-child(n+3){
    margin-top: 0;
  }
  .home_service_item.gray{
    background: #e6e6e6;
  }
  .home_service_item_head{
    font-size: 18px;
    padding: 5px 99px 5px 109px;
  }
  .home_service_item_title{
    font-size: 35px;
    margin-top: 20px;
  }
  .home_service_item_img{
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .home_service_txt{
    font-size: 16px;
    line-height: 2.1;
  }
  .home_service_en_txt{
    font-size: 90px;
    margin-top: -10px;
  }
  .home_service_item .read_more{
    margin: 0;
    margin-top: -10px;
  }
  .home_service_item .read_more_a{
    min-width: 370px;
    padding: 31px 20px;
  }
  .home_service_item .read_more_a.gray{
    background: #313131;
  }
  .home_service_item .read_more a:after{
    right: 35px;
  }

  /* お悩み */
  .home_contents_box1{
    width: 49.01%;
  }
  .home_contents_img{

  }
  .home_contents_img:before{
    padding-top: 73.82%;
  }
  .home_contents_box2{
    width: 44.73%;
    margin-top: -15px;
  }
  .home_contents_title{
    font-size: 40px;
    margin-bottom: 35px;
  }
  .home_contents_txt{
    font-size: 18px;
    line-height: 2;
  }

  /* お悩みリスト */
  .home_worries{
    padding: 20px 20px;
    margin-top: 60px;
  }
  .home_worries_inner{
    padding: 12px 17px 35px;
  }
  .home_worries_ttl{
    font-size: 24px;
    padding: 12px 0;
  }
  .home_worries_list{
    margin-top: 42px;
    margin-inline: -15px;
  }
  .home_worries_list_box1{
    width: 50%;
    padding-inline: 15px;
  }
  .home_worries_list_box2{
    width: 50%;
    padding-inline: 14px;
  }
  .home_worries_list_txt{
    font-size: 20px;
    padding-left: 62px;
  }
  .home_worries_list_txt + .home_worries_list_txt{
    margin-top: 36px;
  }
  .home_worries_list_txt:before{
    top: 22px;
    left: 10px;
  }
  .home_worries_list_txt:after{
    top: 75px;
    left: 0;
  }

  /**/
  .home_contact_ttl_box{
    margin-top: 27px;
  }
  .home_contact_ttl{
    font-size: 34px;
  }
  .home_contact_ttl p:after{
    left: 0;
    right: 0;
    bottom: 2px;
  }

  /* お役立ちできること */
  .home_expert_title{
    font-size: 38px;
    margin-bottom: 42px;
  }
  .home_expert_boxs{
    padding-inline: 0;
  }
  .home_expert_box{
    width: 31.57%;
    padding: 10px 15px 21px;
    margin-inline: 0;
  }
  .home_expert_box:nth-child(n+2){

  }
  .home_expert_box_title{
    font-size: 21px;
    margin-bottom: 15px;
      line-height: 2;
  }
  .home_expert_box_title:after{
    width: 80px;
    height: 5px;
    margin: 9px auto 0;
  }
  .home_expert_box_txt{
    font-size: 17px;
    padding-left: 10px;
  }
  .home_expert_box_txt p:before{
    font-size: 17px;
    margin-right: 5px;
  }
  .home_expert .read_more{
    margin-top: 55px;
  }
  .home_expert .read_more_a{
    min-width: 790px;
    padding: 26px 20px;
  }
  .home_expert .read_more a:after{
    right: 50px;
  }

  /*topics*/
  .news_list .webgene-item {
    width: 25%;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .webgene-blog{
    margin-inline: -20px;
  }
  .news_list .webgene-item{
    width: 25%;
    padding-inline: 20px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .webgene-item:nth-child(4n){
    border-right: none;
  }
  .news_list .img:before{
    padding-top: 80%;
  }
  .news_list .box2{
    margin-top: 12px;
  }
  .news_list .title{

  }

  /*お知らせ*/
  .home_sec5_wrap .contents_box1{
    padding-top: 0;
  }
  .home_sec5_wrap .contents_box1 .circle{
    margin-top: 130px;
  }
  .news2_list{

  }
  .news2_list .webgene-blog{

  }
  .news2_list .webgene-item{

  }
  .news2_list .webgene-item a{
    padding: 32px 30px;
  }
  .news2_list .webgene-item a:before {
    right: 6.15%;
  }
  .news2_list .webgene-item a:after{
    right: 3%;
  }
  .news2_list .webgene-item .date{
    width: 172px;
  }
  .news2_list .webgene-item .title{
    padding-left: 60px;
  }
}
@media (min-width: 1366px) {
  .home_about_box1 {
    width: 44.28%;
  }
  .home_service_line_txt {
    font-size: 20px;
    padding: 26px 340px 9px;
    margin-top: -26px;
  }
  .home_service_item .read_more_a {
    min-width: 429px;
    padding: 31px 20px;
  }
    .home_contents_title{
    font-size: 45px;
  }

  /* お役立ちできること */
  .home_expert_box_txt {
    font-size: 18px;
    padding-left: 35px;
  }

}
@media (min-width:1470px){
  /* メイン */
  .home_about{
  }
  .home_about_box1{
    width: 48.28%;
  }
  .home_about_title{
    font-size: 60px;
    margin-bottom: 41px;
  }
  .home_about_txt{

  }
  .home_about_line_txt{
    font-size: 23px;
    padding: 4px 0px 5px 10px;
    margin-top: 32px;
    margin-bottom: 36px;
  }
  .home_about_box2{
    width: 40.85%;
    margin-top: -4px;
  }
  .home_about_box1,
  .home_about_box2,
  .home_about_title,
  .home_about_img{
    display: block;
  }

  /* サービス */
  .home_service_title{

  }
  .home_service_title_txt{
    margin-bottom: 8px;
  }
  .home_service_line_txt{
    font-size: 20px;
    padding: 26px 340px 9px;
    margin-top: -26px;
  }
  .home_service_items{
    margin-top: 60px;
  }
  .home_service_item{
    width: 33.333%;
    padding: 20px 42px 0;
    padding: 20px 15px 0;
  }
  .home_service_item.gray{
    background: #e6e6e6;
  }
  .home_service_item_head{
    padding: 6px 88px 6px 98px;
  }
  .home_service_item_title{
    font-size: 38px;
    margin-top: 20px;
  }
  .home_service_item_img{
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .home_service_txt{
    font-size: 16px;
    line-height: 2.1;
  }
  .home_service_en_txt{
    font-size: 100px;
    margin-top: -14px;
  }
  .home_service_item .read_more{
    margin: 0;
    margin-top: -10px;
  }
  .home_service_item .read_more_a{
    min-width: 507px;
    min-width: 457px;
    padding: 31px 20px;
  }
  .home_service_item .read_more_a.gray{
    background: #313131;
  }
  .home_service_item .read_more a:after{
    right: 35px;
  }

  /* お悩み */
  .home_contents_box1{
    width: 49.01%;
  }
  .home_contents_img{

  }
  .home_contents_img:before{
    padding-top: 73.82%;
  }
  .home_contents_box2{
    width: 44.73%;
    margin-top: -15px;
  }
  .home_contents_title{
    font-size: 50px;
  }
  .home_contents_txt{
    font-size: 18px;
    line-height: 2;
  }

  /**/
  .home_contact_ttl{
    font-size: 34px;
  }
  .home_contact_ttl p:after{
    left: 0;
    right: 0;
    bottom: 2px;
  }

  /* お悩みリスト */
  .home_worries_inner{
    padding: 12px 17px 50px;
  }

  /* お役立ちできること */
  .home_expert_box_title{
    font-size: 24px;
  }
  .home_expert_box_txt{
    font-size: 18px;
    padding-left: 55px;
  }
  .home_expert_box:first-child .home_expert_box_txt{
    padding-left: 45px;
  }
}
@media (min-width:1536px){
  /* お悩みリスト */
  .home_worries{
    padding: 20px 20px;
    margin-top: 60px;
  }
  .home_worries_list_txt {
    font-size: 18px;
    padding-left: 50px;
  }
  .home_worries_list_txt:before{
    top: 4px;
    left: 10px;
  }
  .home_worries_list_txt:after{
    top: 43px;
    left: 0;
  }
}
@media (min-width:1720px){
  /* メイン */
  .home_about_box1{
    width: 43.28%;
  }
  .home_about_title{
    font-size: 70px;
    margin-bottom: 40px;
  }

  /* サービス */
  .home_service_item{
    width: 33.333%;
    padding: 20px 42px 0;
  }
  .home_service_item .read_more_a{
    min-width: 507px;
    padding: 31px 20px;
  }
  .home_service_item_head{
    font-size: 18px;
    padding: 5px 109px;
  }

  /* お悩み */
  .home_worries{
    padding: 20px 20px;
    margin-top: 40px;
  }
  .home_contents_title{
    font-size: 60px;
    margin-bottom: 41px;
  }

  /* お悩みリスト */
  .home_worries_list_txt{
    font-size: 20px;
    padding-left: 62px;
  }
  .home_worries_inner{
    padding: 12px 17px 50px;
  }

  /* お役立ちできること */
  .home_expert_box_txt{
    font-size: 18px;
    padding-left: 86px;
  }
  .home_expert_box:first-child .home_expert_box_txt{
    padding-left: 66px;
  }
}

/*******************************
*　私たちについて
********************************/

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

}
.pg_about .section.sec1{
  position: relative;
}
.pg_about .section.sec1:before{
  content: "";
  display: block;
  width: 100vw;
  height: auto;
  background: #f5f3f0;
  position: absolute;
  top: 132px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.pg_about .section.sec2{
  position: relative;
}
.pg_about .section.sec2:before{
  content: "";
  display: block;
  width: 100vw;
  height: auto;
  background: #f5f3f0;
  position: absolute;
  top: 210px;
  bottom: 100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.pg_about .section.sec3 {
  padding-bottom: 80px;
}

@media (max-width:374px){

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

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

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

  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec1:before{
    top: 160px;
    bottom: 0;
  }
  .pg_about .section.sec2:before{
    top: 330px;
  }
  .pg_about .section.sec3 {
    padding-bottom: 80px;
  }
}
@media (min-width:1024px){
  .pg_about .section.sec1:before {
    top: 260px;
    bottom: 0;
  }
  .pg_about .section.sec2:before{
    top: 290px;
    left: 170px;
    bottom: 100px;
  }
  .pg_about .section.sec3 {
    padding-bottom: 100px;
  }
}
@media (min-width:1200px){
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-bottom: 80px;
  }
  .pg_about .section.sec1:before{
    top: 310px;
  }
  .pg_about .section.sec2{
    padding-top: 80px;
  }
  .pg_about .section.sec2:before{
    top: 370px;
    left: 190px;
    bottom: 100px;
  }
  .pg_about .section.sec3 {
    padding-bottom: 180px;
  }
}
@media (min-width:1366px){
  .pg_about .section.sec3 {
    padding-bottom: 250px;
  }
}
@media (min-width:1470px){
  .pg_about .section.sec1:before {
    top: 285px;
  }
  .pg_about .section.sec2:before{
    top: 410px;
    left: 210px;
    bottom: 100px;
  }
  .pg_about .section.sec3 {
    padding-bottom: 300px;
  }
}
@media (min-width:1720px){
  .pg_about .section.sec1{
    padding-bottom: 140px;
  }
  .pg_about .section.sec1:before{
    top: 300px;
  }
  .pg_about .section.sec2{
    padding-top: 140px;
    padding-bottom: 123px;
  }
  .pg_about .section.sec2:before{
    top: 432px;
    left: 400px;
    bottom: 104px;
  }
  .pg_about .section.sec3 {
    padding-bottom: 374px;
  }
}

/* メイン部分 */
.about_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_top_box1{
  width: 100%;
  margin-top: 15px;
  order: 2;
}
.about_top_img{

}
.about_top_img:before{
  padding-top: 95%;
}
.about_top_box2{
  width: 100%;
  order: 1;
}
.about_top_title_ja{
  font-size: 24px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-right: -2px;
}
.about_top_title_en{
  font-size: 20px;
  font-family: var(--font-en1);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--main-color);
  margin-top: 20px;
  margin-bottom: 20px;
}
.about_top_txt{
  line-height: 2.37;
}

/* 私たちの強み */
.about_strength{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_strength_box1{
  width: 100%;
  margin-top: 15px;
  order: 2;
}
.about_strength_title{
  font-size: 20px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.about_strength_txt{
  line-height: 2.37;
}
.about_strength_lists{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.about_strength_list{
  width: 100%;
  background: #FFF;
  border: 1px solid #c9c9c9;
  padding: 21px 0px 22px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.about_strength_list:nth-child(n+2){
  margin-top: 15px;
}
.about_strength_list_line{
  text-align: center;
  position: relative;
}
.about_strength_list_line_txt{
  display: inline-block;
  font-size: 20px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.about_strength_list_line_txt:after{
  content: "";
  background: #fff100;
  height: 0.6615em;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 2px;
}
.about_strength_box2{
  width: 100%;
  order: 1;
}
.about_strength_img:before{
  padding-top: 66.66%;
}

.about_strength_rows{
  margin-top: 35px;
}
.about_strength_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  background: #e6e6e6;
  padding: 15px 15px;
}
.about_strength_row:nth-child(n+2){
  margin-top: 30px;
}
.about_strength_row_box1{
  width: 100%;
}
.about_strength_row_img{

}
.about_strength_row_img:before{
  padding-top: 66.66%;
}
.about_strength_row_box2{
  width: 100%;
  margin-top: 15px;
}
.about_strength_row_num{
  font-size: 16px;
  font-family: var(--font-en1);
  font-weight: 400;
  line-height: 1.7;
  color: #FFF;

  display: inline-block;
  background: #434343;
  padding: 4px 20px;
}
.about_strength_row_num p{
  letter-spacing: 0;
}
.about_strength_row_title{
  font-size: 22px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0;

  margin-top: 10px;
  border-bottom: 1px solid #181818;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.about_strength_row_txt{
  line-height: 2.37;
}

.about_strength_row:nth-child(odd) .about_strength_row_box1{
  order: 1;
}
.about_strength_row:nth-child(odd) .about_strength_row_box2{
  order: 2;
}
.about_strength_row:nth-child(even) .about_strength_row_box1{
  order: 1;
}
.about_strength_row:nth-child(even) .about_strength_row_box2{
  order: 2;
}

/* VISION */
.about_vision_contents{
  position: relative;
}
.about_vision{
  margin-top: -75px;
}
.about_vision_title{
  text-align: center;
}
.about_vision_title_en{
  font-size: 80px;
  font-family: var(--font-en1);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #e6e6e6;
}
.about_vision_title_ja{
  font-size: 20px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0;
  margin-top: -10px;
  margin-bottom: 20px;
}
.about_vision_txt{
  line-height: 2.37;
}
.about_vision_img{
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.about_vision_img:before{
  padding-top: 150%;
}

@media (max-width:767px){

}
@media (min-width:768px){
  /* メイン部分 */
  .about_top{

  }
  .about_top_box1{

  }
  .about_top_img:before{
    padding-top: 100%;
  }
  .about_top_box2{

  }
  .about_top_title_ja{
    font-size: 35px;
  }
  .about_top_title_en{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  /* 私たちの強み */
  .about_strength_title{
    font-size: 22px;
  }
  .about_strength_rows {
    margin-top: 60px;
  }
  .about_strength_row{
    padding: 20px 20px;
  }
  .about_strength_row_num{
    font-size: 18px;
  }
  .about_strength_row_title{
    font-size: 28px;
  }

  /* VISION */
  .about_vision_contents{

  }
  .about_vision{
    margin-top: -35px;
  }
  .about_vision_title{

  }
  .about_vision_title_en{
    font-size: 100px;
  }
  .about_vision_title_ja{
    font-size: 22px;
    margin-top: -15px;
    margin-bottom: 37px;
  }
  .about_vision_txt{
  text-align: center;
  }
  .about_vision_img{
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .about_vision_img:before {
    padding-top: 70%;
  }

}
@media (min-width:1024px){
  /* メイン部分 */
  .about_top{

  }
  .about_top_box1{
    width: 39.47%;
    margin-top: 0;
    order: 1;
  }
  .about_top_img:before{
    padding-top: 100%;
  }
  .about_top_box2{
    width: 55.26%;
    margin-top: -15px;
    order: 2;
  }
  .about_top_title_ja{
    font-size: 42px;
  }
  .about_top_title_en{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  /* 私たちの強み */
  .about_strength{

  }
  .about_strength_box1{
    width: 55.26%;
    margin-top: -8px;
    order: 1;
  }
  .about_strength_title{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .about_strength_txt{
    line-height: 2.37;
  }
  .about_strength_lists{
    margin-top: 30px;
  }
  .about_strength_list{
    width: 32.14%;
  }
  .about_strength_list:nth-child(n+2){
    margin-top: 0;
  }
  .about_strength_list_line{

  }
  .about_strength_list_line_txt{
    font-size: 20px;
  }
  .about_strength_list_line_txt:after{
    height: 0.6615em;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .about_strength_box2{
    width: 39.47%;
    order: 2;
  }
  .about_strength_img:before{
    padding-top: 66.66%;
  }

  .about_strength_rows{
    margin-top: 100px;
  }
  .about_strength_row{
    padding: 30px 30px;
  }
  .about_strength_row:nth-child(n+2){
    margin-top: 60px;
  }
  .about_strength_row_box1{
    width: 35%;
  }
  .about_strength_row_img{

  }
  .about_strength_row_img:before{
    padding-top: 66.66%;
  }
  .about_strength_row_box2{
    width: 60%;
    margin-top: 0;
  }
  .about_strength_row_num{
    font-size: 20px;
    padding: 4px 20px;
  }
  .about_strength_row_title{
    font-size: 32px;
    margin-top: 19px;
    padding-bottom: 12px;
    margin-bottom: 28px;
  }
  .about_strength_row_txt{
    line-height: 2.37;
  }

  .about_strength_row:nth-child(odd) .about_strength_row_box1{
    order: 1;
  }
  .about_strength_row:nth-child(odd) .about_strength_row_box2{
    order: 2;
  }
  .about_strength_row:nth-child(even) .about_strength_row_box1{
    order: 2;
  }
  .about_strength_row:nth-child(even) .about_strength_row_box2{
    order: 1;
  }

  /* VISION */
  .about_vision_contents{

  }
  .about_vision{
    margin-top: -55px;
  }
  .about_vision_title{

  }
  .about_vision_title_en{
    font-size: 150px;
  }
  .about_vision_title_ja{
    font-size: 28px;
    margin-top: -15px;
    margin-bottom: 25px;
  }
  .about_vision_txt{

  }
  .about_vision_img{
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .about_vision_img:before {
    padding-top: 60%;
  }
}
@media (min-width:1200px){
  /* メイン部分 */
  .about_top{

  }
  .about_top_box1{
    width: 39.47%;
  }
  .about_top_img:before{
    padding-top: 100%;
  }
  .about_top_box2{
    width: 55.26%;
    margin-top: -15px;
  }
  .about_top_title_ja{
    font-size: 50px;
  }
  .about_top_title_en{
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 47px;
  }

  /* 私たちの強み */
  .tt2_en2:before,
  .tt2_en2:after{
    width: 420px;
  }
  .about_strength_title{
    font-size: 25px;
    margin-bottom: 20px;
  }

  .about_strength_rows{
    margin-top: 100px;
  }
  .about_strength_row{
    padding: 60px 60px 53px;
  }
  .about_strength_row:nth-child(n+2){
    margin-top: 60px;
  }
  .about_strength_row_box1{
    width: 32.1%;
  }
  .about_strength_row_img{

  }
  .about_strength_row_img:before{
    padding-top: 66.66%;
  }
  .about_strength_row_box2{
    width: 64.94%;
  }
  .about_strength_row_num{
    font-size: 20px;
    padding: 4px 30px;
  }
  .about_strength_row_title{
    font-size: 36px;
    margin-top: 19px;
    padding-bottom: 12px;
    margin-bottom: 28px;
  }

  /* VISION */
  .about_vision_contents{

  }
  .about_vision{
    margin-top: -45px;
  }
  .about_vision_title{

  }
  .about_vision_title_en{
    font-size: 200px;
  }
  .about_vision_title_ja{
    font-size: 40px;
    margin-top: -25px;
    margin-bottom: 30px;
  }
  .about_vision_txt{

  }
  .about_vision_img{
    top: 69%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .about_vision_img:before {
    padding-top: 54%;
  }

}
@media (min-width:1470px){
  /* メイン部分 */
  .about_top_title_ja{
    font-size: 60px;
    margin-right: -2px;
  }
  .about_top_title_en{
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 47px;
  }

  /* 私たちの強み */
  .tt2_en2:before,
  .tt2_en2:after {
    width: 480px;
  }
  .about_strength_title{
    font-size: 30px;
  }
  .about_strength_list {
    padding: 31px 0px 32px;
  }
  .about_strength_list_line_txt{
    font-size: 24px;
  }
}
@media (min-width:1720px){
  /* メイン部分 */
  .about_top_title_ja{
    font-size: 70px;
    margin-right: -2px;
  }

  /* 私たちの強み */
  .tt2_en2:before,
  .tt2_en2:after{
    width: 565px;
  }

  /* VISION */
  .about_vision_contents{

  }
  .about_vision{
    margin-top: -99px;
  }
  .about_vision_title{

  }
  .about_vision_title_en{
    font-size: 200px;
  }
  .about_vision_title_ja{
    font-size: 48px;
    margin-top: -15px;
    margin-bottom: 37px;
  }
  .about_vision_txt{

  }
  .about_vision_img{
    top: 70%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}


/*******************************
*　企画・デザイン・デジタルツール
********************************/
.pg_creative{

}
.pg_creative .section.sec1{
  position: relative;
}
.pg_creative .section.sec1:before{
  content: "";
  display: block;
  width: 100vw;
  height: auto;
  background: #f5f3f0;
  position: absolute;
  top: 210px;
  bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.pg_creative .section.sec2{
  padding-bottom: 50px;
  position: relative;
}
.pg_creative .section.sec2:before{
  content: "";
  display: block;
  width: 100vw;
  height: auto;
  background: #f5f3f0;
  position: absolute;
  top: 210px;
  bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.pg_creative .section.sec3{
  position: relative;
  padding-bottom: 50px;
}
.pg_creative .section.sec3:before{
  content: "";
  display: block;
  width: 100vw;
  height: auto;
  background: #e6e6e6;
  position: absolute;
  top: 377px;
  top: 210px;
  bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}

@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pg_creative{
    margin-top: -20px;
  }
  .pg_creative .section.sec1{

  }
  .pg_creative .section.sec2{
    padding-top: 80px;
  }
  .pg_creative .section.sec3{
    padding-top: 80px;
  }
  .pg_creative .section.sec3:before{
    top: 320px;
  }

}
@media (min-width:1024px){
  .pg_creative .section.sec2:before{
    top: 140px;
    left: 170px;
  }
  .pg_creative .section.sec3:before {
    top: 275px;
  }

}
@media (min-width:1200px){
  .pg_creative{
    margin-top: -20px;
  }
  .pg_creative .section.sec1{
    padding-bottom: 95px;
  }
  .pg_creative .section.sec1:before {
    top: 200px;
    right: 180px;
  }
  .pg_creative .section.sec2{
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .pg_creative .section.sec2:before{
    top: 175px;
    left: 180px;
  }
  .pg_creative .section.sec3{
    padding-top: 100px;
  }
  .pg_creative .section.sec3:before {
    top: 300px;
  }
}
@media (min-width: 1366px) {
  .pg_creative .section.sec1:before {
    top: 235px;
    right: 200px;
  }
  .pg_creative .section.sec3:before {
    top: 330px;
  }
}
@media (min-width:1470px){
  .pg_creative .section.sec1:before {
    top: 240px;
    right: 300px;
  }
  .pg_creative .section.sec2 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .pg_creative .section.sec2:before{
    top: 175px;
    left: 210px;
  }
  .pg_creative .section.sec3{
    padding-top: 135px;
    padding-bottom: 150px;
  }
  .pg_creative .section.sec3:before {
    top: 377px;
  }
}
@media (min-width:1720px){
  .pg_creative .section.sec1:before{
    top: 240px;
    right: 400px;
  }
  .pg_creative .section.sec2{
    padding-top: 140px;
    padding-bottom: 150px;
  }
  .pg_creative .section.sec2:before{
    top: 220px;
    left: 400px;
  }
  .pg_creative .section.sec3{
    padding-top: 135px;
    padding-bottom: 160px;
  }
  .pg_creative .section.sec3:before{
    top: 377px;
  }
}

/*　企画・デザイン　*/
.cmn_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_about_box1{
  width: 100%;
  margin-top: 20px;
  order: 2;
}
.cmn_about_head{
  margin-bottom: 20px;
}
.cmn_about_title{
  display: inline-block;
  font-size: 22px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--sub-color);
  background: #181818;
  padding: 5px 8px 6px 8px;
}
.cmn_about_txt{
  line-height: 2.37;
}
.cmn_about_box2{
  width: 100%;
  order: 1;
}
.cmn_about_img:before{
  padding-top: 66.66%;
}
.creative_design_rows{

}
.creative_design_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.creative_design_row:nth-child(n+2){
  margin-top: 50px;
}
.creative_design_box1{
  width: 100%;
}
.creative_design_img:before{
  padding-top: 66.666%;
}
.creative_design_box2{
  width: 100%;
  margin-top: 15px;
}
.creative_design_title_ja{
  font-size: 25px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0;
}
.creative_design_title_en{
  font-size: 18px;
  font-family: var(--font-en1);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--main-color);
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #181818;
  padding-bottom: 15px;
}
.creative_design_txt{
  line-height: 2.37;
}
.creative_design_lists{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding-inline: 5px;
}
.creative_design_list{
  width: 50%;
  background: #FFF;
  border: 1px solid #c9c9c9;
  padding: 21px 0px 22px;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-inline: -5px;
}
.creative_design_list:nth-child(n+3){
  margin-top: 10px;
}
.creative_design_list_line{

}
.creative_design_list_line_txt{
  display: inline-block;
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.creative_design_list_line_txt:after {
  content: "";
  background: #fff100;
  height: 0.5em;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 5px;
}

/* デジタルツール */
.cmn_about_head1:nth-child(n+2){
  margin-top: 15px;
  margin-bottom: 20px;
}
.about_digital_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.about_digital_item{
  width: 100%;
}
.about_digital_item:nth-child(n+2){
  margin-top: 45px;
}
.about_digital_item_inner{
  position: relative;
}
.about_digital_num{
  font-size: 50px;
  font-family: var(--font-en1);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--main-color);
  position: absolute;
  z-index: 2;
  top: -25px;
  left: 16px;
}
.about_digital_img:before{
  padding-top: 62.5%;
}
.about_digital_title{
  font-size: 20px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-top: 15px;
  border-bottom: 1px solid #181818;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about_digital_txt{
  line-height: 2.37;
}

/* デジタルツールの活用 */
.digital_scene{
  background: #FFF;
  margin-top: 50px;
}
.digital_scene_title{
  font-size: 22px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
  background: #434343;
  padding: 11px 0px 12px;
  text-align: center;
}
.digital_scene_inner{
  padding: 0 10px 25px;
}
.digital_scene_boxs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 25px;
}
.digital_scene_box{
  position: relative;
  width: 100%;
}
.digital_scene_box:nth-child(n+2){
  margin-top: 20px;
}
.digital_scene_img{

}
.digital_scene_img:before{
  padding-top: 75%;
}
.digital_scene_line_txt{

}
.digital_scene_line_txt p{
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
  background: rgba(0,0,0,0.75);
  padding: 13px 10px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.digital_scene_txt{
  line-height: 2.37;
}

.digital_scene_boxs1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.digital_scene_box1_1{
  width: 100%;
  order: 2;
}
.digital_scene_box2_1{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  order: 1;
}
.digital_scene_box2_1_img{
  border: 1px solid #e6e6e6;
}
.digital_scene_box2_1_img:before{
  padding-top: 66.666%;
}

@media (min-width:375px){

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

}
@media (min-width:768px){
  /*　企画・デザイン　*/
  .cmn_about_title{
    font-size: 30px;
  }
  .creative_design_title_ja{
    font-size: 30px;
  }
  .creative_design_row:nth-child(n+2) {
    margin-top: 60px;
  }

  /* デジタルツール */
  .about_digital_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  .about_digital_item{
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about_digital_item:nth-child(n+2){
    margin-top: 0;
  }

  /* デジタルツールの活用 */
  .digital_scene_inner {
    padding: 0 20px 25px;
  }
  .digital_scene_boxs{
    margin-left: -10px;
    margin-right: -10px;
  }
  .digital_scene_box{
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .digital_scene_box:nth-child(n+2){
    margin-top: 0;
  }
  .digital_scene_box:nth-child(n+3){
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  /*　企画・デザイン　*/
  .cmn_about{

  }
  .cmn_about_box1{
    width: 55.26%;
    margin-top:  0;
    order: 1;
  }
  .cmn_about_head{
    margin-bottom: 30px;
  }
  .cmn_about_title{
    font-size: 32px;
    padding: 4px 8px 6px 10px;
  }
  .cmn_about_txt{

  }
  .cmn_about_box2{
    width: 39.47%;
    order: 2;
  }
  .cmn_about_img:before{
    padding-top: 66.66%;
  }
  .creative_design_row{

  }
  .creative_design_row:nth-child(n+2){
    margin-top: 80px;
  }
  .creative_design_box1{
    width: 33%;
  }
  .creative_design_img:before{
    padding-top: 66.666%;
  }
  .creative_design_box2{
    width: 63%;
    margin-top: -10px;
  }
  .creative_design_title_ja{
    font-size: 34px;
  }
  .creative_design_title_en{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .creative_design_lists{
    margin-top: 25px;
  }
  .creative_design_list{
    width: 50%;
    background: #FFF;
    border: 1px solid #c9c9c9;
  }
  .creative_design_list_line{

  }
  .creative_design_list_line_txt{
    font-size: 18px;
  }
  .creative_design_list_line_txt:after {
    left: 0;
    right: 0;
    bottom: 5px;
  }

  /* デジタルツール */
  .cmn_about_head1:nth-child(n+2){
    margin-top: 12px;
    margin-bottom: 30px;
  }
  .about_digital_items{
    margin-top: 128px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .about_digital_item{
    width: 33.333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about_digital_item:nth-child(n+2){

  }
  .about_digital_item_inner{
    position: relative;
  }
  .about_digital_num{
    font-size: 80px;
    top: -41px;
    left: 26px;
  }
  .about_digital_img:before{
    padding-top: 62.5%;
  }
  .about_digital_title{
    margin-top: 20px;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  /* デジタルツールの活用 */
  .digital_scene{
    margin-top: 91px;
  }
  .digital_scene_title{
    font-size: 30px;
    padding: 23px 10px 27px;
  }
  .digital_scene_inner{
    padding: 0 30px 50px;
  }
  .digital_scene_boxs{
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .digital_scene_box{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .digital_scene_box:nth-child(n+3){
    margin-top: 30px;
  }
  .digital_scene_img{

  }
  .digital_scene_img:before{
    padding-top: 70%;
  }
  .digital_scene_line_txt{

  }
  .digital_scene_line_txt p{
    font-size: 24px;
    padding: 13px 0;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .digital_scene_box1_1{
    width: 66.09%;
    order: 1;
  }
  .digital_scene_box2_1{
    width: 30%;
    margin-top: 0;
    margin-bottom: 0;
    order: 2;
  }
  .digital_scene_box2_1_img:before{
    padding-top: 66.666%;
  }
}
@media (min-width:1200px){
  /*　企画・デザイン　*/
  .tt2_en3:before,
  .tt2_en3:after {
    width: 450px;
  }
  .cmn_about{

  }
  .cmn_about_box1{
    width: 55.26%;
  }
  .cmn_about_head{
    margin-bottom: 48px;
  }
  .cmn_about_title{
    font-size: 40px;
    padding: 3px 10px 9px 10px;
  }
  .cmn_about_txt{

  }
  .cmn_about_box2{
    width: 39.47%;
  }
  .cmn_about_img:before{
    padding-top: 66.66%;
  }

  .creative_design_rows{

  }
  .creative_design_row{

  }
  .creative_design_row:nth-child(n+2){
    margin-top: 100px;
  }
  .creative_design_box1{
    width: 29.60%;
  }
  .creative_design_img:before{
    padding-top: 66.666%;
  }
  .creative_design_box2{
    width: 65.13%;
    margin-top: -15px;
  }
  .creative_design_title_ja{
    font-size: 48px;
  }
  .creative_design_title_en{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 28px;
    padding-bottom: 34px;
  }
  .creative_design_lists{
    margin-top: 20px;
    margin-top: 32px;
    padding-inline: 0;
  }
  .creative_design_list{
    width: 24.24%;
    background: #FFF;
    border: 1px solid #c9c9c9;
    padding: 31px 0px 29px;
    margin-inline: 0;
  }
  .creative_design_list:nth-child(n+3){
    margin-top: 0;
  }
  .creative_design_list_line{

  }
  .creative_design_list_line_txt{
    font-size: 18px;
  }
  .creative_design_list_line_txt:after {
    left: 0;
    right: 0;
    bottom: 5px;
  }

  /* デジタルツール */
  .tt2_en4:before,
  .tt2_en4:after {
    width: 450px;
  }
  .cmn_about_head1:nth-child(n+2){
    margin-top: 10px;
    margin-bottom: 48px;
  }
  .about_digital_items{
    margin-top: 130px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .about_digital_item{
    width: 33.333%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about_digital_item:nth-child(n+2){

  }
  .about_digital_item_inner{
    position: relative;
  }
  .about_digital_num{
    font-size: 80px;
    top: -41px;
    left: 26px;
  }
  .about_digital_img:before{
    padding-top: 62.5%;
  }
  .about_digital_title{
    font-size: 25px;
    margin-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  /* デジタルツールの活用 */
  .digital_scene{
    margin-top: 91px;
  }
  .digital_scene_title{
    font-size: 30px;
    padding: 23px 10px 27px;
  }
  .digital_scene_inner{
    padding: 0 60px 50px;
  }
  .digital_scene_boxs{
    margin-top: 60px;
    margin-bottom: 28px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .digital_scene_box{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .digital_scene_box:nth-child(n+3){
    margin-top: 40px;
  }
  .digital_scene_img{

  }
  .digital_scene_img:before{
    padding-top: 66.17%;
  }
  .digital_scene_line_txt{

  }
  .digital_scene_line_txt p{
    font-size: 24px;
    padding: 13px 60px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

}
@media (min-width:1470px){
  /*　企画・デザイン　*/
  .tt2_en3:before,
  .tt2_en3:after {
    width: 520px;
  }
  .cmn_about_head{
    margin-bottom: 48px;
  }
  .cmn_about_title{
    font-size: 50px;
    padding: 0 10px 9px 10px;
  }
  .creative_design_list_line_txt{
    font-size: 20px;
  }
  /* デジタルツール */
  .tt2_en4:before,
  .tt2_en4:after {
    width: 535px;
  }
  .digital_scene_box1_1{
    width: 64.09%;
    order: 1;
  }
  .digital_scene_box2_1{
    width: 32.15%;
    order: 2;
  }
  .digital_scene_box2_1_img:before{
    padding-top: 66.666%;
  }

}
@media (min-width:1720px){
  /*　企画・デザイン　*/
  .tt2_en3:before,
  .tt2_en3:after {
    width: 605px;
  }

  /* デジタルツール */
  .tt2_en4:before,
  .tt2_en4:after {
    width: 605px;
  }
  .about_digital_title{
    font-size: 36px;
    line-height: 1;
    margin-top: 35px;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }

  /* デジタルツールの活用 */
  .digital_scene_line_txt p{
    font-size: 24px;
    padding: 13px 60px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .digital_scene_box1_1{
    width: 64.09%;
    order: 1;
  }
  .digital_scene_box2_1{
    width: 32.15%;
    order: 2;
  }
  .digital_scene_box2_1_img:before{
    padding-top: 66.666%;
  }

}

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }


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


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


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


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


}

/*　メイン部分　*/

@media (min-width:375px){

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

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

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


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


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


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


}

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }


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


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


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


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


}

/*　メイン部分　*/

@media (min-width:375px){

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

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

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


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


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


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


}

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

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

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

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


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


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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #1c1c1c;
  padding: 10px 10px;
  letter-spacing: 0;
  line-height: 1.7;
}
.company_tbl .table_rows_th{
  background: #f5f3f0;
  font-weight: 500;
}
.company_tbl .table_rows_td{
  background: #FFF;
  font-weight: 500;
}
.company_tbl .table_rows_th p,
.company_tbl .table_rows_td p{
  letter-spacing: 0;
}
.company_tbl .table_rows_td a:hover{
  color: var(--main-color);
}

/* マップ */
.company_map{

}
* + .company_map{
  margin-top: 50px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  border: none;
  height: 250px;
  width: 100%;
}

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.400%;
}

@media (max-width:767px){
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .company_tbl .table_rows_th{
    border-left: 0;
  }
  .company_tbl .table_rows_td{
    border-right: 0;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #9e9c9c;
    ;
  }
}
@media (min-width:768px){

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
    border-left: 0;
  }
  .company_tbl .table_rows_td{
    border-right: 0;
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 80px;
  }
  .company_map iframe{
    height: 400px;
  }
  .gmap{
    margin-top: 50px;
  }
  .access_map iframe{
    height: 450px;
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .company_gallery_items{
    margin-top: 40px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }

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


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 15px 30px 17px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .company_tbl .table_rows_td{
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .company_gallery_items{
    margin-top: 75px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

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


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


}



/* カテゴリNav */
.cmn_cat_nav{

}
.cmn_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cmn_cat_nav .webgene-item{
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav .webgene-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding: 2px 10px 3px;
  font-family: var(--font-gothic);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

.cmn_cat_nav .webgene-item a:after{
  content: "→";
  font-size: 10px;
  font-family: var(--font-mincho);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.cmn_cat_nav .webgene-item.on a,
.cmn_cat_nav .webgene-item a:hover{
  background: var(--main-color);
  color: #FFF;
}
.cmn_cat_nav .webgene-item a:hover:after{
  margin-right: -2px;
}

.cmn_cat_nav.color2 .webgene-item a{
  background: #b8d200;
  border-color: #b8d200;
  color: #FFF;
}
.cmn_cat_nav.color2 .webgene-item a:hover{
  background: var(--main-color);
  border-color: var(--main-color);
}
.cmn_cat_nav.color2 .webgene-item a:before{
  content: "";
  position: absolute;
  z-index: 1;
  border: 2px solid #FFF;
  inset: 0;
}

@media (max-width:767px){

  .cmn_cat_nav.col1_sp .webgene-item{
    width: 100%;
  }
  .cmn_cat_nav.col2_sp .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3_sp .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4_sp .webgene-item{
    width: 25%;
  }

  .cmn_cat_nav.txt_sm_sp .webgene-item{
    font-size: 10px;
  }

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav .webgene-item{
    width: 50%;
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{

  }

  .cmn_cat_nav .webgene-item a:after{
    font-size: 14px;
    right: 10px;
  }
  .cmn_cat_nav .webgene-item a:hover:after{
    margin-right: -5px;
  }
}
@media (min-width:1024px){

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav .webgene-item{
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav .webgene-item a{

  }

  .cmn_cat_nav.col2 .webgene-item{
    width: 50%;
  }
  .cmn_cat_nav.col3 .webgene-item{
    width: 33.333%;
  }
  .cmn_cat_nav.col4 .webgene-item{
    width: 25%;
  }
  .cmn_cat_nav.col5 .webgene-item{
    width: 20%;
  }

}


/*******************************
*　記事一覧
********************************/

/* 一覧（サムネあり） */
.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}
.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  background: #e6e6e6;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 10px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 67.92%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 13px;
  font-weight: 500;
  background: #2850a1;
  color: #FFF;
  padding: 3px 8px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-en);
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

.news_detail{
  border-bottom: 1px solid #181818;
  padding-bottom: 30px;
}
.news_detail .date{
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1;
  position: relative;
  letter-spacing: 0;
}
.news_detail .title{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
  border-bottom: 1px solid #181818;
  margin-top: 10px;
  padding-bottom: 12px;
}
.news_detail .post_content{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875em;
  padding-top: 30px;
}
@media (max-width:767px){

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 10px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 5px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 13px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

  .news_detail{
    padding-bottom: 23px;
  }
  .news_detail .date{

  }
  .news_detail .title{
    font-size: 20px;
    margin-top: 20px;
  }
  .news_detail .post_content{

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

  /* 一覧（サムネあり） */


  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 15px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 25px;
  }

  .news_list_thumb .webgene-item .title{
    font-size: 16px;
    line-height: 1.875;
  }

  .pg_topics .posts_layout_box1{
    width: 80.26%;
    padding-top: 10px;
  }
  .pg_topics .posts_layout_box2{
    width: 16.777%;
  }

  .news_list.kasou{

  }
  .news_list.kasou .webgene-blog{
    margin-inline:-19.5px;
  }
  .news_list.kasou .webgene-item{
    width: 33.333%;
    padding-inline:19.5px;
    padding-bottom: 14px;
  }
  .news_list.kasou .webgene-item:nth-child(3n){
    border-right: none;
  }
  .news_list.kasou .webgene-item:nth-child(n+4){
    margin-top: 34px;
  }
  .news_list.kasou .box2{
    margin-top: 20px;
  }
  .pg_topics .webgene-pagination{
    margin-top: 60px;
  }

  .pg_news .webgene-pagination{
    margin-top: 50px;
  }


  .news_detail{

  }
  .news_detail .date{

  }
  .news_detail .title{

  }
  .news_detail .post_content{

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


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #1e3769;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 6px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.posts_cat_item a:hover{
  color: var(--main-color);
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}



/*topics詳細*/
.topics_detail{

}
.topics_detail{
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 30px;
}
.topics_detail .meta{
  display: flex;
  align-items: center;
}
.topics_detail .date{
  font-size: 17px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1;
  position: relative;
  letter-spacing: 0;
  margin-right: 20px;
}
.topics_detail .category{
  display: inline-block;
  padding: 6px 25px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  background: #ffffff;
  border: 1px solid #bababa;
  color: #181818;
}
.topics_detail .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  ;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 10px;
  margin-top: 7px;
}
.topics_detail .post_content{
  padding-top: 30px;
  line-height: 2.125em;
  letter-spacing: 0.075em;
}
.topics_detail .post_content img{
  margin-bottom: 30px;
}
.topics_detail h3{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #c1e1f0;
  padding: 9px 19px;
  margin-bottom: 20px;
}
.topics_detail h3 + h3{
  margin-top: 30px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 0;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 55px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  /*topics詳細*/
  .topics_detail{

  }
  .topics_detail{
    padding-bottom: 38px;
  }
  .topics_detail .meta{

  }
  .topics_detail .date{

  }
  .topics_detail .category{

  }
  .topics_detail .title{
    font-size: 18px;
  }
  .topics_detail .post_content{
    padding-top: 42px;
  }
  .topics_detail .post_content img{
    margin-bottom: 40px;
  }
  .topics_detail h3{

  }
  .topics_detail h3 + h3{
    margin-top: 30px;
  }
}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

  /*topics詳細*/
  .topics_detail{

  }
  .topics_detail{

  }
  .topics_detail .meta{

  }
  .topics_detail .date{

  }
  .topics_detail .category{

  }
  .topics_detail .title{

  }
  .topics_detail .post_content{

  }
  .topics_detail h3{

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

  .pg_news{
    padding-top: 0;
  }

}



/*******************************
*　ギャラリー（サムネ横ver）
*******************************
.pg_xxx{

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

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}





/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.2em;
}

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #bfbfbf;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #bfbfbf;
}
.pg_contact .formTh {
  padding: 15px 15px 15px 20px;
  background: #ebebeb;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 19px;
}
.pg_contact .formTd.a-center{
  display: flex;
  align-items: center;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 0;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 45px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_contact .privacyLabel a{
  color: var(--main-color);
}
.pg_contact .formBtn.formSend {
  display: block;
  min-width: 395px;
  min-width: 340px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  background: #181818;
  border: 1px solid #181818;
  color: var(--sub-color) !important;
  padding: 21px 20px 22px;
  margin: 35px 5px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover{
  color: #FFF !important;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.pg_contact .formBtn.formSend:after{
  content: "›";
  font-family: var(--font-ja);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  color: var(--sub-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 50%;
  top: 43%;
  right: 29px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_contact .formBtn.formSend:hover:after {
  color: #FFF;
  margin-right: -5px;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 4px;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 12px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 139px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 45px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 27px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: var(--font-ja);
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid var(--main-color);
  letter-spacing: 0.04em;
}
.privacy_txt{
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}
.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 46px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

.privacy_box {
  padding: 30px 50px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 56px;
}
@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    font-size: 19px;
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 6.5px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  /* タイトル */
  .tt2_en5:before,
  .tt2_en5:after {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  /* タイトル */
  .tt2_en5:before,
  .tt2_en5:after {
    width: 360px;
  }
  .pg_contact .formBtn.formSend{
    min-width: 395px;
  }
}
@media (min-width: 1470px) {
  /* タイトル */
  .tt2_en5:before,
  .tt2_en5:after {
    width: 360px;
  }
}
@media (min-width: 1720px) {
  /* タイトル */
  .tt2_en5:before,
  .tt2_en5:after {
    width: 360px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
    margin-top: 30px;
  }

  .privacy_box{
    padding: 30px 10px;
  }
}


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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

}
@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{

  }


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


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

