body {
    font-family: var(--font-primary);
    line-height: 1.6;
  }

/**************************************
header
**************************************/
header{
  font-family: var(--font-secondary);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
header#header {
  width: 100%;
  height: 9.5rem;
  position: fixed;
  top: 0;
  z-index: 10;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
header#header>a {
  position: fixed;
  z-index: 1;
}
.logo_main{
  display: flex;
  align-items: center;
  padding-left: clamp(2rem, 4vw, 7rem);
  position: relative;
}
.logo_main img{
  width: clamp(18rem, 22vw, 28rem);
}
.openbtn1 {
  display: none;
}
nav {
  height: 10rem;
  display: flex;
  align-items: center;
}
nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul#g-navi{
  z-index: 10;
    display: flex !important;
    flex-direction: row;
}
nav ul ul {
  display: block;
}
nav ul li {
  width: 11.2rem;
  height: 9.5rem;
  display: flex;
  justify-content: center;
  position: relative;
}
nav ul li a {
  width: 11.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  transition: 0.74s;
}
nav ul li a:hover {
  background: var(--color-blue);
  color: #fff;
}
li.menu_btn_contact {
  text-align: center;
  background: var(--color-green);
}
li.menu_btn_contact a{
  display: flex;
  flex-direction: column;
  width: 14.6rem;
  padding: 0.3rem 0;
  font-size: 1.5rem;
  transition: 0.74s;
  color: #fff;
}
li.menu_btn_contact a:hover {
  background:  var(--color-blue);
}
li.menu_btn_contact a img{
  width: 2.2rem;
  margin-bottom: 1rem;
}
/*3階層目の位置*/
nav li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #66ADF5;
}
/* スマホ */
@media only screen and (max-width: 840px) {
nav.en_header_width_adj{
    width: 100%;
}
header#header{
  justify-content: unset;
  height: 4.8rem;
}
ul#g-navi {
  display: none;
  flex-direction: column;
  width: 100%;
  padding-right: 0;
  position: absolute;
  top: 0;
}
ul#g-navi li:first-child {
  margin-top: 4.8rem;
}
nav ul li {
  height: 6rem;
}
nav ul li a{
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 28px;
  font-family: var(--font-secondary);
  padding: 1.6rem 1.6rem 1.6rem 0rem;
}
.openbtn1 {
  width: 2.8rem;
  height: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;   
  position: fixed;
  top: 0;
  right: 2rem;
  z-index: 9999;
  cursor: pointer;
  gap: 6px;
}
.openbtn1 span {
  display: block;
  height: 2px;
  width: 28px;
  background-color: #000;
  transition: all 0.4s;
}
.openbtn1.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-38deg);
}
.openbtn1.active span:nth-of-type(2) {

  transform: translateY(-2px) rotate(38deg);
}
.openbtn1.active span:nth-of-type(3) {
  display: none;
}
nav {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: unset;
  position: absolute;
  top: 0;
  isolation: isolate;
  display: none;
}
nav ul li{
  padding: 0rem;
}
nav.menu_open_bk {
  position: fixed; 
  top: 0;
  width: 100%;
  height: 100vh; 
  z-index: 999; 
  overflow-y: auto;
  display: block;
}
nav.menu_open_bk ul li{
  width: 100%;
}
nav.menu_open_bk ul li a{
  font-size: 1.6rem;
}
nav.menu_open_bk ul li:not(:last-child){
  background: #fff;
}
li.menu_btn_contact a{
  flex-direction: row;
  text-align: center;
  justify-content: center;
  width: 100%;
}
li.menu_btn_contact a img{
  margin: 0 1rem 0 -2.1rem;
}
nav ul li.menu_li_sp{
  display: block;
}
nav ul li.menu_li_sp a{
  display: block;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem!important;
  line-height: 17px;
  padding: 1rem 0;
}
li.menu_btn_contact{
  text-align: left;
}
}

/**************************************

index news

**************************************/
.news_header_index h3{
  font-family: var(--font-notsansjp);
  font-weight: bold;
  font-size: 4rem;
}
.news_header_index a{
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 1rem;
}
.news_wrapper{
  width: 100%;
  max-width: 111rem;
  margin: -8rem auto 5rem auto;
  padding: 0 2rem;
  position:relative;
  z-index: 2;
}
.news_header_index{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.4rem;
}
ul.news_list .inner{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.news_list li{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.8rem 0;
  border-top: 1px solid var(--color-blue);
}
.news_list li:last-child{
  border-bottom: 1px solid var(--color-blue);
}
ul.news_list li a{
  text-decoration: none;
  display: flex;
}
ul.news_list .date{
  margin-right: 3rem;
  color:var(--color-blue);
  font-size: 1.8rem;
  font-weight: bold;
}
ul.news_list h4{
  font-size: 1.8rem;
  font-weight: normal;
}
ul.news_list span.icon_pdf{
  padding-left: 2.2rem;
  font-size: 1.4rem;
  background: url("../images/icon_pdf.svg")no-repeat;
  width: 1.8rem;
  height: 2.1rem;
  margin-left: 0.5rem;
}
ul.news_list span.icon_link{
  padding-left: 2.2rem;
  font-size: 1.4rem;
  background: url("../images/icon_link.svg")no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background-size: contain;
}
.margintop_adj_news{
  margin-top: 8rem!important;
}
.page_nation {
  font-size: 1.6rem;
  margin-top: 4rem;
  color: var(--color-blue);
}
.page_nation a{
  text-decoration: none;
  font-weight: normal;
}
.page-numbers .current{
  font-weight: bold;
  background: #000;
}
.page_nation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 400;
  width: 100%;
  position: relative;
}
.page-numbers {
  text-align: center;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}
.page_nation .prev, .btn_news_prv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
}
.page_nation .next, .btn_news_next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 0rem;
}
.btn_news_next:hover, 
.btn_news_prv:hover, 
.page_nation .next:hover, 
.page_nation .prev:hover {
  opacity: 0.8;
  border-bottom: 1px solid var(--color-blue);
}
span.page-numbers.current {
  font-weight: bolder;
  border-bottom: 2px solid;
}
@media only screen and (max-width: 840px) {
ul.news_list .date,
ul.news_list h4{
  font-size: 1.6rem;
}
ul.news_list .date{
  margin-bottom: 0.6rem;
}
ul.news_list .inner{
  flex-direction: column;
  align-items: flex-start;
}
ul.news_list li a{
  display: unset;
}
}
@media only screen and (max-width: 375px) {
  .news_wrapper{
    margin: -6rem auto 5rem auto;
}
}

/**************************************

Title,Button

**************************************/
p {
  margin: 0;
  padding: 0;
  color: var(--color-black);
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
}
.hover_opacity{
  transition: 0.4s;
}
.hover_opacity:hover{
  opacity: 0.6;
}

@media only screen and (max-width: 1140px) {

}
@media only screen and (max-width: 767px) {

}
@media (min-width: 767px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}


/**************************************

下層共通

**************************************/
.under_wrapper{
  padding: 14rem 2rem 0 2rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: calc(100vh - 16.6rem - 14rem);
}
h3.h3_under_title{
  font-size: 3.5rem;
  color: var(--color-blue);
  text-align: center;
  width: 100%;
  padding-bottom: 2.5rem;
  margin-bottom: 3.8rem;
  border-bottom: 1px solid #000;
}
h4.h4_under_title{
  font-size: 3.2rem;
  margin-bottom: 5.8rem;
}
.under_padding_side_adj{
  padding-left: 3%;
  padding-right: 3%;
}
.under_section{
  margin: 10rem 0;
}
.service_list {
	counter-reset: item;
	list-style: none;
	padding: 0;
  margin: 8rem 0 0;
}
.service_list li {
	margin-bottom: 2rem;
	padding-left: 2.4rem;
	position: relative;
}
.service_list li::before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: clamp(2rem, 2vw, 2.4rem);
}
.service_list h3 {
	margin: 0 0 3rem;
	font-size: clamp(2rem, 2vw, 2.4rem);
	font-weight: bold;
}
.service_list p {
	margin-bottom: 6rem;
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	line-height: 1.6;
}
h4.h4_privacy_title{
	font-size: clamp(2.4rem, 2.8vw, 3.2rem);
  margin: 7rem 0;
}
@media only screen and (max-width: 840px) {
.under_wrapper{
    padding: 10rem 0 0 ;
}
h3.h3_under_title{
    font-size: 2.4rem;
}
h4.h4_under_title{
  font-size: 2rem;
  margin-bottom: 4rem;
}
}
@media only screen and (max-width: 767px) {
.under_padding_side_adj{
  padding-left: 2rem;
  padding-right: 2rem;
}
.under_section{
  margin: 6rem 0;
}
}

/**************************************

事業内容、プライバシー

**************************************/
.h4_title_businesss{
  font-size: clamp(2rem, 2vw, 2.4rem);
}
@media only screen and (max-width: 840px) {
h4.h4_privacy_title{
  margin: 4.6rem 0;
}
.service_list {
  margin: 4rem 0 0;
}
}
.company_p p{
  padding: 0 3%;
}
@media only screen and (max-width: 767px) {
.company_p p{
    padding: 0;
  }
}
/**************************************

company

**************************************/
.table_company{
	width:94%;
  margin: 0 auto 3rem auto;
  font-size: 1.6rem;
}
.table_company th  {
	width: 30%;
	text-align: left;
  font-weight: normal;
}
.table_company td  {
	width: 70%;
	text-align: left;
  font-weight: normal;
}
.table_company th{
  font-weight: bold;
}
.table_company th,
.table_company td{
	border-bottom:1px solid #e2e2e2;
  padding: 2rem 1rem;
  line-height: 28px;
}
.icon_map{
  position: relative;
  margin-left: 1rem;
}
.icon_map::before{
  content: "";
  background: url("../images/icon_map.svg")no-repeat;
  background-size: cover;
  width: 5.7rem;
  height: 2.3rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
.table_company{
    width:100%;
}
.table_company th{
  padding: 2.4rem 0 1.6rem;
  margin-bottom: 2rem;
}
.table_company th,
.table_company td{
  width: 100%;
  display: block;
  border-top: none;
}
.table_company tr{
   border-bottom: 1px solid #D4D3D3;
}
.table_company tr:first-child th{
  border-top: 1px solid #D4D3D3;
}
.table_company th,
.table_company td{
  border-bottom:0px;
}
.table_company td{
  padding: 0 0 2.4rem;
}
}
/**************************************

news下層共通

**************************************/
.news_under_wrapper h3 {
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.news_under_wrapper h4 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.news_under_wrapper p {
  margin-bottom: 2rem;
}
.news_under_wrapper figcaption {
  font-size: 1.5rem;
  font-weight: normal;
}
.news_under_wrapper ul{
  font-size: 1.5rem;
  font-weight: normal;
}
.news_under_wrapper ul.list_style1 li{
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 2rem;
}
.news_under_wrapper ul.list_style1 li::before{
  content: "※";
  position: absolute;
  left: 0rem;
}
.news_under_wrapper ul.list_style2 li{
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 2rem;
}
.news_under_wrapper ul.list_style2 li::before{
  content: "●";
  position: absolute;
  left: 0rem;
  color: var(--color-green);
}
.news_under_wrapper ul.list_style3 li{
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 2rem;
}
.news_under_wrapper ul.list_style3 li::before{
  content: "●";
  position: absolute;
  left: 0rem;
  color: var(--color-blue);
}
.news_under_wrapper ul.list_style_num{
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
}
.news_under_wrapper ul.list_style_num li{
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 1.4rem;
  padding-left: 2.5rem;
}
.news_under_wrapper ul.list_style_num li::before{
  content: "（" counter(list-counter) "）";
  position: absolute;
  left: -1rem;
  font-weight: bold;
}
.news_under_wrapper table , td, th {
  width: 100%;
	border-collapse: collapse;
}
.news_under_wrapper td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
  padding: 0.8rem;
  font-weight: normal;
}
.news_under_wrapper .table1,
.news_under_wrapper .table2{
  font-size: 1.6rem;
}
.news_under_wrapper .table1 tr,
.news_under_wrapper .table2 tr  {
  border: 1px solid #ccc;
}
.news_under_wrapper .table1 th {
  width: 30%;
  border-right: 1px solid #ccc;
}
.news_under_wrapper .table2 th {
  width: 30%;
	background: #d9d9d9;
}
@media only screen and (max-width: 840px) {
.news_under_wrapper h3 {
  font-size: 2.4rem;
}
.news_under_wrapper h4 {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
}

/**************************************

contact

**************************************/
.contact7_wrapper {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding: 6rem 2rem;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  counter-reset: section;
}
.contact7_wrapper h3{
  font-size: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 3%;
}
.contact7_wrapper h3::before {
  counter-increment: section;
  content: counter(section);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  font-weight: bold;
  color: #fff; /* 必要に応じて色変更 */
  background: var(--color-blue);
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
}
.contact7_wrapper .inner {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 0 6%;
}
.contact7_wrapper .left{
  width: 30%;
  display: flex;
  align-items: center;
}
.contact7_wrapper .right {
  width: 65%;
  font-weight: normal;
}
.wpcf7-list-item {
  display: flex!important;
}
.btn_wrapper_contact{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3.6rem;
}
.wpcf7-submit {
  display: inline-flex; 
  align-items: center;
  justify-content: center; 
  font-size: 1.8rem; 
  font-weight: 400;
  cursor: pointer;
  text-decoration: none; 
  transition: 0.6s;
  background: var(--color-blue);
  padding: 1rem 6rem; 
  position: relative;
  border: none;
  color: #fff;
  border-radius: 5px;
  min-width: 22.8rem;
}
.wpcf7-submit:hover{
  background: var(--color-green);
}
.contact7_wrapper .required {
  width: 47px;
  height: 18px;
  font-size: 1rem;
  background:  #fe0000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact7_wrapper .required p{
  font-size: 1.2rem!important;
  color: #fff!important;
}
.inner_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}
.inner_right {
  width: 60%;
}
.inner_right p{
  font-weight:bold!important;
}
.right.input_cana input {
  margin-right: 1rem;
  width: 100%!important;
}
.right input[type=text],
.right input[type=tel],
.right input[type=email]   {
  width: 100%!important;
  background: #F5F5F5;
  border-radius: 4px;
  border: none;
  padding: 0.4rem;
}
.contact_textarea{
  width: 83%;
  margin-left: 7%;
 }
.contact_textarea textarea  {
  width: 100%;
  min-height: 30rem;
  background: #F5F5F5;
  border: none;
  border-radius: 4px;
  padding: 0.6rem;
}
.contact7_wrapper input{
  height: 46px;
}
.contact7_wrapper input[type=checkbox] {
  height: unset!important;
}
.wpcf7-spinner{
  display: none!important;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1.6rem;
  text-align: center;
  padding: 2em 1em!important;
}
.rc-anchor-invisible-text{
  padding: 0 2px!important;
}
.inv-recaptcha-holder{
  margin-bottom: 4rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  height: 50%;
  border-color: #46b450;
  position: fixed;
  z-index: 100000;
  top: 10%;
  background: rgba(255,255,255,0.9);
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20%;
}
.contact_displayflex{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact_p_box{
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3.6rem;
}
label:empty {
  display: none;
}
.contact_confirm_wrapper .inner{
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 0.6rem;
}
.confirm_box{
  padding-bottom: 3.6rem;
}
.previous_box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
.wpcf7-previous{
  width: 30%;
  width: 10rem;
  margin: 0 auto;
  padding: 1rem 0;
  vertical-align: middle;
  line-height: 1;
  background: #d9534f;
  border: 1px solid #d43f3a;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 1.5rem;
  text-align: center;
  cursor : pointer;
  transition: 0.4s;
  border-radius: 5px;
}
.previous_en_adj{
font-family: var(--font-secondary);
}
.wpcf7-previous:hover{
  opacity: 0.6;
}
.contact_thanks_p{
  text-align: center;
}
.privacy_wrapper_contact p{
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.wpcf7-list-item-label {
  display: none;
}
@media screen and (max-width: 840px) {
.contact7_wrapper p{
  text-align: left;
  font-size: 1.6rem;
}
.contact7_wrapper .left {
  margin-right: 0%;
  padding:  0 0 1rem;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 0px;
}
.contact7_wrapper .inner {
  flex-direction: column;
  padding:0;
}
.contact7_wrapper .right {
  align-items: center;
  padding: 0 ;
  width: 100%;
}
.inner_left {
  justify-content: flex-start;
}
.inner_right {
  text-align: left;
  width: 100%;
}
.contact_textarea{
  width: 100%;
  margin-left: 0%;
}
.contact7_wrapper h3{
  font-size: 2.4rem;
  padding: unset;
}
.contact7_wrapper h3::before {
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.2rem;
}
.contact_textarea textarea  {
  width: 100%;
  min-height: 30rem;
  background: #F5F5F5;
  border: none;
  border-radius: 4px;
  padding: 0.6rem;
}
.privacy_wrapper_contact{
  margin-top: 2rem;
}
.privacy_wrapper_contact p{
  display: unset;
  font-size: 1.2rem;
}
.wpcf7-list-item{
  margin: 0!important;
}
}
@media screen and (max-width: 767px) {
.contact_thanks_p{
  text-align: left;
  line-height: 3.6rem;
}
.contact_p_box{
  text-align: left;
}
}
/**************************************

footer

**************************************/
footer{
  width: 100%;
  height: 16.6rem;
  background: var( --color-black-second);
  margin-top: 14rem;
  border-top: 5px solid var(--color-blue);
  position: relative;
}
footer p{
  color: #fff;
  font-family: var(--font-secondarys);
  font-size: 1rem;
}
footer img{
  max-width: 40rem;
  margin-bottom: 2rem;
}
footer .row_content{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
footer a{
  text-decoration: none;
}
a.footer_privacy{
  text-align: right;
  font-size: 1.2rem;
  color: #b6b5b5!important;
  border-bottom: 1px solid #b6b5b5;
  display: inline-block;
  position: absolute;
  bottom: 1.6rem;
  right: 2rem;
}
@media only screen and (max-width: 840px) {
footer .row_content{
  height: 16.6rem;
  margin-top: unset;
  align-items: center;
  justify-content: center!important;
  text-align: center;
}
footer img{
  max-width: 24rem;
  margin-bottom: 1rem;
}
a.footer_privacy{
  position: absolute;
  bottom: 1.6rem;
}
}
/*リキャプチャ*/
.grecaptcha-badge{
  bottom: 5rem!important;
  z-index: 10;
}