@charset "utf-8";
:root {
  --f_noto-sans: "Noto Sans JP", serif;
  --f_j-sans: "Josefin Sans", serif;
}
/*====================================================================
 clearfix
====================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  overflow: hidden;
}
* html .clearfix {
  height: 1px;
  overflow: hidden;
}
html.fixed, body.fixed {
  overflow: hidden;
  width: 100%;
}
.active {
  opacity: 1 !important;
  transition: all 3.0s ease;
  transition-duration: 1.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/*============================
         header
============================*/
body {
  background: #FFFFFF;
}
.sp_view {
  display: none;
}
.pc_view {
  display: block;
}
header {
  width: 100%;
  background: transparent;
}

/*-------------------------------------------*/
#wrapper {
  clear: both;
  width: 100%;
}
#mainvisual {
  clear: both;
  width: 100%;
  max-height: 780px;
  background: url("../images/mv_bg.webp") repeat-x top center;
  background-size: auto 100%;
  position: relative;
  opacity: 0;
}
#main_block {
  clear: both;
  width: 1200px;
  height: 750px;
  box-sizing: border-box;
  padding: 100px 0px 0px 0px;
  margin: 0px auto;
}
#mark {
  clear: both;
  width: 320px;
  margin: 0px auto 20px;
}
#main_block h1 {
  clear: both;
  width: 686px;
  margin: 0px auto 0px;
}
#mv_left {
  width: 90px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 10;
}
#mv_right {
  width: 90px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 10;
}
nav {
  clear: both;
  width: 100%;
}
nav ul {
  display: flex;
  width: 1200px;
  margin: 30px auto 30px;
  justify-content: space-between;
}
nav ul li {
  display: inline-block;
  width: 240px;
  text-align: center;
}
nav ul li a {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 30px 0px 25px;
  transform: scale(0.6, 1);
  transform-origin: center center;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
nav ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  background: #cecece;
  transform: scale(0.6, 1);
  transform-origin: center center;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  max-width: 100%;
}
nav ul li::before {
  bottom: -20px;
}
nav ul li:hover::before {
  transform: scale(1, 1);
  transform-origin: center center;
}
nav ul li a:hover {
  color: #138f2e;
  transform: scale(0.6, 1);
  transform-origin: center center;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/*-------------------------------------------*/
#contents {
  clear: both;
  width: 100%;
  padding: 100px 0px 100px 0px;
}
#contents h2 {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8em;
  color: #138f2e;
  font-family: var(--f_noto-sans);
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#contents h2 span {
  color: #FFFFFF;
  font-size: 32px;
  background-color: #138f2e;
  padding: 10px 30px;
  margin: 0px 8px 0px;
}
#tx_desc {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #353535;
  font-family: var(--f_noto-sans);
  line-height: 2.2em;
}
#concept {
  clear: both;
  width: 100%;
  padding: 0px 0px 100px 0px;
  background: url("../images/bg_grad.jpg") no-repeat 0px 10px;
  background-size: 100% auto;
}
#con_img {
  clear: both;
  width: 80%;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto 50px;
}
#con_img li {
  width: 310px;
}
#con_img li:nth-child(1) {
  margin: -80px 0px 0px 0px;
}
#con_img li:nth-child(2) {
  margin: 100px 0px 0px 0px;
}
#con_img li:nth-child(3) {
  margin: 100px 0px 0px 0px;
}
#con_img li:nth-child(4) {
  margin: -80px 0px 0px 0px;
}
/*-------------------------------------------*/
#service {
  clear: both;
  width: 1240px;
  margin: 0px auto 20px;
}
.title {
  font-size: 20px;
  font-weight: bold;
  color: #565656;
  text-align: center;
  line-height: 1.0em;
  font-family: var(--f_noto-sans);
  margin-bottom: 40px;
}
.title span {
  display: block;
  font-size: 60px;
  color: #138f2e;
  font-family: var(--f_j-sans);
  line-height: 1.2em;
}
.mb80 {
  margin-bottom: 80px !important;
}
.sec {
  width: 1240px;
  margin: 0px auto 50px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.b_photo {
  width: 45%;
}
.b_text {
  width: 540px;
  padding: 50px 0px 0px 0px;
  margin-left: 40px;
}
.b_text h4 {
  font-size: 40px;
  color: #353535;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.b_text p {
  font-size: 17px;
  color: #353535;
  line-height: 2.4em;
  letter-spacing: 0.09em;
  margin-bottom: 25px;
}
/*-------------------------------------------*/
#contact {}
#c_wrap {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background: url("../images/bg_contact.webp") no-repeat 0px 0px;
  background-size: 100% auto;
}
.con_block {
  clear: both;
  width: 1100px;
  background-color: #FFF;
  padding: 60px 150px;
  box-sizing: border-box;
  margin: 0px auto;
}
.con_block .tx_center {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.c_tel {
  text-align: center;
  line-height: 1.6em;
}
.c_tel p {
  font-size: 50px;
  color: #138f2e;
  font-family: var(--f_j-sans);
  font-weight: 900;
  margin-bottom: 10px;
}
.c_tel p::before {
  content: '　';
  width: 26px;
  height: 32px;
  background: url("../images/ic_tel_green.png") no-repeat 20px 6px;
  background-size: 26px auto;
}
.c_tel span {
  font-size: 15px;
  color: #353535;
}
.con_attention {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 80px;
  text-align: center;
  background-color: #f0f0f0;
  margin: 0px auto 60px;
}
.con_attention p {
  font-size: 16px;
  line-height: 1.6em;
}
/*-------------------------------
　■ contact
-------------------------------*/
#contact_form {
  padding-block: 80px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 80px;
}
#contact_form .wrap {
  width: 1100px;
  margin: 0 auto;
  padding-inline: 60px;
}
#contact_form .wrap > p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 55px;
}
#contact_form .privacy_list {
  margin: 20px 0 80px;
  line-height: 2.0;
}
#contact_form .privacy_list .hbox {
  width: 720px;
  height: 340px;
  font-size: 14px;
  margin: 0 auto;
  padding: 40px 40px 0;
  border: 1px solid #c7c8c8;
  overflow-y: scroll;
}
#contact_form .privacy_list .inner {}
#contact_form .privacy_list .hbox .inner .privacy_box {
  margin: 0 0 40px;
}
#contact_form .privacy_list .hbox .inner .privacy_box .text {
  margin: 0 0 20px;
}
#contact_form .privacy_list .hbox .inner .privacy_box .text.nomab {
  margin: 0 0 0;
}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_numlist {}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_numlist li {
  position: relative;
  counter-increment: cnt;
  padding: 0 0 0 30px;
  margin: 0 0 5px;
}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_numlist li::before {
  position: absolute;
  content: "（"counter(cnt) "）";
  top: 0;
  left: -5px;
}
#contact_form .privacy_list .hbox .inner .privacy_box dl dt {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #677f6a;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#contact_form .privacy_list .hbox .inner .privacy_box dl dt span {
  display: inline-block;
  margin: 0 10px 0 0;
}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_dotlist li {
  position: relative;
  padding: 0 0 0 20px;
}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_dotlist li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_dotlist li a {
  color: #333;
}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_dotlist li a:hover {
  color: #677f6a;
}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_numlist_end li {
  position: relative;
  counter-increment: cnt;
  padding: 0 0 0 30px;
}
#contact_form .privacy_list .hbox .inner .privacy_box .pra_numlist_end li::before {
  position: absolute;
  content: "（"counter(cnt) "）";
  top: 0;
  left: -5px;
}
/*-------------------------------
　■ company
-------------------------------*/
#company table {
  clear: both;
  width: 840px;
  margin: 0px auto 60px;
}
#company table th {
  width: 160px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #138f2e;
}
#company table td {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 30px 20px 30px 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
#company table td ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#company table td ul li::before {
  content: '●';
  margin-right: 10px;
}
/*-------------------------------------------*/
/* footer */
/*-------------------------------------------*/
footer {
  clear: both;
  width: 100%;
  color: #FFF;
  padding: 60px 0px 60px;
  background-color: #138f2e;
}
footer section {
  width: 1240px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}
#foooter_left {
  width: 60%;
  display: flex;
  justify-content: flex-start;
}
#flogo {
  float: left;
  width: 200px;
  margin-right: 20px;
}
#flogo a {
  transition: all .3s ease;
}
#flogo a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
/**/
#f_address {
  width: 600px;
}
#f_address p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8em;
}
#f_address p#f_company {
  font-size: 16px;
  font-weight: bold;
}
#f_address p#f_tel {
  font-size: 42px;
  color: #FFFFFF;
  font-family: var(--f_j-sans);
  font-weight: 900;
  line-height: 1.4em;
  padding-top: 10px;
}
#f_address p#f_tel::before {
  content: '　';
  width: 22px;
  height: 28px;
  background: url("../images/ic_tel_white.png") no-repeat 10px 4px;
  background-size: 22px auto;
}
/**/
#foooter_right {
  width: 30%;
}
#fmenu {
  clear: both;
  width: 400px;
  margin-bottom: 30px;
}
#fmenu li {
  display: inline-block;
  width: 46%;
  margin: 0px 3% 20px 0px;
}
#fmenu li a {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0px 0px 0px 16px;
  background: url("../images/ic_menu.png") no-repeat 0px 11px;
  background-size: 6px auto;
  margin: 0px 0px 10px 0px;
}
#copyright {
  font-size: 15px;
  text-align: right;
  color: #E9E9E9;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}