﻿@charset "utf-8";
/* 1536 , 1530 × 735 ,1366 *//* ←記画面幅でも崩れていないか確認 */

/* カテゴリリンクの飛び先位置の数値を適宜調整してください */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */


/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#logo{
    max-width: 180px;
}
#fix_bnr{
    display: none;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#fix_bnr{
    display: block;
	bottom: 10px;
	right: 100px;
	z-index: 10;
	width: 400px;
}
@media screen and (max-width: 667px){
	#fix_bnr{
	    width: 250px;
	    right:80px;
	}
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img::before{
    display: none;
}
#main_img{
    overflow: hidden;
        min-height: 500px;
}
.fv_img_pc{
    height: 100%;
    width: 100%;
}
.fv_img_pc img{
width: 100%;
  height: 100%;  /* 親(100%)の100% ＝ つまり100vhになる */
  object-fit: cover; /* これで隙間なく埋まる */
      object-position:0 0;
}
.fv_img_sp{
    display: none;
}
.fv_txt01{
    margin-bottom:5%;
}
.fv_txt_contents{
    display: flex;
    justify-content: space-between;

}
.fv_txt_wrap{
    position: absolute;
    top: 16%;
    left: 6%;
    width: 34%;
}
.fv_txt_contents img{
    width: 90%;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    height: 470px !important;
    min-height: 450px !important;
}
.fv_img_pc{
    width: 100%;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.fv_img_pc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -39px 62px;
}
.fv_txt_wrap {
    position: absolute;
    top: 26%;
    left: 5%;
    width: 38%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.fv_img_pc{
    display: none;
}
#main_img {
    height: 600px !important;
}
.fv_img_sp{
    display: block;
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.fv_img_sp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
            object-position: -20px 0;
}
.fv_txt_wrap {
        position: absolute;
        top: 16%;
        left: 9%;
        width: 60%;
    }
.fv_txt01 {
    width: 130%;
    margin-bottom: 75%;
}
.fv_txt_contents {
    width: 140%;
}
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.contents1_img img{
    object-position: -380px 0px;
}
.#contents2 .contents2_bg::before{
    opacity: 0.4;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.contents1_img img {
    object-position: -160px 0px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 130px;
}
/* お問い合わせ */
.radio_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.radio_wrap .radio-input {
  display: none;
}
.radio_wrap .radio-input + label {
  padding-left: 23px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.radio_wrap .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
}
.radio_wrap .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: #4690a1;
  border-radius: 50%;
}
.radio_wrap .radio-input:focus + label::before {
  outline: 2px solid #4690a1;
  outline-offset: 2px;
}

/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {
--header-height: 100px;
}
}





/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


