@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
*/


/* ----お知らせ - カード型---- */
.blog .l-content,
.archive.category .l-content {
	max-width: none;
	padding: 0;
	margin:-2em auto 12em;
}
.blog .l-content .l-mainContent,
.archive.category .l-content .l-mainContent {
	max-width: 1470px;
}
.term-list-wrapper {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-bottom: 2em;
}
.term-list-wrapper ul {
	border-top: 1px solid var(--color_main);
    border-bottom: 1px solid var(--color_main);
    display: flex;
    justify-content: space-between;
    width: 100%;
	padding: 0;
}
.term-list-wrapper ul li {
	margin: 0;
    width: 100%;
}
.term-list-wrapper ul li a {
	font-size: clamp(2rem, 1.6rem + 0.6667vw, 2.4rem);
	font-weight: 900;
	padding: 2vw;
	border-right: 1px solid var(--color_main);
    height: 100%;
	display: block;
    text-align: center;
    padding: 2vw 4vw 2vw 2vw;
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
    line-height: 1.2;
    overflow: hidden;
}
.term-list-wrapper ul li:last-child a {
	border-right: none;
}
.term-list-wrapper ul li a::after {
	content: "";
	position: absolute;
    background: url(../../uploads/2026/02/logo_icon.svg) no-repeat center / contain;
	opacity: .1;
	width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5vw;
}
.term-list-wrapper ul li a:hover {
	opacity: 1;
	background: rgba(0, 129, 204, .1);
}
.p-postListWrap:has(.-type-card) {
	width: 100%;
    height: auto;
}
.p-postList.-type-card {
    justify-content: space-between;	
}
.p-postList.-type-card::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 0.5w);
}
.p-postList.-type-card li.p-postList__item {
	width: calc(100% / 3 - 0.5vw) !important;
	margin-bottom: 4em;
}
.p-postList.-type-card li.p-postList__item .p-postList__thumb {
	box-shadow: none;
}
.p-postList.-type-card li.p-postList__item .c-postThumb__figure {
	box-shadow: none;
	aspect-ratio: 3 / 2;
}
.p-postList.-type-card .p-postList__body {
    display: flex;
    flex-direction: column;
	padding-top: 1vw;
}
.p-postList.-type-card .p-postList__body .p-postList__title {
    order: 2;
    font-weight: 900;
	font-size: clamp(1.1rem, 0.9rem + 0.3333vw, 1.3rem);
}
.p-postList.-type-card .p-postList__body .p-postList__meta {
    order: 1;
    font-size: 0.85rem;
    font-weight: bold;
    color: #82817F;
    margin-bottom: 5px !important;
}
.p-postList.-type-card .p-postList__body .p-postList__meta :before {
	display: none;
}
.p-postList.-type-card .p-postList__body .p-postList__meta .p-postList__times {
	font-family: "League Gothic", "Noto Sans JP", sans-serif;
	color: #001E81;
    font-size: 1.4rem;
    font-weight: normal;
    opacity: 1;
    margin-right: 1vw;
}
.p-postList.-type-card .p-postList__body .p-postList__meta .p-postList__cat {
	background: #001E81;
	color: #fff;
	border-radius: 5px;
	opacity: 1;
	letter-spacing: 0.05rem;
    padding: 6px 15px;
    font-size: 0.8rem;
}

/* ----概要---- */
.outlineBox {
	--swl-dt-width: 22%;
}
.outlineBox .swell-block-dl__dt{
    padding: 25px 0;
    color: var(--color_main);
    border-bottom: 1px solid var(--color_text);
    display: flex;
    align-items: stretch;
	font-weight: bold;
	font-size: clamp(1rem, 0.9rem + 0.1667vw, 1.1rem);
}
.outlineBox .swell-block-dl__dt:after{
    display: none;
}
.outlineBox .swell-block-dl__dd{
    border-bottom: 1px solid var(--color_text);
    padding: 25px 0;
    line-height: 2;
	font-weight: bold;
	font-size: clamp(1rem, 0.9rem + 0.1667vw, 1.1rem);
}

/* =========================================================
//  15.お問い合わせ
// ========================================================= */
#cf-tbl {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
}
#cf-tbl table {
    border: unset;
    color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td {
    padding: 1.2em 0;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
    background: unset !important;
    border: unset;
    font-weight: normal;
}
#cf-tbl table tr th {
    width: 28%;
    font-size: clamp(0.9rem, 0.6rem + 0.5vw, 1rem);
    font-weight: bold;
}
#cf-tbl table tr th p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#cf-tbl input::placeholder {
    color: #c9c9c9;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
#cf-tbl textarea::placeholder {
    color: #c9c9c9;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
#cf-tbl input[type="file"] {
    margin-bottom: 8px;
}
#cf-tbl input[type="date"] {
    padding: 0.7em 1em;
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--color_text);
}
#cf-tbl option {
	font-weight: bold;
}
.post_content .td_to_th_ tbody tr> :first-child::before,
.post_content tbody th::before {
    background: unset;
}
/*「必須」文字デザイン*/
.required {
    font-size: 0.7rem;
    padding: 5px 8px;
    background: #BF0000 !important;
    color: #fff;
    border-radius: 3px;
    margin-left: 8px;
    order: 2;
    display: flex;
    align-items: center;
}
.required.blk {
    width: max-content;
    margin: 0 0 0 8px;
    padding: 5px 8px;
}
/*「任意」文字デザイン*/
.optional {
    font-size: 0.7rem;
    padding: 0px 8px;
    background: unset;
    color: #fff;
    border: 1px solid #8c1919 !important;
    border-radius: 3px;
    margin-left: 8px;
    border: unset;
    order: 2;
    display: flex;
    align-items: center;
}
/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 10px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid var(--color_text);
    border-radius: 5px;
    background-color: #fff;
	font-weight: bold;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}
/* 「送信する」ボタン */
.custom-submit-button {
	background: none;
	width: 330px;
    font-size: 2.4rem;
	font-weight: 900;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    border-radius: 0;
    border: none;
    padding: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 1.1rem;
	margin-top: 3em;
}
.custom-submit-button span {
	color: var(--color_text);
  position: relative;
  z-index: 1;
    line-height: 2;
}
.custom-submit-button span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color_text);
  transition: width 0.3s ease;
}
.custom-submit-button:hover {
  color: var(--color_text);
  opacity: 1;
  background: initial;
}
.custom-submit-button:hover span::after {
  width: 100%;
}
.custom-submit-button:hover::after {
	animation: icon-shrink 0.8s ease forwards;
}
.custom-submit-button::after {
	content: "";
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: rgba(0, 129, 204, 0.4);
    -webkit-mask: url(../../uploads/2026/02/logo_big.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask: url(../../uploads/2026/02/logo_big.svg);
    mask: url(../../uploads/2026/02/logo_big.svg);
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    position: absolute;
  top: -15%;
  right: -6px;
  z-index: 0;
    transform-origin: center center;
    transition: all 0.3s ease;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: rgb(231, 75, 75);
    font-weight: 600;
}

.pp_btn {
    color: var(--color_main);
    font-weight: bold;
    text-decoration: underline;
}
.wpcf7-acceptance {
    font-weight: 900;
    font-size: 1.1rem;
}
.wpcf7-acceptance a {
    font-weight: 900;
    color: var(--color_link);
}
.wpcf7-list-item {
    margin: 0 1em 0 0;
}
.rc_infoArea p {
	font-size: clamp(1rem, 0.85rem + 0.25vw, 1.15rem);
	line-height: 2.2;
}
.rc_infoArea a {
	font-weight: 900;
}
.rc_infoArea .wp-block-group {
	max-width: 760px;
	margin: 0 auto;
    display: flex;
    align-items: center;
}
.rc_infoArea .tel_num {
	font-size: 5.4rem !important;
	line-height: 1;
	margin-right: 25px;
}
.rc_infoArea .tel_num .swl-inline-icon {
    min-width: auto; 
    width: 60px;
}
.rc_infoArea .tel_num .swl-inline-icon:after {
	background: var(--color_main);
}
.rc_infoArea .tel_num a {
	font-weight: normal;
}
.rc_formArea {
	padding-bottom: 8vw !important;
}
.rc_formArea #cf-tbl p {
    text-align: left;
}
.rc_formArea #cf-tbl p.c_notes {
    font-size: 0.9rem;
	font-weight: 500;
}
.rc_formArea #cf-tbl p.c_notes .color_r{
    color: #BF0000;
}
.rc_formArea p {
    text-align: center;
}

@media screen and (max-width: 1459px) {
.blog .l-content .l-mainContent,
.archive.category .l-content .l-mainContent {
	width: 95%;
}
}

/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
/* ----お知らせ - カード型---- */
.blog .l-content .l-mainContent,
.archive.category .l-content .l-mainContent {
	width: 90%;
}
.term-list-wrapper {
    padding-bottom: 0;
}
.term-list-wrapper ul {
	flex-wrap: wrap;
	border-bottom: none;
}
.term-list-wrapper ul li {
	width: calc(100% / 2);
}
.term-list-wrapper ul li a {
	border-bottom: 1px solid var(--color_main);
	font-size: clamp(1.4rem, 0.3972rem + 2.6741vw, 2rem);
    padding: 4vw 2vw;
}
.term-list-wrapper ul li:nth-child(even) a {
	border-right: none;
}
.term-list-wrapper ul li a::after {
    width: 10vw;
    height: 10vw;
}
.p-postList.-type-card li.p-postList__item {
	width: calc(100% / 2 - 0vw) !important;
}
.p-postList.-type-card li.p-postList__item:last-child {
	display: block;
}
.p-postList.-type-card li.p-postList__item .p-postList__title {
	font-size: clamp(1rem, 0.8329rem + 0.4457vw, 1.1rem);
}

/* ----概要---- */
.outlineBox .swell-block-dl__dt{
	width: 8em;
	padding: 20px 0;
}
.outlineBox .swell-block-dl__dd{
	width: calc(100% - 8em);
	padding: 20px 0;
}
	
/* =========================================================
//  15.お問い合わせ
// ========================================================= */
.custom-submit-button {
    font-size: 2rem;
}
.custom-submit-button span::after {
	width: 100%;
}
.custom-submit-button::after {
    width: 90px;
    height: 90px;
    right: 30px;
}
.rc_infoArea .wp-block-group {
	flex-direction: column;
}
}

@media screen and (max-width:768px) {
input.wpcf7-submit {
	margin: 40px auto 0;
	width: 250px;
}
#cf-tbl {
	width: 100%;
	margin: 0 auto 20px;
}
#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td {
	display: block;
}
#cf-tbl table {
	width: 100%;
	border-width: 0 0 1px 0;
}
#cf-tbl table tr th {
	width: 100%;
	padding: 5% 5% 0% 5% ;
}
#cf-tbl table tr td {
	width: 100%;
	padding: 0% 5% 3% 5%;
}
#cf-tbl table tr td {
	border-width: 0px 1px 0px 1px;
}
.wpcf7-radio {
	margin-top: 10px;
	display: block;
}
}

/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
/* ----お知らせ - カード型---- */
.blog .l-content .l-mainContent .post_content,
.archive.category .l-content .l-mainContent .post_content {
	margin-bottom: 3em !important;
}
.blog .l-content .l-mainContent .p-homeContent,
.archive.category .l-content .l-mainContent .p-homeContent {
	margin-top: 3em !important;
}
.term-list-wrapper ul li a {
    font-size: 1.25rem;
}
.p-postList.-type-card li.p-postList__item {
    margin-bottom: 3em;
}
.p-postList.-type-card .p-postList__body .p-postList__meta .p-postList__times {
    font-size: 1.2rem;
}
.p-postList.-type-card .p-postList__body .p-postList__meta .p-postList__cat {
    padding: 4px 10px;
    font-size: 0.6rem;
}
	
/* ----概要---- */
.outlineBox {
    flex-direction: column;
    margin: 0 auto 2em !important;
}
.outlineBox .swell-block-dl__dt{
    width: 100%;
    padding: 10px 0 2px;
    border-bottom: none;
}
.outlineBox .swell-block-dl__dd{
    width: 100%;
    padding: 2px 8px 10px;
    line-height: 1.6;
}
	
/* =========================================================
//  15.お問い合わせ
// ========================================================= */
.custom-submit-button {
	padding-right: 50px;
}
.custom-submit-button::after {
    right: 60px;
}
.rc_infoArea {
	padding-top: 0 !important;
}
.rc_infoArea .tel_num {
    font-size: 4.6rem !important;
}
.rc_infoArea .tel_num .swl-inline-icon {
    width: 40px;
}
}