@charset "UTF-8";
/* CSS Document */

/* PC：ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width: 680px) {
  .nonePC {
    display: none;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  /*///////////////////////////////////////////////


ベース・共通項目


///////////////////////////////////////////////*/

  body {
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    line-height: 200%;
    font-family: "Noto Sans JP";
    font-size: 1em;
    letter-spacing: 2px;
    color: #3f3f3f !important;
    font-feature-settings: "palt";
    text-align: justify; // Required for IE and Edge
    text-align-last: right;
  }

  /* ページトップへ戻る */
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }

  #pageTop img {
    width: 60px;
  }

  a {
    color: #3f3f3f;
  }

  a:hover {
    opacity: 0.5;
  }


  #staff {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
  }

  #company {
    display: block;
    margin-top: -180px;
    padding-top: 180px;
  }


  #access {
    display: block;
    margin-top: -180px;
    padding-top: 180px;
  }






  /*///////////////////////////////////////////////


ヘッダ


///////////////////////////////////////////////*/

  header {
    background-color: #fff;
    width: 1200px;
    margin: 30px auto 50px;
  }


  ul.nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -90px;
  }

  ul.nav li {
    margin-left: 30px;
    margin-top: -3px;
    font-weight: bold;
  }

  ul.nav li.tell {
    flex-shrink: 0;
    margin-right: -30px;
    color: #fff;
  }

  ul.nav li.contact a {
    flex-shrink: 0;
    color: #fff;
  }

  ul.nav li.tell002 img {
    width: 200px;
  }

  ul.nav li.contact002 img {
    width: 200px;
    margin-left: -40px;
  }



  ul.nav li.ke a:hover{
    text-decoration:underline #abcd03 3px solid;
    opacity: 1;
  }

  ul.nav li.co a:hover{
    text-decoration:underline #6bc8f2 3px solid;
    opacity: 1;
  }

  ul.nav li.ac a:hover{
    text-decoration:underline #fabe00 3px solid;
    opacity: 1;
  }







  /*//////////////////////////////////////

フェードナビ

///////////////////////////////////////*/

  #header2 {
    position: fixed;
    width: 100% !important;
    top: 0 !important;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 0 0;
  }

  #header2 div.fadenavi {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 5px;
  }

  .my-parts ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }

  .my-parts ul li {
    display: inline-block;
    margin: 0 10px;

  }

  .my-parts ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
  }

  .fadeul {
    margin-top: -90px !important;
    display: block;
  }



  /*///////////////////////////////////////////////


h2


///////////////////////////////////////////////*/


  h2 {
    border: 1px solid #ABCD03;
    background-color: #fff;
    display: inline-flex;
    padding: 22px 120px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 5px;
    font-size: 1.25em;
  }


  /*///////////////////////////////////////////////


ヒーローメイン


///////////////////////////////////////////////*/

  section.mainbox {
    width: 100%;
    height: 800px;
    margin-top: -30px !important;
    margin-bottom: 14px;
    display: block;
  }

  p.line {
    width: 100%;
    height: 14px;
    margin-top: -14px;
    /* 線の太さ */
    background: linear-gradient(to right, #FABE00 50%, #6BC8F2 50%);
  }



  p.line002 {
    width: 100%;
    height: 14px;
    margin-top: -150px;
    margin-bottom: 150px;
    /* 線の太さ */
    background: linear-gradient(to right, #FABE00 50%, #6BC8F2 50%);
  }


  /*///////////////////////////////////////////////


ご挨拶


///////////////////////////////////////////////*/


  div.greebox {
    padding: 70px 0;
  }


  section.gree {
    background-color: #d8e58d;
    padding: 0 0 120px 0;
  }

  div.contentsbox {
    background-color: #fff;
    border-radius: 10px;
    width: 900px;
    padding: 80px 50px 50px;
    margin: 100px auto 0;
    text-align: center;
  }

  p.mark {
    margin: 30px 0 !important;
  }


  p.greetxt{
    text-align: left;
    padding: 60px 0;
    text-align: justify; // Required for IE and Edge 
text-align-last: right;

  }






  /*///////////////////////////////////////////////


アコーディオンNEW


///////////////////////////////////////////////*/



  div.acmenu {
    margin: 50px auto;
  }

  .accordion-006 {
    max-width: 900px;
    margin-bottom: 7px;
    border-radius: 5px;
  }

  .accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    background-color: #ABCD03;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 6px;
  }


  .accordion-006 summary:hover {
    background-color: #dbe899;
  }

  .accordion-006 summary::-webkit-details-marker {
    display: none;
  }

  .accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    transition: transform .3s;
  }

  .accordion-006[open] summary::after {
    transform: rotate(225deg);
  }

  .accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
  }

  .accordion-006[open] p {
    transform: none;
    opacity: 1;
  }


.icon-arrow{
    background-color: #fff;
    border: 1px solid #ABCD03;
    color: #3f3f3f;
    width: 400px;
    margin: 20px auto 0;
    text-align: center !important;
  }





  /*///////////////////////////////////////////////


スタッフ紹介


///////////////////////////////////////////////*/




  div.contentsbox002 {
    border-radius: 10px;
    width: 1000px;
    padding: 0px 50px 80px;
    margin: 0 auto;
    text-align: center;
  }


  /*//////////////////////////////////////


3列ボックスと2列ボックス


///////////////////////////////////////*/


  .contentsitem_three_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contentsitem_box_two {
    margin: 50px 0;
    padding: 50px 1%;
    width: 46%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    height: auto;
  }

  p.staffphoto img {
    width: 280px;
    margin-bottom: 10px;
  }

  dl.staff, dt.name, dd.position, dd.txt {
    padding: 0;
    margin: 0;
  }

  dl.staff dt.name {
    font-weight: bold;
    font-size: 1.125em;
  }

  dl.staff dd.txt {
    margin: 20px;
  }




  /*//////////////////////////////////////


法人概要


///////////////////////////////////////*/


  section.company {
    margin: 120px 0 50px 0;
  }

  section.gallery {
    margin: 50px auto;
    text-align: center;
    width: 900px;
    display: block;
  }

  div.gallerytxt p {
    text-align: left !important;
    margin-bottom: 150px;
  }


  table.campany {
    width: 800px;
    padding: 50px 0;
    margin: 80px auto 0px;
    text-align: left;
    padding: 20px;
  }

  table.campany th {
    padding: 20px 0px;
    display: block;
    text-align: center;
    background-color: #ebe8e8;
  }

  table.campany td {
    padding: 40px 0px;
    display: block;
  }

  div.googlemaps {
    margin: 50px 0 100px;
  }

  p.car img {
    width: 1000px;
  }


  td.koumoku {
    line-height: 220%;
  }

  .centertxt{
    text-align: center !important;
  }




 /*//////////////////////////////////////


事務所紹介


///////////////////////////////////////*/

div.strongbox{
  margin: 80px 0 140px;
  border: 1px solid #ddd;
  padding: 30px 0;
}


table.strong{
  width: 700px;
  margin: 20px auto;
}

table.strong th{
  text-align: left;
  padding: 10px;
}

table.strong td{
  text-align: left;
  padding: 10px;
}





  /*//////////////////////////////////////


お問い合わせ


///////////////////////////////////////*/


  section.contact {
    background-color: #d8e58d;
    margin-top: -15px;
    padding: 20px 0;
  }

  p.contacttxt {
    margin: 50px 0;
  }

  span.kome {
    color: #BB0000;
  }





  /*///////////////////////////////////////////////////////


お問合せ


///////////////////////////////////////////////////////*/


  section.contact {
    padding: 20px 0 120px;
  }

  p.contacttxt {
    margin: 60px 0;
    text-align: center;
  }

  table.contact {
    width: 800px;
    margin: 0px auto 0;
  }

  table.contact th {
    padding: 30px 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 230px;
    margin-top: 10px;
    white-space: nowrap;
  }

  table.contact td {
    padding: 30px 20px;
    text-align: left;
  }

  span.musticon {
    background: #E2176C;
    font-size: 14px;
    padding: 0px 10px;
    margin-left: 20px;
    color: #FFF;
    white-space: nowrap;
  }



  /*///////////////////////////////////////////////


フォーム


///////////////////////////////////////////////*/


  .hoge {
    width: 480px;
    padding: 20px !important;
    font-size: 110%;
    font-family: Arial, sans-serif;
    color: #333;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(229, 228, 228, 0.5);

  }

  .hogebiko {
    width: 500px !important;
    height: 350px !important;
    padding: 20px !important;
    font-size: 110%;
    font-family: Arial, sans-serif;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(229, 228, 228, 0.5);
  }

  p.sendbtn {
    text-align: center;
    margin: 5%;
  }

  #submit_button {
    text-align: center;
    padding: 40px 120px;
    margin: 50px auto;
    display: block;
    font-size: 1.125em;
    background-color: #ABCD03;
    color: #fff;
    letter-spacing: 0.2em;
    border: none;
    font-weight: bold;
  }

  #submit_button:hover {
    opacity: 0.8;
  }



  ::placeholder {
    opacity: 0.5;
  }

  input::placeholder {
    opacity: 0.5;
  }


  /*///////////////////////////////////////////////


ラジオボタン


///////////////////////////////////////////////*/


  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }


  input[type="radio"] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #3f3f3f;
    border-radius: 50%;
    vertical-align: -5px;

  }

  input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3f3f3f;
    content: '';
  }








  /*///////////////////////////////////////////////


フッター

///////////////////////////////////////////////*/


  div.footbox {
    width: 1000px;
    margin: 50px auto;
    text-align: center;
  }

  ul.footnav {
    margin: 0;
    padding: 0;
    font-size: 0;
    /* 追加*/
  }

  ul.footnav li {
    display: inline-block;
    margin: 0 -1px;
  }





  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }





  /*///////////////////////////////////////////////////////


	
サンクスページ



///////////////////////////////////////////////////////*/	
	
	
p.thankstitle{
	text-align: center;
	font-size: 100%;
	letter-spacing: 0.2em;
	margin: 330px 0 0 0;
	}	



	p.thankstitle img{
		margin-bottom: 30px;
	}


	p.thankstitle a{
		color: #abcd03;
    border: 2px solid #ddd;
    padding: 20px 30px;
    margin: 20px auto;
    display: block;
    width: 200px;
    font-weight: bold;
	}





}