@charset "UTF-8" ;

/* 共通 */
html {
    font-size: 100%;
    max-width: 1920px;
}
body {
    font-family:
    Noto Sans CJK JP ,
     "Century Gothic", 
     sans-serif,
     "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
      width: 100%;
      margin: 0;
  }
  a {
    text-decoration: none;
  }
img {
    max-width: 100%;
}
.body_wap {
    margin: 0 auto;
    overflow: hidden;
}


/* heder
 -----------------------------------*/
#top_img {
    background-image: url(../img/top_pc.png);
    background-size: cover;
    background-position: center;
    min-height: 100vh;

}

header {
    display: flex;
    justify-content: space-between;
}
.logo {
    font-size: 20px;
    margin-top: 30px;
    margin-left: 50px;
}
.logo a {
    color: #000;
}
.Contact_deco {
    /* position: absolute; */
    height: 68px;
    width: 373px;
    background-color: #f7b602;
    list-style: none;
    text-align: center;
    right: 50px;
    top: 0;
    padding: 35px;
    margin-right: 50px;
}
.Contact_deco a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
.Contact_deco:hover {
    opacity: 90%;
}

.fv_copy h2 {
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin-top: 250px;
}
.fv_copy img {
    width: 789px;
    float: right;
}

/*  わたしたちの想い〜 */
.message_1 {
    margin: 0 auto;
    text-align: center;
    width: 870px;
}
.message_1 h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 150px;
    margin-top: 240px;
}

.message_1 h3 {
    display: flex;
    align-items: center;
    }
    .message_1 h3 {
        position: relative;
        display: inline-block;
        padding: 0 100px;
    }
    
    .message_1 h3:before,
    .message_1 h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 2px;
        background-color: #067fbd;
    }
    
    .message_1 h3:before {
        left: 0;
    }
    .message_1 h3:after {
        right: 0;
    }

.message_border {
    position: relative;
    border: 2px solid #067fbd;
    border-radius: 50px;
    background: #fff;
}
.message_border::before {
    content: "";
    width: 2px;
    height: 3rem;
    position: absolute;
    top: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #067fbd;
}
.message_1 h4 {
    display: grid;
    position: absolute;
    top: -9%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #067fbd;
    color: #fff;
    width: 436px;
    height: 63px;
    border-radius: 45px;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
}
.message_cp {
    font-size: 32px;
    color: #333;
    background: linear-gradient(transparent 90%, #fcde8b 50%);
    width: 673px;
    margin: 0 auto;
    padding-top: 78px;
}
.message_1_info {
    margin-top: 80px;
}
.message_1_info_bottom {
    margin-bottom: 35px;
}
.message_1_info p{
    font-size: 16px;
    padding-bottom: 45px;
}

/* わたしたちはお客様の人生を〜 */
.message_2 h3 {
    font-size: 42px;
    color: #333;
    font-weight: 400;
    margin-left: 245px;
    padding-top: 10px;
    padding-bottom: 35px;
}
.message_2 p {
    font-size: 21px;
    font-weight: 300;
    margin-left: 245px;
}
.message_2 {
    width: 100%;
    margin: 0;
    padding: 200px 0 0;
    position: relative;
    top: 80px;
    overflow: hidden;
}
.message_2 img {
    vertical-align: bottom;
    /* 要素下部の余白を削除 */
}


.message_2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ebf7f3;
    transform: skewY(-13deg) translateY(210px);
    z-index: -1;
}

/* 会社概要 */
.company {
    padding-top: 320px;
    padding-bottom: 240px;
    width: 90%;
    margin: 0 auto;
}

.company h3 {
    display: flex;
    align-items: center;
    }
    .company h3 {
        position: relative;
        display: inline-block;
        padding: 0 100px;
    }
    
    .company h3:before,
    .company h3:after {
        content: '';
        position: absolute;
        top: 20%;
        display: inline-block;
        width: 50px;
        height: 2px;
        background-color: #067fbd;
    }
    .company h3:before {
        left: 0;
    }
    .company h3:after {
        right: 0;
    }


#table_1 h3 {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 80px;
}
.table_2_flex {
    display: flex;
}

/* table_1 */
#table_1,
#table_2 {
    margin: 0 auto;
    color: #333;
    border-collapse:collapse;
}
#table_1 td {
    border-bottom: 1px solid #333;
    padding-left: 45px;
}
#table_1 th {
    width: 150px;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #067fbd;
}
#table_1 th,
#table_1 td {
    padding-top: 30px;
    padding-bottom: 30px;
}

  


  .table_flex_1 {
    display: flex;
  }
  .co_list_1 {
    padding-right: 30px;
  }
  .co_list_1 p {
    padding-top: 20px;
    padding-bottom: 20px;
    
  }

  .table_flex_2 {
    display: flex;
  }
  .co_list_2 {
    padding-right: 45px;
  }
  .co_list_2 p {
    padding-top: 20px;
    padding-bottom: 20px;
  }


/* 取引会社 */
.company_2 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
   }
   .co_list_flex {
    display: flex;
   }
   .company_2 h3 {
    font-size: 32px;
    padding-bottom: 80px;
    font-weight: 400;
   }

   .company_2 h3 {
    display: flex;
    align-items: center;
    }
    .company_2 h3 {
        position: relative;
        display: inline-block;
        padding: 0 100px;
        margin-bottom: 80px;
    }
    
    .company_2 h3:before,
    .company_2 h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 2px;
        background-color: #067fbd;
    }
    .company_2 h3:before {
        left: 0;
    }
    .company_2 h3:after {
        right: 0;
    }

   .company_2 a {
    display: grid;
    align-items: center;
    width: 382px;
    height: 80px;
    text-decoration: none;
    color: #333;
   }
   .company_2 a:hover {
    color: #067fbd;
    background-color: #daecf5;
   }
   .company_2 th,
   .company_2 td {
    margin-left: 10px;
   }
   .company_2 th {
    padding: 10px;
    background: #067fbd;
    border: 1px solid #067fbd;
    border: solid 1px #778ca3;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
   }
   .company_2 td {
    /* border: solid 1px #778ca3; */
    border: 0.5px solid #333;
   }


   /* アクセス */
   .access_wrap {
    padding-top: 240px;
    padding-bottom: 240px;
   }
   .access {
    display: flex;
    justify-content: center;
    align-items: end;
   }
   .access_1 h3 {
    display: flex;
    align-items: center;
    }
    .access_1 h3 {
        position: relative;
        display: inline-block;
        padding: 0 100px;
        margin-bottom: 80px;
    }
    
    .access_1 h3:before,
    .access_1 h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 2px;
        background-color: #067fbd;
    }
    .access_1 h3:before {
        left: 0;
    }
    .access_1 h3:after {
        right: 0;
    }

   .access_1 h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 80px;
   }
   #table_4 {
    width: 479px;
    border-collapse: collapse;
   }
   .access_map iframe{
    width: 479px;
    height: 236px;
    margin-top: 52px;
   }
.oaze_img img{
    height: 780px;
    padding-left: 32px;

}

#table_4 td {
    border-bottom: 1px solid #333;
    padding-left: 45px;
}
#table_4 th {
    width: 150px;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #067fbd;
}
#table_4 th,
#table_4 td {
    padding-top: 20px;
    padding-bottom: 20px;
}

  .table_flex_1 {
    display: flex;
  }
  .co_list_4 {
    padding-right: 30px;
  }
  .co_list_4 p {
    padding-top: 20px;
    padding-bottom: 20px;
    
  }
  .co_list_2 {
    padding-right: 45px;
  }
  .co_list_2 p {
    padding-top: 20px;
    padding-bottom: 20px;
  }

/* フッター */
.fot_bg {
    background:  #daecf5;
    height: 240px;
}
.footer_contact {
    padding-top: 70px;
}
.footer_contact a {
    display: grid;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background-color: #f7b602;
    height: 57px;
    width: 373px;
    font-size: 20px;
    /* padding: 20px 67px; */
}
.footer_contact a:hover {
    opacity: 85%;
}


.fot_nav_1 ul{
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 14px;
    padding-top: 60px;
}
.fot_nav_1 ul li {
    margin: 20px 20px;
}
.fot_nav_1 a {
    display: block;
    color: #3b4043;
}
.fot_nav_1 a:hover{
    opacity: 80%;
}
.fot_nav_1 img {
    vertical-align: bottom;
    width: 13px;
    padding-bottom: 2px;
    margin-left: 3px;
}


.fot_nav_2 {
    background: #067fbd;
}
.fot_nav_2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    height: 40px;
    font-size: 9px;
    color: #fff;
    margin: 0;
}
/* 問い合わせフォーム
--------------------------------------------- */
.contact_wrap {
    width: 90%;
    margin: 0 auto;
}
#contact_img {
    background-image: url(../img/contact.png);
    min-height: 500px;
    background-position: top;
}
.Form h2 {
    margin-bottom: 80px;
    margin-top: 80px;
    text-align: center;
    color: #333;
}
.Form_tittle {
    text-align: center;
}
.Form_tittle h2 {
    display: flex;
    align-items: center;
    }
.Form_tittle h2 {
    position: relative;
    display: inline-block;
    padding: 0 100px;
    /* margin-bottom: 80px; */
}
.Form_tittle h2:before,
.Form_tittle h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #067fbd;
}
.Form_tittle h2:before {
    left: 0;
}
.Form_tittle h2:after {
    right: 0;
}
.Form_tittle h2 {
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: 400;
}
.Form_tittle span {
    color:  #fe5f73;
    font-weight: bold;
}
.Form h2 span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
}
.Form_tittle h2 span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
}
.Form {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}
.Form-Item {
border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}
.Form-Item-Label {
width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-size: 16px;
}
.Form-Item-Label-Required {
	color: #fff;
	font-size: 11px;
	text-align: center;
	background-color: #e00202;
	border-radius: 3px;
	padding: 1px 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.Form-Item-Input {
	border: 1px solid #ddd;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #fff;
  }
.Form-Item-Textarea {
	border: 1px solid #ddd;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 216px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #fff;
}
.Form-Btn {
	margin-top: 32px;
    margin-bottom: 240px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 150px;
	display: block;
	letter-spacing: 0.05em;
	background: #067fbd;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border: none;
	text-align: center;
}
.Form-Btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
.font-f color-p {
    margin-top: 20px;
}
.Form h2 span {
    margin-top: 20px;
}
.contact_privacy {
    text-align: center;
    margin-top: 80px; 
    font-size: 12px;
}
.txt-center {
    margin-top: 10px;
}
  



/* レスポンシブ 
-----------------------------------------*/
@media only screen and (min-width: 481px) {
    .message_cp_sp,
    #table_2_sp,
    .access_map_sp,
    .table_flex_2_sp,
    .table_flex_1_sp,
    .message_sp_img,
    #top_img_sp,
    #contact_img_sp {
    display: none;
}
}    
@media only screen and (max-width: 480px) {

/* トップ */
.logo {
    margin-left: 30px;
}
.Contact_deco a  {
    top: 57%;
}
#top_img_sp {
    background-image: url(../img/top_sp.png);
    background-size: cover;
    background-position: right;
    min-height: 100vh;
}

/* わたしたちの想い〜 */
.message_cp,
.table_flex_2,
.table_flex_1,
.message_pc_img,
#top_img,
#contact_img {
    display: none;
}
.message_cp_sp {
    font-size: 21px;
    color: #333;
    background: linear-gradient(transparent 90%, #fcde8b 50%);
    width: 300px;
    margin: 0 auto;
    padding-top: 78px;
}
.message_1 h3 {
    font-size: 24px;
    padding: 0 50px;
}
.message_1 h3:before, 
.message_1 h3:after {
    width: 30px;
}
/* わたしたちはお客様の人生を〜 */
.message_2 h3 {
    font-size: 24px;
    margin-left: 20px;
    padding-bottom: 10px;
}
.message_2 p {
    font-size: 16px;
    margin-left: 20px;
}
.message_2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ebf7f3;
    transform: skewY(-13deg) translateY(210px);
    z-index: -1;
}
.message_2 img {
    width: 480px;
    object-fit: cover;
    vertical-align: bottom;
    /* 要素下部の余白を削除 */
}


/* 会社概要 */
#table_1 {
    width: 90%;
    margin: 0 auto;
}
#table_1 th {
    width: 100px;
    padding: 30px 0px;
    font-size: 16px;
    font-weight: 500;
}
#table_1 h3  {
    font-size: 24px;
    padding: 0 50px;
    margin-bottom: 50px;
}
#table_1 h3:before,
#table_1 h3:after {
    width: 30px;
    height: 2px;
    top: 50%;
}
.co_list_1 {
    padding-right: 30px;
  }
.co_list_1 p {
    padding-top: 20px;
    padding-bottom: 20px;    
}

/* 取扱会社 */
.company_2 a {
    width: 350px;
   }
#table_2_sp h3  {
    font-size: 24px;
    padding: 0 50px;
    margin-bottom: 50px;
}
#table_2_sp h3:before,
#table_2_sp h3:after {
    width: 30px;
    height: 2px;
    top: 50%;
}
#table_2_sp {
    margin: 0 auto;
    margin-bottom: 29px;
    border-collapse: collapse;
}
#table_2_sp th {
    margin-top: 20px;
}
/* .table_2_spwarp {
    margin-bottom: 20px;
} */


/* アクセス */
.access {
    display: unset;
}
#table_4 {
    width: 90%;
    margin: 0 auto;
}
#table_4 th {
    width: 100px;
    /* padding: 30px 0px; */
    font-size: 16px;
    font-weight: 500;
}
#table_4 td {
    padding-left: 20px;
    font-size: 16px;
}
#table_4 th,
#table_4 td {
    padding-top: 30px;
    padding-bottom: 30px;
}
.access_1 h3  {
    font-size: 24px;
    padding: 0 50px;
    margin-bottom: 50px;
}
.access_1 h3:before,
.access_1 h3:after {
    width: 30px;
    height: 2px;
}
.oaze_img img {
    height: auto;
    padding: 20px;
}
.access_map {
    display: none;
}
.access_map_sp iframe{
    width: 100%;
    height: 400px;
    padding: 20px;
}
#table_2 {
    display: none;
}
#table_4 th:disabled,
#table_4 td:disabled {
    display: block;
}

/* フッター */
.fot_nav_1 ul{
    display: unset;
    text-align: center;
    list-style: none;
    font-size: 12px;
    /* padding-top: 60px; */
}
.footer_contact a  {
    width: 240px;
    font-size: 16px;
}
.fot_bg {
    height: 100%;
}
.fot_nav_1 {
    padding-bottom: 50px;
}

/* お問い合わせ */
.Form_tittle h2 {
    font-size: 24px;
    padding: 0 50px;
    /* margin-bottom: 50px; */
}
.Form_tittle h2:before, 
.Form_tittle h2:after {
    width: 30px;
}
#contact_img_sp {
    background-image: url(../img/contact_sp.png);
    background-size: cover;
    background-position: center;
    height: 150px;
}
}



@media screen and (max-width: 768px) {
.logo {
    font-size: 18px;
}
.fv_copy,
.message_1_info {
    display: none;
}
.Contact_deco {
    position: absolute;
    width: 80px;
    height: 250px;
    text-align: unset;
    right: -13.3%;
    overflow-x: hidden;
    top: unset;
    padding: 0 20px;
    margin-right: 50px;
    }
.Contact_deco a {
    font-size: 18px;
    writing-mode: vertical-rl;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.fv_copy_sp {
    position: relative;
}
.fv_copy_sp h2 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 250px;
}
.fv_copy_sp img {
    position: absolute;
}

.message_1 {
    width: 90%;
}
.message_1_info_sp p{
    font-size: 14px;
    padding-bottom: 45px;
}
.message_1_info_sp {
    margin-top: 80px;
}
.message_1_info_bottom {
    margin-bottom: 35px;
}
.message_1 h4 {
    display: grid;
    position: absolute;
    top: -9%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #067fbd;
    color: #fff;
    width: unset;
    height: 63px;
    border-radius: 45px;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
}        

/* コンタクト */
.Form_tittle h2  {
    margin-top: 80px;
}
.fot_logo img {
    width: 30%;
}
.Form {
	margin-top: 40px;
}
.Form-Item {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 16px;
	padding-bottom: 16px;
	flex-wrap: wrap;
}
.Form-Item-Label {
	max-width: inherit;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.Form-Item-Label.isMsg {
	margin-top: 0;
}
.Form-Item {
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	display: block;
	align-items: center;
}
.Form-Item:nth-child(5) {
	border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
	width: 100%;
	max-width: 248px;
	letter-spacing: 0.05em;
	font-size: 16px;
}
.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
	white-space: normal;
}
.Form-Item-Label-Required {
	border-radius: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 32px;
	font-size: 10px;
}
.Form-Item-Label-Required {
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 32px;
	font-size: 10px;
}
.Form-Item-Textarea {
	margin-top: 18px;
	margin-left: 0;
	height: 200px;
	flex: inherit;
}
.Form-Btn {
	margin-top: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 160px;
	font-size: 16px;
}
.Form-Item-Input {
    margin-left: 0;
    margin-top: 5px;
}
}

@media screen and (min-width: 769px) {
    .fv_copy_sp,
    .message_1_info_sp{
        display: none;
    }
}

