@charset "UTF-8";

:root{
  /*使用しない場合も必ず設定*/
  --i_bg_color: #fff; /*背景色*/
  --i_txt_color: #26455c; /*テキスト*/
  --i_main_color: #26455c;  /*メイン*/
  --i_sub_color: #1884c4; /*アクセント*/
  --i_sub2_color: #eff2f3;  /*薄い色*/
  --i_btn_color: #ffed56; /*ボタン*/
  --i_btn_hover_color: #fff6aa; /*ボタンhover*/
  --i_btn_txt_color: #26455c; /*ボタンテキスト*/
  --i_btn_hover_txt_color: #26455c; /*ボタンテキスト*/
  --i_shadow_color: rgba(0,0,0,0.1);  /*シャドウ*/
  --i_border_color: rgba(125,125,125,0.3);  /*ボーダー*/
  --i_noimg_bg_color: #eff2f3;  /*画像無し*/
}

/*------------------------------------------------------------------*/
/*-----------------------------base---------------------------------*/
/*------------------------------------------------------------------*/

html{
  font-size: 62.5%;
}
body{
  font-size: 1.65rem;
  line-height: 1.9;
  letter-spacing: 0.02rem;
  -webkit-text-size-adjust: 100%;
  color: var(--i_txt_color);
  font-weight: 500;
}
body, main{
  background: var(--i_bg_color);
}

@media screen and (max-width: 850px){
  html{
    font-size: 55%;
  }
  body{
    letter-spacing: 0px;
  }
}

a{
  outline: 0;
  text-decoration: none;
  color: var(--i_txt_color);
}
section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a{
  color: inherit;
}

/*composite_boxの最大高さとトリミングの起点*/
/*基本はjsにより各カラム中から最大の画角に設定*/
.composite_box01 .inner_item_img img{
  object-position: 50% 50%;
  font-family: 'object-position: 50% 50%;';
}

@media screen and (max-width: 850px){
  #sidebar{
    border: 5px solid var(--i_shadow_color);
  }
}

.no_img{
  background: var(--i_noimg_bg_color, rgba(200,200,200,0.3));
}

/*----------------------------loader----------------------------*/

#load div:nth-of-type(1){
  background: var(--i_bg_color);
}
#load .loader,
.popup .loader{
  border: 1px solid var(--i_main_color);/*★*/
}
#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before{
  border-top-color: var(--i_main_color);
}
#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after{/*★*-1*/
  left: -1px;
  top: -1px;
}

#load img{
  max-width: 160px;
}

@media screen and (max-width: 850px){
  #load img{
  max-width: 130px;
  }
}

/*----------------------------header----------------------------*/

header{
  font-size: 1.4rem;
  /*color: #fff;*/
  background: rgba(255,255,255,0.8);
}
header .wraper{
  max-width: 1400px;
}
header#pattern2:not(.width_full) nav {
  max-width: 1420px;
}
body.scrolled header{
  box-shadow: 0 0 5px var(--i_shadow_color);
}

header h1{
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: normal;
  opacity: 0.7;
}

body.scrolled header .logo{
  padding: 20px 0 !important;
}
header .logo,
header .logo a{
  max-width: 210px;
}
header .logo a img{
  max-height: 62px;
}
body.scrolled header .logo a img{
  max-height: 50px;
}

header .header_contents .header_col1{
  /* ▼水平方向レイアウト */
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  /* ▼垂直方向レイアウト */
  /*flex-direction: column;
  align-items: flex-end;*/
}
header .header_contents .header_col1 .tel{
  position: relative;
  font-size: 26px;
  line-height: 1;
  padding-left: 26px;
  font-weight: bold;
  font-weight: normal;
}
header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg{
  fill: var(--i_main_color);
}
header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after{
  background: var(--i_main_color);
}
header .header_contents .header_col1 .tel svg{
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: 0;
}
header .header_contents .header_col1 .btn>a{
  display: block;
  text-align: center;
  width: 160px;
  color: var(--i_btn_txt_color);
  background: var(--i_btn_color);
  padding: 5px 10px;
  /*font-weight: bold;*/
}
header .header_contents .header_col1 .btn>a:hover{
  background: var(--i_btn_hover_color);
  color: var(--i_btn_hover_txt_color);
}

header .header_contents .header_col1 .btn .translate a svg{
  max-width: 74%;
  max-height: 74%;
  margin: 13% auto 0;
}
header .header_contents .header_col1 .btn .translate a:hover{
  opacity: 0.8;
}

header#pattern1 nav,
header#pattern3 nav{
  background: #eee;
}
header nav *{
  color: var(--i_txt_color);
}
header nav ul.nav_1st{
  width: 100%;
  max-width: 1000px;/*任意*/
}
header nav ul.nav_1st>li{
  box-sizing: border-box;
  position: relative;
}
header nav ul.nav_1st>li:after{/*罫線*/
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  /*background: var(--i_border_color);*/
}
header nav ul.nav_1st>li:last-child:before{/*罫線*/
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0;
  /*background: var(--i_border_color);*/
}
header nav ul.nav_1st>li>a{
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 1vw;
  padding-right: 1vw;
}
header nav ul.nav_1st>li>a span{
  /*ナビの高さはline-heightで調整*/
  line-height: 2.8;/* マージン普通選択時 */
}
body.margin header nav ul.nav_1st>li>a span{
  line-height: 4;/* マージン広い選択時 */
}
header nav ul.nav_1st>li>a:hover span{
  color: var(--i_btn_hover_txt_color);
}

header nav ul.nav_2nd{
  padding-top: 20px;
}
header nav ul.nav_1st>li:hover ul.nav_2nd{
  padding-top: 10px;
}
header nav ul.nav_2nd>li{
  background: #fff;
  border-bottom: 1px solid var(--i_border_color);
  box-shadow: 2px 2px 5px var(--i_shadow_color);
}
header nav ul.nav_2nd>li:nth-last-of-type(1){
  border-bottom: none;
}
header nav ul.nav_2nd li a{
  padding: 10px 20px;
  font-weight:  normal;
  font-size: 1.4rem;
}
header nav ul.nav_2nd>li>a{
  padding-right: 30px;
}
header nav ul.nav_2nd>li>a:after{
  height: 5px;
  width: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid #1884c4;
  border-bottom: 1px solid #1884c4;
  top: calc(50% - 2.5px);
  right: 20px;
}
header nav ul.nav_3rd{
  padding-left: 20px;
}
header nav ul.nav_3nd li a{
  padding: 5px 20px;
}
header nav ul.nav_3rd>li>a:after{
  height: 1px;
  width: 4px;
  background: #1884c4;
  top: calc(50% - 0.5px);
  left: 5px;
}

@media screen and (max-width: 900px){
  header,
  header *,
  header nav ul.nav_2nd li a{
  }
  body.scrolled header .logo{
    padding: 10px 0 !important;
  }
  header.open:after,
  header .header_contents{
    background: rgba(255,255,255,0.95);
  }
  header .burger li.sp_translate a svg{
    height: 28px;
    width: 28px;
    margin: 10% auto;
  }
  header .header_sns,
  header .header_contents .header_col1,
  header .header_contents .header_col2{
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid var(--i_border_color);
  }
  header .header_sns{
    border-bottom: none;
  }
  header .header_sns:empty,
  header .header_contents .header_col1:empty,
  header .header_contents .header_col2:empty{
    border: none;
  }
  header .header_contents .header_col1 .tel,
  header .header_contents .header_col1 .btn{
    float: none;
  }
  header .header_contents .header_col2{
    display: block !important;
  }
  header nav{
    border-bottom: 1px solid var(--i_border_color);
  }
  header nav ul.nav_1st{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid var(--i_border_color);
  }
  header nav ul.nav_1st li{
    border-bottom: 1px solid var(--i_border_color);
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  header nav ul.nav_1st>li:before,
  header nav ul.nav_1st>li:after{
    display: none !important;
  }
  header nav ul.nav_1st>li i:before,
  header nav ul.nav_1st>li i:after{
    background: #1884c4;
  }
  header nav ul.nav_2nd{
    border-top: 1px solid var(--i_border_color);
  }
  header nav ul.nav_2nd>li{
    box-shadow: none;
  }
/*  header nav ul.nav_2nd>li *{
    color: #fff;
  }*/
  header nav ul.nav_3rd{
    border-top: 1px solid var(--i_border_color);
  }
  header nav ul.nav_3rd>li:nth-last-of-type(1){
    border-bottom: none;
  }
}

/*----------------------------余白設定----------------------------*/

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,

section[class*='pb']+.contents_related_tags{
  padding-top: 60px;
}
main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]){
  padding-bottom: 60px;
}
@media screen and (max-width: 800px){
  main>section:first-child:not([class*="pt"]),
  main>div:first-child:not([class*="pt"]),
  div[class*='pb']+.contents_related,
  section[class*='pb']+.contents_related,
  div[class*='pb']+.contents_related_tags,
  section[class*='pb']+.contents_related_tags{
    padding-top: 40px;
  }
  main>section:not([class*="pt"]),
  main>div:not([class*="pt"]),
  aside>section:not([class*="pt"]),
  aside>div:not([class*="pt"]){
    padding-bottom: 40px;
  }
}

/*----------------------------見出し----------------------------*/

section .content_wrapper>.heading:first-child:last-child{
  margin-bottom: 0;
}

/*--*/

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child{
  margin-bottom: 0;
}

.heading.block_header_1,
.heading.block_header_6{
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.heading.block_header_1 p,
.heading.block_header_6 .h{
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 17px;
  padding-top: 0;
  
}
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before{
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background: var(--i_main_color);
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}
.align-left.heading.block_header_1 p:before,
.align-left.heading.block_header_6 .h:before{
  left: 0;
}
.align-right.heading.block_header_1 p:before,
.align-right.heading.block_header_6 .h:before{
  right: 0;
  left: auto;
}
.heading.block_header_1 .h{
  font-size: 1.7rem;
  font-weight: 500;
  color: #1884c4;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h{
  font-size: 3.5rem;
  letter-spacing: 0.1rem;
  font-family: 'Sawarabi Gothic', sans-serif;
}


@media screen and (max-width: 800px){
  .heading.block_header_1{
    margin-bottom: 20px;
  }
  .heading.block_header_1 p:before,
  .heading.block_header_6 .h:before{
    width: 32px;
    height: 2px;
    left: calc(50% - 16px);

  }
  .heading.block_header_1 p,
  .heading.block_header_6 .h{
    padding-bottom: 11px;
    margin-bottom: 8px;
  }
  .heading.block_header_1 .h,
  .heading.block_header_6 p{
    font-size: 1.5rem;
    letter-spacing: 0rem;
  }
  .index .heading.block_header_1 p,
  .index .heading.block_header_6 .h{
    font-size: 2.5rem;
  }
}


/*--文字色指定#FFFのときの見出しデザイン1--*/
section[style*="color: #ffffff; "] .heading.block_header_1 p:before,
section[style*="color: #ffffff; "] .heading.block_header_6 .h:before,
div[style*="color: #ffffff; "] .heading.block_header_1 p:before,
div[style*="color: #ffffff; "] .heading.block_header_6 .h:before,
section[style*="color: rgb(255, 255, 255);"]  .heading.block_header_1 p:before,
section[style*="color: rgb(255, 255, 255);"]  .heading.block_header_6 .h:before,
div[style*="color: rgb(255, 255, 255);"]  .heading.block_header_1 p:before,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h:before{
  background: #fff;
}
/*--*/

.heading.block_header_2{
  margin-bottom: 30px;
  margin-left: 0!important;
  margin-right: 0!important;
}

.heading.block_header_2 .h{
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid var(--i_border_color);
  margin-bottom: 10px;
  padding-bottom: 6px;
  padding-left: 13px;
  padding-right: 10px;
}
.heading.block_header_2 .h:before{
  position:absolute;
  left:0px;
  top: 0.2em;
  content:"";
  display:inline-block;
  width:0.1em;
  height:1.1em;
  background:var(--i_main_color);
}

.heading.block_header_2 p{
  font-size: 1.4rem;
  /*padding-left: 22px;*/
}
/*@media screen and (max-width: 850px){
  .heading.block_header_2 .h:before{
    top: 6px;
  }
}*/
@media screen and (max-width: 800px){
  .heading.block_header_2{
    margin-bottom: 20px;
  }
  .heading.block_header_2 .h{
    font-size: 2.0rem;
  }
  .heading.block_header_2 p{
    font-size: 1.3rem;
  }
}
/*--*/

.heading.block_header_3{
  overflow: hidden;
  background: var(--i_main_color);
  padding: 10px 10px 10px 30px;
  margin-bottom: 30px;
}
.heading.block_header_3:before{
  display: block;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid rgba(255,255,255,0.5);
}
.heading.block_header_3 .h{
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #fff;
}
.heading.block_header_3 p{
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 800px){
  .heading.block_header_3{
    padding: 5px 5px 5px 30px;
    margin-bottom: 20px;
  }
  .heading.block_header_3 .h{
    font-size: 2.0rem;
  }
  .heading.block_header_3 p{
    font-size: 1.3rem;
  }
}

/*--*/

.heading.block_header_4{
  margin-bottom: 15px;
}
.heading.block_header_4:before{
  display: none;
}
.heading.block_header_4 .h{
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  letter-spacing: 0.2rem;
}
.heading.block_header_4 p{
  font-size: 1.4rem;
}

/*--*/

.heading.block_header_5{
  margin-bottom: 15px;
}
.heading.block_header_5 .h{
  display: inline;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--i_main_color);
}
.heading.block_header_5 p{
  display: inline;
  font-size: 1.4rem;
  color: var(--i_main_color);
}
.heading.block_header_5 p:before{
  content: "　/　";
}

/*----------------------------背景パララックス----------------------------*/

.parallax{
  box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

/*----------------------------ボタン----------------------------*/

.contents_btn01 a,
.glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit span,
main form .submit span input{
  background: var(--i_btn_color);
  color: var(--i_btn_txt_color);
  position: relative;
  display: inline-block;
  /*font-weight: bold;*/
}
.contents_btn01 a:hover,
.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after,
main form .submit span:hover{
  background: var(--i_btn_hover_color);
  color: var(--i_btn_hover_txt_color);
}
.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after{
  border: 1px solid var(--i_btn_txt_color);
}
.contents_btn01 a span{
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
}

/*--------------------------------MV--------------------------------*/

#mv_outer{
  /*mvに背景とかはここを利用する*/
  background: #26455c;
}
#mv{
  width: 100%;
  height: 100vh;
  min-height: 450px;
}

#mv:after{
  /*スライドに重ねる色*/
  background: rgba(24,132,196,0.4);
  pointer-events: none;
}
#mv_outer #mv .mv_text div p.static{
  display: inline-block!important;
}
#mv .mv_text{
  bottom: 30px;
  height: calc(100% - 140px);
  align-items: center;/*垂直方向中央*/
  /*text-shadow: 0 0 5px var(--i_shadow_color);*/
  /*text-shadow: 0 0 5px rgba(0,0,0,0.5);*/
  width: 100% !important;
  left: 0 !important;
}
#mv .mv_text>div{
  max-width: none !important;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  font-family: 'Sawarabi Gothic', sans-serif;
}
#mv .mv_text h2{
  font-size: 55px;/* ←max-font-size的意味合いで使用する。動作はjs。*/
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.3rem;
  text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
#mv .mv_text p{
  margin-top: 15px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  background: rgba(255,237,86,0.9);
  padding: 4px 15px;
}
#mv .mv_scroll{
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 25px);
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 100%;
  box-sizing: border-box;
  transition: .3s ease-in-out;
}
/*#mv .mv_scroll:hover{
  transform: translateY(4px);
}*/
 
#mv .mv_scroll a{
  text-indent: -9999px;
  line-height: 0;
}
#mv .mv_scroll a::before {
  border-right: 2px solid rgba(255,255,255,0.5);
  border-bottom: 2px solid rgba(255,255,255,0.5);
  width: 16px!important;
  height: 16px!important;
  position: absolute;
  top: 11px!important;
  left: 14px!important;
}
#mv .mv_scroll a:after{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 48px;
  height: 48px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ScrollCircle 3s infinite;
  animation: ScrollCircle 3s infinite;
  box-sizing: border-box;
}
@keyframes ScrollCircle {
  0% {
  opacity: 0;
  }
  30% {
  opacity: 1;
  }
  60% {
  box-shadow: 0 0 0 40px rgba(255,255,255,.1);
  opacity: 0;
  }
  100% {
  opacity: 0;
  }
}
#mv .mv_pointer{
  text-align: right;
}
#mv .mv_pointer li:before{
  background: rgba(255,255,255,0.4);
}
#mv .mv_pointer li.current:before{
  background: rgba(255,255,255,0.8);
}
/*#mv .mv_arrow li.mv_arrow_prev span:before,
#mv .mv_arrow li.mv_arrow_next span:before{
  border-left: 2px solid rgba(180,180,180,0.7);
  border-top: 2px solid rgba(180,180,180,0.7);
}
*/

#mv .mv_arrow{
  display: none;
}

@media screen and (max-width: 100vh){
  #mv{
    height: 65vh;
  }
}
@media screen and (max-width: 900px){
  #mv{
    height: 85vh;
  }
  #mv .mv_text h2{
    font-size: 6vw !important;
  }
}

@media screen and (max-width: 600px){
  #mv .mv_text p{
    display: none;
  }
  #mv .mv_text h2{
    line-height: 1.5;
  }
}
@media screen and (max-width: 500px){
  #mv .mv_text h2{
    font-size: 8vw !important;
  }
}
@media screen and (max-width: 500px){
  #mv .mv_text>div{
    padding-left: 10px;
    padding-right: 10px;
  }
  #mv .mv_arrow{
    display: none !important;
  }
}

/*--------------------------------IV--------------------------------*/

#lv{
  background: #26455c;
  height: 400px;
  padding-bottom: 0;
}
header.over+#lv_outer #lv{
  min-height: 300px;
}
#lv div{
  background-color: #26455c;
  opacity: 0.5;
}
#lv p{
  left: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0
}
#lv p span{
  display: inline-block;
  font-size: 4.0rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.1rem;
  padding: 0 60px;
  position: relative;
  word-break: break-all;
  line-height: 1.2;
  text-shadow: 1px 1px 0 var(--i_shadow_color);
}
#lv p span:before,
#lv p span:after{
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  box-shadow: 1px 1px 0 var(--i_shadow_color);
}
#lv p span:after{
  left: auto;
  right: 0;
}
@media screen and (max-width: 800px){
  #lv{
    height: 300px;
  }
  #lv p span{
    font-size: 2.8rem;
  }
}

/*----------------------------パンくず----------------------------*/

#pan{
  border-bottom: 1px solid var(--i_border_color);
  background: var(--i_sub2_color);
  padding: 0;
}
#pan li{
  font-size: 1.2rem;
  padding: 5px 0 3px 30px;
}
#pan li:before,
#pan li:after{
}
#pan li:after{
  border-top: 1px solid var(--i_border_color);
  border-right: 1px solid var(--i_border_color);
  left: -15px;
}

/*----------------------------other parts----------------------------*/

/*--リスト--*/

.default_ul li:before{
  border-top: 1px solid var(--i_sub_color);
  border-right: 1px solid var(--i_sub_color);
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}

/*--アーカイブページ カテゴリー--*/

.category1 li a{
  border: 1px solid var(--i_border_color);
  border-radius: 50px;
}
.category1 li a:hover,
.category1 li a.current{
  color: var(--i_btn_txt_color);
  background: var(--i_btn_color);
  border-color: transparent;
}

/*--sidebar--*/

#sidebar section,
#sidebar>div{
  border-bottom: 1px solid var(--i_border_color);
}
#sidebar h2{
  text-align: left;
  font-size: 2.2rem;
}
#sidebar .sidebar_tag li{
  border: 1px solid var(--i_border_color);
  background: var(--i_sub2_color);
}
#sidebar .sidebar_list a{
  position: relative;
  padding-left: 15px;
}
#sidebar .sidebar_list a:before{
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid var(--i_sub_color);
  border-right: 1px solid var(--i_sub_color);
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  left: 0;
}

/*----------------------------pager----------------------------*/

/*アーカイブページページャー*/
.pager li a{
  height: 45px;
  width: 45px;
  border: 1px solid var(--i_border_color);
  border-radius: 999px;
  line-height: 45px;
}
.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a{
  color: var(--i_btn_txt_color);
  background: var(--i_btn_color);
  border-color: transparent;
}

/*----------------------------pager2----------------------------*/

/*シングルページページャー*/
.pager2 li a{
  background: var(--i_btn_color);
  border_color: var(--i_btn_color);
  color: var(--i_btn_txt_color);
  border-radius: 999px;
  line-height: 45px;
  padding: 0 15px;
}

/*----------------------------popup----------------------------*/

/*画像ポップアップ拡大表示*/
.popup{
  background: rgba(255,255,255,0.7);
}
.popclose{
  /*text-shadow: 1px 1px 1px var(--i_border_color);*/
}
.poptxt{
  font-size: 1.2rem;
}

/*----------------------------footer----------------------------*/

#fixbtn{
  margin-bottom: 30px;
  font-size: 1.55rem;
}
#fixbtn .fixbtnwrap{
  background-color: var(--i_main_color);
  border-bottom: 1px solid rgba(255, 255, 255,0.07);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.2) inset;
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no .fixbtnwrap{
  background-color: transparent;
}
#fixbtn .fixbtntel,
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
  color: #fff;
  text-shadow: 1px 1px 0 var(--i_border_color);
}
#fixbtn .fixbtntel{
}
#fixbtn .fixbtntel:nth-last-of-type(2){
  border-right: none;
}
#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span{
  font-size: 3.4rem;
  line-height: 1;
  margin-right: 10px;
}
#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child{
  margin-right: 0;
}
#fixbtn .fixbtntel svg{
  width: 22px;
  height: 22px;
  margin-right: 5px;
  fill: #fff;
}

#fixbtn .contents_btn01{
  border-left: 1px solid rgba(255,255,255,0.1);
}
#fixbtn .contents_btn01:nth-of-type(1){
  border-left: none;
}
#fixbtn .contents_btn01:nth-of-type(1){
  /*▼ TELない場合中央揃え*/
  margin-left: auto;
  margin-right: auto;
}
#fixbtn .contents_btn01 span{
  text-align: center;
  padding: 7px 15px;
}

/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn #scrolltop:nth-of-type(1){
  margin-left: auto;
  /*▼ 右揃え*/
  margin-right: 0;
  /*▼ 中央揃え*/
  margin-right: auto;
}
#fixbtn #scrolltop a{
  height: 40px;
  width: 40px;
}
#fixbtn #scrolltop a:before{
  top: 17px;
  left: 3px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  border-left: 2px solid rgba(255,255,255,0.7);
  border-top: 2px solid rgba(255,255,255,0.7);
  width: 30px;
  height: 30px;
}
#fixbtn #scrolltop a:hover:before{
  border-left: 2px solid rgba(255,255,255,0.3);
  border-top: 2px solid rgba(255,255,255,0.3);
}
/*▼ TEL、予約ボタンない = 追従フッター有効でない場合*/
#fixbtn.no #scrolltop a:before{
  border-color: rgba(120,120,120,0.6) ;
}
#fixbtn.no #scrolltop a:hover:before{
  border-left: 2px solid rgba(120,120,120,1);
  border-top: 2px solid rgba(120,120,120,1);
}

@media screen and (max-width: 600px){
  #fixbtn{
    margin-bottom: 0;
  }
  #fixbtn,
  #fixbtn .fixbtntel a,
  #fixbtn .fixbtntel span{
    font-size: 1.7rem;
  }
  #fixbtn .fixbtntel a,
  #fixbtn .fixbtntel span{
    font-size: 2rem;
  }
  #fixbtn .fixbtntel svg{
    width: 18px;
    height: 18px;
  }
  #fixbtn .contents_btn01 a{
    padding: 0;
  }
  #fixbtn .contents_btn01 a:before{
    display: none;
  }
  #fixbtn .contents_btn01 a span{
    padding: 6px 30px;
  }
}

footer{
  background: #26455c;
  background-size: cover;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.35rem;
}
footer a{
  color: #fff;
}
footer nav li{
  letter-spacing: 0.2rem;
  padding: 5px 0;
}
footer .logo{
  width: 100px;
}
footer .sns{
  margin: 0 auto 30px;
}
footer .sns svg{
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  fill: #fff;
  transition: 0.2s ease-in-out;
}
footer .sns a:hover svg{
  opacity: 1;
  fill: #38464e;
}
#cp{
  padding: 15px 0;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 600px){
  footer{
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 600px){
  footer nav ul li{
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.13);
  }
  footer nav ul li:nth-last-of-type(2n){
    border-right: 1px solid rgba(0,0,0,0.13);
  }
  footer nav ul li:nth-last-of-type(2n+1){
    border-left: 1px solid rgba(255,255,255,0.1);
  }
  footer nav ul li:nth-of-type(1),
  footer nav ul li:nth-of-type(1),
  footer nav ul li:nth-of-type(2),
  footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1){
    border-top: 1px solid rgba(0,0,0,0.13);
  }
  footer nav ul li:nth-last-of-type(1),
  footer nav ul li:nth-last-of-type(2){
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  footer .logo{
    width: 80px;
  }
}

/*------------------------------------------------------------------*/
/*----------------------------widget--------------------------------*/
/*------------------------------------------------------------------*/

/*----------------------------contents_faq01----------------------------*/

.contents_faq01 dl {
  border-bottom: 1px solid rgba(51, 41, 38, 0.13);
}
.contents_faq01 dl:nth-of-type(1) {
  border-top: 1px solid rgba(51, 41, 38, 0.13);
}
.contents_faq01 dt {
  padding-left: 5rem;
  margin-bottom: 25px!important;
  min-height: 30px;
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
}
.contents_faq01 dd {
  padding-left: 7.3rem;
  margin-bottom: 15px;
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
}
.contents_faq01 dt:before,
.contents_faq01 dd:before {
  width: 4rem;
  height: 4rem;
  font-size: 2.6rem;
  line-height: 1.4;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  background: var(--i_main_color);
  text-align: center;
}
.contents_faq01 dd:before {
  background: transparent;
  color: var(--i_main_color);
  border: 1px solid var(--i_main_color);
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
.contents_faq01 dl {
  padding: 15px 0 0!important;
}
.contents_faq01 dt {
  margin-bottom: 0;
}
  
.contents_faq01 dl {
  padding: 15px 0px!important;
}
  .contents_faq01 dt {
    margin-bottom: 0px!important;
  }
}

/*----------------------------contents_related_tags----------------------------*/

.contents_related_tags .inner_item{
  border: 1px solid var(--i_border_color);
}
.contents_related_tags .inner_item a:hover{
  background: var(--i_sub2_color);
  opacity: 0.8;
}

/*----------------------------block_table_1----------------------------*/

.block_table_1 table thead{
  background: var(--i_sub2_color);
}
.block_table_1 table thead th,
.block_table_1 table thead td{
  background-color: var(--i_sub2_color);
}
.block_table_1 table th{
  background-color: var(--i_sub2_color);
  border: 1px solid var(--i_border_color);
  text-align: center;
  vertical-align: middle;
}
.block_table_1 table td{
  background-color: #fff;
  border: 1px solid var(--i_border_color);
  vertical-align: middle;
}
.block_table_1 table thead td{
  text-align: center;
  font-weight: bold;
}

/*----------------------------block_table_2,5,6----------------------------*/

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td{
  background-color: var(--i_sub2_color);
}
.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th{
  background-color: var(--i_sub2_color);
  border: 1px solid var(--i_border_color);
  text-align: center;
  vertical-align: middle;
}
.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td{
  background-color: var(--i_bg_color);
  border: 1px solid var(--i_border_color);
  vertical-align: middle;
}
.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td{
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 500px){
  .block_table_2 table{
    border-bottom: 1px solid var(--i_border_color);
  }
  .block_table_2 table th{
    border-top: 1px solid var(--i_border_color);
  }
  .block_table_2 table td{
    border-top: 1px dotted var(--i_border_color);
  }
}

/*----------------------------block_table_3----------------------------*/

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td{
  background-color: var(--i_sub2_color);
}
.block_table_3 table th,
.block_table_7 table th{
  background-color: var(--i_sub2_color);
  border: 1px solid var(--i_border_color);
  text-align: center;
  vertical-align: middle;
}
.block_table_3 table td,
.block_table_7 table td{
  background-color: var(--i_bg_color);
  border: 1px solid var(--i_border_color);
  vertical-align: middle;
}
@media screen and (max-width: 500px){
  .block_table_3 table{
    border-bottom: 1px solid var(--i_border_color);
  }
  .block_table_3 table th{
    border-top: 1px solid var(--i_border_color);
  }
  .block_table_3 table td{
    border-top: 1px dotted var(--i_border_color);
  }
}
.block_table_3_item li{
  vertical-align: middle;
}

/*----------------------------gallery_archive / gallery_single----------------------------*/

.gallery_archive .inner_item a,
.gallery_single .inner_item a{
  transition: 0.2s ease-in-out;
  background-color: transparent;
}
.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover{
  background-color: #000;
}
.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img{
  opacity: 0.8;
}
.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after{
  color: #fff;
}
.gallery_archive .inner_item p span,
.gallery_single .inner_item p span{
  color: #fff;
}
.gallery_single_slider .slick-arrow::before{
  border-color: var(--i_btn_color);
}

/*----------------------------widget_gallery01----------------------------*/

.widget_gallery01 .slick-arrow{
  height: 40px;
  width: 30px;
  top: calc(50% - 20px);
  left: 0;
}
.widget_gallery01 .slick-next{
  left: auto;
  right: 0;
}

/*----------------------------gallery hover効果----------------------------*/

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a{
  overflow: hidden;
}
main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img{
  /*▼ 位置調整 美容院などの人物の場合は50% 30%あたり*/
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  backface-visibility: visible;
  transition: 1s ease-out !important;
  transition-property: transform opacity !important;
  transform: scale(1.001,1.001);
}
main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img{
  transform: scale(1.1,1.1);
  opacity: 0.8;
}

/*----------------------------news_archive----------------------------*/

.news_archive article .inner_item_img:hover{
  opacity: 0.8;
}
.news_archive article .entry_meta{
  font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1){
  background-size: 50%!important;
}
#sidebar .widget_news02 li a div span i{
  background-size: 50%!important;
}

/*----------------------------widget_coupon----------------------------*/

.widget_coupon .content_wrapper{
  max-width: 900px !important;
}
.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl{
  font-size: 1.4rem;
  line-height: 1.7;
}

/*----------------------------widget_form----------------------------*/

.widget_form .privacypolicy{
  border: 1px solid var(--i_border_color);
}
.widget_form form{
  border-top: 1px solid var(--i_border_color);
}
.widget_form form dl{
  border-bottom: 1px solid var(--i_border_color);
}
.widget_form form dt,
.widget_form form dd{
  vertical-align: middle;
}
.widget_form form dt span{
  color: var(--i_sub2_color);
  color: #D43B3B;
  font-size: 1.2rem;
  font-weight: bold;

}
@media screen and (max-width: 770px){
  .widget_form form dt{
    border-bottom: 1px dotted var(--i_border_color);
  }
}
main form dl input,
main form textarea{
  background: var(--i_sub2_color);
  border: 1px solid transparent;
  letter-spacing: 1px;
}
main form dl input:focus,
main form textarea:focus{
  background: var(--i_bg_color);
  border: 1px solid var(--i_border_color);
}
main form .submit input{
  letter-spacing: 3px;
  border: none;
}
main form select{
  background: var(--i_bg_color);
  border: 1px solid var(--i_border_color);
  letter-spacing: 1px;
}
main form input[type=radio] + label,
main form input[type=checkbox] + label{
  padding: 0 15px 0 22px;
}
main form input[type=radio] + label::before,
main form input[type=checkbox] + label::before{
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -9px;
  background: var(--i_sub2_color);
}
main form input[type=radio] + label::before{
  border-radius: 30px;
}
main form input[type=radio]:checked + label::after,
main form input[type=checkbox]:checked + label::after{
  left: 4px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  background: var(--i_sub_color);
}
main form input[type=radio]:checked + label::after{
  border-radius: 100%;
}
main form input[type=checkbox]:checked + label::after{
}

/*----------------------------widget_link----------------------------*/

.widget_link .inner_item_txt{
  font-size: 2rem;
}

/*----------------------------widget_lp01----------------------------*/

.widget_lp01 li a:hover{
  opacity: 0.8;
}
.widget_lp01 li a div span{
  background-size: 60% auto;
}

/*----------------------------widget_menu01----------------------------*/

.widget_menu01 h3{
  vertical-align: central;
  font-size: 1.7rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.widget_menu01 li dd{
  font-size: 1.3rem;
  letter-spacing: 0;
}

/*----------------------------widget_menu02----------------------------*/

.widget_menu02 h3{
  vertical-align: central;
  font-size: 1.7rem;
  letter-spacing: 1px;
}
.widget_menu02 li>p{
  font-size: 1.3rem;
  letter-spacing: 0;
}

/*----------------------------widget_news02----------------------------*/

.block_news_2 li a{
  padding: 30px;
}
.block_news_2 li a:hover:after{
  border-width: 15px;
}

/*----------------------------widget_shop01----------------------------*/

.widget_staff01 .inner_item a:hover *{
  opacity: 0.8;
}
.widget_staff01 .sub{
  font-size: 1.2rem;
  font-weight: bold;
}

/*----------------------------widget_tel----------------------------*/

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span{
  font-size: 3.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  padding: 20px;
}
@media screen and (max-width: 450px){
  .widget_tel .inner_item_tel a,
  .widget_tel .inner_item_tel span{
    font-size: 2.6rem;
    padding: 15px 10px;
  }
  .widget_tel .inner_item_tel img{
    margin: 0 5px -2px 0;
  }
  .widget_tel .inner_item_tel svg{
    height: 16px;
    width: 16px;
  }
}

/*------------------glossary_archive------------------------*/

.glossary_archive .content_wrapper article{
  margin-bottom: 30px;
  padding-bottom: 30px;/*★1*/
}
.glossary_archive .content_wrapper .heading.block_header_2{
  margin-bottom: 10px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h{
  font-size: 1.8rem;
}
.glossary_archive .content_wrapper .heading.block_header_2 a:after{
  content: "View More";
  position: absolute;
  width: 150px;
  bottom: 32px;/*★1 + 数px*/
  right: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 3px 10px;
}
.glossary_archive .content_wrapper article .entry_body{
  padding-right: 180px;
}
.glossary_archive .content_wrapper .heading.block_header_2 .h::before{
  top: 0.2em;
}

@media screen and (max-width: 1224px){
  .glossary_archive .content_wrapper .heading.block_header_2 a:after{
    bottom: calc(32px + 1.8rem);/*★1 + 数px*/
  }
}
@media screen and (max-width: 650px){
  .glossary_archive .content_wrapper article{
    padding-bottom: 60px;
  }
  .glossary_archive .content_wrapper .heading.block_header_2 a:after{
    bottom: 30px;/*★1*/
  }
  .glossary_archive .content_wrapper article .entry_body{
    padding-right: 0;
  }
}

/*------------------recruit------------------------*/

.recruit_archive.add_design1 .recruitment_list .inner_item{
  background: rgba(255,255,255,.8);
}

.index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px){
  .index main>section:first-child +div.composite_box01 .heading.block_header_4 .h,
  .index main>section:first-child +div+div.composite_box01 .heading.block_header_4 .h{
    font-size: 2.1rem;
  }
}


/*------------------追記調整CSS------------------------*/
.block_news_1.add_design4 li a{
  background: #eff2f3!important;
}

.block_images_10 .heading.block_header_4 .h {
  font-size: 2.5rem;
  color: #ffed56!important;
}


/*images_15*/
.composite_box01.block_images_15 .inner_item_txt {
  padding: 7%!important;
  background: #00a478!important;
  color: #fff!important;
}
.composite_box01.block_images_15 .inner_item:nth-of-type(5n-3) .inner_item_txt {
  background: #1884c4 !important;
}
.composite_box01.block_images_15 .inner_item:nth-of-type(5n-2) .inner_item_txt {
  background: #f77c76 !important;
}
.composite_box01.block_images_15 .inner_item_img {
  order: 1!important;
}
.composite_box01.block_images_15 .heading.block_header_4 .h span{
  color: #ffed56;
}
@media screen and (max-width: 600px){
  .composite_box01.block_images_15 .inner_item_img {
  order: 2!important;
}
}

/*色調整*/
.popclose {
  color: var(--i_main_color);
}
.popnav li {
  background: var(--i_main_color);
}


/*images_15 IEの調整*/
@media all and (-ms-high-contrast: none) {
.composite_box01.block_images_15 .inner_item_txt{
  flex: auto!important;
  display: inline-block!important;
  }
  .composite_box01 .inner_item{
    display: inline-block;
  }
  header .logo a img{
    margin-top: 10px;
  }
  body.scrolled header .logo a img{
    margin-top: 18px;
  }
  #lv .parallax_img{
    margin-top: -80px;
  }
}


/*------------------------------------------------------------------*/
/*---------------------------original-------------------------------*/
/*------------------------------------------------------------------*/

:root {
  --i_bg_color: #fff;
  --i_txt_color: #26455c;
  --i_main_color: #f39800;
  --i_sub_color: #003389;
  --i_sub2_color: #eff2f3;
  --i_btn_color: #ffd84a;
  --i_btn_hover_color: #ffffff;
  --i_btn_txt_color: #26455c;
  --i_btn_hover_txt_color: #f39800;
  --i_shadow_color: rgba(0,0,0,0.1);
  --i_border_color: rgba(125,125,125,0.3);
  --i_noimg_bg_color: #eff2f3;
}


/*--------------------------------------------------------------
common
--------------------------------------------------------------*/

* {
  image-rendering: -webkit-optimize-contrast;
}

body {
  background-image: url(/common/upload_data/jisyukanjp/image/20230525165321.png);
}
main {
  background: #ffffff00;
}

/*--------------------------------------------------------------
load
--------------------------------------------------------------*/

#load div:nth-of-type(1) {
  background: var(--i_bg_color);
}
#load img {
  max-width: 120px;
  max-height: 80px;
}


/*--------------------------------------------------------------
font
--------------------------------------------------------------*/

/*見出し/MV/ボタン/ヘッダー/フッター
body :is(.h,.heading p,#lv p span,header *,header span,header .tel a,header .tel span,#mv .mv_text h2,#mv .mv_text p,footer, footer nav li a span, footer nav li a, #fixbtn .fixbtntel, .contents_btn01 a span, header .header_contents .btn, header .header_contents .btn a, main form .submit span input,),.contents_faq01 dt:before,.contents_faq01 dd:before{
  font-family: ;
}
*/


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header {
  background: #ffffff00;
  color: #fff;
  text-shadow: 0 0 12px #6e24002e, 0 0 3px #622400cc;
}
header nav * {
  color: #fff;
  text-shadow: 0 0 12px #6e24002e, 0 0 3px #622400cc;
}
header .header_contents .header_col1 .tel a, header .header_contents .header_col1 .tel span {
  color: #fff;
}
header nav ul.nav_1st>li>a:hover span {
    color: rgb(255 193 99);
}
header .nav_2nd span {
  text-shadow: none;
    color: var(--i_main_color);
}
header .header_contents .header_col1 .tel svg, header .header_contents .header_col1 .btn .translate a svg, header .burger li.sp_translate a svg, header .header_contents .header_sns li svg {
  fill: #fff;
}
body.scrolled header {
  background: var(--i_main_color);
}
body.scrolled header .logo a img,
header.open .logo a img {
    filter: brightness(200) contrast(100) grayscale(100) sepia(100) saturate(0);
}
header nav ul.nav_2nd>li>a:after {
  border-color: var(--i_btn_txt_color);
}

/*ロゴサイズ*/
header .logo, header .logo a {
  max-width: 250px;
}

header .logo a img {
  max-height: 120px;
}

/*サブナビ表示ボタン*/
header#pattern4 nav ul.nav_1st > li i::before, header#pattern4 nav ul.nav_1st > li i::after {
  background-color: var(--i_bg_color); /*表示される色を指定*/
}

/*sp時ヘッダー展開後の背景色*/
@media screen and (max-width: 900px) {
  header.open:after, header .header_contents {
  background: var(--i_main_color);
  }
  header nav ul.nav_1st>li i:before, header nav ul.nav_1st>li i:after {
    background: #fff;
  }
  header nav *,header {
    text-shadow: none;
  }
  header .nav_2nd span,header .header_contents .header_col1 .tel a {
    color: #fff;
  }
  header nav ul.nav_3rd>li>a:after {
    background: #fff;
  }
}

header .sp_menu a div span, header .sp_menu a div:before, header .sp_menu a div:after {
    background: #fff;
}

/*--------------------------------------------------------------
TOPページ・MV
--------------------------------------------------------------*/

#mv {
  height: 100vh;
  height: 100dvh;
}
#mv:after {
    background-color: rgb(255 255 255 / 10%);
    background-image: radial-gradient(rgb(255 255 255 / 30%) 1%, transparent 0), radial-gradient(rgb(255 255 255 / 30%) 1%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 5px 5px;
}
#mv:before {
    background: linear-gradient(to bottom, rgb(94 48 0 / 40%) , transparent);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 10;
}
#mv_outer {
  width: 75vw;
  margin-left: auto;
  background: #fff;
}
#mv .mv_text {
  left: -25vw !important;
  width: 100vw !important;
}
#mv .mv_text h2 {
  font-weight: 700;
  font-family: 'BIZ UDPGothic', sans-serif;
  color: var(--i_main_color);
    text-shadow: 4px 4px 0 rgb(0 51 137 / 10%);
    letter-spacing: 0.75rem;
}
#mv .mv_text p {
    background: var(--i_main_color);
    font-weight: bold;
    color: #fff;
    box-shadow: 4px 4px 0 rgb(255 255 255 / 80%);
}

/*-----MVによって矢印などあしらいを載せない場合-------*/
/*youtubeで画像切り替え用の矢印やスクロールダウン非表示*/
.mv_mov + .mv_text + .mv_nav {
  display: none;
}

/*動画で画像切り替え用の矢印を非表示*/
.mv_mp4 + .mv_text + .mv_nav .mv_arrow {
  display: none !important;
}

@media screen and (max-width: 900px) {
  #mv {
  height: 90vh;
  }
}


/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

footer {
  background: var(--i_main_color);
}
footer::before,footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/common/upload_data/jisyukanjp/image/20230526115553.png) no-repeat;
    background-size: 300px;
    background-position: left 30px bottom 30px;
    opacity: 0.5;
    pointer-events: none;
}
footer::after {
  background: url(/common/upload_data/jisyukanjp/image/20230526115554.png) no-repeat;
  background-size: 300px;
  background-position: right 30px bottom 30px;
}

/*追従footerの背景色とボーダーライン*/
#fixbtn .fixbtnwrap {
  /* background-color: var(--i_main_color);
  border-bottom: 1px solid rgba(0,0,0,0.08);*/
}

/*ロゴサイズ*/
footer .logo {
  width: 150px;
}

/*snsアイコン*/
footer .sns svg {
  fill: var(--i_bg_color);
}

@media screen and (max-width: 600px){
  footer::before,footer::after {
    background-size: 200px;
  }
  footer::after {
    background-position: right 30px bottom 50%;
  }
}



/*--------------------------------------------------------------
ボタン共通
--------------------------------------------------------------*/

/*通常ボタン*/
.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a::after, main form .submit {
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.contents_btn01 a:not(footer .contents_btn01 a) {
    display: inline-block;
    position: relative;
    padding: 0.5em 1em !important;
    border-right: 27px solid var(--i_sub_color);
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background-color: #ededed;
    color: #26455c;
    margin-bottom: 20px;
}
.contents_btn01 a:not(footer .contents_btn01 a)::before {
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: -1;
    transform: rotate(5deg);
    width: 100%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}
.contents_btn01 a:hover:not(footer .contents_btn01 a){
  background: #ffffff;
  color: var(--i_main_color);
}

/*ブログ記事内ボタンのhover*/
.pager2 li a {
  border: 2px solid var(--i_btn_color);
}
.pager2 li a:hover {
  background: var(--i_btn_hover_color);
}

/*お問い合わせボタン*/
.widget_form form .submit input {
  /*display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;*/
}

main form .submit span:hover input {
  color: var(--i_btn_hover_txt_color);
}

/*ヘッダー・フッターボタン*/
header .header_contents .header_col1 .btn > a, footer .contents_btn01 a {
  font-weight: bold;
  text-shadow: none;
}

/*パーツ内ボタンのセンター揃え*/
.contents_box01 .inner_item_txt .contents_btn01 .content_wrapper {
  text-align: center !important;
}

/*SP時フッターボタン内余白*/
@media screen and (max-width: 600px) {
  #fixbtn .contents_btn01 a span {
  padding: 5px 20px;
  }
}


/*--------------------------------------------------------------
パーツ共通
--------------------------------------------------------------*/

/*囲みテキストの横幅制限*/
.block_text_4 > .content_wrapper {
  width: calc(100% - 40px);
  max-width: 1160px !important;
}

/*
囲みテキストの横幅制限-公開時期によっては以下の場合あり
.block_text_4 > .content_wrapper {
  width: 96%;
  max-width: calc(1200px - 4%) !important;
}*/

/*テキスト内テーブルのセル余白*/
.inner_item_txt table th, .inner_item_txt table td {
  padding: 5px;
}

/*テキスト内テーブルの罫線の種類*/
body:not(.edit_view) table, body:not(.edit_view) .inner_item_txt table th, body:not(.edit_view) .inner_item_txt table td {
  border: 1px solid;
}

/*視差効果の秒数指定*/
.delayActive > *:not(.parallax_img), 
.delay1Active > *:not(.parallax_img),
.delay2Active > *:not(.parallax_img), 
.delay3Active > *:not(.parallax_img), 
.delay4Active > *:not(.parallax_img), 
.delay5Active > *:not(.parallax_img) {
  transition: 0.8s ease-in-out;
}

/*tab時画像サイズ制限*/
@media screen and (max-width: 900px) {
  #img_resize + section .inner_item_img, #img_resize + div .inner_item_img,
  #top-about + section .inner_item_img,#top-study + section .inner_item_img {
  max-width: 400px !important;
  margin-left: auto;
  margin-right: auto;
  }

}

/*画像の比率統一
#img_aspect + section .inner_item_img img, #img_aspect + div .inner_item_img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}*/

.index .heading.block_header_1 p, .index .heading.block_header_6 .h {
    font-weight: 700;
    font-family: 'BIZ UDPGothic', sans-serif;
}

@media screen and (min-width:768px) and (max-width:800px){
  .composite_box01.block_images_11 .inner_item,
  .composite_box01.block_images_11 .inner_item:nth-of-type(1):nth-last-of-type(3) {
    width: 31% !important;
    margin-bottom: 0;
  }
  .composite_box01.block_images_11 .inner_item:nth-of-type(3):nth-last-of-type(1),
  .composite_box01.block_images_11 .inner_item:nth-of-type(2):nth-last-of-type(2) {
    margin-left: 3.5% !important;
  }
}
.heading.block_header_3 {
  padding: 10px;
}
@media screen and (max-width:800px){
  .heading.block_header_3 {
    padding: 5px;
  }
}

/*--------------------------------------------------------------
内容ページテンプレート
--------------------------------------------------------------*/

/*ページタイトル_パララックス打消し*/
/*blur、width、height、marginの値は案件ごとに調整*/
#lv .parallax_img {
  transform: translateY(0) !important;
  top: 0;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  height: calc(100% + 10px) !important;
  width: calc(100% + 10px) !important;
  margin-top: -5px !important;
  margin-left: -5px !important;
}

/*パンくずの背景色変更*/
#pan {
  /*background: var(--i_main_color);*/
}

/*FAQ装飾*/
.contents_faq01 dt::before {
  /*color: var(--i_main_color);*/
}

.contents_faq01 dd::before {
  /*color: var(--i_sub_color);*/
}

/*テキストリンクのアンカーライン*/
.inner_item_txt p a, .inner_item_txt_before a, .inner_item_txt_after a {
  text-underline-offset: 5px;
}

/*大見出し下の英語いらないとき*/
.view_archive .heading.block_header_6 p {
  display: none;
}

/*ブログぺージの下部に余白*/
.view_archive .news_archive #primary {
  padding-bottom: 60px;
}

/*ブログカテゴリ装飾*/
article .entry_meta a {
  background: var(--i_sub2_color);
  padding: 5px 10px;
}


/*--------------------------------------------------------------
top-news
--------------------------------------------------------------*/
#top-news + div {
  display: flex;
  justify-content: center;
}
#top-news + div > .content_wrapper {
  display: flex;
  background: linear-gradient(to right,#ffffff00 10%,#fff 10%, #fff);
  filter: drop-shadow(0 0 10px #eee);
  padding: 20px 0;
  margin: 0 20px !important;
}
#top-news + div .heading {
  width: 20%;
  margin-bottom: 0;
  align-items: center;
}
#top-news + div .heading h2::before {
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 100%;
  z-index: -1;
  box-shadow: 3px 3px 0 #eee;
  background: #fff;
  border: 3px solid var(--i_main_color);
}
#top-news + div .heading h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--i_main_color);
  font-size: 2rem;
}
#top-news + div ul {
  width: 50%;
  min-width: 0;
}
#top-news + div ul li {
  border: none !important;
}
#top-news + div .contents_btn01 {
  width: 30%;
  padding: 0;
  display: flex;
  align-items: center;
  min-width: 300px;
}

@media screen and (max-width:900px){
  #top-news + div {
    margin-top: 30px;
  }
  #top-news + div > .content_wrapper {
    flex-direction: column;
    background: #fff;
    max-width: 700px !important;
    padding: 20px 20px 10px 20px;
  }
  #top-news + div .heading,
  #top-news + div ul,
  #top-news + div .contents_btn01 {
    width: 100%;
  }
  #top-news + div .heading {
    margin-top: -30px;
    padding-bottom: 40px;
  }
  #top-news + div .heading h2 {
    margin-right: auto;
    margin-left: 30px;
    font-size: 1.6rem;
  }
  #top-news + div .heading h2::before {
    width: 90px;
    height: 90px;
  }
}


/*--------------------------------------------------------------
top-about-ttl
--------------------------------------------------------------*/
#top-about-ttl + section h2 {
  padding-right: 45px;
  background: url(/common/upload_data/jisyukanjp/image/20230526095511.png) no-repeat;
  background-position: right 6px;
  background-size: 35px;
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: 3px dashed var(--i_main_color);
  padding-bottom: 10px;
}
#top-about-ttl + section h2::before {
  display: none;
}
#top-about + section .contents_btn01 a {
  background: #fff;
}
#top-about + section .contents_btn01 a:hover {
  background: #ededed;
}
#top-about + section::before, 
#top-study + section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/common/upload_data/jisyukanjp/image/20230526115553.png) no-repeat;
  background-size: 300px;
  background-position: left 30px bottom 30px;
  opacity: 0.5;
  pointer-events: none;
}
#top-study + section::before{
    background: url(/common/upload_data/jisyukanjp/image/20230526115554.png) no-repeat;
    background-size: 300px;
    background-position: right 30px bottom 30px;
}

@media screen and (max-width: 800px) {
  #top-about-ttl + section h2 {
    background-size: 23px;
    padding-right: 30px;
    background-position: right 2px
  }
}
@media screen and (max-width: 600px) {
  #top-about + section::before, #top-study + section::before {
    background-size: 200px;
  }
}

/*--------------------------------------------------------------
top-security
--------------------------------------------------------------*/
/*marker*/
#top-security-t + .delay1 > * {
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  opacity: 0;
}

#top-security-t + .delay1Active > * {
  opacity: 1;
  transition: none;
}

#top-security-t + section .content_wrapper {
  text-align: center;
}

#top-security-t + section .heading.block_header_6 {
  display: inline;
}
#top-security-t + section .heading.block_header_6 h2 {
  line-height: 6rem;
  padding: 0.3em;
  display: inline;
  background:linear-gradient(transparent 40%, var(--i_btn_color) 40%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 60%;
  transition: 4s;
  /*animation: marker 2s linear 1s forwards;*/
}
#top-security-t + .delay1Active .heading.block_header_6 h2::before {
  display: none;
}
#top-security-t + section .heading.block_header_6 h2.active {
  background-size: 100% 60%;/*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}

#top-security-t + .composite_box01 .wrapper_item {
  justify-content: center;
  overflow: visible;
  gap: 30px;
  position: relative;
}
#top-security-t + .composite_box01 .wrapper_item::before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    width: 350px;
    height: 350px;
    transform: translate(-50%,-50%);
    border: 10px solid var(--i_main_color);
    border-radius: 100%;
    z-index: -1;
}
#top-security-t + .composite_box01 .wrapper_item > div{
    width: 40% !important;
    border: 3px solid var(--i_main_color);
    border-radius: 10px;
    padding: 0px 5% 20px;
    background: #fff;
    margin-left: 0 !important;
}
#top-security-t + div .heading.block_header_4 .h {
    font-size: 2rem;
    background: var(--i_sub_color);
    display: inline-block;
    width: 40px;
    border-radius: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
    box-shadow: 3px 3px 0 #eee;
}
#top-security-t + .composite_box01 .inner_item_img {
  width: 70%;
}
#top-security-t + .composite_box01 .inner_item_img img {
  object-fit: contain;
  height: 100% !important;
}

@media screen and (max-width:600px) {
  #top-security-t + .composite_box01 .wrapper_item {
    gap: 15px;
  }
  #top-security-t + .composite_box01 .wrapper_item > div {
    width: calc((100% - 15px) / 2) !important;
    margin-bottom: 0 !important;
    padding: 0px 10px 10px
  }
  #top-security-t + .composite_box01 .inner_item .heading {
    margin-bottom: 10px;
  }
  #top-security-t + div .heading.block_header_4 .h {
    margin-top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #top-security-t + .composite_box01 .wrapper_item::before {
    width: 200px;
    height: 200px;
  }
}

/*--------------------------------------------------------------
top-banner
--------------------------------------------------------------*/
#top-banner + div .wrapper_item {
  gap: 10px;
}
#top-banner + div .inner_item {
  width: calc((100% - 20px) / 3) !important;
  margin-left: 0 !important;
}
#top-banner + .composite_box01.block_images_9 .inner_item_txt .heading:before {
  background: var(--i_btn_color);
  opacity: 0.9;
  outline: 2px solid #fff;
  outline-offset: -4px;
}
#top-banner +.composite_box01.block_images_9 .inner_item_txt .heading:after {
  content: "";
  position: absolute;
  top: calc(50% + 25px);
  left: 50%;
  width: 30px;
  height: 3px;
  background: var(--i_txt_color);
  z-index: 3;
  transform: translate(-50%,-50%);
}
#top-banner +.composite_box01.block_images_9 .inner_item a+.inner_item_txt {
  margin-top: 0;
}

@media screen and (max-width:600px) {
  #top-banner + div .inner_item {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

/*--------------------------------------------------------------
制作後削除
--------------------------------------------------------------*/
/*
#logging_in {
  display: none;
}
*/



/*-----seo----*/
iframe{max-width:100%;width:100%}.info.box{box-sizing:border-box;box-shadow:0 0 5px 0 var(--i_main_color);border:1px solid var(--i_main_color);width:calc(100% - 10px);margin:20px auto;padding:20px}.info.box *{box-sizing:border-box}.info.box .title{font-size:18px;font-weight:700;margin-bottom:10px}.info.box .text{margin-bottom:20px}.info.box .text a{text-decoration:none;transition:all .3s}.info.box .text a:hover{opacity:.6}.info.box .contents{background:0 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:normal;align-items:center}.info.box .contents .image{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:45%;margin-right:5%;padding:20px}.info.box .contents .image img{margin:0!important}.info.box .contents .content{width:50%}.info.box .contents .content .tel{color:inherit;text-decoration:none;pointer-events:none}.info.box .contents .content a img{display:block;margin:0 auto}.info.box .contents .content .btn{background:var(--i_main_color);color:#fff!important;text-align:center;text-decoration:none;display:block;max-width:160px;width:100%;margin:20px auto auto;padding:5px 10px;transition:.3s}.info.box .contents .content .btn:hover{opacity:.6}.info.box .contents .content table,.info.box .contents .content table tr th,.info.box .contents .content table tr td{background:none;border:none;padding:0;text-align:left}.info.box .contents .content table tr th{font-weight:700;vertical-align:middle;width:50px}.info.box .contents .content table tr:nth-child(1) th{text-align:left}.info.box .contents .content table tr:nth-child(2) td span{display:block;text-align:left}.info.box .contents .content table+p{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:normal;animation:none}.entry_body table:not(.info.box table){width:100%;margin:20px 0;border-collapse:collapse;text-align:center}.entry_body table td,.entry_body table th{border:1px solid;padding:5px}.entry_body table th{font-weight:700;text-align:center}.entry_body ol,.entry_body ul:not(.entry_body .pindex ul){margin:10px 0;padding-left:40px}.entry_body ul li:not(.entry_body .pindex ul li),.entry_body ol li{list-style-position:outside;padding-left:0;text-align:left}.entry_body ol li{list-style:decimal!important}.entry_body ul li{list-style:circle!important}.author{text-decoration:none!important;color:var(--i_main_color);transition:all .3s;display:block;width:fit-content;margin:0 0 0 auto}.author:hover{opacity:.6}.entry_body table:not(.info.box table){width:100%;margin:20px 0;border-collapse:collapse;text-align:center}.entry_body table td,.entry_body table th{border:1px solid;padding:5px}.entry_body table th{font-weight:700;text-align:center}.entry_body ol,.entry_body ul:not(.entry_body .pindex ul){margin:10px 0;padding-left:40px}.entry_body ul li:not(.entry_body .pindex ul li),.entry_body ol li{list-style-position:outside;padding-left:0}.entry_body ol li,.entry_body ul li{box-shadow:none;margin:0}.news_single article .entry_body ol:not(.pindex ol){list-style-type:decimal!important;counter-reset:unset;margin:10px 0;padding-left:40px}.news_single article .entry_body ol:not(.pindex ol)>li{position:relative;padding-left:unset}.info.box .contents .content{width:55%}.info.box .contents .image{width:40%}@media screen and (max-width:900px){.info.box .contents .content,.info.box .contents .image{width:100%;margin:0}.info.box .contents .content .tel{pointer-events:auto}.info.box .contents .image{margin-bottom:20px}.info.box .contents .content{width:100%}.info.box .contents .image{width:100%}}

/*------header btn------*/
header .header_contents .header_col1 .btn>a {
    white-space: nowrap;
    width: auto !important;
}
/*------footer調整------*/
@media screen and (max-width: 700px) {
    #fixbtn .inner>div.fixbtntel {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    #fixbtn .fixbtntel svg {
        width: 15px !important;
        height: 15px !important;
    }
}
@media screen and (max-width: 400px) {
    #fixbtn .fixbtntel [data-tel], #fixbtn .fixbtntel>a {
        font-size: 2.6rem !important;
    }
    .teli {
        font-size: 1.4rem;
    }
}