@charset "UTF-8";
/*
Theme Name: Lightning Child 2026
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
:root {
  --theme-color:#317CBD;
  --theme-font-color:#2F6092;
}

/**********************
 * 前提
 * ********************/
/**スマホＰＣ画像切り替え**/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*全体の文字サイズ指定*/
body {
  font-size: 14px !important;
  color: #666;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 17px !important;
    letter-spacing: 0.5px;
    line-height: 170%;
  }
}
/**** スペース ****/
.space5 {
  width: 100%;
  height: 5px;
}

.space10 {
  width: 100%;
  height: 10px;
}

.space20 {
  width: 100%;
  height: 20px;
}

.space30 {
  width: 100%;
  height: 30px;
}

.space40 {
  width: 100%;
  height: 40px;
}

.space50 {
  width: 100%;
  height: 50px;
}

.space50 {
  width: 100%;
  height: 60px;
}

.space100 {
  width: 100%;
  height: 100px;
}

@media screen and (min-width: 641px) {
  .space5 {
    width: 100%;
    height: 10px;
  }
  .space10 {
    width: 100%;
    height: 20px;
  }
  .space20 {
    width: 100%;
    height: 40px;
  }
  .space30 {
    width: 100%;
    height: 60px;
  }
  .space40 {
    width: 100%;
    height: 80px;
  }
  .space50 {
    width: 100%;
    height: 100px;
  }
  .space60 {
    width: 100%;
    height: 120px;
  }
}
/*リンクhover*/
a:hover {
  opacity: 0.8;
}

a {
  cursor: pointer;
  transition: 0.8s ease;
}

/*共通*/
.center {
  text-align: center;
}

li {
  list-style-type: none;
}

.breadcrumb {
  border: none;
}

/***** フレックス ******/
.flexArea {
  display: flex;
  flex-wrap: wrap;
}

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

.flex_around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item_center {
  align-items: center;
}

/**********************
 * 
 * ヘッダー
 * 
 * ******************/
.header-top {
  background-color: var(--theme-color) !important;
}

.global-nav-list > li:before {
  display: none;
}

.global-nav-list > li a:hover .global-nav-name {
  color: var(--theme-font-color);
}

.global-nav-list .menu-item .global-nav-description {
  color: var(--theme-font-color);
  opacity: 1;
}

.global-nav-list > li a:hover {
  opacity: 1;
}

.header-top .header-top-description {
  color: #fff;
  padding-top: 6px !important;
}

.header_right {
  display: flex;
  align-items: center;
}

.header_tel {
  margin-right: 1.5rem;
}

.header_tel a {
  color: var(--theme-color);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 120%;
}

.header_tel a:hover {
  color: var(--theme-font-color);
  transition: 0s;
}

.header_tel a i {
  margin-right: 5px;
  font-size: 1.8rem;
  transform: rotate(-15deg);
}

.header_tel a:hover i {
  animation: yurayura 2s infinite ease;
}

.header_tel p {
  line-height: 120%;
  margin-bottom: 0;
  color: #606060;
  text-align: right;
  font-size: 16px;
}

a.contact_btn {
  background: var(--theme-color);
  color: #fff;
  padding: 0.8rem 24px;
  font-size: 1.1rem;
  border-radius: 100px;
}

a.contact_btn:hover {
  background: var(--theme-font-color);
  opacity: 1;
  transition: 0s;
}

/************************
 * 
 * 	TOP/ メイン
 * 
 * *********************/
h2.center_ttl {
  border: none;
  padding: 0;
  margin: 0 0 2rem 0;
  color: var(--theme-font-color);
  text-align: center;
  font-size: 32px;
}

h3.sub_ttl {
  border: none;
  padding: 0;
  color: #666;
  text-align: center;
  line-height: 180%;
  font-size: 1.5rem;
}

h3.sub_ttl:after {
  display: none;
}

.top_main_txt p {
  text-align: center;
  line-height: 200%;
}

.service_mainarea {
  margin-top: 5rem;
  margin-bottom: 2rem;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.home .site-body {
  padding-bottom: 0;
}

h2.main_h2 {
  border: none;
  padding: 0;
  margin-bottom: 3rem;
  text-align: center;
  color: #000;
}

h2.main_h2 span {
  display: block;
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: normal;
  color: var(--theme-font-color);
}

/************************
 * 
 * TOP/お知らせ
 * 
 * *********************/
.home .vk_posts.vk_posts-postType-post.vk_posts-layout-postListText.vk_postList {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.postListText_title a {
  text-decoration: none;
  display: block;
  transition: 0s;
}

.postListText_title a:hover {
  text-decoration: none;
  color: var(--theme-font-color);
  opacity: 1;
}

.postListText_title {
  font-size: 16px;
}

.more_btn {
  text-align: right;
  max-width: 800px;
  margin: 1rem auto 0;
  width: 100%;
}

.more_btn a {
  font-size: 15px;
  position: relative;
  padding-right: 1.6rem;
  line-height: 100%;
  transition: 0s;
}

.more_btn a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translatey(-50%);
  font-weight: bold;
  transition: 0.3s;
}

.more_btn a:hover {
  color: var(--theme-font-color);
  opacity: 1;
}

.more_btn a:hover:after {
  right: 0.3rem;
  color: var(--theme-font-color);
  opacity: 1;
  transition: 0.1s;
}

/************************
 * 
 * TOP/コンタクト
 * 
 * *********************/
.footer_contact_area p {
  text-align: center;
}

.footer_contact_area p span {
  display: block;
  margin-top: 0.5rem;
}

.contact_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 3rem auto 0;
}

.contact_l, .contact_r {
  width: 48%;
  text-align: center;
}

.contact_l a {
  color: var(--theme-color);
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 130%;
}

.contact_l a:hover {
  color: var(--theme-color);
  opacity: 1;
  transition: 0s;
}

.contact_l a i {
  transform: rotate(-15deg);
  margin-right: 5px;
}

.contact_l a:hover i {
  animation: yurayura 2s infinite ease;
}

.contact_l span {
  display: block;
  font-size: 1.3rem;
}

a.contact_r {
  background: var(--theme-color);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1.8rem 0.5rem;
  font-size: 1.3rem;
}

a.contact_r:hover {
  background: var(--theme-font-color);
  opacity: 1;
}

/************************
 * 
 * サイトマップ
 * 
 * *********************/
.site_map_area {
  padding: 2.5rem 0;
}

.site_map {
  display: flex;
  justify-content: center;
}

.site_map a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.9rem;
  border-right: 1px solid rgba(244, 244, 244, 0.6);
}

.site_map a:hover {
  opacity: 1;
}

.site_map a:first-of-type {
  border-left: 1px solid rgba(244, 244, 244, 0.6);
}

a.login_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  width: 80%;
  background: #fff;
  text-align: center;
  margin: 2rem auto 0;
  font-size: 1.6rem;
  line-height: 130%;
  padding: 1.5rem 0.8rem;
  border-radius: 10px;
  border: 3px solid #fff;
  color: #666;
}

a.login_btn:before {
  content: "";
  width: 50px;
  height: 55px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2022/08/login_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.8rem;
}

a.login_btn:hover {
  background: rgba(244, 244, 244, 0.8);
  opacity: 1;
  color: #438bff;
}

/************************
 * 
 * フッター
 * 
 * *********************/
.site-footer {
  border-top: none;
  text-align: center;
  margin-top: calc(var(--vk-margin-block-bottom) * -1);
  padding-top: var(--vk-margin-block-bottom);
  background-color: #fff;
}

.f_logo {
  max-width: 250px;
  margin: 0 auto;
  width: 60%;
}

.footer_area p {
  font-size: 15px;
  margin-bottom: 0;
}

.site-footer .widget:last-child {
  margin-bottom: 0;
}

.site-footer-content {
  padding-top: 1rem;
}

.home .main-section {
  margin-bottom: 0;
}

/************************
 * 
 * 採用情報ページ
 * 
 * *********************/
h2.child_page_ttl {
  border: none;
  text-align: center;
  font-size: 1.8rem;
  padding: 0;
  margin-bottom: 3rem;
}

.recruit_type_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.recruit_type_btn a {
  width: 48%;
  display: block;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 0.5rem;
  background: linear-gradient(90deg, #148451, #39c68a);
  color: #fff;
  position: relative;
  transition: 0.8s;
}

.recruit_type_btn a:hover {
  opacity: 1;
}

.recruit_type_btn a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translatey(-50%);
  font-weight: bold;
  transition: 0.3s;
}

.recruit_type_btn a:hover:after {
  right: 0.3rem;
}

.recruit_type_btn a:nth-of-type(even) {
  margin-left: 2%;
}

h3.recruit_child_name {
  color: #606060;
  border-color: #39c68a;
}

h3.recruit_child_name:after {
  display: none;
}

h3.recruit_child_name span {
  display: block;
  color: #148451;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
}

.recruit_child {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

table.recruit_table th {
  width: 200px;
  background: #f5f5f5;
  font-weight: normal;
}

table.recruit_table td {
  width: calc(100% - 200px);
}

.page-id-42 .site-body {
  padding-bottom: 0;
}

/************************
 * 
 * 企業情報
 * 
 * *********************/
.ceo_name {
  width: 260px;
  margin: 0 0 0 auto;
}

.access_txt {
  width: 45%;
}

.google_map_box {
  width: 50%;
  height: 350px;
  margin-bottom: 1rem;
}

.company_name {
  color: var(--theme-font-color);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.access_child ul {
  padding: 0;
  margin: 0;
}

.access_child ul li {
  margin-top: 0;
  font-size: 0.95rem;
  margin-bottom: 8px;
  display: flex;
}

.access_child ul li div {
  line-height: 150%;
}

.access_child ul li:before {
  content: "ー";
  display: inline-block;
  margin-right: 5px;
  color: #39c68a;
  margin-top: -3px;
}

.access_child {
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.access_child_box {
  margin-top: 5rem;
}

.access_child_box .access_child:nth-of-type(even) {
  flex-direction: row-reverse;
}

.access_child_box .access_child:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.access_child p {
  margin-bottom: 0.5rem;
}

.about_logo img {
  display: block;
  margin: 0 auto 2rem;
  max-width: 400px;
  width: 60%;
}

.about_logo {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

.about_logo p:last-of-type {
  margin-bottom: 0;
}

.logo_ttl {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem 0 2rem;
  line-height: 180%;
  color: #39c68a;
}

table.company_table {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

table.company_table th {
  width: 200px;
  background: #f5f5f5;
  font-weight: normal;
}

table.company_table td {
  width: calc(100% - 200px);
}

ul.history_list {
  max-width: 850px;
  margin: 0 auto;
  padding: 1rem 0;
  width: 100%;
  border-left: 1px solid #ccc;
}

ul.history_list li div span {
  display: block;
  margin-bottom: 0.5rem;
}

ul.history_list li div {
  padding-left: 1rem;
}

ul.history_list li {
  display: flex;
  margin-top: 0;
  margin-bottom: 1.2rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
}

ul.history_list.wow.animated li {
  animation: opacity 1.5s 0.3s 1 backwards ease;
}

ul.history_list.wow.animated li:nth-of-type(2) {
  animation-delay: 0.7s;
}

ul.history_list.wow.animated li:nth-of-type(3) {
  animation-delay: 1.1s;
}

ul.history_list.wow.animated li:nth-of-type(4) {
  animation-delay: 1.5s;
}

ul.history_list.wow.animated li:nth-of-type(5) {
  animation-delay: 1.9s;
}

ul.history_list.wow.animated li:nth-of-type(6) {
  animation-delay: 2.3s;
}

ul.history_list.wow.animated li:nth-of-type(7) {
  animation-delay: 2.7s;
}

ul.history_list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background: var(--theme-font-color);
  margin-left: -4px;
  margin-top: 10px;
}

.philosophy_list {
  text-align: center;
  font-size: 1.5rem;
  line-height: 180%;
  color: #fff;
}

.philosophy_img {
  width: 100%;
  height: 450px;
}

.philosophy_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span.company_table_name {
  color: var(--theme-font-color);
  display: block;
}

h2.main_h2.philosophy_ttl, h2.main_h2.philosophy_ttl span {
  color: #fff;
}

/************************
 * 
 * 製品ページ
 * 
 * *********************/
.point_child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.point_child_box .point_child:nth-of-type(even) {
  flex-direction: row-reverse;
}

.point_txt_box {
  width: 45%;
}

.point_img {
  width: 50%;
}

h3.point_ttl {
  border: none;
  color: #606060;
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
  line-height: 180%;
}

h3.point_ttl span {
  color: #39c68a;
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 160%;
}

h3.point_ttl:after {
  display: none;
}

.point_txt_box p {
  line-height: 200%;
}

ul.point_smallchild_box {
  padding: 0;
  width: 100%;
  margin: 0;
}

ul.point_smallchild_box li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.point_smallchild_box li:first-of-type {
  border-top: 1px dashed #ccc;
  padding-top: 1.5rem;
}

h3.point_smallttl {
  border: none;
  color: #606060;
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 1rem;
  line-height: 180%;
}

h3.point_smallttl:after {
  display: none;
}

h3.point_smallttl span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 160%;
  color: #39c68a;
}

ul.point_smallchild_box li p:last-of-type {
  margin-bottom: 0;
}

h2.product_ttl {
  text-align: center;
  line-height: 180%;
  font-size: 2rem;
  border: none;
  padding: 0;
}

h2.product_ttl span {
  background: #39c68a;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  line-height: 150%;
  margin-bottom: 0.8rem;
}

.product_main_box p {
  margin-top: 1.5rem;
  line-height: 200%;
}

.product_main_box p:last-of-type {
  margin-bottom: 0;
}

.point_child_box .point_child:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.border_ttl {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.border_ttl:before, .border_ttl:after {
  content: "";
  height: 1px;
  background: #606060;
  display: inline-block;
  flex-grow: 2;
}

.border_ttl:after {
  margin-left: 1rem;
}

.border_ttl:before {
  margin-right: 1rem;
}

.page-id-198 .site-body {
  padding-bottom: 0;
}

/************************
 * 
 * 会員ログインページ
 * 
 * *********************/
.file_child {
  margin-bottom: 3.5rem;
}

.file_child_box {
  margin-top: 5rem;
}

.file_link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 1rem 0;
}

.file_link a {
  display: inline-block;
  background: #39c68a;
  color: #fff;
  border-radius: 10px;
  padding: 5px 20px 5px 30px;
  margin-bottom: 0.8rem;
  position: relative;
}

.file_link a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translatey(-50%);
  font-weight: bold;
  transition: 0.3s;
}

.file_link a:hover:before {
  left: 0.7rem;
}

.file_link a:hover {
  background: #148451;
}

h3.file_ttl {
  font-size: 1.5rem;
}

h3.file_ttl span {
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5rem;
}

h3.file_ttl:after {
  display: none;
}

.file_child p {
  margin-bottom: 0;
  line-height: 180%;
}

.file_detail {
  background: #f5f5f5;
  padding: 0.8rem 1.2rem;
}

.page-id-44 .wp-block-vk-blocks-outer.vkb-outer-9f90f179-1d10-4274-8394-380a00fa16ab.vk_outer.vk_outer-width-full.vk_outer-paddingLR-none.vk_outer-paddingVertical-use.vk_outer-bgPosition-normal {
  display: none;
}

/************************
 * 
 * プライバシーポリシー
 * 
 * *********************/
.contact_page_txt {
  text-align: center;
}

.contact_page_txt p {
  margin-bottom: 1rem;
}

.contact_tel_btn span {
  display: block;
  font-size: 0.95rem;
}

.contact_tel_btn a {
  background: var(--theme-color);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.8rem 2.5rem;
}

.contact_tel_btn a:hover {
  background: #148451;
  opacity: 1;
  transition: 0s;
}

table.contact_table {
  max-width: 850px;
  margin: 3rem auto 1.5rem;
  width: 100%;
}

table.contact_table th {
  background: #f5f5f5;
  width: 250px;
  font-weight: normal;
}

table.contact_table td {
  width: calc(100% - 250px);
}

input#company_name, input#add, input#addr {
  max-width: 400px;
  width: 100%;
}

input#name, input#kana, input#formtel {
  max-width: 300px;
  width: 100%;
}

input#zip {
  width: 100px;
}

input#zip1 {
  width: 100px;
}

input#pref, input#city {
  max-width: 200px;
}

a.text_link {
  padding-left: 1.2rem;
  position: relative;
}

a.text_link:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  font-weight: bold;
  transition: 0.3s;
}

a.text_link:hover {
  color: #39c68a;
  transition: 0s;
  opacity: 1;
}

a.text_link:hover:before {
  left: 0.2rem;
}

span.required {
  font-weight: normal;
  display: inline-block;
  margin-left: 5px;
  color: red;
  font-size: 0.85rem;
}

input[type=submit] {
  font-size: 1rem;
  border: none;
  background-color: var(--theme-color);
}
input[type=submit]:disabled {
  background-color: #c0c6cb;
}
input[type=submit]:not([disabled]):hover {
  background-color: var(--theme-font-color);
  opacity: 1;
}

.page-id-46 .wp-block-vk-blocks-outer.vkb-outer-9f90f179-1d10-4274-8394-380a00fa16ab.vk_outer.vk_outer-width-full.vk_outer-paddingLR-none.vk_outer-paddingVertical-use.vk_outer-bgPosition-normal {
  display: none;
}

/************************
 * 
 * プライバシーポリシー
 * 
 * *********************/
.policy_title {
  background: #f6f6f6;
  border-left: 5px solid var(--theme-font-color);
  padding: 5px 5px 5px 10px;
}

.policy_box {
  padding: 10px;
  margin-bottom: 20px;
}

.policy_child {
  margin-bottom: 10px;
}

.policy_text {
  padding: 10px;
}

.policy_text ul li {
  list-style-type: disc;
  margin-top: 0;
}

.policy_text ul li:last-of-type {
  margin-bottom: 0;
}

.policy_text p:last-of-type {
  margin-bottom: 0;
}

.formpage_txt {
  text-align: center;
}

.tb_border {
  border-top: 2px solid #39c68a;
  border-bottom: 2px solid #39c68a;
  background: #f5f5f5;
}

.formpage_txt p a {
  color: #39c68a;
  text-decoration: none;
  font-size: 1.2rem;
}

/************************
 * 
 * 投稿
 * 
 * *********************/
.page-header-subtext {
  display: none;
}

h2.side_ttl {
  text-align: center;
  font-size: 1.3rem;
  border-color: #438bff;
  border-width: 2px;
  margin-bottom: 0;
  font-weight: normal;
}

.sub-section .vk_posts .postListText_title {
  width: 100%;
}

.sub-section .widget {
  display: block;
  margin-bottom: 10px;
}

span.vk_post_imgOuter_singleTermLabel {
  display: none;
}

/************************
 * 
 * アニメーション
 * 
 * *********************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(-15deg);
  }
  15% {
    transform: rotate(-19deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  45% {
    transform: rotate(-19deg);
  }
  60% {
    transform: rotate(-15deg);
  }
  80% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes yurayura_n {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(4deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(0);
  }
  80% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
/************************
 * 
 * レスポンシブ
 * 
 * *********************/
@media (max-width: 767px) {
  h2.center_ttl {
    margin: 0 0 15px 0;
    font-size: 24px;
    text-align: left;
  }
  h3.sub_ttl {
    font-size: 17px;
  }
  .top_main_txt p {
    text-align: left;
  }
  .service_mainarea {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  h2.main_h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .postListText_title a {
    line-height: 140%;
  }
  .more_btn {
    margin: 15px auto 0;
  }
  .more_btn a {
    padding-right: 25px;
  }
  .main-section {
    margin-bottom: 0;
  }
  .footer_contact_area p {
    font-size: 15px;
  }
  .contact_flex {
    flex-direction: column;
    margin: 20px auto 0;
  }
  .contact_l {
    width: auto;
  }
  .contact_r {
    max-width: 350px;
    margin: 20px auto 0;
    width: 80%;
  }
  .contact_l a {
    font-size: 30px;
  }
  .contact_l span {
    font-size: 17px;
  }
  a.contact_r {
    padding: 20px 10px;
    font-size: 18px;
  }
  .site_map_area {
    padding: 25px 0;
  }
  .site_map {
    flex-wrap: wrap;
  }
  .site_map a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    margin-bottom: 15px;
    width: 30%;
    text-align: center;
    display: block;
  }
  .site_map a:last-of-type {
    width: 48%;
  }
  .site_map a:nth-of-type(4) {
    width: 48%;
    border-left: 1px solid rgba(244, 244, 244, 0.6);
  }
  a.login_btn {
    margin: 15px auto 0;
    font-size: 18px;
    padding: 15px 10px;
  }
  a.login_btn:before {
    width: 40px;
    height: 45px;
    margin-right: 10px;
  }
  .f_logo {
    max-width: 200px;
    margin: 0 auto 10px;
  }
  .footer_area p {
    font-size: 14px;
  }
  .site-header-logo img {
    max-height: 45px;
  }
  .recruit_type_btn a {
    width: 49%;
    font-size: 14px;
    padding: 10px 5px;
  }
  h2.child_page_ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .recruit_type_btn {
    margin: 0 auto 35px;
  }
  h3.recruit_child_name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  table.recruit_table th {
    width: 100px;
    padding: 10px 5px;
  }
  table.recruit_table td {
    width: calc(100% - 100px);
  }
  h3.recruit_child_name span {
    font-size: 14px;
  }
  .logo_ttl {
    font-size: 16px;
    margin: 25px 0 15px;
  }
  .access_child {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .access_txt {
    width: 100%;
  }
  .google_map_box {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }
  .company_name {
    font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
  }
  .access_child p {
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 0;
  }
  .access_child ul {
    margin-top: 15px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
  }
  .access_child_box {
    margin-top: 30px;
  }
  table.company_table th {
    width: 100%;
    display: block;
    padding: 10px 8px;
    border: none;
    font-size: 14px;
  }
  table.company_table td {
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    border-bottom: 1px solid var(--vk-color-border-hr);
    font-size: 13px;
  }
  .ceo_name {
    width: 200px;
  }
  .philosophy_list {
    line-height: 180%;
    font-size: 15px;
  }
  span.company_table_name {
    margin-bottom: 5px;
  }
  .company_table td span.company_table_name:nth-of-type(2) {
    margin-top: 8px;
  }
  h2.product_ttl span {
    font-size: 15px;
    padding: 5px 20px;
    margin-bottom: 8px;
  }
  h2.product_ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .product_main_box p {
    margin-top: 0;
    padding: 15px;
  }
  .point_txt_box {
    width: 100%;
  }
  .point_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .point_child, .point_child_box .point_child:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  h3.point_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  h3.point_ttl span, h3.point_smallttl span {
    font-size: 16px;
  }
  h3.point_smallttl {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .point_child {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  ul.point_smallchild_box li:first-of-type {
    padding-top: 20px;
  }
  ul.point_smallchild_box li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .point_txt_box p:last-of-type {
    margin-bottom: 0;
  }
  .policy_title {
    font-size: 14px;
  }
  .policy_child .policy_text p {
    font-size: 13px;
  }
  .policy_text ul {
    margin: 10px 0;
  }
  .policy_text ul li {
    margin-bottom: 5px;
    line-height: 140%;
  }
  .page-header {
    min-height: 80px;
  }
  .page-header-title, h1.page-header-title {
    font-size: 20px;
  }
  .file_child_box {
    margin-top: 40px;
  }
  h3.file_ttl {
    font-size: 17px;
  }
  h3.file_ttl span {
    font-size: 14px;
    display: block;
    line-height: 160%;
  }
  .file_link a {
    padding: 10px 20px 10px 30px;
    margin-bottom: 15px;
  }
  .file_link {
    margin: 15px 0 0;
  }
  .file_detail {
    padding: 10px 15px;
  }
  .file_child {
    margin-bottom: 30px;
  }
  table.contact_table th, table.contact_table td {
    width: 100%;
    display: block;
    border: none;
  }
  table.contact_table td {
    border-bottom: 1px solid var(--vk-color-border-hr);
    text-align: center;
    padding-bottom: 15px;
  }
  input#name, input#kana, input#formtel {
    max-width: 100%;
    margin: 0 auto;
  }
  .contact_page_txt {
    text-align: left;
  }
  .contact_page_txt p {
    margin-bottom: 15px;
  }
  .contact_tel_btn {
    text-align: center;
  }
  .contact_tel_btn a {
    font-size: 20px;
    padding: 15px 8px;
    display: block;
    max-width: 250px;
    margin: 15px auto 0;
  }
  .contact_tel_btn span {
    font-size: 13px;
    margin-top: 8px;
  }
  h2.main_h2.philosophy_ttl {
    margin-bottom: 10px;
  }
  ul.philosophy_list {
    margin-bottom: 20px;
  }
  .access_child ul li:before {
    margin-top: 0;
  }
  .about_logo img {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  ul.philosophy_list li {
    width: 100%;
  }
}
/***/
.home .site-body {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .home .site-body {
    padding: 0;
  }
}
a.contact_btn {
  text-decoration: none;
}

.title-ico01:before {
  content: "\f14a"; /*Font Awesome 5 Freeのユニコード*/
  font-family: "Font Awesome 5 Free"; /*Font Awesome 5 Freeの指定*/
  color: #219F9B;
  padding-right: 10px;
}

.productstitle {
  padding: 20px !important;
  margin-bottom: 20px;
}

.products-sub {
  text-align: center;
  border: none;
}

.products-sub::after {
  border: none;
}

@media (max-width: 660px) {
  /*.products-sub {
  	text-align: left;
  }*/
  .title-ico01 {
    padding: 15px !important;
    font-size: 18px !important;
  }
}
/***ヘッダー問い合わせボタン位置調整***/
.header_right p {
  margin-bottom: 0;
}

/****20220915*****/
h2.policy_h2 {
  border-top-color: var(--theme-font-color);
  font-size: 1.5rem;
}

.policy_text_listbox {
  margin-top: 20px;
}

.policy_text_listbox p {
  margin-bottom: 0;
}

.policy_text_listbox ul, .policy_text_listbox ol {
  padding-left: 3rem;
  margin-top: 8px;
}

ol.list_en li {
  list-style-type: lower-alpha;
}

p.policy_text_list_p {
  margin-top: 8px;
  padding-left: 2rem;
}

.policy_last_child {
  text-align: right;
}

ol.list_en {
  padding-left: 3rem;
}

@media (max-width: 767px) {
  h2.policy_h2 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .policy_text_listbox {
    margin-top: 15px;
  }
  .policy_text_listbox ul, .policy_text_listbox ol {
    padding-left: 2rem;
    font-size: 13px;
  }
  ol.list_en {
    padding-left: 2rem;
  }
  p.policy_text_list_p {
    padding-left: 1rem;
  }
}
/***20220922***/
ul.history_list li div span.history_list_stxt {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.75rem;
}

ul.history_list li div span.history_list_stxt.v_top {
  vertical-align: bottom;
  padding-bottom: 2px;
}

@media (max-width: 650px) {
  ul.history_list li div span.history_list_stxt.v_top {
    padding-bottom: 3px;
    font-size: 11px;
  }
}
/****20221005****/
.ceo_greeting {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

a.privacy_link {
  color: var(--theme-color);
}

/* 2026 共通設定 */
.section-common {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-common .section-header {
  padding-bottom: 32px;
}
.section-common .header-ttl-en {
  color: var(--theme-font-color);
  font-family: "Roboto";
  margin: 0;
  text-align: center;
}
.section-common .header-ttl {
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  color: #000;
}
.section-common .header-lead {
  padding-top: 20px;
  text-align: center;
  margin: 0;
}
.section-common .section-content picture {
  display: block;
}
.section-common .section-content picture img {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .section-common {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
  .section-common .section-header {
    padding-bottom: 64px;
  }
  .section-common .header-lead {
    padding-top: 32px;
  }
}
/*  home */
.home .main-visual {
  margin-left: -15px;
  margin-right: -15px;
}
.home .main-visual img {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .home {
    margin-left: 0;
    margin-right: 0;
  }
  .home .main-visual {
    padding-top: 104px;
    padding-bottom: 88px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background: url(./img/wave.png) no-repeat center center #eff4fb;
    background-size: cover;
    max-width: 100vw;
    width: auto;
  }
}
.home-bnrlist {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-bnrlist .bnrlist-item {
  margin: 0;
}
.home-bnrlist .bnrlist-item a {
  display: block;
}
.home-bnrlist .bnrlist-item a img {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .home-bnrlist {
    gap: 32px;
  }
}
.home .postListText_date {
  color: var(--theme-color);
}

.footer_contact_area .contact_r {
  border-radius: 200px;
}

.section-overview .ly-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-overview .txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-overview .txt .ttl {
  color: #000;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: var(--theme-font-color);
}
.section-overview .txt .lead {
  margin: 0;
}
.section-overview .txt .btns {
  display: flex;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.section-overview .txt .btn {
  margin: 0;
  padding: 0;
  flex: 1;
}
.section-overview .txt .btn a {
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: var(--theme-color);
  border-radius: 10px;
  color: #fff;
  gap: 8px;
  justify-content: center;
  padding: 12px 8px;
  line-height: 1.2;
}
.section-overview .txt .btn .ico {
  display: block;
  width: 24px;
}
.section-overview .txt .btn .ico img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .section-overview .ly-flex {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-overview .ly-flex picture,
  .section-overview .ly-flex figure {
    width: 54.5%;
    flex-shrink: 0;
  }
  .section-overview .txt {
    gap: 16px;
  }
  .section-overview .txt .ttl {
    font-size: 32px;
  }
  .section-overview .txt .lead {
    font-size: 17px;
  }
  .section-overview .txt .btns {
    margin-top: auto;
    padding-bottom: 12px;
  }
}
.section-beforeafter {
  background-color: #F4F7F9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-beforeafter .ttl {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: var(--theme-font-color);
  text-align: center;
}
.section-beforeafter dl {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 16px;
}
.section-beforeafter dl dt {
  display: none;
}
@media (min-width: 768px) {
  .section-beforeafter {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .section-beforeafter .ttl {
    font-size: 32px;
    margin-bottom: 48px;
  }
  .section-beforeafter dl {
    gap: 12px;
  }
  .section-beforeafter dl dt {
    display: block;
  }
}
.section-autofill {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-autofill .header-lead {
  text-align: left;
}
.section-autofill ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-autofill ul li {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .section-autofill {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-autofill .header-lead {
    text-align: center;
  }
  .section-autofill ul {
    gap: 48px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section-fullcloud {
  padding-bottom: 50px;
}
.section-fullcloud .fig {
  padding: 0 40px;
}
.section-fullcloud .ttl {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--theme-font-color);
  margin-bottom: 24px;
}
.section-fullcloud .ttl::after {
  display: none;
}
.section-fullcloud p {
  margin: 0;
}
.section-fullcloud .ly-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 24px;
}
.section-fullcloud picture {
  display: block;
}
.section-fullcloud picture + picture {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .section-fullcloud {
    padding-bottom: 180px;
  }
  .section-fullcloud .ly-flex {
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 52px;
  }
  .section-fullcloud .ly-flex .fig {
    padding: 0;
  }
  .section-fullcloud .ly-flex .ttl {
    font-size: 32px;
  }
  .section-fullcloud .ly-flex p {
    font-size: 17px;
  }
  .section-fullcloud .ly-flex + picture {
    padding: 0 50px;
  }
}
.section-chart .ttl {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--theme-font-color);
  margin-bottom: 20px;
  text-align: center;
}
.section-chart .ttl::after {
  display: none;
}
.section-chart p {
  margin: 0;
  margin-bottom: 20px;
}
.section-chart picture {
  display: block;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .section-chart .ttl {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .section-chart p {
    text-align: center;
    margin-bottom: 48px;
  }
  .section-chart picture {
    margin-bottom: 48px;
  }
  .section-chart picture + p {
    font-size: 17px;
    font-weight: bold;
  }
}
.section-faq {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F4F7F9;
  margin-bottom: -2em;
}
.section-faq .faq-area {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section-faq .faq-area details {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.section-faq .faq-area details summary {
  font-size: 16px;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  font-weight: bold;
  color: #000;
  list-style: none;
}
.section-faq .faq-area details summary::-webkit-details-marker {
  display: none;
}
.section-faq .faq-area details summary::before {
  content: "Q";
  color: var(--theme-color);
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.section-faq .faq-area details summary .cross {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-faq .faq-area details summary .cross::before {
  content: "";
  width: 16px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--theme-color);
  position: absolute;
}
.section-faq .faq-area details summary .cross::after {
  content: "";
  width: 16px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--theme-color);
  position: absolute;
  transform: rotate(90deg);
}
.section-faq .faq-area details[open] summary .cross::after {
  transform: rotate(0);
}
.section-faq .faq-area details p {
  margin: 0;
  padding-top: 1em;
  padding-left: 2em;
  position: relative;
}
.section-faq .faq-area details p::before {
  content: "A";
  color: var(--theme-color);
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  .section-faq {
    padding-top: 68px;
    padding-bottom: 100px;
    margin-bottom: -4em;
  }
  .section-faq .faq-area details summary,
  .section-faq .faq-area details p {
    font-size: 17px;
  }
  .section-faq .faq-area details summary .cross {
    transform: none;
  }
}
.productstitle {
  color: var(--theme-font-color);
}

.top_main_txt {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .top_main_txt {
    padding-top: 100px;
  }
}
.center-flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.center-flex input[type=submit] {
  width: 240px;
  padding: 16px 16px;
}

.post-password-required input[type=submit] {
  width: 240px;
  padding: 16px 16px;
  display: block;
  margin: 24px auto 0;
}/*# sourceMappingURL=style.css.map */