@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: LIG
Theme URI: https://lifeisgood.jp
Description: 
Author: MY WAY
Author URI: 
License: 
License 
Tags: flexible-width, custom-header, custom-menu, editor-style,
Version: 2025_001
---------------------------------------------------------*/
* {
	font-family: "Noto Sans Jp", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}
body {
	color: #333;
	min-width: 320px;
	word-wrap: break-word;
	background-color:#fff;
}
body.mceContentBody {
	background-color:#fff;
}

/* リンクの色 */
a {
	color: #f08301;
}
/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #f08301;
	text-decoration: underline;
}
img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}
/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.wp-caption{
	height: auto;
	max-width: 100%;
}
/* ロゴ画像の最大サイズ */
.sitename img {
	max-height: 32px;
	/*margin: 0 auto;*/
	padding: 16px;
}
/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */
p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .08em;
	margin-bottom: 24px;
}
/*ブログタイトル*/

header .sitename {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 0;
	margin: 0;
}
header .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*ブログ名の下のキャプション */

header h1 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
header a {
	color: #fff;
	text-decoration: none;
}
header .descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}

.header_inner {
	display: flex;
	justify-content: space-between;
}
.header_contact {
	position: absolute;
	right: 0;
	top: 0;
}
.header_contact_inner {
	display: flex;
	padding: 8px;
}
.header_contact_inner .hc_tel {
	background-color: #f08301;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	margin-right: 8px;
	font-size: 24px;
	border-radius: 4px;
}
.header_contact_inner .hc_line {
	background-color: #f08301;
	width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
	font-size: 24px;
	border-radius: 4px;
}


.header_menu_sp_box {
	background-color: #0a203b;
	position: relative;
	width: 64px;
	height: 64px;
}
.hamburger {
	position: absolute;
	right: 17px;
	top: 17px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 300;
}

.hamburger__line {
	position: absolute;
	width: 30px;
	height: 2px;
	right: 0;
	background-color: #fff;
	transition: all 0.5s;
}

.hamburger__line--1 {
	top: 1px;
}

.hamburger__line--2 {
	top: 14px;
}

.hamburger__line--3 {
	top: 12px;
}
.menu_txt {
	position: absolute;
	top: 20px;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 10px;
	background-color: #0a203b;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 10px;
	background-color: #0a203b;
}
.open .menu_txt {
	color: #0a203b;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 85%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #f5f7f9;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}




/* 記事タイトル */

.post_title {
	font-size: 20px;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 16px;
}
.entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #666;
	text-decoration: none;
}

/* 中見出し */

h2 {
	position: relative;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 16px;
	padding: 16px 0;
}

/*小見出し*/

.post h3 {
	font-size: 16px;
	margin: 0 0 16px;
	padding: 16px 0;
	color: #333;
	line-height: 1.8;
}
h3 a {
	color: #333;
	text-decoration: none;
}
.post h4{
	padding: 10px;
	margin-bottom: 10px;
}
.post h5{
	margin-bottom: 10px;
	font-size: 16px;
}
.wp-caption-text a,.wp-caption-text{
	font-size:12px;
	color:#ccc;
}
/* サイドバーの見出し */
#side aside h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
footer h4 a {
	color: #666;
	text-decoration: none;
}
/* 関連記事の文字 */
.point {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
	color: #666;
}
/* 記事タイトル下 */

.post_title_box {
	background-color: #f08301;
	border-radius: 0 16px 16px 0;
	padding: 24px;
	margin: 0 24px 24px 0;
}

.post_date p {
	font-size: 16px;
	margin: 0px;
	color: #fff;
	line-height: 1.8;
}
.post_date {
	color: #fff;
	margin-bottom: 16px;
	padding: 0;
}
.post_day {
	margin-right: 16px;
}
.post_thum {
	padding: 0 24px;
}
.post_thum img {
	border-radius: 16px;
	margin: 0 auto;
}

.post_child {
	padding: 24px;
}

.post_tag a {
	font-size: 14px;
	border: 1px solid #f08301;
	border-radius: 4px;
	color: #f08301;
	padding: 8px 16px;
	text-decoration: none;
}

/* 引用 */
.post blockquote {
	background-color: #f2f2f2;
	padding: 20px;
	margin: 20px;
}
/* 引用じゃないけど引用と同じデザインにしたい時 */
.inyoumodoki {
	background-color: #f2f2f2;
	padding: 20px;
	margin: 20px;
}
/* フッター文字 */
#footer h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
#footer .copy {
	font-size: 12px;
	color: #fff;
	line-height: 15px;
}

/* ARCHIVE */
.archive_main {
	padding: 0;
}
.archive_main h2 {
	color: #333;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 16px;
	padding: 16px 24px;
}
/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
#itiran_box {
	padding: 0 24px;
}
#itiran_box dl {
	display: flex;
	margin-bottom: 24px;
	padding: 0;
}
#itiran_box dl:first-child {
	
}
#itiran_box dl:last-child {
	
}
#itiran_box dd h3 {
	font-size: 14px;
	line-height: 1.8;
}
#itiran_box dt {
	position: relative;
	float: left;
	width: 136px;
	min-width: 136px;
}
#itiran_box dt img {
	width: 100%;
	border-radius: 16px;
}
#itiran_box dd {
	padding: 0 16px;
}
#itiran_box .itiran_date p {
	font-size: 14px;
	font-weight: 600;
	color: #999;
	margin-bottom: 4px;
}
#itiran_box .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
/* 抜粋文字 */
#itiran_box .clearfix dd p {
	line-height: 24px;
}
#itiran_box .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
/* 一覧タイトル下 */

#itiran_box .blog_info p a {
	color: #666;
	text-decoration: none;
}
#itiran_box .clearfix dd .blog_info p {
	font-size: 12px;
	margin-bottom: 0;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/
/* タイトル名 */
#kanren dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#kanren dt {
	float: left;
	width: 100px;
}
#kanren dt img {
	width: 100px;
}
#kanren dd {
	padding-left: 110px;
}
#kanren dl {
	margin-bottom: 10px;
	padding: 10px;
}
#kanren dl:last-child {
	
}
/* 抜粋文字 */
#kanren .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}
#kanren .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
#kanren .clearfix dd h5 a:hover {
	color: #b22222;
}
/*--------------------------------
サイドバー
---------------------------------*/
#side aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#side aside h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0 0 24px;
	padding: 24px;
}
#side aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 27px;
}
#side aside #mybox ul {
	margin-bottom: 10px;
}
/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}
.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
figure {
	margin: 0;
}
.post table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 32px;
	width: 100%;
}
table tr th {
	padding: 8px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 1.8;
}
table tr td {
	padding: 8px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 1.8;
}
.post table tr td p{
	font-size: 16px;
	line-height: 1.8;
}
.post table tr:nth-child(even) {
	
	}
#main .post table {
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;*/
}

/*画像 */
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ie8 img {
	width: auto;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.post ul li {
	font-size: 17px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.post ol li {
	font-size: 17px;
	line-height: 27px;
}
/*--------------------------------
SLIDEBARS
---------------------------------*/
.sb-toggle-right {
        display: block;
        width: 60px;
        height: 60px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 5;
        /*background-color: #fff;*/
}
.sb-toggle-right span {
        display: block;
		background-color: #fff;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 15px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
}
.sb-toggle-right span:first-child {
        top: 20px;
}
.sb-toggle-right span:nth-child(2) {
        margin-top: -1px;
        top: 50%;
}
.sb-toggle-right span:last-child {
        bottom: 20px;
}
/* ---------- HEADER < SLIDE MENU > ---------- */
.slide_menu {
    font-size: 16px;
    line-height: 30px!important;
    /*text-align: center;*/
    color: #fff;
    padding: 80px 24px 0;
    margin-bottom: 0px;
    letter-spacing: .08em;
}
.sb-slidebar {
    background-color: #000!important;
}
.sb-slidebar nav li {
	position: relative;
	font-size: 16px;
	padding: 0 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: -1px;
    margin-bottom: -1px;
}
.sb-slidebar nav li a {
	color: #fff;
	text-decoration: none;
    display: block;
    line-height: 50px;
    letter-spacing: 1px;
}
.sb-close {
    font-size: 12px;
    line-height: 40px;
    margin: 30px 15px 0;
	background-color: #00bcbc;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
}
/*--------------------------------
メニュー
---------------------------------*/
nav li {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 0;
	border-bottom: 2px dotted #0a203b;
}
nav li li {
	font-size: 13px;
	padding: 10px;;
	border: none;
}
nav li a {
	color: #0a203b;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}

/*--------------------------------
検索フォーム
---------------------------------*/
.side_search {
	padding: 0 24px;
	margin-bottom: 48px;
}
#side aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
#s {
	height: 64px;
	color: #333;
	font-size: 14px;
	border-radius: 8px;
	border-style: none;
	/*border: 1px solid #f08301;*/
	background-color: #fff;
	z-index: 10;
	padding: 16px 48px 16px 16px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #f08301;
	/*box-shadow: 0 0 12px 1px rgb(0 0 0 / 10%);*/
	box-shadow: 4px 4px #f08301;
}
#searchsubmit {
	border-radius: 0 8px 8px 0;
	border-style: none;
	color: #f08301;
	background-color: #fff;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 60px;
	height: 60px;
	z-index: 20;
}
*:first-child + html #searchsubmit {
	top: 1px;
}


/*--------------------------------
ページャー
---------------------------------*/
.pagenation_sp {
	margin: 24px auto 48px;
    display: inline-block;
	width: 100%;
}
.pagenation_sp:after, .pagenation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pagenation_sp ul {
	margin: auto;
    display: flex;
	/*border-collapse: separate;
    border-spacing: 8px 0;*/
	flex-wrap: nowrap;
	justify-content: center;
	gap: 8px;
}
.pagenation_sp li {
	/*display: table-cell;*/
	list-style: none outside none;
	/*margin-left: -1px;*/
	background-color: #fff;
	border: 1px solid #f08301;
	font-size: 14px;
	padding: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100vh;
}
.pagenation_sp li:first-child {
	margin-left: 0;
}
.pagenation_sp li.active {
	color: #fff;
	background-color: #f08301;
	border: 1px solid #f08301;
	cursor: not-allowed;
    font-weight: 600;
    font-size: 14px;
	padding: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100vh;
}
.pagenation_sp li a {
	/*background: none repeat scroll 0 0 #fff;
	border-radius: 3px;*/
	
	color: #f08301;
    font-weight: 600;
    font-size: 14px;
	padding: 0;
	display: block;
	border-radius: 100vh;
	text-decoration: none;
}
.pagenation_sp li.prev a::before {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.pagenation_sp li.prev a::before {
	content: "\f104";
	line-height: 1.2;
	padding: 0 1.5px;
}
.pagenation_sp li.next a::before {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.pagenation_sp li.next a::before {
	content: "\f105";
	line-height: 1.2;
	padding: 0 1.5px;
}
.pagenation_sp li a:hover {
	background: #f5f5f5;
	color: #000;
	opacity: 0.8;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: ease;
}
/*--------------------------------
ぱんくず
---------------------------------*/
#custom_breadcrumb {
	font-size: 14px;
}
#custom_breadcrumb ul {
	color: #999;
	list-style-type: disc;
    padding: 16px 24px;
    margin: 0;
	/*border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
}
#custom_breadcrumb ul a {
	font-size: 14px;
	line-height: 40px;
	color: #999;
	text-decoration: none;
}



/*--------------------------------
SNS
---------------------------------*/
.sns li {
	margin: 5px 0;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.post .sns .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*--------------------------------
カレンダー
---------------------------------*/
#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 100%;
}
#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	background-color: #f3f3f3;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
	background-color: #fff;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}
/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 8px;
	right: 8px;
	font-size: 16px;
}
#page-top a {
	background-color: #fff;
    text-decoration: none;
    color: #0a203b;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100vh;
    border: 2px solid #f0a203b;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #0a203b;
	color: #fff;
}

/*--------------------------------
コメント
---------------------------------*/
#comments p a {
	color: #333;
}
#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #333;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
	line-height: 18px;
}
.commentmetadata {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments #commentlist img {
	padding: 10px;
}
#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}
ul.children {
	padding: 0px;
}
.commets-list li {
	list-style-type: none;
}
.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}
.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}
/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
	display: none;
}
#comments h3 {
	background-image: url(images/come.png);
	font-size: 16px;
	padding: 10px 0px 10px 50px;
	border: none;
	margin-bottom: 0px;
}
#comments textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}
#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	border: 1px #f2f2f2 solid;
}
/* コメントボタン */
#comments input[type="submit"] {
	background-color: #ccc;
	padding: 10px;
	-webkit-appearance: none;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	float: left;
	width: 50px;
	color: #666;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
/* ----------------------------------------------------
 レイアウト スマートフォン
---------------------------------------------------- */
#wrapper {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
header {
	height: 64px;
	/*position: absolute;*/
    width: 100%;
	z-index: 2;
	background-color: transparent;
}


/* ----- セクション｜お問合せ <SP> ----- */
.top_contact_box {
	margin: 24px 24px 48px;
	background-color: #f5f7f9;
	border-radius: 8px;
	border: 3px solid #0a203b;
}
.top_contact_box_inner {
}
.top_contact_box_img {
	display: flex;
	padding: 24px 24px 0;
}
.top_contact_box_img p {
	color: #0a203b;
	font-weight: 600;
}
.top_contact_box_img img {
	width: 80px;
	height: 80px;
	margin-right: 16px;
}
.top_contact_box_inner h3 {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	padding: 16px;
	background-color: #0a203b;
	color: #fff;
}
.h3_pluslife {
	font-size: 18px;
	color: #fff;
}
.top_contact_box_txt {
	padding: 0 24px 24px;
}
.top_contact_box_txt p {
	font-size: 14px;
	font-weight: 600;
	margin: 24px 0;
}
.top_contact_box_btn {
	/*padding: 16px;*/
}
.top_contact_box_btn .contact_line_btn {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #06c755;
	color: #fff;
	padding: 16px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
}
.top_contact_box_btn .contact_web_btn {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #0a203b;
	color: #fff;
	padding: 16px;
	text-align: center;
	border-radius: 8px;
	display: flex;
	justify-content: center;
}

.top_contact_box_btn .contact_line_btn img ,
.top_contact_box_btn .contact_web_btn img {
	max-width: 24px;
	margin-right: 8px;
}

.top_image_box {
	position: relative;
}
.top_movie_box {
	position: relative;
	height: 90vh;
}
.top_movie_box img {
	width: 100%;
    height: 90vh;
    object-fit: cover;
}
.top_image_box {
	position: relative;
}
.top_image_box_inner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .1);
    background-image: radial-gradient(#000 10%, transparent 0), radial-gradient(#000 10%, transparent 0);
    background-position: 0 0, 3px 3px;
    background-size: 3px 3px;
}

/*@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }*/
.top_message_box {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
	height: 90vh;
	z-index: 1;
}
.top_message_box_inner {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	height: fit-content;
	margin: auto;
	display: block;
	z-index: 2;
}
.top_message_box_inner .tmb_h2 {
	color: #fff;
	font-size: clamp(16px,4.5vw,32px);
	font-weight: 500;
    line-height: 1.8;
    margin-bottom: 24px;
    padding: 0 24px;
}
.top_message_box_inner .tmb_p_01 {
	color: #fff;
    font-size: clamp(20px,5vw,40px);
	font-weight: 800;
    line-height: 2.5;
    margin-bottom: 24px;
    padding: 0 24px;
	letter-spacing: .06em;
}
.top_message_box_inner .tmb_p_02 {
	color: #fff;
	font-size: clamp(16px,4vw,24px);
	font-weight: 500;
    line-height: 1.8;
    margin-bottom: 24px;
    padding: 0 24px;
	letter-spacing: .06em;
}
.top_contact_btn a {
	background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 56px;
	width: 70%;
	padding: 0;
	margin: 32px auto 0;
	border-radius: 100vh;
	display: block;
}
.top_message_box img {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 70%;
	margin: auto;
	display: block;
	z-index: 2;
}
.top_message_box span {
	padding: 0 10px;
	margin-bottom: 15px;
	background-color: #000;
}


/* ---------- TOP FV <SP> ---------- */
.top_fv_box_inner {
	position: relative;
	background-color: #f5f7f9;
	padding-bottom: 64px;
}
.top_fv_box_inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	background-color: #fff;
	z-index: 0;
}

/* --- img --- */
.top_fv_img_box {
	position: relative;
	z-index: 1;
	padding: 0 0 24px 24px;
}
.top_fv_img_box img {
	border-radius: 0 0 0 16px;
}
/* --- txt --- */
.top_fv_txt_box {
	
}

.fv_h2 {
	color: #333;
	font-size: 18px;
	line-height: 2;
	letter-spacing: .06em;
	padding: 0 24px;
}
.fv_h2_span_01 {
	color: #0a203b;
	font-size: 22px;
}
.fv_h2_span_02 {
	color: #0a203b;
	font-size: 22px;
}

/* --- FV LIST <SP> --- */
.top_fv_list_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	padding: 0 24px;
	margin-bottom: 24px;
}
.top_fv_list_item {
	background-color: #fff;
	border-radius: 4px;
	color: #0a203b;
	padding: 16px 12px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 0 10px rgba(10, 32, 59, 0.1);
	width: 100%;
}

/* --- FV BTN <SP> --- */
.top_fv_contact_btn_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 0 24px;
}
.top_fv_contact_btn a {
	font-size: 90%;
	font-weight: bold;
	border-radius: 8px;
	text-decoration: none;
	padding: 16px;
	display: block;
	text-align: center;
	width: 40%;
}
.top_fv_contact_btn .top_fv_contact_btn_mail {
	background-color: #0a203b;
	color: #fff;
	display: flex;
	justify-content: center;
}
.top_fv_contact_btn .top_fv_contact_btn_line {
	background-color: #06c755;
	color: #fff;
	display: flex;
	justify-content: center;
}
.top_fv_contact_btn .top_fv_contact_btn_mail img ,
.top_fv_contact_btn .top_fv_contact_btn_line img {
	max-width: 24px;
	margin-right: 8px;
}

main {
	background-color: #fff;
	padding: 0;
	margin: 0 ;
}

/* --- HOME.PHP --- */

/* SETTING */
section {
	
}
.top_link_btn {
	display: block;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.top_link_btn a {
	font-size: 12px;
	background-color: #000;
    color: #fff;
    display: inline-block;
    min-width: 250px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.3em;
}


/* ---------- ABOUT <SP> ---------- */
.section_about {
	padding: 64px 0;
	background-color: #fff;
}
.about_img_box {
	padding: 0 24px 0 0;
}
.about_img_box img {
	border-radius: 0 16px 16px 0;
}
.section_about_inner .title_txt {
    color: #0a203b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 32px 0 0;
    letter-spacing: .08em;
}
.section_about .h2_color {
	font-size: 22px;
	font-weight: bold;
	color: #0a203b;
}
.section_about h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}
.about_p_box p {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .08em;
	padding: 0 24px;
	
}


/* ---------- PROBLEM <SP> ---------- */
.section_problem {
	background-color: #0a203b;
	position: relative;
}
.section_problem::after{
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50vw - 50%);
    width: 0;
    height: 0;
    border-top: 48px solid #0a203b; /* 好みで高さ色を変えてください */
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}
.section_problem_inner {
	padding: 64px 24px;
}
.section_problem_inner .title_txt {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: .08em;
}
.section_problem_inner h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: .08em;
	padding: 24px 0;
}
.section_problem_inner .problem_p {
	color: #0a203b;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	letter-spacing: .08em;
	padding: 16px 0;
	background-color: #fff;
	border-radius: 100vh;
}
.section_intrust_inner {
	padding: 96px 24px 48px;
}
.section_intrust_inner h2 {
	color: #333;
	text-align: center;
}
.section_intrust_inner h2 .h2_color {
	color: #0a203b;
	font-size: 22px;
}
.section_intrust_inner p {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}


/* ---------- STRENGTHS <SP> ---------- */
.section_st {
	padding: 64px 24px;
	background-color: #f5f7f9;
}
.section_st_inner .title_txt {
	color: #0a203b;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: .08em;
}
.section_st h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}
.section_st .h2_pluslife {
	font-size: 22px;
	font-weight: bold;
	color: #0a203b;
}
.section_box_wrap {
	display: flex;
	flex-wrap:wrap;/* これを指定する */
	justify-content:space-between;
	gap: 16px 8px;
}
.section_st_box {
	padding: 24px;
	margin: 0 0 48px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 0 10px rgba(10, 32, 59, 0.1);
}
.section_st_img_box {
	position: relative;
}
.section_st_img_box img {
	margin-bottom: 16px;
}
.section_st_box .st_num {
	font-family: "Jost", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #0a203b;
	letter-spacing: .08em;
}
.section_st_box h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .08em;
	/*text-align: center;*/
	padding: 0;
	margin-bottom: 0;
}
.section_st_box .ud {
	background:linear-gradient(transparent 70%, #93a2ff 0%);
}
.section_st_box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	/*letter-spacing: .06em;*/
	padding: 0;
	margin: 0;
}


/* ---------- SERVICE <SP> ---------- */
.section_service {
	padding: 64px 24px;
	background-color: #fff;
}
.section_service_inner .title_txt {
    color: #0a203b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: .08em;
}
.section_service .h2_pluslife {
	font-size: 22px;
	font-weight: bold;
	color: #0a203b;
}
.section_service h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}
.section_service_box_wrap {
	display: flex;
	flex-wrap:wrap;/* これを指定する */
	justify-content:space-between;
	gap: 16px 8px;
}
.section_service_box {
	width: 48%;
	padding: 0;
	border-radius: 8px;
	/*box-shadow: 0 0 12px 1px rgb(0 0 0 / 10%);*/
	box-sizing: border-box;
	background-color: #0a203b;
}
.section_service_box img {
	border-radius: 8px 8px 0 0;
}
.section_service_box h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .08em;
	text-align: center;
	padding: 8px;
	margin-bottom: 0;
}
.section_service_box .price_01 {
	color: #fff;
	background-color: #1a2d51;
	padding: 8px 16px;
	margin-right: 16px;
}
.section_service_box .price_02 {
	color: #fff;
	background-color: #1a2da7;
	padding: 8px 16px;
	margin-right: 16px;
}
.section_service_box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .03em;
	padding: 0;
	margin: 24px 0 16px;
}
.section_service_box .price_p {
	margin-bottom: 16px;
}
.section_service_box .price_p .num {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}


/* ---------- FACILITY <SP> ---------- */
.section_facility_inner {
	padding: 64px 24px;
	background-color: #0a203b;
}
.section_facility_inner .title_txt {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: .08em;
}
.section_facility h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}


.shisetsu_itiran_box_wrap {
	/*padding: 16px 0;*/
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	padding: 0 0 16px;
}
.shisetsu_itiran_box_wrap_inner {
	width: fit-content;
	padding: 16px 0;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	text-align: left;
	border-collapse: separate;
	border-spacing: 24px 0;
}


/* カード設定 */
.shisetsu_itiran_box {
	/*position: relative;
	border-radius: 8px;
	margin: 0 16px 32px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #eee;*/
	
    margin-right: 24px;
    width: 300px;
    vertical-align: top;
    position: relative;
    display: block;
    box-sizing: border-box;
    position: relative;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
	border-radius: 8px;
}

.shisetsu_itiran_box::after {
	content: ' ';
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-top: none;
}
.shisetsu_itiran_box:last-child {

}
.shisetsu_itiran_img {
	position: relative;
}
.shisetsu_itiran_img img {
	width: 100%;
	height: 225px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.shisetsu_type_label {
	text-decoration: none;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4px 16px;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,.5);
	border-radius: 0 8px 0 0;
}
.shisetsu_itiran_txt {
	background-color: #fff;
	padding: 0 16px 16px;
	border-radius: 0 0 8px 8px;
}
.h3_box {
	display: flex;
	align-items: center;
	padding: 0;
}
.h3_box_inner {
	flex: 1;
	padding: 16px 0;
}
.shisetsu_itiran_txt h3 {
	font-size: 16px;
	letter-spacing: .06em;
	padding: 0 0 0 8px;
	border-left: 3px solid #0a203b;
}
.shisetsu_txt_box_p {
	margin: 0;
}
.shisetsu_txt_box_p_red {
	font-size: 16px;
	font-weight: bold;
	color: #ff5858;
	margin-left: 8px;
}

.salon_box_menu {
	
}
.salon_box_menu_sub {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
    padding-bottom: 8px;
}
.salon_box_menu_sub:last-child {
	border-bottom: 0px none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.salon_box_menu_sub i {
	font-size: 12px;
	color: #666;
	margin-right: 3px;
	width: 18px;
    height: 18px;
    line-height: 1.5;
    text-align: center;
}
.salon_box_menu_sub span {
	font-size: 13px;
	color: #333;
	margin-right: 3px;
}

.top_itiran_link_btn a {
	background-color: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #0a203b;
	border-radius: 8px;
	padding: 16px 0;
	margin: 16px auto 0;
	width: 70%;
	display: block;
	text-align: center;
	text-decoration: none;
}


/* ---------- FLOW <SP> ---------- */
.section_flow {
    padding: 64px 24px;
    background-color: #fff;
}
.section_flow_inner .title_txt {
	color: #0a203b;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: .08em;
}
.section_flow h2 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .08em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}
.section_flow_box {
	padding: 24px;
	margin: 0 0 24px;
	background-color: #fff;
	border: 2px solid #0a203b;
	border-radius: 8px;
	position: relative;
}
.section_flow_box_h3 {
	display: flex;
}
.flow_step {
	display: inline-block;
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #0a203b;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    font-family: "Jost", sans-serif;
    font-weight: 600;
	width: 54px;
	height: 54px;
	line-height: 16px;
	margin-right: 16px;
}
.flow_step:before {
	/*content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #ED6B00 transparent transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7px;
	border-width: 5px 12px 5px 0;
	right: -8px;
	margin-top: -5px;*/
}
.flow_step:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #0a203b;
	position: absolute;
	top: 0;
	right: -8px;
	bottom: 0;
	margin: auto;
}
.flow_step_txt {
	display: block;
	padding-top: 8px;
	font-size: 10px;
}
.flow_step_num {
	display: block;
	font-size: 18px;
}



.icon {
	color: #0a203b;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	margin-bottom: 16px;
}
.section_flow_box h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 3;
	letter-spacing: .08em;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}
.section_flow_box .ud {
	background:linear-gradient(transparent 70%, #93a2ff 0%);
}
.section_flow_box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .06em;
	padding: 0;
	margin: 0;
}


/* ---------- FAQ <SP> ---------- */
.section_faq {
    padding: 64px 24px;
    background-color: #f5f7f9;
}
.section_faq_inner .title_txt {
	color: #0a203b;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: .08em;
}
.section_faq .h2_pluslife {
	font-size: 28px;
	font-weight: bold;
	color: #0a203b;
}
.section_faq h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}


.slide_up {
	animation: SlideUp 1.6s;
}
/* アニメーション前 */
.slide_up {
    transform: translateY(50px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.slide_up.up_active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section_faq_box {
	padding: 0;
}

.toggle_contents {
	overflow: hidden;
	border: 2px solid #0a203b;
	/*box-shadow: 5px 5px 0 #000;*/
	border-radius: 8px;
	margin-bottom: 24px;
}

.toggle_title {
	position: relative;
	padding: 24px 48px 24px 24px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	background-color: #fff;
	color: #333;
	border-radius: 8px 8px 0 0;
}
.trial_section_toggle_q {
	float: left;
    margin-bottom: 0;
    line-height: 48px;
    margin-right: 16px;
}
.toggle_title h3 {
	padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	/*background: #0052a4;*/
	display: block;
	width: 16px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #0a203b;
	position: absolute;
	width: 16px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 16px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}
.toggle_contents dd ul {
	background-color: #fff;
	border-top: 2px dotted #0a203b;
	list-style: none;
    padding: 24px;
    margin-bottom: 0;
	border-radius: 0 0 8px 8px;
}
.toggle_contents dd ul li {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}


/* ---------- CONTACT <SP> ---------- */
.section_contact {
	background-color: #0a203b;
	padding: 64px 24px;
}
.section_contact_inner .title_txt {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: .08em;
}
.section_contact h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}
.section_contact_box {
	padding: 30px 0;
	box-sizing: border-box;
    overflow: hidden;
}
.section_contact_btn {
    display: block;
    text-align: center;
}
.section_contact_btn a {
    width: 50vw;
    display: block;
    font-size: 11px;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 0.3em;
    text-decoration: none;
    padding: 15px;
    margin: 0 auto;
}
.section_contact_mail .section_contact_btn a , .section_contact_tel .section_contact_btn a {
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.3em;
}
.section_contact_box .section_contact_mail .section_contact_btn a {
	margin-bottom: 30px;
	line-height: 2;
}
.section_contact_box div .section_contact_btn a span {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1em;
}



/* ---------- CONTACT <SP> ---------- */
.contact_block dl dt p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.contact_block dl dt p .required {
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
	border-radius: 4px;
    padding: 0 8px;
    margin-left: 8px;
}
.contact_block dl dd {
    border-style: none;
}
.contact_block dl dd .label_box input, .contact_block dl dd .label_box textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border: 0px none;
}
.contact_block dl dd p .wpcf7-list-item {
	background-color: #fff;
	padding: 8px 24px;
	margin: 0;
	border-radius: 4px;
}
.contact_block dl dd p .first {
	margin-right: 16px;
}
.cf7_submit {
    text-align: center;
	margin: 48px 0;
}
.cf7_submit input[type="submit"] {
	background-color: #fff;
	color: #0a203b;
	font-weight: 600;
	width: 80%;
	border-style: none;
	padding: 16px;
	font-size: 16px;
	border-radius: 100vh;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #0a203b!important;
	font-size: 16px;
}







.contact_table, .contact_table tr, .contact_table tr th, .contact_table tr td {
    box-sizing: border-box;
    overflow: hidden;
}
.contact_table {
	border-style: none!important;
}
.contact_table tr th .required {
    font-size: 12px;
    color: #fff;
    background-color: #1a2da7;
    padding: 0 8px;
    margin-left: 8px;
}
.contact_table tr th {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 24px 0 0 16px;
    text-align: left;
	border-style: none;
}
.contact_table tr td {
    border-style: none;
}
.contact_table tr .sp2 textarea {
    
}
.contact_table .sp2 input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.contact_table tr td .label_box input, .contact_table tr td .label_box textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 0px none;
}
.contact_table .label_select select, .contact_table .label_select input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000!important;
    background: url(./images/select_yajirushi.png) no-repeat right 10px center;
    background-size: 10px 8px;
    /*background-position: 0 10px 0 0;*/
    border-radius: none!important;
    border: 1px solid #ccc!important;
    padding: 10px 30px 10px 10px!important;
    /*margin: 0 5px!important;*/
    box-sizing: border-box;
    /*height: 40px;*/
    line-height: 1.5;
    width: 100%;
}
.contact_table input, .contact_table textarea {
    
}
.contact_table tr td {
    width: 100%;
    display: block;
    line-height: 1;
}




/* ---------- NEWS <SP> ---------- */
.section_news {
    padding: 0;
    background-color: #fff;
	/*border-radius: 0 0 0 48px;*/
	position: relative;
}
.section_news:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	background-color: #f5f7f9;
	border-radius: 0 0 0 48px;
	z-index: 0;
}
.section_news_inner {
	padding: 64px 0;
	/*position: relative;
	background-color: #fdfaef;*/
}
.section_news_inner:before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48px;
    background-color: #fff;
    z-index: 0;*/
}
.section_news_itiran_box {
	position: relative;
	z-index: 2;
}
.section_news_inner .title_txt {
	color: #0a203b;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: .08em;
}
.section_news .h2_pluslife {
	font-size: 28px;
	font-weight: bold;
	color: #0a203b;
}
.section_news h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}
.itiran_link_btn {
	margin-top: 32px;
}
.itiran_link_btn a {
	border: 1px solid #0a203b;
	border-radius: 100vh;
	background-color: #fff;
	color: #0a203b;
	font-size: 14px;
	line-height: 3;
	text-align: center;
	text-decoration: none;
	width: 60%;
	display: block;
	margin: 0 auto;
}


/* ---------- COMPANY <SP> ---------- */
.section_company {
	padding: 64px 24px;
	background-color: #fff;
}
.section_company_inner .title_txt {
	color: #0a203b;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: .08em;
}
.section_company h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}
.section_company p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .06em;
	padding: 0;
}
.section_company_box table {
	/*border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	border-left: 1px solid #1a2d51;*/
	margin-bottom: 0;
	width: 100%;
}
.section_company_box table tr {
	border-top: none;
	border-bottom: 1px solid #0a203b;
}
.section_company_box table tr:last-child {
	border-bottom: none;
}
.section_company_box table tr th {
	color: #333;
	width: 24%;
	border-right: none;
	border-bottom: none;
	font-size: 14px;
	line-height: 48px;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
}
.section_company_box table tr td {
	color: #333;
	padding: 0;
	padding-left: 8px;
	font-size: 14px;
	line-height: 48px;
	letter-spacing: .06em;
	border-right: none;
	border-bottom: none;
	text-align: left;
}
.section_company_box table tr td img {
	height: 14px;
}




/* コンテナー */
.container {
  max-width: 900px;
  margin: 0 auto;
}
.swiper-container {
	margin-bottom: 32px;
}
/* スライダーのwrapper */
.swiper-container .swiper-wrapper {
	transition-timing-function: linear;
}

/* スライド */
.swiper-container .swiper-slide {
  height: 240px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.swiper-container .swiper-slide img {
  width: auto;
  height: 100%;
}
.swiper-slide {
    padding: 0 8px;
}




/* OREDER&REQUEST <SP> */
.section_order {
	padding: 0 0 64px;
	background-color: #fff;
}
.section_order img {
	margin-bottom: 16px;
}
.section_order h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0 16px;
	margin-bottom: 32px;
}
.section_order p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .06em;
	padding: 0 16px;
}







/* WORK <SP> */
.section_work {
	padding: 64px 16px;
	background-color: #fff;
}
.section_work h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
	margin-bottom: 32px;
}



/* COMPANY */
.section_company {
	padding: 60px 20px;
	background-color: #fff;
}
.section_company h2 {
	padding: 0;
	margin-bottom: 30px;
}
.section_company h2 img {
	max-height: 48px;
	margin: 0 auto;
}
.section_company_box {
	text-align: center;
}
.section_company_box p {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
/* COMPANY <SP> */
.section_company_box table {
	/*border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	border-left: 1px solid #1a2d51;*/
	margin-bottom: 0;
	width: 100%;
}
.section_company_box table tr {
	border-top: none;
}
.section_company_box table tr:last-child {
	border-bottom: none;
}
.section_company_box table tr th {
	color: #1a1a1a;
	width: 24%;
	border-right: none;
	border-bottom: none;
	font-size: 14px;
	line-height: 48px;
	letter-spacing: .06em;
	text-align: center;
	padding: 0;
}
.section_company_box table tr td {
	color: #1a1a1a;
	padding: 0;
	padding-left: 8px;
	font-size: 14px;
	line-height: 48px;
	letter-spacing: .06em;
	border-right: none;
	border-bottom: none;
	text-align: left;
}
.section_company_box table tr td img {
	height: 14px;
}


section .title_txt {
	/*font-family: 'Staatliches', cursive;*/
	font-family: "Jost", sans-serif;
	font-size: 40px;
    text-align: center;
    font-weight: 500;
	color: #999;
	letter-spacing: .03em;
}



/* ---------- SINGLE SHISETSU <SP> ---------- */
.shisetsu_title {
	font-size: 20px;
	background-color: #0a203b;
	color: #fff;
	padding: 24px;
	margin: 0;
}

/* ----- サムネイル ----- */
.single_thumb_box {
	position: relative;
}
.single_thumb_box span {
	position: absolute;
	bottom: 24px;
	right: 24px;
	font-size: 14px;
	line-height: 1;
	color: #0a203b;
	/*background-color: #f5f5f1;*/
	border: 2px solid #0a203b;
	padding: 8px 16px;
	border-radius: 100vh;
}
.single_thumb_box span i {
	margin-right: 3px;
}

/* ----- キャッチコピー ----- */
.single_cc_box h2 {
	padding: 16px;
}
.single_cc_box p {
	padding: 0 16px 16px;
	margin: 0;
}


/* テーブル */
.single_detail_box_inner {
	padding: 24px;
}
.single_detail_box_inner h2 {
	padding: 0 16px;
	margin: 0 0 24px;
	border-left: 3px solid #0a203b;
}
.single_table_box_inner dl {
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	border-bottom: 1px solid #eee;
}
.single_table_box_inner dt {
	color: #333;
	width: 25%;
	float: left;
	padding: 16px 8px 16px 0;
	box-sizing: border-box;
	font-weight: bold;
}
.single_table_box_inner dd {
	color: #333;
	width: 75%;
	padding: 16px 8px;
	display: inline-block;
	list-style: none;
	box-sizing: border-box;
}
.single_table_red {
	font-size: 16px;
	font-weight: bold;
	color: #0a203b;
}
.single_table_blk {
	font-size: 16px;
	font-weight: bold;
}
.single_table_box_inner dd .salon_block_ss {
	margin: 0;
}
.single_table_box_inner dd ul {
	padding: 0;
	margin: 0;
}
.single_table_box_inner dd ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
    float: left;
	border: 1px solid #0a203b;
	background-color: #fff;
	color: #0a203b;
	padding: 4px 8px;
	border-radius: 4px;
	margin: 0 4px 4px 0;
}
.shisetsu_tel_a {
	text-decoration: none;
}
.shisetsu_tel {
	border: 1px solid #0a203b;
	padding: 8px 16px;
	color: #0a203b;
	border-radius: 8px;
}
.single_table_box_inner dd .shisetsu_tel_ca {
	display: block;
	color: #666;
	font-size: 11px;
	margin-top: 8px;
}
.single_table_box_inner dd .shisetsu_map {
	margin-left: 8px;
	color: #0a203b;
}
.single_table_box_inner dd .shisetsu_map a {
	color: #0a203b;
}
.single_table_box_inner .post_child {
	padding: 16px 0;
}

/* --- お問い合わせ <SP> --- */
.shisetsu_contact_inner {
	background-color: #0a203b;
	padding: 64px 24px;
}
.shisetsu_contact_inner h2 {
	color: #fff;
	text-align: center;
}



/* ---------- ARCHIVE SHISETSU <SP> ---------- */
.archive_h2 {
	background-color: #0a203b;
	color: #fff;
	padding: 24px;
	margin: 0;
}
.shisetsu_archive_box_wrap {
	background-color: #f5f7f9;
}
.shisetsu_archive_box_wrap_inner {
	padding: 24px;
}
.shisetsu_archive_box {
	margin-bottom: 24px;
}


/* ---------- ARCHIVE COLUMN <SP> ---------- */
.archive_itiran_box {
	padding: 24px;
}
.archive_itiran_box dl {
	display: flex;
	margin-bottom: 24px;
	padding: 0;
}
.archive_itiran_box dl:first-child {
	
}
.archive_itiran_box dl:last-child {
	
}
.archive_itiran_box dd h3 {
	font-size: 14px;
	line-height: 1.8;
}
.archive_itiran_box dt {
	position: relative;
	float: left;
	width: 136px;
	min-width: 136px;
}
.archive_itiran_box dt img {
	width: 100%;
	border-radius: 16px;
}
.archive_itiran_box dd {
	padding: 0 16px;
}
.itiran_date p {
	color: #999;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 8px;
}

/* ---------- SIDEBAR <SP> ---------- */
.sidebar_h4 {
	font-size: 16px;
	padding: 24px;
	/*margin-bottom: 0!important;*/
}
/* ----- サイドバー｜新着ポスト <SP> ----- */
#side_new_post {
	margin-bottom: 24px;
	overflow: hidden;
}
.side_new_post_inner {
	padding: 0 24px;
}
#side_new_post dl {
	background-color: #fff;
	margin: 0 0 24px;
	padding: 0;
	border-radius: 8px;
	/*border: 1px solid #f5f5f1;*/
	/*box-shadow: 0 0 10px rgba(248, 106, 30, 0.18);*/
	border: 1px solid #0a203b;
    box-shadow: 4px 4px #0a203b;
}
#side_new_post dl:last-child {

}
#side_new_post dt {
	float: left;
	width: 110px;
}
#side_new_post dt img {
	width: 110px;
	border-radius: 8px 0 0 8px;
}
#side_new_post dd {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 16px;
}
.newpost_title {
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 8px;
}
.newpost_title_inner {
	flex: 1;
}
#side_new_post dd h5 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1.8;
	padding: 0;
}
#side_new_post dd h5 a {
	color: #333;
	text-decoration: none;
	line-height: 1.8;
	letter-spacing: .06em;
}
.newpost_txt_sub {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	letter-spacing: .06em;
	margin-bottom: 0;
}
.newpost_txt_sub i {
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}






/* RECRUIT */
.section_recruit {
	position: relative;
	height: 600px;
}
.section_recruit_img img {
	position: relative;
    width: auto;
    height: 600px;
    object-fit: cover;
}
.section_recruit_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
	text-align: center;
	padding: 0 30px;
}
.section_recruit_box p {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.section_recruit_header {
	padding: 60px 0 30px;
	text-align: center;
}
.section_recruit_header p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.3em;
}
.section_recruit_header h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3em;
}
.section_recruit_box h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.section_recruit_board .section_btn_fff {
	margin: 30px 0;
}

/* BANNER */
.section_banner {
	padding: 20px;
}
.section_banner_box {
	padding: 0;
	margin-bottom: 20px;
	position: relative;
}
.section_banner_text {
	position: absolute;
	top: 20px;
	left: 20px;
}
.section_banner_text p , .section_banner_text h2 {
	font-size: 13px;
	color: #fff;
	margin: 0 0 15px;
	padding: 0;
	letter-spacing: 0.3em;
	font-weight: 600;
}





/* --- FOOTER --- */
footer {
	background-color: #f5f7f9;
	clear: both;
	padding: 0;
	text-align: center;
}
.footer_inner {
	padding: 64px 24px 24px;
}
.footer_box {
	
}
.footer_box_left_inner img {
	margin: 0 auto 24px;
}
.footer_p {
	font-size: 14px;
	font-weight: 600;
}

.footer_contact_btn_tel {
	margin-bottom: 24px;
}
.footer_contact_btn_tel a {
	text-decoration: none;
	color: #333;
}
.footer_contact_btn_tel span {
	font-size: 24px;
	font-weight: 600;
}
.footer_contact_btn_tel p {
	font-size: 12px;
}

.footer_contact_btn_mail {
	margin-bottom: 24px;
}
.footer_contact_btn_mail a {
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #0a203b;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	padding: 16px;
	line-height: 1.8;
}

.footer_contact_btn_line {
	margin-bottom: 24px;
}
.footer_contact_btn_line a {
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: #06c755;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	padding: 16px;
	line-height: 1.8;
}

.footer_contact_btn_mail a img ,
.footer_contact_btn_line a img {
	max-width: 24px;
	margin-right: 8px;
}

.footer_about_pl_inner {
	padding: 24px 0;
}
.footer_about_pl_inner h4 {
	font-size: 14px;
	margin-bottom: 16px;
}
.footer_about_pl_inner p {
	font-size: 12px;
	color: #666;
	margin: 0;
}

#footer .copy {
	font-size: 12px;
	color: #333;
	line-height: 1;
	letter-spacing: .06em;
    padding: 16px 0;
    margin: 0;
	/*background-color: #fff;*/
	/*-moz-opacity: 0.5;
	opacity: 0.5;*/
}



.footer_sns {
	box-sizing: border-box;
    display: block;
}
.footer_sns ul {
	box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 30px;
    overflow: hidden;
}
.footer_sns ul li {
	width: 33.333%;
	float: left;
	display: inline-block;
}
.footer_sns ul li a {
	color: #000;
	font-size: 20px;
}


.ad {
	padding-bottom: 10px;
}
.post{
	overflow: hidden;
	padding: 24px 0;
}


/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 1024px) {
#side aside {
	clear: both;
	float: none;
	width: auto;
	position: static !important;
	;
}
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 728px) {
#wrapper {
	padding: 0;
}
header {
	height: 80px;
}
.sitename img {
	max-height: 48px;
	margin: 16px 24px;
	padding: 0;
}
main {
	background-color: #fff;
	padding: 0;
}

.top_fv_list_inner {
	gap: 24px;
}
.top_fv_contact_btn a {
	width: 45%;
}

.top_contact_box_img {
	justify-content: center;
}

.top_contact_box_btn {
	display: flex;
	justify-content: space-between;
}
.top_contact_box_btn a {
	width: 45%;
}
.top_contact_box_btn .contact_line_btn {
	margin: 0;	
}

.section_st_box {
	width: 32%;
	box-sizing: border-box;
}

.section_service_box {
	width: 32%;
	box-sizing: border-box;
} 

/*--------------------------------
一覧記事表示部分
---------------------------------*/
/* タイトル名 */
#itiran_box dd h3 {
	font-size: 16px;
	margin-bottom: 15px;
}
#itiran_box dt {
	width: 240px;
}
#itiran_box dd {
	padding: 24px;
}
#itiran_box dl {
	margin-bottom: 32px;
	padding: 0;
}
#itiran_box .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
/* 抜粋文字 */
#itiran_box .clearfix dd p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
#itiran_box .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
/* 一覧タイトル下 */

#itiran_box .blog_info p a {
	color: #666;
	text-decoration: none;
}
#itiran_box .clearfix dd .blog_info p {
	font-size: 13px;
	margin-bottom: 0;
}

.shisetsu_archive_box_wrap_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shisetsu_archive_box {
	width: 48%;
}



/*-- ここまで --*/
}

/* ----------------------------------------------------
 media Queries PCサイズ
---------------------------------------------------- */
@media only screen and (min-width: 1025px) {
.smanone {
	display: block;
}
.pcnone {
	display: none;
}
#wrapper {
	padding: 0;
}
header {
	padding-top: 0;
	height: 128px;
}
.header_inner {
	max-width: 100%;
	height: 128px;
	padding: 24px 24px 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.logo_box {
	display: inline-block;
}
.sitename img {
	height: 64px;
	max-height: 64px;
    padding: 16px 0 0;
	margin: 0 auto;
}

.pc_menu {
	/*width: 50%;
    float: right;*/
	/*position: absolute;
	top: 1px;
	right: 20px;*/
}
	.menu-menu-container {
		overflow: hidden;
		padding: 16px;
	}
	.menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		overflow: hidden;
	}
nav {
	display: block;
	padding: 0;
}
nav li {
	position: relative;
    line-height: 1;
    text-align: center;
    font-size: 16px;
	padding: 16px 0;
	list-style: none;
	border-bottom: 0px none;
	white-space: nowrap;
}
nav li a {
	font-weight: 600;
	padding: 0 32px;
    font-size: 16px;
	letter-spacing: .08em;
    text-decoration: none;
    /*height: 64px;*/
    line-height: 1.8;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-right: 1px solid #333;
}

#contentInner {
	float: left;
	width: 100%;
	margin: 0;
}
main {
	margin: 0;
	background-color: #fff;
	padding: 0;
}


/* --- HOME.PHP --- */
/* ALL */
.top_link_btn {
    padding-top: 60px;
}
.top_link_btn a {
    font-size: 13px;
    height: 60px;
    line-height: 60px;
}
.top_link_btn a:hover {
    background-color: #00bcbc;
}

/* ---------- TOP FV <PC> ---------- */
.top_fv_box_inner {
	padding-bottom: 64px;
	box-sizing: border-box;
	overflow: hidden;
}
.top_fv_img_box {
	float: right;
	width: 80%;
}
.top_fv_img_box img {
	width: 100%;
	border-radius: 0 0 0 48px;
}
.top_fv_txt_box {
	z-index: 9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 80px;
}
	.fv_h2 {
		color: #0a203b;
		font-size: 32px;
	}
	.fv_h2_span_01 {
		font-size: 40px;
	}
	.fv_h2_span_02 {
		font-size: 48px;
	}



/*.top_movie_box {
	height: 100vh;
}
.top_movie_box img {
    height: 100vh;
}
.top_message_box {
	max-width: 1200px;
	margin: 100px auto 0;
}
.top_message_box_inner .tmb_p_01 {
	line-height: 2;
}
.top_message_box_inner .tmb_h2 {
	letter-spacing: .06em;
}
.top_contact_btn a {
    font-size: 20px;
    font-weight: 500;
    line-height: 64px;
    width: 30%;
    margin: 64px auto 0;
}

.top_message_box img {
	width: 100%;
	max-height: 300px;
    padding: 0 80px;
    z-index: 100;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top_message_box span {
	padding: 0 30px;
}*/

/* ABOUT <PC> */
.section_about {
	
}
.section_about_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	padding: 96px 24px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
	.about_img_box {
		width: 50%;
		box-sizing: border-box;
	overflow: hidden;
		padding: 0;
	}
	.about_img_box img {
		border-radius: 24px;
	}
	.about_txt_box {
		width: 50%;
		box-sizing: border-box;
	overflow: hidden;
	}
	.section_about_inner .title_txt {
		font-size: 24px;
		margin: 0;
	}
	.section_about .h2_color {
		font-size: 40px;
	}
	


/* ---------- PROBLEM <PC> ---------- */
	.section_problem_inner {
		max-width: 1200px;
		padding: 96px 0;
		margin: 0 auto;
	}
	.section_problem .title_txt {
		font-size: 24px;
	}
	.section_problem_inner h2 {
		font-size: 32px;
	}
	.problem_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.problem_box_left {
		width: 20%;
	}
	.problem_box_center {
		width: 60%;
	}
	.section_problem_inner .problem_p {
		font-size: 18px;
	}
	.problem_box_right {
		width: 20%;
	}
	.section_problem::after {
		border-top: 128px solid #0a203b;
	}

	.section_intrust_inner {
		padding: 256px 24px 96px;
	}
	.section_intrust_inner h2 {
		font-size: 32px;
	}
	.section_intrust_inner h2 .h2_color {
		font-size: 40px;
	}
	.section_intrust_inner p {
		font-size: 18px;
	}




	/* ---------- STRENGTH <PC> ---------- */
.section_st {
	padding: 128px 0;
}
.section_box_wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	column-gap: 24px;
}
	.section_st_inner .title_txt {
		font-size: 24px;
	}
.section_st h2 {
    font-size: 32px;
    margin-bottom: 64px;
}
	.section_st .h2_pluslife {
		font-size: 40px;
	}
.section_st_box {
	width: 33.333%;
	padding: 32px;
	margin: 0;
}
.section_st_box p {
    font-size: 16px;
}







	
	/* ---------- CONTACT <PC> ---------- */
	.section_blocks_wrap_inner {
		max-width: 1200px;
		padding: 0 24px;
		margin: 0 auto 96px;
		box-sizing: border-box;
	}
	.top_contact_box {
		margin: 0;
		box-sizing: border-box;
	}
	.top_contact_box_inner {
		padding: 32px;
	}
	.top_contact_box_img {
		margin-bottom: 32px;
	}
	.top_contact_box_img img {
		width: 128px;
		height: 128px;
		margin-right: 32px;
	}
	.h3_pluslife {
		font-size: 32px;
	}
	.top_contact_box_img h3 {
		font-size: 24px;
	}
	.top_txt_box p {
		font-size: 18px;
		margin: 0;
	}








.section_about h2 {
    font-size: 32px;
	font-weight: 500;
	margin-bottom: 64px;
}
.section_about p {
    font-size: 18px;
	text-align: center;
}

/* ORDER& <PC> */
.section_order {
	padding: 0;
}
.section_order img {
    width: 100%;
	height: 500px;
	object-fit: cover;
	margin-bottom: 0;
}
.section_order_inner {
	padding: 160px 0;
}
.section_order h2 {
    font-size: 32px;
    margin-bottom: 64px;
}
.section_order_inner p {
	font-size: 18px;
	text-align: center;
}



/* SERVICE */
.section_service {
    padding: 100px 0;
}
.section_service_header {
	width: 800px;
	margin: 0 auto;
}
.section_service_header p {
	font-size: 30px;
	font-weight: 500;
}
.section_service_header h2 {
	font-size: 16px;
}
.section_service_box {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.section_service_box img {
	width: 500px;
	margin: 0 auto;
}

/* STRENGTHS <PC> */
.section_service {
	padding: 128px 0;
}
.section_box_wrap {
	max-width: 1200px;
	padding: 0 24px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	column-gap: 24px;
}
	.section_service_inner .title_txt {
		font-size: 24px;
	}
.section_service h2 {
    font-size: 32px;
    margin-bottom: 64px;
}
.section_service .h2_pluslife {
	font-size: 40px;
}
.section_service_box_wrap {
	max-width: 1200px;
	padding: 0 24px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px;
}
.section_service_box {
	width: 30%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
}
	.section_service_box h3 {
	font-size: 16px;
		padding: 16px;
	}




.section_service_box p {
    font-size: 16px;
	margin: 32px 0 16px
}
.section_service_box .price_01 ,
.section_service_box .price_02 {
    padding: 8px;
}
.section_service_box .price_p {
    font-size: 16px;
	line-height: 40px;
	margin-top: 24px;
}
.section_service_box .price_p .num {

}

/* ---------- FACILITY <PC> ---------- */
	.section_facility_inner {
	padding: 128px 0;
}
	.section_facility_inner .title_txt {
		font-size: 24px;
	}
.section_facility h2 {
    font-size: 32px;
    margin-bottom: 64px;
}
	.shisetsu_itiran_box_wrap{
		clear: both;
		max-width: 1200px;
		margin: 0 auto;
	}
.shisetsu_itiran_box_wrap_inner {
	padding: 0 24px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px;
}
	.shisetsu_itiran_box {
		width: 30%;
		margin: 0;
	}
.top_itiran_link_btn a {
	width: 30%;
	margin-top: 64px;
}



/* ---------- FLOW <PC> ---------- */
.section_flow {
	padding: 128px 0;
}
	.section_flow_inner .title_txt {
		font-size: 24px;
	}
.section_flow h2 {
    font-size: 32px;
    margin-bottom: 64px;
}
.section_flow_wrap {
	max-width: 1200px;
	padding: 0 24px;
	margin: 0 auto;
}
.section_flow_box {
	padding: 64px;
	margin-bottom: 64px;
}
	.icon {
		margin-bottom: 64px;
	}
	.flow_step {
		font-size: 16px;
		width: 80px;
		height: 80px;
		margin-right: 32px;
	}
	.flow_step_txt {
		font-size: 16px;
		padding-top: 16px;
		margin-bottom: 8px;
	}
	.flow_step_num {
		font-size: 24px;
	}



.section_flow_box h3 {
    font-size: 24px;
    margin-bottom: 0;
	text-align: left;
}
.section_flow_box p {
    font-size: 16px;
}
.section_service_box .price_p {
    font-size: 16px;
	line-height: 40px;
}

.section_flow_box h2 {
    font-size: 32px;
    margin-bottom: 32px;
}

/* WORK <PC> */
.section_work {
    padding: 160px 0;
}
.section_work h2 {
    font-size: 32px;
	margin-bottom: 64px;
}



/* ---------- FAQ <PC> ---------- */
	.section_faq {
		padding: 128px 0;
	}
	.section_faq_inner .title_txt {
		font-size: 24px;
	}
	 .section_faq h2 {
        font-size: 32px;
		 margin-bottom: 64px;
    }
	.section_faq_box {
		padding: 0 24px;
	}
	 .section_faq_inner {
		 max-width: 1200px;
		 margin: 0 auto;
    }
	.toggle_contents {
		margin-bottom: 32px;
	}
	.toggle_title {
		padding: 32px 64px 32px 32px;
}
	.toggle_btn {
		right: 32px;
		width: 32px;
		height: 32px;
	}
	.toggle_btn:before {
		height: 24px;
	}
	.toggle_btn:after {
		width: 24px;
	}
	

/* ---------- CONTACT <PC> ---------- */
.section_contact {
	padding: 128px 0;
}
	.section_contact_inner .title_txt {
		font-size: 24px;
	}
.section_contact h2 {
    font-size: 32px;
	margin-bottom: 64px;
}

.section_contact_box {
	/*max-width: 70%;
	margin: 0 auto;*/
	padding: 0 24px;
}
	.section_contact_box_inner {
		max-width: 1200px;
		margin: 0 auto;
	}
.section_contact_box div .section_contact_btn a {
	padding: 30px;
	width: 48%;
	margin: 1%;
	float: left;
}
.section_contact_header {
	
}
.section_contact_header p {
	color: #fff;
	font-size: 30px;
    letter-spacing: 0.5em;
    font-weight: 500;
}
.section_contact_header h2 {
	font-size: 16px;
}
.section_contact_mail .section_contact_btn a , .section_contact_tel .section_contact_btn a {
	font-size: 16px;
}
.section_contact_box div .section_contact_btn a span {
	font-size: 13px;
}

.contact_table {
	width: 100%;
	margin: 0 auto;
}
.contact_table tr th .required {
    font-size: 16px;
    color: #fff;
    background-color: #1a2da7;
    padding: 0 16px;
    margin-left: 24px;
}
.contact_table tr th {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 24px 0 0;
    text-align: left;
	border-style: none;
}
.contact_table tr td {
    border-style: none;
}
.contact_table tr .sp2 textarea {
    
}
.contact_table .sp2 input {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}
.contact_block dl dd .label_box input, .contact_block dl dd .label_box textarea,
.contact_table tr td .label_box input, .contact_table tr td .label_box textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border: 0px none;
}
.contact_table .label_select select, .contact_table .label_select input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #1a1a1a!important;
    background: url(./images/select_yajirushi.png) no-repeat right 10px center;
    background-size: 10px 8px;
    /*background-position: 0 10px 0 0;*/
    border-radius: none!important;
    border: 1px solid #ccc!important;
    padding: 10px 30px 10px 10px!important;
    /*margin: 0 5px!important;*/
    box-sizing: border-box;
    /*height: 40px;*/
    line-height: 1.5;
    width: 100%;
}
.contact_table input, .contact_table textarea {
    
}
.contact_table tr td {
    width: 100%;
    display: block;
    line-height: 1;
	padding: 32px 0;
}
.cf7_submit {
    text-align: center;
	margin: 30px 0;
}
.cf7_submit input[type="submit"] {
	background-color: #fff;
	color: #f08301;
	width: 50%;
	border-style: none;
	padding: 32px;
	font-size: 16px;
	border-radius: 100vh;
	display: block;
    margin: 80px auto 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #1a2da7!important;
	font-size: 16px;
}


/* ---------- NEWS <PC> ---------- */
	.section_news {
		max-width: 1200px;
		padding: 128px 0;
		margin: 0 auto;
	}
	.section_news_inner {
		padding: 0;
	}
	.section_news_inner .title_txt {
		font-size: 24px;
	}
	.section_news h2 {
		font-size: 32px;
		margin-bottom: 64px;
	}
	#itiran_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 32px;
		padding: 0 24px;
	}
	#itiran_box dl {
		width: 48%;
	}
	.itiran_link_btn {
		margin-top: 64px;
	}
	.itiran_link_btn a {
		border: 2px solid #0a203b;
		font-size: 16px;
		line-height: 4;
	}

	
	
	/* COMPANY */
.section_company {
    padding: 128px 0;
}
.section_company_inner {
	max-width: 1200px;
	margin: 0 auto;
}
	.section_company_inner .title_txt {
		font-size: 24px;
	}
	.section_company h2 {
	margin-bottom: 64px;
	}
	.section_company_box {
		padding: 0 24px;
}
	.section_company_box table tr {
		border-bottom: 2px solid #0a203b;
	}
.section_company_box table tr th {
	color: #fff;
    background-color: #0a203b;
	border-bottom: 2px solid #fff;
	padding: 16px;

}
.section_company_box table tr th ,
.section_company_box table tr td {
    font-size: 16px;
}
.section_company_box table tr th {
	font-weight: 600;
	width: 30%;
}
	.section_company_box table tr td {
		padding: 16px;
		font-weight: 600;
	}


.section_company_box p {
    font-size: 16px;
}

section .title_txt {
	font-size: 56px;
}
	
	
	





/* RECRUIT */
.section_recruit {
    height: auto;
}
.section_recruit_img img {
    position: relative;
    width: 100%;
    height: 600px;
}
.section_recruit_box {
    width: 800px;
	height: 600px;
	margin: 0 auto;
    padding: 0;
}
.section_recruit_header p {
	font-size: 30px;
	font-weight: 500;
}
.section_recruit_header h2 {
	font-size: 16px;
}
.section_recruit_box h3 {
	font-size: 24px;
}
.section_recruit_box .rec_bun {
	font-size: 16px;
}

/* BANNER */
.section_banner {
	width: 800px;
	padding: 100px 0;
	margin: 0 auto;
	box-sizing: border-box;
    overflow: hidden;
}
.section_banner_box {
	width: 50%;
	padding: 0 1%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.section_banner_text p, .section_banner_text h2 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}



/* IMG <PC> */
.section_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 0;
}




/* ---------- FOOTER <PC> ---------- */
	.footer_inner {
		width: 1200px;
		padding: 128px 0 0;
		margin: 0 auto;
	}
	.footer_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 24px;
		margin-bottom: 64px;
	}
	.footer_box_left {
		width: 50%;
	}
	.footer_box_left_inner img {
		height: 80px;
		margin: 0 auto 64px;
	}
	.footer_p {
		font-size: 16px;
	}
	.footer_box_right {
		width: 50%;
	}
	.footer_contact_btn_mail a ,
	.footer_contact_btn_line a {
		width: 80%;
		margin: 0 auto;
	}
	.footer_about_pl_inner {
		width: 75%;
		margin: 0 auto;
	}





.footer_sns {
	width: 800px;
	margin: 0 auto;
}
#footer .copy {
    font-size: 13px;
    line-height: 30px;
}

/* ---------- 2column <PC> ---------- */
/*.column {
		width: 1200px;
		margin: 0 auto;
	}*/

	.main_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}
	.main_block {
		max-width: 70%;
		width: 100%;
	}

/* ---------- SIDEBAR <PC> ---------- */
	#side {
		max-width: 28%;
	}
	#side aside h4 {
		padding: 0;
	}
	.side_search {
		padding: 0;
	}
	.side_new_post_inner {
		padding: 0;
	}


/* ---------- BREADCRUMB <PC> ---------- */
	#custom_breadcrumb {
		width: 1200px;
		margin: 0 auto;
	}
	#custom_breadcrumb ul {
		padding: 16px 0;
	}

/* POST */
.post {
	/*width: 1200px;*/
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.blogbox p {
	font-size: 13px;
	line-height: 1.8;
}
.blogbox {
	margin-bottom: 15px;
	padding: 15px 0;
}

	/* ---------- SHISETSU SINGLE <PC> ---------- */
	.shisetsu_contact {
		margin-bottom: 80px;
	}
	.shisetsu_contact_inner {
		padding: 80px 40px;
		border-radius: 16px;
	}

/* ARCHIVE */
.archive_main {
	/*width: 980px;
	margin: 0 auto;*/
	padding: 30px 60px;
	box-sizing: border-box;
}
	.shisetsu_archive_box_wrap {
		background-color: #fff;
	}
	.shisetsu_archive_box {
		border-radius: 8px;
		border: 2px solid #f08301;
		/*box-shadow: 0 0 10px rgba(248, 106, 30, 0.3);*/
    }


	.archive_itiran_box dl {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	background-color: #fff;
	margin: 0 0 32px;
	padding: 0;
	border-radius: 8px;
	/*border: 1px solid #f5f5f1;*/
	/*box-shadow: 0 0 10px rgba(248, 106, 30, 0.18);*/
	border: 2px solid #f08301;
    /*box-shadow: 4px 4px #f08301;*/
}
.archive_itiran_box dl:last-child {

}
.archive_itiran_box dt {
	/*float: left;*/
	width: 100%;
	max-width: 320px;
}
.archive_itiran_box dt img {
	width: 100%;
	border-radius: 8px 0 0 8px;
}
.archive_itiran_box dd {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 16px;
}
	.itiran_date p {
		color: #999;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 24px;
	}
	.archive_itiran_box dd h3 {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.smanone p {
		margin: 0;
	}

/* PAGE TOP */
#page-top a {
    line-height: 60px;
    width: 60px;
    height: 60px;
}

#side aside {
	/*float: right;
	width: 300px;
	padding: 0px;*/
}
/*IEで要素がズレるのを対応*/
.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
	display: list-item;
	padding: 0;
}
/*--------------------------------
各フォント設定
---------------------------------*/
p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
/*記事タイトル*/
.entry-title {
	font-size: 24px;
	line-height: 1.8;
	color: #000;
	margin: 15px 0;
}
.entry-title a:hover {
	text-decoration: underline;
}
/*中見出し*/
h2 {
	position: relative;
	color: #000;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;
	padding: 0;
}

/*小見出し*/
.post h3 {
	font-size: 18px;
	margin: 0 0 20px;
	padding: 15px;
	color: #000;
	line-height: 1.8;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.post ul li {
	font-size: 14px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.post ol li {
	font-size: 14px;
	line-height: 27px;
}
/*テーブル */
.post table {

}
table tr th {
	padding: 15px;
	font-size: 16px;
}
table tr td {
	padding: 15px;
	font-size: 16px;
}
.post table tr td p{
	font-size: 16px;
}

/*--------------------------------
ページャー
---------------------------------*/
.pagenation {
	margin: 32px auto;
    display: inline-block;
	width: 100%;
}
.pagenation:after, .pagenation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.pagenation ul {
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 16px;
}
.pagenation li {
	/*float: left;*/
	list-style: none outside none;
	/*margin: 0 10px;*/
	display: table-cell;
	border-radius: 50%;
}
.pagenation li:first-child {
    /*margin-left: 0;*/
	border-radius: 50%;
}
.pagenation li.active {
    font-size: 16px;
    background-color: #f08301;
	border: 1px solid #f08301;
    color: #fff;
	font-weight: 600;
    cursor: not-allowed;
    padding: 0;
    line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100vh;
}
.pagenation li a {
    font-size: 16px;
    background-color: #fff;
	border: 1px solid #f08301;
    color: #f08301;
    font-weight: 600;
    display: block;
    padding: 0;
    text-decoration: none;
    line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
}
.pagenation li.prev a::before {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.pagenation li.prev a::before {
	content: "\f104";
	line-height: 1.2;
	padding: 0 1.5px;
}
.pagenation li.next a::before {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.pagenation li.next a::before {
	content: "\f105";
	line-height: 1.2;
	padding: 0 1.5px;
}
.pagenation li a:hover {
	background: #f08301;
	color: #fff;
	opacity: 0.8;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: ease;
}
/*-- ここまで --*/
}