@charset "UTF-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.1
*/
/*_scss/style.scss をローカルで編集 → ローカルでコンパイル → 直下のstyle.css にコピペ */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*-- font-size --*/
html {
  font-size: 10px !important;
}

/*-- reset --*/
.site-footer-copyright p {
  font-size: 1.3rem;
}

.swiper-horizontal {
  display: none;
}

:root {
  --vk-mobile-nav-menu-btn-bg-src: url("https://onesecond-global.com/wp-content/uploads/2025/08/menu_btn.png");
  --vk-mobile-nav-menu-btn-close-bg-src: url("https://onesecond-global.com/wp-content/uploads/2025/08/close_btn.png");
  --wp--style--global--content-size: 100% !important;
}

body {
  border: none;
  margin: 0;
  padding: 0;
  background: #fcfcf6;
  /*-- base --*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a:hover {
  opacity: 0.7;
}

.container {
  padding: 0 0 30px 0 !important;
  width: 100% !important;
  max-width: unset;
}

section {
  width: 100%;
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.intro_section {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 600px;
  box-sizing: border-box;
}

p {
  margin: 0;
}

/*-- color --*/
.font_white {
  color: #fcfcf6 !important;
}

.font_black {
  color: #323232 !important;
}

.font_darkGray {
  color: #585755 !important;
}

/* background */
.bg_gray {
  background: #f0f0e6 !important;
}

.bg_darkGray {
  background: #585755 !important;
}

.bg_black {
  background: #323232 !important;
}

.bg_red {
  background: #d40037 !important;
}

/*-- ※ mobile first --*/
/*-- header --*/
.site-header {
  width: 100%;
  /*height: 5.5rem;*/
  box-shadow: none;
  padding: 2rem;
  background-color: #fcfcf6;
}
.site-header-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 !important;
}
.site-header-logo {
  padding-top: 0;
  margin-bottom: 0;
  max-width: 390px;
}

.header_scrolled .site-header,
.scrolled .site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(252, 252, 246, 0.9) !important;
}

.header_scrolled .site-header-logo,
.scrolled .site-header-logo {
  display: block !important;
  z-index: 10000 !important;
}

/*-- mobile_menu --*/
.vk-mobile-nav {
  background-color: #fcfcf6 !important;
  transition: transform 2s linear;
  width: 0;
  overflow: hidden;
  width: 55%;
  right: 0;
  padding: 4.5rem 2.2rem;
}
.vk-mobile-nav nav > ul {
  border: none !important;
  margin-top: 2rem;
  margin-bottom: 4rem;
  width: 100%;
}
.vk-mobile-nav nav > ul::after {
  content: "";
  background-image: url(https://onesecond-global.com/wp-content/uploads/2025/08/one_second_global.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 30px;
  display: block;
}
.vk-mobile-nav nav > ul li a {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0;
  margin-bottom: 3rem;
  color: #585755;
  border: none !important;
  position: relative;
  display: block;
  width: 78%;
}
.vk-mobile-nav nav > ul li a::after {
  content: "";
  background: url(https://onesecond-global.com/wp-content/uploads/2025/08/arrow.png);
  margin-left: 4rem;
  background-size: contain;
  margin-left: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 1rem;
  display: block;
  background-repeat: no-repeat;
}

.vk-mobile-nav-menu-btn {
  top: 2.5rem;
  right: 2rem !important;
  left: unset !important;
  border: none !important;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain !important;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none !important;
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat transparent;
}

/* オーバーレイ */
.vk-mobile-nav-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* オーバーレイ表示状態 */
.vk-mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/*-- contents --*/
/* 見出し */
h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-bottom: 1.5rem;
}

.h2_sub {
  height: 3.2rem !important;
  margin-bottom: 4rem !important;
  display: flex;
}
.h2_sub img {
  height: 100% !important;
  width: auto !important;
  max-width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  align-items: center;
  display: block;
}

h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #585755;
  line-height: 3.36rem;
  margin-bottom: 2.6rem !important;
}

.h3_sub {
  font-size: 1.5rem;
  font-weight: 500;
  color: #323232;
  margin-bottom: 0.85rem !important;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

/*- 1st section -*/
.logo_circle {
  width: 35%;
  max-width: 18rem;
  margin: 0 auto 3rem;
}

.intro_txt .intro_ttl {
  font-size: 2.3rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.4rem !important;
  line-height: 1 !important;
}
.intro_txt .contents_txt {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: justify;
}
.intro_txt .contents_txt br {
  display: none;
}

.contents_txt_small {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: justify;
  max-width: 510px;
}

/*- 2nd section -*/
.wp-block-columns.column_box_wrap {
  max-width: none !important;
  width: 100%;
}
.wp-block-columns .wp-block-column.column_box {
  border-radius: 1rem;
}
.wp-block-columns .wp-block-column.column_box.box {
  background-color: #fff !important;
  padding: 2rem !important;
}
.wp-block-columns .wp-block-column.column_box .box_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap !important;
  gap: 0 !important;
}
.wp-block-columns .wp-block-column.column_box .box_top_wrap,
.wp-block-columns .wp-block-column.column_box .box_top_img {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.wp-block-columns .wp-block-column.column_box .box_top_wrap > .wp-block-image > img,
.wp-block-columns .wp-block-column.column_box .box_top_img > .wp-block-image > img {
  width: 16.8vw !important;
  max-width: 9rem;
}
.wp-block-columns .wp-block-column.column_box .partner-logo {
  width: 136px;
  height: auto;
  margin-left: auto;
}

/*- 3rd section -*/
.company-wrapper {
  margin: 0 auto;
  padding: 2rem;
  color: #fff;
}
.company-wrapper .company_section_ttl,
.company-wrapper .company_block {
  display: block;
  margin-left: 0 !important;
}
.company-wrapper .company_block .about_table {
  margin-bottom: 4rem !important;
}
.company-wrapper .company_block .about_table tr td {
  padding: 0.5rem 0 0.5rem 20px;
  font-size: 1.5rem;
  font-weight: 500;
  vertical-align: top;
}
.company-wrapper .company_block .about_table tr td:first-of-type {
  padding: 0.5rem 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.company-wrapper .company_block .ceo_box.flex_box {
  display: flex !important;
  flex-direction: row;
  gap: 20px;
}
.company-wrapper .company_block .ceo_box.flex_box .flex_img {
  flex-basis: 40%;
}
.company-wrapper .company_block .ceo_box.flex_box .flex_txt {
  flex-basis: 60%;
}

/* 表示切替 */
.name_pc {
  display: none;
}

.name_sp {
  display: block;
}

/*- 4th section -*/
.form-group {
  max-width: 100rem;
  margin: 0 auto 3rem;
}
.form-group label {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: 500;
  color: #585755;
  margin-bottom: 1rem;
}
.form-group .required-mark {
  color: #fff;
  font-size: 1.4rem;
  margin-left: 0.9rem;
  padding: 0.25rem 0.5rem;
  background: #d40037;
}

.form-submit input[type=submit] {
  width: 25rem;
  height: 5rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  background: #585755;
  border-radius: 1rem;
  margin: auto;
  justify-content: center;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  font-size: 1.5rem;
  border: none !important;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  width: 100%;
  height: 35px;
  color: #323232 !important;
  background-color: #fff;
}

textarea {
  height: 15rem;
  margin-bottom: 1rem;
}

/*- footer section -*/
.footer_section {
  width: 100%;
  box-sizing: border-box;
  padding: 4rem 2rem;
}
.footer_section .inner {
  display: block;
  gap: 2rem;
}
.footer_section .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column.flex_img {
  flex-basis: auto;
}
.footer_section .footer_logo {
  width: 130px;
}
.footer_section .address {
  margin-top: 2rem;
  padding-left: 0;
  border-left: none;
}
.footer_section .address .footer_ttl,
.footer_section .address .footer_txt {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
.footer_section .wp-block-button__link {
  background-color: transparent;
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
}
.footer_section .flex_box {
  /*gap: 0 !important;*/
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer_section .flex_box .flex_txt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.footer_section .flex_box .flex_txt a {
  text-decoration: none !important;
  text-align: center;
}
.footer_section .flex_box .flex_txt a:hover {
  text-decoration: none !important;
  opacity: 0.7 !important;
}

@media (min-width: 782px) {
  .sp_only {
    display: none;
  }
  /* contents */
  .inner {
    padding: 0 40px;
    max-width: 1440px;
    margin: auto;
  }
  /*  2nd section */
  /* 2列に */
  .wp-block-columns.column_box_wrap {
    flex-wrap: wrap !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 1vw !important;
    justify-content: space-between;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column {
    flex-basis: 49.4% !important;
    max-width: 49.4% !important;
    flex-grow: 0 !important;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column .box_top_img > .wp-block-image > img {
    width: 6vw !important;
  }
  :root :where(.is-layout-flex) {
    gap: 18px;
  }
  /* 3rd section */
  .company-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    /* 表示切替 */
  }
  .company-wrapper .company_block > .wp-block-group,
  .company-wrapper .company_block > .wp-block-table,
  .company-wrapper .company_block > .ceo_box {
    display: block;
  }
  .company-wrapper .company_block > .wp-block-group.flex_box,
  .company-wrapper .company_block > .wp-block-table.flex_box,
  .company-wrapper .company_block > .ceo_box.flex_box {
    flex-direction: row-reverse;
  }
  .company-wrapper .company_block .about_table {
    margin-bottom: 6rem !important;
  }
  .company-wrapper .company_block .about_table tr td {
    font-size: 2rem;
  }
  .company-wrapper .company_block .about_table tr td:first-of-type {
    font-size: 1.7rem;
  }
  .company-wrapper .name_pc {
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .company-wrapper .name_sp {
    display: none;
  }
  /* footer */
  .footer_section .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    position: relative;
  }
  .footer_section .inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    background: #000;
    transform: translateX(-50%);
    left: 42%;
    transform: translateY(-50%);
    height: 150px;
    top: 50%;
  }
  .footer_section .flex_box {
    flex: 1;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .footer_section .flex_box .flex_txt {
    flex-basis: 37vw !important;
    max-width: 316px;
  }
  .footer_section .flex_box .flex_txt p {
    text-align: left;
  }
  .footer_section .flex_box .flex_txt p a {
    text-align: left;
  }
  .footer_section .flex_box .flex_img {
    flex-basis: 100% !important;
  }
  .footer_section .footer_logo {
    width: auto;
    max-width: 180px;
  }
  .footer_section .address {
    flex: 1;
    margin-top: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  /* メニュー折り畳み終了 */
  /* header */
  .header_scrolled .site-header .global-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }
  .global-nav .global-nav-list > li .global-nav-name {
    font-size: 2rem;
    font-weight: 600;
  }
  section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .h2_sub {
    margin-bottom: 10rem !important;
  }
  /* 1st section */
  .intro {
    padding: 12rem 0;
  }
  .intro .inner .intro_box {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 10.7%;
  }
  .intro .inner .logo_circle {
    max-width: 316px;
    min-width: 20rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 5.55vw !important;
  }
  .intro .inner .logo_circle img {
    width: 100%;
    height: auto;
    display: block;
  }
  .intro .inner .intro_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: left;
    justify-content: center;
    min-width: 500px;
  }
  .intro .inner .intro_txt .intro_ttl {
    margin-left: 0 !important;
    font-size: 3.5rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .intro .inner .intro_txt .contents_txt {
    margin-left: 0 !important;
  }
  .intro .inner .intro_txt .contents_txt br {
    display: inline-block;
  }
  /*- 4th section -*/
  .form-group {
    margin: 0 auto 8rem;
  }
  .form-group label {
    font-size: 3rem;
    margin-bottom: 1.6rem;
  }
  .form-group .required-mark {
    font-size: 1.8rem;
    vertical-align: bottom;
  }
  .form-submit input[type=submit] {
    width: 30rem;
    height: 8rem;
    font-size: 3rem;
  }
  input[type=date],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  select,
  textarea {
    font-size: 2rem;
    height: 65px;
  }
  textarea {
    height: 30rem;
  }
  /* footer */
  .footer_section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .footer_section .flex_box .flex_txt {
    text-align: left;
    font-size: 2.4rem;
  }
  .footer_section .address .footer_ttl {
    font-size: 4rem;
  }
  .footer_section .address .footer_txt {
    font-size: 2.6rem;
  }
  .footer_section .footer_logo {
    max-width: 230px;
  }
}
@media (min-width: 1310px) {
  h2 {
    font-size: 1.8rem;
  }
  .h2_sub {
    height: 4rem !important;
  }
  .intro .inner .intro_txt .intro_ttl {
    font-size: 4rem;
  }
  .intro .inner .contents_txt {
    font-size: 1.8rem;
  }
  /* 2nd_section */
  /* 3カラム */
  .wp-block-columns.column_box_wrap {
    max-width: none !important;
    width: 100%;
    justify-content: space-between;
    gap: 8px !important;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column {
    flex-basis: 32.9% !important;
    max-width: 32.9% !important;
    flex-grow: 0 !important;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column.column_box.box {
    padding: 7.5rem 4rem 4.5rem !important;
    box-sizing: border-box;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column.column_box .box_top {
    flex-direction: row;
    flex-direction: column-reverse;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column.column_box .box_top_img {
    margin: 0 auto 6rem;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column.column_box .box_top_img .wp-block-image > img {
    width: unset !important;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column.column_box .box_top h3 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 5rem !important;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column.column_box .box_top h3 br {
    display: none;
  }
  .wp-block-columns.column_box_wrap > .wp-block-column.column_box .box_top .h3_sub {
    font-size: 1.7rem;
  }
  /* 3rd section */
  .company-wrapper .company_block {
    /* 表示切替 */
  }
  .company-wrapper .company_block .contents_txt_small {
    font-size: 1.6rem;
  }
  .company-wrapper .company_block .about_table tr td {
    font-size: 2.8rem;
  }
  .company-wrapper .company_block .about_table tr td:first-of-type {
    font-size: 2.8rem;
  }
  .company-wrapper .company_block .name_pc {
    font-size: 3rem;
  }
}/*# sourceMappingURL=style.css.map */