@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
.line_btn {
  position: fixed;
  bottom: 105px;
  right: 1%;
  z-index: 1;
}


.midashi.icon_5 h2::before{
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
}
.cont_3 .inner{
    display: flex;
    justify-content: space-between;
}
.cont_3 div.flxL ,.cont_3 div.flxC, .cont_3 div.flxR{
    width: 32%;
}
.inst div.sns_list{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -2%;
    margin-left: 0;
}
.inst div.sns_list > div{
    width: 32%;
    margin: 0 0 2%;
}
.inst div.sns_list > div div.sns_photo a{
    /* padding: 0 0 100%; */
    width: 100%;
    overflow: hidden;
    /* position: relative; */
}
.inst div.sns_list > div div.sns_photo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.inst div.sns_list > div div.sns_text{
    display: none;
}
.h1txt{
    background-size: cover;
    background-position: center center;
}
.h1txt article{
    padding: 150px 0;
    background: rgba(39, 58, 147, 0.3);
    color: #fff !important;
}
.h1txt article h1{
    color: #fff;
    line-height: 1.4em;
    font-size: 35px;
    letter-spacing: 0.1em;
}
.h1txt article h1 span{
    display: block;
    font-size: 18px;
}
#local-keyvisual{
    display: none;
}
@media screen and (min-width: 469px) and (max-width: 768px){
    .line_btn {
        bottom: 0;
    }
}
@media only screen and (max-width: 468px){
    .line_btn {
        bottom: 0;
    }
}
@media only screen and (max-width: 834px){
    .cont_3 .inner{
        flex-direction: column;
    }
    .cont_3 div.flxL ,.cont_3 div.flxC, .cont_3 div.flxR{
        width: 100%;
    }
    .inst div.sns_list > div div.sns_photo a{
        padding: 0 0 100%;
    }
}




/*-------------------- バイリンガルボタン ----------------------*/
#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999999;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}
.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}
.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}
.switch input[type="checkbox"] {
  display: none;
}
.switch label {
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding: 5px 0 8px 0;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s;
}
div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}
/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}
.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}
.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}
@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
}
@media screen and (max-width: 468px) {
  #builingual {
    top: auto;
    bottom: 0;
    right: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}
@media screen and (min-width: 469px) and (max-width: 768px) {
}
