@charset "utf-8";
/* CSS Document */
html {
	/*height:100%;*/
}
body {
    text-align: center;
	margin:0;
	width:100%;
	background:#FFF;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: "Noto Serif JP", serif;
	font-family: "Zen Kaku Gothic New", sans-serif;
	*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
   /*border-radius: 0;*/
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.under_span {
	text-decoration:underline;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

.br_1024 {
	display:none;
}

.br_768 {
	display:none;
}

.br_480 {
	display:none;
}

#wrapper {
	/*overflow-x:hidden;*/
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index: 1;
}

/*ヘッダー */

#header {
	position:relative;
	z-index:6;
}

.header_wrap {
	width: 100%;
	margin: 0 auto; 
	background: rgba(255,255,255,0);
	position: relative;
}

.fixed {
	background: rgba(255,255,255,0.9);
}

.header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 10px;
	font-size: 0;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
}

.header_logo01_img01 {
	display: block;
	width: auto;
	margin: 0 auto;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 20px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right: 0px;
}

.header_ul_li:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #231815;
	position: absolute;
	top: 0;
	left: calc(100% + 10px);
}

.header_ul_li:last-child:after {
	display: none;
}

.header_ul_li_sp {
	display: none;
}

/*.header_ul_li.onmenu {
	padding:10px 30px 10px 10px;
	padding:10px 20px 10px 20px;
}

.header_ul_li.onmenu:after {
	display:none;
	content:"\f0dd";
	font-family:"Font Awesome 5 Free";
	font-size:20px;
	color:#535554;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_ul_li.onmenu.active:after {
	content:"\f0de";
	font-family:"Font Awesome 5 Free";
}*/

.header_ul_li_o {
}

.header_ul_li_span01 {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: center;
	position: relative;
}

.header_ul_li_o .header_ul_li_span01 {
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 1px;
	margin: auto;
	background: #e67749;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_ul_li_o .header_ul_li_border01 {
	width: 100%;
	opacity: 1;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top: 17px;
	/*right:100%;*/
	right:0px;
	z-index:2;
	cursor:pointer;
}

.header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_o {
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_before {
	background:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div_o .header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.sub_ul {
	display:none;
	list-style:none;
	margin:0 auto;
	padding: 30px 10px 10px;
	text-align:left;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:2;
}

.sub_ul_li {
	width:max-content;
	margin: 0 auto 10px;
	border-radius: 5px;
	font-size:15px;
	line-height:1;
	position:relative;
}

.sub_ul_li:last-child {
	margin-bottom: 0px;
}

.sub_ul_li_o {
}

.sub_ul_li a {
	display: block;
	padding:8px 10px;
	background:rgba(41,136,188,0.9);
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	transition-duration: 0.35s;
}

.sub_ul_li a:hover {
	background:rgba(71,166,218,0.9);
	transition-duration: 0.35s;
}

.sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
}

.sub_ul_li_o .sub_ul_li_border {
	width:80%;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	position: relative;
	z-index: 1;
}

.slider1_pc {
	display: block;
}

.slider1_sp {
	display: none;
}

.slider1 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider1_li {
	width: 100%;
	vertical-align: top;
}

.slider1_li_box01 {
}

.slider1_li_box01_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.slider1_li_box01_img02 {
	display: block;
	max-width: 30%;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.title01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 70px;
	padding: 0;
}

.title01_t01 {
	align-items: flex-start;
	align-content: flex-start;
}

.title01_img01 {
	display: block;
	margin: 0 auto 15px;
}

.title01_text01 {
	display: block;
	margin-bottom: 10px;
	font-size: 43px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 2px;
	text-align: center;
}

.title01_c01 .title01_text01 {
	color: #231815;
}

.title01_t01 .title01_text01 {
	text-align: left;
}

.title01_text02 {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
}

.title01_c01 .title01_text02 {
	color: #231815;
}

.title01_t01 .title01_text02 {
	text-align: left;
}

.wrapper_subtitle {
	margin: 0 auto 70px;
	position: relative;
}

.wrapper_subtitle_text01 {
	display: block;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}

.wrapper_subtitle_text01_c01 {
	color: #231815;
}

.button01_big {
	text-align: center;
}

.button01_big_t01 {
	text-align: left;
}

.button01_big_t02 {
	text-align: right;
}

.button01 {
	display: inline-flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 20px);
	vertical-align: top;
	position: relative;
	opacity: 1;
	transition-duration: 0.35s;
}

.button01_c01 {
}

.button01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.button01_c01:hover {
}

.button01_ico {
	display: block;
	margin-bottom: 15px;
}

.button01_span {
	display: block;
	padding: 0 5px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.button01_c01 .button01_span {
	color: #4c8dcb;
	border-bottom-color: #4c8dcb;
}

.button01_c01:hover .button01_span {
}

.button01_c02 .button01_span {
	color: #e67749;
	border-bottom-color: #e67749;
}

.button01_c01:hover .button01_span {
}

.button01_o .button01_span {
	transition-duration: 0.35s;
}

.wrapper_index01_big {
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	padding: 100px 0 150px;
	background: url("../img/back01.webp") no-repeat 10% center/auto;
}

.wrapper_index01_big_b02 {
	padding: 0 0 70px;
}

.wrapper_index01_big_b03 {
	padding: 0 0 150px;
}

.wrapper_index01_big_b04 {
	padding: 60px 0 90px;
	background: #eae5e3;
}

.wrapper_index01_big_b05 {
	padding: 150px 0;
}

.wrapper_index01_big_b011:before {
	content: "";
	display: block;
	max-height: 35%;
	width: 100%;
	height: 325px;
	background: #F2FFFD;
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.wrapper_index01 {
	max-width: calc(100% - 20px);
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 3;
}

.index_box01 {
	overflow: hidden;
}

.index_box01_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 20px);
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.index_box01_in_textbox01 {
	width: 350px;
	margin-right: 50px;
}

.index_box01_in_textbox01_text01 {
	margin: 0 auto;
	font-size: 18px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.index_box01_in_imgbox01 {
	flex: 1;
	position: relative;
}

.index_box01_in_imgbox01_img01 {
	display: block;
}

.index_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.index_box02_imgbox01 {
	width: calc(50% - 60px);
}

.index_box02_imgbox01_img01 {
	display: block;
	width: 100%;
	border-radius: 0 20px 20px 0;
}

.index_box02_textbox01 {
	width: 50%;
	position: relative;
}

.index_box02_textbox01_text01 {
	max-width: 350px;
	margin: 0 0 100px;
	font-size: 18px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.index_box02_textbox01_img01 {
	display: block;
	max-width: calc(100% - 90px);
	border-radius: 20px;
	position: relative;
	left: 30px;
}

.index_box03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
}

.index_box03_textbox01 {
	width: 71%;
	margin-right: 80px;
}

.index_box03_textbox01_text01 {
	margin: 0 auto 30px;
	font-size: 18px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.index_box03_textbox01_img01 {
	display: block;
	margin: 0 auto 20px;
	border-radius: 20px;
}

.index_box03_textbox01_text02 {
	margin: 0 auto;
	font-size: 20px;
	color: #231815;
	line-height: 35px;
	text-align: left;
}

.index_box03_imgbox01 {
	flex: 1;
}

.index_box03_imgbox01_img01 {
	display: block;
	margin: 0 auto 70px;
}

.index_box04 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.index_box04_img01 {
	display: block;
	margin-right: 20px;
}

.index_box04_img01:last-child {
	margin-right: 0px;
}

.index_icobox01 {
	margin: 0 auto 30px;
	padding: 0px;
}

.index_icobox01_img01 {
	display: block;
	margin: 0 auto 10px;
	transform: rotate(-10deg);
}

.index_icobox01_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 auto 10px;
}

.index_icobox01_textbox01_ico01 {
	display: block;
}

.index_icobox01_textbox01_ico01:last-child {
	transform: rotateY(180deg);
}

.index_icobox01_textbox01_text01 {
	display: block;
	margin: 0 0 0 10px;
	font-size: 22px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.index_buttonul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_buttonul01_li {
	width: calc((100% - 90px) / 4);
	margin-bottom: 30px;
	margin-right: 30px;
	background: #FFF;
	border-radius: 10px;
}

.index_buttonul01_li:nth-child(4n) {
	margin-right: 0px;
}

.index_buttonul01_li:last-child {
	margin-right: 0px;
}

.index_buttonul01_li a {
	display: block;
	padding: 20px 0;
	border-radius: 10px;
	opacity: 1;
	transition-duration: 0.35s;
}

.index_buttonul01_li a:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.index_buttonul01_li_b01 a {
	background: #4c8dcb;
	border: #4c8dcb 1px solid;
	color: #FFF;
}

.index_buttonul01_li_b02 a {
	background: #9f6027;
	border: #9f6027 1px solid;
	color: #FFF;
}

.index_buttonul01_li_b03 a {
	background: #FFF;
	border: #231815 1px solid;
	color: #231815;
}

.index_buttonul01_li_b04 a {
	background: #3e3a39;
	border: #3e3a39 1px solid;
	color: #FFF;
}

.index_buttonul01_li_b05 a {
	background: #3e3a39;
	border: #3e3a39 1px solid;
	color: #FFF;
}

.index_buttonul01_li_b06 a {
	background: #a72126;
	border: #a72126 1px solid;
	color: #FFF;
}

.index_buttonul01_li_b07 a {
	background: #a72126;
	border: #a72126 1px solid;
	color: #FFF;
}

.index_buttonul01_li_b08 a {
	background: #d6745b;
	border: #d6745b 1px solid;
	color: #FFF;
}

.index_buttonul01_li_b09 a {
	background: #134194;
	border: #134194 1px solid;
	color: #FFF;
}

.index_buttonul01_li_text01 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.index_buttonul01_li_text01:after {
	content: "\f0da";
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 5px;
	font-family:"Font Awesome 5 Free";
	font-weight: bold;
	vertical-align: middle;
}

.index_icobox02 {
	margin: 80px auto 30px;
	padding: 0px;
}

.index_icobox02_img01 {
	display: block;
	margin: 0 auto 15px;
}

.index_icobox02_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 auto 10px;
}

.index_icobox02_textbox01:before,
.index_icobox02_textbox01:after {
	content: "";
	display: block;
	width: 2px;
	height: 23px;
	background: #4c8dcb;
}

.index_icobox02_textbox01:before {
	margin-right: 10px;
	transform: rotate(-15deg);
}

.index_icobox02_textbox01:after {
	transform: rotate(15deg);
}

.index_icobox02_textbox01_text01 {
	display: block;
	margin: 0 10px;
	font-size: 22px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.index_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_ul01_li {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-right: 20px;
	padding-right: 20px;
	border-right: #231815 2px solid;
}

.index_ul01_li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.index_ul01_li_text01 {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.index_ul01_li_text02+.index_ul01_li_text01,
.index_ul01_li_text01+.index_ul01_li_text01 {
	margin-top: 25px;
}

.index_ul01_li_text02 {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #231815;
	line-height: 20px;
	text-align: left;
}

.index_ul01_li_text01 {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.feed_ul01 {
	list-style: none;
	max-width: 1040px;
	margin: 0 auto 60px;
	padding: 40px 0 0;
}

.feed_ul01_li {
	margin-bottom: 60px;
	border-bottom: #595757 1px solid;
	transition-duration: 0.35s;
}

.feed_ul01_li_o {
	border-bottom: #e67749 1px solid;
	transition-duration: 0.35s;
}

.feed_ul01_li a {
	display: block;
	padding-bottom: 40px;
	position: relative;
}

.feed_ul01_li_o a {
}

.feed01_imgbox {
	background: #FFF;
	position: relative;
	z-index: 1;
}

.feed_ul01_li_o .feed01_imgbox {
}

.feed01_img {
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	opacity: 1;
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.feed01_cont {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.feed01_date {
	display: block;
	width: 130px;
	margin-right: 20px;
	padding: 10px 0;
	background: #e67749;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.feed01_cate {
	display: inline-block;
	margin-right: 20px;
	padding: 10px 15px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
}

.feed01_title {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #231815;
	line-height: 26px;
	text-align: left;
	transition-duration: 0.35s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}

.feed_ul01_li:hover .feed01_title {
	color: #e67749;
	transition-duration: 0.35s;
}

.feed01_detail {
	margin: 0 auto;
	font-size: 18px;
	color: #3e3a39;
	line-height: 36px;
	text-align: left;
}

.feed01_button01_wrap {
	margin-bottom: 150px;
	text-align: center;
}

.feed01_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 20px);
	width: 300px;
	padding: 15px 0;
	background: #727171;
	border: #727171 1px solid;
	border-radius: 30px;
	position: relative;
	transition-duration: 0.35s;
}

.feed01_button01:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.feed01_button01_text01 {
	display: block;
	font-size: 15px;
	color: #FFF;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.feed01_button01:hover .feed01_button01_text01 {
	color: #727171;
	transition-duration: 0.35s;
}

.index_box05 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 150px;
}

.index_box05_imgbox01 {
	width: 56%;
	margin-right: 60px;
}

.index_box05_imgbox01_img01 {
	display: block;
	width: 100%;
	border-radius: 0px 20px 20px 0;
}

.index_box05_textbox01 {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	padding-right: 10px;
}

.index_box05_textbox01_text01 {
	max-width: 260px;
	margin: 0 0 60px;
	font-size: 15px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.index_box05_textbox01_img01 {
	display: block;
	margin-top: 80px;
	border-radius: 20px;
}

.index_box06 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.index_box06_textbox01 {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-end;
}

.index_box06_textbox01_text01 {
	max-width: 260px;
	margin: 0 0 60px;
	font-size: 15px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.index_box06_imgbox01 {
	width: 63%;
	margin-left: 60px;
}

.index_box06_imgbox01_img01 {
	display: block;
	width: 100%;
	border-radius: 20px;
}

/*コンテンツここまで */

/*フッター */

#footer {
	position: relative;
	z-index: 2;
}

.footer_box01 {
	padding: 90px 10px 100px;
	background: #e67749;
	position: relative;
}

.footer_box01_content01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}

.footer_box01_content01_img01 {
	display: block;
}

.footer_box01_content01_textbox01 {
}

.footer_box01_content01_textbox01_text01 {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: #FFF 1px solid;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 1;
	letter-spacing: 2px;
	text-align: left;
}

.footer_box01_content01_textbox01_img01 {
	display: block;
	margin-bottom: 20px;
}

.footer_box01_content01_textbox01_text02 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	text-align: left;
}

.footer_box01_content01_textbox01_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.footer_box01_content01_textbox01_ul01_li {
	margin-bottom: 20px;
}

.footer_box01_content01_textbox01_ul01_li:last-child {
	margin-right: 0px;
}

.footer_box01_content01_textbox01_ul01_li a {
	display: block;
	padding-bottom: 5px;
	position: relative;
	transition-duration: 0.35s;
}

.footer_box01_content01_textbox01_ul01_li:hover a {
	transition-duration: 0.35s;
}

.footer_box01_content01_textbox01_ul01_li a:before {
	content: "";
	width: 0%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.35s;
}

.footer_box01_content01_textbox01_ul01_li:hover a:before {
	width: 100%;
	transition-duration: 0.35s;
}

.footer_box01_content01_textbox01_ul01_li_span01 {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 1;
	text-align: left;
	transition-duration: 0.35s;
}

.footer_box01_content01_textbox01_ul01_li_span01:hover {
	transition-duration: 0.35s;
}

.footer_copy {
	display: block;
	padding: 10px 10px;
	font-size: 14px;
	color: #111;
	line-height: 26px;
	text-align: center;
}

/*フッターここまで */

.head_wrap {
	position: relative;
	z-index: 2;
}

.head_wrap_about {
	background: url("../img/head_about.webp") no-repeat center center/cover;
}

.head_wrap_service {
	background: url("../img/head_service.webp") no-repeat center center/cover;
}

.head_wrap_contact {
	background: url("../img/head_contact.webp?260203") no-repeat left center/cover;
}

.head_wrap_wp {
	background: url("../img/head_wp.webp") no-repeat center center/cover;
}

.head_wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #BDD8DF;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: 1;
}

.head_box {
	padding: 260px 10px 160px;
	position: relative;
	z-index: 2;
}

.head_box_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 1280px;
	margin: 0 auto;
}

.head_box_textbox01_text01 {
	margin: 0;
	padding: 0 260px 10px 0;
	border-bottom: #FFF 1px solid;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 65px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	letter-spacing: 4px;
	text-align: left;
}

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a_wrap {
	width: 100%;
	position: relative;
}

.content_a {
	height: 0px;
	position: absolute;
	top: -92px;
}

.feednew{
	padding-left:1em;
	color:#F00;
}

#loading_big {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

#loading {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #4c8dcb;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  background-color: #e67749;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page_top_big {
	margin:0 auto;
	text-align: right;
	position: relative;
	z-index: 5;
}

.page_up {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.page_up_ico {
	width: 85px;
	height: 85px;
	margin-bottom: 10px;
	background: #FFF;
	border-radius: 50%;
	position: relative;
}

.page_up_ico:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #e67749;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.page_up_text {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

/*content */

.head_box01 {
	height: 600px;
	position: relative;
	z-index: 1;
}

.head_box01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.wrap_content01 {
	padding: 0 0 100px;
}

.wrap_content02 {
	padding: 120px 0;
}

.wrap_content03 {
	padding: 70px 0 0;
}

/*contentここまで */

/*brand */

.wrap_brand01 {
	margin-bottom: -30px;
	padding: 140px 0 0;
	z-index: 2;
}

.brand_ul01 {
	list-style: none;
	margin: 0 auto 120px;
	padding: 0;
}

.brand_ul01_li {
	margin-bottom: 80px;
	padding: 0 80px 80px;
	border-bottom: #231815 1px solid;
}

.brand_ul01_li:last-child {
	margin-bottom: 0px;
}

.brand_ul01_li_textbox01 {
	max-width: calc(100% - 60px);
	width: max-content;
	margin: 0 auto 60px;
	padding: 15px 30px;
	background: #e67749;
	border-radius: 45px;
	font-size: 43px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	position: relative;
}

.brand_ul01_li_textbox01_ico01 {
	display: block;
	position: absolute;
	bottom: 100%;
	right: 60px;
}

.brand_ul01_li_img01 {
	display: block;
	margin: 0 auto 15px;
}

.brand_ul01_li_text01 {
	display: block;
	max-width: 700px;
	margin: 0 auto;
	padding-left: 100px;
	font-size: 20px;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.brand_ul01_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.brand_ul01_li_box01_textbox01 {
	flex: 1;
}

.brand_ul01_li_box01_textbox01_title01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 48px;
	font-weight: bold;
	color: #e67749;
	line-height: 75px;
	text-align: left;
}

.brand_ul01_li_box01_textbox01_text01 {
	margin: 0 auto;
	font-size: 25px;
	color: #231815;
	line-height: 50px;
	text-align: left;
}

.brand_ul01_li_box01_imgbox01 {
	width: 200px;
	margin-left: 20px;
}

.brand_ul01_li_box01_imgbox01_img01 {
	display: block;
	margin: 0 auto 10px;
}

.brand_ul01_li_box01_imgbox01_text01 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #231815;
	line-height: 30px;
	text-align: center;
}

.brand_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.brand_box01_textbox01 {
	flex: 1;
}

.brand_box01_textbox01_in {
	max-width: 600px;
	margin: 0 0 0 auto;
	padding-left: 10px;
}

.brand_box01_textbox01_in_img01 {
	display: block;
	margin: 0 0 60px;
}

.brand_box01_textbox01_in_text01 {
	margin: 0 auto;
	font-size: 20px;
	color: #231815;
	line-height: 50px;
	text-align: left;
}

.brand_box01_textbox01_in_text01_ruby {
}

.brand_box01_imgbox01 {
	width: 43%;
	margin-left: 130px;
}

.brand_box01_imgbox01_img01 {
	display: block;
	width: 100%;
	border-radius: 20px 0 0 20px;
}

.wrap_brand02 {
	margin: 232px 0;
	background: #92badf;
}

.wrap_brand02:before,
.wrap_brand02:after {
	content: "";
	width: 100%;
	height: 232px;
	background: url("../img/back02.webp") no-repeat center center/100% 100%;
	position: absolute;
	left: 0;
}

.wrap_brand02:before {
	bottom: 100%;
}

.wrap_brand02:after {
	top: 100%;
	transform: rotate(180deg);
}

.brand_title01 {
	margin: 0 auto 150px;
	padding: 0;
}

.brand_title01_img01 {
	display: block;
	margin: 0 auto 40px;
	transform: rotate(-10deg);
}

.brand_title01_text01 {
	display: block;
	margin-bottom: 60px;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.brand_title01_text02 {
	display: block;
	font-size: 27px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.brand_box02_wrap {
	padding-bottom: 80px;
}

.brand_box02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.brand_box02_r01 {
	flex-flow: row wrap;
}

.brand_box02_r02 {
	flex-flow: row-reverse wrap;
}

.brand_box02:has(.brand_box02_textbox01_img01) {
	align-items: flex-start;
	align-content: flex-start;
}

.brand_box02_imgbox01 {
	width: 50%;
}

.brand_box02_imgbox01_img01 {
	display: block;
	width: 100%;
	border-radius: 120px;
}

.brand_box02_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(50% - 30px);
}

.brand_box02_r01 .brand_box02_textbox01 {
	align-content: flex-start;
}

.brand_box02_r02 .brand_box02_textbox01 {
	align-content: flex-end;
}

.brand_box02_textbox01_title01 {
	max-width: calc(100% - 30px);
	width: max-content;
	margin: 0 0 20px;
	padding: 10px 15px;
	background: #e67749;
	border-radius: 30px;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.brand_box02_textbox01_text01 {
	margin: 0 auto;
	font-size: 16px;
	color: #FFF;
	line-height: 32px;
	text-align: left;
}

.brand_box02_textbox01_text01_br {
}

.brand_box02_textbox01_img01 {
	display: block;
	margin: 120px 0 0 auto;
	border-radius: 80px;
}

.brand_box02_ico01 {
	margin: 10px auto;
}

.brand_box02_ico01_t01 {
	transform: rotate(-45deg);
}

.brand_box02_ico01_t02 {
	transform: rotate(45deg);
}

.brand_imgbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	margin: -80px auto 0;
}

.brand_imgbox01_icobox01 {
}

.brand_imgbox01_icobox01_img01 {
	display: block;
	margin: 0 auto 30px;
}

.brand_imgbox01_icobox01_text01 {
	display: block;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.brand_imgbox01_img01 {
	display: block;
	margin: 0 120px 40px;
	transform: rotate(-90deg);
}

.brand_imgbox02 {
	margin-top: 20px;
}

.brand_imgbox02_img01 {
	display: block;
	margin: 0 auto 20px;
}

.brand_imgbox02_text01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
}

.brand_imgbox02_text01:before,
.brand_imgbox02_text01:after {
	content: "";
	display: block;
	width: 4px;
	height: 50px;
	background: #FFF;
	border-radius: 2px;
}

.brand_imgbox02_text01:before {
	transform: rotate(-20deg);
}

.brand_imgbox02_text01:after {
	transform: rotate(20deg);
}

.brand_imgbox02_text01_span01 {
	display: block;
	margin: 0 20px;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

/*brandここまで */

/*about */

.wrap_about01 {
	padding: 70px 0 150px;
}

.about_ul01 {
	list-style: none;
	margin: 0 auto 90px;
	padding: 50px 0;
	border-top: #231815 1px solid;
	border-bottom: #231815 1px solid;
}

.about_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	padding: 0 90px;
}

.about_ul01_li_title01 {
	width: 140px;
	margin: 0 50px 0 0;
	padding: 40px 50px 40px 0;
	border-right: #231815 1px solid;
	font-size: 23px;
	font-weight: 500;
	color: #231815;
	line-height: 46px;
	text-align: left;
}

.about_ul01_li_text01 {
	flex: 1;
	margin: 0;
	padding: 40px 0;
	font-size: 23px;
	font-weight: 500;
	color: #231815;
	line-height: 46px;
	text-align: left;
}

.about_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.about_ul02_li {
	max-width: calc((100% - 100px) / 2);
	margin-right: 100px;
}

.about_ul02_li:last-child {
	margin-right: 0px;
}

.about_ul02_li_img01 {
	display: block;
	margin-bottom: 20px;
	border-radius: 40px;
}

.about_ul02_li_text01 {
	display: block;
	font-size: 18px;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.wrap_about02 {
	padding: 150px 0;
	background: #f5f3f2;
}

.about_ul03 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.about_ul03_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 70px;
	padding: 0 50px 70px;
	border-bottom: #727171 1px solid;
}

.about_ul03_li:last-child {
	margin-bottom: 0px;
	padding: 0 50px;
	border-bottom: none;
}

.about_ul03_li_textbox01 {
	flex: 1;
}

.about_ul03_li_textbox01_title01 {
	margin: 0 auto 15px;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	color: #4c8dcb;
	line-height: 40px;
	text-align: left;
}

.about_ul03_li_textbox01_text01 {
	margin: 0 auto;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
}

.about_ul03_li_imgbox01 {
	width: 300px;
	margin-left: 30px;
}

.about_ul03_li_imgbox01_img01 {
	display: block;
}

/*aboutここまで */

/*privacy */

.privacy_text01 {
	display:block;
	max-width:800px;
	margin:0 auto 20px;
	padding:0 10px;
	font-size:15px;
	color:#111;
	line-height:27px;
	text-align:left;
}

.privacy_text01 a {
	color:#111;
	text-decoration:underline;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.privacy_text01_title {
	display:block;
	font-size:16px;
	font-weight:bold;
}

.privacy_text01_ul01 {
	list-style:none;
	margin:10px auto;
	padding:0 0 0 10px;
}

.privacy_text01_ul01_li {
	padding-left:1em;
	font-size:14px;
	color:#111;
	line-height:27px;
	text-align:left;
	text-indent:-1em;
}

.privacy_text01_ul01_li_ul01 {
	list-style:none;
	list-style-position:inside;
	margin:3px auto;
	padding:0;
}

.privacy_text01_ul01_li_ul01_li {
	padding-left:15px;
	font-size:14px;
	color:#111;
	line-height:27px;
	text-align:left;
	text-indent:-15px;
}

/*privacyここまで */

/*inquiry */

.wrap_contact01 {
	padding: 70px 0 0;
}

.wrap_contact02 {
	margin: 190px 0 125px;
	padding: 60px 0 100px;
	background: #a4c5e4;
	position: relative;
	z-index: 2;
}

.wrap_contact02:before,
.wrap_contact02:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
}

.wrap_contact02:before {
	height: 192px;
	bottom: 100%;
	background: url("../img/back03.webp") no-repeat center center/100% 100%;
}

.wrap_contact02:after {
	height: 125px;
	top: 100%;
	background: url("../img/back04.webp") no-repeat center center/100% 100%;
}

.inquiry_text02 {
	margin-bottom: 30px;
	text-align: center;
}

.inquiry_text02_span {
	display: inline-block;
	font-size: 15px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.inquiry_flow_ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 80px;
	font-size: 0;
	text-align: center;
}

.inquiry_flow_ul_li01 {
	display:inline-block;
	padding:3px 20px;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_flow_ul_li02 {
	display:inline-block;
	padding:3px 10px;
	font-size:15px;
	color:#000;
	line-height:20px;
	vertical-align:top;
}

.inquiry_flow_ul_li_b01 {
	background:#a4c5e4;
	color:#FFF;
}

.inquiry_text02_big {
	display:block;
	margin-bottom:20px;
	font-size:0;
	text-align:center;
}

.inquiry_box_button {
	padding:10px 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
	text-align:left;
	/* box-shadow */
	box-shadow: inset 3px 3px 8px -1px rgba(150,150,150,0.3);
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_button_radio {
	display:none;
}

.inquiry_box_button_radio_label {
	display:inline-block;
	margin-top:5px;
	margin-right:15px;
	font-size:0;
	text-align:left;
	vertical-align:middle;
}

.inquiry_box_button_radio_span {
	display:inline-block;
	font-size:14px;
	color:#000;
	line-height:14px;
	vertical-align:middle;
}

.inquiry_box_button_radio_round {
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:5px;
	background:#FFF;
	border:#CCC 1px solid;
	border-radius:5px;
	vertical-align:middle;
	position:relative;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round {
	background:#FFF;
	transition-duration:0.2s;
}

.inquiry_box_button_radio_round_in {
	width:10px;
	height:10px;
	margin:auto;
	background:#FFF;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/* border-radius */
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition-duration:0.2s;
}

.inquiry_box_button_radio:checked ~ .inquiry_box_button_radio_round .inquiry_box_button_radio_round_in {
	background:#CCC;
	transition-duration:0.2s;
}

.inquiry_text_big {
	display:block;
	margin-bottom:40px;
	padding:0 10px;
	text-align:center;
}

.inquiry_text01 {
	display:block;
	margin-bottom:20px;
	font-size:17px;
	color:#111;
	line-height:30px;
	text-align:center;
}

.inquiry_big_box {
	margin:0 auto;
	font-size:0;
	text-align:center;
}

.inquiry_box {
	display: block;
	max-width: 1000px;
	margin: 0 auto 60px;
	font-size: 0;
	text-align: right;
	vertical-align: top;
	position: relative;
}

.inquiry_box_long {
	font-size:0;
	text-align:center;
}

.inquiry_box_left {
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 21px;
	color: #231815;
	line-height: 1;
	text-align: left;
	position: relative;
}

.inquiry_box_long .inquiry_box_left {
	display:block;
	width:auto;
	margin-right:0px;
}

.inquiry_box_left_s {
	line-height:15px;
}

.inquiry_box_left_oneshort {
	width:auto;
	margin-right:0px;
	padding:0 5px;
}

.inquiry_box_left_ico {
	display: inline-block;
	margin-left: 20px;
	font-size: 15px;
	color: #e67749;
	line-height: 1;
	vertical-align: middle;
}

.inquiry_box_right_big {
	font-size: 0;
	text-align: left;
}

.inquiry_box_right {
	box-sizing: content-box;
	display: block;
	width: calc(100% - 20.5px);
	padding: 10px 10px;
	background: rgba(255,255,255,1);
	border: #4c8dcb 1px solid;
	border-radius: 10px;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-align: left;
	vertical-align:top;
	-webkit-appearance: none;
	appearance: none;
}

.inquiry_box_right:focus {
	outline: none;
}

.inquiry_box_long .inquiry_box_right {
	display:block;
	box-sizing:border-box;
	width:100%;
	margin-top:5px;
}

.inquiry_box_right_short {
	width:200px;
}

.inquiry_box_right_twoshort {
	width:60px;
}

.inquiry_box_right_fourshort {
	width:40px;
}

.inquiry_box_right_long {
	display:block;
	margin-top: 5px;
	font-size:15px;
	color:#111;
	line-height:20px;
	text-align:right;
}

.inquiry_box_labelitem {
	display:block;
	width:auto;
	font-size:15px;
	color:#73787D;
	line-height:30px;
	text-align:center;
}

.inquiry_box_after01_labelitem {
	display:inline-block;
	font-size:14px;
	color:#73787D;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
}

.inquiry_box_error {
	width:100%;
	color:#F00;
	font-size:15px;
	text-align:left;
	line-height:29px;
}

.inquiry_box_right_naiyou {
	width:calc(100% - 22.5px);
	height:112px;
	position:relative;
	z-index:1;
}

.inquiry_box_right_naiyou_border {
	background:#FBF9F2;
	position:absolute;
	z-index:2;
}

.inquiry_box_off {
	margin:0 auto;
	font-size:0;
	text-align:left;
	position:relative;
}

.inquiry_box_decide {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 20px);
	margin: 0 auto 20px;
	padding: 15px 40px;
	background: #e67749;
	border: #e67749 2px solid;
	border-radius: 5px;
	font-size: 0;
	text-align: center;
	position: relative;
	transition-duration: 0.35s;
}

.inquiry_box_decide:hover {
	background: #FFF;
	transition-duration: 0.35s;
}

.inquiry_box_decide_span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.inquiry_box_decide:hover .inquiry_box_decide_span {
	color: #e67749;
	transition-duration: 0.35s;
}

/*.inquiry_box_decide_ico_o {
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:2;
	opacity:0;
}*/

.inquiry_text {
	display:block;
	margin:0 auto;
	font-size:15px;
	color:#000;
	line-height:23px;
	text-align:left;
}

.inquiry_text_b {
	font-size:18px;
	font-weight:bold;
}

.inquiry_text_s {
	display:block;
	margin-top:20px;
	font-weight:bold;
	text-align:left;
}

.inquiry_box_red {
	color: #FF0000;
}

.inquiry_ul {
	list-style: disc;
	list-style-position:inside;
	max-width:910px;
	margin:0 auto 30px;
	padding:0 10px;
}

.inquiry_ul_li {
	font-size:15px;
	text-align:left;
}

.inquiry_text_bold {
	font-weight:bold;
}

/*inquiryここまで */

.span_c02 {
	color: #FFF;
	top: 0;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-shadow: 
        #111 1px 1px 0, #111 -1px -1px 0,/*右下、左上*/
        #111 -1px 1px 0, #111 1px -1px 0,/*右上、左下*/
        #111 0px 1px 0, #111  0 -1px 0,/*右、左*/
        #111 -1px 0 0, #111 1px 0 0;/*上、下*/
	text-shadow: 
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/* box-shadow */
	box-shadow: 3px 3px 8px -1px rgba(150,150,150,0.3);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	backdrop-filter: blur(3px);
}

/*wp */

.wp_big {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.wp_content {
	margin-bottom: 60px;
	font-size: 15px;
	color: #000;
	line-height: 26px;
	text-align: left;
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	max-width: 100%;
	width: 1000px;
}

.wp_left_ul {
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.wp_left_ul_li {
	margin-bottom: 50px;
}

.wp_left_ul_li:last-child {
	margin-bottom: 0px;
}

.wp_left_ul_li_o {
	transition-duration: 0.35s;
}

.wp_left_ul_li a {
	display: block;
	padding-bottom: 15px;
	border-bottom: #231815 1px solid;
	position: relative;
	transition-duration: 0.35s;
}

.wp_left_ul_li_o a {
	border-bottom: #e67749 1px solid;
	transition-duration: 0.35s;
}

.wp_left_ul_li_imgbox {
	background: #FFF;
	position: relative;
	z-index: 1;
}

.wp_left_ul_li_o .wp_left_ul_li_imgbox {
}

.wp_left_ul_li_imgbox_img {
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	opacity: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_imgbox_img {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.wp_left_ul_li_cont {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.wp_left_ul_li_cont:after {
	content: "\f138";
	display: block;
	margin-left: 20px;
	font-family:"Font Awesome 5 Free";
	font-size: 32px;
	font-weight: bold;
	color: #4c8dcb;
	line-height: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_cont:after {
	color: #e67749;
	transition-duration: 0.35s;
}

.wp_left_ul_li_date {
	display: block;
	width: 150px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.wp_left_ul_li_cate {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px 10px;
	border: #FFF 2px solid;
	border-radius: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
}

.wp_left_ul_li_title {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 30px;
	text-align: left;
	transition-duration: 0.35s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}

.wp_left_ul_li:hover .wp_left_ul_li_title {
	transition-duration: 0.35s;
}

.wp_left_ul_li_detail {
	width: 100%;
	margin: 0;
	font-size: 18px;
	color: #3e3a39;
	line-height: 36px;
	text-align: left;
}

.wp_left_ul_li_more {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: max-content;
	margin: 10px 0 0 auto;
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #3e3a39;
	line-height: 1;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_more {
	color: #c7d54d;
	transition-duration: 0.35s;
}

.wp_left_ul_li_more:before {
	content: "\f054";
	margin-right: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #c7d54d;
	line-height: 1;
}

.wp_left_single {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.wp_left_single_date {
	display: block;
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: #231815 1px solid;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.wp_left_single_thumb {
	display: block;
	margin: 0 auto 40px;
}

.wp_left_single_title {
	margin: 0 auto 40px;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.wp_left_single_cate {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 5px 15px;
	background: #67BACA;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.wp_right {
	width: 280px;
	margin-left: 40px;
}

.wp_right_title {
	margin: 0 auto 30px;
	padding: 0 0 10px;
	border-bottom: #B3DBC0 1px solid;
}

.wp_right_title_span01 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #67BACA;
	line-height: 1;
	text-align: left;
}

.wp_right_ul {
	list-style: none;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
}

.wp_right_ul:last-child {
	margin: 0 auto;
}

.wp_right_ul_li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.wp_right_ul .wp_right_ul_li:last-child {
	margin-bottom:0px;
}

.wp_right_ul_li:before {
	content:"";
	width: 8px;
	height: 8px;
	background: #67BACA;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0px;
	transition-duration:0.35s;
}

.wp_right_ul_li:after {
	content:"";
	width: 0%;
	height: 1px;
	background: #67BACA;
	position: absolute;
	bottom: 0;
	left: 20px;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li:hover:after {
	width: calc(100% - 20px);
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_span {
	display: block;
	padding-bottom: 5px;
	font-size: 16px;
	color: #67BACA;
	line-height: 16px;
	text-align: left;
	position: relative;
}

.wp_right_ul_li a {
	color: #67BACA;
	transition-duration:0.35s;
}

.wp_right_ul_li_o {
	color: #67BACA;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span {
	color: #67BACA;
	transition-duration:0.35s;
}

.wp_right_ul_li_o.wp_right_ul_li:before {
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span:after {
	width: 100%;
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_o a {
	color: #FE0000;
	transition-duration:0.35s;
}

.wp_right_ul_li_ul {
	list-style:none;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:left;
}

.wp_right_ul_li_ul_li {
	margin-bottom:10px;
	margin-left:10px;
	font-size:15px;
	color:#3399FF;
	line-height:20px;
	text-align:left;
	position:relative;
}

.wp_right_ul_li_ul_li_border {
	width:0;
	height:1px;
	margin:0 auto;
	background:#867666;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.new {
	display:inline-block;
	margin-left:1em;
	color:#F00;
}

.wp_pagenation {
}

.wp_pagenation_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.wp_pagenation_ul_li {
	display: inline-block;
	margin: 0 6px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #231815;
	line-height: 30px;
	text-align: center;
}

.wp_pagenation_ul_li a {
	display: block;
	width: 30px;
	color: #231815;
}

.wp_pagenation_ul_li span {
	display: block;
	width: 30px;
	color: #e67749;
}

.wp_pagenation_ul_li_o {
	color: #e67749;
}

.wp_pagenation_ul_li.wp_pagenation_ul_li_o {
}

.wp_pagenation_ul_li_nb {
	background: none;
	border: none;
	font-size: 16px;
	font-weight: normal;
	color: #231815;
	line-height: 30px;
}

.wp_pagenation_ul_li_nb a {
	color: #231815;
}

.prev_next {
	margin: 0 auto 60px;
}

.prev_next_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.prev_next_ul_li {
	position: relative;
	transition-duration: 0.35s;
}

.prev_next_ul_li_before {
	margin-right: 20px;
}

.prev_next_ul_li_after {
	margin-left: 20px;
}

.prev_next_ul_li:hover {
	transition-duration: 0.35s;
}

.prev_next_ul_li a {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: max-content;
	margin: 0 auto;
	font-size: 15px;
	color: #231815;
	line-height: 1;
	vertical-align: top;
	opacity: 1;
	transition-duration: 0.35s;
}

.prev_next_ul_li:hover a {
	opacity: 0.5;
	transition-duration:0.35s;
}

.prev_next_ul_li_ico {
	display: block;
	margin: 0 auto 5px;
	opacity: 1;
	transition-duration: 0.35s;
}

.prev_next_ul_li:hover .prev_next_ul_li_ico {
	opacity: 0.5;
	transition-duration:0.35s;
}

.prev_next_ul_li_before .prev_next_ul_li_ico {
	transform: rotateY(180deg);
}

.prev_next_ul_li_m {
	width: max-content;
	margin: 0 auto;
	padding: 13px 17px;
	background: #67BACA;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
	transition-duration: 0.35s;
}

.prev_next_ul_li_m:hover {
	background: #67BACA;
	transition-duration: 0.35s;
}

.prev_next_ul_li_m:after {
	/*content: "";*/
	content: "\f054";
	display: inline-block;
	/*width: 6px;
	height: 6px;*/
	margin-bottom: 2px;
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	/*border: #FFF 2px solid;
	border-radius: 50%;*/
	vertical-align: middle;
	transition-duration: 0.35s;
}

/*wpここまで */

/* ここまで1024px以上の幅の場合に適応される */
