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

/* ------------------------------ 
  コメント ＋ レスポンシブ テンプレート
 ------------------------------ */

/* ----------name start---------- */

/* ----------yyyymmdd_ALL_name start---------- */

/* ----------yyyymmdd_ALL_name end---------- */

/* ----------yyyymmdd_PC_name start---------- */
/* @media (min-width: 960px) {

}

/* ----------yyyymmdd_PC_name end---------- */

/* ----------yyyymmdd_TB_name start---------- */
/* @media only screen and (min-width:599px) and (max-width:960px) {

}
/* ----------yyyymmdd_TB_name end---------- */

/* ----------yyyymmdd_SP_name start---------- */
/* @media (max-width: 599px) {


}
/* ----------yyyymmdd_SP_name start---------- */
/* ----------name end---------- */

/* ----------reset_css start---------- */
/* ---参考サイト： https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css --- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------reset_css end---------- */


/* ------------------------------ 
  ここからCSSを記載
 ------------------------------ */

/* ----------main_visual(SWELL用) start---------- */
/* ---参考サイト： https://point-of-view.blog/swell-customize-fullscreen-menu/ --- */
/* ----------20250527_ALL_main_visual start---------- */
.l-header .l-header__inner {
	color: #fff;
}

.p-spMenu__inner {
	--color_menu_text: #ffffff;
	--color_menu_bg: rgba(0,0,0,0.5);
	width: 50vw;
}

.p-spMenu__overlay {
	background: transparent;
}

.-right .p-spMenu__inner {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 0;
	transition: opacity .45s;
}

[data-spmenu=opened] .p-spMenu__inner {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.p-spMenu__inner::before {
	background: var(--color_menu_bg);
	opacity: 1;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.p-spMenu__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	color: var(--color_menu_text);
}

.c-widget__title.-spmenu {
	display: none;
}

.c-spnav a {
	border-bottom: none;
}

.c-gnav .sub-menu a:before, .c-listMenu a:before {
	content: none;
}

.p-spMenu__inner a {
	padding: 1em 0;
	text-align: center;
	transition: transform .5s;
}

.p-spMenu__inner a:hover {
	padding-left: inherit;
	padding-right: inherit;
	background-color: inherit;
	transform: scale(1.1)
}

.c-iconBtn {
	color: var(--color_menu_text);
}

/* ----------20250531_ALL_main_visual_Catchphrase ---------- */
.p-mainVisual__slideTitle {
	display: inline-block;
	margin: 0 -0.1em;
	opacity: 0;
	animation:text_anime 5s ease-out forwards;
}

@keyframes text_anime {
	0% {
		filter: blur(5px);
		opacity: 0;
	}
	100% {
		filter: blur(0);
		opacity: 1;
	}
}
/* ----------20250531_ALL_main_visual_Catchphrase ---------- */

.l-header .l-container {			
	max-width: 100%!important;		
}			
			
nav#gnav {			
	display: none;		
}	

	.c-iconBtn__icon{
		font-size: 30px;
	}

  .l-header__menuBtn.sp_ {						
	  color: #ffff;
	  border-radius: 50%;
	  padding: 25px;
	  display: block!important;	
	  margin: 20px;	
	  background-color: rgb(1 26 40 / 88%);
  }	

.p-spMenu__closeBtn{
	padding-left: 10px;
	padding-top: 35px;
}

/* ----------20250527_ALL_main_visual end---------- */

/* ----------20250527_PC_main_visual start---------- */	
@media (min-width: 960px) {	
	
	.l-header {		
		position: fixed!important;	
		background: transparent;	
	}		
	
	.p-breadcrumb {		
		margin-top: calc(var(--logo_size_pc) + 32px);	
	}	
			
	.p-spMenu__closeBtn {		
		margin: 20px 27px 0 0;	
	}			
			
	.p-spMenu__closeBtn .c-iconBtn__icon {		
		font-size: 40px;	
	}		
			
	.c-iconBtn:after {		
		content: "MENU";	
		font-size: 8.5px;	
		margin-top: 2px;	
		padding: 0 5px;	
	}		
			
	.-series .l-header__inner {		
		align-items: center;	
	}		
	
	.p-spMenu {		
		display: block;	
	}		
	
		.-right .p-spMenu__closeBtn {
		right: var(--swl-pad_container,0);
		height: calc(var(--logo_size_pc) + -26px);
	}
	
	/* ----------20250531_ALL_main_visual_Catchphrase ---------- */
	.p-mainVisual__slideTitle {
		font-size: 4.5vw;
	}
	
	.p-mainVisual__textLayer{
		margin-left: 7vw;
	}
	/* ----------20250531_ALL_main_visual_Catchphrase ------- */
	
}

/* ----------20250527_PC_main_visual end---------- */

/* ----------20250527_TB_main_visual start---------- */
@media only screen and (min-width: 599px) and (max-width: 960px) {						
						
  .l-header {						
    position: fixed!important;						
    background: transparent;						
  }						
  .p-breadcrumb {						
    margin-top: calc(var(--logo_size_pc) + 32px);						
  }						
												
  .p-spMenu__closeBtn {						
     margin: 20px 27px 0 0;						
  }						
																	
  .p-spMenu__closeBtn .c-iconBtn__icon {						
    font-size: 40px;						
  }						
						
 .c-iconBtn:after {						
  content: "MENU";						
  font-size: 9px!important;						
  margin-top: 2px;												
  padding: 0 5px;						
  }						
						
  .-series .l-header__inner {						
    align-items: center;						
  }						
  						
  .p-spMenu {						
    display: block;						
  }						
						
  .l-header .l-header__inner {						
	color: #fff;					
  }						
  						
  .l-header__inner {						
    --color_header_text: #ffffff;						
  }						
  						
  .l-header.-t-000 {						
    --swl-color_top_header: #fff;						
  }				
  		
.p-mainVisual__slideTitle {
 font-size: 8.5vw !important;
}
	
}

/* ----------20250527_TB_main_visual end---------- */

/* ----------20250527_SP_main_visual start---------- */					
@media (max-width: 599px) {						
						
  .l-header {						
    position: fixed!important;						
    background: transparent;						
  }						
  .p-breadcrumb {						
    margin-top: calc(var(--logo_size_pc) + 32px);						
  }						
												
  .p-spMenu__closeBtn {						
     margin: 20px 27px 0 0;						
  }						
																	
  .p-spMenu__closeBtn .c-iconBtn__icon {						
    font-size: 40px;						
  }						
						
 .c-iconBtn:after {						
  content: "MENU";						
  font-size: 9px!important;						
  margin-top: 2px;										
  padding: 0 10px;						
  }						
						
  .-series .l-header__inner {						
    align-items: center; 						
  }						
						
  .p-spMenu {						
    display: block; 						
  }						
						
  .l-header.-t-000{						
	--swl-color_top_header: #fff;					
  }						
						
  .l-header__inner {						
    --color_header_text: #ffffff;						
  }					

	.p-spMenu__body {
		font-size: 5vw;
	}	

	/* ----------20250531_ALL_main_visual_Catchphrase ---------- */
	.p-mainVisual__slideTitle {
		 font-size: 8.5vw !important;
 	}
	/* ----------20250531_ALL_main_visual_Catchphrase ---------- */

}

/* ----------20250527_SP_main_visual start---------- */	
/* ----------main_visual(SWELL用)  end---------- */

/* ----------title start---------- */

/* ----------20250527_ALL_title start---------- */

	.title_font{
		color:#293946;
		font-weight: bold;
		font-size: 4vw;
		border-bottom: solid 1px #293946;
	}

	.title_font_reverse{
		color:#ffffff;
		font-weight: bold;
		font-size: 4vw;
		border-bottom: solid 1px #ffffff;
	}

	.title_font_blue{
		color:#136da7;
	}
	.title_font_green{
		color:#2ca274;
	}

/* ----------20250527_ALL_title end---------- */

/* ----------20250527_TB_titlestart---------- */
@media only screen and (min-width: 599px) and (max-width: 960px) {
	.title_font{
		font-size: 5vw;
	}
	
	.title_font_reverse{
		font-size: 5vw;
	}
	
}
/* ----------20250527_TB_title end---------- */

/* ----------20250527_SP_title start---------- */
@media (max-width: 599px) {
	.title_font{
		font-size: 7vw;
	}

	.title_font_reverse{
		font-size: 7vw;
	}
	
}
/* ----------20250527_SP_title start---------- */
/* ----------title end---------- */

/* ----------contact ALL Design---------- */
/* ----------20241115_ContactForm Add---------- */
.mandatory{
  color:#ff0000;
}

.any{
  color:#808080;
}

.wpcf7 .wpcf7-submit:disabled {
    background-color: #f7f7f7 !important;
    color: #333 !important;
}

.wpcf7 .wpcf7-submit {
    background-color: #004065 !important;
    color: #fff !important;
}
/* ----------20241115_ContactForm Add---------- */
/* ----------contact ALL Design---------- */

/* ----------contact PC Design---------- */
/* ----------20241115_ContactForm Add---------- */
@media (min-width: 960px) {
	.number_of_characters_3{
		padding-right: 240px !important;
	}

	.number_of_characters_2{
		padding-right: 271px !important;
	}

	.number_of_characters_8{
		padding-right: 194px !important;
	}

	.number_of_characters_7{
		padding-right: 191px !important;
	}

	.number_of_characters_4{
		padding-right: 235px !important;
	}

	.number_of_characters_8_2{
		padding-right: 169px !important;
	}

	.number_of_characters_7_2{
		padding-right: 204px !important;
		padding-top: 15px !important;
	}
}
/* ----------20241115_ContactForm Add---------- */
/* ----------contact PC Design---------- */

/* ----------contact TB Design---------- */
/* ----------20241115_ContactForm Add---------- */

@media only screen and (min-width:599px) and (max-width:960px) {	.number_of_characters_3{
		padding-right: 254px !important;
	}

	.number_of_characters_2{
		padding-right: 271px !important;
	}

	.number_of_characters_8{
		padding-right: 194px !important;
	}

	.number_of_characters_7{
		padding-right: 191px !important;
	}

	.number_of_characters_4{
		padding-right: 235px !important;
	}

	.number_of_characters_8_2{
		padding-right: 169px !important;
	}

	.number_of_characters_7_2{
		padding-right: 204px !important;
		padding-top: 15px !important;
	}
}
/* ----------20241115_ContactForm Add---------- */
/* ----------contact TB Design---------- */

/* ----------contact SP Design---------- */
/* ----------20241115_ContactForm Add---------- */

@media (max-width: 599px) {
	.number_of_characters_3{
		padding-right: 240px !important;
	}

	.number_of_characters_2{
		padding-right: 372px !important;
	}

	.number_of_characters_8{
		padding-right: 265px !important;
	}

	.number_of_characters_7{
		padding-right: 259px !important;
	}

	.number_of_characters_4{
		padding-right: 326px !important;
	}

	.number_of_characters_8_2{
		padding-right: 234px !important;
	}

	.number_of_characters_7_2{
		padding-right: 266px !important;
		padding-top: 15px !important;
	}
}
/* ----------20241115_ContactForm Add---------- */
/* ----------contact SP Design---------- */