/** base **/
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li, em {
  font-style: normal;
  word-wrap: break-word;
  word-break: normal;
  font-weight: normal;
}

ul, li {
  list-style-type: none;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

section, article, nav, aside, details, figcaption, figure, footer, header, hgroup, menu, main {
  display: block;
}

input::-moz-placeholder {
  font-weight: 400;
  opacity: 0.8;
}

input::placeholder {
  font-weight: 400;
  opacity: 0.8;
}

/*display*/
.ib {
  display: inline-block;
}

.link {
  color: #1d3d93;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: inline;
  }
}

/*link*/
a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.8;
}

/*box-sizing*/
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer;
  border: 0;
}

.f11 {
  font-size: 0.7rem;
}
.f11 * {
  font-size: 1em;
}

.f12 {
  font-size: 0.77rem;
}
.f12 * {
  font-size: 1em;
}

.f13 {
  font-size: 0.82rem;
}
.f13 * {
  font-size: 1em;
}

.f14 {
  font-size: 0.88rem;
}
.f14 * {
  font-size: 1em;
}

.f15 {
  font-size: 0.94rem;
}
.f15 * {
  font-size: 1em;
}

.f16 {
  font-size: 1rem;
}
.f16 * {
  font-size: 1em;
}

.f17 {
  font-size: 1.08rem;
}
.f17 * {
  font-size: 1em;
}

.f18 {
  font-size: 1.13rem;
}
.f18 * {
  font-size: 1em;
}

.f19 {
  font-size: 1.2rem;
}
.f19 * {
  font-size: 1em;
}

.f20 {
  font-size: 1.25rem;
}
.f20 * {
  font-size: 1em;
}

.f22 {
  font-size: 1.35rem;
}
.f22 * {
  font-size: 1em;
}

.f24 {
  font-size: 1.5rem;
}
.f24 * {
  font-size: 1em;
}

.f26 {
  font-size: 1.63rem;
}
.f26 * {
  font-size: 1em;
}

.f30 {
  font-size: 1.9rem;
}
.f30 * {
  font-size: 1em;
}

.f32 {
  font-size: 2rem;
}
.f32 * {
  font-size: 1em;
}

.f42 {
  font-size: 2.63rem;
}
.f42 * {
  font-size: 1em;
}

.f52 {
  font-size: 3.25rem;
}
.f52 * {
  font-size: 1em;
}

@media (max-width: 767px) {
  .f11 {
    font-size: 3.3vw;
  }
  .f11 * {
    font-size: 1em;
  }
  .f12 {
    font-size: 3.3vw;
  }
  .f12 * {
    font-size: 1em;
  }
  .f13 {
    font-size: 3.3vw;
  }
  .f13 * {
    font-size: 1em;
  }
  .f14 {
    font-size: 3.4vw;
  }
  .f14 * {
    font-size: 1em;
  }
  .f15 {
    font-size: 3.5vw;
  }
  .f15 * {
    font-size: 1em;
  }
  .f16 {
    font-size: 3.65vw;
  }
  .f16 * {
    font-size: 1em;
  }
  .f17 {
    font-size: 3.8vw;
  }
  .f17 * {
    font-size: 1em;
  }
  .f18 {
    font-size: 4.1vw;
  }
  .f18 * {
    font-size: 1em;
  }
  .f19 {
    font-size: 4.2vw;
  }
  .f19 * {
    font-size: 1em;
  }
  .f20 {
    font-size: 4.3vw;
  }
  .f20 * {
    font-size: 1em;
  }
  .f22 {
    font-size: 4.6vw;
  }
  .f22 * {
    font-size: 1em;
  }
  .f24 {
    font-size: 4.8vw;
  }
  .f24 * {
    font-size: 1em;
  }
  .f26 {
    font-size: 5vw;
  }
  .f26 * {
    font-size: 1em;
  }
  .f30 {
    font-size: 5.3vw;
  }
  .f30 * {
    font-size: 1em;
  }
  .f32 {
    font-size: 6vw;
  }
  .f32 * {
    font-size: 1em;
  }
  .f42 {
    font-size: 7vw;
  }
  .f42 * {
    font-size: 1em;
  }
  .f52 {
    font-size: 8vw;
  }
  .f52 * {
    font-size: 1em;
  }
}
.site_wrap {
  overflow-x: hidden;
}

.wrap {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.wrap.w920 {
  width: 920px;
}
.wrap.w1100 {
  width: 1100px;
}
.wrap.w1300 {
  width: 1300px;
}
.wrap.mw100 {
  max-width: 100%;
}

* {
  letter-spacing: 0.05em;
}

body,
select,
textarea,
input,
div,
* {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.03em;
  color: #222;
}

a {
  color: #333;
}
a:hover {
  color: #555;
}

.bold {
  font-weight: 600;
}

body figure {
  margin: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

#wpadminbar .display-name {
  color: #f0f0f1;
}

header {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 25px 0;
  position: relative;
}
@media (max-width: 767px) {
  header {
    padding: 15px 0;
  }
}
header .inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: end;
}
header .logo_wrap {
  max-width: 40%;
}
header .menu_wrap {
  transition: 0.25s;
}
@media (max-width: 767px) {
  header .menu_wrap {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 50;
    pointer-events: none;
  }
  header .menu_wrap * {
    pointer-events: none !important;
  }
}
header .menu_wrap .menu_inner {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner {
    padding: 65px 0 30px;
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}
header .menu_wrap .menu_inner > ul {
  display: flex;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul {
    flex-direction: column;
  }
}
header .menu_wrap .menu_inner > ul > li > a {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  transition: 0.2s;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li > a {
    padding: 10px;
  }
}
header .menu_wrap .menu_inner > ul > li > a:hover {
  color: #23ac38;
}
header .menu_wrap .menu_inner > ul > li + li {
  border-left: 1px solid #888;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li + li {
    border: 0;
    border-top: 1px solid #aaa;
  }
}
header .menu_wrap .menu_inner > ul > li.parent {
  position: relative;
  z-index: 100;
}
header .menu_wrap .menu_inner > ul > li.parent > a {
  position: relative;
  padding-right: 30px;
}
header .menu_wrap .menu_inner > ul > li.parent > a::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 7px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: url(../images/icon_arr_b.png) no-repeat center center;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li.parent > a::after {
    display: none;
  }
}
header .menu_wrap .menu_inner > ul > li.parent > a::before {
  content: "";
  width: 100%;
  top: -5px;
  bottom: -5px;
  border-radius: 5px 5px 0 0;
  background: #eee;
  position: absolute;
  left: 0;
  transition: 0.25s;
  opacity: 0;
}
header .menu_wrap .menu_inner > ul > li.parent > a > span {
  position: relative;
  z-index: 15;
  line-height: 1.4em;
}
header .menu_wrap .menu_inner > ul > li.parent ul.child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 15px;
  background: #eee;
  width: 250%;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li.parent ul.child {
    position: relative;
    opacity: 1;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 15px;
  }
}
header .menu_wrap .menu_inner > ul > li.parent ul.child * {
  pointer-events: none;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li.parent ul.child * {
    pointer-events: all;
  }
}
header .menu_wrap .menu_inner > ul > li.parent ul.child li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: 0.25s;
  white-space: nowrap;
  border-radius: 1px;
}
@media (max-width: 767px) {
  header .menu_wrap .menu_inner > ul > li.parent ul.child li a {
    padding: 8px 10px;
    border-bottom: 1px solid #bbb;
  }
}
header .menu_wrap .menu_inner > ul > li.parent ul.child li a:hover {
  background: #fff;
}
header .menu_wrap .menu_inner > ul > li.parent ul.child li:last-child a {
  border-bottom: 0;
}
header .menu_wrap .menu_inner > ul > li.parent:hover > a::before {
  opacity: 1;
}
header .menu_wrap .menu_inner > ul > li.parent:hover ul.child {
  pointer-events: all;
  opacity: 1;
}
header .menu_wrap .menu_inner > ul > li.parent:hover ul.child * {
  pointer-events: all;
}
header .menu_wrap.open {
  opacity: 1;
  pointer-events: all !important;
}
header .menu_wrap.open * {
  pointer-events: all !important;
}
@media (max-width: 767px) {
  header .lang_btn {
    text-align: right;
  }
}
header .lang_btn * {
  color: #23ac38;
}
header .lang_btn a {
  display: block;
}
@media (max-width: 767px) {
  header .lang_btn a {
    background: #eee;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 7px 15px 5px;
    border-radius: 5px;
  }
}
header .lang_btn a span {
  position: relative;
  padding-left: 25px;
}
header .lang_btn a span::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  background: url(../images/icon_lang.png) no-repeat center center;
}

.menu_btn {
  width: 40px;
  height: 40px;
  background: #23ac38;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 800;
  display: none;
  position: relative;
  transition: 0.3s;
  position: absolute;
  top: 50%;
}
@media (max-width: 767px) {
  .menu_btn {
    display: block;
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 10px;
  }
}
.menu_btn:hover {
  filter: brightness(1.15);
}
.menu_btn span {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.menu_btn span::before, .menu_btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  transition: 0.3s;
}
.menu_btn span::before {
  top: -5px;
}
.menu_btn span::after {
  bottom: -5px;
}
.menu_btn.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu_btn.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.home_contents {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .home_contents {
    padding: 50px 0;
  }
}

.video-box {
  position: relative;
}
.video-box video {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .video-box video {
    display: none;
  }
}
.video-box > h2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 60px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff;
  padding: 0 5%;
  line-height: 1.2em;
  text-align: center;
  color: #23ac38;
}
@media (max-width: 767px) {
  .video-box > h2 {
    font-size: 9vw;
  }
}
.video-box .main-visual-bg-sp {
  display: none;
  background: url(../images/fv_sp.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .video-box .main-visual-bg-sp {
    display: block;
    height: 60vh;
  }
}

.home_about {
  display: flex;
}
@media (max-width: 840px) {
  .home_about {
    flex-wrap: wrap;
  }
}
.home_about .image_wrap {
  width: 50%;
}
@media (max-width: 840px) {
  .home_about .image_wrap {
    width: 100%;
    text-align: center;
  }
}
.home_about .text_wrap {
  width: 50%;
  padding: 0 0 45px 50px;
}
@media (max-width: 840px) {
  .home_about .text_wrap {
    width: 100%;
    padding: 0 5% 30px 5%;
  }
  .home_about .text_wrap .home_title {
    text-align: center;
  }
}

.home_about_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 25px;
  padding: 0 40px;
  margin: -30px 0 0 0;
  position: relative;
}
@media (max-width: 840px) {
  .home_about_list {
    margin: 0;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .home_about_list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
.home_about_list .box a {
  border-radius: 10px;
  border: 1px solid #23ac38;
  overflow: hidden;
  display: block;
  height: 100%;
}
.home_about_list .box a h4 {
  text-align: center;
  font-weight: 900;
  padding: 15px 5px;
}
@media (max-width: 767px) {
  .home_about_list .box a h4 {
    padding: 10px 5px;
    line-height: 1.3em;
  }
}

.home_title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .home_title {
    font-size: 8vw;
  }
}
.home_title span {
  color: #23ac38;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.3em;
}
.home_title + .home_text {
  margin-top: 10px;
}

.home_text {
  line-height: 2.2em;
}
@media (max-width: 767px) {
  .home_text {
    line-height: 1.8em;
  }
}

.home_services .home_title_outer {
  padding-bottom: 40px;
}

.home_service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .home_service_list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home_service_list .box {
    width: 48.5%;
  }
}
.home_service_list .box a {
  display: block;
}
.home_service_list .box a h4 {
  color: #23ac38;
  font-weight: 900;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .home_service_list .box a h4 {
    padding: 5px 0 0;
  }
}

.home_quality {
  background: url(../images/home_quality_bg.png) no-repeat;
  background-size: cover;
  background-position: 20% 50%;
}
.home_quality .wrap {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .home_quality .wrap {
    padding: 50px 0;
  }
}
.home_quality .text_inner {
  width: 50%;
  padding-left: 50px;
  margin: 0 0 0 auto;
}
@media (max-width: 1000px) {
  .home_quality .text_inner {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .home_quality .text_inner {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .home_quality .text_inner .home_title {
    text-align: center;
    text-shadow: 0 0 5px #fff, 0 0 5px #e1f2fc, 0 0 5px #e1f2fc;
  }
}
.home_quality .text_inner .home_text {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home_quality .text_inner .home_text {
    text-shadow: 0 0 5px #fff, 0 0 5px #e1f2fc, 0 0 5px #e1f2fc;
  }
}
.home_quality .text_inner .image_wrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home_quality .text_inner .btn_wrap {
    text-align: center;
  }
}

.btn_wrap a {
  display: inline-block;
  background: #23ac38;
  border-radius: 100px;
  font-weight: 700;
  padding: 15px 3em;
  color: #fff;
  transition: 0.25s;
  min-width: 15em;
  text-align: center;
}
.btn_wrap a:hover {
  filter: brightness(1.15);
}

footer {
  background: #efefef;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 65px 0;
}
@media (max-width: 767px) {
  footer .wrap {
    flex-wrap: wrap;
    gap: 20px;
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  footer .wrap .foot_info {
    width: 100%;
  }
}
footer .wrap .foot_info strong {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}
footer .wrap .foot_info p {
  line-height: 1.8em;
}
@media (max-width: 767px) {
  footer .wrap .foot_info p {
    font-size: 3.7vw;
    letter-spacing: 0.1em;
  }
}
footer .wrap .foot_logo {
  padding: 15px 0;
}
@media (max-width: 767px) {
  footer .wrap .foot_logo {
    text-align: right;
    width: 100%;
    padding: 0;
  }
  footer .wrap .foot_logo img {
    max-width: 40%;
  }
}
footer .copy {
  background: #23ac38;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copy {
    font-size: 3vw;
  }
}

.contents_title .image_wrap {
  height: 436px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contents_title .image_wrap {
    height: 150px;
  }
}
.contents_title .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents_title .image_wrap::after {
  content: "";
  width: 575px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .contents_title .image_wrap::after {
    height: 25px;
  }
}
.contents_title .title_box {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: -20px 0 90px;
}
@media (max-width: 767px) {
  .contents_title .title_box {
    margin: -10px 0 50px;
    padding: 0 5%;
  }
}
.contents_title .title_box h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .contents_title .title_box h1 {
    font-size: 8.5vw;
  }
}
.contents_title .title_box h1 span {
  color: #23ac38;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.2em;
}
.contents_title .title_box p {
  line-height: 1.55em;
  padding: 15px 0 0 0;
}

.contents_wide_box {
  position: relative;
  min-height: 563px;
  margin-bottom: 170px;
}
@media (max-width: 980px) {
  .contents_wide_box {
    margin-bottom: 50px;
  }
}
.contents_wide_box .image_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 35px);
  right: calc(50% + 35px);
  height: 563px;
}
@media (max-width: 980px) {
  .contents_wide_box .image_wrap {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    right: 0;
    height: auto;
    max-width: 90%;
    margin: 0 auto 20px;
  }
}
.contents_wide_box .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents_wide_box .text_wrap {
  min-height: 563px;
  padding-left: calc(50% + 35px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 980px) {
  .contents_wide_box .text_wrap {
    min-height: auto;
    padding-left: 0;
    gap: 10px;
  }
}
.contents_wide_box .text_wrap h2 {
  font-weight: 700;
  color: #23ac38;
  font-size: 38px;
}
@media (max-width: 767px) {
  .contents_wide_box .text_wrap h2 {
    font-size: 6vw;
  }
}
.contents_wide_box .text_wrap p {
  line-height: 2.1em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .contents_wide_box .text_wrap p {
    line-height: 1.8em;
  }
}
.contents_wide_box.reverse .image_wrap {
  right: 0;
  left: calc(50% + 35px);
}
@media (max-width: 980px) {
  .contents_wide_box.reverse .image_wrap {
    left: 0;
  }
}
.contents_wide_box.reverse .text_wrap {
  padding-left: 0;
  padding-right: calc(50% + 35px);
}
@media (max-width: 980px) {
  .contents_wide_box.reverse .text_wrap {
    padding-right: 0;
  }
}

.ceo_wrap {
  background: #23ac38;
  padding: 30px 5% 50px;
  margin-top: -1px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .ceo_wrap {
    margin-bottom: 50px;
  }
}
.ceo_wrap * {
  color: #fff;
}
.ceo_wrap .inner {
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
.ceo_wrap .inner p.center {
  letter-spacing: 0.1em;
}
.ceo_wrap .inner_title {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 25px;
  font-size: 38px;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  line-height: 1.35em;
}
@media (max-width: 767px) {
  .ceo_wrap .inner_title {
    font-size: 6vw;
    margin: 40px auto 15px;
  }
}
.ceo_wrap .ceo_info {
  display: flex;
  padding-bottom: 40px;
}
@media (max-width: 800px) {
  .ceo_wrap .ceo_info {
    flex-wrap: wrap;
  }
}
.ceo_wrap .ceo_info .image_wrap {
  width: 25%;
  padding: 7px 0;
}
@media (max-width: 800px) {
  .ceo_wrap .ceo_info .image_wrap {
    width: 100%;
    text-align: center;
  }
  .ceo_wrap .ceo_info .image_wrap img {
    max-width: 50%;
  }
}
.ceo_wrap .ceo_info .text_wrap {
  width: 75%;
  padding-left: 30px;
}
@media (max-width: 800px) {
  .ceo_wrap .ceo_info .text_wrap {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.ceo_wrap .ceo_info .text_wrap p {
  letter-spacing: 0;
  line-height: 1.8em;
}

.about_lr {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .about_lr {
    flex-wrap: wrap;
  }
}
.about_lr .image_wrap {
  width: 50%;
}
@media (max-width: 800px) {
  .about_lr .image_wrap {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .about_lr .image_wrap img {
    max-width: 70%;
  }
}
.about_lr .image_wrap.right {
  text-align: right;
}
@media (max-width: 800px) {
  .about_lr .image_wrap.right {
    text-align: center;
  }
}
.about_lr .image_wrap.right img {
  padding: 0 15px;
}
@media (max-width: 800px) {
  .about_lr .image_wrap.right img {
    padding: 0;
  }
}
.about_lr .text_wrap {
  width: 50%;
  padding-left: 35px;
}
@media (max-width: 800px) {
  .about_lr .text_wrap {
    width: 100%;
    padding: 0;
  }
}
.about_lr .text_wrap table th, .about_lr .text_wrap table td {
  padding-bottom: 5px;
}
.about_lr .text_wrap table th {
  font-weight: 700;
  width: 40%;
}
.about_lr .text_wrap table td {
  width: 60%;
}
.about_lr .text_wrap table * {
  line-height: 1.8em;
}
.about_lr + .about_lr {
  margin-top: 85px;
}

.about_title {
  font-size: 38px;
  font-weight: 700;
  color: #23ac38;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #23ac38;
  line-height: 1.35em;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .about_title {
    font-size: 6vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.about_title.center {
  margin-left: auto;
  margin-right: auto;
}

.about_right_image {
  text-align: right;
  margin-top: -100px;
  padding-right: 8%;
  padding-left: 30%;
  margin-bottom: 120px;
}
@media (max-width: 980px) {
  .about_right_image {
    margin-top: 0;
    text-align: center;
    padding: 50px 0 0 0;
  }
}

.about_bg {
  background: #e1efce;
}
.about_bg .wrap {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .about_bg .wrap {
    padding: 50px 0 30px;
  }
}
.about_bg .wrap .about_title {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .about_bg .wrap .about_title {
    margin-bottom: 25px;
  }
}

.about_ass {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .about_ass {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about_ass {
    margin-bottom: 45px;
  }
}
.about_ass .text_wrap {
  width: 47%;
  padding-right: 40px;
}
@media (max-width: 800px) {
  .about_ass .text_wrap {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .about_ass .text_wrap {
    padding-right: 0;
  }
}
.about_ass .text_wrap p {
  line-height: 1.8em;
}
.about_ass .image_wrap {
  width: 53%;
  text-align: right;
}
@media (max-width: 800px) {
  .about_ass .image_wrap {
    width: 100%;
    order: 1;
    text-align: center;
    padding-bottom: 20px;
  }
  .about_ass .image_wrap img {
    max-width: 90%;
  }
}

.about_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media (max-width: 767px) {
  .about_list {
    gap: 0;
  }
}
.about_list > .box {
  width: 48%;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about_list > .box {
    width: 100%;
    margin-bottom: 35px;
  }
}
.about_list > .box .image_wrap {
  width: 32%;
  text-align: center;
  padding: 5px 0;
}
.about_list > .box .text_wrap {
  width: 68%;
  padding-left: 20px;
}
.about_list > .box .text_wrap h4 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 5px;
}
.about_list > .box .text_wrap p {
  letter-spacing: 0;
  line-height: 1.4em;
}

@media (max-width: 820px) {
  .form_table {
    display: block;
  }
}
@media (max-width: 820px) {
  .form_table tbody {
    display: block;
  }
}
.form_table tbody tr {
  border-bottom: 2px solid #ebebeb;
}
@media (max-width: 820px) {
  .form_table tbody tr {
    display: block;
  }
}
.form_table tbody th {
  padding: 35px 20px 35px 5px;
  width: 35%;
}
@media (max-width: 820px) {
  .form_table tbody th {
    display: block;
    width: 100%;
    padding: 15px 0 10px 5px;
  }
}
.form_table tbody th.req {
  position: relative;
  padding-right: 100px;
}
.form_table tbody th.req .icon {
  position: absolute;
  right: 25px;
  top: 37px;
  background: #e72525;
  display: inline-block;
  padding: 5px 10px 4px;
  font-size: 14px;
  color: #fff;
  line-height: 1.2em;
  font-weight: 400;
}
@media (max-width: 820px) {
  .form_table tbody th.req .icon {
    right: 0;
    top: 15px;
  }
}
.form_table tbody td {
  padding: 25px 0;
  width: 65%;
}
@media (max-width: 820px) {
  .form_table tbody td {
    display: block;
    width: 100%;
    padding: 3px 0 20px;
  }
}
.form_table tbody input,
.form_table tbody textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #999;
}
.form_table tbody textarea {
  min-height: 200px;
}

.form_btn {
  text-align: center;
  padding: 50px 0 25px;
  margin-bottom: 120px;
}
.form_btn input[type=submit] {
  background: #595959;
  border: 4px solid #ababab;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 15px;
  width: 500px;
  text-align: center;
  max-width: 90%;
  cursor: pointer;
}
.form_btn input[type=submit]:hover {
  opacity: 0.9;
}

.home_image {
  position: relative;
  padding-top: 25%;
  overflow: hidden;
}
.home_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50 0%;
     object-position: 50 0%;
}/*# sourceMappingURL=style.css.map */