@charset "utf-8";
/* ------------------
 グローバル変数
------------------ */
:root {
  /* 色 */
  --blue: #0071BD;
  --cyan: #00B0EC;
  --green:#14A83B;
  --orange:#FF6600;

  /* 背景 */

  /* 文字サイズ */
	--fs-46: 4.6rem;
	--fs-36: 3.6rem;
	--fs-34: 3.4rem;
  --fs-32: 3.2rem;
	--fs-24: 2.4rem;
  --fs-22: 2.2rem;
  --fs-20: 2rem;
  --fs-18: 1.8rem;
  --main-txt:1.6rem;
  --fs-14: 1.4rem;

  --ls-6:6px;

  /* 幅 */
  --width-1200: 1200px;

  /* 余白 */
  --space-90: 90px;
  --space-65: 65px;
  --space-30: 30px;
}
@media screen and (max-width: 767px) {
  :root {
    /* 文字サイズ */
    --fs-46: 3.2rem;
    --fs-36: 2.8rem;
    --fs-34: 2.4rem;
    --fs-32: 2.2rem;
    --fs-24: 2rem;
    --fs-22: 1.8rem;
    --fs-20: 1.7rem;
    --fs-18: 1.6rem;

    --ls-6:0px;

    /* 余白 */
    --space-90: 60px;
    --space-65: 45px;
    --space-30: 20px;
  }
}

html {
	scroll-padding-top: 110px;
}

/* ------------------
 フォント
------------------ */
body {
  font-family: "Noto Sans JP",'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-size: var(--main-txt);
	line-height: 1.5;
  font-weight: 400;
	position: relative;
  color: #000;
}
.t_shadow{
  text-shadow: 0px 0px 20px #000;
}
.blue{
  color: var(--blue);
}
.cyan{
  color: var(--cyan);
}
.red{
  color: #d9171a;
}
/* ------------------
 config
------------------ */
:where(a){color: #000;&:hover {opacity: 0.8;}}
:where(h1,h2,h3,h4,h5){line-height: 1.5;}
:where(button){font-family: 'Noto Sans JP';font-size: var(--main-txt);}

/* スマホメニュー非表示 */
.spNav_btn,.spNav_panel {display: none;}

/* スマホ閲覧時のみ表示 */
.sp_block {display: none;}

/* ------------------
 アニメーション
------------------ */
.fade{
  opacity: 0;
  transition:ease-out 0.5s;
}
.fade.fade--left{
  transform: translate(-100px,0)
}
.fade.fade--right{
  transform: translate(100px,0)
}
.fade.fade--bot{
  transform: translate(0,100px)
}
.fade.scrollin{
  opacity: 1;
  transform: translate(0,0);
}
.fade.fade--list{
  opacity: 1;
}
.fade.fade--list .fade_child{
  opacity: 0;
  transition:ease-out 0.5s;
  transform: translate(0,100px)
}
.fade.fade--list.scrollin .fade_child{
  opacity: 1;
  transform: translate(0,0);
}

.fade.fade--list .fade_child:nth-child(1){
  transition-delay: 0.0s;
}
.fade.fade--list .fade_child:nth-child(2){
  transition-delay: 0.15s;
}
.fade.fade--list .fade_child:nth-child(3){
  transition-delay: 0.3s;
}
.fade.fade--list .fade_child:nth-child(4){
  transition-delay: 0.45s;
}
.fade.fade--list .fade_child:nth-child(5){
  transition-delay: 0.6s;
}
.fade.fade--list .fade_child:nth-child(6){
  transition-delay: 0.75s;
}
.fade.fade--list .fade_child:nth-child(7){
  transition-delay: 0.9s;
}
.fade.fade--list .fade_child:nth-child(8){
  transition-delay: 1.05s;
}
.fade.fade--list .fade_child:nth-child(9){
  transition-delay: 1.2s;
}
.fade.fade--list .fade_child:nth-child(10){
  transition-delay: 1.35s;
}
/* ------------------
 レイアウト
------------------ */
.container {
	max-width: var(--width-1200);
	width: 90%;
	margin: var(--space-65) auto;
}
.paragraph {
  padding-bottom: var(--space-30);
}

.art_head {
  text-align: center;
  font-weight: bold;
}
.art_head--left {
  text-align: left;
}
.art_head--main{
  color: var(--blue);
  font-size: var(--fs-32);
  letter-spacing: var(--ls-6);
}
.art_head--sub{
  color: var(--cyan);
}
.art_head--sub--blue{
  color: var(--blue);
}

/* ------------------
 各種パーツ
------------------ */
.anc_point{
  position: absolute;
  top: 0px;
}
.indent{
  padding-left: 1em;
  text-indent: -1em;
}
a.tdu {
  text-decoration: underline;
}
a.blank{
  &::after{
    content: '';
    display: inline-block;
    background: url(../img/icon_blank.svg) no-repeat center;
    background-size: contain;
    width: 11px;
    height: 10px;
    margin-left: 5px;
  }
}
.bold{
  font-weight: bold;
}
/* ------------------
 見出し関連
------------------ */


/* ------------------
 テキスト関連
------------------ */
.text-wrap{
  display: inline-block;
}
.btn_more {
  max-width: 328px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: var(--blue);
  font-weight: bold;
  border:2px solid var(--blue);
  border-radius: 6px;
}
.btn_more--left{
  margin-left: 0;
}
.btn_more--rev{
  background:var(--blue);
  color: #fff;
}

/* ------------------
 リスト、インデント関連
------------------ */

/* ------------------
 header
------------------ */
.header{
  height: 0;
}
.hd_inner {
	width: 90%;
  height: 100px;
	display: flex;
	justify-content: space-between;
	background: rgba(255,255,255,1);
	position: fixed;
  align-items: center;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .3s;
  padding-left: 35px;
  padding-right: 90px;
  border-radius: 0 0 100px 0;
  box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 0.2);
}
.header_logo {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.hd_koma {
  display: flex;
  align-items: center;
  position: absolute;
  right: 90px;
}
.pc_nav {
	height: 100%;
	display: flex;
	justify-content: flex-end;
  align-items: center;
	gap: 70px;
  padding-right: 100px;
  position: relative;
}
.pc_nav--list {
	height: 100%;
	display: flex;
	align-items: center;
}
.pc_nav--item {
	& > a {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    min-height: 100px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    .pc_nav--sub{
      font-size: 1.4rem;
      font-weight: normal;
      color: var(--blue);
    }
  }
}
.pc_nav--item:has(.mega)>a::after{
  content: '';
  display: block;
    width: 0;
    height: 0;
    border-left: 15.5px solid transparent;
    border-right: 15.5px solid transparent;
    border-bottom: 10px solid #009BE4;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
.pc_nav--item:has(.mega):hover>a::after{
    opacity: 1;
}

.mega {
  position: absolute;
  width: 1000px;
  transition: .3s;
  top: 100px;
  right: 0;
  max-height: 0;
  overflow: hidden;
  border-top: 0px solid #009BE4;
  border-left: 0px solid #009BE4;
}
.pc_nav--item:hover{
  .mega{
    max-height: 300px;
    border-top: 1px solid #009BE4;
    border-left: 1px solid #009BE4;
  }
}
.mega_inner {
  display: flex;
  flex-wrap: wrap;
}
.mega_item {
  display: flex;
  align-items: center;
  width: 25%;
  height: 50px;
  padding: 5px 12px;
  border-right: 1px solid #009BE4;
  border-bottom: 1px solid #009BE4;
  background: #E9F8FF;
  &:hover{
    opacity: 1;
    color: rgba(0,0,0,.8);
  }
}
@media screen and (max-width: 1440px) {
.pc_nav--item {
	& > a {
    padding: 0 10px;
    min-height: 100px;
    font-size: 1.6rem;
    }
    .pc_nav--sub{
      font-size: 1rem;
    }
  }
}
.hd_fixed {
  position: fixed;
  right: 0;
  top: 150px;
  display: flex;
  gap: 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.fix_btn {
  width: 40px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 10px;
  background: linear-gradient(180deg, #DC000C, #F57A7A);
  border-radius: 20px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  letter-spacing: 2px;
  gap: 5px;
}
.fix_btn--fig{
  background: linear-gradient(180deg, #0054C9, #1EB9EE);
}
/* ------------------
製品ページメニュー
------------------ */
.pro_menu {
  padding: 30px 0;
  background: linear-gradient(90deg, #0071BD, #00B0EC);
}
.pro_menu_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:10px 20px;
}
.pro_menu_card{
  display: flex;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff;
  color: #0071bd;
  width: calc((100% / 3) - (40px / 3));
  &:nth-child(2){
    color: #0091d5;
  }
  &:nth-child(3){
    color: #00B0EC;
  }
}


/* ------------------
 共通メニュー
------------------ */
.bot_menu {
  padding: 50px 0;
}
.bot_menu_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.bot_menu_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}
.bot_menu_card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background: var(--blue);
  width: 154px;
  height: 154px;
}
.bot_menu_img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  min-width: 55px;
}
.bot_menu_com {
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
}

/* ------------------
 footer
------------------ */
.footer {

}
.ft_cont{
  position: relative;
  &::before{
    content: '';
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.ft_cont_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding: 45px 0;
  width: 90%;
  background: #ceebfa;
  position: relative;
}
.ft_cont_com {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.ft_cont_flex {
  display: flex;
  margin: 10px auto 0;
  justify-content: center;
  gap:20px;
  width: 100%;
}
.ft_cont_left{
  display: flex;
  flex-direction: column;
  gap:20px;
  max-width: 340px;
  width: 100%;
}
.ft_cont_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  font-size: 2.8rem;
  height: 64px;
  font-weight: bold;
  color: #fff;
  background: var(--blue);
  text-align: center;
  line-height: 1;
  > span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  small{
    font-size: var(--fs-14);
    display: inline-block;
  }
}
.ft_cont_mail {
  display: flex;
  max-width: 340px;
  width: 100%;
  gap: 10px;
  font-size: 2.4rem;
  min-height: 64px;
  justify-content: flex-start;
  padding-left: 15px;
  align-items: center;
  background: var(--blue);
  font-weight: bold;
  color: #fff;
}

.footer_main {
  background: #f5f5f5;
}
.footer_flex {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_left {
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.footer_head{
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
}
.footer_add {
  width: calc(50% - 10px);
  line-height: 2;
}
.add_head {
  font-size: 2rem;
  font-weight: bold;
  color: var(--blue);
}
.footer_data {
  line-height: 2;
  margin-left: 1em;
  border-left: 1px solid #c30e18;
  padding-left: 1em;
}
.footer_links {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  gap: 10px;
}
.footer_nav {
  padding: 0;
  display: flex;
  max-width: 535px;
  border-left: 1px solid var(--blue);
}
.footer_col{
  border-right: 1px solid var(--blue);
  padding: 0 10px;
}
.footer_item{
  margin-top: 7.5px;
  padding-left: 1em;
}
.footer_item--top{
  padding-left: 0em;
}
.footer_item--third{
  padding-left: 2em;
}


.copyright {
  color: #fff;
  background: var(--blue);
  width: 100%;
  margin: auto;
  padding: 10px 5%;
  text-align: center;
  & small{
    display: flex;
    justify-content: center;
  font-size: 1.4rem;
  align-items: center;
  }
  & a{
    display: inline;
    height: 13px;
  }
}

/* ------------------
下層ページ共通
------------------ */
/* パンくずリスト */
.breadcrumb {
  max-width: 1280px;
  width: 95%;
  margin: 5px auto;
  position: relative;
}
.breadcrumb_list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:5px;
}
.breadcrumb_item {
  color: #009BE4;
  a {
    text-decoration: underline;
		color: #009BE4;
    &:hover {text-decoration: none;}
  }
  &:has(a[href]) {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  &:has(a[href])::after {
    content: ">";
    color: #009BE4;
  }
}
.under_mv {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 100px 0 0;
  background: #F4F4F4;
}
.page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px #0054C9;
}
.page_tit--main{
  font-size: 4.8rem;
  font-weight: 800;
}

.intro{
  padding-top: 60px;
}
.intro_inner{
  max-width: 850px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:20px;
  line-height: 2;
}
.intro_head{
  font-size: 2.4rem;
  font-weight: bold;
  color: #0071bd;
  text-align: center;
}
.intro_com {
  font-weight: bold;
}
/* ------------------
  Backtop
------------------ */
#backtop {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  right: 3%;
  bottom: 50px;
  border-radius: 50%;
  background: rgba(50,50,50,0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -10;
}
#backtop::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-25%) rotate(-45deg);
  top: 50%;
  left: 0;
  right: 0;
  margin-inline: auto;
}
#backtop.active {
  opacity: 0.6;
  visibility: visible;
  z-index: 50;
}

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 768px) {
/* PCの場合はtelリンクを無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* iPad調整用 */
@media screen and (orientation: portrait) and (min-width: 768px){}
@media screen and (max-width: 767px) {
  /* ------------------
  スマホメニュー
  ------------------ */
  .pc_nav {display: none;}
  .header{
    height: 60px;
	}
  .hd_inner {
    padding: 0 65px 0 0 ;
    border-radius: 0;
    height: 60px;
    width: 100%;
  }
  .header_logo {
    max-width: 150px;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
  }
  .hd_koma {
    max-width: 33px;
    right: 65px;
  }
  /* ボタン */
  .spNav_btn {
    display: block;position: absolute; width: 60px;height: 60px; transition: all 0.5s;z-index: 11;color: #fff;font-size: 1.2rem;font-weight: bold; top: 0; right: 0;
    span {position: absolute;display: block;height: 2px;background: var(--blue);margin-inline: auto;}
    
    /* 閉じた状態 */
    &[aria-pressed="false"] span {transition: all 0.5s;}
    &[aria-pressed="false"] span:nth-child(1) {width: 26px; top: 20px;left: 0;right: 0;}
    &[aria-pressed="false"] span:nth-child(2) {width: 26px; top: 28px;left: 0;right: 0;}
    &[aria-pressed="false"] span:nth-child(3) {width: 26px; top: 36px;left: 0;right: 0;}
    
    /* 開いた状態 */
    &[aria-pressed="true"] span {transition: all 0.5s;}
    &[aria-pressed="true"] span:nth-child(1) {width: 25px; top: 30px;transform: translateY(-1.5px) rotate(45deg);left: 0;right: 0px;}
    &[aria-pressed="true"] span:nth-child(3) {width: 26px; top: 24px;left: 0;right: 0; opacity: 0;}
    &[aria-pressed="true"] span:nth-child(2) {width: 25px; bottom: 31px;transform: translateY(1.5px) rotate(-45deg);left: 0;right: 0px;}
  }
  /* メニューパネル */
  .spNav_panel {
    display: block;
    height: 100vh;
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.5s;
    background: #eee;
    box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    overflow: auto;
    z-index: 9;
    
    /* パネルが閉じている状態 */
    &[aria-hidden="true"] {
      visibility: hidden;
      pointer-events: none;
      transform: translateX(100%);
    }

    /* パネルが開いている状態 */
    &[aria-hidden="false"] {
      visibility: visible;
      transform: translateX(0);
    }
  }

  /* メニューパネル内の項目 */
  .spNav_list {
    width: 100%;
    padding: 56px 0 0;
    font-size: 1.5rem;
  }
  .spNav_list--item {
    border-bottom: 1px solid #000;
    a {
      display: block;
      padding: 12px 20px;
      color: #000;
    }
  }
  .spNav_accordion--title {
    width: 100%;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    &::after {
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }
    
    /* アコーディオン開閉時の状態表示 */
    &[aria-expanded="false"]::after {content: "+";}
    &[aria-expanded="true"]::after {content: "-";}

    /* アコーディオン内の項目 */
    &[aria-expanded="false"] + .spNav_accordion {
      max-height: 0;
      height: auto;
    }
    &[aria-expanded="true"] + .spNav_accordion {
      max-height: 1000px;
    }
  }
  .spNav_accordion {
    overflow: hidden;
    background: #fff;
    transition: all 0.5s;
    a {
      padding-left: 15%;
      border-bottom: 1px dashed #ccc;
    }
  }
  .hd_sns {
  justify-content: center;
  margin-top: 20px;
}
  a.header_contact {
  font-size: 2.4rem;
  height: 48px;
  padding: 5px 00 0;
  margin: 20px auto 0;
}
.header_inst {
  position: absolute;
  top: 10px;
  left: 15px;
}
.hd_fixed {
  top: auto;
  width: 100%;
  bottom: 0;
  writing-mode: initial;
  text-orientation: initial;
  gap: 0;
}
.fix_btn {
  width: 50%;
  border-radius: 0;
  letter-spacing: 0;
  font-size: min(1.4rem, 4vw);
  height: 40px;
  padding: 0;
}


  body {
    width: 100%;
  }
.sp_block {display: block;}
.pc_block,.pc_nav {display: none;}

.under_mv {
    min-height: 200px;
    padding-top: 0;
}
.page_tit--main {
  font-size: 3.6rem;
}
.pro_menu_card{
  width: 100%;
}
.bot_menu_card {
  width: calc(50% - 10px);
  max-width: 154px;
  max-height: 154px;
  font-size: min(1.6rem, 4.5vw);
  height: calc(45vw - 10px);
}
  /* footer */
  .cmn_contact_inner {
    flex-direction: column;
  }
  .cmn_contact_btn {
    width: 100%;
  }
  .cmn_contact_top {
    font-size: 3.6rem;
    line-height: 1;
    & .f_bar {
      font-size: 6.4rem;
    }
  }
  .cmn_contact_mid {
    font-size: 6rem;
  }
  .cmn_contact_btn {
    width: 100%;
    min-height: 230px;
  }
  .footer{
    position: relative;
    padding-bottom: 40px;
  }
  .ft_cont {
}
.ft_cont_inner {
  padding: 45px 5%;
}
.ft_cont_head {
  font-size: min(2.4rem, 6.4vw);
  letter-spacing: 0;
}
.ft_cont_flex {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.ft_cont_tel span {
  font-size: 2.4rem;
}
.footer_left {
    max-width: 100%;
    gap: 20px 10px;
  }
.ft_cont_mail {
  font-size: 1.8rem;
  min-height: 64px;
}
  .footer_nav--list {
    width: 100%;
    max-width: 300px;
  }
  .footer_flex {
    padding: 40px 0;
    flex-direction: column;
    gap: 20px;
  }
  .footer_add {
    width: calc(50% - 5px);
    line-height: 2;
    font-size: 1.4rem;
  }
  .footer_links {
    width: 100%;
    max-width: 100%;
  }
  .footer_nav {
  display: none;
}
  .copyright{
    line-height: 1.5;
  & small {
    display: block;
  }
  & a {
    display: inline-block;
    padding-top: 2.5px;
  }

  }
}

/* 印刷用設定 */
@media print {
  body {
    width:1280px!important;
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  .hd_inner{
    position: absolute;
  }
  .pc_nav--item {
    & > a {
      font-size: 1.4rem;
    }
  }
  
}
@page {
  size: A4;margin: 5px;
}