@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.grecaptcha-badge{
	margin-bottom:var(--recaptcha-badge-position);
	z-index:9999;
}
.fugaz-one-regular {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  /* 見出し・本文のサイズ（clampでレスポンシブ化） */
  --font-size-base: clamp(16px, 1.6vw, 16px);
  --font-size-sm: clamp(12px, 1.2vw, 14px);
  --font-size-lg: clamp(18px, 2vw, 22px);
  --font-size-xl: clamp(15px, 3vw, 18px);
  --font-size-xxl: clamp(40px, 4vw, 80px);
  --font-size-h2: clamp(36px, 4vw, 50px);
  --font-size-h3: clamp(30px, 4vw, 50px);

  --line-height-base: 1.6;
}

body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: #333;
}

h2 {
  font-size: var(--font-size-xl) !important;
  font-weight: normal;
}

h3 {
  font-size: var(--font-size-lg) !important;
  font-weight: 600;
}

p {
  font-size: var(--font-size-base);
}

small {
  font-size: var(--font-size-sm) !important;
}

.h2_catch {
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-size: var(--font-size-h2) !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
}

.h2_catch::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 15px;
  background: url(../../uploads/2025/10/h2_afterline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 30px;
  vertical-align: middle;
}

.h2_catch.afterline2::after {
  background: url(../../uploads/2025/10/h2_afterline2.png);
}

.h2_catch.afterline3::after {
  background: url(../../uploads/2025/10/h2_afterline3.png);
}

.h2_main {
  line-height: 1;
  font-size: var(--font-size-xl) !important;
  font-weight: normal !important;
  margin-top: 10px !important;
  margin-bottom: 50px !important;
}

.h3_sub {
  font-family: "EB Garamond", serif;
  font-size: var(--font-size-lg) !important;
  color: #f97930 !important;
}

.h3_titlesub {
  font-size: var(--font-size-base) !important;
  color: #f97930 !important;
  font-weight: normal !important;
}

.h3_catch {
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-size: var(--font-size-h3) !important;
  margin-bottom: 5px !important;
}

.sec01 {
  padding-bottom: 6em !important;
  padding-top: 4em !important;
}

/*共通*/
.round_pic img {
  border-radius: 5px;
}

.round {
  border-radius: 5px;
}

/*ヘッダー*/
.l-header__barInner {
  display: none;
}

.c-gnav>.menu-item>a {
  padding: 0 20px;
}

.c-gnav>.menu-item>a .ttl {
  display: block;
  font-size: 14px;
}

.c-smallNavTitle {
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.6;
  display: block;
  color: #f97930;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  padding-top: 3px;
}

.l-content {
    margin: 0 auto 5em;
}
.none_post{
	padding-bottom: 12rem !important;
}
/*フッター*/
.footer-main-wrap {
  padding-top: 30px;
}

.w-beforeFooter {
  margin: 0;
  overflow: hidden;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.footer-menu.footer-menu--main {
  font-size: 15px;
  margin-bottom: 15px;
}

.footer-menu.footer-menu--sub {
  font-size: 13px;
  justify-content: flex-start;
 
}

.footer-menu li a {
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #f97930;
}

.l-footer__foot,
.l-footer__widgetArea {
  padding-top: 0;
}

.w-footer__box {
  padding: 0;
}

.l-footer .copyright {
  text-align: right;
}

.l-footer__widgetArea {
  display: none;
}

/*メインビジュアル*/
.p-mainVisual__textLayer {
  justify-content: flex-end;
  padding-bottom: 70px;
}

.p-mainVisual__textLayer .main_catch {
    position: relative;
    display: inline-block;
	padding: 0 50px 15px 10px;
	margin-bottom: 5px !important;
    text-shadow: 1px 2px 2px #19191963;
    font-weight: bold;
    font-size: 2.6rem;
}
.p-mainVisual__textLayer .main_catch::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 3px;
  background-color: #fbe77b;
}
.p-mainVisual__textLayer .catch {
    text-shadow: 1px 2px 2px #19191963;
	letter-spacing:1px;
	padding: 0 10px;
	font-size: 1.25rem;
}
.p-mainVisual .swiper-pagination-bullet-active {
  background: #f58443 !important;
}
.swiper-pagination-bullet {
  background: #fef0d3 !important;
  opacity: 1;
}
/*TOP*/
.top #content {
  padding-top: 0;
}

.-type-list .p-postList__link {
  align-items: center;
  background: #fff;
  justify-content: flex-start;
  gap: 20px;
}

.-type-list .p-postList__item {
  margin-bottom: 1.5em;
}

.-type-list .p-postList__thumb {
  width: 25%;
}

.brand_logo {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px 0;
}

.top_aboutus {
  position: relative;
}

.top_egg {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
  width: 250px;
}

.common_bg {
  background: url("../../uploads/2025/10/common_bg.webp");
  background-repeat: repeat;
}

.top_recruit_pic {
  padding-top: 20px;
}

.top_contact_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.top_contact_text {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 30px 10px 80px;
  border-radius: 50px;
  background-color: #f4e593;
}

.top_contact_text::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff url(../../uploads/2025/10/top_contact_icon.png) no-repeat center / 100%;
}
.top_news_list{
  margin-bottom:4rem;
}
.top_brand_box div.has-background{
height: 600px;
}
.top_brand_box .brand_text{
height: 160px;
}
.top_contact_btn a{
background:#ffffff !important;
color:#f58345 !important;
}
/*固定ページ共通*/
.-body-solid .p-breadcrumb.-bg-on {
  background: #fbe77b !important;
}

.wp-singular .l-content {
  padding-top: 0;
  margin:0 auto;
}
.single-post .l-content {
  padding-top: 2em;
}
.under-orange {
  border-bottom: 2px solid #f97930 !important;
  padding-bottom: 10px !important;
}
.p-pnLinks__item.news-top{
  background:  #f97930;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 0;
  width: fit-content;
}
.p-pnLinks__item.news-top:hover{
  opacity: 0.8;
}
.p-pnLinks__item.news-top a{
  justify-content: center !important;
}
/*私たちについて*/
.mission_title {
  background: #fbe77b !important;
  padding: 10px 30px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto 50px;
  font-size: 18px;
}

.history-list {
  list-style: none;
  padding: 20px 0 40px;
  margin: 2em 0;
  padding-left: 0 !important;
  background: #fff;
}

.history-list li {
  display: flex;
  gap: 1px;
  padding: 0.5em 10px;
  padding-left: 20px !important;
  border-bottom: 1px solid #eee;
  margin: 0 20px;
}

.history-date {
  width: 120px;
  font-weight: bold;
  color: #f58443;
}

.history-event {
  flex: 1;
}

.swell-block-box-menu__link:hover {
  background-color: #fdf3b6 !important;
}

.philosophy_title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.philosophy_box{
  margin-bottom: 5rem;
}

.credo_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #828080;
  padding-bottom: 10px;
  font-size: 20px;
}

.credo_title code {
  font-family: "EB Garamond", serif !important;
  color: #f97930 !important;
  font-size: 50px !important;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 20px !important;
  font-style: italic;
  font-weight: normal;
}

.credo_box .wp-block-group {
  --swl-box_padding: 1em 2em;
}

.ceomessage_title {
  padding-top: 20px !important;
  margin-bottom: 20px !important;
}
.message_text {
  margin-bottom: 4rem !important;
}
.plofile_img{
  height:200px;
}
/*お問い合わせ*/

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-size: 14px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-form textarea {
  max-height: 150px;
}

.contact-form .note p {
  color: #747474;
  font-size: 14px;
  margin-top: 5px !important;
}

.contact-form .submit-btn {
  text-align: center;
}

.contact-form input[type="submit"] {
  background: #f97930;;
  width: 40%;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  margin-top:30px;
}

.contact-form input[type="submit"]:hover {
  background: #57240c;
}

.datetime-row p {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.datetime-row p select,
.datetime-row p input[type="date"] {
  flex: none;
}

.inquiry-label p {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
}

.name-row p {
  display: flex;
  gap: 0.3em;
  padding-bottom: 10px;
}

.name-row p input {
  flex: 1;
}

.required {
  font-weight: bold;
  background: #f97930;
  color: #fff;
  padding: 0px 4px 1px 4px;
  font-size: 12px;
  border-radius: 2px;
}

.inquiry-group select {
  width: 100%;
}
.datetime-selects .datetime-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.4em;
}
.datetime-selects .datetime-row input[type="date"],
.datetime-selects .datetime-row select {
  height: 42px;
  padding: 5px 10px;
}
.datetime-selects .datetime-row input[type="date"]{
  min-width: 200px;
  margin-right: 30px;
}
.error {
  display: none;
  color: rgb(220, 50, 50);
  font-size: 0.85em;
  margin-top: 0.25em;
}

.wpcf7-form-control.wpcf7-not-valid + .error {
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
}

.page-id-17 .p-fixBtnWrap{
  bottom:5em;
}

/* スマホ時に縦並び */
@media (max-width: 600px) {
  .datetime-selects .datetime-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 600px) {
  .contact-form {
    gap: 1.5rem;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 15px;
  }
}
/*ブランド*/
.brand_box_title{
  font-size: 20px !important;
  border-bottom: 2px solid #f58443 !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
/*法務関連（プライバシー・ポリシー等）*/
.legal h2 {
  font-size: 19px !important;
  border-left: 5px solid #f97930 !important;
  padding-left: 10px !important;
}
.legal h3 {
  font-size: 17px !important;
  color: #f97930 !important;
  border-bottom: 1px solid #d4cfcf !important;
  padding-bottom: 5px !important;
}
.legal h4 {
  font-size: 16px !important;
  color: #333 !important;
  border-bottom: 1px solid #d4cfcf !important;
  padding-bottom: 5px !important;
}
.legal .cap_box_ttl{
  padding:10px 0;
}
.legal .cap_box_ttl .u-fz-l {
  font-size: 16px !important;
}
.legal ul ul{
  list-style: none;
  padding-left: 0;
}
.legal .cap_box_content a{
  text-decoration: underline;
}
/* 電子公告カテゴリのアーカイブだけサムネイル非表示 */
.category-e-publicnotice .p-postList__thumb {
  display: none !important;
}
/*決算公告*/
.page-template-page-financial-statement main{
  margin:0 auto !important;
	max-width:1000px;
}
.page-template-page-financial-statement .post_content{
  padding:0 !important;
}
.page-template-page-financial-statement ul.financial-statement-list{
  list-style:none;
  margin:3rem 0 !important;
  padding-left:0;
}
.page-template-page-financial-statement ul.financial-statement-list li{
  border-bottom:1px solid #ccc5c5;
  padding:15px;
}
.page-template-page-financial-statement ul.financial-statement-list li a{ 
  text-decoration:underline;
}
.page-template-page-financial-statement ul.financial-statement-list li a:hover{ 
  text-decoration:none;
}
.page-template-page-financial-statement ul.financial-statement-list li:first-child{
  border-top:1px solid #ccc5c5;
}
.page-template-page-financial-statement .financial-statement-title {
    display: inline-block;
    padding-right: 22px;background: url(../../uploads/2025/10/pdf_icon.png) no-repeat right center;
	background-size: 16px auto;
}
.page-template-page-financial-statement .financial-statement-date{
  font-weight:bold;
  margin-bottom:5px;
	color:#f58443;
}
/*スマホ*/
@media (max-width: 599px) {
/*共通*/
.c-spnav .desc {
  margin-left: 3px;
}
.p-mainVisual__textLayer .fugaz-one-regular {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 0 !important;
}
.p-mainVisual__textLayer {
  padding-bottom: 30px;
}
.h2_main {
  margin-bottom: 20px !important;
  font-size: 15px;
}
.sec01 {
  padding-bottom: 4em !important;
  padding-top: 2em !important;
}
.h2_catch::after {
  width: 100px;
  height: 10px;
  margin-left: 20px;
  background-size: 100% auto !important;
}
.is-style-btn_normal a,.is-style-btn_line a {
  width: 100%;
}
.l-topTitleArea {
  min-height: 7em;
  font-size: 15px;
}
.none_post{
	padding-bottom: 0rem !important;
}
.p-mainVisual__textLayer .main_catch {
     font-size: 1.8rem;
     padding: 0 10px 15px 10px;
     width: 100%;
     margin-bottom: 0 !important;
}

/*HOME*/
.-type-list .p-postList__thumb {
  width: 100%;
}
.-type-list .p-postList__body, .-type-list2 .p-postList__body {
  width: 100%;
}
.-type-list .p-postList__body, .-type-list2 .p-postList__body {
  padding: 10px;
}
.-type-list .p-postList__link {
  gap: 0;
}
.-type-list .p-postList__item {
  margin-bottom: 1em;
}
.top_contact_text {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 20px 10px 20px;
  border-radius: 0;
  background-color: #f4e593;
  text-align: left;
  margin-bottom: 20px !important;
}
.top_contact_text::before {
  left: -20px;
  width: 40px;
  height: 40px;
}
.top_contact_text::before {
  left: 42%;
  width: 40px;
  height: 40px;
  top: -2%;
}
.top_contact_wrap {
  padding: 30px 20px 20px 20px !important;
}
.inquiry-group select {
  width: 100%;
  height: 45px;
}
.datetime-row p {
  gap: 0.2em;
}
.datetime-selects .datetime-row {
  flex-direction: row;
  gap: 2em;
}
.datetime-selects .datetime-row input[type="date"] {
  margin-right: 30px;
}
.top_news_list{
  margin-bottom:3rem;
}
.top_brand_box div.has-background,.top_brand_box .brand_text{
height: auto;
}
.wp-block-spacer{
display:none;
}
/*私たちについて*/
.swell-block-box-menu[data-direction=horizontal] .swell-block-box-menu__figure {
  margin-right: 0.4em;
}
.swell-block-box-menu__figure svg {
  width:  20px;
  height: 15px;
}
.swell-block-box-menu__text {
  font-size: 15px;
}
.swell-block-box-menu__link {
  padding: 0.7em;
}
.mission_title {
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.wp-block-table>table tr>:first-child:not(.-no1) {
  max-width: 100%;
}
.sp_block_ td, .sp_block_ th {
  padding: 0.5em;
}
.ceo_pic{
  width: 60%;
  margin:0 auto;
}
.message_text {
  margin-bottom: 2rem !important;
}
.history-list li {
  display: block;
  padding: 0.5em 10px !important
}
.history-date {
  display: block;
}
.philosophy_box{
  margin-bottom: 2rem;
}
.philosophy_title {
  font-size: 30px;
}
/*ブランド*/
.brand_logo {
  margin: 0 auto;
  width: auto;
  float: none;
}
.brand_logo img {
  height: 50px !important
}
.plofile_img, .history_img{
    min-height: 200px;
}
/*お問い合わせ*/
.contact-form input[type="submit"] {
  width: 100%;
}
/*フッター*/
.footer-main-wrap {
  padding-top: 10px;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-menu.footer-menu--main {
  margin-bottom: 20px;
}
.l-footer .copyright {
  text-align: center;
  margin-top:30px;
}
.footer-menu {
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
}

.footer-menu li {
  width: calc(50% - 10px);
}
.footer-menu--sub li {
  width: calc(50% - 10px);
}

/* ▼ 最後の li だけ全幅にする */
.footer-menu--sub li:last-child {
  width: 100%;
}
.financial-statement-format	{display:block;
}
}