@charset "utf-8";
/*
Theme Name: LIQUID CORPORATE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-corporate
Version: 9999
*/
/* Child Styles */




/* ------------------------------------
// common
------------------------------------ */

* p , * ul , * figure , * h1 , * h2 , * h3 , * h4 {
	margin-bottom:0;
}

* ul {
	padding-left:0;
	list-style-type:none;
}

body {
    font-family: "Noto Sans", sans-serif;
	line-height: 1.8;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

.breadcrumb {
	border-top: none !important;
	border-bottom: none !important;
	background-color: inherit;
	margin-bottom: 0;
	padding: 0;
    justify-content: flex-end;
}

.mainarea , .post_meta {
    margin-bottom: 0;
}

.post_body {
    padding-bottom: 0;
    margin-bottom: 0;
}

.pagetop a {
	bottom: 6rem !important;
}


/*------------------------------
//
header.php
//
-------------------------------*/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    padding-left: 100px;
    white-space: nowrap;
}

header h1 a {
    display: flex;
    align-items: center;
    gap:10px;
}

header h1 a {
    font-size: 2vw;
}

header h1 a > img {
    width: 50px;
}

header h1 a div {
    display: flex;
    align-items:baseline;
}

header h1 a div > span {
    font-size: 1.25vw;
}



#head_wrap {
    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

/* ------------------------------------
// header.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    header {height: 80px;padding: 15px;}
    header h1 {padding-left:0;}
    header h1 a {font-size: 24px;}
    header h1 a div > span {font-size: 14px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}








/*------------------------------
//
グローバルナビ
//
-------------------------------*/

.nav-wrapper {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pcnav {
    width: 80%;
}

.pcnav ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.pcnav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 0.9vw;
    color: rgb(0,0,0);
    font-weight: bold;
}

.navlast {
    display: flex;
    gap:0;
}

.pcnav li:last-child a:first-child {
    background-color: rgb(253, 221, 0);
    padding: 25px 15px;
    width: 150px;
    text-align: center;
    color: #000 !important;
}

.pcnav li:last-child a:first-child:visited {
    color: #000 !important;
}

.pcnav li:last-child a:last-child {
    background-color: rgb(0, 0, 0);
    padding: 25px 15px;
    color: rgb(255, 255, 255) !important;
    width: 150px;
    text-align: center;
}


.pcnav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: rgb(100,90,60);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.pcnav a:hover::after {
  transform: scale(1, 1);
}

.pcnav li:last-child a:hover::after {
    transform: scale(0, 0) !important;
  }

.pcnav a:active {
    color: rgb(63,51,15);
    opacity: 0.7;
}

.pcnav a:visited {
	color: rgb(63,51,15) !important;
}

.pcnav li:last-child a:visited {
    color: #fff !important;
}

.header {
	left: 0;
	top: 0;
	width: 100%;
	display:none;
}

.global-nav {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	padding-top: 100px;
	background-color: rgba(0,0,0,.8);
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; 
}

.hamburger {
	position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 300;
    background-color: rgb(253,221,0);
    padding: 16px;
}

.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
    transform: rotate(0.03deg);
}

.global-nav__item {
	padding: 0 14px;
}

.global-nav__item a {
	display: block;
    padding: 20px 10px;
    text-decoration: none;
    color: #fff !important;
    border-bottom: 1px solid;
}

.global-nav__item a:visited {
    color: #fff !important;
}

.global-nav__item a:hover {
	background-color: #fddd00;
    color: #000;
}

.hamburger__line {
	position: absolute;
	width: 48px;
	height: 2px;
	background-color: #000;
	transition: all .6s;
}

.hamburger__line--1 {
	top: 22px;
}

.hamburger__line--2 {
	top: 39px;
}

.hamburger__line--3 {
	top: 56px;
}


/* 表示された時用のCSS */
.nav-open .global-nav {
	right: 0;
}

.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
}

.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 20px;
}

.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 20px;
}

.navbar {
	border-bottom:none;
	padding:0;
}


.global-nav__item h2 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 25px;
}

.global-nav__item a {
    font-size: 16px;
}





/* ------------------------------------
// グローバルナビ @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .nav-wrapper {top:0;background-color: inherit;}
    .nav_sns {display: none;}
    .pcnav {width:100%;}
    .header {display:block;position: fixed;}
	.pcnav {display:none;}
    .nav-wrapper {box-shadow:none !important;width: 0;}
    .nav-open .hamburger__line--1 {top: 35px;}
    .nav-open .hamburger__line--3 {top: 35px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}















/* ------------------------------------
// トップページ
------------------------------------ */

#index_cover {
    position: relative;
    top: 80px;
    margin-bottom: 80px;
    z-index: 1;
}

#index_cover figure {
    margin-left: 100px;
}

#index_cover h2 {
    position: absolute;
    left: 10%;
    top: 25%;
    font-size: 3vw;
    font-weight: 800;
}

#index_cover h2 > span {
    display: block;
    background-color: rgb(255, 255, 255);
    padding: 15px;
}

#index_cover h2 > span:last-child {
    margin-top: 25px;
}



#index_about_wrap {
    background-image: url(img/index_about_back.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -150px;
    padding: 250px 100px 100px;
}

.index_about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    position: relative;
    padding-left: 100px;
}

.index_about div {
    width: 40%;
}

.index_about div h2 {
    font-weight: 700;
    line-height: 1.7;
    font-size: 2vw;
}

.index_about div p {
    margin-top: 50px;
    text-align: justify;
}

.index_about div a {
    margin-left: auto;
}

.index_about div a:visited {
    color: #fff;
}

.index_about figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
}



.btn001 {
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    transition: all 0.3s ease;
    width: 290px;
    font-size: 16px;
    margin-top: 50px;
    min-width: 250px;
    font-weight: 600;
}

.btn001 span {
    position: relative;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.btn001 span::before, .btn001 span::after {
    content: "";
    position: absolute;
    right: -3px;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.btn001 span::before {
    top: 3px;
    transform: rotate(-45deg);
}

.btn001 span::after {
    bottom: 3px;
    transform: rotate(45deg);
}

.btn001:hover {
    color: #000 !important;
    background-color: rgb(253, 221, 0);
}

.btn001:hover span {
    background-color: #000;
}

.btn001:hover span::before, .btn001:hover span::after {
    background-color: #000;
}



.news_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 200px;
    margin-top: 100px;
}

.news_ttl {
    width: 30%;
}

.news_ttl span {
    color: rgb(253, 221, 0);
    font-weight: 800;
    font-size: 20px;
}

.news_ttl h2 {
    font-size: 2vw;
    font-weight: 800;
}

.news_article {
    width: 70%;
}

.news_btn a {
    margin-left: auto;
    color: #fff;
}

.news_btn a:visited {
    color: #fff;
}

.news_posts {
    margin-top: 0 !important;
}





.parallax_content {
    display: flex;
    height: 800px;
    align-items: center;
    background-attachment: fixed;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.img_bg_01 {
  background-image: url(img/index_service.jpg);
  background-position: center top;
}




.index_servicetop {
    margin-top: 100px;
}

#index_servicewrap {
    background-color: rgb(253, 221, 0);
    margin-top: 100px;
    position: relative;
}

.index_service {
    background-image: url(img/index_service-back.jpg);
    background-repeat: no-repeat;
    position: relative;
    top:-100px;
    padding: 200px 0 100px 200px;
}

.index_service div {
    width: 30%;
}

.index_service div span {
    color: rgb(253, 221, 0);
    font-weight: 800;
    font-size: 20px;
}

.index_service div h2 {
    font-size: 2vw;
    font-weight: 800;
    color: rgb(255, 255, 255);
}

.index_service div p {
    margin-top: 50px;
    text-align: justify;
    color: rgb(255, 255, 255);
}

#index_servicewrap figure {
    position: absolute;
    right: 100px;
    top: 50px;
    width: 50%;
}



.btn002 {
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #000;
    color: #000;
    background-color: rgb(253, 221, 0);
    transition: all 0.3s ease;
    width: 290px;
    font-size: 16px;
    margin-top: 50px;
    min-width: 250px;
    font-weight: 600;
}

.btn002 span {
    position: relative;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #000;
    transition: all 0.3s ease;
}

.btn002 span::before, .btn002 span::after {
    content: "";
    position: absolute;
    right: -3px;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #000;
    transition: all 0.3s ease;
}

.btn002 span::before {
    top: 3px;
    transform: rotate(-45deg);
}

.btn002 span::after {
    bottom: 3px;
    transform: rotate(45deg);
}

.btn002:hover {
    color: #000;
    background-color: #fff;
}

.btn002:hover span {
    background-color: #000;
}

.btn002:hover span::before, .btn002:hover span::after {
    background-color: #000;
}

 

#index_recruit {
    background-color: rgb(253, 221, 0);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-right: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

#index_recruit figure {
    width: 60%;
    position: relative;
    top: 150px;
}

#index_recruit div {
    width: 35%;
    position: relative;
    top: 30vh;
}

#index_recruit div span {
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 20px;
}

#index_recruit div h2 {
    font-size: 2vw;
    font-weight: 800;
}

#index_recruit div h3 {
    position: absolute;
    z-index: 1;
    width: 500px;
    left: -55%;
    top: -20vh;
}

#index_recruit div p {
    margin-top: 50px;
    text-align: justify;
}

#index_recruit div a {
    color: #fff;
}

#index_recruit div a:visited {
    color: #fff;
}

#index_column {
    margin-top: 200px;
    margin-bottom: 100px;
    padding: 0 100px;
}

#index_column div {
    text-align: center;
}

#index_column div span {
    color: rgb(253, 221, 0);
    font-weight: 800;
    font-size: 20px;
}

#index_column div h2 {
    font-size: 2vw;
    font-weight: 800;
}

#index_column ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index_column ul li {
    width: calc(33% - 20px);
    margin-top: 50px;
}

#index_column ul li a h4 {
    font-size: 20px;
}

.attachment-post-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.index_column_btn {
    margin: 100px auto 0;
    color: #fff !important;
}

.index_column_btn:visited {
    color: #fff;
}

/* ------------------------------------
// トップページ @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    #index_recruit {padding-right: 0;margin-bottom: 0;}
    #index_recruit figure {top: 0;width: 100%;}
    #index_recruit div {width: 100%;padding: 0 15px; margin-top: 50px;top: 0;}
    #index_recruit div h3 {left: 15px;top: -250px;}
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #index_cover figure {margin-left: 0;}
    #index_cover figure img {min-height: 500px;object-fit: cover;object-position: 55%;}
    #index_cover h2 {left: 15px;top: 100px;font-size: 32px;}

    #index_about_wrap {top:0;padding:100px 15px;}
    .index_about {padding-left: 0;}
    .index_about div {width: 100%;margin-top: 25px;}
    .index_about div h2 {font-size: 24px;}
    .index_about figure {position: static;width: 100%;text-align: right;}
    .index_about div p {margin-top: 25px;}

    .news_wrap {padding: 0 15px;margin-top: 100px;}
    .news_ttl {width: 100%;}
    .news_ttl h2 {font-size: 24px;}
    .news_article {width: 100%;}
    .news_posts {margin-top: 50px !important;}

    #index_servicewrap {margin-top: 0;}
    .index_servicetop {height: 500px;}
    .index_service {padding: 100px 15px;width: 100%;top:0;}
    #index_servicewrap figure {display: none;}
    .index_service div {width: 100%;}
    .index_service div h2 {font-size: 24px;}
    .index_service div p {margin-top: 25px;}

    #index_recruit div h2 {font-size: 24px;}
    #index_recruit div p  {margin-top: 25px;}

    #index_column {margin-top: 100px;padding: 0 15px;}
    #index_column div h2 {font-size: 24px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #index_column ul li {width: 100%;margin-top: 25px;}
    .index_column_btn {margin: 50px auto 0;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #index_recruit div h3 {width: 50%;top: -120px;}
    .parallax_content {background-attachment: inherit;}
}




























/* ------------------------------------
// フッター
------------------------------------ */
footer {
    background-color: #000;
    margin-top: 0;
    padding: 100px 15px 0;
}

#foot_info h2 {
    margin: 0 auto 25px;
    width: 80px;
}

#foot_info h3 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap:10px;
    font-size: 2vw;
    color: #fff;
}

#foot_info h3 > span {
    font-size: 1.25vw;
}

#foot_info adress {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
}

#foot_info p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#foot_info ul {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
    margin: 50px auto;
}

#foot_info ul li {
    width: 48%;
    margin-top: 25px;
    font-size: 30px;
    font-weight: 800;
}

#foot_info ul li a {
    background-color: rgb(255,255,255); 
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap:10px;
    align-items: center; 
    padding: 15px;
}

#foot_info ul li:first-child a img {
    width: 30px;
}

#foot_info ul li:nth-child(2) a img {
    width: 18px;
}

#foot_info ul li:last-child a img {
    width: 33px;
}

#foot_info ul li {
    font-size: 1.5vw;
}

#foot_info ul li:last-child a {
    background-color: #fddd00;
}

.copy {
    color: #fff;
}

.copy a {
    color: #fff !important;
}

/* ------------------------------------
// フッター @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #foot_info h3 {font-size: 24px;}
    #foot_info h3 > span {font-size: 16px;}
    #foot_info ul {width: 100%;}
    #foot_info ul li {font-size: 30px;}
    #foot_info ul li:last-child {font-size: 20px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #foot_info ul li {width: 100%;}
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}























/* ------------------------------------
// page-about.php
------------------------------------ */
.page_cover {
    text-align: center;
    position: relative;
    height: 460px;
    top: 80px;
    margin-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page_cover div {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.page_cover div span {
    color: rgb(253, 221, 0);
    font-weight: 800;
    font-size: 20px;
}

.page_cover div h2 {
    color: #fff;
    font-size: 2vw;
    font-weight: 800;
}

.about_cover {
    background-image: url(img/about_cover.png);
}

.efefeb {
    background-color: #efefeb;
}

#about_greeting {
    background-color: #efefeb;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

#about_greeting div {
    width: 45%;
}

.about_greeting_txt {
    width: 45%;
    padding-left: 100px;
    position: relative;
}

.about_greeting_txt div {
    width: 50%;
    position: relative;
    left: -100px;
}

.about_greeting_txt h2 {
    font-size: 2vw;
    font-weight: 800;
    margin-top: 25px;
    line-height: 1.7;
}

.about_greeting_txt p {
    text-align: justify;
    margin-top: 25px;
}

.about_greeting_txt h3 {
    text-align: right;
    font-size: 16px;
}

.img_bg_02 {
  background-image: url(img/img_bg_02.jpg);
  background-position: center top;
}


#about_profile {
    margin-top: 100px;

}

#about_profile div {
    text-align: center;
}

#about_profile div span {
    color: rgb(253, 221, 0);
    font-weight: 800;
    font-size: 20px;
}

#about_profile div h2 {
    font-size: 2vw;
    font-weight: 800;
}

#about_profile table {
    width: 60%;
    margin: 50px auto 0;
}

#about_profile table th {
    padding: 25px 0;
    border-bottom: 1px solid #fddd00;
    width: 25%;
}

#about_profile table td {
    padding: 25px 15px;
    border-bottom: 1px solid #b4b4b4;
}

#about_slide {
    margin: 100px 0 0;
}

.swiper-pagination-bullet-active {
    background-color: #fddd00 !important;
}

#about_access {
    background-color: #fddd00;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 200px;
}

#about_access div {
    width: 30%;
    margin-top: 50px;
}

#about_access div span {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

#about_access div h2 {
    font-size: 2vw;
    font-weight: 800;
}

#about_access div adress {
    display: block;
    margin-top: 25px
}

#about_access div a {
    display: block;
}

.ggmap {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    position: relative;
    top: -100px;
    width: 60%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------
// page-about.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .page_cover {height: 300px;}
    .page_cover div h2 {font-size: 24px;}

    #about_greeting {padding: 100px 15px;}
    #about_greeting div {left: 0;}
    .about_greeting_txt {padding-left: 0;}
    .about_greeting_txt h2 {font-size: 24px;}

    .img_bg_02 {height: 500px;}
    #about_profile {padding: 0 15px;}
    #about_profile div h2 {font-size: 24px;}
    #about_profile table {width: 100%;padding: 0 15px;}

    .ggmap {width: 100%;}
    #about_access {width: 100%;padding: 25px 15px 0;}
    #about_access div {position: relative;top:-75px;margin-top: 0;width: 100%;}
    #about_access div h2 {font-size: 24px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #about_greeting div {width: 100%;}
    .about_greeting_txt {width: 100%;margin-top: 25px;}
    .about_greeting_txt div {width: 200px !important;}
    .ggmap {padding-bottom: 56.25%;}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}














/* ------------------------------------
// page-service.php
------------------------------------ */
.service_cover {
    background-image: url(img/service_cover.png);
}

.service_copy {
    text-align: center;
    font-size: 2vw;
    font-weight: 800;
    margin-top: 100px;
}

.service_copy span {
    color: #fdbf1e;
    font-size: 4vw;
}

.service_odd {
    position: relative;
    margin: 200px 0 100px 100px;
    background-color: #efefeb;
    padding: 0 100px 100px;
    display: flex;
    flex-wrap: wrap;
}

.service_odd_photo {
    width: 55%;
    position: absolute;
    left: -100px;
    top:-100px;
}

.service_odd_txt {
    width: 40%;
    margin-left: auto;
    position: relative;
    top: -50px;
}

.service_odd_txt h2 {
    color: #fdbf1e;
    font-weight: 800;
    font-size: 24px;
}

.service_odd_txt h2 > span {
    font-size: 4vw;
    color: rgba(0,0,0,.0);
    -webkit-text-stroke: 1px #fdbf1e;
    text-stroke: 1px #fdbf1e;
    font-family: "Century Gothic", sans-serif;
    padding-left: 10px;
}

.service_odd_txt h3 {
    font-size: 2vw;
    font-weight: 800;
    margin-top: 25px;
}

.service_odd_txt p {
    text-align: justify;
    margin-top: 25px;
}

.service_odd_txt ul {
    margin-top: 25px;
}

.service_odd_txt ul li::before{
 content: "⚫︎"; /* 記号(黒丸)を挿入 */
 color: #fdbf1e; /* 好きな色にする */
 font-size: 0.6em; /* 点の大きさ */
 margin-right: 1em; /* 点とテキストの距離 */
}




.service_even {
    position: relative;
    margin: 200px 100px 100px 0;
    background-color: #efefeb;
    padding: 0 100px 100px;
    display: flex;
    flex-wrap: wrap-reverse;
}

.service_even_photo {
    width: 55%;
    position: absolute;
    right:-100px;
    top:-100px;
}

.service_even_txt {
    width: 40%;
    position: relative;
    top: -50px;
}

.service_even_txt h2 {
    color: #fdbf1e;
    font-weight: 800;
    font-size: 24px;
}

.service_even_txt h2 > span {
    font-size: 4vw;
    color: rgba(0,0,0,.0);
    -webkit-text-stroke: 1px #fdbf1e;
    text-stroke: 1px #fdbf1e;
    font-family: "Century Gothic", sans-serif;
    padding-left: 10px;
}

.service_even_txt h3 {
    font-size: 2vw;
    font-weight: 800;
    margin-top: 25px;
}

.service_even_txt p {
    text-align: justify;
    margin-top: 25px;
}

.service_even_txt ul {
    margin-top: 25px;
}

.service_even_txt ul li::before{
 content: "⚫︎"; /* 記号(黒丸)を挿入 */
 color: #fdbf1e; /* 好きな色にする */
 font-size: 0.6em; /* 点の大きさ */
 margin-right: 1em; /* 点とテキストの距離 */
}




/* ------------------------------------
// page-service.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .service_copy {font-size: 24px;margin-top: 50px;}
    .service_copy span {font-size: 36px;}

    .service_odd {margin: 100px 0 0;padding: 0 15px;}
    .service_odd_photo {width: 100%;position: relative;left: 0;text-align: center;top: -50px;}
    .service_odd_txt {width: 100%;top: -40px;}
    .service_odd_txt h2 > span {font-size: 56px;}
    .service_odd_txt h3 {font-size: 24px;}

    .service_even {margin: 100px 0 0;padding: 0 15px;}
    .service_even_photo {width: 100%;position: relative;left: 0;text-align: center;top: -50px;}
    .service_even_txt {width: 100%;top: -40px;}
    .service_even_txt h2 > span {font-size: 56px;}
    .service_even_txt h3 {font-size: 24px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}






















/* ------------------------------------
// page-recruit.php
------------------------------------ */
.recruit_cover {
    background-image: url(img/recruit_cover.png);
}

#recruit_top {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 100px 0 200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

#recruit_top div {
    width: 55%;
}

#recruit_top div h2 {
    font-size: 2vw;
    font-weight: 800;
    line-height: 1.7;
}

#recruit_top div p {
    text-align: justify;
    margin-top: 25px;
}

#recruit_top div:last-child {
    width: 40%;
}


.img_bg_03 {
  background-image: url(img/img_bg_03.jpg);
  background-position: center top;
}


#recruit_yoko {
    margin-top: 100px;

}

#recruit_yoko div {
    text-align: center;
}

#recruit_yoko div span {
    color: rgb(253, 221, 0);
    font-weight: 800;
    font-size: 20px;
}

#recruit_yoko div h2 {
    font-size: 2vw;
    font-weight: 800;
}

#recruit_yoko table {
    width: 60%;
    margin: 50px auto 0;
}

#recruit_yoko table th {
    padding: 25px 0;
    border-bottom: 1px solid #fddd00;
    width: 25%;
}

#recruit_yoko table td {
    padding: 25px 15px;
    border-bottom: 1px solid #b4b4b4;
}

#recruit_yoko table td a {
    display: inline-block;
    color: #1777ff;
}

#recruit_yoko table td a:last-child {
    padding-left: 10px;
}




#recruit_bottom {
    background-color: #fddd00;
    margin-top: 200px;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

#recruit_bottom div {
    width: 40%;
}

#recruit_bottom div:first-child {
    position: absolute;
    top: -100px;
}

#recruit_bottom div:last-child {
    width: 50%;
    margin-left: auto;
}

#recruit_bottom div h2 {
    font-size: 2vw;
    font-weight: 800;
    line-height: 1.7;
}

#recruit_bottom div p {
    text-align: justify;
    margin-top: 25px;
}

#recruit_bottom div a:first-child {
    color: #1777ff;
}

#recruit_bottom div a:last-child {
    padding-left: 10px;
}

/* ------------------------------------
// page-recruit.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #recruit_top {padding: 0 15px;margin-top: 50px;}
    #recruit_top div {width: 100%;margin-top: 25px;}
    #recruit_top div:last-child {width: 100%;text-align: center;}
    #recruit_top div h2 {font-size: 24px;}

    .img_bg_03 {height: 500px;}

    #recruit_yoko {padding: 0 15px;}
    #recruit_yoko div h2 {font-size: 24px;}
    #recruit_yoko table {width: 100%;padding: 0 15px;}
    #recruit_yoko table td a:last-child {display: block;padding-left: 0;}

    #recruit_bottom {margin-top: 100px;padding: 100px 15px;}
    #recruit_bottom div {width: 100%;}
    #recruit_bottom div:first-child {position: static;}
    #recruit_bottom div:last-child {width: 100%;margin-top: 25px;}
    #recruit_bottom div h2 {font-size: 24px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}


















/* ------------------------------------
// page-contact.php
------------------------------------ */
.contact_cover {
    background-image: url(img/contact_cover.png);
}

#contacttop_tel {
    margin-top: 100px;
    padding: 0 300px;
}

#contacttop_tel h2 {
    border-left: 10px solid #fddd00;
    font-size: 2vw;
    padding-left: 15px;
    font-weight: 800;
}

#contacttop_tel a {
    font-size: 1.8vw;
    font-weight: 800;
    margin-top: 15px;
    display: block;
}


#contacttop_form {
    margin-top: 100px;
    padding: 100px 300px 50px;
    background-color: #efefeb;
}

#contacttop_form h2 {
    border-left: 10px solid #fddd00;
    font-size: 2vw;
    padding-left: 15px;
    font-weight: 800;
}

#contacttop_form a {
    font-size: 1.8vw;
    font-weight: 800;
    margin-top: 15px;
    display: block;
}

#contacttop_form p {
    text-align: justify;
    margin-top: 25px;
}


.contact_form {
    padding: 0 300px 50px;
    background-color: #efefeb;
}

.reuseform {
    width: 100% !important;
}

.reuseform h2 {
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 1.75rem;
}

.reuseform_attention h3 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 1.75rem;
}

.reuseform_attention ul {
    list-style-type: disc;
    padding-left: 22px;
    font-size: 14px;
}

.wpcf7 p {
	padding: .5rem 0 2rem;
	margin:0;
}

.required {
	background-color: #fddd00;
	font-size: .8rem;
	padding: 4px 8px;
}

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

.question p {
	padding: 0 .5rem !important;
	font-size: 1.2rem;
    margin-bottom: 0 !important;
}



.wpcf7 input, .wpcf7 textarea {
	border:1px solid #ccc;
	padding:8px;
	font-size:14px;
}

.wpcf7 textarea {
	width:97.5%;
	height:300px;
}

.wpcf7 input.wpcf7-submit {
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size: 1rem;
	margin:0 auto;
	display:block;
	border-radius:5px;
	background: #000;
	padding: 1rem 2rem;
}

.wpcf7 input.wpcf7-submit:hover {
	background:#000;
	opacity:.8;
	transition:1s;
}

.wpcf7 input.wpcf7-submit:active {
	box-shadow:none;
	bottom:-2px;
	position:relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	border:1px solid #009de1;
}

.wpcf7-captchac {
	border:1px solid #ccc;
}

.btn-primary:hover {
	border-color: #000;
}
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
	background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}
 

/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}




/* ------------------------------------
// page-contact.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #contacttop_tel {padding: 0 15px;margin-top: 50px;}
    #contacttop_tel h2 {font-size: 24px;}
    #contacttop_tel a {font-size: 24px;}

    #contacttop_form {padding: 50px 15px;margin-top: 50px;}
    #contacttop_form h2 {font-size: 24px;}
    #contacttop_form a {font-size: 24px;}
    .contact_form {padding: 0 15px 50px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
















/* ------------------------------------
// page-privacy-policy.php
------------------------------------ */
.pp_cover {
    background-image: url(img/pp_cover.png);
}

.pp_box {
    margin-top: 100px;
    padding: 0 300px;
}

.pp_box h2 {
    border-left: 10px solid #fddd00;
    font-size: 2vw;
    padding-left: 15px;
    font-weight: 800;
}

.pp_box p {
    text-align: justify;
    margin-top: 25px;
}

.pp_box ul {
    list-style-type: disc;
    padding-left: 22px;
}

.pp_box_last {
    margin-bottom: 100px;
}

/* ------------------------------------
// page-privacy-policy.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .pp_box {padding: 0 15px;margin-top: 50px;}
    .pp_box h2 {font-size: 24px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}













/* ------------------------------------
// category-news.php
------------------------------------ */
.news_cover {
    background-image: url(img/news_cover.png);
}

.column_cover {
    background-image: url(img/column_cover.png);
}






#catpost {
    width: 80%;
    margin: 0 auto;
}

#catpost h2 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

#catpost span {
    display: block;
}

#catpost ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#catpost li {
    width: calc(33% - 20px);
    margin-top: 50px;
    background: #fff;
    padding: 25px;
}

#catpost ul::after{
    content:"";
    display: block;
    width: 31.65%;
  }

.attachment-post-thumbnail {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#catpost h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333 !important;
}

#catpost h4 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
    text-align: justify;
    line-height: 1.5;
}

.catpotwrap {
    padding: 100px 15px;
    margin-top: 100px;
}

#catpost li a img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

#catpost li a p {
    margin-bottom: 5px !important;
    margin-top: 15px;
    background-color: #FDE1D8;
    width: 190px;
    text-align: center;
    padding: 5px;
    border-radius: 25px;
    color: #E61E2A !important;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin-top: 50px;
}

span.current {
    background: #000;
    width: 50px;
    color: #fff;
}


.single_h1 {
    font-size: 2vw;
    line-height: 1.7;
}

.singlepost_wrap {
    padding: 50px 0;
}

.single_container {
    background-color: #fff;
    padding: 50px 15px 0;
    margin-bottom: 100px;
}

#single_wrap {
    background-color: #eeeeea;
    padding-bottom: 50px;
}

.cat_news_wrap {
    padding-bottom: 100px;
}

/* ------------------------------------
// category-news.php @media
------------------------------------ */
/* Large devices (desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .single_h1 {font-size: 24px;}
    #catpost {width: 100%;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #catpost li {width: calc(50% - 20px);}
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
     #catpost li {width: 100%;}
}














.loading {
 width: 100vw;
 height: 100vh;
 transition: all 1s;
 background-color: rgba(255,255,255,.9);
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 opacity: 1;
 overflow: hidden;
 visibility: visible;
}

.loading.is-active {
 opacity: 0;
 visibility: hidden;
}

.loading-animation {
 align-items: center;
 display: flex;
 flex-direction: column;
 height: 100vh;
 justify-content: center;
 opacity: 0;
 transition: all 1s;
 visibility: hidden;
 width: 100vw;
 z-index: 9999;
}

.loading-animation.is-active {
 opacity: 1;
 visibility: visible;
}

.loading-animation svg {
 max-width: 200rem;
 width: 20%;
}

.loading-animation svg {
 fill: #fddd00
}


.loading-animation .logo-mark {
 fill: none;
}

.loading-animation .logo-mark .is-active {
 animation: svgAnime 5.0s ease forwards;
 stroke-dasharray: 1000px;
 stroke-width: 0.5px;
}

@keyframes svgAnime {
 0% {
  stroke: #000;
  stroke-dashoffset: 1000px;
  fill: transparent;
 }

 99% {
  stroke-dashoffset: 0px;
  fill: transparent;
 }

 100% {
  stroke-dashoffset: 0px;
  stroke: transparent;
 }
}

.loading-animation .logo-mark.is-fin {
 animation: fade-in 2.5s ease forwards;
 fill: #161464
}

.loading-animation .logo-name {
 opacity: 0;
 transform: translateY(30px);
 fill: #ae3643
}

.loading-animation .logo-name.is-active {
 animation: fade-in 2.5s ease forwards;
 opacity: 1;
 transform: translateY(0);
}

@keyframes fade-in {
 0% {
  opacity: 0;
  transform: translateY(50px);
 }

 20% {
  opacity: 0;
 }

 60% {
  opacity: 1;
  transform: translateY(0);
 }
}

#skip-link {
 border: 1px solid #000;
 border-radius: 10px;
 color: #000;
 font-size: 10px;
 margin-top: 30px;
 opacity: .5;
 padding: 5px 20px;
 text-decoration: none;
}