@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: "Oswald", sans-serif;
	font-family: "Shippori Mincho B1", 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,1);
	position: relative;
}

.header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	padding: 20px 30px;
	font-size: 0;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
	position: relative;
}

.header_logo01_img01 {
	display: block;
	width: auto;
	margin: 0 auto;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 41px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right: 0px;
}

.header_ul_li:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -20px;
}

.header_ul .header_ul_li:last-child:after {
	display: none;
}

.header_c01 .header_ul_li:after {
	background: #FFF;
}

.header_c02 .header_ul_li:after {
	background: #231815;
}

.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: 16px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.header_c01 .header_ul_li_span01 {
	color: #FFF;
}

.header_c02 .header_ul_li_span01 {
	color: #231815;
}

.header_ul_li_o .header_ul_li_span01 {
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 1px;
	margin: auto;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_c01 .header_ul_li_border01 {
	background: #FFF;
}

.header_c02 .header_ul_li_border01 {
	background: #231815;
}

.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: 6px;
	/*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;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.header_c01 .header_ul_li_6_div_line {
	background: #FFF;
}

.header_c02 .header_ul_li_6_div_line {
	background :#231815;
}

.header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.header_c01 .header_ul_li_6_div_line_before {
	background: #FFF;
}

.header_c02 .header_ul_li_6_div_line_before {
	background: #231815;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.header_c01 .header_ul_li_6_div_line_after {
	background: #FFF;
}

.header_c02 .header_ul_li_6_div_line_after {
	background: #231815;
}

.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);
}

.header_sub_ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding: 40px 20px 10px;
	background: #FFF;
	text-align: left;
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.header_sub_ul_li {
	width: max-content;
	margin: 0 auto 20px;
	padding-bottom: 5px;
	position: relative;
}

.header_sub_ul_li:last-child {
	margin-bottom: 0px;
}

.header_sub_ul_li_o {
}

.header_sub_ul_li a {
	display: block;
	text-align: center;
	transition-duration: 0.35s;
}

.header_sub_ul_li a:hover {
	transition-duration: 0.35s;
}

.header_sub_ul_li_span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.header_sub_ul_li:hover .header_sub_ul_li_span {
	transition-duration: 0.35s;
}

.header_sub_ul_li_border {
	display: block;
	width: 0%;
	height: 1px;
	margin: 0 auto;
	background: #231815;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition-duration: 0.35s;
}

.header_sub_ul_li:hover .header_sub_ul_li_border {
	width: 100%;
	transition-duration: 0.35s;
}

.header_sub_ul_li_o .header_sub_ul_li_border {
	width: 100%;
	transition-duration: 0.35s;
}

/*ヘッダーここまで */

/*コンテンツ */

#slider1 {
	position: relative;
	z-index: 1;
}

.slider1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider1_pc {
}

.slider1_sp {
	display: none !important;
}

.slider1_li {
	width:100%;
	vertical-align: bottom;
}

.slider1_li_box {
	position: relative;
}

.slider1_li_img {
	display: block;
	max-width:100%;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.slider1_li_textimg {
	display: block;
	max-width: 35%;
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 2;
}

.slider1_linkul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	width: 265px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5%;
	right: 10%;
	z-index: 2;
}

.slider1_linkul01_p01 {
	left: 10%;
	right: auto;
}

.slider1_linkul01_li {
	width: 120px;
	margin-right: 25px;
}

.slider1_linkul01_li_onmenu {
}

.slider1_linkul01_li:last-child {
	margin-right: 0px;
}

.slider1_linkul01_li>a {
	display: block;
	height: 120px;
	background: #0d6072;
	border-radius: 50%;
	position: relative;
	transition-duration: 0.35s;
}

.slider1_linkul01_li>a:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.slider1_linkul01_li>a:before {
	content: "";
	display: block;
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	border: #FFF 2px solid;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 1;
}

.slider1_linkul01_li_box01 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.slider1_linkul01_li_box01_ico01 {
	display: block;
	margin: 0 auto 5px;
}

.slider1_linkul01_li_box01_text01 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 17px;
	text-align: center;
}

.slider1_linkul01_li_ul01 {
	display: none;
	list-style: none;
	width: max-content;
	margin: 0;
	padding: 20px 0 0;
	font-size: 0;
	position: absolute;
	top: 100%;
	right: 0;
}

.slider1_linkul01_p01 .slider1_linkul01_li_ul01 {
	left: 0;
	right: auto;
}

.slider1_linkul01_li_ul01_li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.slider1_linkul01_li_ul01_li:last-child {
	margin-right: 0px;
}

.slider1_linkul01_li_ul01_li a {
	display: block;
	padding: 12px 15px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.slider1_linkul01_li_ul01_li:hover a {
	background: #3692a7;
	transition-duration: 0.35s;
}

.slider1_linkul01_li_ul01_li a:after {
	content: "\f054";
	display: inline-block;
	margin-top: 2px;
	margin-left: 4px;
	font-family:"Font Awesome 5 Free";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
}

.wrapper_title {
	margin:0 auto 80px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: #0d6072 10px solid;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
}

.wrapper_title_text01_c01 {
	color: #231815;
}

.wrapper_title_text01_f01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 55px;
}

.wrapper_title_text02 {
	display: block;
	margin-top: 20px;
	font-family: "Oswald", sans-serif;
	font-size: 37px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
}

.wrapper_title_text02_c01 {
	color: #231815;
}

.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;
}

.wrapper_button01_big {
	text-align: center;
}

.wrapper_button01_big_t01 {
	text-align: left;
}

.wrapper_button01_big_t02 {
	text-align: right;
}

.wrapper_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 142px);
	padding: 10px 60px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: rgba(255,255,255,0);
	border: #231815 1px solid;
}

.wrapper_button01_o.wrapper_button01_c01 {
	background: rgba(255,255,255,1);
	transition-duration: 0.35s;
}

.wrapper_button01:after {
	content: "\03e\03e\03e";
	display: inline-block;
	margin-top: 3px;
	margin-left: 5px;
	line-height: 18px;
	vertical-align: middle;
}

.wrapper_button01_c01:after {
	color: #231815;
}

.wrapper_button01_o:before,
.wrapper_button01_o:after {
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c01:after {
}

.wrapper_button01_span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #231815;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_index01_big {
	padding: 90px 0;
	position: relative;
	z-index: 1;
}

.wrapper_index01_big_b01 {
	padding: 140px 0 200px;
}

.wrapper_index01_big_b02 {
	padding: 100px 0 200px;
}

.wrapper_index01 {
	max-width: calc(100% - 20px);
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 3;
}

.index_img01 {
	display: block;
	position: absolute;
	z-index: 1;
}

.index_img01_p01 {
	max-width: 26%;
	border-radius: 0 90px 90px 0;
	top: -110px;
	left: 0;
}

.index_img01_p02 {
	max-width: 25%;
	border-radius: 90px 0 0 90px;
	top: 330px;
	right: 0;
}

.index_img01_p03 {
	max-width: 19%;
	border-radius: 0 90px 90px 0;
	top: 570px;
	left: 9%;
}

.index_title01 {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 70px;
	font-weight: bold;
	color: #231815;
	line-height: 110px;
	text-align: center;
}

.index_text01 {
	margin: 0 auto 270px;
	font-size: 23px;
	font-weight: 500;
	color: #231815;
	line-height: 65px;
	text-align: center;
}

.feed_ul01 {
	list-style: none;
	margin: 0 auto 40px;
	padding: 0;
}

.feed_ul01_li {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: #0d6072 1px dashed;
	transition-duration: 0.35s;
}

.feed_ul01_li:last-child {
	margin-bottom: 0px;
}

.feed_ul01_li_o {
	border-bottom: #3692a7 1px dashed;
	transition-duration: 0.35s;
}

.feed_ul01_li a {
	display: block;
}

.feed_ul01_li_o a {
}

.feed01_imgbox {
	width: 100px;
	height: 40px;
	margin-right: 20px;
	position: relative;
}

.feed_ul01_li_o .feed01_imgbox {
}

.feed01_img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-duration: 0.35s;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.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: 100px;
	margin-right: 10px;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.feed01_title {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: left;
	transition-duration: 0.35s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.feed_ul01_li:hover .feed01_title {
	color: #0d6072;
	transition-duration: 0.35s;
}

.feed01_cate {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.feed01_detail {
	margin: 0 auto 5px;
	font-size:14px;
	color:#111;
	line-height:23px;
	text-align: left;
}

.feed01_more {
	width: 36px;
	height: 36px;
	margin-left: 20px;
	background: #FFF;
	border: #0d6072 2px solid;
	border-radius: 50%;
	position: relative;
	transition-duration: 0.35s;
}

.feed01_more:before {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 23px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: calc(50% + 1px);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_more {
	background: #0d6072;
	transition-duration: 0.35s;
}

.feed_ul01_li:hover .feed01_more:before {
	color: #FFF;
}

.index_button01_wrap {
	margin-bottom: 300px;
	text-align: right;
}

.index_button01 {
	display: inline-block;
	padding: 13px 17px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
	transition-duration: 0.35s;
}

.index_button01:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.index_button01: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;
}

.index_box01_wrap {
	margin-bottom: 200px;
}

.index_box01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 300px;
	position: relative;
}

.index_box01:nth-child(2n+1) {
	flex-flow: row wrap;
}

.index_box01:nth-child(2n) {
	flex-flow: row-reverse wrap;
}

.index_box01:last-child {
	margin-bottom: 0px;
}

.index_box01_textbox {
	width: calc(50% - 70px);
}

.index_box01_textbox_in {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.index_box01:nth-child(2n+1) .index_box01_textbox_in {
	padding-left: 10px;
	align-content: flex-end;
}

.index_box01:nth-child(2n) .index_box01_textbox_in {
	padding-right: 10px;
	align-content: flex-start;
}

.index_box01_textbox_in_title01 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 60px;
	font-weight: bold;
	color: #231815;
	line-height: 90px;
	text-align: left;
}

.index_box01_textbox_in_title01_br {
}

.index_box01_textbox_in_text01 {
	margin: 0 0 40px;
	font-size: 17px;
	color: #231815;
	line-height: 34px;
	text-align: left;
}

.index_box01_textbox_in_title02 {
	margin: 0 0 35px;
	padding: 0 0 15px;
	border-bottom: #0d6072 4px solid;
	font-size: 35px;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.index_box01_textbox_in_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.index_box01_textbox_in_ul01_li {
	margin-bottom: 20px;
	margin-right: 20px;
}

.index_box01_textbox_in_ul01_li:last-child {
	margin-right: 0px;
}

.index_box01_textbox_in_ul01_li_button01 {
	padding: 13px 17px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
	transition-duration: 0.35s;
}

.index_box01_textbox_in_ul01_li_button01:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.index_box01_textbox_in_ul01_li_button01:after {
	content: "\f054";
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: middle;
	transition-duration: 0.35s;
}

.index_box01_imgbox {
	width: 50%;
	position: relative;
}

.index_box01_imgbox_img01 {
	width: 100%;
	position: relative;
	z-index: 1;
}

.index_box01:nth-child(2n+1) .index_box01_imgbox_img01 {
	border-radius: 90px 0 0 90px;
}

.index_box01:nth-child(2n) .index_box01_imgbox_img01 {
	border-radius: 0 90px 90px 0;
}

.index_box01_imgbox_text01 {
	display: block;
	width: max-content;
	font-family: "Oswald", sans-serif;
	font-size: 150px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	position: absolute;
	top: -100px;
	z-index: 2;
}

.index_box01:nth-child(2n+1) .index_box01_imgbox_text01 {
	left: -40px;
}

.index_box01:nth-child(2n) .index_box01_imgbox_text01 {
	right: -40px;
}

.index_ul02 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_ul02_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 100px;
}

.index_ul02_li:last-child {
	margin-bottom: 0px;
}

.index_ul02_li_textbox01 {
	width: 45%;
	position: relative;
	z-index: 1;
}

.index_ul02_li_textbox01_title01 {
	margin: 0 auto 20px;
	padding: 8px 10px;
	background: #0d6072;
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: left;
	position: relative;
}

.index_ul02_li_textbox01_title01:after {
	content: "";
	width: 20px;
	height: 100%;
	background: #0d6072;
	position: absolute;
	top: 0;
	left: 100%;
}

.index_ul02_li_textbox01_text01 {
	margin: 0 auto;
	padding: 0 30px;
	font-size: 17px;
	color: #231815;
	line-height: 34px;
	text-align: left;
}

.index_ul02_li_textbox01_text01 a {
	color: #231815;
	text-decoration: none;
}

.index_ul02_li_mapbox01 {
	width: 55%;
	min-height: 364px;
	position: relative;
	z-index: 2;
}

.index_ul02_li_mapbox01 iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

/*コンテンツここまで */

/*フッター */

#footer {
	width: calc(100% - 200px);
	position:relative;
	z-index:2;
}

.footer_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 100px 30px 120px 100px;
	background: #0d6072;
	border-radius: 0 100px 0 0;
	position: relative;
	z-index: 1;
}

.footer_box01_b01 {
	padding: 0 30px 0 100px;
	background: none;
}

.footer_box01_logo01 {
	display: block;
	margin-right: 80px;
}

.footer_box01_content01 {
	flex: 1;
	padding-top: 25px;
}

.footer_box01_content01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.footer_box01_content01_ul01_li {
	padding: 10px 50px;
	border-right: #FFF 1px solid;
}

.footer_box01_content01_ul01_li:first-child {
	padding-left: 0px;
}

.footer_box01_content01_ul01_li:last-of-type {
	padding-right: 0px;
	border-right: none;
}

.footer_box01_content01_ul01_li_hr {
	display: none;
	width: 100%;
	height: 1px;
	margin: 0;
	order: 3;
}

.footer_box01_content01_ul01_li_title01 {
	margin: 0 auto 25px;
	padding: 0;
	text-align: left;
}

.footer_box01_content01_ul01_li_title01:last-child {
	margin: 0 auto;
}

.footer_box01_content01_ul01_li_title01 a {
	display: inline-block;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.footer_box01_content01_ul01_li_title01 a:before {
	content: "";
	width: 0%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.35s;
}

.footer_box01_content01_ul01_li_title01 a:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

.footer_box01_content01_ul01_li_textbox01 {
	margin-bottom: 15px;
	font-size: 0;
	text-align: left;
}

.footer_box01_content01_ul01_li_textbox01_text01 {
	display: inline-block;
	margin-right: 27px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	vertical-align: top;
	position: relative;
}

.footer_box01_content01_ul01_li_textbox01 a:last-child .footer_box01_content01_ul01_li_textbox01_text01 {
	margin-right: 0px;
}

.footer_box01_content01_ul01_li_textbox01_text01:before {
	content: "";
	width: 0%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition-duration: 0.35s;
}

.footer_box01_content01_ul01_li_textbox01_text01:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

.footer_box01_content01_ul01_li_textbox01_text01:after {
	content: "/";
	position: absolute;
	top: 0;
	left: calc(100% + 13px);
}

.footer_box01_content01_ul01_li_textbox01 a:last-child .footer_box01_content01_ul01_li_textbox01_text01:after {
	display: none;
}

.footer_box01_content01_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_box01_content01_ul02_li {
	max-width: calc((100% - 100px) / 3);
	margin-right: 50px;
}

.footer_box01_content01_ul02_li:last-child {
	margin-right: 0px;
}

.footer_box01_content01_ul02_li_text01 {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.footer_box01_b01 .footer_box01_content01_ul02_li_text01 {
	color: #231815;
}

.footer_box01_content01_ul02_li_imgbox01 {
	background: #FFF;
}

.footer_box01_content01_ul02_li_imgbox01_img01 {
	display: block;
	opacity: 1;
	transition-duration: 0.35s;
}

.footer_box01_b01 .footer_box01_content01_ul02_li_imgbox01_img01 {
	border: #231815 1px solid;
}

.footer_box01_content01_ul02_li:hover .footer_box01_content01_ul02_li_imgbox01_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.footer_box01_content01_ul03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
}

.footer_box01_content01_ul03_li {
	margin-bottom: 15px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: #FFF 1px solid;
}

.footer_box01_content01_ul03_li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.footer_box01_content01_ul03_li a {
	display: block;
	padding-bottom: 3px;
	font-size: 17px;
	font-weight: 500;
	color: #FFF !important;
	line-height: 1;
	text-align: left;
	position: relative;
}

.footer_box01_b01 .footer_box01_content01_ul03_li a {
	color: #231815 !important;
}

.footer_box01_content01_ul03_li a:before {
	content: "";
	width: 0%;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: -3px;
	left: 0;
	transition-duration: 0.35s;
}

.footer_box01_b01 .footer_box01_content01_ul03_li a:before {
	background: #231815;
}

.footer_box01_content01_ul03_li:hover a:before {
	width: 100%;
	transition-duration: 0.35s;
}

/*フッターここまで */

.download_imgbox01_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.wrapper_head_big {
	position: relative;
	z-index: 2;
}

.wrapper_head_big_download {
	background:url(../img/head_download.webp) no-repeat center right;
	background-size:cover;
}

.wrapper_head_big_about {
	background:url(../img/head_about.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_greeting {
	background:url(../img/head_greeting_old2.webp?250819) no-repeat center right;
	background-size:cover;
}

.wrapper_head_big_work {
	background:url(../img/head_work.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_mdec {
	background: #0d6072;
}

.wrapper_head_big_initiative {
	background: #0d6072;
}

.wrapper_head_big_initiative:before {
	content: "";
	width: 67%;
	height: calc(100% - 81px);
	background: url(../img/head_initiative.webp) no-repeat center center;
	border-radius: 70px 0 0 70px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.wrapper_head_big_initiative_archive_public:before {
	background: url(../img/head_work_arch_public.webp) no-repeat 66% 30%;
}

.wrapper_head_big_initiative_archive_educate:before {
	background: url(../img/head_work_arch_educate.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_medical:before {
	background: url(../img/head_work_arch_medical.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_shop:before {
	background: url(../img/head_work_arch_shop.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_office:before {
	background: url(../img/head_work_arch_office.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_house:before {
	background: url(../img/head_work_arch_house.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_hotel:before {
	background: url(../img/head_work_arch_hotel.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_reno:before {
	background: url(../img/head_work_arch_reno.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_other:before {
	background: url(../img/head_work_arch_other.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_r5:before {
	background: url(../img/head_work_civil_r5.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_r4:before {
	background: url(../img/head_work_civil_r4.webp) no-repeat center center;
}

.wrapper_head_big_initiative_archive_r3:before {
	background: url(../img/head_work_civil_r3.webp?250818) no-repeat center center;
}

.wrapper_head_big_initiative_archive_r2:before {
	background: url(../img/head_work_civil_r2.webp?250818) no-repeat center center;
}

.wrapper_head_big_initiative_archive_r1:before {
	background: url(../img/head_work_civil_r1.webp?250818) no-repeat center center;
}

.wrapper_head_big_careerpass {
}

.wrapper_head_big_careerpass:before {
	content: "";
	width: 89%;
	height: 100%;
	background: #0d6072;
	border-radius: 0 70px 70px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.wrapper_head_big_recruit {
	background:url(../img/head_recruit.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_message {
	background:url(../img/head_message.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head_big_privacy {
	background:url(../img/head_download.webp) no-repeat center right;
	background-size:cover;
}

.wrapper_head_big_contact {
	background:url(../img/head_download.webp) no-repeat center right;
	background-size:cover;
}

.wrapper_head_big_news {
	background:url(../img/head_news.webp) no-repeat center center;
	background-size:cover;
}

.wrapper_head {
	padding: 260px 10px;
	position: relative;
	z-index: 2;
}

.wrapper_head_textbox01 {
	max-width: 1300px;
	margin: 0 auto;
}

.wrapper_head_textbox01_text01 {
	margin: 0 auto 10px;
	padding: 0;
	font-family: "Oswald", sans-serif;
	font-size: 90px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.wrapper_head_textbox01_text02 {
	display: block;
	font-size: 30px;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.wrapper_head_textbox01_text03 {
	margin: 0 auto 10px;
	padding: 0;
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.wrapper_head_textbox01_text04 {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.wrapper_head_textbox01_text05 {
	margin-bottom: 25px;
	text-align: left;
}

.wrapper_head_textbox01_text05s {
	margin-bottom: 10px;
}

.wrapper_head_textbox01_text05_span01 {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	vertical-align: bottom;
}

.wrapper_head_textbox01_text05s .wrapper_head_textbox01_text05_span01 {
	text-shadow: 0px 0px 2px #0d6072;
}

.wrapper_head_textbox01_text05_span02 {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	vertical-align: bottom;
}

.wrapper_head_textbox01_text06 {
	display: block;
	max-height: calc(100% - 10px);
	width: max-content;
	margin-top: 25px;
	padding: 5px;
	background: #FFF;
	font-size: 20px;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.wrapper_head_textbox01_text06 a {
	color: #231815;
	transition-duration: 0.35s;
}

.wrapper_head_textbox01_text06 a:hover {
	color: #CCC;
	transition-duration: 0.35s;
}

.wrapper_head_textbox01_text07 {
	margin: 0 auto 10px;
	padding: 0;
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	color: #FFF;
	line-height: 70px;
	text-align: left;
	text-shadow: 0px 0px 2px #0d6072;
}

.wrapper_head_textbox01_text08 {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	text-align: left;
	text-shadow: 0px 0px 2px #0d6072;
}

.wrapper_head_textbox01_box01 {
	width: max-content;
	margin: 0 auto;
	padding: 15px;
	/*background: #FFF;*/
}

.wrapper_head_textbox01_box01_text01 {
	display: block;
	margin-bottom: 10px;
	font-family: "Oswald", sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.wrapper_head_textbox01_box01_text02 {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.wrapper_head_textbox01_box02 {
	width: max-content;
	margin: 0 auto;
	position: relative;
}

.wrapper_head_textbox01_box02_ico01 {
	display: block;
	position: absolute;
	top: 50%;
	right: -124px;
}

.wrapper_head_textbox01_box02_text01 {
	display: block;
	margin-bottom: 10px;
	font-family: "Oswald", sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.wrapper_head_textbox01_box02_text02 {
	display: block;
	font-size: 35px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.wrapper_head_textbox01_img01 {
	display: block;
	max-width: 70%;
	margin: 0 auto;
}

.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: #169D62;
  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: #D3CBC5;
  -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 {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #0d6072;
	border-radius: 50%;
	margin: auto;
	position:fixed;
	bottom: 50px;
	right: 50px;
}

.page-up img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/*download */

.download_wrap {
	display: none;
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	overflow-y: scroll;
}

.download_header_wrap {
	position: relative;
	z-index: 5;
}

.download_header {
	width: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
}

.download_header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 20px 30px;
}

.download_header_logo {
	display: block;
}

.download_header_button01 {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	transition-duration: 0.35s;
	cursor: pointer;
}

.download_header_button01:hover {
	color: #CCC;
	transition-duration: 0.35s;
}

.download_title01 {
	margin: 0 auto 45px;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.download_title01:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-bottom: 5px;
	margin-right: 10px;
	background: #0d6072;
	vertical-align: middle;
}

.download_text01 {
	margin: 0 auto 30px;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.download_ul01 {
	list-style: none;
	margin: 0 auto 90px;
	padding: 0;
}

.download_ul01_li {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.download_ul01_li:last-child {
	margin-bottom: 0px;
}

.download_ul01_li:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-bottom: 4px;
	margin-right: 5px;
	background: #0d6072;
	border-radius: 50%;
	vertical-align: middle;
}

.download_ul01_li a {
	color: #0d6072;
	position: relative;
}

.download_ul01_li a:before {
	content: "";
	width: 0%;
	height: 1px;
	background: #0d6072;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition-duration: 0.35s;
}

.download_ul01_li a:hover:before {
	width: 100%;
	transition-duration: 0.35s;
}

.download_title02 {
	margin: 0 auto 50px;
	padding: 12px 15px;
	background: #0d6072;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.download_box01 {
	margin-bottom: 70px;
}

.download_box01_title01 {
	margin: 0 auto 15px;
	padding: 6px 8px;
	border: #0d6072 2px solid;
	font-size: 20px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.download_box01_text01 {
	margin: 0 auto 35px;
	font-size: 18px;
	color: #231815;
	line-height: 35px;
	text-align: left;
}

.download_box01_text01_c01 {
	color: #e60012;
}

.download_box01_ul01 {
	list-style: none;
	margin: 0 auto 70px;
	padding: 0;
}

.download_box01_ul01:last-child {
	margin: 0 auto;
}

.download_box01_ul01_li {
	margin-bottom: 25px;
	padding-left: 35px;
	font-size: 18px;
	color: #231815;
	line-height: 35px;
	text-align: left;
	position: relative;
}

.download_box01_ul01_li:last-child {
	margin-bottom: 0px;
}

.download_box01_ul01_li a {
	color: #0d6072;
	position: relative;
	transition-duration: 0.35s;
}

.download_box01_ul01_li a:hover {
	color: #CCC;
	transition-duration: 0.35s;
}

.download_box01_ul01_li a:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #0d6072;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.download_box01_ul01_li_ico {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
}

.download_button01_wrap {
	text-align: center;
}

.download_button01 {
	display: inline-flex;
	padding: 5px 15px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 23px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	transition-duration: 0.35s;
	cursor: pointer;
}

.download_button01:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

/*downloadここまで */

/*about */

.about_title01 {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 65px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.about_text01 {
	margin: 0 auto 140px;
	font-size: 23px;
	font-weight: 500;
	color: #231815;
	line-height: 60px;
	text-align: center;
}

.about_buttonul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 140px;
	padding: 0;
}

.about_buttonul01:first-child:last-child {
	margin: 0 auto;
}

.about_buttonul01_li {
	margin-right: 110px;
}

.about_buttonul01_li:last-child {
	margin-right: 0px;
}

.about_buttonul01_li a {
	display: block;
	min-width: 170px;
	padding: 13px 17px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
	transition-duration: 0.35s;
}

.about_buttonul01_li_o a {
	background: #3692a7;
}

.about_buttonul01_li a:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.about_buttonul01_li a:after {
	content: "\f054";
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: middle;
	transition-duration: 0.35s;
}

.about_wrap01 {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 10px;
}

.about_ul01 {
	list-style: none;
	margin: 0 auto 150px;
	padding: 0;
}

.about_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 70px 50px;
	border-bottom: #0d6072 3px solid;
}

.about_ul01_li:first-child {
	border-top: #0d6072 3px solid;
}

.about_ul01_li_titlebox01 {
}

.about_ul01_li_titlebox01_title01 {
	margin: 0 auto 20px;
	padding: 0;
	font-family: "Oswald", sans-serif;
	font-size: 55px;
	font-weight: 600;
	color: #0d6072;
	line-height: 70px;
	text-align: left;
}

.about_ul01_li_titlebox01_text01 {
	display: block;
	font-size: 30px;
	font-weight: 500;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.about_ul01_li_textbox01 {
	max-width: 100%;
	width: 550px;
}

.about_ul01_li_textbox01_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about_ul01_li_textbox01_ul01_li {
	margin-bottom: 55px;
}

.about_ul01_li_textbox01_ul01_li:last-child {
	margin-bottom: 0px;
}

.about_ul01_li_textbox01_ul01_li_text01 {
	display: block;
	font-family: "Shippori Mincho B1", serif;
	font-size: 35px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.about_ul01_li_textbox01_ul01_li_text02 {
	font-family: "Shippori Mincho B1", serif;
	font-size: 22px;
	font-weight: 500;
	color: #231815;
	line-height: 50px;
	text-align: left;
}

.about_ul01_li_textbox01_ul01_li_text02_span01 {
	display: block;
	padding-left: 3em;
	text-indent: -2em;
}

.about_ul01_li_textbox01_ul01_li_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about_ul01_li_textbox01_ul01_li_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 25px;
}

.about_ul01_li_textbox01_ul01_li_ul01_li:last-child {
	margin-bottom: 0px;
}

.about_ul01_li_textbox01_ul01_li_ul01_li_text01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 130px;
	margin-right: 10px;
	font-size: 17px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

.about_ul01_li_textbox01_ul01_li_ul01_li_text01:after {
	content: "／";
}

.about_ul01_li_textbox01_ul01_li_ul01_li_text02 {
	flex: 1;
	font-size: 17px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

/*aboutここまで */

/*greeting */

.greeting_title01 {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 55px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.greeting_title02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	margin: 0 auto 110px;
	padding: 0;
	font-weight: bold;
	color: #231815;
	line-height: 1;
}

.greeting_title02_text01 {
	display: block;
	margin-top: 10px;
	margin-right: 15px;
	font-size: 20px;
}

.greeting_title02_text02 {
	display: block;
	font-size: 45px;
}

.greeting_box01 {
	margin-bottom: 150px;
}

.greeting_box01_text01 {
	margin: 0 auto 50px;
	font-size: 17px;
	color: #231815;
	line-height: 34px;
	text-align: left;
}

.greeting_box01_text01:last-child {
	margin: 0 auto;
}

.greeting_box01_img01 {
	display: block;
	width: 100%;
	margin: 0 auto 50px;
}

/*greetingここまで */

/*company */

.company_ul01 {
	list-style: none;
	margin: 0 auto 200px;
	padding: 0;
}

.company_ul01_li {
	padding: 70px 0;
	border-bottom: #0d6072 3px solid;
}

.company_ul01_li:first-child {
	padding: 0 0 70px;
}

.company_ul01_li_box01 {
	max-width: 1000px;
	margin: 0 auto;
}

.company_ul01_li_box01_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.company_ul01_li_box01_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 40px;
}

.company_ul01_li_box01_ul01_li:last-child {
	margin-bottom: 0px;
}

.company_ul01_li_box01_ul01_li_titlebox01 {
	width: 220px;
	margin-right: 10px;
}

.company_ul01_li_box01_ul01_li_titlebox01_title01 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #0d6072;
	line-height: 40px;
	text-align: left;
}

.company_ul01_li_box01_ul01_li_textbox01 {
	flex: 1;
}

.company_ul01_li_box01_ul01_li_textbox01_text01 {
	margin: 0;
	font-size: 20px;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.company_ul01_li_box01_ul01_li_textbox01_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.company_ul01_li_box01_ul01_li_textbox01_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.company_ul01_li_box01_ul01_li_textbox01_ul01_li_text01 {
	width: 470px;
	font-size: 20px;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.company_ul01_li_box01_ul01_li_textbox01_ul01_li_text02 {
	flex: 1;
	font-size: 20px;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

/*companyここまで */

/*history */

.history_wrap01 {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 10px;
}

.history_ul01 {
	list-style: none;
	margin: 0 auto 200px;
	padding: 0;
}

.history_ul01_li {
	padding: 90px 0;
	/*border-bottom: #0d6072 3px solid;*/
}

.history_ul01_li:first-child {
	padding: 0 0 70px;
}

.history_ul01_li:last-child {
	padding: 70px 0 0;
	border-bottom: none;
}

.history_ul01_li_title01 {
	margin: 0 auto 80px;
	padding: 0;
	font-size: 38px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	text-align: center;
}

.history_ul01_li_box01 {
	max-width: 1120px;
	margin: 0 auto;
}

.history_ul01_li_box01_imgbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	margin: 0 auto 80px;
}

.history_ul01_li_box01_imgbox01_img01 {
	display: block;
	width: calc(100% - 225px);
}

.history_ul01_li_box01_imgbox01_text01 {
	display: block;
	width: 200px;
	margin-left: 25px;
	font-size: 20px;
	color: #231815;
	line-height: 35px;
	text-align: left;
}

.history_ul01_li_box01_textbox01 {
	margin-bottom: 50px;
}

.history_ul01_li_box01_textbox01:last-child {
	margin-bottom: 0px;
}

.history_ul01_li_box01_textbox02 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: #727171 2px solid;
}

.history_ul01_li_box01_textbox02:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.history_ul01_li_box01_textbox02_title01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.history_ul01_li_box01_textboxul01 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.history_ul01_li_box01_textboxul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.history_ul01_li_box01_textboxul01_li_text01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 230px;
	margin-right: 80px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
}

.history_ul01_li_box01_textboxul01_li_text01_span01 {
	display: block;
	width: 70px;
	text-align: left;
}

.history_ul01_li_box01_textboxul01_li_text01_span02 {
	display: block;
	width: 100px;
	text-align: left;
}

.history_ul01_li_box01_textboxul01_li_text01_span03 {
	display: block;
	width: 60px;
	text-align: right;
}

.history_ul01_li_box01_textboxul01_li_text02 {
	flex: 1;
	display: block;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
	position: relative;
}

.history_ul01_li_box01_textboxul01_li_text02_imgbox01 {
	width: 350px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.history_ul01_li_box01_textboxul01_li_text02_imgbox01_img01 {
	display: block;
	margin-bottom: 10px;
}

.history_ul01_li_box01_textboxul01_li_text02_imgbox01_text01 {
	display: block;
	font-size: 16px;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.history_ul01_li_box01_img01 {
	display: block;
	/*max-width: 80%;
	width: 900px;
	width: 500px;*/
	max-width: 90%;
	width: 1100px;
	margin: 0 auto;
}

.history_button01 {
	width: 96px;
	height: 96px;
	border: #0d6072 2px solid;
	border-radius: 50%;
	position: fixed;
	bottom: 160px;
	right: 50px;
	z-index: 2;
}

.history_button01:before {
	content: "";
	width: 81px;
	height: 81px;
	background: #FFF;
	border: #0d6072 2px solid;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 1;
	transition-duration: 0.35s;
}

.history_button01:hover:before {
	background: #0d6072;
	transition-duration: 0.35s;
}

.history_button01_text01 {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #0d6072;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.history_button01:hover .history_button01_text01 {
	color: #FFF;
	transition-duration: 0.35s;
}

.history_button01_text01:after {
	content: "\f078";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.history_button01:hover .history_button01_text01:after {
	color: #FFF;
	transition-duration: 0.35s;
}

/*historyここまで */

/*recruit */

.recruit_wrap01 {
	margin: 0 auto 200px;
	padding: 110px 10px;
	position: relative;
}

.recruit_wrap01:last-child {
	margin: 0 auto;
}

.recruit_wrap01:before,
.recruit_wrap01:after {
	content: "";
	width: 37%;
	height: 30%;
	background: #0d6072;
	position: absolute;
	z-index: 1;
}

.recruit_wrap01:before {
	border-radius: 0px 100px 100px 0px;
	top: 0;
	left: 0;
}

.recruit_wrap01:after {
	border-radius: 100px 0px 0px 100px;
	bottom: 0;
	right: 0;
}

.recruit_wrap01_back01 {
	width: 18%;
	height: 21%;
	background: #0d6072;
	position: absolute;
	z-index: 1;
}

.recruit_wrap01_back01_p01 {
	border-radius: 100px 0px 0px 100px;
	top: 27%;
	right: 0;
}

.recruit_wrap01_back01_p02 {
	border-radius: 0px 100px 100px 0px;
	bottom: 8%;
	left: 0;
}

.recruit_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	max-width: 1520px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 2;
}

.recruit_ul01_li {
	width: calc((100% - 210px) / 4);
	margin-bottom: 170px;
	margin-right: 70px;
	position: relative;
	z-index: 2;
}

.recruit_ul01_li:nth-child(2n) {
	margin-top: 100px;
}

.recruit_ul01_li:nth-child(4n) {
	margin-right: 0px;
}

.recruit_ul01_li:nth-last-of-type(-n+4) {
	margin-bottom: 0px;
}

.recruit_ul01_li a {
	display: block;
}

.recruit_ul01_li_imgbox01 {
	margin-bottom: 15px;
	background: #FFF;
	position: relative;
}

.recruit_ul01_li_imgbox01_img01 {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	opacity: 1;
	transition-duration: 0.35s;
}

.recruit_ul01_li_imgbox01:hover .recruit_ul01_li_imgbox01_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.recruit_ul01_li_imgbox01_textbox01 {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 2;
}

.recruit_ul01_li_imgbox01_textbox01_text01 {
	display: block;
	margin-bottom: 35px;
	padding: 0 10px 25px;
	border-bottom: #0d6072 3px solid;
	font-family: "Oswald", sans-serif;
	font-size: 90px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.recruit_ul01_li_imgbox01_textbox01_text02 {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.recruit_ul01_li_imgbox01_textbox01_text02_span01 {
	display: block;
	padding: 10px 6px;
	background: #FFF;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.recruit_ul01_li_text01 {
	max-width: calc(100% - 10px);
	width: max-content;
	margin: 0;
	padding: 5px;
	background: #FFF;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.recruit_ul01_li_text01_span01 {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 14px;
}

.recruit_buttonul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 150px;
	padding: 0;
}

.recruit_buttonul01_li {
	margin-right: 120px;
}

.recruit_buttonul01_li:last-child {
	margin-right: 0px;
}

.recruit_buttonul01_li a {
	display: block;
	padding: 27px 32px;
	background: #0d6072;
	border: #0d6072 3px solid;
	border-radius: 0px 50px 0 0;
	transition-duration: 0.35s;
}

.recruit_buttonul01_li:hover a {
	background: #FFF;
	transition-duration: 0.35s;
}

.recruit_buttonul01_li_text01 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	transition-duration: 0.35s;
}

.recruit_buttonul01_li_text01_b01 {
	display: inline-block;
	margin-right: 10px;
	font-size: 55px;
	vertical-align: baseline;
}

.recruit_buttonul01_li:hover .recruit_buttonul01_li_text01 {
	color: #0d6072;
	transition-duration: 0.35s;
}

.recruit_buttonul01_li_text01 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	transition-duration: 0.35s;
}

.recruit_imgbox01 {
	max-width: 80%;
	width: 500px;
	margin: 0 auto 230px;
	background: #FFF;
}

.recruit_imgbox01_img01 {
	display: block;
	opacity: 1;
	transition-duration: 0.35s;
}

.recruit_imgbox01:hover .recruit_imgbox01_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.recruit_buttonbox01 {
	max-width: calc(100% - 20px);
	max-width: 500px;
	margin: 0 auto 230px;
}

.recruit_buttonbox01_button01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto 40px;
	padding: 25px 10px;
	background: #0d6072;
	border-radius: 20px;
	transition-duration: 0.35s;
}

.recruit_buttonbox01_button01:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.recruit_buttonbox01_button01:after {
	content: "\f054";
	display: block;
	margin-left: 20px;
	font-family:"Font Awesome 5 Free";
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.recruit_buttonbox01_button01_ico01 {
	display: block;
}

.recruit_buttonbox01_button01_text01 {
	display: block;
	margin: 0 10px;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.recruit_buttonbox01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.recruit_buttonbox01_ul01_li {
	width: calc((100% - 20px) / 2 - 2px);
	margin-right: 20px;
	background: #FFF;
	border: #000 1px solid;
}

.recruit_buttonbox01_ul01_li:last-child {
	margin-right: 0px;
}

.recruit_buttonbox01_ul01_li_img01 {
	display: block;
	width: 100%;
	opacity: 1;
	transition-duration: 0.35s;
}

.recruit_buttonbox01_ul01_li:hover .recruit_buttonbox01_ul01_li_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.recruit_wrap02 {
	max-width: 1320px;
	margin: 0 auto;
}

.recruit_ul02 {
	list-style: none;
	margin: 0 auto 150px;
	padding: 0;
}

.recruit_ul02_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 25px 25px;
	border-bottom: #0d6072 1px solid;
}

.recruit_ul02_li:last-child {
	border-bottom: none;
}

.recruit_ul02_li_title01 {
	width: 220px;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.recruit_ul02_li_textbox01 {
	flex: 1;
}

.recruit_ul02_li_textbox01:first-child:last-child {
	max-width: 1050px;
}

.recruit_ul02_li_textbox01_text01 {
	margin: 0;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.recruit_ul02_li_textbox01_text01_s01 {
	font-size: 16px;
	line-height: 32px;
}

.recruit_ul02_li_textbox01_ul01 {
	list-style: none;
	margin: 0;
	padding: 40px 0;
}

.recruit_ul02_li_textbox01_ul01_li {
	margin-bottom: 80px;
}

.recruit_ul02_li_textbox01_ul01_li:last-child {
	margin-bottom: 0px;
}

.recruit_ul02_li_textbox01_ul01_li_title01 {
	margin: 0 auto 50px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.recruit_ul02_li_textbox01_ul01_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.recruit_ul02_li_textbox01_ul01_li_box01_imgbox01 {
	width: 260px;
	margin-right: 20px;
}

.recruit_ul02_li_textbox01_ul01_li_box01_imgbox01_img01 {
	display: block;
}

.recruit_ul02_li_textbox01_ul01_li_box01_textbox01 {
	flex: 1;
}

.recruit_ul02_li_textbox01_ul01_li_box01_textbox01_title01 {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 17px;
	font-weight: normal;
	color: #231815;
	line-height: 34px;
	text-indent: -1em;
	text-align: left;
}

.recruit_ul02_li_textbox01_ul01_li_box01_textbox01_title01:before {
	content: "■";
	color: #0d6072;
}

.recruit_ul02_li_textbox01_ul01_li_box01_textbox01_title01_f01 {
	font-size: 27px;
	font-weight: 600;
	color: #0d6072;
	line-height: 40px;
}

.recruit_ul02_li_textbox01_ul01_li_box01_textbox01_title02 {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.recruit_ul02_li_textbox01_ul01_li_box01_textbox01_text01 {
	margin: 0;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.recruit_ul02_li_textbox01_ul01_li_box01_textbox01_text01_f01 {
	font-size: 27px;
	font-weight: 600;
	line-height: 40px;
}

.recruit_ul02_li_textbox01_ul01_li_box01_textbox01_text01_p01 {
	padding-left: 1em;
}

.recruit_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	padding: 35px 40px;
	border: #0d6072 2px solid;
	border-radius: 5px;
	opacity: 1;
	transition-duration: 0.35s;
}

.recruit_box01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.recruit_box01_text01 {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #0d6072;
	line-height: 40px;
	text-align: center;
}

.recruit_box01_ico01 {
	display: block;
	margin: 0 30px;
}

.recruit_box01_textbox01 {
}

.recruit_box01_textbox01_text01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 1;
	text-align: left;
}

.recruit_box01_textbox01_text01_span01 {
	color: #231815;
}

.recruit_box01_textbox01_text01_span02 {
	font-weight: bold;
	color: #0d6072;
}

.recruit_box01_textbox01_text01_span03 {
	font-weight: bold;
}

.recruit_box01_textbox01_text02 {
	font-size: 23px;
	color: #231815;
	line-height: 35px;
	text-align: left;
}

.recruit_ul03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 200px;
	padding: 0;
}

.recruit_ul03:last-child {
	margin: 0 auto;
}

.recruit_ul03_li {
	width: 290px;
	margin-right: 20px;
	opacity: 1;
	transition-duration: 0.35s;
}

.recruit_ul03_li:last-child {
	margin-right: 0px;
}

.recruit_ul03_li:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.recruit_ul03_li a {
	display: block;
}

.recruit_ul03_li_text01 {
	display: block;
	padding: 23px 0;
	background: #0d6072;
	border-radius: 5px;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.recruit_ul03_li_img01 {
	display: block;
	border: #000 1px solid;
}

/*recruitここまで */

/*career */

.head_career {
	position: relative;
}

.head_career_p01 {
}

.head_career_p02 {
	margin-bottom: 270px;
}

.head_career_imgbox01 {
	width: 84%;
	position: relative;
	z-index: 2;
}

.head_career_imgbox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0px 80px 80px 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	object-position: left center;
	position: relative;
	z-index: 1;
}

.head_career_imgbox01_textbox01 {
	display: block;
	width: 44%;
	background: #FFF;
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 3;
}

.head_career_p02 .head_career_imgbox01_textbox01 {
	top: 50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.head_career_imgbox01_textbox01_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	margin: 0 0 0 auto;
	padding: 10px 15px 10px 10px;
}

.head_career_imgbox01_textbox01_in_num {
	display: block;
	padding-right: 15px;
	margin-right: 15px;
	border-right: #0d6072 10px solid;
	font-family: "Oswald", sans-serif;
	font-size: 150px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
}

.head_career_imgbox01_textbox01_in_box01 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.head_career_imgbox01_textbox01_in_box01_text01 {
	display: block;
	margin-bottom: 20px;
	font-size: 25px;
}

.head_career_imgbox01_textbox01_in_box01_text02 {
	display: block;
	margin-bottom: 10px;
	font-size: 30px;
}

.head_career_imgbox01_textbox01_in_box01_text03 {
	display: block;
	font-size: 25px;
}

.head_career_imgbox01_textbox01_ico01 {
	display: block;
	position: absolute;
	top: 50%;
	left: calc(100% + 40px);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.head_career_imgbox01_textbox01_ico01_p01 {
	opacity: 1;
	transition-duration: 0.35s;
}

a:hover .head_career_imgbox01_textbox01_ico01_p01 {
	opacity: 0;
	transition-duration: 0.35s;
}

.head_career_imgbox01_textbox01_ico01_p02 {
	opacity: 0;
	transition-duration: 0.35s;
}

a:hover .head_career_imgbox01_textbox01_ico01_p02 {
	opacity: 1;
	transition-duration: 0.35s;
}

.head_career_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 21%;
	background: #0d6072;
	border-radius: 80px 0 0 80px;
	position: absolute;
	bottom: -150px;
	right: 0;
	z-index: 1;
}

.head_career_p01 .head_career_textbox01 {
	padding: 140px 0;
}

.head_career_p02 .head_career_textbox01 {
	padding: 40px 0;
}

.head_career_textbox01_text01 {
	display: block;
	margin-left: 50px;
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
}

.head_career_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 80px 0 0;
	padding: 0 40px;
	position: relative;
}

.head_career_ul01_li {
	margin-right: 30px;
	padding-right: 30px;
	border-right: #0d6072 1px solid;
}

.head_career_ul01_li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.head_career_ul01_li a {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #0d6072;
	line-height: 1;
	text-align: center;
	opacity: 1;
	transition-duration: 0.35s;
}

.head_career_ul01_li a:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.head_career_ul01_li_o a {
	opacity: 0.5;
}

.career_textbox01 {
	margin: 0 auto 150px;
}

.career_textbox01_title01 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	color: #231815;
	line-height: 45px;
	text-align: left;
}

.career_textbox01_text01 {
	margin: 0;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.career_textbox01_text01_br01 {
}

.career_ul01 {
	list-style: none;
	margin: 0 auto 150px;
	padding: 0;
}

.career_ul01_li {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 200px;
}

.career_ul01_li:nth-child(2n+1) {
	flex-flow: row-reverse wrap;
}

.career_ul01_li:nth-child(2n) {
	flex-flow: row wrap;
}

.career_ul01_li:last-child {
	margin-bottom: 0px;
}

.career_ul01_li_imgbox01 {
	width: 52%;
}

.career_ul01_li_imgbox01_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.career_ul01_li:nth-child(2n+1) .career_ul01_li_imgbox01_img {
	border-radius: 80px 0 0 80px;
}

.career_ul01_li:nth-child(2n) .career_ul01_li_imgbox01_img {
	border-radius: 0 80px 80px 0;
}

.career_ul01_li_textbox01 {
	width: 48%;
}

.career_ul01_li_textbox01_in {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	max-width: 528px;
	height: 100%;
}

.career_ul01_li:nth-child(2n+1) .career_ul01_li_textbox01_in {
	flex-flow: row-reverse wrap;
	justify-content: flex-start;
	margin: 0 0 0 auto;
	padding-left: 10px;
}

.career_ul01_li:nth-child(2n) .career_ul01_li_textbox01_in {
	flex-flow: row wrap;
	justify-content: flex-end;
	margin: 0 auto 0 0;
	padding-right: 10px;
}

.career_ul01_li_textbox01_in_title01 {
	font-size: 30px;
	font-weight: 600;
	color: #231815;
	line-height: 45px;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.career_ul01_li:nth-child(2n+1) .career_ul01_li_textbox01_in_title01 {
	margin: 0 0 0 35px;
	padding: 0 35px 0 35px;
	border-left: #0d6072 7px solid;
}

.career_ul01_li:nth-child(2n) .career_ul01_li_textbox01_in_title01 {
	margin: 0 35px 0 0;
	padding: 0 35px 0 35px;
	border-right: #0d6072 7px solid;
}

.career_ul01_li_textbox01_in_text01 {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
}

.career_ul01_li_textbox01_in_text01_span01 {
	margin: 0;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.career_button01_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.career_button01 {
	padding: 10px 13px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	transition-duration: 0.35s;
}

.career_button01:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.career_button01:after {
	content: "\f054";
	display: inline-block;
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: middle;
	transition-duration: 0.35s;
}

.career_button01_ico01 {
	display: inline-block;
	max-width: 30px;
	margin-right: 10px;
	vertical-align: middle;
	transition-duration: 0.35s;
}

/*careerここまで */

/*work */

.work_title01 {
	margin: 0 auto 40px;
	font-size: 55px;
	font-weight: bold;
	color: #231815;
	line-height: 80px;
	text-align: center;
}

.work_text01 {
	margin: 0 auto 70px;
	font-size: 20px;
	color: #231815;
	line-height: 40px;
	text-align: center;
}

.work_buttonul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 240px;
	padding: 0;
}

.work_buttonul01_last {
	margin: 100px auto 0;
}

.work_buttonul01_li {
	margin-right: 110px;
}

.work_buttonul01_li:last-child {
	margin-right: 0px;
}

.work_buttonul01_li a {
	display: block;
	padding: 13px 17px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: top;
	transition-duration: 0.35s;
}

.work_buttonul01_li_o a {
	background: #3692a7;
}

.work_buttonul01_li a:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.work_buttonul01_li a:after {
	content: "\f054";
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 20px;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: middle;
	transition-duration: 0.35s;
}

.work_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 100px;
}

.work_ul01_li {
	margin-bottom: 220px;
}

.work_ul01_li:last-child {
	margin-bottom: 0px;
}

.work_ul01_li_box01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	position: relative;
	z-index: 1;
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box01 {
	flex-flow: row wrap;
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box01 {
	flex-flow: row-reverse wrap;
}

.work_ul01_li_box01_textbox01 {
	width: 50%;
	padding: 100px 0;
}

.work_ul01_li_box01_textbox01_in {
	max-width: 660px;
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box01_textbox01_in {
	margin: 0 0 0 auto;
	padding-left: 10px;
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box01_textbox01_in {
	margin: 0 auto 0 0;
	padding-right: 10px;
}

.work_ul01_li_box01_textbox01_in_title01 {
	margin: 0 auto 40px;
	padding: 30px 20px;
	background: #0d6072;
	font-size: 45px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box01_textbox01_in_title01 {
	border-radius: 15px 0 0 15px;
	text-align: left;
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box01_textbox01_in_title01 {
	border-radius: 0 15px 15px 0;
	text-align: right;
}

.work_ul01_li_box01_textbox01_in_text01 {
	margin: 0 auto 20px;
	font-size: 30px;
	font-weight: bold;
	color: #231815;
	line-height: 50px;
	text-align: left;
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box01_textbox01_in_text01 {
	padding-right: 45px;
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box01_textbox01_in_text01 {
	padding-left: 45px;
}

.work_ul01_li_box01_textbox01_in_text02 {
	margin: 0 auto 60px;
	font-size: 17px;
	color: #231815;
	line-height: 34px;
	text-align: left;
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box01_textbox01_in_text02 {
	padding-right: 45px;
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box01_textbox01_in_text02 {
	padding-left: 45px;
}

.work_ul01_li_box01_textbox01_in_button01 {
	width: max-content;
	padding: 13px 15px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
	vertical-align: top;
	transition-duration: 0.35s;
}

.work_ul01_li_box01_textbox01_in_button01:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box01_textbox01_in_button01 {
	margin: 0 auto 0 0;
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box01_textbox01_in_button01 {
	margin: 0 0 0 auto;
}

.work_ul01_li_box01_textbox01_in_button01:after {
	content: "\f054";
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 80px;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: middle;
	transition-duration: 0.35s;
}

.work_ul01_li_box01_imgbox01 {
	width: 50%;
}

.work_ul01_li_box01_imgbox01_img01 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box01_imgbox01_img01 {
	border-radius: 60px 0 0 60px;
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box01_imgbox01_img01 {
	border-radius: 0 60px 60px 0;
}

.work_ul01_li_box02 {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	width: calc(50% - 10px);
	position: relative;
	z-index: 2;
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box02 {
	justify-content: flex-start;
	margin: 0 0 0 auto;
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box02 {
	justify-content: flex-end;
	margin: 0 auto 0 0;
}

.work_ul01_li_box02_text01 {
	display: block;
	padding-top: 100px;
	font-family: "Oswald", sans-serif;
	font-size: 120px;
	font-weight: bold;
	color: #0d6072;
	line-height: 140px;
	text-align: left;
	position: relative;
	z-index: 2;
}

.work_ul01_li_box02_text01_p01 {
	padding-left: 13%;
	/*text-indent: 1em;*/
}

.work_ul01_li_box02_img01 {
	display: block;
	position: absolute;
	top: -100px;
	z-index: 1;
}

.work_ul01_li:nth-child(2n+1) .work_ul01_li_box02_img01 {
	border-radius: 30px 0 0 30px;
	right: calc(100% - 100px);
}

.work_ul01_li:nth-child(2n) .work_ul01_li_box02_img01 {
	border-radius: 0px 30px 30px 0;
	left: calc(100% - 100px);
}

/*workここまで */

/*initiative */

.initiative_text01 {
	margin: 0 auto 120px;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	color: #231815;
	line-height: 60px;
	text-align: center;
}

.initiative_title01 {
	margin: 0 auto 35px;
	padding: 0;
	font-size: 35px;
	font-weight: bold;
	color: #0d6072;
	line-height: 50px;
	text-align: left;
}

.initiative_ul01 {
	list-style: none;
	margin: 0 auto 140px;
	padding: 0;
}

.initiative_ul01_li {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: #231815 1px solid;
}

.initiative_ul01_li:last-child {
	margin-bottom: 0px;
}

.initiative_ul01_li_text01 {
	margin: 0 auto;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.initiative_ul01_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding: 0 25px;
}

.initiative_ul01_li_box01_in {
	max-width: calc((100% - 20px) / 2);
}

.initiative_ul01_li_box01_in_title01 {
	margin: 0 auto 25px;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	text-align: center;
}

.initiative_ul01_li_box01_in_ul01 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.initiative_ul01_li_box01_in_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 15px;
}

.initiative_ul01_li_box01_in_ul01_li:last-child {
	margin-bottom: 0px;
}

.initiative_ul01_li_box01_in_ul01_li_text01 {
	display: block;
	width: 130px;
	margin-right: 10px;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
	position: relative;
}

.initiative_ul01_li_box01_in_ul01_li_text01:after {
	content: "／";
	position: absolute;
	top: 0;
	right: 0;
}

.initiative_ul01_li_box01_in_ul01_li_text02 {
	flex: 1;
	margin: 0;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.initiative_ul02 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.initiative_ul02_li {
	margin-bottom: 180px;
}

.initiative_ul02_li:last-child {
	margin-bottom: 0px;
}

.initiative_ul02_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.initiative_ul02_li_box01_t01 {
	align-items: center;
	align-content: center;
}

.initiative_ul02_li_box01_textbox01 {
	width: 65%;
	margin-right: 80px;
}

.initiative_ul02_li_box01_textbox01_text01 {
	margin: 0 auto;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.initiative_ul02_li_box01_textbox01_text02 {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #0d6072;
	line-height: 36px;
	text-align: left;
}

.initiative_ul02_li_box01_textbox01_text02 a {
	color: #0d6072;
	transition-duration: 0.35s;
}

.initiative_ul02_li_box01_textbox01_text02 a:hover {
	color: #CCC;
	transition-duration: 0.35s;
}

.initiative_ul02_li_box01_textbox01_title01 {
	margin: 80px auto 20px;
	font-size: 20px;
	font-weight: 500;
	color: #0d6072;
	line-height: 38px;
	text-align: left;
}

.initiative_ul02_li_box01_textbox01_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 40px;
}

.initiative_ul02_li_box01_textbox01_box01_textbox01 {
	flex: 1;
	padding: 20px 30px;
	border-top: #231815 1px solid;
	border-bottom: #231815 1px solid;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.initiative_ul02_li_box01_textbox01_box01_img01 {
	display: block;
	margin-left: 40px;
}

.initiative_ul02_li_box01_textbox01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.initiative_ul02_li_box01_textbox01_ul01_li {
	margin-right: 10px;
	font-size: 16px;
	line-height: 32px;
}

.initiative_ul02_li_box01_textbox01_ul01_li:last-child {
	margin-right: 0px;
}

.initiative_ul02_li_box01_textbox01_ul02 {
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
}

.initiative_ul02_li_box01_textbox01_ul02_li {
	margin-bottom: 30px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 32px;
	position: relative;
}

.initiative_ul02_li_box01_textbox01_ul02_li:last-child {
	margin-right: 0px;
}

.initiative_ul02_li_box01_textbox01_ul02_li_num {
	display: block;
	font-weight: 600;
	color: #0d6072;
	position: absolute;
	top: 0;
	left: 0;
}

.initiative_ul02_li_box01_textbox01_ul02_li_title01 {
	margin: 0 auto 5px;
	padding: 0;
	font-weight: 600;
	color: #0d6072;
	text-align: left;
}

.initiative_ul02_li_box01_textbox01_ul02_li_text01 {
	margin: 0 auto;
	text-align: left;
}

.initiative_ul02_li_box01_imgbox01 {
	flex: 1;
}

.initiative_ul02_li_box01_imgbox01_img01 {
	display: block;
	margin: 0 auto 50px;
}

.initiative_ul02_li_box01_imgbox01_img01_m01 {
	margin: 0 auto 150px;
}

.initiative_ul02_li_box01_imgbox01_img01_m02 {
	margin: 0 auto 20px;
}

.initiative_ul02_li_box01_imgbox01_img01:last-child {
	margin: 0 auto;
}

.initiative_ul02_li_box01_imgbox01_img01_sa01 {
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.3);
}

/*initiativeここまで */

/*pass */

.pass_box01 {
	max-width: 1400px;
	margin: 0 auto 180px;
	padding: 0 10px;
}

.pass_box01_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	max-width: calc(100% - 60px);
	width: max-content;
	margin: 0 auto 70px;
	padding: 0;
	border-bottom: #0d6072 7px solid;
}

.pass_box01_title01_text01 {
	display: block;
	padding-bottom: 20px;
	font-size: 40px;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.pass_box01_title01_img01 {
	display: block;
	position: relative;
	left: 38px;
}

.pass_box01_text01 {
	margin: 0 auto 40px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.pass_box01_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 1320px;
	margin: 0 auto 10px;
}

.pass_box01_textbox01_title01 {
	width: 280px;
	margin: 0 130px 0 0;
	padding: 0;
	border-bottom: #0d6072 7px solid;
	position: relative;
}

.pass_box01_textbox01_title01_text01 {
	display: block;
	padding-bottom: 10px;
	font-size: 40px;
	font-weight: bold;
	color: #231815;
	line-height: 55px;
	text-align: left;
}

.pass_box01_textbox01_title01_img01 {
	display: block;
	max-width: 115px;
	position: absolute;
	bottom: -7px;
	left: calc(100% - 27px);
}

.pass_box01_textbox01_text01 {
	flex: 1;
	margin: 0;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
	text-align: left;
}

.pass_box01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.pass_box01_ul01_li {
	width: calc(25% - 2px);
	position: relative;
}

.pass_box01_ul01_li:not(:first-child) {
	margin-left: -1px;
}

.pass_box01_ul01_li_img01 {
	display: block;
	margin: 0 40px 5px auto;
}

.pass_box01_ul01_li_box01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding: 70px 25px 40px;
	border: #0d6072 1px solid;
	border-radius: 0px 20px 0 0;
	position: relative;
}

.pass_box01_ul01_li:nth-child(2n+1) .pass_box01_ul01_li_box01 {
	background: #e0f0eb;
}

.pass_box01_ul01_li:nth-child(2n) .pass_box01_ul01_li_box01 {
	background: #bce1df;
}

.pass_box01_ul01_li:nth-child(1) .pass_box01_ul01_li_box01 {
	min-height: 500px;
}

.pass_box01_ul01_li:nth-child(2) .pass_box01_ul01_li_box01 {
	min-height: 580px;
}

.pass_box01_ul01_li:nth-child(3) .pass_box01_ul01_li_box01 {
	min-height: 660px;
}

.pass_box01_ul01_li:nth-child(4) .pass_box01_ul01_li_box01 {
	min-height: 720px;
}

.pass_box01_ul01_li_box01_title01 {
	margin: 0;
	padding: 5px 10px;
	background: #FFF;
	border: #0d6072 3px solid;
	border-radius: 0px 5px 0 0;
	font-size: 23px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.pass_box01_ul01_li_box01_textbox01 {
}

.pass_box01_ul01_li:nth-child(2) .pass_box01_ul01_li_box01_textbox01:last-child {
	margin-bottom: 20px;
}

.pass_box01_ul01_li:nth-child(3) .pass_box01_ul01_li_box01_textbox01:last-child {
	margin-bottom: 110px;
}

.pass_box01_ul01_li:nth-child(4) .pass_box01_ul01_li_box01_textbox01:last-child {
	margin-bottom: 120px;
}

.pass_box01_ul01_li_box01_textbox01_text01 {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #0d6072;
	line-height: 26px;
	text-align: left;
}

.pass_box01_ul01_li_box01_textbox01_title01 {
	margin: 0 auto 10px;
	padding: 7px;
	background: #0d6072;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.pass_box01_ul01_li_box01_textbox01_text02 {
	margin: 0 auto;
	font-size: 15px;
	color: #231815;
	line-height: 25px;
	text-align: left;
}

.pass_box01_ul01_li_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 25px 5px;
	background: #0d6072;
	position: relative;
}

.pass_box01_ul01_li:nth-child(4) .pass_box01_ul01_li_box02 {
	padding: 15px 5px;
}

.pass_box01_ul01_li_box02:not(:first-child):before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: -1px;
}

.pass_box01_ul01_li_box02_textbox01 {
	width: 72px;
	margin-right: 15px;
	padding: 12px 0;
	background: #FFF;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 500;
	color: #0d6072;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: center;
}

.pass_box01_ul01_li_box02_textbox02 {
	max-width: calc(100% - 87px);
}

.pass_box01_ul01_li_box02_textbox02_text01 {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 20px;
	text-align: left;
	vertical-align: bottom;
}

.pass_box01_ul01_li_box02_textbox02_text01_b01 {
	margin: 0 5px;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	vertical-align: bottom;
}

.pass_box01_ul01_li_box02_text01 {
	display: block;
	width: calc(100% - 1em);
	padding-left: 1em;
	margin-top: 5px;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
	text-indent: -1em;
	text-align: center;
}

.pass_box01_ul01_li_box02_textbox02 .pass_box01_ul01_li_box02_text01 {
	text-align: left;
}

.pass_box01_ul01_li_box02_textbox02+.pass_box01_ul01_li_box02_text01 br {
	display: none;
}

.pass_buttonul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.pass_buttonul01_li {
	margin-right: 40px;
}

.pass_buttonul01_li:last-child {
	margin-right: 0px;
}

.pass_buttonul01_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: calc(100% - 20px);
	padding: 10px 13px;
	background: #0d6072;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	transition-duration: 0.35s;
}

.pass_buttonul01_li a:hover {
	background: #3692a7;
	transition-duration: 0.35s;
}

.pass_buttonul01_li a:after {
	content: "\f054";
	margin-left: 10px;
	font-family:"Font Awesome 5 Free";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	vertical-align: middle;
	transition-duration: 0.35s;
}

.pass_buttonul01_li_ico01 {
	display: block;
	max-height: 38px;
	margin-right: 10px;
	vertical-align: middle;
}

/*passここまで */

/*mdec */

.mdec_text01 {
	margin: 0 auto 100px;
	font-size: 35px;
	font-weight: bold;
	color: #231815;
	line-height: 55px;
}

.mdec_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 auto 100px;
}

.mdec_box01_img01 {
	display: block;
	max-width: 28%;
	margin-right: 30px;
}

.mdec_box01_textbox01 {
	flex: 1;
}

.mdec_box01_textbox01_text01 {
	margin: 0;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.mdec_title01 {
	margin: 0 auto 35px;
	padding: 0;
}

.mdec_title01_text01 {
	display: block;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.mdec_title01_text02 {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #231815;
	line-height: 28px;
	text-align: left;
}

.mdec_ul01 {
	list-style: none;
	margin: 0 auto 130px;
	padding: 0;
}

.mdec_ul01_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 20px;
}

.mdec_ul01_li:last-child {
	margin-bottom: 0px;
}

.mdec_ul01_li_text01 {
	display: block;
	width: 280px;
	margin-right: 10px;
	font-size: 20px;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.mdec_ul01_li_text02 {
	flex: 1;
	display: block;
	width: 280px;
	font-size: 20px;
	color: #231815;
	line-height: 40px;
	text-align: left;
}

.mdec_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.mdec_ul02_li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: calc((100% - 100px) / 2);
	margin-bottom: 110px;
	margin-right: 100px;
}

.mdec_ul02_li:nth-child(2n) {
	margin-right: 0px;
}

.mdec_ul02_li_img01 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.mdec_ul02_li_box01 {
	width: 240px;
	margin-right: 20px;
}

.mdec_ul02_li_box01_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	height: 140px;
	margin: 0;
	padding: 0 15px;
	background: #0d6072;
	border-radius: 20px 0 0 20px;
	opacity: 1;
	transition-duration: 0.35s;
}

a:hover .mdec_ul02_li_box01_textbox01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.mdec_ul02_li_box01_textbox01_text01 {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 28px;
	text-align: left;
}

.mdec_ul02_li_box01_textbox01_text02 {
	display: block;
	font-size: 23px;
	font-weight: 500;
	color: #FFF;
	line-height: 33px;
	text-align: left;
}

.mdec_ul02_li_box01_text01 {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #231815;
	line-height: 1;
	text-align: left;
	transition-duration: 0.35s;
}

.mdec_ul02_li_box01_text01:hover {
	color: #CCC;
	transition-duration: 0.35s;
}

.mdec_ul02_li_box02 {
	flex: 1;
}

.mdec_ul02_li_box02_text01 {
	margin: 0;
	font-size: 16px;
	color: #231815;
	line-height: 30px;
	text-align: left;
}

/*mdecここまで */

/*archive */

.archive_title01 {
	margin: 0 auto 70px;
	padding: 0;
}

.archive_title01_text01 {
	display: block;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	text-align: center;
}

.archive_title01_text02 {
	display: block;
	font-size: 55px;
	font-weight: bold;
	color: #231815;
	line-height: 1;
	text-align: center;
}

.archive_catul01_wrap {
	margin-bottom: 50px;
}

.archive_catul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 40px;
	padding: 0;
}

.archive_catul01:last-child {
	margin: 0 auto;
}

.archive_catul01_li {
	margin-right: 40px;
}

.archive_catul01_li:last-child {
	margin-right: 0px;
}

.archive_catul01_li a {
	display: block;
	min-width: 50px;
	padding: 20px 20px;
	background: #FFF;
	border: #0d6072 2px solid;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #0d6072;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.archive_catul01_li_o a {
	background: #0d6072;
	color: #FFF;
}

.archive_catul01_li a:hover {
	background: #0d6072;
	color: #FFF;
	transition-duration: 0.35s;
}

.archive_box01 {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 10px;
}

.archive_box01_title01 {
	margin: 0 auto 70px;
	padding: 10px 10px;
	background: #0d6072;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.archive_box01_ul01 {
	list-style: none;
	margin: 0 auto 130px;
	padding: 0;
}

.archive_box01_ul01_li {
	margin-bottom: 100px;
}

.archive_box01_ul01_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 25px;
}

.archive_box01_ul01_li_box01_left {
}

.archive_box01_ul01_li_box01_left_w01 {
	width: 313px;
}

.archive_box01_ul01_li_box01_left_w02 {
	width: 423px;
}

.archive_box01_ul01_li_box01_left_box01 {
	padding: 20px 25px;
	background: #0d6072;
	border-radius: 20px 0 0 20px;
}

.archive_box01_ul01_li_box01_left_box01_text01 {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	text-align: left;
}

.archive_box01_ul01_li_box01_left_box01_text02 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 26px;
	text-align: left;
}

.archive_box01_ul01_li_box01_left_box02 {
	padding: 20px 0 0 25px;
}

.archive_box01_ul01_li_box01_left_box02_text01 {
	display: block;
	padding-bottom: 20px;
	border-bottom: #0d6072 1px solid;
	font-size: 18px;
	font-weight: 500;
	color: #0d6072;
	line-height: 26px;
	text-align: left;
}

.archive_box01_ul01_li_box01_right {
	flex: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
}

.archive_box01_ul01_li_box01_right_img01 {
	display: block;
	width: 100%;
}

.archive_box01_ul01_li_box01_right_img02 {
	display: block;
	width: calc((100% - 25px) / 2);
	margin-top: 25px;
}

.archive_box01_ul01_li_box01_right_imgbox01 {
	max-height: calc(100% - 110px);
	width: 398px;
	position: absolute;
	bottom: 0;
	right: calc(100% + 25px);
}

.archive_box01_ul01_li_box01_right_imgbox01_img01 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.archive_box01_ul01_li_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
}

.archive_box01_ul01_li_box02_img01 {
	display: block;
	width: calc((100% - 50px) / 3);
}

.archive_box01_ul01_li_box02_imgbox01 {
	width: calc((100% - 25px) / 2);
	margin-bottom: 25px;
	position: relative;
}

.archive_box01_ul01_li_box02_imgbox01_textbox01 {
	position: absolute;
	bottom: calc(100% + 25px);
	left: 0;
}

.archive_box01_ul01_li_box02_imgbox01_textbox01_text01 {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.archive_box01_ul01_li_box02_imgbox01_textbox01_text02 {
	display: block;
	font-size: 23px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	text-align: left;
}

.archive_box01_ul01_li_box02_imgbox01_text01 {
	margin: 0;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.archive_box01_ul01_li_box02_imgbox01_img01 {
	display: block;
	width: 100%;
}

.archive_box01_ul02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0 auto 60px;
	padding: 0;
}

.archive_box01_ul02_li {
	margin-bottom: 15px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: #0d6072 1px solid;
}

.archive_box01_ul02_li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.archive_box01_ul02_li a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #0d6072;
	line-height: 1;
	text-align: center;
	transition-duration: 0.35s;
}

.archive_box01_ul02_li_o a {
	color: #3692a7;
}

.archive_box01_ul02_li a:hover {
	color: #3692a7;
	transition-duration: 0.35s;
}

/*archiveここまで */

.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);
}

/*privacy */

.privacy_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.privacy_box {
	margin: 0 auto 40px;
}

.privacy_title {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: #111 1px solid;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.privacy_text01 {
	font-size: 16px;
	color: #111;
	line-height: 32px;
	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: 20px auto;
	padding: 0 0 0 20px;
}

.privacy_text01_ul01_li {
	padding-left: 1.8em;
	text-align: left;
	text-indent: -1.8em;
}

.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_text01_table01 {
	border-collapse: collapse;
	width: 100%;
}

.privacy_text01_table01_td01 {
	padding: 10px 10px;
	border: #DDD 1px solid;
	text-align: left;
}

th.privacy_text01_table01_td01 {
	width: 150px;
	font-weight: 500;
}

/*privacyここまで */

/*inquiry */

.inquiry_text02 {
	margin: 0 auto 40px;
	font-size: 16px;
	color: #231815;
	line-height: 32px;
	text-align: center;
}

.inquiry_textbox01 {
	max-width: 768px;
	margin: 0 auto 60px;
	font-size: 18px;
	color: #231815;
	line-height: 36px;
}

.inquiry_textbox01_text01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.inquiry_img01 {
	display: block;
	margin: 0 auto;
}

.inquiry_flow_ul {
	list-style:none;
	margin:0 auto 40px;
	padding:0;
	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:#0d6072;
	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: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 768px;
	margin: 0 auto 20px;
	position: relative;
}

.inquiry_box_long {
	font-size:0;
	text-align:center;
}

.inquiry_box_left {
	width: 190px;
	margin-top: 10px;
	margin-right:20px;
	font-size: 16px;
	color:#000;
	line-height: 30px;
	text-align:left;
	vertical-align:top;
	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;
	font-size:16px;
	color:#F00;
	line-height:30px;
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.inquiry_box_right_big {
	flex: 1;
	font-size:0;
	text-align:left;
	vertical-align:top;
}

.inquiry_box_right {
	box-sizing:content-box;
	display:inline-block;
	width:calc(100% - 22.5px);
	min-height:30px;
	padding: 10px 10px;
	background: rgba(255,255,255,1);
	border: #EFEFEF 1px solid;
	border-radius: 5px;
	font-size:15px;
	color:#000;
	line-height:30px;
	text-align:left;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.1);
	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 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	position: relative;
}

.inquiry_box_off>*:not(:last-child) {
	margin-right: 15px;
}

.inquiry_box_decide {
	display: block;
	max-width: calc(100% - 20px);
	width: max-content;
	/*margin:0 auto 20px;*/
	padding: 15px 25px 15px 25px;
	background:#0d6072;
	border:#0d6072 2px solid;
	border-radius: 5px;
	font-size:0;
	text-align:center;
	vertical-align: top;
	position:relative;
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.3);
	transition-duration: 0.35s;
}

.inquiry_box_decide:hover {
	background:#FFF;
	box-shadow: 0px 0px 30px -10px rgba(41,136,188,0.3);
	transition-duration: 0.35s;
}

.inquiry_box_decide:before {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.inquiry_box_decide:hover:before {
	color:#0d6072;
	transition-duration: 0.35s;
}

.inquiry_box_decide_span {
	display:block;
	margin-right: 10px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:16px;
	text-align:center;
}

.inquiry_box_decide:hover .inquiry_box_decide_span {
	color:#0d6072;
	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ここまで */

/*wp */

.wp_big {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding-top: 40px;
}

.wp_content {
	margin-bottom: 60px;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	text-align: left;
}

.wp_content p>a {
	color: #001DFF;
	text-decoration: underline;
}

.wp_left {
	width: 100%;
}

.wp_left_ul {
	list-style: none;
	margin: 0 auto 50px;
	padding: 0;
}

.wp_left_ul_li {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: #0d6072 1px dashed;
	transition-duration: 0.35s;
}

.wp_left_ul_li:last-child {
	margin-bottom: 0px;
}

.wp_left_ul_li a {
	display:block;
}

.wp_left_ul_li_imgbox {
	width: 100px;
	height: 40px;
	margin-right: 20px;
	position: relative;
}

.wp_left_ul_li_o .wp_left_ul_li_imgbox {
}

.wp_left_ul_li_imgbox_img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-duration: 0.35s;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.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: center;
	align-content: center;
}

.wp_left_ul_li_date {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: left;
}

.wp_left_ul_li_title {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 500;
	color: #231815;
	line-height: 26px;
	text-align: left;
	transition-duration: 0.35s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.wp_left_ul_li:hover .wp_left_ul_li_title {
	color: #0d6072;
	transition-duration: 0.35s;
}

.wp_left_ul_li_cate {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_left_ul_li_more {
	width: 36px;
	height: 36px;
	margin-left: 20px;
	background: #FFF;
	border: #0d6072 2px solid;
	border-radius: 50%;
	position: relative;
	transition-duration: 0.35s;
}

.wp_left_ul_li_more:before {
	content: "\f054";
	font-family:"Font Awesome 5 Free";
	font-size: 23px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: calc(50% + 1px);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_more {
	background: #0d6072;
	transition-duration: 0.35s;
}

.wp_left_ul_li:hover .wp_left_ul_li_more:before {
	color: #FFF;
}

.wp_left_ul_li_detail {
	display: none;
	margin: 0 auto 5px;
	font-size:14px;
	color:#111;
	line-height:23px;
	text-align:left;
}

.wp_left_single {
	margin: 0 auto;
	text-align: left;
}

.wp_left_single_date {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: #0d6072 1px solid;
	font-size: 16px;
	font-weight: 600;
	color: #231815;
	line-height: 1;
	text-align: left;
}

.wp_left_single_thumbmail {
	display: block;
	margin: 0 auto 40px;
}

.wp_left_single_title {
	margin: 0 auto 40px;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	color: #231815;
	line-height: 32px;
	text-align: left;
}

.wp_left_single_cate {
	display:inline-block;
	margin-bottom:10px;
	margin-right:20px;
	padding: 7px 15px;
	background: #ED8C72;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}

.wp_right {
	width: 245px;
}

.wp_right_title {
	margin: 0 auto 10px;
	text-align: left;
}

.wp_right_title_ico {
	margin-right: 8px;
}

.wp_right_title_span01 {
	flex: 1;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: bold;
	color: #8B8B8B;
	line-height: 25px;
	text-align: left;
}

.wp_right_ul {
	list-style: none;
	margin: 0 auto 60px;
	padding: 10px 0 0;
	position: relative;
}

.wp_right_ul:last-child {
	margin: 0 auto;
}

.wp_right_ul:before {
	content: "";
	width: 2px;
	height: calc(100% - 13px);
	background: #B5B5B5;
	position: absolute;
	top: 0;
	left: 5px;
}

.wp_right_ul_li {
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative;
}

.wp_right_ul .wp_right_ul_li:last-child {
	margin-bottom:0px;
}

.wp_right_ul_li:before {
	content:"";
	width: 12px;
	height: 2px;
	background: #B5B5B5;
	position: absolute;
	top: 9px;
	left: 5px;
	transition-duration:0.35s;
}

.wp_right_ul_li:after {
	content:"";
	width: 0%;
	height: 1px;
	background: #ED8C72;
	position: absolute;
	bottom: 0;
	left: 26px;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li:hover:after {
	width: calc(100% - 26px);
	opacity: 1;
	transition-duration:0.35s;
}

.wp_right_ul_li_span {
	display:block;
	padding-bottom: 5px;
	font-size:17px;
	color:#111;
	line-height:17px;
	text-align:left;
	position: relative;
}

.wp_right_ul_li_span:after {
	content:"";
	width: 0;
	height: 1px;
	border-bottom: ED8C72 1px dashed;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition-duration:0.35s;
}

.wp_right_ul_li a {
	color:#111;
	transition-duration:0.35s;
}

.wp_right_ul_li_o {
	color:#ED8C72;
	transition-duration:0.35s;
}

.wp_right_ul_li_o .wp_right_ul_li_span {
	color:#ED8C72;
	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:#ED8C72;
	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 0 40px 0;
	padding: 0;
	text-align: center;
}

.wp_pagenation_ul_li {
	display: inline-block;
	margin: 0 6px 10px;
	background: #0d6072;
	border: #0d6072 2px solid;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}

.wp_pagenation_ul_li a {
	display: block;
	width: 30px;
	color: #FFF;
}

.wp_pagenation_ul_li span {
	display: block;
	width: 30px;
	color: #0d6072;
}

.wp_pagenation_ul_li_o {
	background: #FFF;
	color: #0d6072;
}

.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: #111;
	line-height: 30px;
}

.wp_pagenation_ul_li_nb a {
	color: #111;
}

.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: 15px 0;
	border-top: #0d6072 1px solid;
	border-bottom: #0d6072 1px solid;
	text-align: center;
}

.prev_next_ul_li {
	position: relative;
	transition-duration: 0.35s;
}

.prev_next_ul_li:hover {
	transition-duration: 0.35s;
}

.prev_next_ul_li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 16px;
	color: #000;
	line-height: 1;
	text-align: center;
	transition-duration:0.35s;
}

.prev_next_ul_li:hover a {
	color: #0d6072;
	transition-duration:0.35s;
}

.prev_next_ul_li_more {
	width: 36px;
	height: 36px;
	background: #FFF;
	border: #0d6072 2px solid;
	border-radius: 50%;
	position: relative;
	transition-duration: 0.35s;
}

.prev_next_ul_li_before .prev_next_ul_li_more {
	margin-right: 20px;
}

.prev_next_ul_li_after .prev_next_ul_li_more {
	margin-left: 20px;
}

.prev_next_ul_li_more:before {
	font-family:"Font Awesome 5 Free";
	font-size: 23px;
	font-weight: bold;
	color: #0d6072;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.35s;
}

.prev_next_ul_li_before .prev_next_ul_li_more:before {
	content: "\f053";
	left: calc(50% - 1px);
}

.prev_next_ul_li_after .prev_next_ul_li_more:before {
	content: "\f054";
	left: calc(50% + 1px);
}

.prev_next_ul_li:hover .prev_next_ul_li_more {
	background: #0d6072;
	transition-duration: 0.35s;
}

.prev_next_ul_li:hover .prev_next_ul_li_more:before {
	color: #FFF;
}

.prev_next_ul_li_m {
	width: max-content;
	margin: 0 auto;
	padding: 13px 17px;
	background: #0d6072;
	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: #3692a7;
	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;
}

/*.prev_next_ul_li_m a {
	width:210px;
}*/

/*wpここまで */

/* ここまで1024px以上の幅の場合に適応される */
