@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #000;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "Verdana", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.2;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section,
article {
	display: block;
}

li {
	list-style-type: none;
}

a {
	color: #0099CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
              
a:hover {
	color: #005eae;
	text-decoration: none;
}

.red {
	color: #f00;
}

.yellow {
	color: #ffbf00;
}

.y_marker {
    background: linear-gradient(transparent 50%, #ffbf00 110%);
    line-height: 1.3em;
}

.b_marker {
    background: linear-gradient(transparent 30%, #005eae 160%);
    line-height: 1.3em;
}


table {
	border-collapse: collapse;
}

table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
	background-color: #f6f6f6;
	background-color: rgba(242,246,247,0.9);
}

header h1 a img {
	display: block;
	position: absolute;
}

header h1 a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.contact a i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 50px;
}

.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin: 30px auto 80px auto;
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#index_top #top_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 560px;
	height: 500px;
	margin-top: -250px;
	margin-left: -280px;
	color: #fff;
	background-color: #005eae;
	background-color: rgba(0,94,174,0.6);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;	
}

#index_top #top_catch h2 {
	font-size: 52px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.01rem;	
	line-height: 1.5;
	margin: 60px 0 20px 0;
}

.dot-text{
	position: relative;
}
  
.dot-text::before{
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	content: "";
	background: -webkit-radial-gradient(circle 12px, #ffbf00 50%,transparent 50%);
	background: radial-gradient(circle 12px, #ffbf00 50%,transparent 50%);
	background: -moz-radial-gradient(circle 12px, #ffbf00 50%,transparent 50%);
	margin: auto;
	padding-top: 12px;
  }

#index_top #top_catch p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.01rem;	
	line-height: 2.0;
	margin-bottom: 50px;
}

#sub_top {
	background-size: 100%;
	background-repeat: no-repeat;	
	background-position: top;
	background-attachment: fixed;
	width: 100%;
	height: 340px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #005eae;
	font-size: 40px;
	line-height: 40px;	
	letter-spacing: 0.02em;
	padding-top: 150px;
}

#sub_top i {
	color: #ffbf00;
	padding: 10px;
}

#sub_top span {
	position: relative;
	font-size: 70%;
	color: #ffbf00;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.content h2 {
	clear: both;
	font-size: 38px;
	color: #005eae;
	text-align: center;	
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin: 60px auto 20px auto;
	padding: 30px 10px;
}

.content h2 i {
	color: #ffbf00;
	padding: 10px;
}

.content h2 span {
	position: relative;
	font-size: 70%;
	color: #ffbf00;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.content h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}

.content h3 {
	font-size: 26px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
    position: relative;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
	margin-bottom: 30px;
    padding: 0.3rem 0 0.3rem 1.0rem;
}

.content h3:before {
    position: absolute;
    left: -10px;
    bottom: 0;
    content: '';
    width: 10px;
    height: 50%;
    background-color: #005eae;
}

.content h4 {
	font-size: 24px;
    position: relative;
	width: auto;
    border-bottom: 2px solid #ddd;
	margin-bottom: 30px;	
	padding: 0.5rem 0.5rem 0.5rem 1.0rem;
}

.content h4::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 40%;
	height: 2px;
	background-color: #005eae;
}

.content h5 {
	line-height: 1.8;
	font-size: 20px;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem 0 1rem 0;
	padding: 15px 20px;
}

.content h6 {
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem 0 1rem 0;
	padding: 15px 20px;
}

.content p {
	font-size: 18px;
	line-height: 2.0;
	margin: 20px 10px 20px 10px;
	padding: 5px 5px;
}

.content p.title {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 20px 10px 30px 10px;
	padding: 0 5px;
}

.content p.title01 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 20px 10px 30px 10px;
	padding: 0 5px;
}

.content p.question {
	font-size: 22px;
	line-height: 1.5;	
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 20px 10px 15px 20px;
	padding: 0 10px;	
}

.content p.question:before {
	font-family: "Font Awesome 6 Free";
	content: "\e4e3";/*アイコンのユニコード*/
	color: #ffbf00; /*アイコン色*/
	font-size: 28px;
	padding-right: 10px;
}

#marker {
	background: linear-gradient(transparent 40%, #ffdf80 110%);
    line-height: 1.5em;	
}

.content p.comment {
	font-size: 24px;
	line-height: 1.5;	
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 20px 10px 15px 20px;
	padding: 0 10px;
}

.content p.comment:before {
	font-family: "Font Awesome 6 Free";
	content: "\f27a";/*アイコンのユニコード*/
	color: #ffbf00; /*アイコン色*/
	font-size: 28px;
	padding-right: 10px;
}

.under {
	background: -webkit-linear-gradient(to right, rgb(255, 191, 0), transparent);
	background: linear-gradient(to right, rgb(255, 191, 0), transparent);
    padding: 5px 20px 5px 20px;
}


/*
パンくず
-------------------------------------------------*/
.breadcrumb {
	width: 100%;
	font-size: 14px;
	color: #005eae;
	line-height: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
}

.breadcrumb ul {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li a {
	color: #555;
	text-decoration: none;
}

.breadcrumb li:first-child a:before {
	font-family: 'Font Awesome 6 Free';/*家アイコン*/
	content: '\f015';
	font-weight: 800;
	color: #555;
	padding-right: 5px; 
}

.breadcrumb li:after {
	font-family: 'Font Awesome 6 Free';/* >を表示*/
	content: '\f054';
	font-weight: 800;
	color: #555;
	padding: 0 5px 0 8px;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a:hover {
	color: #005eae;
}


/*
イメージ
-------------------------------------------*/

img {
	max-width:100%;
	height: auto;/*高さ自動*/
	vertical-align: top;
	margin-bottom: auto;
}

a img {
	border-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: brightness(1.1);
}

.img_center {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	letter-spacing: 0.1em;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	letter-spacing: 0.1em;
	padding: 50px;
	right: 0;
	bottom: 0;
}

.img_left,
.img_right {
	clear: both;
	overflow: hidden;
}

.img_left img {
	max-width: 50%;
	float: left;
	padding: 20px 45px 20px 30px;
}

.img_left p {
	line-height: 2.0;
	margin: 10px 20px 20px 20px;
	padding: 5px 5px 20px 10px;
}

.img_right img {
	max-width: 50%;
	float: right;
	padding: 20px 30px 20px 30px;
}

.img_right p {
	line-height: 2.0;
	margin: 10px 20px 20px 20px;
	padding: 5px 5px 20px 10px;
}

.content .voice_left p {
	font-size: 18px;
	line-height: 2.0;
	margin: 10px 0 20px 10px;
	padding: 5px 5px 20px 5px;
}


/*
ボタン
-------------------------------------------*/

.btn_cnt a {
	display: block;
	clear: both;
	background-color: #005eae;
	border: 1px solid #005eae;
	color: #fff;
	width: 280px;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.btn_cnt a {
	margin: 50px auto 40px auto;
}

.btn_cnt a i {
	padding-right: 10px;
}

.btn_cnt a:hover {
	color: #005eae;
	background-color: #fff;
}

.btn_cnt .rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}

.box_contact .btn_cnt a {
	display: block;
	clear: both;
	background-color: #fff;
	border: 1px solid #fff;
	color: #005eae;
	width: 320px;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 20px 30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.box_contact .btn_cnt a {
	margin: 50px auto 30px auto;
}

.box_contact .btn_cnt a i {
	padding-right: 8px;
}

.box_contact .btn_cnt a:hover {
	color: #fff;
	background-color: #005eae;
	border: 1px solid #005eae;	
}

.box_contact .btn_cnt .rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}




/*
ペイジャー
-------------------------------------------*/

.pager {
	display: block;
	text-align: center;
	margin-top: 30px;
	padding: 15px 0;
}

.pager li {
	display: inline;
}

.pager li a {
	display: inline-block;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 0 5px;
}

.pager li a:hover {
	color: #005eae;
}


/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 800;
}
.to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #005eae;
	color: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
}
.to_top a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/*
フッター
-------------------------------------------*/

footer {
	display: block;
	clear: both;
	width: 100%;
	background-color: #eee;
	margin-top: -2.0rem;
	padding-top: 30px;	
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: auto;	
}

footer .cont_wrap .f_box {
	width: 30%;
	padding: 10px;
}

footer .cont_wrap .f_box.lg {
	width: 70%;
}

footer .cont_wrap img {
	width: 200px;
}

footer .cont_wrap a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

footer .cont_wrap h5 {
	font-size: 20px;
	font-weight: bold;
}

footer .cont_wrap p {
	font-size: 14px;
}

footer .cont_wrap ul {
	padding: 20px;
}

footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

footer .cont_wrap ul li a::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f105";
	font-weight: 800;
	margin-left: 5px;
	padding-right: 6px;
}

footer .cont_wrap ul li a:hover {
	color: #fff;
	background-color: #005eae;
}


address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	text-align: center;
}


/*
リスト
-------------------------------------------------*/

.fa-ul {
	list-style-type: none;
	font-size: 18px;
	line-height: 2;
	margin: 0 20px 20px 20px;

}

.fa-ul > li {
	position: relative;
	line-height: 1.6;
	left: 10px;	
    padding: 10px 10px 10px 0;

}

.fa-li {
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	top: 0.5em;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
}

.fa-fw {
	width: 1.2857142857142858em;
	text-align: center;
}


.list {
	margin: 0 auto;
}

.list li {
	position: relative;
	list-style-type: none;
	line-height: 1;
    padding: 5px 0 5px 30px;
}
 
.list li::before {
    position: absolute;
	left: 10px;
	font-family: 'Font Awesome 6 Free';
	content: "\f105";
	font-weight: 600;
	color: #000;
}


/*
各種テーブル
-------------------------------------------*/

.table_01 {
	width: 98%;
	font-size: 18px;	
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}

.table_01 th,
.table_01 td {
	line-height: 30px;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

.table_01 th {
	white-space: nowrap;
	width: 30%;
	font-weight: bold;
	background-color: #eef3fa;
}

.table_01 td {
	line-height: 30px;
	background-color: #fff;
}

.small {
	font-size: smaller;
	color: #666;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #e5e5e5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}

.table_01 th span {
	font-size: 12px;
	color: #ccc;
}


/*
ボックス
-------------------------------------------*/

/* メモボックス */
.memo {
    background-color: #eef3fa; /* 背景色 */
    border-radius: 10px; /* ボックスの角の丸み */
    margin: 0 1.5em 2em; /* 外側の余白（上下と中央配置） */
    padding: 1em 2em 1.5em; /* 上下・左右の余白 */
}

/* タイトル部分 */
.memo .box-title {
    color: #005eae; /* タイトル文字の色 */
    font-size: 1.1em; /* タイトル文字の大きさ */
    font-weight: bold; /* 太字 */
}

/* タイトル部分のアイコン */
.memo .box-title::before {
    font-family: "Font Awesome 6 Free"; /* アイコンのフォント */
    content: "\f304"; /* メモアイコンのUnicode */
    margin-right: 5px; /* アイコンと文字の間隔 */
}

/* pタグのmarginを0にする */
.memo p {
	font-weight: bold;
    margin: 0;
}

/* ロケーションメモボックス */
.location {
    background-color: #eef3fa; /* 背景色 */
    border-radius: 10px; /* ボックスの角の丸み */
    margin: 0 1.5em 2em; /* 外側の余白（上下と中央配置） */
    padding: 2em 2em 2em 2em;
}

/* タイトル部分 */
.location .box-title {
    color: #005eae; /* タイトル文字の色 */
    font-size: 1.1em; /* タイトル文字の大きさ */
    font-weight: bold; /* 太字 */
}

/* タイトル部分のアイコン */
.location .box-title::before {
    font-family: "Font Awesome 6 Free"; /* アイコンのフォント */
    content: "\f304"; /* メモアイコンのUnicode */
    margin-right: 5px; /* アイコンと文字の間隔 */
}

/* pタグのmarginを0にする */
.location p {
	font-weight: bold;
    margin: 0;
}

/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {
	width: 100%;
}

.pick_up ul {
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 80px auto 20px auto;
}

.pick_up ul li {
	width: 32%;
	position: relative;
}

.pick_up ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}

.pick_up ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a:hover::before {
	background-color: rgba(0,94,174,0.7);
}

.pick_up ul li a div {
	color: #fff;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	text-shadow: 4px 8px 6px rgba(0,0,0,0.5), 0px -5px 16px rgba(255,255,255,0.3);	
	display: block;
	width: 80%;
	margin-top: -20px;
	margin-left: -40%;
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}

.pick_up ul li a div span {
	font-size: 16px;
	letter-spacing: 0.01em;
}


/*
背景入り帯
-------------------------------------------*/

.obi_top {
	width: 100%;
	margin: 40px auto 100px auto;
}

.obi_top p {
	font-size: 20px;
	text-align: center;
}

.obi_01 {
	background-image: url(../images/obi_01.jpg) ;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	color: #fff;
	margin: 50px auto;
	padding-top: 10%;
	padding-bottom: 10%;
}

.box_contact {
	background-image: url(../images/contact.jpg) ;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	color: #fff;
	margin: 50px auto -1.2rem auto;
	padding-top: 10%;
	padding-bottom: 10%;
}

.obi_01 h2,
.box_contact h2 {
	color: #fff;
	border-bottom: none;
	padding-bottom: 0px;
}

.obi_01 p,
.box_contact p {
	font-size: 20px;
}

#obi_02 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 40%;
	position: relative;
	overflow: hidden;
}

#obi_02.v01 {
	background-image: url(../voice/images/voice01_01.jpg);
}

#obi_02.v02 {
	background-image: url(../voice/images/voice02_01.jpg);
}

#obi_02.v03 {
	background-image: url(../voice/images/voice03_01.jpg);
}

#obi_02.v04 {
	background-image: url(../voice/images/voice04_01.jpg);
}

#obi_02.v05 {
	background-image: url(../voice/images/voice05_01.jpg);
}

#obi_02 #catch {
	position: absolute;
	top:  auto;
	right: 0;
	z-index: 10;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	color: #000;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
}

#obi_02 #catch p {
	font-size: 80px;
	font-weight: bold;
	font-family: 'Sawarabi Mincho', serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #ffbf00;
	margin: 10px;
	padding: 5px;
}


.box_contact .tel {
	text-align: center;
}

.inq_tel {
	text-align: center;
	margin-top: 60px;	
}

.box_contact .tel p {
	margin: 5px 10px;
}

.inq_tel p {
	margin: 0 10px;
}

.box_contact .tel a {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.inq_tel a {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 26px;
	font-weight: bold;
	color: #005eae;
	text-decoration: none;
}

.box_contact .tel a strong,
.inq_tel a strong {
	font-size: 160%;
}

.box_contact .tel a i,
.inq_tel a i {
	font-size: 150%;
	padding-right: 10px;	
}


@media screen and (min-width:960px){

body {
	font-size: 16px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}


header h1 a img {
	top: 23px;
	left: 10px;
	height: 44px;
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	margin-left: 200px;
	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 10px;
	line-height: 30px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(0,94,174,0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: rgba(0,94,174,1);
	top: 0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #005eae !important;
}

#g_navi.txt_w li a {
	color: #fff;
}

header.fixed #g_navi.txt_w li a {
	color: #111;
}

#g_navi li.contact a {
	color: #fff !important;
	background-color: #005eae;
	border: 1px solid #005eae;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

#g_navi li.contact a:hover {
	background-color: #fff;
	color: #005eae !important;
}

#g_navi li.contact a::before {
	display: none;
}


#index_top {
	min-height: 850px;
}

#sub_top.about {
	background-image: url(../about/images/sub_top_about.jpg);
}

#sub_top.locations {
	background-image: url(../locations/images/sub_top_locations.jpg);
}

#sub_top.voice {
	background-image: url(../voice/images/sub_top_voice.jpg);
}

#sub_top.requ {
	background-image: url(../requirements/images/sub_top_requ.jpg);
}

#sub_top.inq {
	background-image: url(../inquiry/images/sub_top_inq.jpg);
}

#sub_top.acrylic {
	background-image: url(../acrylic/images/sub_top_acrylic.jpg);
}

.no_pc {
	display: none !important;
}
}
/*-- /960px～ --*/


@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -590px;
}
}


@media screen and (max-width:1200px){

.pick_up ul li a div {
	font-size: 24px;
}

.pick_up ul li a div span {
	font-size: 14px;
}
}


@media screen and (max-width:960px){

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.img_left img,
.img_right img {
	float: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

.content p {
	margin: 20px 20px 20px 20px;
	padding: 5px 5px;
}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #005eae;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
 }
  
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
 }
 
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}

.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}

.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #005eae;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}

.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}

.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}


/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #f6f6f6;
	background-color: rgba(242,246,247,0.85);
	display: none;
	padding-left: 10%;
}

#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 2.0;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#g_navi ul li a:hover {
	color: #005eae;
}

#g_navi ul li.contact a {
	width: 90%;
	text-align: center;
	background-color: #005eae;
	border: 1px solid #005eae;
	color: #fff;
	font-size: 24px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#g_navi ul li.contact a:hover {
	background-color: #fff;
	color: #005eae;
}


/*
メニューシャドウ
-------------------------------------------*/

.bg_bl {
	background-color: #fff;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/

header {
	height: 52px;
}

header h1 a img {
	top: 10px;
	left: 10px;
	height: 36px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}


#sub_top {
	height: 240px;
	padding-top: 100px;
}

#sub_top.about {
	background-image: url(../about/images/sub_top_about_sp.jpg);
}

#sub_top.locations {
	background-image: url(../locations/images/sub_top_locations_sp.jpg);
}

#sub_top.voice {
	background-image: url(../voice/images/sub_top_voice_sp.jpg);
}

#sub_top.requ {
	background-image: url(../requirements/images/sub_top_requ_sp.jpg);
}

#sub_top.inq {
	background-image: url(../inquiry/images/sub_top_inq_sp.jpg);
}

#sub_top.acrylic {
	background-image: url(../acrylic/images/sub_top_acrylic_sp.jpg);
}


/*
背景入り帯
-------------------------------------------*/

.obi_top p,
.obi_01 p,
.box_contact p {
	text-align: left;
}

.obi_top p br,
.obi_01 p br,
.box_contact p br {
	display: none;
}

#obi_02 #catch p {
	font-size: 60px;
}

/*
ピックアップ
-------------------------------------------*/

.pick_up ul li a div {
	font-size: 18px;
}

.pick_up ul li a div span {
	font-size: 12px;
}


/*
フッター
-------------------------------------------*/
footer {
	border-bottom-width: 60px;
}

footer .cont_wrap .f_box.lg {
	width: 100%;
}

footer .cont_wrap .f_box {
	width: 100%;
	text-align: center;
}

footer .cont_wrap .f_box ul {
	text-align: left;
	margin: auto 30px;
}


.no_sp {
	display: none;
}


/* ロケーションメモボックス */
.location {
    margin: 2em 1em 2em 1em; /* 外側の余白（上下と中央配置） */
    padding: 2em 1em 2em 1em;
}

/* タイトル部分のアイコン */
.location .box-title::before {
    font-family: "Font Awesome 6 Free"; /* アイコンのフォント */
    content: "\f304"; /* メモアイコンのUnicode */
    margin-right: 5px; /* アイコンと文字の間隔 */
}

/* pタグのmarginを0にする */
.location p {
	font-weight: bold;
    margin: 0;
}



}
/*-- /～960px --*/


@media screen and (max-width:640px){
	
#index_top #top_catch {
	top: 25%;
	left: 5%;
	width: 90%;
	height: 50%;
	margin-top: 0px;
	margin-left: 0px;
}

#index_top #top_catch h2 {
	font-size: 46px;
}

#index_top #top_catch p {
	font-size: 20px;
}

#sub_top {
	font-size: 36px;
	height: 200px;
	padding-top: 70px;
}

.content {
	padding-top: 0;
	padding-bottom: 20px;
}

.content p {
	margin: 10px 10px 20px 10px;
	padding: 5px 10px;
}

.content p.question {
	margin: 20px 10px 15px 10px;
}

.content p.comment {
	margin: 20px 10px 15px 10px;
}


.img_center {
	margin-left: 20px;
	margin-right: 20px;
}

.img_left img,
.img_right img {
	padding: 10px 20px;
}


.pick_up ul li {
	width: 100%;
}

.pick_up ul li a div {
	font-size: 28px;
}

.pick_up ul li a div span {
	font-size: 16px;
}


.obi_01 {
	background-image: url(../images/obi_01_sp.jpg);
	background-attachment: scroll;
}

#obi_02 {
	width: auto;
	height: auto;
	padding: 0 0 50%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

#obi_02.v01 {
	background-image: url(../voice/images/voice01_01_s.jpg);
}

#obi_02.v02 {
	background-image: url(../voice/images/voice02_01_s.jpg);
}

#obi_02.v03 {
	background-image: url(../voice/images/voice03_01_s.jpg);
}

#obi_02.v04 {
	background-image: url(../voice/images/voice04_01_s.jpg);
}

#obi_02.v05 {
	background-image: url(../voice/images/voice05_01_s.jpg);
}

#obi_02 #catch p {
	font-size: 50px;
	margin: auto 5px;
	padding: 5px;
}

.box_contact {
	background-image: url(../images/contact_sp.jpg);
	background-attachment: scroll;
	margin: 50px auto 0 auto;
	padding-top: 10%;
	padding-bottom: 12%;
}

footer .cont_wrap h5 {
	font-size: 18px;
}
}


@media screen and (max-width:460px){

.content h2 {
	font-size: 30px;
	line-height: 30px;
}

.content h3 {
	font-size: 24px;
}

.content h4 {
    font-size: 20px;
	line-height: 1.6;
	margin: 30px 20px 30px 20px;
	padding: 0.5rem 0 0.5rem 0;	
}

.content p {
	font-size: 16px;
	line-height: 1.8;	
	margin: 10px 10px 20px 10px;
	padding: 5px 10px;
}

.content p.title {
	font-size: 24px;
	line-height: 1.5;
	margin: 10px 10px 10px 10px;
	padding: 5px;
}

.content p.question {
	font-size: 20px;
	letter-spacing: 0.01em;
	padding: 0 5px;	
}

.content p.question:before {
	font-size: 25px;
}

.content p.comment {
	font-size: 22px;
	letter-spacing: 0.01em;
	padding: 0 5px;
}

.content p.comment:before {
	font-size: 25px;
}


input,
textarea {
	max-width: 300px !important;
}


.table_01 {
	width: 100%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.table_01 th,
.table_01 td {
	display: block;
	width: 100% !important;
}

.table_01 th {
	background-color: #eef3fa;
	padding: 20px;
}


#index_top #top_catch h2 {
	font-size: 34px;
	line-height: 1.2;
}

#index_top #top_catch p {
	font-size: 18px;
	line-height: 1.8;	
}

.dot-text::before{
	background: -webkit-radial-gradient(circle 8px, #ffbf00 50%,transparent 50%);
	background: radial-gradient(circle 8px, #ffbf00 50%,transparent 50%);
	background: -moz-radial-gradient(circle 8px, #ffbf00 50%,transparent 50%);
	padding-top: 10px;
}

#sub_top {
	font-size: 28px;
	line-height: 30px;
}

#sub_top span {
	font-size: 80%;
}

.content h2 {
	font-size: 32px;
}

.obi_top p {
	font-size: 18px;
}

.obi_01 h2,
.box_contact h2 {
	font-size: 32px;
}

.obi_01 p,
.box_contact p{
	font-size: 18px;
}

#obi_02 #catch p {
	font-size: 40px;
}

.box_contact .tel a {
	font-size: 24px;
}

.box_contact .tel a strong {
	font-size: 140%;
}

.box_contact .tel a i {
	font-size: 130%;
}

.btn_cnt a {
	width: 260px;
	line-height: 22px;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}

footer .cont_wrap ul {
	padding: 20px;
}

.fa-ul > li {
	left: 5px;
}
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}
.effect.d_04 {
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.effect.d_06 {
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.effect.d_08 {
	transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);    
}


/*------------------------------*/



/*
2分割
-------------------------------------------*/

.content .cont_wrap .box_left {
	width: 50%;
	float: left;
	padding: 10px;
}
.content .cont_wrap .box_right {
	width: 50%;
	float: right;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


@media screen and (max-width:960px) {

.content .cont_wrap .box_left {
	width: 100%;
	float: none;
}
.content .cont_wrap .box_right {
	width: 100%;
	float: none;
	overflow: hidden;
}

.content .cont_wrap .box_right {
	width: 100% !important;
}
}


@media only screen and (max-width: 767px){

.img_center span {
	font-size: 14px;
	padding: 5px;
}

.img_center div {
	font-size: 12px;
	padding: 20px;
}
}
