* {
	box-sizing: border-box;
}

/* clearfix
---------------------------------------------------------*/

.clearfix:after {
  content: " "; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* clearfix
---------------------------------------------------------*/

body {
	background: url(../images/bg01.jpg) 0 0 repeat;
	background-size: 100% auto;
	animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
	overflow-x: hidden;
}

@keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.pc_none {
	display :none;
}

@media screen and (max-width: 768px) {
.pc_none {
	display :initial;
}
.sp_none {
	display :none;
}
}

.strong {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #ff6 60%);
}


.glow {
    text-shadow: #fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px;
}

.h1_left {
	border-left: #333 3px solid;
	color : #333;
    padding-left: 0.5em;
    font-size: 150%;
}

.h1_right {
	border-right: #333 3px solid;
	color : #333;
    padding-right: 0.5em;
    font-size: 150%;
    text-align :right;
}

.h2_img {
	max-width :564px;
	margin: 1em auto;
}


.h2_01 {
	position: relative;
	padding: 1.5rem 1rem;
	text-align: center;
}

.h2_01:before {
    position: absolute;
    bottom: 0px;
    right: 0;
    color: rgba(150,150,150,0.5);
    font-size: 85%;
    content: attr(data-title);
}

.h2_01:after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 7px;
    content: '';
    background: #036eb7;
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.h2_04 {
    text-shadow: #fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px;
}

.h3_01_wrap {
  display: table;
  position: relative;
  height: 60px;
  line-height: 2em;
  text-align: center;
  padding: 7px 0;
  font-size: 120%;/*文字サイズ*/
  background: #093912;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.h3_01_wrap:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.h3_01 {
  margin: 0;
  padding: 0 30px 0 15px;
  font-size: 100%;
  text-align: center;
}

.h3_02 {
	background: #ff6900;
	color: #fff;
	font-weight: 400;
	padding: 0.5em 1em;
	margin:1em;
	border-radius: 5px;
	clear: both;
}

.h4_01 {
    display: inline-block;
    margin: 1em;
    color: #093912;
    background: #ffebb4;
    padding: 0.5em 1em;
    border-radius: 50px;
}

.color-white {
	color :#fff;
}

.color-black {
	color :#000;
}

.text-center {
	text-align :center!important;
}

.block-center {
	display :block;
	margin : 0 auto;
	max-width: fit-content;
}

.text-right {
	text-align :right!important;
}

.text-left {
	text-align :left!important;
}

.text-big {
	font-size :130%;
}

.of-hidden {
	overflow: hidden;
}

.btn01 {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 1em 2em;
    text-decoration: none;
    color: #333;
    border: solid 1px #333;
    border-radius: 3px;
    transition: .2s;
    background: #f4f5f6;
    z-index :2;
    overflow : hidden;
}

.btn01:hover {
	color: white;
	background: #a95d5d;
}

.btn02 {
	display: inline-block;
	text-align: center;
	padding: 1em 2em;
	text-decoration: none;
	color: #333;
	border: solid 1px #333;
	border-radius: 3px;
	transition: .4s;
}

.btn02:hover {
	background: #a95d5d;
	border: solid 1px #fff;
	color: white;
}

.overc a {
    background: #a95d5d;
    display: block;
}

.overc img {
	transition: .3s ease-in-out;
}

.overc:hover img {
    opacity: 0.5;
}

.bg_grey {
	background-color : #ccc!important;
}

.bg_grayish_white {
	background-color : #f2f2f2!important;
}

.bg_blue {
	background-color: #036eb7!important;
}

.bg_blue_trans {
	background: rgba(40,86,144,0.8)!important;
	color :#fff;
}

.bg_white {
	background-color: #fff!important;
}

.bg_white_trans {
	background: rgba(255,255,255,0.8)!important;
}

.bg_rightblue {
	background-color: #ccdfff!important;
}

.bg_pale {

	background: #fffceb;

}

.bg_img01 {
	background : url(../images/bg-img01.jpg) center center ;
	background-size: cover;
    background-attachment: fixed;
}


.bg_img02 {
	background : url(../images/bg-img02.jpg) center center ;
	background-size: cover;
    background-attachment: fixed;
}

/* 水平線
---------------------------------------------- */

.hr_dotted {
	border-bottom : #ccc 1px dotted;
}

.hr_diagonal {
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #a95d5d, #a95d5d 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #a95d5d, #a95d5d 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom :1em;
}

.hr_clear {
	border-bottom : #ccc 1px dotted;
	clear : both;
}

/*========= ローディング ===============*/

/* Loading背景画面設定*/
#loading {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background:#036eb7;
	text-align:center;
	color:#fff;
	display: none;
}

/* Loading画像中央配置　*/
#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
	width:300px;
}


/* 当分divここから ▽▽
---------------------------------------------- */

.divide_wrap {
	display :table;
	position :relative;
	width: 100%;
	max-width :1200px;
	margin :0 auto 0 auto;
	table-layout: fixed;
}

.divide02,.divide03,.divide04,.divide05,.divide06,.divide07,
.divide_sv_wrap ,
.divide_sv04 {
	display :table-cell;
	vertical-align:middle;
}

.divide02 {
	width : 50% ; 
}

.divide03 {
	width : 33.33333% ; 
}

.divide04 {
	width : 25% ; 
}

.divide05 {
	width : 20% ; 
}

.divide06 {
	width : 16.66666% ; 
}

.divide07 {
	width : 14.28571% ; 
}

@media screen and (max-width: 768px) {
.divide02,.divide03,.divide04,.divide05,.divide06,.divide07 {
	display :block;
	width :100%;
}
}

.divide_sv_wrap {
	width : 50%;
}

.divide_sv04 {
	width : 25% ; 
}

@media screen and (max-width: 768px) {
.divide_sv_wrap {
	display :block;
	width : 100%;
}
.divide_sv04 {
	width : 50% ; 
}
}

.divide02 figure {
    text-align: center;
}

/* 当分divここまで △△
---------------------------------------------- */

.f-left {
    float: left!important;
}

.f-right {
	float : right!important;
}

@media screen and (max-width: 768px) {
	.f-left {
	    float: none!important;
	}
	.f-right {
		float : none!important;
	}
}

.pad01 {
	padding :1em;
}

.pad_tb01 {
	padding :1em 0;
}

.pad_tb02 {
	padding :2em 0;
}

.pad_tb03 {
	padding :3em 0;
}

/* memo ▽▽
---------------------------------------------- */

.memo {
    display: table;
    margin: 1em;
    background: #f7c93e;
    border-radius: 5px;
}

.memo dt {
    display: table-cell;
    vertical-align: bottom;
    width: 30%;
}

.memo dd {
    display: table-cell;
    vertical-align: middle;
    margin : 1em;
    padding: 1em;
    font-size: 130%;
    font-weight: 600;
    color: #000;
}

.memo-title {
    background: #d33f41;
    color: #fff;
    padding: 0.5em;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.memo dd {
	    font-size: 100%;
	}
	.memo {
	    display: block;
	    position: relative;
	    margin: 4em 1em 1em 1em;
	}

	.memo dt {
	    display: block;
	    position: absolute;
	    top: -64px;
	    left: 30px;
	    width: 100px;
	}

	.memo dd {
	    display: block;
	}
}


/* モーダルウィンドウ ▽▽
---------------------------------------------- */

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 80%;
	max-width: 1200px;
	padding: 30px 30px 15px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

/* 表 ▽▽
---------------------------------------------- */

.column_table,
.column_table td,
.column_table th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
}

.column_table th {
	background: #a95d5d;
	color: #fff;
}

.column_table td {
	background: #fff;
}

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

	.column_table thead th {
	  display: none;
	}

	.column_table tbody th {
	  padding: 4px 12px;
	  display: block;
	  width: 100%
	}

	.column_table td {
	  padding: 4px 12px;
	  display: block;
	  width: 100%
	}

	.column_table td[data-title]::before {
	  color: #666;
	  content: attr(data-title) " :";
	  font-weight: bold;
	  padding: 0 10px 0 0;
	  display: inline;
	}
}

/* エフェクト △△
---------------------------------------------- */

/* エフェクト ▽▽
---------------------------------------------- */

.text-tp {
	overflow: hidden;
	white-space: nowrap;
	visibility :hidden;
}

.text-tp:after {
	content: '';
	border-right: 1px solid;
	animation: flashing 0.6s linear infinite;
}

.ef-type {
	visibility :visible;
	animation: typewriter 1s steps(22) 1s 1 normal both;
}

@keyframes typewriter{
	from{width: 0;}
	to{width: 100%;}
}
@keyframes flashing {
	0% {opacity: 0;}
}

@media screen and (max-width: 768px) {
.text-tp {
	white-space: normal;
}
}
/* エフェクト △△
---------------------------------------------- */


.home-header {
	position: relative;
	background-position: center;
	background-size: cover;
	max-width: 1920px;
    margin: 0 auto;
    height: 100vh;
    background: #002f6a;
}

.home-catch {
    position: relative;
    width: 50%;
    height: 100vh;
    opacity: 0.5;
}

.home-catch video {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    height: 100vh;
    z-index: 0;
}

@media screen and (max-width: 600px) {
	.home-catch {
	    float: none;
	    width: 100%;
		height: 50vh;
		overflow: hidden;
	    margin: 0 auto 0 auto;
	}
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/movie-frame.png) center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height :100%;
}

.catarog-bnr {
    position: absolute;
    top: 75%;
    left: 5%;
    width: 65%;
    z-index: 101;
}

@media screen and (max-width: 768px) {
	.catarog-bnr {
		width: 40%;
	}
}

.site-logo {
	padding: 0px 0 0 30px;
}

@media screen and (max-width: 768px) {
.site-logo {
	padding: 0;
	width :60%;
}
}

.home-news-wrap {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    color: #fff;
}

.home-news {
    max-width: 1200px;
    padding: 1em;
    list-style: none;
    margin: 0;
}

.home-news-title {
    text-align: center;
    background: #fff;
    color: #333;
    float: left;
    width: 15%;
    padding: 1em 0;
    max-width: 150px;
    border-radius: 35px 0;
}

.home-news-text {
    padding: 0 0 0 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
	.home-news-title {
		display: none;
	}
	.home-news-text {
		padding: 0;
	}
}

.home-news-wrap p {
    margin: 0 0 0.5em 0;
}

.home-news li a {
	color :#fff;
	text-decoration: none;
}

.home-news-cat {
    background: #666;
    color: #fff;
    padding: 0.5em;
    margin: 1em;
    font-size: smaller;
}

.home-newslist-link {
    color: #fff;
    margin: 0 1em 0 0;
    font-size: smaller;
}

.news-list h1 {
    font-size: 120%;
    color: #a95d5d;
}

.catch-copy {
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7vh;
    color: #fff;
    padding: 0.5% 1%;
    white-space: nowrap;
    z-index: 100;
}

.sub-copy {
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    text-shadow: #a95d5d 0 0 20px;
    font-size: 70%;
}

@media screen and (max-width: 1200px) {
	.catch-copy {
	    font-size: 3.5vw;
	}
}

@media screen and (max-width: 600px) {
	.catch-copy {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 6.5vw;
		text-align: center;
	}
}

.right_info_wrap {
	width: 65%;
    display: table-cell;
    background: rgba(255,255,255,0.6);
}

.right_info_img {
    margin-left: -35%;
}

.right_info {
	width: 35%;
	background: rgba(255,255,255,0.6);
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
}

.left_info_content {
    display: table;
    direction: rtl;
}

.left_info_wrap {
	width: 65%;
    display: table-cell;
    background: rgba(255,255,255,0.6);
}

.left_info_img {
	margin-right: -35%;
}

.left_info {
	width: 35%;
	background: rgba(255,255,255,0.6);
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
    direction: ltr;
}

@media screen and (max-width: 500px) {
	.right_info_wrap, 
	.left_info_wrap {
	    display: block;
	    width: 100%;
	}
	.right_info_img {
	    margin-left: 0;
	}
	.right_info,
	.left_info {
	    display: block;
	    width: 100%;
	}
	.left_info_img {
		margin-right: 0;
	}
}

@keyframes component_anime {
	0% {
	fill-opacity: 0;
	stroke-dashoffset: 1000;
	}
	30% {
	stroke-dashoffset: 600;
	}
	60% {
	fill-opacity: 0.5;
	stroke-dashoffset: 300;
	}
	100% {
	fill-opacity: 1;
	stroke-dashoffset: 0;
	}
}

.svg-component {
	stroke-dasharray: 500;
	stroke-dashoffset: 1000;
	stroke-width: 1;
	animation-name: component_anime;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	fill-opacity: 1;
}

#svg-component {
    width: 100%;
}

/* --------------------------パッシング-------------------------- */

@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	85% {
		opacity: 1;
	}
	99% {
		left: 100%;
		width: 0;
		opacity: 0;
	}
	100% {
		left: 0%;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	85% {
		opacity: 1;
	}
	99% {
		left: 100%;
		width: 0;
		opacity: 0;
	}
	100% {
		left: 0%;
	}
}
@-webkit-keyframes passing-item{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-item{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
}
.passing .passing-bar {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	white-space: nowrap;
	color : #999;
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #294c6e;
}
.passing .passing-item {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-item {
	-webkit-animation: passing-item 0s ease .5s 1 normal forwards;
	animation:passing-item 0s ease .5s 1 normal forwards;
}

/* --------------------------パッシング-------------------------- */

.top-catch {
    background: url(../images/home_attn_bg01.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 1em;
    padding-bottom: 20%;
}

@media screen and (max-width: 768px) {
	.top-catch {
		background: url(../images/home_attn_bg01sp.jpg) center center;
		background-size: cover;
	    background-attachment: initial;
	}
}

.top-catch_wrap {
    width: 70%;
    max-width: 1000px;
    padding: 3em;
    margin: 3em auto;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

@media screen and (max-width: 768px) {
	.top-catch_wrap {
	    width: 100%;
	}
}

.top-catch h1 {
	font-size :150%;
}

@media screen and (max-width: 768px) {
	.top-catch h1 {
		font-size :110%;
	}
}

/* --------------------------build the futuer-------------------------- */

#catchcopy {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: rgba(255,255,255,0.5);
    width: 80%;
    max-width: 764px;
}

@keyframes tp_line {
	0% {
	stroke-dashoffset: 2000;
	fill: rgba(255,255,255,0);
	}
	30% {
	stroke-dashoffset: 1800;
	}
	60% {
	stroke-dashoffset: 1500;
	}
	90% {
	stroke-dashoffset: 1000;
	fill: rgba(255,255,255,0);
	}
	100% {
	stroke-dashoffset: 500;
	fill:  rgba(255,255,255,0.5);
	}
}

.cls-1 {
	stroke: #fff;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	stroke-width: 1;
	animation-name: tp_line;
	animation-duration: 4s;
	animation-timing-function: ease-out;
}


/* --------------------------home-header-slider-------------------------- */
.home-header-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 960px;
    overflow: hidden;
}

.home-header-slider {
	position: relative;
	width: 50%;
    float: right;
    opacity: 0.2;
	padding-bottom: 50%;/* 画像の比率により変更 */
}

@media screen and (max-width: 600px) {
	.home-header-content {
	    position: relative;
	    width: 100%;
	    height: 50vh;
	    overflow: hidden;
	}
	.home-header-slider {
		width: 100%;
	}
}

.slider_content {
	position: absolute;
}

.slider_content {
	width: 100%;
    height: 100vh;
    overflow: hidden;
	opacity:0;
	/* 枚数により時間変更 */
	-moz-animation: slideFade 18s infinite;
	-webkit-animation: slideFade 18s ease-in infinite;
	animation: slideFade 18s infinite;
}

@media screen and (max-width: 600px) {
.slider_content {
    height: 50vh;
}
}

#slide-img01 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

#slide-img02 {
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

#slide-img03 {
	-moz-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.slider_content img {
    width: auto;
    max-width: none;
    height: 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
.slider_content img {
    width: 120%;
    height: auto!important;
}
}

/* 画像の枚数によりフェードの効果調整 */
@-webkit-keyframes slideFade {
	0% { opacity:0; }
	10% { opacity:1;
		z-index:20;}
	80% { opacity:1; }
	90% { opacity:0; }
	100% { opacity:0; }
}
@-moz-keyframes slideFade {
	0% { opacity:0; }
	10% { opacity:1; 
		z-index:20;}
	80% { opacity:1; }
	90% { opacity:0; }
	100% { opacity:0; }
}
@keyframes slideFade {
	0% { opacity:0; }
	10% { opacity:1; 
		z-index:20;}
	80% { opacity:1; }
	90% { opacity:0; }
	100% { opacity:0; }
}


/* --------------------------home-header-slider-------------------------- */


/* --------------------------flow-------------------------- */

.flow {
  width: calc(100% - 30px); /* ステップフロー全体の横幅を指定 */
  display: flex;            /* flexboxで横並びにする */
  justify-content: space-between; /* 横並びにしたものを等間隔で並べる */
  margin: 0 auto;
}

.flow li {
    display: flex;
    color: #333;
    padding: 0 1em;
    font-size: medium;
    width: calc(100% / 4);
    background: #b2cfff;
    min-height: 100px;
    text-align: center;
    justify-content: center;
    position: relative;
    list-style: none;
    border-radius: 5px;
    align-items: center;
}

@media screen and (max-width: 600px) {
	.flow li {
		font-size: small;
	}
}
.flow li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 10px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.flow li::before,
.flow li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;    /* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.flow li::before {
    border: solid 50px transparent;
    border-right: solid 13px transparent;
    border-left: solid 13px #FFF;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.flow li::after {
    border: solid 50px transparent;
    border-left: solid 10px #b2cfff;
    border-right: solid 10px transparent;
    top: 0;
    right: -19px;
    z-index: 2;
}

.flow li:first-child::before,
.flow li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}

/* 以下.currentだけ色を変えるCSS */

.flow li.current {
    color: #FFF;
    background: #036eb7;
}
.flow li.current::after {
    border-left: solid 11px #036eb7;
}

@media screen and (max-width: 600px) {
	.flow {
		width: 100%;
		display: block;
	}
	.flow li {
		display: inline-block;
		padding: 1em;
		width: 100%;
		min-height: auto;
		margin-bottom: 20px;
	}
	.flow li::after {
		border: solid 10px transparent;
		border-left: solid 10px #b2cfff;
		border-right: solid 0px transparent;
		top: auto;
		bottom: -20px;
		left: 50%;
		transform: rotate(90deg);
	}
	.flow li::before {
		content: none;
	}
	.flow li:not(:first-child):not(:last-child) {
		padding: 1em;
	}
}

/* --------------------------flow-------------------------- */


.sec_wrap {
	max-width :1400px;
	margin : 0 auto;
}

.attn {
	width :100%;
	position :relative;
}

.attn01 {
	background : url(../images/attn_bg01.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.attn02 {
	background : url(../images/attn_bg02.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.attn03 {
	background : url(../images/attn_bg03.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.attn_left {
	width: 70%;
	padding: 3em 0;
	margin : 5em 0;
}

.attn_right {
	width: 70%;
	margin: 0 0 0 auto;
	padding: 3em 0;
}

.attn_left .attn_content {
	width: 70%;
	padding: 1em 2em;
	margin: 0 -43% 0 auto;
}

.attn_content {
	max-width :560px;
}

.attn_right .attn_content {
	width: 70%;
	padding: 1em 2em;
	margin: 0 auto 0 -43%;
}

.attn_content figure {
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.attn_left {
		width: 100%;
		margin :0;
	}
	
	.attn_right {
		width: 100%;
		margin: 0;
	}
	.attn_left .attn_content {
		width : 90%;
		margin: 1em auto;
	}
	
	.attn_right .attn_content {
		width : 90%;
		margin: 1em auto;
	}
}

.page-wrap {
	margin-top :7.5%;
}

.content01 {
	padding: 3em 1em;
}

.content02 {
	position: relative;
	max-width: 980px;
	margin :0 auto;
	padding: 1em;
}

@media screen and (max-width: 768px) {
.content02:after {
	display :none;
}
}

.content03 {
	max-width :1000px;
	margin :0 auto;
	padding: 3em 0;
	overflow :hidden;
}

.content04 {
	max-width :1200px;
	margin :0 auto;
	padding: 3em 0;
	overflow :hidden;
}

.content05 {
	max-width :1200px;
	margin :0 auto;
	padding: 3em 0;
}

.c-bnr {
	max-width :768px;
	padding : 1em;
	margin : 0 auto;
}

.c-bnr a:hover {
	opacity :0.8;
}

/* --------------------------link_list-------------------------- */

.link-list01 {
    max-width: 600px;
    margin: 1em auto;
    padding: 1em;
    list-style: none;
}

.link-list01 li {
	border-bottom: #333 1px dashed;
    margin-bottom : 0.5em;
}

.link-list01 li .children li {
    border-bottom: none;
}


/* --------------------------float_list-------------------------- */

.text_list01 {
	list-style :none;
}

.text_list01 li {
	margin :1em 1em 1em 2em;
}

.text_list01 .tl_title {
	font-size: 130%;
	font-weight: 500;
	margin : 1em;
}

.table_text_list01 {
	list-style :none;
	margin: 1em;
}

.table_text_list01 li {
	padding-left : 1em;
	white-space: nowrap;
}

.table_text_list01 .ttl_title {
	padding-left :0;
	font-weight: 600;
}

.float_list03 {
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.float_list03 li {
	width: 33.3%;
	float: left;
	padding: 0.5%;
}

.float_list03 li figure {
	position: relative;
	text-align :center;
}

.float_list03 li figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.5em;
	color: #fff;
	background: rgba(41,76,110,0.9);
}

@media screen and (max-width: 768px) {
	.float_list03 li {
		width: 50%;
		padding: 0.5%;
	}
	.float_list03 li figcaption {
		padding: 0.1em 0;
		font-size: 80%;
	}
}

.float_list06 {
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.float_list06 li {
	width: 16.6%;
	float: left;
	padding: 1em;
}

.float_list06 li figure {
	position: relative;
	text-align :center;
}

.float_list06 li figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em;
	color: #fff;
	background: rgba(0,0,0,0.8);
}

@media screen and (max-width: 768px) {
	.float_list06 li {
		width: 25%;
		padding: 0.5em;
	}
	.float_list06 li figcaption {
		padding: 0.5em 0;
	}
}

/* --------------------------img_list-------------------------- */

.img_list01 {
    list-style: none;
}

.img_list01 li {
    width: 33%;
    padding: 1%;
    float: left;
}

.img_list_title {
    min-height: 4em;
}

@media screen and (max-width: 768px) {
.img_list01 li {
    width: 50%;
}
}

/* --------------------------flex_list-------------------------- */

.flex_list06 {
	display : flex;
	flex-wrap: wrap;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.flex_list06 li {
	display: flex;
	width: 16.6%;
	padding: 1em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.flex_list06 li {
		width: 33.3%;
	}
	.flex_list06 li {
		padding: 0.5em;
	}
}

.round-list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .round-list {
    flex-wrap: wrap;
  }
}
.round-list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #316eb0;
  border: dotted 2px #FFF;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px #316eb0;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
	.round-list_item {
	    flex-shrink: 0;
	    width: 200px;
	    height: 200px;
	    margin: 0 10px;
	    font-size: 1.5em;
	}
}
@media screen and (max-width: 767px) {
  .round-list_item {
    width: 97px;
    height: 97px;
    margin: 0 1.33333%;
    font-size: 1.3rem;
  }
}

/* --------------------------flex_list-------------------------- */
.flex_list03 {
	display : flex;
	flex-wrap: wrap;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.flex_list03 li {
    display: flex;
    width: 31.3%;
    padding: 1em;
    background: rgba(1,76,129,0.8);
    margin: 1%;
    box-sizing: border-box;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.flex_list03 li {
	    display: block;
	    width: 100%;
	}
}


.flex_list06 {
	display : flex;
	flex-wrap: wrap;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.flex_list06 li {
	display: flex;
	width: 16.6%;
	padding: 1em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.flex_list06 li {
		width: 33.3%;
	}
	.flex_list06 li {
		padding: 0.5em;
	}
}

/* --------------------------definition_list-------------------------- */

.definition_list01 {
    padding: 2em 1em 1em 1em;
    margin: 2em auto;
    background: #fff;
    border: 1px #036eb7 solid;
    max-width: 768px;
}

.definition_list01 dt {
    display: inline-block;
    width: 8em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #ff6900;
    padding: 0.2em 1em;
    float: left;
    margin-top: -3em;
    border-radius: 25px;
}

.definition_list01 dd {
    display: flex;
    margin: 0;
    padding: 1em;
    font-size: 90%;
}

.definition_list01 ul {
    width: 33%;
    margin: 0 0 0 1em;
    padding: 0 2em;
}

@media screen and (max-width: 500px) {
	.definition_list01 dt {
	    width: 100%;
	    float: none;
	    margin-top: 0;
	}
	.definition_list01 dd {
	    display: block;
	    padding: 1em;
	    margin :0;
	    border: none;
	}
	.definition_list01 ul {
	    width: 100%;
	}
}

.definition_list02 {
	padding :2em 1em 1em 1em;
}

.definition_list02 dt {
	width: 35%;
	text-align: right;
	float: left;
	padding: 0.5em 1em 0.5em 0.5em;
	margin: 0;
}

.definition_list02 dd {
	padding: 0.5em 0.5em 0.5em 35%;
	margin: 0;
}

.definition_list03 {
    display: inline-block;
    padding: 2%;
    width: 48.7%;
    text-align: left;
}

.definition_list03 dt {
	font-size :130%;
	font-weight: 500;
}

.definition_list03 .text-right {
	margin-right: 2em;
}

@media screen and (max-width: 768px) {
	.definition_list03 {
		display :block;
		width: 100%;
	}
}

.definition_memo01 {
	width: 80%;
	margin: 1em auto;
	border: #a95d5d 2px solid;
}

.definition_memo01 dt {
	background: #a95d5d;
	color: #fff;
	text-align: center;
	padding: 0.5em;
}

/* Carousel
------------------------------------------------- */
.carousel-wrap {
	width: 100%;
	overflow: hidden;
}
.carousel {
	display: flex;
	left: 50%;
	width: 100vw;
	margin: 0 -50vw 2em;
}
.carousel-wrap:hover .carousel-contents {
	animation-play-state: paused;
}
.carousel-contents {
	position: relative;
	list-style: none;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	z-index: 1;
}
.carousel-contents li {
	width: 250px;
	margin: 0;
}
.carousel-contents li:hover {
	filter: brightness(110%);
}

@media screen and (max-width: 599px) {
	.carousel {
	}
	.carousel-contents li {
		width: 120px;
	}
}

.carousel-contents:first-of-type {
	animation: loop-slide1 100s linear infinite;
	backface-visibility: hidden;
	will-change: transform;
}
.carousel-contents + .carousel-contents {
	animation: loop-slide2 100s -50s linear infinite;
}
.carousel-contents + .carousel-contents + .carousel-contents {
	animation: loop-slide3 150s -100s linear infinite;
}
.carousel-contents img {
	display: block;
	width: 100%;
	height: auto;
}

@keyframes loop-slide1 {
	0% {
		transform: translate3d(100%, 0, 0)
	}
	to {
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes loop-slide2 {
	0% {
		transform: translateZ(0)
	}
	to {
		transform: translate3d(-200%, 0, 0)
	}
}

/* --------------------------コンテンツ-------------------------- */

.site-content {
	margin: 1em auto;
}

.scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 70px;
    z-index: 100;
    color: #333;
}

.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

#content {
    clear: both;
}

.site-main {
	padding :1em;
}

@media screen and (max-width: 768px) {
	.site-main {
		padding :0;
	}
}


.icon-wrap {
	width: 100%;
	border-radius : 2px;
	color : #fff;
	padding: 2em 1em 0 1em;
}

.icon-wrap i {
	font-size : 150%;
}

@media screen and (max-width: 768px) {
	.icon-wrap {
		font-size: smaller;
		padding: 2em 0.5em 0 0.5em;
	}
}

.icon-img {
    padding: 0.5em 2em;
    margin: 0 auto;
    max-width: 250px;
}

.news-list {
	border-bottom: #666 2px dotted;
	margin-bottom: 1em;
}

.post-link {
	color : #666;
}

.news-list-title {
	margin : 0;
}

.news-list-tn {
	max-width: 200px;
	max-height: 120px;
	overflow: hidden;
	float: left;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
}

.news-list-tn img {
	display : block;
}

.continue-reading {
    text-align: right;
    display: block;
}

.intr-section {
    background: #036eb7;
    max-width: 1200%;
    margin: 0 auto;
}

.intr-wrap {
    display: flex;

}

.intr-content {
    width: 33%;
    aspect-ratio: 4 / 3;
}

.intr01:before,
.intr02:before,
.intr03:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    bottom: -100%;
    z-index: 1;
    background: rgba(0,110,180,0.8);
    transition-duration: 0.5s;
}

.intr01:hover:before,
.intr02:hover:before,
.intr03:hover:before {
    left: 0;
    bottom: 0;
    transition-duration: 0.5s;
}

.intr01:after {
    background: url(../images/intro01.jpg) center center;
}

.intr02:after {
    background: url(../images/intro02.jpg) center center;
}

.intr03:after {
    background: url(../images/intro03.jpg) center center;
}

.intr01:after,
.intr02:after,
.intr03:after {
    content:"";
    display: block;
    width: 120%;
    height: 100%;
    margin-left: -10%;
    transform: skewX(15deg);
    background-size: cover;
}

.intr-content figure {
    position: relative;
    height: 100%;
    transform: skewX(345deg);
    overflow: hidden;
}

.intr-content figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding-top: 33%;
    text-align : center;
    transform: translate(-50%, -50%) skewX(15deg);
    color: #fff;
    text-shadow: 0 0 10px #000;
    font-size: 140%;
    white-space: nowrap;
    z-index: 100;
}

@media screen and (max-width: 768px) {
	.intr-content figure a {
		font-size: 3vw;
	}
}


/* --------------------------ライトコンテンツ-------------------------- */

.tilt-wrap {
    width: 80%;
    background: #fff;
    transform: skewX(-15deg);
}

.tilt-wrap:nth-child(even) {
    margin-left: 20%;
}


.tilt-content {
    padding: 0em 5em;
    transform: skewX(15deg);
}

.tilt-content p {
    font-size: 85%;
}

@media screen and (max-width: 600px) {
	.tilt-wrap {
		width: 100%;
	}
	.tilt-wrap:nth-child(even) {
		margin-left: 0;
	}
}

/* --------------------------投稿内容-------------------------- */

.entry-content {
	text-align :center;
}

.entry-content * {
	text-align :left;
}

.has-text-align-right {
    text-align: right!important;
}

.jumbotron {
	position: relative;
}

.jumbotron:after {
    content: "";
    background: url(../images/eyecatch-bottom.png) center center repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
}

.jumbotron-title {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 979px) {
	.jumbotron-content {
	    padding-top: 40%;
	}
}
@media screen and (max-width: 500px) {
	.jumbotron-content {
	    padding-top: 60%;
	}
}
	

.subheader {
    color: #fff;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -25%);
}

.entry-content {
    overflow: hidden;
    padding: 2em 0;
}

.entry-content h1 {
    position: relative;
    text-align :right;
    padding: 0 25px;
    margin: 1em 0 1em 1em;
    font-size: 130%;
}

.entry-content h1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: #093912 solid 15px;
}
.entry-content h1:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: #093912 solid 3px;
}

@media screen and (max-width: 768px) {
	.entry-content h1 {
	    font-size: 100%;
	}
}

.entry-content h2 {/* ※親要素entry-contentは中央寄せに！ */
    position: relative;
    display: inline-block;
    font-size: 170%;
    font-weight: bold;
    color: #036eb7;
    text-align: left;
    clear :both;
}

.entry-content h2:before {
    content: "";
    position: absolute;
    top: -57%;
    left: -1em;
    background: url(../images/h2_bg01.png) 0 0 no-repeat;
    background-size: contain;
    width: 200%;
    height: 200%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.entry-content h2 {
	    font-size: 120%;
	}
}

.entry-content h3 {
	background: #294c6e;
	color: #fff;
	font-weight: 400;
	padding: 0.5em 1em;
	margin:1em;
	border-radius: 5px;
	clear: both;
}

.entry-content h4 {
    position: relative;
    padding: 0.5em 0 1em 0;
    margin: 2em 2em 0 2em;
    color: #666;
    font-size: 110%;
}

.entry-content h4:before {
    font-family: 'FontAwesome';
    content: "\f024";
    color: #c3b387;
    padding: 0 0.5em;
}

.entry-content h4:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0.5em;
    margin: auto;
    border-bottom: 2px solid #999;
}

.entry-content p {
    margin: 0.5em 2em;
}

.wp-block-image {
    margin: 0 auto!important;
    padding: 1em 1em 0.5em 1em;
}

@media screen and (max-width: 768px) {
.wp-block-image {
    width: 100%!important;
}
}

.wp-block-image img {
    margin: 0 auto;
    display: block;
}

.wp-block-image figcaption {
    margin: 0!important;
    text-align: center;
    font-size: 80%!important;
}

.wp-block-preformatted {
    background: #fbebb4;
    margin: 1em 0.5em;
    padding: 2em;
    clear: both;
}

.ctf {
    margin: 0 auto;
}

.wp-block-quote {
    margin: 1em;
    background: #f4f5f6;
}

.wp-block-quote:before {
    position: absolute;
    left: 0px;
    font-size: 68px;
}

.wp-block-quote cite {
    display: block;
    text-align: right;
    border: none;
    padding: 1em;
}

.star-table {
    display: table;
    width: 100%;
    max-width: 450px;
    margin: 0 0 0 auto;
    padding: 0 1em;
}

.star-table dt {
    display: table-cell;
    font-size: 80%;
    width: 50%;
    margin: 0;
    padding: 0.5em 1em;
    border-bottom: #000 1px solid;
}

.star-table dd {
    display: table-cell;
    width: 50%;
    padding: 0.5em 1em;
    margin: 0;
    border-bottom: #000 1px solid;
}

.star-table dd i {
    padding: 0 0.1em;
    color: #ff6900;
    float: right;
}

/* --------------------------支店詳細-------------------------- */

.map-wrap {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
}

.map-wrap a {
    color: #666;
}

.map-wrap .kansai {
    position: absolute;
    top: 16%;
    left: 18%;
    font-size: 19px;
}

.map-wrap .chubu {
    position: absolute;
    top: 13%;
    left: 25%;
    font-size: 19px;
}

.map-wrap .chugokushikoku {
    position: absolute;
    top: 15%;
    left: 9%;
    font-size: 19px;
}

.map-wrap .kyusyu {
    position: absolute;
    top: 16%;
    left: 32%;
    font-size: 19px;
}

@media screen and (max-width: 768px) {
	.map-wrap .kansai,
	.map-wrap .chubu,
	.map-wrap .chugokushikoku,
	.map-wrap .kyusyu {
	    font-size: 1.5vw;
	}
}

.no-side-wrap {
    padding: 3em 0;
}

.no-side {
    max-width: 758px;
    margin: 0 10% 0 35%;
	background: rgba(255,255,255,0.8);
    padding: 1em;
}

@media screen and (max-width: 768px) {
	.no-side {
	    max-width: 758px;
	    margin: 0 1em;
	}
}

.branch_photo_wrap {
    background: url(../images/no-image.jpg) center center no-repeat;
    background-size: auto 100%;
    width: 100%;
    min-height: 200px;
}

.g-map {
    padding: 1.5em;
}

.g-map iframe {
    width: 100%;
    height: 45vh;
}

/* --------------------------サイドバーなし投稿-------------------------- */

.no-side .alignleft {
    width: 40%!important;
    margin: 0 1em;
    padding-bottom: 1em;
}

.no-side .alignright {
    float: right;
    width: 40%!important;
    margin: 0 1em;
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.no-side .alignleft ,
	.no-side .alignright {
	    float: none;
	    width: 100%!important;
	    margin: 0;
	}
}


/* --------------------------テーブル-------------------------- */

.wp-block-table {
    margin: 1em 1.5em;
}

.wp-block-table table {
    max-width: 768px;
    margin: 0 auto;
    background: #fff;
    border: #ccc 1px solid;
}

.wp-block-table table tr td:first-child {
    width: 30%;
    background: #036eb7;
    color: #fff;
    text-align: center;
}

.table-list table tr td:first-child {
    width: 25%;
    background: #a95d5d;
    color: #fff;
    text-align: center;
}

.wp-block-table td iframe {
    width: 100%;
    height: 40vh;
}

@media screen and (max-width: 768px) {
	.wp-block-table td {
	    display: block;
	}
	.wp-block-table table tr td:first-child {
	    width: 100%;
	}
}

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

ul.page-numbers {
	font-family: monospace;
    font-weight: 600;
    font-size: 120%;
}

ul.page-numbers li {
    list-style: none;
    float: left;
    margin: 0.5em;
}

a.page-numbers {
	color: #111;
}

a.page-numbers.current {
}

a.page-numbers:hover {
}

/* 左右レイアウト */
.sb_wrap {
	position :relative;
	padding :2em;
	max-width :1200px;
	margin :0 auto;
}

.sb_wrap img {
	display: block;
	margin: 0 auto 0 0;
	width :80%;
}

.sb_wrap:nth-child(even) img {
	display: block;
	margin: 0 0 0 auto;
	width :80%;
}

.sb_text {
	position: absolute;
	top: 100px;
	width: 40%;
	padding: 6% 2em 2em 2em;
	background: #fff;
	box-shadow: 0px 0px 8px;
}

.sb_wrap:nth-child(odd) .sb_text {
	position: absolute;
	top: 100px;
	right :0;
	width: 40%;
	padding: 6% 2em 2em 2em;
	background: #fff;
	box-shadow: 0px 0px 8px;
}

.sb_text h3 {
	position: absolute;
	width: 90%;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	font-size: 100%;
	color: #ffffff;
	background: #294c6e;
	text-align: center;
	font-weight: normal;
	padding: 3%;
	white-space:nowrap;
}

.subject_index .btn {
    margin-top: 1em;
}

@media screen and (max-width: 768px) {
	.subject_index {
		padding-bottom :1em;
	}
	.sb_wrap {
		padding :1em;
	}
	.sb_wrap img ,
	.sb_wrap:nth-child(even) img {
		margin: 0;
		width :100%;
	}
	.sb_text ,
	.sb_wrap:nth-child(odd) .sb_text {
		position: relative;
		top: 0;
		width: 100%;
		padding: 12% 2em 2em 2em;
	}
}

/* --------------------------オススメ商品-------------------------- */

.top-item {
    position: relative;
}

.top-item figure {
    width: 60%;
}

.top-item-text-wrap {
    position: absolute;
    top: 5%;
    right: 0%;
    background: #294c6ed1;
    width: 50%;
    text-align: center;
    color: #fff;
    margin: 1em;
    max-height: 85%;
}

.top-item-text {
    margin: 1em;
    overflow: hidden;
}

/* --------------------------フッターデザイン-------------------------- */

.footer-wrap {
    background: #ccc;
    padding: 2em 1em;
}

.footer-content-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}

.footer-content-wrap a {
    color: #fff;
}

.footer-content01 {
	width :30%;
	font-size: 90%;
}

.footer-content03 {
    width: 50%;
}

.footer-branch h3 {
	text-align :center;
}

.page_item_has_children {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
}

.children {
    font-size: 90%;
}

.footer_mark figure img {
	display: block;
	width: 50%;
	margin: 1em 1em 1em auto;
}

.footer_list li {
    padding: 1em;
    display: initial;
}

@media screen and (max-width: 768px) {
	.footer-content01 {
		font-size: 90%;
	}

	.footer-content03 {
	    width: 100%;
	}
	.footer_list li {
		display: block;
	}
}

/* --------------------------フォームデザイン-------------------------- */

.contact_form_bg {
	padding: 2em 0.5em;
	min-height: 100vh;
}

.contact_form_wrap {
    max-width: 700px;
    background: rgba(255,255,255,0.8);
    border: #ccc 1px solid;
    border-radius: 10px;
    margin: 0 auto;
    padding: 1em;
}

form.sent p{
display:none;
}

/* --------------------------フィックスボタン-------------------------- */

.fix-link01 {
    position: fixed;
    top: 10%;
    right: 0;
    background: #ff6900;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
    transition: .2s;
    z-index: 9999;
}

.fix-link01 a,
.fix-link01 a:hover {
    display: block;
    color: #fff;
    padding: 1em;
}

.fix-link01:hover {
    background: #a95d5d;
}

/* --------------------------sns-------------------------- */

.top-bar .menu a:before {
    color: #093912;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.sbi_no_avatar .sbi_header_img {
    background: #093911!important;
}

#sb_instagram .sbi_follow_btn a {
    background: #a95d5d;
}

/* --------------------------検索結果-------------------------- */

.search-wrap {
	max-width: 768px;
	padding: 2em;
	margin: 2em auto;
	background: rgba(255,255,255,0.6);
}

#flowpaper-logo-bottom {
    display: none!important;
}

/* --------------------------reCAPTCHA非表示-------------------------- */

.grecaptcha-badge { visibility: hidden; }

