@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "游ゴシック";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "游ゴシック";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}
@font-face {
  font-family: "游明朝";
  src: local("Yu Mincho Medium");
  font-weight: normal;
}
@font-face {
  font-family: "游明朝";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}

body{
	font-size: 16px;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-weight: normal;
  line-height: 26px;
  -webkit-text-size-adjust: 100%;
  }

img {
	max-width:100%;
	height:auto;
}

  .sec_body{margin-top: 100px;}
  body.open{overflow: hidden;}
  .yumin{
    font-family: 'Droid Serif', "Yu Mincho", YuMincho, 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
    font-weight: normal;
    -webkit-transform: rotate(.03deg);
    -moz-transform: rotate(.03deg);
    transform: rotate(.03deg);
    }

  a{color: rgba(51,51,51,1); word-break: break-all;}

.redText {	color:#f00;}

.sp_no {
	display:none;
}
.fakeList {
	text-indent:-1.2rem;
	padding-left:1.2rem;
}

.decimalList {
	list-style:decimal;
	padding-left:1.2rem;
	margin: 1rem 0;
}
.discList {
	list-style:disc;
	padding-left:1.2rem;
	margin: 1rem 0;
}

/* header */
.glbl_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  transition: .5s;
  }
  .onscrl .glbl_header{background-color: rgba(255,255,255,1)}
  .open .glbl_header{background-color: rgba(22,112,208,1);}

  .hedr_logo_area{
    width: 240px;
    height: 100%;
    background-color: rgba(255,255,255,.75);
    transition: .5s;
    }
    .onscrl .hedr_logo_area{background-color: rgba(255,255,255,0);}
    .open .hedr_logo_area{background-color: rgba(230,230,230,0);}
    .hedr_logo_item{
      display: block;
      width: 100%;
      height: 100%;
      transition: .3s;
      position: relative;
      }
      .hedr_logo_item:hover{opacity: .7;}
      .tokai_logo_clor,
      .tokai_logo_whit{
        width: 230px;
        transition: .3s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        }
      .tokai_logo_whit{opacity: 0;}
      .open .tokai_logo_whit{opacity: 1;}
      .open .tokai_logo_clor{opacity: 0;}

  .hedr_btn_area{
    display: flex;
    height: 100%;
   }
@media screen and (min-width: 991px) {
  .hedr_btn_area{
		display:none;
	}
}

    .acs_btn{
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      height: 43px;
      font-size: 14px;
      font-weight: bold;
      color: rgba(255,255,255,1);
      border: 1px solid rgba(255,255,255,.5);
      box-sizing: border-box;
      transition: .5s;
      }
      .acs_pin{display: none;}
      .onscrl .acs_btn{
        color: rgba(22,112,208,1);
        border: 1px solid rgba(22,112,208,1);
        }
      .open .acs_btn{
        color: rgba(255,255,255,1);
        border: 1px solid rgba(255,255,255,.5);
        }
      .acs_btn:hover{opacity: .7;}
      .acs_btn_inr{
        padding-left: 24px;
        transition: .5s;
        position: relative;
        }
        .acs_btn_inr::before,
        .acs_btn_inr::after{
          content: "";
          width: 14px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center; 
          background-size: 100%;
          position: absolute;
          left: 0;
          top: 0;
          transition: .5s;
          }
          .onscrl.acs_btn_inr::before{opacity: 0;}  
        .acs_btn_inr::before,  
        .open .acs_btn_inr::before{
          background-image: url(/src/images/common/access_pin_white.png);
          opacity: 1;
          }
          .onscrl .acs_btn_inr::after{opacity: 1;}  
        .acs_btn_inr::after,
        .open .acs_btn_inr::after{
          background-image: url(/src/images/common/access_pin_blue.png);
          opacity: 0;
          }
        
    .mnw_btn{
      width: 95px;
      height: 100%;
      background-color: rgba(22,112,208,1);
      cursor: pointer;
      position: relative;
      }
      .btn_bar{
        width: 34px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
				caret-color: transparent;
        }
        .bar{
          display: block;
          width: 100%;
          height: 2px;
          background-color: rgba(255,255,255,1);
          position: absolute;
          left: 0;
          transition: .5s;
          }
          .bar:nth-of-type(1){top: 0;}
          .bar:nth-of-type(2){
            top: 50%;
            transform: translateY(-1px);
            }
          .bar:nth-of-type(3){
            top: 100%;
            transform: translateY(-2px)
            }
          .open .bar:nth-of-type(1){
            top: 50%;
            transform: translateY(-1px) rotate(45deg);
            }
          .open .bar:nth-of-type(2){opacity: 0;}
          .open .bar:nth-of-type(3){
            top: 50%;
            transform: translateY(-1px) rotate(-45deg);
            }

.glbl_nav_area{
  width: 100%;
  height: 0;
  background-color: rgba(22,112,208,1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: .3s;
  overflow-y: auto;
  box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
  }
.glbl_nav_area::-webkit-scrollbar{
  display:none;
}	
  .open .glbl_nav_area{
    height: 100%;
    min-height: 100vh;
    padding-top: 110px;
    }

    .glbl_nav_inr{
      display: flex;
      width: calc(100% - 40px);
      max-width: 1300px;
      height: auto;
      margin: 0 auto;
      padding-bottom: 50px;
      }
      .glbl_nav_item{
        width: 32%;
        margin-right: 5%;
        }
      .sub_nav_item{
        width: 26%;
        margin-right: 0;
        }

    .mnw_bnr{
      width: 100%;
      height: 217px;
      background-color: rgba(255,255,255,1);
      }
      .mnw_bnr a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 30px;
        color: rgba(255,255,255,1);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: .3s;
        }
        .mnw_bnr a:hover{opacity: .7;}
        .alps_info_bnr{background-image: url(/src/images/common/mnw_img_01.png);}
        .cmpny_info_bnr{background-image: url(/src/images/common/mnw_img_02.png);}
        .rec_info_bnr{background-image: url(/src/images/common/mnw_img_03.png);}

        .mnw_bnr_txt{position: relative;}
          .link_arw:before{
            content: "";
            width: 8px;
            height: 15px;
            background-image: url(/src/images/common/arrow_right_white.png);
            background-repeat:  no-repeat;
            background-size: 100%;
            position: absolute;
            transform: translateY(-50%);
            }

          .l-arw_blue:before{background-image: url(/src/images/common/arrow_right_blue.png);}  
          .mnw_bnr_txt:before{
            top: 50%;
            right: -25px;
            }

    .mnw_list{margin-top: 15px;}
      .mnw_list_item{border-bottom: 1px solid rgba(255,255,255,.5);}
        .mnw_list_item a{
          display: block;
          padding: 21px 15px;
          font-size: 20px;
          color: rgba(255,255,255,1);
          line-height: 20px;
          position: relative;
          transition: .3s;
          }
          .mnw_list_item a:hover{opacity: .7;}
          .mnw_list_item a:before{
            top: 50%;
            right: 15px;
            }
          
    .rec_bnr{margin-top: 2rem;}
    
    .mnw_sub_bnr{
      width: 95%;
      height: 105px;
      margin-bottom: 20px;
      background-color: rgba(255,255,255,1);
      box-shadow: 4px 4px 6px 0px rgba(0,0,0,.2);
      }
      .mnw_sub_bnr:last-of-type{margin-bottom: 0;}
      .mnw_sub_bnr a{
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 35px;
        font-size: 23px;
        color: rgba(22,112,208,1);
        background-color: rgba(255,255,255,1);
        box-sizing: border-box;
        position: relative;
        transition: .3s;
        }
        .mnw_sub_bnr a:hover{opacity: .7;}
        .sub_bnr_txt:before{
          top: 50%;
          right: 30px;
          }
          .mnw_sub_bnr img{margin-right: 20px;}
          .resv_icon{width: 37px;}
          .qanda_icon{width: 38px;}
          .cntct_icon{width: 33px;}

    
    .note_list{margin-top: 130px;}


/* global Menu */
.gMenuArea {
	display:none;
}

@media screen and (min-width: 991px) {

.gMenuArea {
	display: flex;
	position:absolute;
	top:0;
	right:0;
	align-items:center;
	height:75px;
}

.gMenuArea .gMenuInner {
	display:flex;
}
.gMenuInner > li {border-bottom: 1px solid rgba(255,255,255,.5);}
        .gMenuInner li > dl > dt .megaBtn,
        .gMenuInner li > a{
          display: block;
          font-size: 16px;
          line-height: 20px;
          position: relative;
          transition: .3s;
					cursor:pointer;
					border-right : 1px solid #ccc;
        }
        .gMenuInner li > a{
          padding: 0 8px 0 8px;
					margin:27px 0;
				}
        .gMenuInner li > dl > dt {
          padding: 27px 0 27px 0;
				}
        .gMenuInner li > dl > dt .megaBtn {
          padding: 0 16px 0 8px;
				}
          .gMenuInner li > a:hover{opacity: .7;}
          .gMenuInner li > a:before{
            top: 50%;
            right: 15px;
            }
        .gMenuInner > li:last-child a {
					border-right:none;
				}

.gMenuArea .gMenuInner .li a {
	color:#000;
	user-select:none;
}

.gMenuInner li dl {
	position:relative;
}
.gMenuInner li dl dd {
	position:absolute;
	top:74px;
	left:0;
	width:auto;
	min-width:553px;
  visibility: hidden;
  opacity: 0;
	background-color:#fff;
	padding:1rem;
}
.gMenuInner li dl dd.active{
  visibility: visible;
  opacity: 1;
  transition: .3s;
}
.gMenuInner li dl dd .megaMenuChild {
	display:flex;
	flex-wrap: wrap;
}
.gMenuInner li dl dd .megaMenuChild li {
	min-width:160px;
}
.gMenuInner li dl dd .megaMenuChild li a {
	white-space:nowrap;
	width:260px;
	box-sizing: border-box;
	padding:1rem 2rem 1rem 1rem;
	border-right: none;
	border-top:2px solid #ccc;
	margin:0 0.5rem;
	position:relative;
  transition: .3s;
}
.gMenuInner li dl dd .megaMenuChild li:nth-child(1) a,
.gMenuInner li dl dd .megaMenuChild li:nth-child(2) a {
	border-top:none;
}
.gMenuInner li dl dd .megaMenuChild li a:hover {
	background-color:#fff;
}
.gMenuInner li dl dd .megaMenuChild li a::after {
	content:"▼";
	position:absolute;
	right:0.5rem;
	font-size: 75%;
	transform: rotate(-90deg) scaleY(0.6);
}

.gMenuInner li dl dd .closeBtn {
	white-space:nowrap;
	text-align:right;
	padding:0.5rem 0 0;
}
.gMenuInner li dl dd .closeBtn .close {
	cursor:pointer;
	position:relative;
	padding:0.25rem 2rem 0.25rem 0.5rem;
  transition: .3s;
}
.gMenuInner li dl dd .closeBtn .close:hover {
	background-color:#fff;
}
.gMenuInner li dl dd .closeBtn .close::after {
	content:"×";
	position:absolute;
	right:2px;
	font-size:2rem;
}
.gMenuInner li dl dt .megaBtn {
	position:relative;
}
.gMenuInner li dl dt .megaBtn::after {
	content:"▼";
	position:absolute;
	right:2px;
	font-size: 75%;
	transform: scaleY(0.6);
}
}
@media screen and (min-width: 1201px) {
        .gMenuInner li > a{
          padding: 0 1rem 0 1rem;
          }
        .gMenuInner li > dl > dt .megaBtn {
          padding: 0 2rem 0 1rem;
				}
.gMenuInner li dl dt .megaBtn::after {
	right:1rem;
}
}

.gMenuInner li dl dt.active {
	background-color: #dceaf8;
}
.gMenuInner li dl dd.active {
	background-color: #dceaf8;
}



/* footer_wrap */
.footer_wrap{
  width: 100%;
  background-color: rgba(255,255,255,1);
  position: relative;
  z-index: 20;
  }

/* contact_type */
.contact_type{
  width: 100%;
  padding: 135px 20px 140px;
  background-image: url(/src/images/top/ct_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  }
  .oc_ttl{
    font-size: 45px;
    font-weight: normal;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 50px;
    }
  .ct_inr{
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 30px 20px 60px;
    background-color: rgba(255,255,255,.65);
    box-sizing: border-box;
    }
    .ct_jp{
      display: flex;
      justify-content: center;
      width: 100%;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(79,132,218,1);
      box-sizing: border-box;
      }
    .ct_tel{margin: 30px 70px 0 0;}
      .ct_tel_link{
    padding-left: 65px;
    font-size: 52px;
    color: rgba(7,92,191,1);
    background-image: url(/src/images/common/tel_icon_blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    pointer-events: none;
    font-weight: 600;
    }
      .ct_tel_note{
        padding-left: 65px;
        font-size: 16px;
		padding-top: 5px;
        }
		.ct_tel_note .iB{
			display:inline-block;
		}
    .ct_form{}
      .ct_form_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 350px;
        height: 87px;
        font-size: 22px;
        color: rgba(255,255,255,1);
        background: linear-gradient(-135deg, rgba(36,88,166,1), rgba(44,129,199,1));
        transition: .3s;
        }
        .ct_form_btn:hover{opacity: .7}
        .ct_form_btn img{
          width: 33px;
          margin-right: 20px;
          }
        
    .overseas_customer{padding-top: 35px;}
      .oc_sub_ttl{
        font-size: 32px;
        text-align: center;
        }
      .oc_lst{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 35px;
        padding: 0 20px;
        box-sizing: border-box;
        }
        .oc_item{
          width: 23.5%;
          /* margin-right: 2%; */
          }
          .oc_item:last-of-type{margin-right: 0;}
          .oc_item_link{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100px;
            text-align: center;
            background-color: rgba(255,255,255,1);
            background-image: url(/src/images/common/arrow_right_blue.png);
            background-repeat: no-repeat;
            background-size: 10px;
            background-position: center right 15px;
            transition: .3s;
            }
            .oc_item_link:hover{opacity: .7;}
            .lang_oth{
              font-size: 24px;
              color: rgba(7,92,191,1);
              }
            .lang_jp{
              margin-top: 5px;
              font-size: 16px;
              line-height: 20px;
              }

/* externallink */
.externallink{
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
  padding-top: 20px;
  }
  .el_lst{
    width: calc(100% - 80px);
    max-width: 860px;
    margin: 0 auto;
    }
    .el_item{
      padding: 20px;
      box-sizing: border-box;
      }
    .el_item_link{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 110px;
      border: 1px solid rgba(204,204,204,1);
      box-sizing: border-box;
      transition: 3s;
      }
      .el_item_link:hover{opacity: .7;}

  .slick-prev,
  .slick-next{
    width: 30px;
    height: 110px;
    font-size: 0;
    border: 0;
    background-color: rgba(255,255,255,1);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    top: 20px;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
    }
  .slick-prev,
  .slick-next:hover{opacity: .7;}
  .slick-prev{
    background-image: url(/src/images/common/arrow_th_left_blk.png);
    left: -45px;
    }
  .slick-next{
    background-image: url(/src/images/common/arrow_th_right_blk.png);
    right: -45px;
    }

/* footer_menu */
.ftr_mnw{
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
  margin-top: 55px;
  padding-left: 70px;
  box-sizing: border-box;
  }
  .ftr_mnw_item{
    margin-right: 30px;
    position: relative;
    }
    .ftr_mnw_item:hover{text-decoration: underline;}
    .ftr_mnw_item::before{
      content: "";
      width: 1px;
      height: 15px;
      background-color: rgba(173,173,173,1);
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      }
      .ftr_mnw_item:last-of-type::before{display: none;}

/* footer_nav */
.ftr_nav{
  margin-top: 45px;
  padding: 25px 20px;
  border-top: 1px solid rgba(220,222,223,1);
  background-color: rgba(240,241,242,1);
  }
  .ftr_nav_inr{
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    }
    .ftr_nav_area{
      display: flex;
      margin-bottom: 25px;
      }
      .ftr_nav_area:last-of-type{margin-bottom: 0;}
      .ftr_nav_cat{width: 178px;}
        .ftr_nav_cat a{
          display: flex;
          justify-content: center;
          align-items: center;
          width: 178px;
          height: 28px;
          font-size: 15px;
          border-radius: 14px;
          box-sizing: border-box;
          }
          .ftr_nav_cat .cat_alps{
            color: rgba(1,135,56,1);
            border: 1px solid rgba(104,190,141,1);
            }
          .ftr_nav_cat .cat_cmpny{
            color: rgba(9,58,159,1);
            border: 1px solid rgba(13,92,192,1);
            }
          .ftr_nav_cat .cat_cntct{
            color: rgba(2,146,200,1);
            border: 1px solid rgba(44,164,225,1);
            }
            
      .ftr_nav_lst{
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 178px);
        padding-left: 20px;
        box-sizing: border-box;
        }
        .ftr_nav_item{
          display: block;
          margin-right: 30px;
          position: relative;
          }
          .ftr_nav_item:hover{text-decoration: underline;}
          .ftr_nav_item::before{
            content: "";
            width: 1px;
            height: 15px;
            background-color: rgba(173,173,173,1);
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
            }
            .ftr_nav_item:last-of-type::before{display: none;}

/* footerlogo */
  .ftr_logo_area{
    padding: 30px 0 70px;
    text-align: center;
    }      
    .ftr_logo{width: 210px;}
    .ftr_copy{
      margin-top: 30px;
      font-size: 12px;
      }

/* common */    
.mnw_cls{display: none;}

  .wrap{
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 10;
		margin-top:75px;
    }

/* parts */
.glbl_btn_white{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 313px;
  height: 62px;
  margin: 0 auto;
  font-size: 17px;
  color: rgba(255,255,255,1);
  letter-spacing: 0.1em;
  border: 1px solid rgba(255,255,255,1);
  position: relative;
  transition: .3s;
  }
  .glbl_btn_white:hover{background-color: rgba(255,255,255,.2);}

.glbl_btn_blue-gd,
.glbl_btn_grn-gd,
.glbl_btn_gry-gd{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 374px;
  height: 65px;
  margin: 0 auto;
  font-size: 17px;
  color: rgba(255,255,255,1);
  background-color: rgba(196,196,196,1);
  border: 0;
  letter-spacing: 0.1em;
  position: relative;
  transition: .3s;
  cursor: pointer;
  }
  .glbl_btn_blue-gd{background-image: linear-gradient(-135deg, rgba(36,88,166,1), rgba(44,129,199,1));}
  .glbl_btn_grn-gd{background-image: linear-gradient(-135deg, rgba(2,128,40,1), rgba(46,155,44,1));}
  .glbl_btn_gry-gd{
    color: rgba(44,110,187,1);
    background-color: rgba(232,230,230,1);
    }

  .glbl_btn_blue-gd:hover,
  .glbl_btn_grn-gd:hover,
  .glbl_btn_gry-gd:hover{opacity: .7;}

  .glbl_btn_white::before,
  .glbl_btn_blue-gd::before,
  .glbl_btn_grn-gd::before,
  .glbl_btn_gry-gd::before{
    content: "";
    width: 22px; 
    height: 11px;
    background-image: url(/src/images/common/arrow_hr_right_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 22px;
    transition: .3s;
    }
  .glbl_btn_gry-gd::before{background-image: url(/src/images/common/arrow_hr_right_blue.png);}    
  .glbl_btn_blue-gd::before,
  .glbl_btn_grn-gd::before,
  .glbl_btn_gry-gd::before{
    width: 27px; 
    height: 12px;      
    top: 24px;
    }
    .glbl_btn_white:hover::before,
    .glbl_btn_blue-gd:hover::before,
    .glbl_btn_grn-gd:hover::before,
    .glbl_btn_gry-gd:hover::before{right: 10px;}

  .glbl_btn_blue-gd:disabled,
  .btn_dsbd{
    background-image: linear-gradient(-135deg, rgba(36,88,166,0), rgba(44,129,199,0));
    background-color: rgba(196,196,196,1);
    cursor: initial;
    pointer-events: none;
    }
  .backtoBtn.glbl_btn_blue-gd::before {
    background-image: url(/src/images/common/arrow_hr_left_white.png);
		right:auto;
		left:15px;
   }
  .backtoBtn.glbl_btn_blue-gd:hover::before {
		left:10px;
	}
.crl_arw{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10;
  }
  .crl_arw::before{
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(/src/images/common/arrow_hr_right_white.png);
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-size: 31px;
    position: absolute;
    left: 0;
    top: 0;
    }
.crl_arw.grn_arw{
  width: 63px;
  height: 63px;  
  border: 3px solid rgba(29,111,79,1);
  border-radius: 50%;
  background-color: rgba(255,255,255,1);
  }    
  .crl_arw.grn_arw::before{
    width: 57px;
    height: 60px;      
    background-image: url(/src/images/common/arrow_hr_right_grn.png);
    }

.crl_arw.blue_arw{
  width: 63px;
  height: 63px;  
  border: 3px solid rgba(12,134,204,1);
  border-radius: 50%;
  background-color: rgba(255,255,255,1);
  }    
  .crl_arw.blue_arw::before{
    width: 57px;
    height: 60px;      
    background-image: url(/src/images/common/arrow_hr_right_lblue.png);
    }    


@media screen and (max-width: 1200px) {

/* header */
      .glbl_nav_item{width: 30%;}
      .sub_nav_item{width: 30%;}

    .mnw_bnr{height: 170px;}
      .mnw_bnr a{font-size: 26px;}
        .mnw_list_item a{
          padding: 16px 15px;
          font-size: 16px;
          }

    .rec_bnr{margin-top: 45px;}
    
    .mnw_sub_bnr{height: 80px;}
      .mnw_sub_bnr a{
        padding-left: 25px;
        font-size: 20px;
        }
        .mnw_sub_bnr img{margin-right: 15px;}
    
    .note_list{margin-top: 80px;}

}/* max-width: 1200px */

@media screen and (max-width: 1100px) {

/* contact_type */
.contact_type{
  padding: 115px 20px 120px;
  }
    .ct_jp{padding-bottom: 30px;}
    .ct_tel{margin: 22px 60px 0 0;}
      .ct_tel_link{
        padding-left: 55px;
        font-size: 40px;
        background-size: 40px;
        }
      .ct_tel_note{
        padding-left: 55px;
        font-size: 14px;
        }
      .ct_form_btn{
        width: 300px;
        height: 70px;
        font-size: 18px;
        }
        .ct_form_btn img{
          width: 28px;
          margin-right: 15px;
          }    
          .oc_item_link{height: 80px;}
            .lang_oth{font-size: 22px;}
            .lang_jp{font-size: 15px;}

/* externallink */
  .slick-prev{left: -25px;}
  .slick-next{right: -25px;}

}/* max-width: 1100px */

@media screen and (max-width: 900px) {
        
/* contact_type */
    .ct_tel{margin: 22px 40px 0 0;}
      .ct_tel_link{
        padding-left: 50px;
        font-size: 36px;
        background-size: 38px;
        }
      .ct_tel_note{padding-left: 50px;}
      .ct_form_btn{
        width: 280px;
        height: 65px;
        } 
            .lang_oth{font-size: 20px;}

}/* max-width: 900px */

@media screen and (max-width: 940px) {

/* header */
    .mnw_bnr{height: 130px;}
      .mnw_bnr a{font-size: 20px;}
    .mnw_sub_bnr{height: 70px;}
      .mnw_sub_bnr a{
        padding-left: 15px;
        font-size: 16px;
        }
        .mnw_sub_bnr img{margin-right: 10px;}
        .resv_icon{width: 27px;}
        .qanda_icon{width: 28px;}
        .cntct_icon{width: 23px;}

}/* max-width: 940px */

@media screen and (max-width: 780px) {
body{
	font-size: 14px;
  line-height: 22px;
  }

/* header */
.glbl_header{
  height: 80px;
  background-color: rgba(255,255,255,.75);
  transition: .3s;
  }
  .hedr_logo_area{width: calc(100% - 160px);}
    .hedr_logo_item{max-width: 280px;}
      .tokai_logo_clor,
      .tokai_logo_whit{
        width: 240px;
        left: 20px;
        transform: translate(0, -50%);
        }

    .acs_btn,
    .onscrl .acs_btn{
      width: 80px;
      height: 80px;
      font-size: 0px;
      border: 0;
      border-left: 1px solid rgba(147,188,217,1);
      background-color: rgba(147,200,250,.2);
      transition: .3s;
      position: relative;
      }
      .open .acs_btn{
        border: 0;
        border-left: 1px solid rgba(147,188,217,0);
        background-color: rgba(147,200,250,0);
        }

      .acs_pin{display: none;}
      .acs_btn:hover{opacity: .7;}
      .acs_btn_inr{
        display: block;
        width: 80px;
        height: 80px;
        }
        .acs_btn_inr::before,
        .acs_btn_inr::after{          
          width: 80px;
          height: 80px;
          background-image: url(/src/images/common/access_pin_blue.png);
          background-size: 22px;
          }
    .mnw_btn{width: 80px;}

  .open .glbl_nav_area{padding-top: 110px;}
    .glbl_nav_inr{display: block;}
      .glbl_nav_item{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 40px;
        }

    .mnw_bnr{height: 160px;}
      .mnw_bnr a{font-size: 24px;}

    .mnw_list{
      display: flex;
      flex-wrap: wrap;
      width: 96%;
      margin: 0 auto;
      margin-top: 10px;
      }
      .mnw_list_item{width: 48%;}
        .mnw_list_item:nth-of-type(odd){margin-right: 4%;}
        .mnw_list_item a{padding: 15px 10px;}
          .mnw_list_item a:before{right: 10px;}

    .rec_bnr{margin-top: 40px;}
    
    .mnw_sub_bnr{width: 100%;}
      .mnw_sub_bnr a{padding-left: 25px;}
        .sub_bnr_txt::before {
          top: 50%;
          right: 25px;
          }

/* contact_type */
.contact_type{padding: 60px 20px 130px 20px;}
  .oc_ttl{
    font-size: 26px;
    line-height: 30px;
    }
  .ct_inr{
    margin-top: 20px;
    padding: 40px 20px;
    }
    .ct_jp{
      display: block;
      justify-content: center;
      width: 100%;
      padding: 0 0 30px;
      box-sizing: border-box;
      }
    .ct_tel{
      margin: 0 auto;
      margin-bottom: 20px;
      text-align: center;
      }
      .ct_tel_link{
		  pointer-events: initial;
		  font-family: 'Open Sans', sans-serif;
		}
      .ct_tel_note{
        display: inline-block;
        padding: 0;
        }
      .ct_form_btn{
        width: 100%;
        height: 80px;
        }
      .oc_sub_ttl{font-size: 22px;}
      .oc_lst{
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 0;
        }
        .oc_item{width: 48%;}
          .oc_item:nth-of-type(-n+2){margin-bottom: 15px;}
          .oc_item:nth-of-type(2n+2){margin-right: 0;}

/* footer_menu */
.ftr_mnw{
  margin-top: 25px;
  padding-left: 0;
  text-align: center;
  }
  .ftr_mnw_item{
    margin-right: 20px;
    position: relative;
    }
    .ftr_mnw_item:last-of-type{margin-right: 0;}
    .ftr_mnw_item::before{
      height: 15px;
      right: -10px;
      }

/* footer_nav */
.ftr_nav{display: none;}

/* footerlogo */
  .ftr_logo_area{padding: 30px 0 30px;}      
    .ftr_logo{width: 180px;}
    .ftr_copy{
      margin-top: 20px;
      font-size: 11px;
      }

/* parts */
.glbl_btn_white,
.glbl_btn_blue-gd,
.glbl_btn_grn-gd,
.glbl_btn_gry-gd{
  width: 90%;
  max-width: 280px;
  height: 52px;
  font-size: 15px;
  }
  .glbl_btn_white::before,
  .glbl_btn_blue-gd::before,
  .glbl_btn_grn-gd::before,
  .glbl_btn_gry-gd::before{top: 18px;}

.crl_arw{
  width: 50px;
  height: 50px;
  }
  .crl_arw::before{
    width: 50px;
    height: 50px;
    background-position: center top 16px;
    background-size: 28px;
    }  
.crl_arw.grn_arw,
.crl_arw.blue_arw{
  width: 53px;
  height: 53px;  
  }    
  .crl_arw.grn_arw::before,
  .crl_arw.blue_arw::before{
    width: 47px;
    height: 50px;
    background-position: center top 15px;
    }    

} /* max-width: 780px */


@media screen and (max-width: 580px) {

/* header */
.glbl_header{
  height: 60px;
  background-color: rgba(255,255,255,.75);
  transition: .3s;
  }

  .hedr_logo_area{width: calc(100% - 120px);}
      .tokai_logo_clor,
      .tokai_logo_whit{
        width: 200px;
        }
    .onscrl .acs_btn,
    .acs_btn{
      width: 60px;
      height: 60px;
      }
      .acs_btn_inr{
        width: 60px;
        height: 60px;
        }
        .acs_btn_inr::before,
        .acs_btn_inr::after{          
          width: 60px;
          height: 60px;
          background-size: 18px;
          }
 
      .mnw_btn{width: 60px;}
      .btn_bar{
        width: 28px;
        height: 24px;
        }      
  .open .glbl_nav_area{padding-top: 90px;}

    .mnw_list{width: 100%;}
    .mnw_bnr{height: 120px;}
      .mnw_bnr a{font-size: 20px;}

  .mnw_list_item a{
    padding: 13px 10px;
    font-size: 14px;
    }
	.overseas_customer {
    padding-top: 20px;
	}
	.oc_item_link {
    height: 60px;
    padding: 0.5rem 0 0 0;
    background-size: 6px;
	}

}

@media screen and (max-width: 480px) {

.tokai_logo_clor, .tokai_logo_whit {
  width: 200px;
  left: 10px;
  }

/* contact_type */
 .contact_type{
    background-color: #7eb5fc;
    background-image: url(/src/images/top/ct_bg_sp.jpg);
    background-size: 100%;
    background-position: bottom center;
  }

  .ct_inr{
    padding: 30px 20px;
    }
    .ct_jp{
      display: block;
      justify-content: center;
      width: 100%;
      padding: 0 0 20px;
      box-sizing: border-box;
      }
    .ct_tel{
      margin: 0 auto;
      margin-bottom: 20px;
      text-align: center;
      }
      .ct_tel_link{
      padding-left: 40px;
      font-size: 33px;
      background-size: 30px;
      }
      .ct_tel_note{font-size: 13px;}
      .ct_form_btn{height: 60px;}
      .oc_sub_ttl{font-size: 20px;}
      .oc_lst{
        flex-wrap: wrap;
        margin-top: 10px;
        padding: 0;
        }
        .oc_item{
          width: 48%;
          margin-right: 4%;
          }
          .oc_item:nth-of-type(-n+2){margin-bottom: 15px;}
          .oc_item:nth-of-type(2n+2){margin-right: 0;}
            .lang_oth{font-size: 18px;line-height: 0.7;}
            .lang_jp{font-size: 12px;}

/* footer_menu */
.ftr_mnw{
  display: flex;
  justify-content: center;
  }
  .ftr_mnw_item{font-size: 12px;}

}

@media screen and (min-width: 641px) {
.sp_no{
	display:inline;
}
}

/* 地域貢献 */

.comm_banner{
  width: 100%;
  padding: 1.25rem 20px;
  box-sizing: border-box;
  }
  .comm_link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1550px;
    height: 200px;
    margin: 0 auto;
		box-sizing: border-box;
		padding: 0 1rem;
    border: 1px solid rgba(185,201,164,1);
    background-image: url(/src/images/common/comm_bg_sp.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    transition: .3s;
    }
    .comm_link:hover{opacity:.7;}
    .comm_ttl{
      font-size: 16px;
      font-weight: bold;
      color: rgba(36,89,174,1);
			text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
      }
    .comm_catch{
			text-align:center;
      margin-top: 10px;
      margin-right: -20px;
      font-size: 32px;
			font-weight:bold;
      line-height: 1;
			text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
      }
      .commc_blue{color: rgba(36,89,174,1);}
    .comm_txt{
      margin-top: 20px;
      font-size: 12px;
			font-weight:bold;
			text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
      }
@media screen and (min-width: 481px) {
    .comm_catch {
      font-size: 40px;
		}
    .comm_txt {
      font-size: 16px;
		}
}
@media screen and (min-width: 641px) {
  .comm_link {
    height: 275px;
    background-image: url(/src/images/common/comm_bg.png);
	}
    .comm_catch {
      font-size: 48px;
			font-weight:normal;
		}
}
@media screen and (min-width: 961px), print {
    .comm_ttl{
      font-size: 24px;
		}
    .comm_catch {
      margin-top: 20px;
      font-size: 64px;
		}

    .comm_catch br {
			display:none;
		}
    .comm_txt {
      font-size: 19px;
			text-align:center;
		}
}
@media screen and (min-width: 1201px), print {
    .comm_catch {
      font-size: 72px;
		}
}