* {
	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 {
	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;
	}
}

.p-relative {
	position: relative;
}

.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;
    text-align: center !important;
    font-weight: bold;
    font-size: min(6vw, 50px);
    margin: 0;
    color: #333;
}

.h2_01:first-letter {
    color: #f00;
    font-size: 120%;
}

.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 {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 115%;
    line-height: 1.5;
    text-align: center;
    background: #e60012;
    color: #fff;
    transform: skewX(-10deg);
}

.h3_01:before {
    position: absolute;
    top: -47px;
    right: 0;
    color: #e60012;
    font-size: 40px;
}

.h3_02 {
    font-size: min(4.2vw, 28px);
    font-weight: bold;
    width: fit-content;
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
    position: relative;
}

.h3_02::before, .h3_02::after {
  content: '';
  background-color: #e60012;
  width: 50%;
  height: 3px;
  position: absolute;
}
.h3_02::before {
  top: 0;
  left: 0;
}
.h3_02::after {
  bottom: 0;
  right: 0;
}

.h4_01 {
    font-size: 125%;
    margin: 2em 1em;
    color: #146640;
    background: #feffd8;
    padding: 0.5em 1em;
    border-left: 7px #feffd8 solid;
    border-bottom: 7px #e60012 solid;
    border-right: 11px #e60012 double;
}

.content-catch01 {
    position: relative;
    text-align: center;
    font-size: 150%;
    margin: 90px 1em;
}

.content-catch01:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0 15px;
    border-color: #e60012 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

.color-white {
	color :#fff;
}

.color-black {
	color :#000;
}

.color-green {
	color :#e60012;
}

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

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

.flex-center {
    display: flex;
    justify-content: center;
}
.text-right {
	text-align :right!important;
}

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

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

.of-hidden {
	overflow: hidden;
}

.m-center {
	margin: 0 auto;
}

.width50 {
	width: 50%;
}

.btn01 {
    background-color: #000;
    color: #fff;
    display: block;
    height: 58px;
    line-height: 58px;
    position: relative;
    text-align: center;
    width: 220px;
    margin: 0 auto;
}

.btn01:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #fff;
}

.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: #fff;
    display: block;
}

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

.overc:hover a * {
    opacity: 0.5;
}

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

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

.bg_blue {
	background-color: #2f3775!important;
}

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

.bg_right_green {
	background-color: #77b784!important;
}

.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/bg01.jpg) bottom center no-repeat;
    background-size: 120% auto;
}

.bg_img02 {
    background: url(../images/bg02.jpg) bottom center no-repeat;
    background-size: 120% auto;
    background-color: #2f3775;
}

.bg_half01 {
    background-image: linear-gradient(160deg, rgb(255 255 255) 50%, rgb(230 230 230) 50%);
}

.w-50 {
	width: 50%!important;
}

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

/* コンテンツ装飾画像
---------------------------------------------- */

.right-deco {
    position: absolute;
    top: -64px;
    right: 0;
    width: 40%;
    max-width: 300px;
    mix-blend-mode: multiply;
    z-index: 10;
}

.left-deco {
    position: absolute;
    top: -64px;
    left: 0;
    width: 40%;
    max-width: 300px;
    mix-blend-mode: multiply;
    z-index: 10;
}

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

.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 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #2f3775;
    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 : flex;
	position :relative;
	width: 100%;
	max-width :1200px;
	margin :0 auto 0 auto;
}

.divide_lr .divide_wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.divide02,.divide03,.divide04,.divide05,.divide06,.divide07,
.divide_sv_wrap ,
.divide_sv04 {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.divide02 {
	width : 50% ; 
}

.divide03 {
	width : calc(100% / 3) ; 
}

.divide04 {
	width : 25% ; 
}

.divide05 {
	width : 20% ; 
}

.divide06 {
	width : calc(100% / 6) ; 
}

.divide07 {
	width : calc(100% / 7) ; 
}

@media screen and (max-width: 768px) {
	.divide_wrap {
	    flex-direction: column;
	}
	.divide02,.divide03,.divide04,.divide05,.divide06,.divide07 {
		width :100%;
	}
	.divide_lr .divide_wrap:nth-child(even) {
	    flex-direction: column;
	}
}

.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 1em;
}

.pad_tb03 {
	padding :3em 1em;
}

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

.memo {
    display: table;
    position: relative;
    margin: 64px 2em;
    padding: 1em;
    background: #fff2ce;
    border: #ccc 1px solid;
}

.memo:before {
    content: "";
    position: absolute;
    top: -33px;
    left: -33px;
    width: 32px;
    height: 32px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.memo:after {
    content: "";
    position: absolute;
    bottom: -33px;
    right: -33px;
    width: 32px;
    height: 32px;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
}

.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;
	}
}

.div-wrap01 {
    position: relative;
    max-width: 1252px;
    margin: 0 auto;
    padding: 2em 0;
}

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

.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
}

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

.table01 ,
.wp-block-table table {
    max-width: 768px;
    margin: 0 auto;
}

.table01 th ,
.wp-block-table table th {
    background-color: #e60012;
    background-image: repeating-linear-gradient(-45deg, #7ab539, #7ab539 10px, transparent 0, transparent 20px);
    color: #fff;
    text-align: center;
    border-top: none;
    border-bottom: none;
}

.table01 th:first-child ,
.wp-block-table table th:first-child {
    border-radius: 30px 0 0 0;
    border: none;
}

.table01 th:last-child ,
.wp-block-table table th:last-child {
    border-radius: 0 30px 0 0;
    border: none;
}

.table01 td ,
.wp-block-table table td {
    background: #fff;
    border: solid 1px #777!important;
    padding: 1em 1.2em;
}

.table01 tr:nth-child(even) td ,
.wp-block-table table tr:nth-child(even) td {
    background: #feffd8;
}

.table01 td.table01-ttl {
    background: #e2ffa4!important;
    text-align: center;
}

.cost {
    text-align: right;
}

.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;
	height: 100vh;
    margin: 0 auto;
}

.home-catch {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

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

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #111;
}

@media screen and (max-width: 600px) {
	.home-catch {
		margin: 0 auto 0 auto;
		border-radius: 0;
	}
}

.catch-copy {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    font-size: 48px;
    line-height: 65px;
    color: #fff;
    background: rgb(0 0 0 / 50%);
    padding: 1em;
    white-space: nowrap;
    z-index: 100;
}

.catch-copy h1 {
    font-size: min( 7vw,70px);
    font-weight: bold;
    margin: 0;
}

.catch-copy h1 .catch-size {
    font-size: 80%;
}

.site-logo {
    position: relative;
    text-align: center;
    padding: 0px 0 0 30px;
    z-index: 9999;
}

.main-header-original .site-logo img {
    filter: brightness(0) invert(100%);
}

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

.home-news-wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 3em 0;
}
.home-news {
    max-width: 600px;
    padding: 1em;
    list-style: none;
    margin: 0 auto;
}

.home-news-title {
    font-size: min(7vw, 45px);
    font-weight: bold;
    position: relative;
}

.home-news-text {
    padding: 0.5em 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px #ccc dotted;
}

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

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

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

.home-newslist-link {
    color: #53925f;
    margin: 0 1em 0 0;
    font-size: smaller;
    font-weight: 600;
}

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

.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: 970px) {
	.catch-copy {
	    font-size: 3.5vw;
	}
}

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

.info-wrap {
    display: flex;
    align-items: center;
    max-width: 1252px;
    padding: 0 3em;
    margin: 0 auto;
}
.info-img-wrap {
	max-width: 520px;
	margin: 0 auto;

}

.info-content-wrap {
    width: 60%;
    padding: 1em 3em;
}

.info-content-article {
    padding: 1em 2em;
}

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

@media screen and (max-width: 768px) {
	.info-wrap {
		display: block;
	}
	.info-img-wrap {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.info-content-wrap {
		width: 100%;
		padding: 2em 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: #77b784;
}
.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;
}

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

/* --------------------------ブリンク-------------------------- */

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* --------------------------ブリンク-------------------------- */
.top-catch_wrap {
    padding: 3em 1em;
    text-align: center;
}

.top-catch {
    background-image: linear-gradient(160deg, rgb(255 255 255) 50%, rgb(230 230 230) 50%);
    background-attachment: fixed;
    color: #2f3775;
}

.top-catch h1 {
    font-size: min(6vw, 30px);
    margin: 0;
}

.top-catch h2 {
    font-size: min(6vw, 45px);
    margin: 0;
}

/* --------------------------home-header-slider-------------------------- */
.home-header-content {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-header-slider {
	position: relative;
	width: 100%;
}

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

.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;
	z-index: 3;
}

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

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

.slider_content img {
    width: 100%;
    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;
    transform: scale(0) rotate(-10deg);
  }
  10% {
    opacity: 1;
    transform: scale(1);
    z-index: 20;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3) rotate(10deg);
  }
}
@-moz-keyframes slideFade {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-10deg);
  }
  10% {
    opacity: 1;
    transform: scale(1);
    z-index: 20;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3) rotate(10deg);
  }
}
@keyframes slideFade {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-10deg);
  }
  10% {
    opacity: 1;
    transform: scale(1);
    z-index: 20;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3) rotate(10deg);
  }
}


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


/* --------------------------pickout-------------------------- */

section.pickout {
    max-width: 1252px;
    margin: 0 auto;
}

.pickout-content {
    position: relative;
    display: table;
    padding: 7% 0;
}

.pickout-content:nth-child(even) {
    direction: rtl;
}

.pickout-content:nth-child(odd) .pickout-photo {
    display: table-cell;
    width: 60%;
    overflow: hidden;
    -webkit-animation:border-r-anime 8s ease-in-out infinite alternate;
    -moz-animation:border-r-anime 8s ease-in-out infinite alternate;
    animation:border-r-anime 8s ease-in-out infinite alternate;

}

.pickout-content:nth-child(odd) .pickout-img {
    width: 35%;
    position: absolute;
    top: 55%;
    left: 40%;
    -webkit-animation:yurayura 2s linear infinite;
    -moz-animation:yurayura 2s linear infinite;
    animation: yurayura 2s linear infinite;
}

.pickout-content:nth-child(odd) .pickout-text {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 0 3em;
}

.pickout-content:nth-child(even) .pickout-photo {
    display: table-cell;
    width: 60%;
    overflow: hidden;
    -webkit-animation:border-r-anime 6s ease-in-out infinite alternate;
    -moz-animation:border-r-anime 6s ease-in-out infinite alternate;
    animation:border-r-anime 6s ease-in-out infinite alternate;
}

.pickout-content:nth-child(even) .pickout-img {
    width: 35%;
    position: absolute;
    top: 55%;
    left: 30%;
    -webkit-animation:yurayura 2s linear infinite;
    -moz-animation:yurayura 2s linear infinite;
    animation: yurayura 2s linear infinite;
}

.pickout-content:nth-child(even) .pickout-text {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 0 3em;
}

.pickout-text h2 {
    font-size: x-large;
    text-align: center;
    color: #53925f;
}

.pickout-text h2:after {
    content: "";
    display: block;
    border-bottom: #53925f 5px dashed;
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

.pickout-text p {
    font-size: medium;
    padding: 1em;
    text-align: left;
    direction: ltr;
}

@-webkit-keyframes border-r-anime{
    0% {border-radius: 41% 62% 40% 34% / 32% 34% 58% 51%;}
    25% {border-radius:54% 54% 52% 40% / 41% 28% 49% 60%;}
    50% {border-radius:32% 45% 60% 52% / 50% 40% 38% 48%;}
    75% {border-radius:60% 38% 56% 60% / 44% 55% 29% 39%;}
    100% {border-radius:55% 50% 34% 48% / 38% 42% 40% 44%;}
}
@-moz-keyframes border-r-anime{
    0% {border-radius: 41% 62% 40% 34% / 32% 34% 58% 51%;}
    25% {border-radius:54% 54% 52% 40% / 41% 28% 49% 60%;}
    50% {border-radius:32% 45% 60% 52% / 50% 40% 38% 48%;}
    75% {border-radius:60% 38% 56% 60% / 44% 55% 29% 39%;}
    100% {border-radius:55% 50% 34% 48% / 38% 42% 40% 44%;}
}
@keyframes border-r-anime{
    0% {border-radius: 41% 62% 40% 34% / 32% 34% 58% 51%;}
    25% {border-radius:54% 54% 52% 40% / 41% 28% 49% 60%;}
    50% {border-radius:32% 45% 60% 52% / 50% 40% 38% 48%;}
    75% {border-radius:60% 38% 56% 60% / 44% 55% 29% 39%;}
    100% {border-radius:55% 50% 34% 48% / 38% 42% 40% 44%;}
}


@keyframes yurayura {
  0% , 100%{
      transform: rotate(1deg);
  }
  50%{
      transform: rotate(-1deg);
  }
}

@media screen and (max-width: 768px) {
	.pickout-content:nth-child(odd) .pickout-photo ,
	.pickout-content:nth-child(even) .pickout-photo {
	    display: block;
	    width: 100%;
	}
	.pickout-content:nth-child(odd) .pickout-img {
	    width: 40%;
	    top: 29%;
	    left: auto;
	    right: 2%;
	}
	.pickout-content:nth-child(even) .pickout-img {
	    width: 40%;
	    top: 29%;
	    left: 2%;
	}
	.pickout-content:nth-child(odd) .pickout-text ,
	.pickout-content:nth-child(even) .pickout-text {
	    display: block;
	    width: 100%;
	}
}


/* --------------------------pickout-------------------------- */


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

.flow {
  width: calc(100% - 30px); /* ステップフロー全体の横幅を指定 */
  max-width: 980px;
  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% / 3);
    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: #146640;
}
.flow li.current::after {
    border-left: solid 11px #146640;
}

@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 1em 3em 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;
}

/* --------------------------point-list-------------------------- */

.point-list01 {
  padding: 0;
}

.point-list01 li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}

.point-list01 li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}

/* --------------------------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: calc(100% / 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);
}

.fl-icon {
    display: block;
    width: fit-content;
    margin: 2em auto;
    color: #2f3775;
}

.fl-icon:before {
    display: block;
    font-size: 400%;
}

.fl-ttl {
    color: #e60012;
    border: 1px #e60012 dashed;
    text-align: center;
}

.fl-btn {
    display: block;
    width: fit-content;
    color: #FFF;
    background: #e60012;
    border-radius: 5px;
    margin-right: 0;
    margin-left: auto;
    padding: 0.5em;
}

@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_list02 ,
.img_list03 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    max-width: 1400px;
}

.img_list02 li {
    width: 50%;
    padding: 5px;
}

.img_list03 li {
    width: calc(100% / 3);
    padding: 5px;
}

.img_list03 li figure {
    position: relative;
}

.img_list03 li figure figcaption {
    position: absolute;
    right: -5px;
    bottom: 5px;
    font-size: min(5vw, 20px);
    background: #fff;
    padding: 0.1em 1em;
    font-weight: bold;
    transform: skewX(-10deg);
}

@media screen and (max-width: 768px) {
	.img_list03 {
		flex-direction: column;
	}
	.img_list03 li {
	    width:100%;
	}
}

/* --------------------------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;
	justify-content: center;
}

.flex_list03 li {
    width: calc(100% / 3);
    padding: 0.5%;
}

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

.flex_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) {
	.flex_list03 li {
		width: 50%;
		padding: 2%;
	}
	.flex_list03 li figcaption {
		padding: 0.1em 0;
		font-size: 80%;
	}
}

.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;
	}
}

.triangle-list01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.triangle-list01 li {
    width: 50%;
    padding: 2%;
}

.triangle-list01 li:first-child {
    margin: 0 25%;
}

/* --------------------------tag-list-------------------------- */

.tag-list01 {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: center;
}

.tag-list01 li {
    font-weight: bold;
    background: #e60012;
    color: #fff;
    padding: 0.5em 1em;
    margin: 0 0.5em;
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
	.tag-list01 {
	    margin: 0 auto;
	    max-width: 480px;
	    flex-direction: column;
	}

	.tag-list01 li {
	    margin: 0.2em 0.5em;
	}
}

/* --------------------------icon_list-------------------------- */

.icon-list05 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em;
}

.icon-list05 li {
    width: 20%;
    padding: 1%;
    margin: 0;
}

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

.definition_list01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 2em 1em 1em 1em;
    margin: 2em auto;
    max-width: 768px;
}

.definition_list01 dt {
    width: 30%;
    text-align: center;
    font-weight: 500;
    padding: 0.5em;
    margin: 0;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

.definition_list01 dd {
    width: 70%;
    font-size: 90%;
    padding: 0.5em;
    margin: 0;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

.definition_list01 .mon {
    display: inline-block;
    width: 2.5em;
    text-align: right;
}

.definition_list02 {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    width: 100%;
    max-width: 768px;
}

.definition_list02 dt {
    display: flex;
    align-items: center;
    width: 35%;
    text-align: center;
    font-weight: 500;
    background: #feffd8;
    padding: 0.5em 1em;
    margin: 0;
    border-bottom: 4px #e60012 solid;
    justify-content: center;
}

.definition_list02 dd {
    display: flex;
    align-items: center;
    width: 65%;
    margin: 0;
    padding: 0.2em 1em;
    font-size: 90%;
    border-bottom: 4px #ccc solid;
}

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

.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)
	}
}

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


.entry-content ul {
    padding: 1em 1em 1em 3em;
}

.site-content {
    position: relative;
    margin: 0 auto;
}

.wp-block-separator {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-top: none;
}

.entry-content figcaption {
    text-align: center;
    padding: 0.5em;
}

.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 {
    position: relative;
    clear: both;
    background: #fff;
}

.site-main {
	padding :1em;
	margin: 0 auto;
}

@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;
}


.news-list-wrap02 {
    display: flex;
    flex-wrap: wrap;
}

.news-list02 {
    width: 25%;
    padding: 1em;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

.news-list-title02 {
    font-size: 22px;
    color: #e60012;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-tn02 {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.news-list-tn02 img {
    object-fit: cover;
    height: 100%;
}

.car-sold {
    position: absolute;
    top: 0;
    right: 0;
}

.news-list02 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.intr-section {
    background: #146640;
    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;
	}
}

.ins-img {
    display: flex;
}

.ins-img img {
    width: 50%;
}

/* --------------------------通常テーブル-------------------------- */

.wp-block-table table td:first-child {
    background: #e2ffa4!important;
}

.wp-block-table table td {
    text-align: center;
}

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

.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;
}

.entry-content h2,
.car-detail-car-text h2 {
    position: relative;
    border-bottom: 4px #ccc solid;
    border-left: #e60012 8px solid;
    padding: 0.5em 1em;
    clear: both;
}

.entry-content h2:after,
.car-detail-car-text h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    border-style: solid;
    border-color: #e60012 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    border-width: 35px 35px 0px 0px;
}

.entry-content h3,
.car-detail-car-text h3 {
    position: relative;
    padding: 0.5em 1em;
    border-left: 10px solid #e60012;
    background: #e60012;
    color: #fff;
    clear: both;
}

.entry-content h3:before,
.car-detail-car-text h3:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f5e4";
    position: absolute;
    right: 1em;
    bottom: 0;
    color: #aee735;
    font-size: 150%;
    mix-blend-mode: lighten;
}

.entry-content h4,
.car-detail-car-text h4 {
    border-top: 8px #ccc double;
    border-bottom: 2px #ccc solid;
    padding: 1em;
    margin: 1em;
    text-align: center;
    color: #e60012;
}

.entry-content strong,
.car-detail-car-text strong {
    display: inline;
    font-weight: bold;
    background-position: left -100% bottom;
    background-size: 200% 0.6em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
    transition: background-position 2s ease 0.1s;
}

.entry-content ol,
.car-detail-car-text ol {
    border: 1px #e60012 solid;
    margin: 1em;
    padding: 2em 1em 2em 3em;
    background: #e2ffa4;
}

.entry-content ol li,
.car-detail-car-text ol li {
    padding: 0.5em 0 0.5em 0;
    border-bottom: 1px #e60012 solid;
}

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

.jumbotron {
	position: relative;
}

.jumbotron-title {
    color: #fff;
}

@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 p {
    margin: 1.5em 2em;
}

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

.wp-block-gallery .wp-block-image {
    padding: 0;
}

@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;
}

.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: #fcb900;
    float: right;
}

.head-list01 {
    font-size: 130%;
    list-style: none;
    margin: 1em;
    padding: 0 !important;
}

.head-list01 li {
    border-bottom: 2px #ccc dotted;
    margin: 0.5em 0;
}

.head-list01 li {
    border-bottom: 2px #ccc dotted;
    margin: 0.5em 0;
}

.head-list01 li:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    background: #e2ffa4;
}

.car-detail-car-name,
.car-detail-first-month,
.car-detail-car-model,
.car-detail-vehicle-inspection,
.car-detail-repair-history {
    padding: 0.5em;
    border-bottom: 2px #ccc dotted;
}

.car-detail-first-jyeah,
.car-detail-first-yeah {
    padding: 0.5em;
}

.car-detail-first-jyeah {
    float: left;
    width: 10em;
}

.car-detail-first-jyeah.no-yeah-data {
    width: 100%;
    border-bottom: 2px #ccc dotted;
}

.car-detail-first-yeah {
    float: left;
    width: 4em;
}

.car-detail-first-month {
    width: 100%;
}

.car-detail-repair-history {
    clear: both;
    margin-bottom: 2em;
}

.car-detail-title {
    float: left;
    padding: 0 1em;
    width: 6em;
}

.car-detail-car-price {
    display: table;
    width: 100%;
    max-width: 585px;
    margin: 1em auto;
    background: #feffd8;
    padding: 1em;
    text-align: center;
}

.car-detail-pricetitle {
    font-size: 150%;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    border-right: 1px #7ab539 solid;
}

.car-detail-car-price span ,
.car-detail-car-price-text .numeric-price {
    font-size: 500%;
    color: #ff3d3d;
}

.car-detail-car-price-text {
    background: #feffd8;
    max-width: 585px;
    margin: 1em auto;
    padding: 1em;
    font-size: 150%;
    text-align: center;
}

/* --------------------------投稿ギャラリー追加css-------------------------- */

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    padding: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: rgba(0,50,30,.5);
    padding: 0.5em;
}

figure.wp-block-gallery.has-nested-images {
    margin-bottom: 4em;
}

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

.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;
	}
}


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

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;
	max-width: 1252px;
	margin :0 auto;
}

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

.sb_bg:nth-child(even) .sb_wrap .sb_text {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    padding:2em;
    background: #fff;
    transform: skewX(-10deg);
}

.sb_bg:nth-child(even) .sb_wrap .sb_text .sb_text_content {
    transform: skewX(10deg);
}

.sb_bg:nth-child(odd) .sb_wrap img {
	display: block;
	margin: 0 0 0 auto;
	width: 70%;
}

.sb_text {
    position: absolute;
    top: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2em;
    background: #fff;
    transform: skewX(10deg);
}

.sb_text_content {
    transform: skewX(-10deg);
}

.sb_text .h2_01 {
    font-size: min(6vw, 40px);
    font-weight: bold;
}

.sb_text p {
    font-size: 85%;
}

.sb_text h3,
.bl-ttl {
    font-size: 100%;
    color: #ffffff;
    background: #e60012;
    text-align: center;
    font-weight: 600;
    padding: 2%;
    transform: skewX(-10deg);
}

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

@media screen and (max-width: 980px) {
	.subject_index {
		padding-bottom :1em;
	}
	.sb_wrap {
		padding :1em;
	}
	.sb_bg:nth-child(even) .sb_wrap img ,
	.sb_bg:nth-child(odd) .sb_wrap img {
		margin: 0;
		width :100%;
	}
	.sb_bg:nth-child(even) .sb_wrap .sb_text,
	.sb_bg:nth-child(odd) .sb_wrap .sb_text {
        position: absolute;
        bottom: 0;
        right: 0;
        background: none;
        top: auto;
        width: 60%;
        height: auto;
        padding: 0;
        transform: skewX(0deg);
    }
	.sb_text_content ,
	.sb_bg:nth-child(even) .sb_wrap .sb_text .sb_text_content {
	    transform: skewX(0deg);
	}
	.sb_text_content p {
	    background: rgba(255, 255, 255, 0.8);
	    padding: 0.5em;
	}
	.sb_text .h2_01 {
	    color: rgba(255, 255, 255, 0.5);
	}
}

.biz-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.biz-list {
    display: flex;
    flex-direction: column;
    width: calc(50% - 2em);
    list-style: none;
    margin: 0;
    padding: 1em;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    margin: 1em;
}

.bl-img {
    padding: 1em;
}

.bl-text {
    padding: 0 1em 1em 1em;
    font-size: 90%;
}

.bl-btn {
    margin-top: auto;
}

@media screen and (max-width: 768px) {
	.biz-list {
		width: calc(100% - 2em);
	}
}

/* --------------------------交互フロート-------------------------- */

.alt_content {
    padding: 0 1em;
}

.alt_content_wrap:nth-child(odd) .alt_content:first-child {
    width: 50%;
    float: right;
}

.alt_content_wrap:nth-child(even) .alt_content:first-child {
    width: 50%;
    float: left;
}

.alt_content h3 {
    float: left;
    width: 50%;
    font-size: 100%;
    color: #ffffff;
    background: #e60012;
    text-align: center;
    font-weight: normal;
    padding: 1%;
    margin: 0 0 1em 0;
    transform: skewX(-10deg);
}

.alt_content p {
    font-size: 90%;
}

.alt_content p:last-child {
    text-align: right;
}

@media screen and (max-width: 500px) {
	.alt_content_wrap:nth-child(odd) .alt_content:first-child ,
	.alt_content_wrap:nth-child(even) .alt_content:first-child ,
	.alt_content h3 {
	    width: 100%;
	    float: none;
	}
}


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

.footer-contact-wrap {
    background: url(../images/bg-footer-contact.jpg) top center no-repeat;
    background-size: 100% auto;
    padding-top: 20%;
}

.footer-contact {
    background: rgba(0,0,0,0.5);
    padding: 1em 0;
}

.footer-content-catch {
    position: relative;
    text-align: center;
    font-size: 150%;
    margin: 0 1em 40px 1em;
    color: #fff;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}

.footer-content-catch:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

.footer-content-catch {
    position: relative;
    text-align: center;
    font-size: min(5vw, 30px);
    margin: 0 1em 40px 1em;
    color: #fff;
}

.fc-content {
    display: flex;
    max-width: 768px;
    margin: 0 auto;
}

.fc-form, .fc-tel {
    width: 50%;
    margin: 1%;
    padding: 0;
    text-align: center;
    background: #fff;
    border-bottom: 4px #434343 solid;
    border-radius: 10px;
    overflow: hidden;
}

.fc-form .fc-form-main {
    font-size: 50px;
    font-weight: bold;
    padding: 10px 0;
    background: #af2424;
    color: #fff;
}

.fc-tel .fc-form-main {
    font-size: 50px;
    font-weight: bold;
    padding: 10px 0;
}

.fc-tel .fc-form-main i {
    font-size: 48px;
}

.fc-form-main {
    margin: 0;
    line-height: 1;
    color: #333;
}

.fc-form-sub {
    color: #fff;
    background: #e60012;
    padding: 5px;
    margin: 0;
    font-size: 16px;
}

.fc-form .fc-form-sub {
    background: #651616;
}

@media screen and (max-width: 768px) {
	.fc-form .fc-form-main {
	    font-size: 8vw;
	}

	.fc-tel .fc-form-main {
	    font-size: 7vw;
	}

	.fc-tel .fc-form-main i {
	    font-size: 6vw;
	}
	.fc-form-sub {
	    font-size: 2vw;
	}
}


.footer-overwrap {
    color: #fff;
}

.footer-wrap {
    display: table;
    max-width: 980px;
    margin: 0 auto;
}

.footer-img {
    display: table-cell;
    position: relative;
    width: 40%;
    padding: 0 5%;
    overflow: hidden;
}

.footer-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.footer-content-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
}

.footer-site-map01, .footer-site-map02 {
    width: 50%;
    margin: 0 0 1em 0;
    padding: 2em;
    font-size: 80%;
}

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

.footer-content01 {
    width: calc(25% - 4px);
    margin: 0 4px 1em 0;
    padding-bottom: 1em;
    border-bottom: #ccc 2px dashed;
}

.footer-content02 {
    width: 75%;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: #ccc 2px dashed;
}

.footer-text {
    display: inline-block;
    font-size: smaller;
    padding: 0 0 0 1em;
}

.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;
}

@media screen and (max-width: 768px) {
	.footer-img {
		display: none;
	}
	.footer-content03 {
	    width: 100%;
	}
}

/* --------------------------フォームデザイン-------------------------- */
.form-wrap {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 1em;
    border: #ccc 1px solid;
}

.form-group {
  margin: 25px 0;
  position: relative;
}

.form-group p {
    margin: 0;
}

.form-group input ,
.form-group textarea {
    border: none!important;
    border-radius: 10px;
    background: #c1daeb;
    padding: 0.5em;
}

.form-group span:has(input:placeholder-shown) + label ,
.form-group span:has(textarea:placeholder-shown) + label {
  position: absolute;
  top: 10px;
  left: 10px;
  font: 400 15px Roboto;
  color: #A9A9A9;
  cursor: text;
  transition: .2s;
}

input {
  background: linear-gradient(to bottom, transparent 92%, $color 8%) no-repeat;
  background-position: -300px 0;
  background-size: 300px 100%;
  display: block;
  wilabelh: 250px;
  padding: 5px 0;
  margin-top: 30px;
  border: none;
  border-bottom: solid 1px $color;
  font-size: 15px;
  transition: all 0.3s;
  
  // Stop that awful pale yellow background on webkit auto-fill
  &:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F9F9F9 inset;
  }
  &:focus, &:valid {
    background-position: 0 0;
    outline: none;
  }
}

.form-group label ,
.form-group span:has(input:focus) + label ,
.form-group span:has(textarea:focus) + label{
      position: absolute;
      top: -21px;
      left: 10px;
      font: 700 12px Roboto;
      color: #e60012;
}

input[type="checkbox"] {
	display: inline-block;
	margin: 20px 10px;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックスデザイン */
input[type="checkbox"] {
	cursor: pointer;
	padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
	vertical-align: middle;
	position: relative;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
	content: "";
	display: block; 
	position: absolute;
}

input[type="checkbox"]::before {
	background-color: #fff;
	border-radius: 0%;
	border: 3px solid #e60012;
	border-radius: 5px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	top: 50%;
	left: 5px;
}

input[type="checkbox"]:after {
	border-bottom: 3px solid #e60012;
	border-left: 7px solid #e60012;
	opacity: 0;
	height: 6px;
	width: 11px;
	transform: rotate(-45deg);
	top: -7px;
	left: 8px;
}

input[type="checkbox"]:checked::after {
	opacity: 1;/*チェック後表示*/
}

/* --------------------------フィックスボタン-------------------------- */
.fix-link01 ,
.fix-link02 {
    display: flex;
    position: fixed;
    width: 58px;
    height: 58px;
    background-color: #e60012;
    font-size: 16px;
    align-items: center;
    transition: .2s;
    text-align: center;
    justify-content: center;
    z-index: 9999;
}

.fix-link01 {
    background-color: #e60012;
    bottom: 158px;
    right: 0;
}

.fix-link02 {
    bottom: 100px;
    right: 0;
    background-color: #2f3352;
}


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

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

.fix-link02:hover {
    background: #e60012;
}

.fix-link01 span ,
.fix-link02 span {
    display: block;
    font-size: 12px;
}

.fix-link03 {
    position: fixed;
    bottom: 50px;
    right: 0;
    height: 50px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    font-size: 36px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
    transition: .2s;
    z-index: 9999;
    overflow: hidden;
}

.fix-link03 .insta {
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    mix-blend-mode: lighten;
}

.fix-link03:before {
    content: "";
    position: absolute;
    top: 23px;
    left: -18px;
    width: 60px;
    height: 60px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.fix-link03 a {
    display: block;
    color: #fff;
    padding: 6px 0;
}

.fix-link04 {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 30px;
    background: #333;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    z-index: 9999;
}

.fix-link04 a {
    display: block;
    color: #fff!important;
    width: 58px;
    height: 50px;
    background: #333;
}

.fix-link04 i {
    position: absolute;
}

.tikitok-red {
    top: 50%;
    left: 50%;
    transform: translate(-40%, -40%);
    color: #F00;
}

.tikitok-blue {
    top: 50%;
    left: 50%;
    transform: translate(-60%, -60%);
    color: #328f9f;
}

.tikitok-white {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

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

.flow_list03 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.flow_list03 ul {
	padding: 0;
}

.flow_list03 li {
	list-style-type: none;
}

.flow_list03 dd {
	margin-left: 0;
}

.flow03 {
	position: relative;
}

.flow03::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}

.flow03 > li {
	position: relative;
}

.flow03 > li:not(:last-child) {
	margin-bottom: 60px;
}

.flow03 > li .icon03 {
	font-size: 0.8em;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background: #e60012;
	display: inline-block;
	margin-right: 0.3em;
}

.flow03 > li dl {
	padding-left: 70px;
	position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.flow03 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #e60012;
	border-radius: 50%;
	left: -4px;
}

.flow03 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	color: #e60012;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.grid-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.grid-list01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 25%;
}

.grid-list01:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    bottom: 50%;
    transform: translate(-27px,-50%) rotate(90deg);
    border-style: solid;
    border-width: 25px 15px 0 15px;
    border-color: #eee rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

@media screen and (min-width: 1253px) {
	.grid-list-wrap:nth-child(even) .grid-list01 {
		flex-direction: row-reverse;
	}
	.grid-list-wrap:nth-child(even) .grid-list01:before {
		transform: translate(-3px,-50%) rotate(270deg);
	}
}

.grid-list01 dt {
    display: flex;
    width: 50%;
    margin: 0;
}

.grid-list01 dd {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0;
    background: #eee;
    justify-content: center;
}

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

.gl01-ttl {
    font-size: 1.5vw;
    border-bottom: 1px #333 solid;
    margin: 0;
}

.gl01-sub {
    font-size: 1vw;
    margin: 0.5em 0;
}

.gl01-comment {
    font-size: 75%;
    background: #7ab539;
    padding: 0.2em 0.5em;
    color: #fff;
    margin: 0 1em;
    border-radius: 5px;
    text-align: left;
}

@media screen and (min-width:769px) and (max-width: 1252px) {
	.grid-list01 {
	    width: 50%;
	}
	.grid-list-wrap .grid-list01:nth-child(3),
	.grid-list-wrap .grid-list01:nth-child(4) {
		flex-direction: row-reverse;
	}
	.grid-list-wrap .grid-list01:nth-child(3):before,
	.grid-list-wrap .grid-list01:nth-child(4):before {
		transform: translate(-3px,-50%) rotate(270deg);
	}
	.gl01-ttl {
	    font-size: 3vw;
	}
	.gl01-sub {
		font-size: 1.5vw;
	}
	.gl01-comment {
		padding: 0.5em;
	}
}

@media screen and (max-width: 768px) {
	.grid-list01 {
	    width: 100%;
	}
	.grid-list01:nth-child(odd) {
		flex-direction: row;
	}
	.grid-list01:nth-child(odd):before {
		transform: translate(-27px,-50%) rotate(90deg);
	}
	.grid-list01:nth-child(even) {
		flex-direction: row-reverse;
	}
	.grid-list01:nth-child(even):before {
		transform: translate(-3px,-50%) rotate(270deg);
	}
	.gl01-ttl {
	    font-size: 5vw;
	}
	.gl01-sub {
		font-size: 3vw;
	}
	.gl01-comment {
		padding: 0.5em;
	}
}

/* --------------------------よくある質問-------------------------- */

.faq-wrap {
    background: #eee;
    margin: 1em;
    padding: 1em;
    border-radius: 5px;
}

.faq-q-content {
    position: relative;
    background: #e60012;
    padding: 1em;
    margin: 0 0 1em 0;
    border-radius: 5px;
    color: #fff;
}

.faq-q-content:before {
    position: absolute;
    top: -1em;
    left: -0.5em;
    content: "\e4e3";
    font-size: 60px;
    color: #146640;
    font-family: 'Font Awesome 6 Free';
}

/* --------------------------gnav追記-------------------------- */

.menu-item:before {
    position: absolute;
    left: 50%;
    transform: translate( -50% , 0);
    display: block;
    font-size: 23px;
    color: #e60012;
}

.main-header-original .menu-item:before {
    color: #fff;
}

.main-header-original .menu-item:hover:before {
    color: #e60012;
}

@media screen and (max-width: 979px) {
	.menu-item:before {
	    position: relative;
	    left: 0;
	    transform: translate( 0 , 0);
	    display: inline;
	}
}
@media screen and (max-width: 768px) {
	.menu-item:before {
	    color: #e60012;
	}
}

.current_page_item:before ,
.current-menu-item:before {
    color: #d76349;
}

.drawer-navigation .current_page_item:before ,
.drawer-navigation .current-menu-item:before {
	color: #d76349;
}

/* --------------------------swiper-------------------------- */


/* --------------------------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;
}

/* --------------------------max-width-------------------------- */

.max-w500 {
    max-width: 500px;
}

/* --------------------------カテゴリー除外-------------------------- */

.cat-item.cat-item-2 {
    display: none;
}

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

.grecaptcha-badge { visibility: hidden; }

