@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 0;
}
html {
	overflow-y: scroll
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
th{
  text-align: center;
}
caption{
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 500;
	line-height: 1.8;
  font-size: 16px;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color: #231815
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: bold
}
svg {
	overflow: visible
}
body {
	position: relative;
	font: 16px/1.8 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #231815;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* form
---------------------------------------- */
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	line-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	line-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	width: 300px;
	padding: 0;
	line-height: 65px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	-webkit-appearance: none !important;
	margin: 20px;
}
input[type="reset"], input[type="button"] {
	background-color: #fff;
	border: 2px solid #0176c3;
	margin-right: 20px;
}
input[type="submit"] {
  background-color: #89e1ff;
  border: 2px solid #74cbe9;
	color: #000;
  font-size: 1.2rem;
  border-radius:8px;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
	font-size: 2em;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
}
h1 {
}
.inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
}
/* motion,btn
---------------------------------------- */
*:selection {
	background: #f27649;
	color: #fff;
}
a, img, .photo, .over, aside#sns li span, .nav-child, .ico-area dd ul {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.enlargement img {
	-moz-transition: -moz-transform all .4s;
	-webkit-transition: -webkit-transform all .4s;
	-o-transition: -o-transform all .4s;
	-ms-transition: -ms-transform all .4s;
	transition: all .4s;
}
a:hover .enlargement img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	text-align: center;
}
.btn a {
	display: block;
	height: 50px;
	margin: auto;
}
.btn.all {
	text-align: center;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
.btn.all a {
	width: 225px;
	background-image: url(/assets/img/btn_all.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.btn.all a:hover {
	background-image: url(/assets/img/btn_all_on.png);
	background-color: #f27649;
}
.btn.return a {
	width: 165px;
	line-height: 31px;
	height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	color: #5f564d;
	border: 2px solid #5f564d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.btn.return a:after {
	content: '\f432';
	font: lighter 20px Genericons;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn.next a {
	height: 50px;
	width: 215px;
	line-height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #0176c3 0%, #727d96 100%);
	background-image: linear-gradient(45deg, #0176c3 0%, #727d96 100%);
	transition: .4s;
}
.btn.next a:hover {
	background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
	background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}
.btn.next a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 20px;
	margin: auto;
}
/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1rem;
	line-height: 0;
	clear: both;
}
header .inner {
	position: relative;
}
header .head-logo {
	xpadding: 15px 0px;
}
h1.head-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  font-size: 1.8rem;
}
header .head-logo .logo {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.menu-area {
	background-color: #0176c3;
	border-top: 3px solid #c9bc9c;
	border-bottom: 1px solid #c9bc9c;
}
.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
}
.menu > li {
	width: 20%; /* グローバルナビ4つの場合 */
	height: 30px;
	line-height: 30px;
}
.menu > li:first-child {
}
.menu > li a {
	display: block;
	color: #ffffff;
	font-size: 1.1em;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}

header .head-logo .logo img{
  margin-right: 1rem;
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color: #fff;
	color: #333;
}
footer .inner {
	position: relative;
	padding-top: 40px;
	background-color: #fff;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #333;
  font-weight: 700;
}
footer .foot-logo img {
	width: 160px;
	height: auto;
margin-right:0.5rem;
}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: normal;
	margin-bottom: 1px;
}
footer .foot-address {
	line-height: 1.6;
	font-size: 0.9rem;
	text-align: left;
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 600;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
	line-height: 3em;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #0176c3;
	color: #fff;
}
.textright{
  text-align: right;
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}


.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

/* index
---------------------------------------- */
main.index section {
	padding: 80px 0px 80px 0px;
}
main.index section:nth-child(even) {
	background: #f9f9f9;
}
main.index h2, h1.pages-h1 {

}
.sub-ttl {
	text-align: center;
	font-size: 1rem;
	font-weight: lighter;
	color: #444;
	padding-top: 10px;
	margin: 0 auto;
	padding-bottom: 40px;
}
main.index h2::before, h1.pages-h1::before{

}
main.index .catch {
	text-align: center;
	margin-bottom: 25px;
}
.area {
  text-align: center;
  xmargin-bottom: 2rem;
}
.area p{
  font-size: 18px;
}
.area select{
  font-size: 20px;
}

.print_box h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0176c3;
}
p.syoumei {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
  border: 1px solid #ddd;
  padding: 1rem;
}
p.syoumei span{
  font-weight: 700;
  color: #e00;
}
p.syoumei_catch {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0176c3;
  margin-bottom: 1rem;
  line-height: 1.3em;
}
.print_box h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0176c3;
  border-left: 4px solid #0176c3;
  padding-left:0.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
table{
  width: 100%;
  white-space: nowrap;
}
th,td{
  border:1px solid #ddd;
  padding: 1rem;
}
th{
  background-color: #eee;
}
td{
background-color: #fff;
text-align: center;
line-height: 1.4rem;
}
td.map a {
  background: #e18614;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem;
  border-radius: 4px;
}
table tr td:first-child{
  text-align: left;
  white-space: pre-wrap;

}

.area_title {
  border: 1px solid #ddd;
  padding: 0.75rem;
  margin-bottom: 1rem;
  text-align: center;
}
.area_title  p.notes{
  text-align: center;
  font-weight: 700;
}
.area_title  p.detail {
  text-align: center;
  margin-bottom: 0;
}
p.detail {
  font-size: 14px;
  margin-bottom: 1rem;
}
p.detail.scroll {
  text-align: left;
  margin-bottom: 0.5rem;
}
p.notes {
  text-align: right;
  font-size: 14px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
section.top_news {
  background: #0176c3 !important;
  color: #fff;
}
.top_news article {
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  padding: 20px 0px;
  text-align: left;
  padding-left: 30px;
}
section.top_news a{
  color: #fff;
}
section.top_news h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
.top_news dl {
  display: flex;
  flex-wrap: wrap;

}
.top_news dl dt {
  font-size: 16px;
  padding-right: 55px;
  width: 200px;
}
.top_news dl dd {
  font-size: 15px;
	width: calc(100% - 255px);
	line-height: 1.3em;

}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
	line-height: 35px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: bold;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
	font-size: 1.2em;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	line-height: 2rem;
	color: #f51414;
}
/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
	transition: .8s;
}
.u8fadeItem.fadeDelay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.u8fadeItem.fadeIn {
	opacity: 0;
	filter: alpha(opacity=0);
}
.u8fadeItem.fadeIn.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
}
.u8fadeItem.fadeInDown {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.u8fadeItem.fadeInDown.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.u8fadeItem.fadeInUp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.u8fadeItem.fadeInUp.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	font-size: 50px;
	color: #fff;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	bottom: -15;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
	padding: 10px 0px 50px 0px;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
h1.pages-h1 {
}
h2.pages-h2 {
	text-align: left;
	border-top: 1px solid #0176c3;
	border-bottom: 1px solid #0176c3;
	padding: 20px 0px;
	color: #0176c3;
	margin-bottom: 25px;
}
.pages-ttl {
	padding-bottom: 30px;
}
h2.pages-h2 span {
	font-size: 0.5em;
	color: #000;
	padding-left: 10px;
}
p.catch {
	line-height: 2rem;
	font-size: 1rem;
}
table.office-table {
	margin: 20px auto;
	font-size: 1.2em;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	border-right: none;
	border-left: none;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
}
section.cont-02 {
	padding: 50px 0px;
}
/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color: #0176c3;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	padding: 10px;
}
p.comment {
	text-align: left;
	padding: 10px;
	line-height: 2rem;
}
/*====================
company
 ====================*/

ul.list li {
	line-height: 2rem;
}
/*フッター最下部*/
.layout-contents{
  height: 100%;
  min-height: 100vh;
  position: relative;/*←相対位置*/
  padding-bottom: 222px;/*←footerの高さ*/
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer{
  width: 100%;
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
}
main.index .photoSection{
	padding: 0;
	margin: 0 auto !important;
	background: #f6fbff;
	position: relative;
}
main.index .photoSection:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 338px;
	aspect-ratio: 677/498;
	background: url("../img/photo_post/photoSection_bg_01.png") 0 0 /contain no-repeat ;
}
main.index .photoSection:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(202px / 2);
	aspect-ratio: 202/175;
	background: url("../img/photo_post/photoSection_bg_02.png") 0 0 /contain no-repeat ;
}
main.index .photoSection .photoSection_inner{
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 350px;
}
main.index .photoSection .photoSection_inner:before{
	content: "";
	display: block;
	position: absolute;
	bottom:0;
	right: 0;
	width: calc(390px / 2);
	aspect-ratio: 390/225;
	background: url("../img/photo_post/photoSection_bg_03.png") 0 0 /contain no-repeat;
}
main.index .photoSection .photoSection_content{
	display: flex;
	flex-wrap: wrap;
	width: 960px;
	min-height: 350px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}
main.index .photoSection .photoSection_content .figure{
	width: 285px;
	position: absolute;
	bottom: 0;
}
main.index .photoSection .info{
	width: calc(100% - 285px - 30px);
	margin-left: auto;
	padding-top: 100px;
}
main.index .photoSection .info h2{
	font-weight: bold;
	text-align: left;
	font-size: 36px;
	color: #0176c3;
	line-height: 1.2;
	position: relative;
}
main.index .photoSection .info h2:before{
	content: "";
	display: block;
	position: absolute;
	width: 37px;
	height: 37px;
	left: -24px;
	top: -24px;
	background: url("../img/photo_post/photoSection_title_bg_01.png") 0 0 /contain no-repeat;

}
main.index .photoSection .info .lead{
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	color: #c37301;
	font-size: 20px;
	margin-top: 20px;
	text-decoration: underline 8px #fff603;
    text-underline-offset: -4px;
}
main.index .photoSection .info .btns-01{
	display: flex;
	
	gap: 0 24px;
	margin-top: 40px;
}
.photoSection .btns-01 .btn{

}
.photoSection .btns-01 .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
    padding: 0;
   	height: 54px;
    font-weight: bold;
    letter-spacing: 0.02rem;
    font-size: 18px;
    border-radius: 8px;
	min-width: 300px
}
.photoSection .btns-01 .btn a:hover{
	opacity: 0.5;
}
.photoSection .btns-01 .btn.btn-01 a{
	background-color: #ffde00;
	box-shadow: 0 6px 0 0 #d1b500;
    color: #000;
}
.photoSection .btns-01 .btn.btn-02 a{
	background-color: #ff9c00;
	box-shadow: 0 6px 0 0 #c67a00;
    color: #000;
}
/* .toppage .footer{
	background-color: #efefef;
}
.toppage .footer .inner{
	background-color: #efefef;

} */