@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* #wpadminbar,
#admin-panel {
	display: none;
} */

/*投稿日・更新日を非表示*/
.page .date-tags,
.article-footer.entry-footer {
	display: none;
}

.fade-in {
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-name: fade-in;
	opacity: 1 !important;
}

.pr_20 {
	padding-right: 20px;
}

.t-center {
	text-align: center !important;
}

.space_50-25 {
	display: block;
	height: 50px !important;
	margin-bottom: 0 !important;
}

.list-ttl {
	font-weight: bolder;
	font-size: larger;
}

/* layout */
html {
	scroll-snap-type: y proximity;
	scroll-padding-top: 110px;
	scroll-behavior: smooth;
	font-size: 10px;
}

body {
	background-color: #e3f8ff;
	font-size: 18px;
}

.wrap {
	width: 100%;
	position: relative;
}

.content .cf {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.main {
	background: transparent;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 5% !important;
}

/* catch */
.catch {
	display: block;
	width: 50px;
	height: 150px;
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 1;
	background-color: #00bfff;
	color: #fff;
	font-size: 1.8rem;
	writing-mode: vertical-rl;
	text-decoration: none;
	border-radius: 10px 0 0 10px;
}

.catch-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.catch:hover {
	color: #00bfff;
	background-color: #fff;
	transition: all 0.3s linear;
}

.go-to-top {
	right: 20px;
	bottom: 40px;
	z-index: 1;
}

/* header */

.header-container {
	background: #ffffff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.fixed-header.header-container {
	width: 100% !important;
	margin: 0;
	background: rgba(255, 255, 255, 0.8);
}

/* header-container-in */
.header-container-in {
	width: 95%;
	max-width: 1400px;
	margin: auto;
	padding: 0;
	height: 120px;
}

.fixed-header .header-container-in {
	height: 90px;
}

/* header-container-in header */
.header-container-in .header {
	background-image: none;
	display: flex;
}

.header-container-in.hlt-top-menu .logo-header {
	max-height: 90px !important;
}

.fixed-header .header-container-in.hlt-top-menu .logo-header {
	max-height: 80px !important;
}

.header-container-in .header .logo-header {
	padding: 0;
}

.header-container-in.hlt-top-menu .logo-header img {
	max-height: 90px !important;
	height: auto;
	vertical-align: middle;
}

.fixed-header .header-container-in.hlt-top-menu .logo-header img {
	max-height: 80px !important;
}

/* header-container-in navi */

.header-container-in .navi {
	background: transparent !important;
}

/* header-container-in navi navi-in */

/* navi-in */

.header-container-in .navi .navi-in > ul {
	justify-content: left;
	align-items: center;
}

.header-container-in .navi .navi-in > ul li {
	height: auto;
}

.header-container-in .navi .navi-in > ul li a {
	padding: 0;
	color: #00649a !important;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	width: auto;
	box-sizing: border-box;
	align-items: center;
	padding: 0 15px !important;
}

.header-container-in .navi .navi-in > ul li a:hover {
	background-color: transparent;
}

.header-container-in .navi .navi-in > ul li:has(ul) {
	padding-left: 0;
}

.header-container-in .navi .navi-in > ul li:has(ul) a {
	background-color: transparent;
	padding-left: 0;
}

.header-container-in .navi .navi-in .sub-caption {
	color: #555;
	opacity: 1;
	font-size: 1.4rem;
	margin-top: 10px;
}

.header-container-in .navi .navi-in .sub-caption.sub_address {
	font-size: 1.2rem;
}

.fixed-header .header-container-in .navi .navi-in .sub-caption.sub_address {
	display: none;
}

.fixed-header .has-sub:hover .fixed-header .navi-in .sub-menu {
	display: block;
}

.header-container-in .navi .navi-in > ul > li:has(ul) > a {
	padding-left: 1rem;
}

.header-container-in .navi .navi-in > ul li:has(ul) a:hover {
	background-color: transparent;
}

.header-container-in .navi .navi-in > ul li:last-of-type a {
	padding: 0 !important;
}

.header-container-in .navi .navi-in > ul li a:hover .has-icon .fa.fa-angle-down,
.header-container-in .navi .navi-in > ul li:has(li:hover) .has-icon .fa.fa-angle-down {
	transform: rotate(-180deg) !important;
}

.header-container-in .navi .navi-in > ul li a:hover::after,
.header-container-in .navi .navi-in ul.sub-menu li:hover::after,
.fixed-header .header-container-in .navi .navi-in > ul li:has(ul) a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #00649a;
	transition: all 0.3s linear;
}

.header-container-in .navi .navi-in > ul li:has(ul) a:hover::after {
	width: 100%;
}

/* phone-number */
.header-container-in .navi .navi-in > ul li.phone-number {
	width: auto !important;
	line-height: 1.2;
}

.header-container-in .navi .navi-in > ul li.phone-number a:hover::after {
	background: none;
}

.header-container-in .navi .navi-in > ul li.phone-number a span.phone-font {
	font-size: 24px;
	display: inline-block;
	margin-bottom: 5px;
}

.header-container-in .navi .navi-in > ul li.menu-item-type-custom {
	text-align: right;
	margin-left: auto;
	padding-right: 0 !important;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}

.header-container-in .navi .navi-in > ul li.menu-item-type-custom a {
	display: block;
	height: auto;
	color: #00649a;
}

.header-container-in .navi .navi-in .has-icon {
	position: static;
	right: 0;
	top: 0;
	display: flex;
	opacity: 0.7;
	font-size: 11px;
	height: 100%;
	align-items: center;
	padding-left: 5px;
}

/* sub-menu */
.header-container-in .navi .navi-in ul.sub-menu {
	overflow: hidden;
	background-color: #eaeaea;
	box-sizing: border-box;
}

.header-container-in .navi .navi-in ul.sub-menu li {
	text-align: left;
	padding: 0;
	width: 100%;
}

.header-container-in .navi .navi-in ul.sub-menu li a {
	font-size: 1.8rem;
	background-color: #eaeaea;
	width: 100%;
	height: 100%;
	padding: 8px 10px !important;
	display: block;
}

.header-container-in .navi .navi-in ul.sub-menu li:last-of-type a {
	padding: 8px 10px 12px !important;
}

.header-container-in .navi .navi-in ul.sub-menu li a:hover,
.header-container-in .navi .navi-in ul.sub-menu li:hover a {
	background-color: #fff;
}

.header-container-in .navi .navi-in .caption-wrap .item-label.phone {
	width: 300px !important;
}

.header-container-in .navi .navi-in .fa-angle-down:before {
	content: "\f107";
	font-size: 2.4rem;
	display: block;
}

.fixed-header .header-container-in .navi .navi-in .fa-angle-down:before {
	display: none;
}

/* main visual */
.metaslider {
	width: 100% !important;
	margin: auto;
}

.metaslider .slides img {
	width: 100%;
	display: block;
	border-radius: 0 !important;
}

.metaslider .caption {
	/* font-size: 80px; */
	text-shadow: none !important;
	padding: 0 15vw !important;
}

/* 文字 */
body {
	font-family: YakuHanJP, "IBM Plex Sans JP", sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "halt" on;
}

.intro_txt {
	text-align: justify;
	max-width: 550px;
	font-weight: 300;
	color: #4d5c68;
}

.article h2 {
	margin: 30px auto 80px;
	background-color: transparent;
	color: #00649a;
	font-weight: 600;
	font-style: normal;
	font-size: 3.6rem;
	padding: 0 0 20px;
	line-height: 1.2;
	letter-spacing: 0.5rem;
	width: 90%;
	max-width: 600px;
	position: relative;
	border-bottom: 3px solid #00649a;
	-webkit-font-smoothing: antialiased!important;
}

.article h2:before {
	position: absolute;
	top: 100%;
	left: 50%;
	height: 25px;
	width: 15px;
	border-right: 3px solid #00649a;
	background-color: #e3f8ff;
	transform: skew(-25deg);
	content: "";
}

.article h2 .eng {
	font-size: 2rem;
	display: block;
}

.article h2:has(span) {
	line-height: 1.8;
	padding: 0 0 15px;
}

.article h2:has(span):before {
	position: absolute;
	top: 100%;
	left: 48%;
	height: 25px;
	width: 15px;
	border-right: 3px solid #00649a;
	background-color: #e3f8ff;
	transform: skew(-25deg);
	content: "";
}

.article h2.ttl_intro {
	font-size: 3rem;
	color: #00649a;
	letter-spacing: 0;
	width: 90%;
	padding: 0 0 20px;
	margin: 0 0 60px;
	line-height: 1.5;
}

.article h2.new {
	font-size: 2.8rem;
	color: #00649a;
	letter-spacing: 0;
	width: 45%;
	padding: 0 0 20px;
	margin: 0 0 60px;
	margin: 30px auto 80px;
}

.article h3 {
	font-weight: 600;
	font-style: normal;
	font-size: 3.2rem;
	margin-bottom: 30px;
	border: none;
	color: #00649a;
	padding: 12px 0;
}

.article h3::before {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 30px;
	height: 30px;
	padding: 0 5px 0 0 !important;
	background-image: url(http://dream-lp.net/seiwa/wp-content/uploads/2025/02/sizuku.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.article h4 {
	line-height: 1.5;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	color: #00649a;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-align: justify;
}

.article h2.ttl_underline {
	border-bottom: 2px solid #00649a;
	display: block;
}

.article span.ttl_highlight {
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 0.3em;
	position: relative;
	color: #00649a;
}

.article span.ttl_highlight::before {
	content: "";
	display: block;
	position: absolute;
	height: 12px;
	width: 100%;
	border-radius: 12px;
	background: #fff;
	z-index: -1;
	padding: 0 20px;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}

.article p {
	text-align: justify;
	color: #00649a;
}

.faq-answer-content.faq-item-content {
	text-align: justify;
	color: #00649a;
	font-weight: bold;
}

.article p.has-text-align-center {
	text-align: center;
}

.space-hr {
	background-image: linear-gradient(to right, #00649a, #00649a 4px, transparent 4px);
	background-size: 18px 4px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 40px 0 0px;
	margin-bottom: 80px;
}

/* button */
.wp-block-button__link {
	border-radius: 50px;
	display: block;
	width: 250px;
	margin: auto;
	padding: 5px;
	background-color: #fff;
	border: 2px solid #00649a;
	font-size: 2rem;
	font-weight: 700 !important;
	color: #00649a;
}

.wp-block-button__link:hover {
	background-color: #a9e9ff;
	transition: all 0.3s linear;
	color: #00649a;
}

/* column */
.wp-block-columns .wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wp-container-core-columns-is-layout-ef06f3fc {
	gap: 30px !important;
}

.wp-block-image {
	margin-bottom: 0 !important;
	overflow: hidden;
	border-radius: 3% !important;
}

.wp-block-image.hover-height {
	height: 200px !important;
	overflow: hidden;
}

.wp-block-image > a,
.wp-block-image > figure > a {
	width: 100%;
}

.wp-block-image.aspect-none {
	aspect-ratio: unset !important;
}

.wp-block-image a:hover > img {
	opacity: 0.8;
	transition: 0.5s;
	transform: scale(1.2);
}

.image-text {
	transform: translateY(-50px);
}

figure.round img {
	border-radius: 3% !important;
}

/* img */

img {
	border-radius: 10px !important;
}

.w100 {
	width: 100%;
}

.box-w100 {
	width: 100%;
	margin: 0 auto 30px;
}

.aspect_landscape {
	aspect-ratio: 4/3;
}

/* fukidashi */
.speech-name {
	display: none;
}

.speech-person {
	display: flex;
	align-items: center;
	width: 15%;
	min-width: 15%;
}

/* footer */
#footer {
	display: none;
}

footer.footer {
	padding: 10px 0 40px;
	margin: -1px 0 0;
	background: rgb(127, 215, 255);
	color: #00649a;
	font-weight: bold;
}

.footer-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.waves {
	position: relative;
	width: 100%;
	height: 10vh;
	min-height: 80px;
	max-height: 120px;
}

/* footer animation */
.wave-draw > use {
	animation: move-wave 45s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.wave-draw > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 10s;
}

.wave-draw > use:nth-child(2) {
	animation-delay: -4s;
	animation-duration: 15s;
}

.wave-draw > use:nth-child(3) {
	animation-delay: -6s;
	animation-duration: 20s;
}

.wave-draw > use:nth-child(4) {
	animation-delay: -8s;
	animation-duration: 25s;
}

/* contact */
.anchor-link {
	max-width: 800px;
	width: 90%;
	margin: auto;
}

.anchor-link a {
	color: #ffffff !important;
	text-decoration: none;
	display: block;
}

.anchor-link a:hover {
	color: #00649a !important;
	transition: all 0.3s linear;
}

div.speech-balloon {
	height: 100%;
	padding: 15px 40px;
	max-width: unset;
	width: auto;
	display: flex;
	align-items: center;
	border-radius: 50px;
}

.anchor-link a:hover .is-style-balloon-bottom-box {
	background-color: #fff !important;
	border: #00649a solid 2px;
	display: block;
}

.is-style-balloon-bottom-box {
	background-color: #00649a;
	border: #00649a solid 2px;
	display: block;
	padding: 5px 0 0;
}

.is-style-balloon-bottom-box:hover {
	background-color: #fff;
	transition: all 0.3s linear;
}

.is-style-balloon-bottom-box::before {
	border-top-color: inherit;
	border-width: 10px;
	margin-left: -10px;
}

.is-style-balloon-bottom-box::after {
	border-top-color: #00649a;
	border-width: 7.5px;
	margin-left: -7.5px;
}

.is-style-balloon-bottom-box:hover::after {
	border-top-color: #fff;
	transition: all 0.3s linear;
}

.anchor-link .is-style-balloon-bottom-box.has-box-style {
	padding: 0 !important;
}

.is-style-accordion > .faq > .faq-question {
	padding: 0.5em 1em;
	margin: 0;
	cursor: pointer;
	position: relative;
	background-color: #ffffff;
	border: none;
}

.is-style-accordion > .faq > .faq-answer {
	padding: 0.5em 1em;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.anchor-link a {
	color: #1967d2;
	text-decoration: none;
}

.faq-question-label {
	color: #00649a;
	font-weight: 700;
}

.faq-answer-label {
	color: #ff9100;
	font-weight: 700;
}

.qa,
form {
	width: 90%;
	max-width: 760px;
	margin: auto;
}

textarea {
	border-color: #fff;
}

input[type="text"],
input[type="email"],
input[name="your-furigana"],
input[name="your-tel"],
input[name="your-email"] {
	max-width: 500px;
	border-color: #fff;
}

input[name="your-name"]:focus-visible,
input[name="your-furigana"]:focus-visible,
input[name="your-tel"]:focus-visible,
input[name="your-email"]:focus-visible,
input[type="text"]:focus-visible,
textarea:focus-visible {
	outline: 1px solid #00649a !important;
}

input[type="submit"] {
	display: block;
	width: 250px;
	margin: auto;
	padding: 5px;
	background-color: #fff;
	border: 2px solid #00649a;
	font-size: 2rem;
	color: #00649a;
	border-radius: 50px;
}

input[type="submit"]:hover {
	background-color: #a9e9ff;
	transition: all 0.3s linear;
	color: #00649a;
}

.wpcf7 {
	color: #00649a;
	font-weight: 700;
}

.wpcf7-form-control-wrap {
	color: #4d5c68;
	line-height: 1.5;
	font-size: 17px;
	padding: 7px 0;
	display: block;
}

.required,
.any {
	color: #fff;
	background: #00649a;
	padding: 5px 3px 3px;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
	line-height: 1;
	font-size: 14px;
}

textarea {
	line-height: 1.5;
}

.any {
	background: #fff;
	color: #00649a;
}

.label_ttl {
	font-size: 18px;
	color: #00649a;
	font-weight: 600;
}

/* contact */
table {
	border-collapse: separate;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #e3f8ff !important;
}

table:not(.has-border-color) :where(th, td) {
	border-bottom: 1px solid #00649a70 !important;
}

table tr,
table tr:nth-of-type(2n + 1) {
	background-color: #ffffff;
}

table tr td:nth-of-type(2n + 1) {
	background-color: #00649a;
	width: 180px;
	color: #fff;
}

.wp-block-table td {
	padding-left: 1em;
	color: #4d5c68;
}

/* recruit */
.tab-label-group .tab-label {
	background-color: #eaeaea;
	padding: 0.4em 1.5em;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 0;
	cursor: pointer;
	font-size: 24px;
	width: 50%;
	font-weight: 600;
	font-style: normal;
	font-size: 2.2rem;
	text-align: center;
	color: #00649a;
}

.tab-label-group .tab-label.is-active {
	background-color: #fff;
	color: #00649a;
	cursor: default;
}

.tab-label-group .tab-label:not(.is-active):hover {
	opacity: 0.7;
}

.tab-content-group {
	padding: 1.2em;
	background: #fff;
	border: none;
	border-radius: 0 0 20px 20px;
}

.recruit_table table {
	border: 3px solid #fff !important;
}

.recruit_table table:not(.has-border-color) :where(th, td) {
	border-bottom: 3px solid #fff !important;
	border-bottom: 1px solid #00649a70 !important;
}

.recruit_table table tr,
.recruit_table table tr:nth-of-type(2n + 1) {
	background-color: #f5f5f5;
}

.recruit_table table tr td:nth-of-type(2n + 1) {
	background-color: #00649a;
	width: 180px;
	color: #fff;
}

.recruit_table .wp-block-table td {
	padding-left: 1em;
	color: #4d5c68;
	background-color: #ffffff;
}

/* 施工 */
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	height: 0%;
	max-height: 0%;
}

#imageData #imageDetails #controls {
	display: none !important;
}

#imageData #imageDetails #titleAndCaption #titleText {
	font-size: 20px;
	color: #00649a !important;
}

#imageData {
	padding: 20px !important;
}

body .is-layout-flex.gallery-2 figcaption {
	font-size: 20px !important;
	font-weight: bold !important;
}

.wp-block-media-text {
	direction: rtl;
}


.grecaptcha-badge {
    display:none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1199px) {
	/*必要ならばここにコードを書く*/
	.mobile-menu-buttons {
		align-items: stretch;
		box-shadow: unset;
	}

	.search-menu-button {
		display: none;
	}

	.header-container-in .logo-header img {
		max-height: unset !important;
	}

	.site-name-text-link {
		padding: 0;
	}

	.header-container-in .sub-caption.sub_address {
		display: none !important;
	}

	.navi .item-label {
		font-size: 16px;
	}

	.article h2 {
		margin: 30px auto 50px;
		font-size: 3rem;
		padding: 0 0 15px;
	}

	.article h2.ttl_intro {
		margin: 30px auto 50px;
		font-size: 2.8rem;
		padding: 0 0 15px;
	}

	.article h3 {
		font-size: 2.4rem;
	}

	.article h3::before {
		width: 24px;
		height: 24px;
	}

	.article h4 {
		font-size: 2rem;
	}
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
	/*必要ならばここにコードを書く*/

	.metaslider {
		padding-top: 30px;
	}

	.go-to-top {
		/* visibility: visible;
		opacity: 1; */
		bottom: 120px;
	}

	.go-to-top-button {
		display: block !important;
	}

	body {
		font-size: 17px;
	}

	.header-container-in {
		display: none !important;
	}

	.mobile-menu-buttons {
		flex-direction: row-reverse;
	}

	.mobile-header-menu-buttons {
		padding: 20px 20px 10px;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.mobile-menu-buttons .menu-button {
		width: auto;
		padding-right: 0;
	}

	.site-logo-image {
		visibility: hidden;
	}

	.logo-menu-button.menu-button {
		background-image: url(http://dream-lp.net/seiwa/wp-content/uploads/2025/05/seiwa_logo_yoko.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.search-menu-button {
		display: none !important;
	}

	/* ハンバーガー内 */

	#navi-menu-close {
		background-color: #00bfff;
	}

	.menu-drawer .sub-menu {
		display: none;
	}

	.menu-drawer a {
		color: #00649a;
		font-weight: bold;
	}

	.menu-drawer li:last-of-type {
		margin-top: 15px;
	}

	.menu-drawer li:last-of-type span {
		color: #4d5c68;
	}

	.menu-close-button {
		text-align: right;
		font-size: 32px;
	}

	.navi-menu-content {
		right: 0;
		left: unset;
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
	}

	.fa-remove:before,
	.fa-close:before,
	.fa-times:before {
		content: "×";
	}

	.menu-content {
		box-sizing: border-box;
		padding: 10px 20px;
	}

	.pc-only {
		display: none;
	}

	.mobile-menu-buttons .menu-caption {
		display: none;
		opacity: 1;
	}

	.mobile-menu-buttons .menu-caption:has(span.block) {
		display: flex !important;
	}

	.mobile-menu-buttons .menu-caption:has(span.block) span {
		display: flex !important;
		width: auto;
		align-items: center;
		font-size: 22px;
		font-weight: bold;
		color: #00649a;
	}

	.mobile-menu-buttons .menu-button > a {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.mobile-footer-menu-buttons {
		background-color: rgb(127, 215, 255);
		padding: 10px 0 15px;
		z-index: 1;
	}

	.mobile-footer-menu-buttons .menu-icon,
	.mobile-menu-buttons .menu-icon {
		font-size: 32px;
		width: auto !important;
	}

	.mobile-footer-menu-buttons .menu-icon {
		color: #fff;
	}

	.fa-envelope {
		font-size: 28px;
	}

	.mobile-footer-menu-buttons .menu-button {
		margin: 0;
		padding: 0;
	}
	.mobile-footer-menu-buttons li {
		width: 48vw !important;
	}

	.mobile-footer-menu-buttons .custom-menu-caption .menu-caption {
		font-size: 32px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px) {
	/*必要ならばここにコードを書く*/
	body {
		font-size: 16px !important;
	}

	.wp-block-group.intro_txt {
		margin-bottom: 0 !important;
	}

	.intro_txt {
		width: 100%;
		max-width: unset;
		padding: 0;
	}

	.main {
		padding: 60px 0 0 !important;
		width: 80% !important;
		max-width: 600px;
		margin: 30px auto !important;
		box-sizing: border-box;
	}

	.space_50-25 {
		height: 25px !important;
	}

	.space-hr {
		padding: 20px 0 0px;
		margin-bottom: 40px;
	}

	table tr td:nth-of-type(2n + 1) {
		width: 120px !important;
	}

	.is-layout-flex.gallery-2 {
		gap: 10px !important;
	}

	.is-layout-flex.gallery-2,
	.partner-list,
	.is-layout-flex.gallery-2 figure {
		margin: 0 !important;
	}

	.is-layout-flex.gallery-2 figcaption,
	#imageData #imageDetails #titleAndCaption #titleText {
		font-size: 16px !important;
	}

	.is-layout-flex {
		flex-direction: column;
		justify-content: center;
	}

	.wp-block-image img {
		width: 100%;
	}

	.wp-block-image.name {
		width: 120px;
	}

	.article h2 {
		width: 100%;
		margin: 20px auto 45px;
		font-size: 2.8rem;
		padding: 0 0 15px;
	}

	.article h2.ttl_intro {
		margin: 0 auto 40px;
		font-size: 2.6rem;
		padding: 0 0 15px;
		text-align: center;
		width: 100%;
	}

	.article h3 {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}

	.article h3::before {
		width: 22px;
		height: 22px;
	}

	.article h4 {
		font-size: 2rem;
	}

	.article h2:has(span) {
		line-height: 1.2;
		padding: 0 0 10px;
	}

	.ttl_highlight {
		font-size: 2rem !important;
	}

	.wp-block-media-text > .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
		margin: 0 0 10px !important;
		padding: 0;
	}

	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}

	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
		margin-top: 10px;
		padding: 0;
	}

	.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
		margin: 0 0 10px;
	}

	.wp-block-media-text__media img,
	.wp-block-media-text__media video {
		height: auto;
		max-width: unset;
		vertical-align: middle;
		width: 100%;
	}

	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: 100% !important;
	}

	.wp-container-core-columns-is-layout-ef06f3fc {
		gap: 10px !important;
	}
}



/*782px以下*/
@media screen and (max-width: 782px) {
	/*必要ならばここにコードを書く*/
	.main {
		padding: 50px 0 0 !important;
	}

	#metaslider-id-1732 + div .main {
		padding: 0 !important;
	}

	.waves {
		height: 40px;
		min-height: 40px;
		margin-bottom: -1px;
	}
}

@media screen and (max-width: 767px) {
	.metaslider.ms-theme-bitono .flexslider .caption-wrap .caption {
		top: 87% !important;
		text-shadow: 0px 0px 27px #00649a !important;
		font-size: 22px;
		font-weight: bold;
	}
}

/*480px以下*/
@media screen and (max-width: 480px) {
	/*必要ならばここにコードを書く*/

	body {
		font-size: 15.5px !important;
	}

	.catch {
		display: none;
	}

	.main {
		width: 90% !important;
		padding: 50px 0 0 !important;
	}

	.is-layout-flex.gallery-2 {
		flex-direction: column;
	}

	.is-layout-flex.gallery-2 figure {
		width: 100% !important;
		margin-bottom: 5px !important;
	}

	.is-layout-flex.partner {
		gap: 0;
	}

	.article h2 {
		font-size: 2.4rem;
	}

	.article h2.ttl_intro {
		font-size: 2.4rem;
		text-align: justify;
	}

	.article h3 {
		font-size: 2.2rem;
		margin: 0 auto;
	}

	.article h3::before {
		width: 22px;
		height: 22px;
		margin-bottom: -2px;
	}

	.article h4 {
		font-size: 1.9rem;
	}

	.mobile-menu-buttons .menu-caption:has(span.block) span {
		font-size: 16px;
	}

	.mobile-menu-buttons .menu-caption:has(span.block.phone-block) span {
		font-size: 18px;
	}

	.metaslider.ms-theme-bitono .flexslider .caption-wrap .caption {
		font-size: 18px;
	}

	.speech-wrap .speech-balloon {
		padding: 15px 21px 10px;
		max-width: 84%;
		line-height: 1.5;
	}

	body .is-layout-flex.gallery-2 figcaption {
		font-size: 16px !important;
	}
}
