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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* 基本設定＜始まり＞*/

*, *::before, *::after {
  box-sizing: border-box;
}

.article h2 {
	background: none;
	padding: 0;
	font-weight: normal;
}

.article h3 {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
	font-weight: normal;
}

.article h4 {
	border-top: none;
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article h5 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article h6 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article p {
	border-bottom: none;
	padding: 0;
	font-size: 16px !important;
	line-height: 40px;
}

.entry-title {
	display: none;
}

.entry-card .cat-label {
	display: none;
}

article {
	margin: 0 auto !important;
	padding: 0;
}

.content {
	width: 100% !important;
}

.content-in {
	width: 100% !important;
}

.container {
	width: 100% !important;
}

.content {
	margin-top: 0;
}

.footer {
	margin-top: 0;
}

/* 基本設定＜終わり＞*/

/*フォント*/
@font-face {
	font-family: 'nicomoji';
	src: url('../../../wp-includes/fonts/nicomoji-plus_v2.woff2') format('woff2'), url('../../../wp-includes/fonts/nicomoji-plus_v2.woff') format('woff'), url('../../../wp-includes/fonts/nicomoji-plus_v2.ttf') format('truetype');
}

body {
	font-family: "Noto Sans JP", sans-serif !important;
}

/* ヘッダーデザイン */
.header-container {
	position: sticky;
	top: 0;
	z-index: 10;
	width: 100%;
}

.fixed-header .navi-in>ul li:hover>ul {
	display: block;
}

.header-container {
	height: 70px !important;
	display: flex;
	align-items: center;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
}

.header-container-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

header {
	margin: 0 50px;
}

.caption-wrap .item-label {
	color: #003366;
}

.navi {
	display: flex;
	justify-content: flex-end;
}

.navi-in {
	display: flex;
	margin: 0 60px 0 0;
}

#navi-in ul.menu-header {
	background-color: #fff;
	display: flex;
}

.menu-header {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi-in>ul.menu-header li {
	display: flex;
	justify-content: center;
	margin: 0 !important;
}

.navi-in>ul.menu-header>li.menu-item {
	width: 150px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.navi-in>ul.menu-header>li.menu-item a {
	width: 130px;
	display: flex;
	justify-content: center;
	height: 60px;
}

.navi-in>ul.menu-header>li.menu-item a>.caption-wrap {
	width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navi-in>ul.menu-header>li.menu-item a>.caption-wrap>.item-label {
	width: 110px;
	font-size: 18px;
	font-weight: 400;
	transition: transform 0.3s ease;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.navi-in>ul.menu-header>li.menu-item a>.caption-wrap>.item-label::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 2px;
	background: #003366;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}

.navi-in>ul.menu-header>li.menu-item a>.caption-wrap>.item-label:hover::after {
	transform: scale(1, 1);
}

.navi-in>ul.menu-header>li:first-child.menu-item {
	margin: auto auto auto 10px;
}

.navi-in>ul.menu-header>li::nth-child(2).menu-item {
	margin: auto auto auto 10px;
}

.fa-angle-down {
	display: none;
}

.navi-in>ul.menu-header>li:last-child.menu-item {
	width: 220px !important;
	display: block !important;
	display: flex !important;
	align-items: center !important;
	margin: auto 10px auto calc(50vw - 590px) !important;
}

.navi-in>ul.menu-header>li:last-child.menu-item a {
	width: 190px;
	height: 44px;
	border: 1px solid #003366;
	border-radius: 40px;
	display: flex !important;
	align-items: center !important;
}

.navi-in>ul.menu-header>li:last-child.menu-item a>.caption-wrap {
	width: 190px;
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center !important;
}

.navi-in>ul.menu-header>li:last-child.menu-item a>.caption-wrap>.item-label {
	width: 190px;
	height: 42px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 20px;
}

.navi-in>ul.menu-header>li:last-child.menu-item a>.caption-wrap>.item-label::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E%0A");
	background-size: 12px 12px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #003366;
	border-radius: 50%;
	transition: transform 0.3s ease;
	transform: scale(1, 1);
	position: relative;
	left: 0;
}

.navi-in>ul.menu-header>li:last-child.menu-item a:hover>.caption-wrap>.item-label::after {
	transform: translateX(5px);
}

.navi-in>ul.menu-header>.menu-item a:hover {
	background-color: transparent !important;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap {
	justify-content: flex-start;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap {
	justify-content: flex-start;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap>.item-label {
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap>.item-label {
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap>.item-label::after {
	content: normal;
	background-image: none;
	background-size: auto;
	background-repeat: repeat;
	background-position: initial;
	background-color: transparent;
	border-radius: 0;
}

.navi-in>ul.menu-header>li::nth-child(2).menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap>.item-label::after {
	content: normal;
	background-image: none;
	background-size: auto;
	background-repeat: repeat;
	background-position: initial;
	background-color: transparent;
	border-radius: 0;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu {
	background-color: #ffffffCC !important;
	width: 240px !important;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	padding: 10px 0 10px 10px;
	position: absolute;
	left: 0;
	top: 100%;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu {
	background-color: #ffffffCC !important;
	width: 240px !important;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	padding: 10px 0 10px 10px;
	position: absolute;
	left: 0;
	top: 100%;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li {
	display: flex;
	align-items: center;
	height: 40px;
	width: 200px !important;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>li {
	display: flex;
	align-items: center;
	height: 40px;
	width: 200px !important;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li.menu-item {
	width: 220px !important;
	height: 40px;
	display: block !important;
	margin: auto auto auto 15px !important;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>li.menu-item {
	width: 220px !important;
	height: 40px;
	display: block !important;
	margin: auto auto auto 15px !important;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>.menu-item a {
	width: 200px !important;
	height: 40px;
	display: flex;
	justify-content: center;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>.menu-item a {
	width: 200px !important;
	height: 40px;
	display: flex;
	justify-content: center;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu li a>.caption-wrap {
	width: 200px !important;
	height: 40px;
	display: flex;
	justify-content: center;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu li a>.caption-wrap {
	width: 200px !important;
	height: 40px;
	display: flex;
	justify-content: center;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu li a>.caption-wrap>.item-label {
	width: 200px !important;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	font-size: 14px;
	color: #003366;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu li a>.caption-wrap>.item-label {
	width: 200px !important;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	font-size: 14px;
	color: #003366;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu li a>.caption-wrap>.item-label::after {
	content: '';
	display: inline-block;
	position: relative;
	left: 0;
	margin-right: 10px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23003366%22%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 10px 10px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	width: 20px !important;
	height: 20px;
	transform: scale(1, 1);
	transition: transform 0.3s ease;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu li a>.caption-wrap>.item-label::after {
	content: '';
	display: inline-block;
	position: relative;
	left: 0;
	margin-right: 10px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23003366%22%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 10px 10px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	width: 20px !important;
	height: 20px;
	transform: scale(1, 1);
	transition: transform 0.3s ease;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu li a:hover>.caption-wrap>.item-label::after {
	transform: translateX(7px);
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu li a:hover>.caption-wrap>.item-label::after {
	transform: translateX(7px);
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li:last-child.menu-item {
	display: flex;
	align-items: center;
	height: 40px !important;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>li:last-child.menu-item {
	display: flex;
	align-items: center;
	height: 40px !important;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li:last-child.menu-item a {
	border: none;
	padding: 0px !important;
	height: 40px !important;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>li:last-child.menu-item a {
	border: none;
	padding: 0px !important;
	height: 40px !important;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap>.item-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap>.item-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navi-in>ul.menu-header>li:first-child.menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap>.item-label::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23003366%22%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 10px 10px !important;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.3s ease;
}

.navi-in>ul.menu-header>li:nth-child(2).menu-item>.sub-menu>li:last-child.menu-item a>.caption-wrap>.item-label::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23003366%22%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 10px 10px !important;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.3s ease;
}

/* フッターデザイン */
footer {
	padding: 0 !important;
	color: #fff;
	background-color: #003366 !important;
	display: flex;
	justify-content: center;
	width: 100% !important;
}

.footer-title {
	display: none;
}

.footer-center {
	display: none;
}

#footer-in {
	margin: 0 !important;
	width: 90%;
}

.footer-widgets {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-bottom {
	display: none;
}

.footer-left {
	margin-left: auto;
	margin-right: 50px;
	width: fit-content;
	padding: 8px;
}

.footer-left #media_image-2 {
	margin: 15px 0 30px 0 !important;
}

h2.footer-adress {
	display: flex;
	text-align: center;
	text-align: left;
}

h2.footer-adress::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-image: url('https://xs736155.xsrv.jp/ctns_dev/wp-content/uploads/2024/06/icon_l-removebg-preview.png');
	background-size: 32px 32px !important;
	background-repeat: no-repeat;
	background-position: center;
}

.footer-mark {
	display: flex;
	align-items: center;
}

.footer-mark img {
	margin-right: 10px;
	height: 56px;
}

.footer-mark img:last-child {
	margin-right: 0px;
	margin-left: 15px;
}

.footer-right {
	width: 50%;
	padding: 8px;
	margin-top: 10px;
}

.footer-right aside {
	width: 550px !important;
}

.footer-contact-wrapper {
	max-width: 600px;
	display: flex;
	justify-content: center;
}

.footer-contact-wrapper a.main-button {
	width: 300px !important;
	margin: 0 auto;
	background: #fff;
	border: 1.5px solid #fff !important;
}

.footer-contact-wrapper a.main-button:after {
	background: #003366;
}

.footer-contact-wrapper a.main-button:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}

.footer-contact-wrapper a.main-button span {
	color: #003366;
	width: 300px !important;
}

.footer-contact-wrapper a.main-button span::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23003366%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-arrow-right%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M5%2012l14%200%22%20%2F%3E%3Cpath%20d%3D%22M13%2018l6%20-6%22%20%2F%3E%3Cpath%20d%3D%22M13%206l6%206%22%20%2F%3E%3C%2Fsvg%3E');
}

.footer-contact-wrapper a.main-button:hover span {
	color: #fff;
}

.footer-contact-wrapper a.main-button:hover span::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-arrow-right%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M5%2012l14%200%22%20%2F%3E%3Cpath%20d%3D%22M13%2018l6%20-6%22%20%2F%3E%3Cpath%20d%3D%22M13%206l6%206%22%20%2F%3E%3C%2Fsvg%3E');
}

#custom_html-2 {
	margin-bottom: 50px;
}

#custom_html-2 .textwidget h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px auto;
}

#nav_menu-2 a {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	padding: 0 !important;
}

#custom_html-4 .textwidget p {
	font-size: 12px;
}

#nav_menu-2 ul {
	display: flex;
	list-style: none;
	padding: 0;
}

#nav_menu-2 ul>li:first-child {
	border-left: 1px solid #fff;
	padding-left: 12px !important;
}

#nav_menu-2 ul>li {
	border-right: 1px solid #fff;
	padding-right: 12px;
	margin-right: 12px;
	text-align: center;
}

#nav_menu-3 ul {
	display: flex !important;
}

#nav_menu-3>ul li {
	display: block;
	width: 200px;
	margin-right: 20px;
}

#nav_menu-3>li:last-child {
	margin-right: 0;
}

#nav_menu-3 a {
	color: #ffffff;
	width: 200px;
	padding-left: 20px;
	font-size: 24px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
}

#nav_menu-3 #menu-item-568 {
	width: 140px;
}

#nav_menu-3 #menu-item-568 a {
	width: 140px;
}

#nav_menu-3 #menu-item-86 {
	width: 130px;
}

#nav_menu-3 #menu-item-86 a {
	width: 130px;
}

#nav_menu-3 .sub-menu {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	padding: 0 0 0 10px !important;
}

#nav_menu-3 .sub-menu li {
	width: 180px;
}

#nav_menu-3 .sub-menu a {
	font-size: 14px;
	position: relative;
	padding: 4px 4px !important;
	border-bottom: none;
}

#nav_menu-3 .sub-menu a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E%0A");
	background-size: 14px 14px !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

#nav_menu-3 a:hover,
#nav_menu-2 a:hover {
	background-color: transparent !important;
}

/* タイトル */
.wp-block-heading-title {
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.wp-block-heading-title::before {
	content: '';
	display: inline-block;
	background-color: #003366;
	height: 75px;
	width: 4px;
	margin-right: 12px;

}

h2.wp-block-heading-h2 {
	font-size: 48px;
	color: #003366;
	margin-bottom: 5px !important;
	font-weight: normal;
}

h3.wp-block-heading-h3 {
	font-size: 16px;
	color: #003366;
	margin-bottom: 5px !important;
	font-weight: normal;
}

/* ボタン*/
a.main-button {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px !important;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 10px auto !important;
	border: 1.5px solid #003366 !important;
	cursor: pointer;
	height: 60px !important;
	text-decoration: none;
}

a.main-button:after {
	content: " ";
	width: 0%;
	height: 100%;
	background: #fff;
	position: absolute;
	transition: all 0.3s ease-in-out;
	right: 0;
	border-radius: 3px !important;
}

a.main-button:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}

a.main-button span {
	display: block;
	width: fit-content;
	text-align: center;
	text-decoration: none;
	width: fit-content;
	padding: 18px 50px 18px 50px;
	color: #fff;
	letter-spacing: 1px;
	z-index: 20;
	transition: all 0.1s ease-in-out;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

a.main-button:hover span {
	color: #003366;
	/* 	animation: scaleUp 0.3s ease-in-out; */
}


/* コンテンツ */
main {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

#container {
	background-color: #fff;
	min-height: 100vh !important;
}

article {
	width: 100%;
	display: flex;
	flex-direction: column;
}

header.article-header {
	display: none;
}

.entry-content {
	margin: 0;
}

section {
	width: 100%;
	margin: 0px auto !important;
}

.section-wrapper {
	width: 80%;
	max-width: 1100px;
	margin: 0px auto !important;
	padding: 40px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	transform: translateY(30px);
	opacity: 0;
	transition: transform 2s, opacity 2s;
}

.section-wrapper.show {
	transform: translateY(0);
	opacity: 1;
}

.section-content {
	margin: 50px 20px 0px 20px !important;
}

/* メインビジュアルデザイン（ナビ） */
section.navi-mainvisual {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

section.navi-mainvisual figure {
	width: 100%;
	height: 36vh !important;
	margin: 0 !important;
	position: relative;
}

section.navi-mainvisual figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 36vh;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
	background-position: 0 0, 6px 6px;
	background-size: 3px 3px;
	z-index: 1 !important;
}

section.navi-mainvisual figure img {
	height: 36vh !important;
	width: 100%;
	object-fit: cover;
}

figure .navi-mainvisual-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2 !important;
}

.wp-block-image>.navi-mainvisual-message {
	color: #fff;
}

.wp-block-image>.navi-mainvisual-message h1 {
	font-size: 48px;
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.wp-block-image>.navi-mainvisual-message h2 {
	font-size: 24px;
	margin: 24px 0 0 0;
	font-weight: normal;
	text-align: center;
}

/* メインビジュアルデザイン（サービス） */
section.service-mainvisual {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

section.service-mainvisual figure {
	width: 100%;
	height: 36vh !important;
	margin: 0 !important;
	position: relative;
}

section.service-mainvisual figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 36vh;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
	background-position: 0 0, 6px 6px;
	background-size: 3px 3px;
	z-index: 1 !important;
}

section.service-mainvisual figure img {
	height: 36vh !important;
	width: 100%;
	object-fit: cover;
}

figure .service-mainvisual-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2 !important;
}

.wp-block-image>.service-mainvisual-message {
	color: #fff;
}

.wp-block-image>.service-mainvisual-message h1 {
	font-size: 48px;
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.wp-block-image>.service-mainvisual-message h2 {
	font-size: 24px;
	margin: 24px 0 0 0;
	font-weight: normal;
	text-align: center;
}

/*テーブル*/
figure.wp-block-table {
	margin: 20px 0 40px 0 !important;
	display: flex;
	justify-content: center;
}

figure.wp-block-table table {
	border-collapse: collapse;
	width: 90% !important;
	margin: 0 auto;
}

figure.wp-block-table td {
	border-right: none;
	border-left: none;
	padding: 8px 8px 8px 10px;
	margin: 20px;
	font-size: 16px;
	background-color: none;
}

figure.wp-block-table td:first-child {
	font-weight: 400 !important;
	color: #646464 !important;
	width: 20%;
}

figure.wp-block-table tr td {
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

/*TOPへボタン*/

#go-to-top {
	z-index: 0 !important;
}

#go-to-top button {
	width: fit-content;
	height: 40px;
	background-color: #F5F5F5B3;
	border-radius: 2px;
	padding: 10px;
}

#go-to-top button img {
	width: auto;
	height: 20px;
}

/*モバイルメニュー設定*/
li.logo-menu-button a img {
	height: 36px;
	margin-left: 30px !important;
}

#navi-menu-close {
	background-color: transparent;
	top: 50px;
}

#navi-menu-content {
	width: 70% !important;
	max-width: 70% !important;
	background-color: #003366E6;
	top: 50px;
}

.menu-drawer {
	margin-top: 10px;
}

.menu-drawer a {
	color: #ffffff;
}

.menu-drawer a:hover {
	background-color: transparent;
	color: #fff;
}

.navi-menu-close-button {
	display: none;
}

li.navi-menu-button {
	background-color: #003366 !important;
	display: block;
	width: 50px !important;
	height: 50px !important;
	box-shadow: 0 1px 5px;
}

#navi-menu-open {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50px !important;
	height: 50px !important;
}

span.fa.fa-bars {
	color: #fff;
	background-color: #003366 !important;
}

span.navi-menu-caption {
	color: #fff;
	background-color: #003366 !important;
}

.menu-item-28>a {
	pointer-events: none;
	font-size: 24px;
	margin-top: 10px;
}

.menu-item-28>.sub-menu a {
	font-size: 16px;
	padding: 4px 6px;
}

.menu-item-565>a {
	pointer-events: none;
	font-size: 24px;
	margin-top: 10px;
}

.menu-item-565>.sub-menu a {
	font-size: 16px;
	padding: 4px 6px;
}

.menu-item-23>a {
	font-size: 24px !important;
	margin-top: 10px;
}

.menu-item-22>a {
	font-size: 24px;
	margin-top: 10px;
}

.menu-item-21 {
	display: flex !important;
	justify-content: center;
	align-items: center !important;
	border: 1px solid #fff;
	border-radius: 40px;
	width: 75%;
	max-width: 220px;
	margin: 30px auto 0 auto;
}

.menu-item-21>a {
	width: 140px;
	height: 46px;
	font-size: 24px;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between;
}

.menu-item-21>a::before {
	content: '';
	display: flex;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%23003366%22%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 12px 12px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 50%;
	transition: transform 0.3s ease;
	transform: scale(1, 1);
	position: relative;
	left: 0;
}

.menu-item-21>a:hover::before {
	transform: translateX(5px);
}

.navi-menu-icon>.fa-bars {
	display: none;
}

span.navi-menu-caption {
	display: none !important;
}

span.icon-solid {
	position: relative;
	display: flex !important;
	align-items: center !important;
}

span.icon-bars::after {
	content: '';
	display: flex;
	width: 50px;
	height: 50px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%2096C0%2078.3%2014.3%2064%2032%2064H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32C14.3%20128%200%20113.7%200%2096zM0%20256c0-17.7%2014.3-32%2032-32H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32zM448%20416c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32H416c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 30px 30px !important;
	background-repeat: no-repeat;
	background-position: center;
}

span.icon-xmark::after {
	content: '';
	display: flex;
	width: 50px;
	height: 50px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20384%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M342.6%20150.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20210.7%2086.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L146.7%20256%2041.4%20361.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L192%20301.3%20297.4%20406.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L237.3%20256%20342.6%20150.6z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 40px 40px !important;
	background-repeat: no-repeat;
	background-position: center;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1250px以下*/
@media screen and (max-width: 1250px) {

	/*必要ならばここにコードを書く*/
	/*ヘッダー*/
	.navi-in>ul.menu-header>li.menu-item {
		width: 120px !important;
	}

	.navi-in>ul.menu-header>li.menu-item a {
		width: 110px;
	}

	.navi-in>ul.menu-header>li:last-child.menu-item {
		width: 170px !important;
		margin: auto 10px auto calc(50vw - 490px) !important;
	}
}

@media screen and (max-width: 1200px) {
	.footer-left {
		width: 40%;
	}
}

/*1100px以下*/
@media screen and (max-width: 1100px) {

	/*必要ならばここにコードを書く*/
	/*フッター*/
	.footer-widgets {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer-left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-right: auto;
	}

	.footer-right {
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}

	.footer-right aside {
		display: block;
		width: auto;
		/* 必要に応じて調整 */
		margin: 0 auto;
	}
}

/*1050px以下*/
@media screen and (max-width: 1050px) {

	/*必要ならばここにコードを書く*/
	/*ヘッダー*/
	.navi-in>ul.menu-header>li.menu-item {
		width: 110px !important;
	}

	.navi-in>ul.menu-header>li.menu-item a {
		width: 100px;
	}

	.navi-in>ul.menu-header>li:last-child.menu-item {
		width: 160px !important;
		margin: auto 10px auto calc(49vw - 470px) !important;
	}
}

/*1023px以下*/
@media screen and (max-width: 1023px) {

	/*必要ならばここにコードを書く*/
	/*ヘッダー*/
	.header-container {
		display: none;
	}

	.footer-right aside {
		display: block;
		width: auto;
		/* 必要に応じて調整 */
		margin: 0 auto;
	}
}

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

	.section-wrapper {
		width: 100%;
		padding: 25px 15px 0px 15px;
	}

	#top-contact-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

/*600px以下*/
@media screen and (max-width: 600px) {
	.article p {
		line-height: 30px;
	}

	.wp-block-heading-title::before {
		height: 60px;
	}

	h2.wp-block-heading-h2 {
		font-size: 36px;
		margin-bottom: 5px !important;
	}

	h3.wp-block-heading-h3 {
		margin-bottom: 5px !important;
	}

	.footer-right {
		display: none;
	}

	.wp-block-image>.service-mainvisual-message h1 {
		font-size: 36px;
	}

	figure .navi-mainvisual-message {
		left: 30px;
		align-items: flex-start;
	}

	.wp-block-image>.navi-mainvisual-message h1 {
		font-size: 36px;
		text-align: left;
	}

	.wp-block-image>.navi-mainvisual-message h2 {
		text-align: left;
	}
}

/*480px以下*/
@media screen and (max-width: 480px) {
	figure.wp-block-table td:first-child {
		width: 25%;
	}

	.section-wrapper {
		width: 100%;
		padding: 25px 5px 0px 5px;
	}

	a.main-button span {
		padding: 18px 40px 18px 25px;
		font-size: 14px;
	}

	section#section-contact a.main-button {
		width: 280px !important;
	}

	section#section-contact a.main-button span {
		width: 280px !important;
	}

	.wp-block-image>.service-mainvisual-message h1 {
		font-size: 32px;
	}

	.wp-block-image>.service-mainvisual-message h2 {
		font-size: 20px;
	}

	.wp-block-image>.navi-mainvisual-message h2 {
		font-size: 20px;
	}

	#custom_html-2 .textwidget h1 {
		font-size: 44px;
	}

	#custom_html-2 .textwidget h1 span {
		font-size: 44px;
	}

	#nav_menu-2 a {
		font-size: 14px;
	}
}

/*377px以下*/
@media screen and (max-width: 377px) {
	#nav_menu-2 ul>li {
		border-right: 1px solid #fff;
		padding-right: 12px;
		margin-right: 12px;
		text-align: center;
		vertical-align: middle;
		display: inline-flex;
		align-items: center;
		height: 40px;
	}

	#nav_menu-2 ul>li a {
		height: 40px;
		display: flex;
		align-items: center;
	}
}