@charset "UTF-8";/* CSS Document *//*タブ切り替え*/.tab_wrap {	width: 90%;	margin: 80px auto;}input[type="radio"] {	display: none;}.tab_area {	font-size: 0;	margin :0 10px;}.tab_area label {	width: 30%;	margin: 0 10px;	padding: 10px 0;	color: #FFF;	background-color: #002c1c;	text-align: center;	font-size: 30px;	border-radius: 10px;	cursor: pointer;	transition: ease 0.2s opacity;	display: inline-block;	border-bottom: 5px solid #002c1c;}.triangle-white {	width: 0;	height: 0;	border-left: 15px solid transparent;	border-right: 15px solid transparent;	border-top: 15px solid;	display: block;	margin-left: auto;	margin-right: auto;	margin-top: 10px;}.panel_area {	background: #fff;}.tab_panel {	width: 100%;	padding: 80px 0;	display: none;}.tab_panel p {	font-size: 14px;	letter-spacing: 1px;	text-align: center;}.under-line {	width: 50%;	border-bottom: 3px #8e0000 solid;}.arrow-left {	width: 50px;	height: 50px;	border: 25px solid;	border-color:  transparent transparent #ff9133 #002c1c;	transform: rotate(45deg);	margin: 0 auto 0 0;	margin-left: 150px;	margin-bottom: -107px;}.arrow-right {	width: 50px;	height: 50px;	border: 25px solid;	border-color: #ff9133 #002c1c transparent transparent;	transform: rotate(45deg);	margin: 0 0 0 auto;	margin-right: 150px;	margin-top: -127px;}.number {	width: 90px;	height: 90px;	margin: 0 auto 0 0;	margin-bottom: -60px;	font-size: 60px;	text-align: center;	color: #FFF;	background-color: #F30;	border: #FFF 5px solid;	border-radius: 50px;	position: relative;	z-index: 1000;}.block1 {	width: 90%;	height: 220px;	background-color: #ff9133;	border: 7px #ff9133 solid;	border-radius: 15px;	color: #FFF;}.block1 img {	border-radius: 12px 0 0 12px;	float: left;}.block1 h1 {	margin: 20px;	padding-bottom: 13px;	font-size: 50px;	border-bottom: 1px #FFF solid;}.block1 p {	margin-right: 20px;	font-size: 25px;}.block2 {	width: 90%;	height: 220px;	background-color: #ff9133;	border: 7px #ff9133 solid;	border-radius: 15px;	color: #FFF;}.block2 img {	border-radius: 12px 0 0 12px;	float: left;}.block2 h1 {	margin: 20px;	padding-bottom: 18px;	font-size: 28px;	line-height: 35px;	border-bottom: 1px #FFF solid;}.block2 p {	margin-right: 20px;	font-size: 25px;}.block3 {	width: 80%;	height: 440px;	background-color: #ff9133;	border: 10px #ff9133 solid;	border-radius: 15px;	color: #FFF;	text-align: center;}.block3 img {	border-radius: 12px 12px 0 0;}.block3 h1 {	margin: 20px;	padding-bottom: 20px;	font-size: 35px;	line-height: 45px;	border-bottom: 1px #FFF solid;}.block3 p {	font-size: 30px;}.block4 {	width: 80%;	height: 440px;	background-color: #ff9133;	border: 10px #ff9133 solid;	border-radius: 15px;	color: #FFF;	text-align: center;}.block4 img {	border-radius: 12px 12px 0 0;}.block4 h1 {	margin: 27px 20px 20px 20px;	padding-bottom: 20px;	font-size: 35px;	line-height: 45px;	border-bottom: 1px #FFF solid;}.block4 p {	font-size: 30px;}.block5 {	width: 90%;	height: 220px;	margin-bottom: -50px;	background-color: #ff9133;	border: 7px #ff9133 solid;	border-radius: 15px;	color: #FFF;}.block5 img {	border-radius: 12px 0 0 12px;	float: left;}.block5 h1 {	margin: 70px 20px 20px 20px;	font-size: 50px;}.font {	color: #3d0000;	font-weight: bold;	font-size: 35px;}.center-line {	width: 1%;	height: 1150px;	margin: auto;	border-left: 3px #000 dashed;}.triangle1 {	width: 0;	height: 0;	color: #002c1c;	border-left: 40px solid transparent;	border-right: 40px solid transparent;	border-top: 40px solid;	display: block;	margin-left: auto;	margin-right: auto;}.triangle2 {	width: 0;	height: 0;	color: #002c1c;	border-left: 80px solid transparent;	border-right: 80px solid transparent;	border-top: 80px solid;	display: block;	margin-left: auto;	margin-right: auto;	position: relative;	z-index: 100;}.triangle3 {	width: 0;	height: 0;	color: #FFF;	border-left: 80px solid transparent;	border-right: 80px solid transparent;	border-top: 80px solid;	display: block;	margin-left: auto;	margin-right: auto;	margin-top: -72px;	position: relative;	z-index: 90;}.triangle4 {	width: 0;	height: 0;	color: #0c7961;	border-left: 80px solid transparent;	border-right: 80px solid transparent;	border-top: 80px solid;	display: block;	margin-left: auto;	margin-right: auto;	margin-top: -40px;} #tab1:checked ~ .tab_area .tab1_label { margin-top: 3px; color: #FFF; background: #0c7961; border-bottom: 5px solid #002c1c;}#tab1:checked ~ .panel_area #panel1 { display: block;}#tab2:checked ~ .tab_area .tab2_label { margin-top: 3px; color: #FFF; background: #0c7961; border-bottom: 5px solid #002c1c;}#tab2:checked ~ .panel_area #panel2 { display: block;}#tab3:checked ~ .tab_area .tab3_label { margin-top: 3px; color: #FFF; background: #0c7961; border-bottom: 5px solid #002c1c;}#tab3:checked ~ .panel_area #panel3 { display: block;}.in {	text-align: center;}/*タブ切り替え*//*スライドショー*/.midashi {	width: 50%;	margin: 0 auto 0 0;	padding: 20px;	color: #FFF;	background-color: #002c1c;}.under-line {	width: 90%;	margin-top: -20px;	border-bottom: 3px #FFF solid;}.cell1 p{	margin-top: -80px;	padding: 5px 40px 5px 15px;	color: #002c1c;	background: rgba(255,255,255,0.7);	font-size: 28px;	position: absolute;}.cell2 p{	font-size: 17px;}.swiper-parent {	width: 100%;	position: relative;}/* Swiper本体 */.swiper-container {	width: calc(100% - 100px);	/* ☆前・次ページボタンの幅をそれぞれ50pxとして、その分を引く */	height: 960px;	box-sizing: content-box;}/* 全スライド共通スタイル */.swiper-slide {	width: 100%;	color: #000;	background-color: #FC9;	text-align: left;	border-radius: 15px;}.swiper-slide table {	margin: auto;	padding: 30px 0;}.swiper-slide table td {	padding: 10px;}.text {	height: 460px;	margin: auto;	padding: 15px;	font-size: 16px;	line-height: 20px;	background-color: #FFF;/*	writing-mode: vertical-rl;*/	border-radius: 10px;}.text h2 {	line-height: 35px;}/*.line {	height: 500px;	padding: 10 0px 0 0;	border-right: 3px #000 solid;}*/hr { height: 3px; background-color: #7b5544; width: 60%; border: none;	margin: 10px;}/*スライドショー*//*アコーディオンメニュー*/.dropdown1 {	width: 100%;	color: #3d0000;	background-color: #e6e6e6;	font-size: 25px;	line-height: 60px;	object-fit: cover;}.accordion_img1 {	width: 100%;	background-image: url(../images/basashi_box.gif);	background-repeat: no-repeat;	background-position: right bottom;	background-size: 50%;}.btn-more1 {	display: block;	width: 100%;	height: 60px;	line-height: 50px;	background: #e6e6e6;	cursor: pointer;}.btn-more1.close {	background-color: #e6e6e6;}.btn-more1 span {	color: #FFF;	position: relative;	padding-left: 30px;}.btn-more1 ::before {	content: "";	position: absolute;	top: 50%;	left: 0;	width: 30px;	height: 30px;	border-right: 3px solid #000;	border-bottom: 3px solid #000;	transform: rotate(45deg);	transition: 0.3s;	margin-top: -18px;}.btn-more1.close ::before {	content: "";	position: absolute;	top: 50%;	left: 0;	width: 30px;	height: 30px;	border-right: 3px solid #000;	border-bottom: 3px solid #000;	transform: rotate(225deg);	transition: 0.3s;	margin-top: -3px;}.accordion2 p{	 padding: 15px;	color: #FFF;	background-color:  #000;	font-size: 50px;}.dropdown2 {	width: 100%;	color: #3d0000;	background-color: #e6e6e6;	font-size: 27px;	line-height: 60px;	object-fit: cover;}.btn-more2 {	display: block;	width: 100%;	height: 60px;	line-height: 50px;	background: #e6e6e6;	cursor: pointer;}.btn-more2.close {	background-color: #e6e6e6;}.btn-more2 span {	color: #FFF;	position: relative;	padding-left: 30px;}.btn-more2 ::before {	content: "";	position: absolute;	top: 50%;	left: 0;	width: 30px;	height: 30px;	border-right: 3px solid #000;	border-bottom: 3px solid #000;	transform: rotate(45deg);	transition: 0.3s;	margin-top: -18px;}.btn-more2.close ::before {	content: "";	position: absolute;	top: 50%;	left: 0;	width: 30px;	height: 30px;	border-right: 3px solid #000;	border-bottom: 3px solid #000;	transform: rotate(225deg);	transition: 0.3s;	margin-top: -3px;}/*アコーディオンメニュー*/.sub1 img{	height: 300px;	object-fit: cover;	object-position: 50% 30%;}.sub1 p{	padding: 30px 0;	font-size: 45px;	color: #FFF;	background-color:  #000;}.sub1{	font-size: 25px;	line-height: 40px;	background-color: #e6e6e6;}.sub_content{	width: 100%;	font-size: 22px;	line-height: 38px;	display: flex;}.sub_content p{	margin: 0 0 20px 0;	padding: 15px 0;	font-size: 45px;	background-color: #FFF;}.sub_content img{	height: 200px;	object-fit: cover;	object-position: 50% 15%;}.sub2{;	width: 45%;	height: 600px;	margin: auto;	padding: 15px;	background-color: #e6e6e6;	text-align: left;}.sub3{	width: 45%;	height: 600px;	margin: auto;	padding: 15px;	background-color: #e6e6e6;	text-align: left;}.company {	color: #330000;	font-size: 23px;	font-weight: bold;}.company td {	padding: 25px 10px;}.green {	color: #FFF;	background-color: #002c1c;}.table {	border-bottom: 3px solid #FFF;}.border {	border-left: 1px solid #FFF;}.clear {	clear: both;}section {  margin: 0 auto;}a.btn {  display: flex;  justify-content: center;  align-items: center;  width: 100%;  height: 70px;  background-color: #0c7961;  box-sizing: border-box;  color: #fff;  font-size: 20px;  letter-spacing: 0.1em;  line-height: 2.0;  text-decoration: none;  transition-duration: 0.3s;  position: relative;}a.btn:before {  content: "";  position: absolute;  top: 0;  left: 0;  width: 0;  height: 0;  border-style: solid;  border-width: 30px 40px 0 0;  border-color: #ffffff transparent transparent transparent;}a.btn:after {  content: "";  position: absolute;  top: -6px;  left: 5px;  width: 0;  height: 0;  border-style: solid;  border-width: 0 0 40px 30px;  border-color: transparent transparent #efefef transparent;  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);  transform: rotate(16deg);}a.btn:hover {  background-color: #ff9133;}a.btn span {  position: relative;  padding-left: 16px;  letter-spacing: 0.05em;}a.btn span:before {  content: '';  width: 6px;  height: 6px;  border: 0;  border-top: solid 2px #fff;  border-right: solid 2px #fff;  transform: rotate(45deg);  position: absolute;  top: 50%;  left: 0;  margin-top: -4px;}