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

/* フォント */
* {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
}
/* ----------------------------------------
 ヘッダー
----------------------------------------*/
.l-header__inner.l-container {
	max-width: 100%;
}
/* メニュー */
.c-gnav>.menu-item>a {
	padding: 0 18px;
}
.c-gnav>.menu-item>a .ttl {
	font-size: 16px;
	font-weight: 400;
}
.l-fixHeader__gnav .c-gnav>.menu-item>a {
	padding: 0 12px;
}
.l-fixHeader__gnav .c-gnav>.menu-item>a .ttl {
	font-size: 14px;
}
.c-gnav .sub-menu .ttl {
	font-size: .8em;
}
/* ----------------------------------------
 メインビジュアル
----------------------------------------*/
div#main_visual {
	max-width: calc(100% - 200px);
	margin: 30px auto 0;
	border-radius: 35px;
}
@media screen and (max-width: 1600px) {
	div#main_visual {
		max-width: calc(100% - 100px);
		margin-top: 20px;
	}
}
@media screen and (max-width: 1280px) {
	div#main_visual {
		max-width: calc(100% - 50px);
		margin-top: 10px;
	}
}
@media screen and (max-width: 960px) {
	div#main_visual {
		max-width: calc(100% - 10px);
		border-radius: 10px;
	}
}
.p-mainVisual__slideTitle {
	font-size: 35px;
	font-weight: 400;
	text-shadow: 0 3px 6px rgba(255,255,255,.6);
}
.p-mainVisual__slideText {
	font-size: 20px;
	font-weight: 400;
	text-shadow: 0 3px 6px rgba(255,255,255,.6);
}
@media screen and (max-width: 960px) {
	.p-mainVisual__slideTitle {
		font-size: 1.75em;
	}
	.p-mainVisual__slideText {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.p-mainVisual__slideText {
		font-size: 14px;
	}
}
/* メインビジュアル内お知らせ */
.main-visual-post-unit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	min-width: 500px;
	box-shadow: 0 5px 10px rgba(255,255,255,.57);
}
.main-visual-post-unit-inner {
	display: flex;
	align-items: center;
	background-color: #EDF3F7;
	padding: 20px 16px;
	border-radius: 25px;
}
.main-visual-post-unit-inner h2 {
	padding-right: 20px;
}
a.main-visual-post {
	display: flex;
	padding-left: 20px;
	border-left: 1px solid  #BEBEBE;
	width: 100%;
	padding-right: 30px;
	position: relative;
}
a.main-visual-post:after {
	 font-family: "Font Awesome 6 Free";
  content: "\f0da";
	font-weight: 600;
	font-size: 20px;
	color: #619FBB;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
	.main-visual-post-unit {
		display: none;
	}
}

/* ----------------------------------------
 共通
----------------------------------------*/
/* セクションタイトルグループ */
.section-ttl-group {
	text-align: center;
	margin-bottom: 50px;
}
.section-ttl-group h2.is-style-section_ttl {
	font-weight: 400;
	font-size: 2em;
}
.section-ttl-group p {
	background-color: #619FBB;
	display: inline-block;
	color: #FFFFFF;
	padding: 5px 30px;
	border-radius: 20px;
	margin-bottom: 20px !important;
	position: relative;
}
#cta .section-ttl-group p {
	background-color: #FFFFFF;
	color: #619FBB !important;
}
.section-ttl-group p:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 10px;
	background-color: #619FBB;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#cta .section-ttl-group p:before {
	background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.section-ttl-group {
		margin-bottom: 30px;
	}
	.section-ttl-group h2.is-style-section_ttl {
		font-size: 1.75em;
	}
	.section-ttl-group p {
		font-size: 14px;
		padding: 3px 20px;
		margin-bottom: 15px !important;
	}
}
/* シンプルボタン */
.simple-btn a {
	background-color: #619FBB;
	position: relative;
	padding: 15px 60px;
	line-height: 1;
}
.simple-btn a:after {
	 font-family: "Font Awesome 6 Free";
  content: "\f0da";
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
/* ページ最後のセクション下のマージン調整 */
.swell-block-fullWide.alignfull.padd-btm-none {
	padding-bottom: 0 !important;
}
/* ----------------------------------------
 トップページコンテンツ
----------------------------------------*/
/* トップページコンセプト */
#top-concept {
	position: relative;
	background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 243, 247, 1) 100%);
}
#top-concept:before, 
#top-concept:after {
	content: "";
	display: inline-block;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#top-concept:before {
	background-image: url(https://aoi-group.xyz/wp-content/uploads/2025/06/concept-left.png);
	left: 100px;
}
#top-concept:after {
	background-image: url(https://aoi-group.xyz/wp-content/uploads/2025/06/concept-right.png);
	right: 100px;
}
@media screen and (max-width: 1400px) {
	#top-concept:before, 
	#top-concept:after {
		width: 300px;
		height: 300px;
	}
	#top-concept:before {
		left: 50px;
	}
	#top-concept:after {
		right: 50px;
	}
}
@media screen and (max-width: 1200px) {
	#top-concept:before, 
	#top-concept:after {
		width: 250px;
		height: 250px;
	}
	#top-concept:before {
		left: 10px;
	}
	#top-concept:after {
		right: 10px;
	}
}
@media screen and (max-width: 960px) {
	#top-concept:before, 
	#top-concept:after {
		content: none;
	}
}
p.top-concept-txt {
	font-size: 20px;
	line-height: 2em;
	font-weight: 400;
	text-shadow: 0 2px 3px #EDF3F7;
}
@media screen and (max-width: 960px) {
	p.top-concept-txt {
		font-size: 18px;
		line-height: 1.8em;
		text-shadow: none;
	}
}
/* トップサービス */
.top-service-item-unit .swell-block-column {
	background-color: #FFFFFF;
	padding: 50px 15px;
	border-radius: 15px;
	border: 2px dotted #619FBB;
}
.top-service-item-unit h3.is-style-section_ttl {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.top-service-item-unit figure ,
.top-service-item-unit p{
	margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
	.top-service-item-unit .swell-block-column {
		padding: 30px 5px;
		border-radius: 10px;
	}
	.top-service-item-unit h3.is-style-section_ttl {
		margin-bottom: 15px;
	}
	.top-service-item-unit figure ,
	.top-service-item-unit p{
		margin-bottom: 15px;
	}
}

#strength-back-image {
	height: 500px;
}
#strength-content .strength-content-group {
	background-color: #EDF3F7;
	max-width: calc(100% - 200px) !important;
	margin: 0 auto;
	padding: 100px 30px;
	margin-top: -100px !important;
	position: relative;
	z-index: 2;
	border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.strength-content-group .wp-block-group__inner-container {
	max-width: 1100px;
	margin: 0 auto;
}
ul.strength-list {
	max-width:900px;
	margin: 0 auto 50px;
}
ul.strength-list li:before {
	 font-family: "Font Awesome 6 Free";
  content: "\f058";
	font-weight: 600;
	color: #9D9D9D;
}
ul.strength-list li {
	margin-bottom: 15px;
}
ul.strength-list li strong {
	font-size: 20px;
	margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
	#strength-back-image {
		height: 300px;
	}
	#strength-content .strength-content-group {
		max-width: calc(100% - 100px) !important;
	}
}
@media screen and (max-width: 960px) {
	#strength-back-image {
		height: 250px;
	}
	#strength-content .strength-content-group {
		max-width: calc(100% - 40px) !important;
		padding: 50px 20px;
		margin-top: -150px !important;
	}
	ul.strength-list {
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 768px) {
	#strength-content .strength-content-group {
		max-width: calc(100% - 20px) !important;
		padding: 50px 10px;
	}
}

/* お知らせ6件表示 */
.c-postThumb__cat:before {
	content: none;
}
.c-postThumb__cat {
	background-image: none;
}

/* 採用情報＆アクセス */
#top-recruit-access .swell-block-columns__inner {
	background-color: #FFFFFF;
}
#top-recruit-access .recruit-access-txt-unit {
	padding: 30px 0;
}
#top-recruit-access p.recruit-access-txt {
	max-width: 700px;
	margin:0 auto 50px;
	padding: 0 30px;
}
@media screen and (max-width: 960px) {
	.access-map-unit {
		order: 4;
	}
	#top-recruit-access .recruit-access-txt-unit {
		margin-bottom: 30px !important;
	}
}

#cta {
	border-radius: 50px 50px 0 0;
}
.page-id-833 #cta {
	display: none;
}
.cta-item-unit {
	width: calc(100% - 200px);
	margin: 0 auto;
}
.cta-item-unit .swell-block-column {
	background-color: #FFFFFF;
	padding: 53px 20px;
	border-radius: 15px;
}
.cta-item-unit h3.is-style-section_ttl {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 25px;
}
p.cta-tel-number {
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
}
@media screen and (max-width: 1440px) {
	.cta-item-unit {
		width: calc(100% - 100px);
	}
	.cta-item-unit .swell-block-column {
		padding: 40px 10px;
	}
}
@media screen and (max-width: 1280px) {
	.cta-item-unit {
		width: calc(100% - 40px);
	}
	.cta-item-unit .swell-block-column {
		padding: 30px 5px;
	}
	.cta-item-unit h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 25px;
	}
	p.cta-tel-number {
		font-size: 25px;
	}
}
#footer-logo {
	position: relative;
}
#footer-logo:before {
	content: "";
	display: inline-block;
	width: calc(100%  - 200px);
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
	#footer-logo:before {
		width: 100%;
	}
}
.l-footer__foot {
	padding: 0;
}
.w-beforeFooter {
	margin-bottom: 0;
}
p.copyright {
	background-color: #EDF3F7;
	color: #333333;
	padding: 10px;
}
.l-footer__nav a {
	font-size: 16px;
	padding: 0 15px;
	border: none;
}
.l-footer__nav li:first-child a{
	border-left: none;
}
@media screen and (max-width: 960px) {
	.l-footer__nav {
		flex-wrap: wrap;
	}
	.l-footer__nav li {
		width: 100%;
		text-align: center;
	}
	.l-footer__nav li a {
		border-bottom: 1px dotted #FFFFFF;
		padding: 15px;
	}
	.l-footer__nav li:first-child a {
		border-top: 1px dotted #FFFFFF;
	}
}

/* ------------------------------------
 下層ページ 共通
------------------------------------ */
/* タイトルバック */
#top_title_area {
	max-width: calc(100% - 200px);
	min-height: 315px;
	margin: 10px auto 0;
	border-radius: 35px;
}
@media screen and (max-width: 1400px) {
	#top_title_area {
		max-width: calc(100% - 100px);
	}
}
.c-filterLayer.-texture-dot:after {
	content: none;
}
.l-topTitleArea.c-filterLayer::before {
	content: none;
}
#top_title_area .c-pageTitle {
	color: #333333;
	font-size: 35px;
}
@media screen and (max-width: 960px) {
	#top_title_area {
		max-width: calc(100% - 20px);
		min-height: 200px;
		border-radius: 10px;
	}
	#top_title_area .c-pageTitle {
		font-size: 1.75em;
	}
}
/*　強調テキスト */
.sub-ttl-txt {
	font-size: 23px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.sub-ttl-txt {
		font-size: 18px;
	}	
}
/* ------------------------------------
 会社情報
------------------------------------ */
.section-ttl-group.aling-left {
	text-align: left;
}
.section-ttl-group.aling-left h2.is-style-section_ttl {
	text-align: left;
}

/* 代表挨拶 */

/* 会社概要 */
.simple-table td {
	padding: 20px 10px;
}
.simple-table tr td:first-child {
	text-align: center;
	background-color: #619FBB;
	color: #FFFFFF;
}
.simple-table tr td:last-child {
	background-color: #FFFFFF;
}

/* 沿革 */
.history-item {
	background-color: #FFFFFF;
	padding: 40px 60px;
	border-radius: 15px;
	margin-bottom: 80px;
	position: relative;
}
.history-item:before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 25px;
	background-color: #619FBB;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	bottom: -52.5px;
	left: 50%;
	transform: translateX(-50%);
}
.history-item.last:before {
	margin-bottom: 0;
}
.history-item.last:before {
	content: none;
}
.history-data {
	margin-bottom: 0px !important;
}
.history-item h3.is-style-section_ttl {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 15px !important;
}
@media screen and (max-width: 960px) {
	.history-item {
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 40px;
	}
	.history-item:before {
		width: 20px;
		height: 15px;
		bottom: -30px;
	}
	.history-data {
		font-size: 14px;
	}
	.history-item h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 10px !important;
	}
}

/*--------------------------------------------- 
 事業内容
----------------------------------------------- */
.page-id-827 .l-content {
	margin-bottom: 0 !important;
}
.page-id-827 div#before_footer_widget {
	margin-top: 0;
}
.page-id-827 #cta {
	position: relative;
}
.page-id-827 #cta:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100px;
	background-color: #EDF3F7;
	position: absolute;
	top: 0;
	z-index: -1;
}
#service-item-group {
	background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 243, 247, 1) 100%);
	}
.service-item-column figure img {
	border-radius: 50px;
}
p.service-disc-txt {
	margin-bottom: 30px;
}
h3.is-style-section_ttl.nomal-h3-ttl {
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: 400;
	margin-top: 0;
}
.location-link {
	background-color: #619FBB;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	border-radius: 15px;
	position: relative;
}
.location-link:before {
	font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.location-link-name {
	margin-bottom: 10px;
	font-size: 20px;
}
.location-link-tag {
	margin-bottom: 0;
	font-size: 14px;
}
.location-link a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 960px) {
	.page-id-827 #cta:before {
		content: "";
		display: inline-block;
		width: 100%;
		height: 100px;
		background-color: #EDF3F7;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	p.service-disc-txt {
		margin-bottom: 20px;
	}
	.service-item-column figure img {
		border-radius: 20px;
	}
	h3.is-style-section_ttl.nomal-h3-ttl {
		font-size: 1.5em;
	}
	.location-link {
		padding: 10px;
		border-radius: 10px;
		text-align: left;
	}
	.location-link-name {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.location-link-tag {
		font-size: 12px;
	}
}

/*--------------------------------------------- 
 店舗情報
----------------------------------------------- */
#locatoion-main {
	background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 243, 247, 1) 100%);
}
h2.location-top-mess-ttl.is-style-section_ttl {
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 30px;
}
p.location-top-mess-txt {
	font-size: 20px;
	margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
	h2.location-top-mess-ttl.is-style-section_ttl {
		font-size: 1.75em;
		margin-bottom: 20px;
	}
	p.location-top-mess-txt {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 960px) {
	h2.location-top-mess-ttl.is-style-section_ttl {
		font-size: 20px;
		text-align: left;
	}
	p.location-top-mess-txt {
		margin-bottom: 20px;
		text-align: left;
	}
}

/*-------------------------------------------- 
採用情報
----------------------------------------------- */
.recruit-tag-unit {
	margin-bottom: 150px;
}
.recruit-tag-unit .swell-block-column {
	background-color: #619FBB;
	color: #FFFFFF;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 10px;
}
.recruit-tag-unit .swell-block-column p {
	display: inline-block;
	position: relative;
	line-height: 1;
}
.recruit-tag-unit .swell-block-column p:after {
	font-family: "Font Awesome 6 Free";
    content: "\f0dd";
    font-weight: 600;
	line-height: 1;
    color: #FFFFFF;
	margin-left: 10px;
	vertical-align: top;
}
.recruit-tag-unit a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 960px) {
	.recruit-tag-unit {
		margin-bottom: 100px;
	}
	.recruit-tag-unit .swell-block-column {
		height: 50px;
	}
	.recruit-tag-unit .swell-block-column p {
		font-size: 14px;
	}
	.recruit-tag-unit .swell-block-column p:after {
		margin-left: 5px;
	}
}
/* 葵で働く人 */
.worker-voice-txt-area {
	background-color: #FFFFFF;
	padding: 30px 25px !important;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.worker-voice-txt-area h3.is-style-section_ttl.sub-ttl {
	font-size: 20px;
	margin-bottom: 25px;
}
.worker-voice-txt-area h4.is-style-section_ttl.name {
	font-size: 20px;
}
.worker-voice-txt-area h4.is-style-section_ttl.name span {
	font-size: .8em;
}
.worker-voice-txt-area p.q-label {
	display: inline-block;
	border: 1px solid #333;
	padding: 0 20px;
	margin-bottom: 10px;
}
.worker-voice-image-area {
	position: relative;
}
.worker-voice-image-area figure {
	margin-bottom: 0;
}
.worker-voice-image-area figure img {
	border-radius: 10px;
	width: 100%;
}
.worker-voice-image-area p.label{
	display: inline-block;
	background-color: #FFFFFF;
	padding: 7px 10px;
	font-size: 23px;
	border-radius: 0 10px 0 10px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.worker-voice-image-area p.label.reverse{
	border-radius: 10px 0 10px 0;
	right: auto;
	left: 0;
}
@media screen and (max-width: 960px) {
	.worker-voice-txt-area {
		padding: 30px 10px !important;
	}
	.worker-voice-unit.reverse .worker-voice-txt-area {
		order: 2;
	}
	.worker-voice-txt-area h3.is-style-section_ttl.sub-ttl {
		margin-bottom: 20px;
	}
	.worker-voice-txt-area h4.is-style-section_ttl.name {
		font-size: 18px;
	}
	.worker-voice-image-area p.label{
		padding: 5px;
		font-size: 18px;
	}
}

/*--------------------------------------------- 
お問い合わせ
----------------------------------------------- */

.contact-tel-number {
	font-size: 50px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	line-height: 1;
}
/* お問い合わせフォーム */
.contact-form-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 3em;
}
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/*年齢  */
.form-item input.your-age {
	max-width: 300px;
}
/* 住所 */
.form-item .form-flex {
	width: 75%;
}
input.add-txt-1 {
	max-width: 300px;
	margin-bottom: 20px;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	min-height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
.form-item textarea#your-license {
	max-height: 100px;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #619FBB;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #333;
	color: #000000;
	transition: .3s;
}
span#your-subject input {
	width: 20px;
}
span#your-subject span {
	color: #333;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		input.your-add-1 {
			max-width: 200px;
			margin-bottom: 10px;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
}

/*--------------------------------------------- 
SPメニュー
----------------------------------------------- */
.l-header__customBtn.sp_ {
	display: none;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 60px;
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
	}
	.c-iconBtn__icon {
		font-size: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: rgba(255,255,255,.8);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #619FBB;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #333;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 0;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
}