/*
Theme Name: real-holdings.co.jp
*/

-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}
html {
    margin-top: 0px !important;
    scroll-behavior: smooth;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

li {
  font-size: 16px;
}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}
main {
    overflow: hidden;
}
.wrap {
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
#wpadminbar {
    display: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#000;text-decoration:none;}
a:hover{color:#000;}
a:active, a:focus {outline:0;}

a {
    transition: 0.4s;
}
a:hover {
    opacity: 0.6;
}
img {
    width: 100%;
    display: block;
    height: auto;
}
h2.ttl {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
}
h2.ttl span.en {
    font-size: 56px;
    display: block;
    line-height: 1;
    margin-bottom: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
h2.ttl span.jp {
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
}
h3.ttl span.en {
    font-size: 40px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
h3.ttl span.jp {
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1;
}
small {
  font-size: 16px;
}
.link_btn01 {
    margin-top: 40px;
    position: relative;
    z-index: 10;
}
.link_btn01 a {
    font-weight: bold;
    border: 1px solid;
    padding: 16px 70px;
    display: inline-block;
    text-align: center;
    margin-bottom: 1px;
}
.link_btn01 a:hover {
    color: #fff;
    border-color: #003d8d;
    background-color: #003d8d;
    opacity: 1;
}
.link_btn02 {
    margin-top: 40px;
    position: relative;
    z-index: 10;
    text-align: center;
}
.link_btn02 a {
    font-weight: bold;
    border: 1px solid;
    padding: 16px 70px;
    /* border-radius: 40px; */
    display: inline-block;
    text-align: center;
}
.link_btn02 a:hover {
    color: #fff;
    border-color: #003d8d;
    background-color: #003d8d;
    opacity: 1;
}
ul.flex_box {
    display: flex;
    flex-wrap: wrap;
}
section.bk_cl {
    background-color: #f2f7f9;
    padding-top: 100px;
    margin-bottom: 100px;
}
/* 全体
------------------------------------------------------------*/
.sp{
  display: none;
}
.kvsp{
  display: none;	
}
.inn1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.inn960px {
    max-width: 960px;
    margin: 0 auto;
}
.bx {
    overflow: hidden;
}
.lbx {
    float: left;
}
.rbx {
    float: right;
}
section {
    padding-bottom: 100px;
}

.of_hd {
    overflow: hidden;
}
.table_list table{
    width: 100%;
}

header {
    width: 100%;
    padding: 10px 20px 0;
    overflow: hidden;
    position: fixed;
    z-index: 100;
}
.header {
    /* position: sticky; */
    top: 0;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.scrolled {
    background-color: #ffffffc2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.home section.page_top_area {
    display: none;
}
.kv {
    position: relative;
    z-index: 10;
}
video {
    width: 100%;
}
.logo_area {
    width: 230px;
    float: left;
}
.logo_area img.logo {
    width: 90%;
    height: auto;
}
nav.pc {
    float: right;
}
.pcnavi_inner {
    padding: 24px 0px;
}
.pcnavi_inner ul {
    display: flex;
}
.pcnavi_inner ul li {
    margin-left: 40px;
}
nav li a {
    font-weight: bold;
    display: block;
}
nav li a:hover {
    color: #003d8d;
}
section.top_message {
    position: relative;
    margin-bottom: 80px;
}
/*************
/* テキストループ
*************/
.marquee {
    width: 100%;
    /* overflow: hidden; */
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee-animation 30s linear infinite;
    color: #f2f7f9;
    font-size: 195px;
    font-family: "Noto Serif JP", serif;
    font-weight: 100;
    line-height: 1;
}
@keyframes marquee-animation {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

section.kv {
    padding-bottom: 0;
}

section.top_company {
    background-color: #f2f7f9;
    padding-top: 100px;
}

.com_list_area ul.flex_box li {
    flex: 49%;
    max-width: 49%;
    margin-right: 2%;
    margin-bottom: 24px;
}
.com_list_area ul.flex_box li:nth-child(2n){
    margin-right: 0;
}
.com_list_area ul.flex_box li:nth-child(n + 3){
    margin-bottom: 0;
}
.com_list_area ul.flex_box li a {
    position: relative;
}
.com_list_area ul.flex_box li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.com_list_area ul.flex_box li a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #003e8c8c;
    width: 100%;
    color: #fff;
    padding: 8px 16px;
}
.com_list_area ul.flex_box li a img {
    aspect-ratio: 59 / 26;
    object-fit: cover;
    object-position: bottom;
}


.top_news .lbx {
    width: 30%;
}
.top_news .rbx {
    width: 70%;
}




.business_list_area ul.flex_box li {
    flex: 24%;
    max-width: 24%;
    margin-right: 1%;
    margin-bottom: 16px;
}
.business_list_area ul.flex_box li:nth-child(2n){
}
.business_list_area ul.flex_box li:nth-child(n + 3){
}
.business_list_area ul.flex_box li a {
    position: relative;
}
.business_list_area ul.flex_box li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.business_list_area ul.flex_box li a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #003e8c8c;
    width: 100%;
    color: #fff;
    padding: 8px 16px;
}
.business_list_area ul.flex_box li a img {
    aspect-ratio: 59 / 26;
    object-fit: cover;
    object-position: bottom;
}




section.top_works {
    padding-top: 100px;
}
/*====================================================================
slick
====================================================================*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.kunoji-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 50px;
    line-height: 1;
    border: none;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
    z-index: 10;
}

.slick-prev.kunoji-arrow {
  left: -60px;  /* ← 位置は調整可能 */
}

.slick-next.kunoji-arrow {
  right: -60px;
}

ul.slick-dots {
    display: none !important;
}
h3.ttl02 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-top: 8px;
}
.feature_img {
    margin-top: 50px;
}
section.top_feature {
    background-color: #f2f7f9;
    padding-top: 100px;
}
section.top_group {
    padding-top: 100px;
}
.group_area ul {
    display: flex;
    flex-wrap: wrap;
}
.group_area ul li {
    flex: 49.5%;
    max-width: 49.5%;
    margin-right: 1%;
}
.group_area ul li:nth-child(2) {
    margin-right: 0;
}
.group_area ul li a {
    border: 1px solid #ccc;
    padding: 40px 190px;
    display: block;
    height: 100%;
}
.group_area ul li a:hover {
    background-color: #f2f7f9;
}
.group_area ul li a img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}
section.top_news {
    /* background-color: #f2f7f9; */
    padding-top: 100px;
}
ul.news_list li{
	margin-bottom: 16px;
}
ul.news_list li:last-child{
	margin-bottom: 0px;
}
ul.news_list li a {
    display: inline-block;
}
ul.news_list li a time {
    font-weight: bold;
    margin-right: 16px;
    color: #003e8c;
}
.in_b {
    display: inline-block;
}
.in_b:has(time) {
}
section.top_recruit {
    padding-top: 100px;
    position: relative;
    margin-bottom: 100px;
}




footer {
    padding-bottom: 100px;
    padding-top: 100px;
    border-top: 1px solid #cbd6e5;
}
footer .rbx {
    padding-top: 100px;
}
.ft_logo {
    width: 200px;
    margin-bottom: 20px;
}
span.add {
    display: block;
    margin-bottom: 8px;
}
.ft_nav01 ul,.ft_nav02 ul{
	display:flex;
}
.ft_nav01{
	margin-bottom: 8px;
}
footer li {
    margin-right: 16px;
}
footer li:after {
    content: '/';
    margin-left: 16px;
}
footer li:last-child{
    margin-right: 0;
}
footer li:last-child:after {    
    display: none;
}
footer li a {
    font-weight: 400;
}
.ft_nav02 {
    display: none;
}
small {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    text-align: right;
    font-weight: 400;
}






/*************
/* ハンバーガーメニュー
*************/
.el_humburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
}

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}
.sns {
    margin-top: 40px;
}
.sns img {
    width: 30px;
}
.sns a {
    display: inline-block;
    float: right;
}

.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #003d8d;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #407bb2;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 3;
    padding: 80px 40px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
}

.js_humburgerOpen .navi {
  transform: translateZ(0) translateX(0);
}

.navi_item {
    position: relative;
    font-size: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}
.navi_item.op_innerLink {
  cursor: pointer;
}

.el_spChildNavOpen {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 10px;
}

.js_openParent.js_fire>.el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js_openParent.js_fire>.el_spChildNavOpen>.el_spChildNavOpen_wrapper:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.el_spChildNavOpen_wrapper:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  position: absolute;
  top: calc(50% - 1px);
}

.el_spChildNavOpen_wrapper:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111;
  position: absolute;
  left: calc(50% - 1px);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.nav_child {
  padding-top: 20px;
}

.nav_child_item {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.nav_child_item > a {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* top: 0; */
}

.nav_child_item:last-child {
  margin-bottom: 0px;
}

.js_openSwitch {
  cursor: pointer;
}

.js_openTarget {
  display: none;
}

/*News 一覧・詳細
==============================================================*/
section.page_top_area {
    padding-top: 104px;
    position: relative;
    overflow: hidden;
}
img.header_back_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.2;
}



section.news_page {
    padding-top: 100px;
}
ul.news_list {
    margin-bottom: 80px;
}
ul.news_list li a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 16px;
}
section.top_news .link_btn02 a {
    float: right;
}
section.page_top_area h1.page_ttl {
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}
.time_area {
    margin-bottom: 8px;
}
h2.ttl02 {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    margin-bottom: 50px;
}
.detail h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cbd6e5;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.detail h4 {
    font-weight: bold;
    margin-bottom: 16px;
}

/*NEWS 一覧・詳細
==============================================================*/

.sign_area {
    float: right;
}
.sign_area span{
    display: block;
}
span.name01 {
    font-size: 14px;
}
span.name02 {
    font-size: 40px;
    font-family: "Yuji Syuku", serif;
    line-height: 1;
}
section.company_page .table_list th {
    width: 30%;
}


/*Company 
==============================================================*/
section.company_page.com_first {
    padding-top: 100px;
}
section.company_page .table_list th {
    width: 30%;
}
section.company_page .table_list td {
    width: 70%;
}
section.company_page .table_list th, section.company_page .table_list td {
    border: 1px solid #ccc;
    padding: 24px;
    vertical-align: middle;
}
.map_area {
    position: relative;
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
}
.map_area iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*Business 
==============================================================*/
section.business_page .lbx {
    width: 40%;
}
section.business_page .rbx {
    width: 60%;
    padding-left: 5%;
}
section.business_page {
    padding-top: 100px;
}
article section.business_page:nth-of-type(odd){
background-color: #f2f7f9;
}
section.business_page .lbx img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}




/*Works一覧 
==============================================================*/
section.works_page {
    padding-top: 100px;
}
ul.works_list {
    display: flex;
    flex-wrap: wrap;
}
ul.works_list li {
    flex: 31.33333%;
    max-width: 31.33333%;
    margin-right: 3%;
    margin-bottom: 32px;
}
ul.works_list li:nth-child(3n){
    margin-right: 0;
}



/*Contact 
==============================================================*/
section.contact_page {
    padding-top: 100px;
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
    /* display: block; */
    margin-top: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
    margin-top: 0;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #003d8d;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}


/*privacy-policy 
==============================================================*/
section.privacy_page {
    padding-top: 100px;
}
.privacy-policy section li {
    list-style: auto;
    list-style-position: inside;
}
.privacy-policy section ol{
    margin: 24px 0;    
}
.privacy-policy section ol > li > ol{
    padding-left: 24px;
    margin: 24px 0;
}

/*============================================================================================

~1366px

===============================================================================================*/
@media screen and (max-width:1366px){
small {
    font-size: 14px;
}
li{
    font-size: 14px;
}
address {
    font-style: inherit;
    font-size: 14px;
}
}



/*============================================================================================

~1200px

===============================================================================================*/
@media screen and (max-width:1200px){
  .inn1200 {
    padding: 0 20px;
}
h2.ttl span.en {
    font-size: 48px;
}
h2.ttl span.jp {
    font-size: 16px;
}
h3.ttl span.en {
    font-size: 32px;
}
h3.ttl span.jp {
    font-size: 14px;
}
section.page_top_area h1.page_ttl {
    font-size: 60px;
}
h2.ttl02 {
    font-size: 24px;
}

h3.ttl02 {
    font-size: 16px;
}
}


/*============================================================================================

~1080px

===============================================================================================*/
@media screen and (max-width:1080px){

.inn960px {
    padding: 0 20px;
}
}

/*============================================================================================

~960px

===============================================================================================*/
@media screen and (max-width:960px){
.sp{
  display: block;
}
.pc{
	display: none;
}
header {
        margin-bottom: 0;
        height: 60px;
        padding: 10px 0 10px 20px;
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        background-color: #ffffffd4;
    }
.logo_area {
    float: left;
}
.logo_area img.logo {
    width: auto;
    height: 40px;
}
footer .rbx, footer .lbx {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
footer .rbx .ft_nav01 {
    display: none;
}
.ft_nav02 {
    display: block;
}
footer .ft_nav02 li{
    margin-right: 0;
}
footer .ft_nav02 li:after {
    display: none;
}
footer .rbx .ft_nav02 .menu {
    justify-content: center;
    margin-top: 16px;
}
small {
        margin-top: 20px;
        text-align: center;
    }
.ft_logo {
    width: 200px;
    margin-bottom: 20px;
    margin: 0 auto 20px;
}
footer {
    padding-bottom: 20px;
    padding-top: 50px;
}
nav li a {
    font-weight: bold;
    padding: 30px 0;
    display: block;
    border-bottom: 1px solid #cbd6e5;
}
section.page_top_area {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
ul.works_list li {
    flex: 48%;
    max-width: 48%;
    margin-right: 4%;
}
ul.works_list li:nth-child(3n){
    margin-right: 4%;
}
ul.works_list li:nth-child(2n){
    margin-right: 0;
}
}


/*============================================================================================

~768px

===============================================================================================*/
@media screen and (max-width:768px){
section {
    padding-bottom: 70px;
}
section.company_page.com_first {
    padding-top: 70px;
}
section.privacy_page {
    padding-top: 70px;
}
section.works_page {
    padding-top: 70px;
}
section.news_page {
    padding-top: 70px;
}
ul.news_list {
    margin-bottom: 70px;
}
section.contact_page {
    padding-top: 70px;
}
section.bk_cl {
        background-color: #f2f7f9;
        padding-top: 70px;
        margin-bottom: 70px;
    }
section.top_news h2.ttl {
        margin-bottom: 40px;
    }
.top_news .lbx, .top_news .rbx {
    width: 100%;
    float: none;
}
section.top_news .link_btn02 a {
    float: none;
}
h2.ttl {
    margin-bottom: 70px;
}
.in_b {
    display: block;
}
.com_list_area ul.flex_box li {
    flex: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.com_list_area ul.flex_box li:nth-child(n + 3) {
    margin-bottom: 30px;
}
.com_list_area ul.flex_box li:last-child{
	margin-bottom: 0;
}

.link_btn01 {
    text-align: center;
}
.business_list_area ul.flex_box {
        justify-content: space-between;
    }
.business_list_area ul.flex_box li {
    flex: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.business_list_area ul.flex_box li:nth-child(n + 3) {
    margin-bottom: 30px;
}
.business_list_area ul.flex_box li:last-child{
    margin-bottom: 0;
}
.business_list_area ul.flex_box li {
    flex: 48%;
    max-width: 48%;
}


ul.news_list li a time {
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
}
ul.news_list li {
    margin-bottom: 24px;
}
section.top_news {
    padding-top: 70px;
}
section.top_recruit {
    padding-top: 70px;
    margin-bottom: 70px;
}
section.top_group {
    padding-top: 70px;
}
section.top_feature {
    padding-top: 70px;
}
section.top_works {
    padding-top: 70px;
}
section.top_company {
    padding-top: 70px;
}
section.top_message {
    margin-bottom: 70px;
}
.slick-next.kunoji-arrow {
    right: -30px;
}
.slick-prev.kunoji-arrow {
    left: -30px;
}
.marquee p {
    font-size: 65px;
}
.group_area ul {
    display: block;
    flex-wrap: wrap;
}
.group_area ul li {
        max-width: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 16px;
    }
    .group_area ul li a {
        border: 1px solid #ccc;
        padding: 16px 30%;
        display: block;
        height: auto;
    }
.group_area ul li a img {
    height: auto;
    width: 100%;
}
section.company_page .table_list th, section.company_page .table_list td {
    display: block;
    width: 100%;
    border-bottom: 0;
}
section.company_page .table_list table tr:last-child td{
    border-bottom: 1px solid #ccc;
}
section.business_page {
    padding-top: 70px;
}
section.business_page .lbx,section.business_page .rbx{
    float: none;
    width: 100%;
    padding: 0;
}
section.business_page .rbx{
    margin-top: 30px;
}




  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }


}


/*============================================================================================

~480px

===============================================================================================*/
@media screen and (max-width:480px){
.kvsp{
  display: block;	
}
.kvpc{
  display: none;	
}
.com_list_area ul.flex_box li a img {
    aspect-ratio: 16 / 9;
}


.business_list_area ul.flex_box li a img {
    aspect-ratio: 16 / 9;
}

ul.works_list li {
    flex: 100%;
    max-width: 100%;
    margin-right: 0;
}
ul.works_list li:nth-child(3n){
    margin-right: 0;
}
}




