html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
	width: 100%;
}
textarea {
	vertical-align: top;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none;
  backface-visibility: hidden;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  line-height: 1.6;
}

body {
  position: relative;
  color: #222;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
	background:url("../img/pc_bg.png") center no-repeat;
	background-size: cover;
}
/*.container {
  min-height: 100vh;
  min-height: 100dvh;
  opacity: 0;
  pointer-events: none;
}

.loaded .container {
  opacity: 1;
  transition: opacity 1s;
  pointer-events: auto;
}*/
.inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}

a:hover {
  opacity: 0.5;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
	width: 100%;
	display: block;
  vertical-align: bottom; 
}
video {
	display: block;
	width: 100%;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
@media only screen and (max-width: 768px) {
html, body {
  overflow-x: hidden;
}
.inner {
  position: relative;
	width:  100%;
  max-width: 100%;
  margin: 0 auto;
	box-sizing: border-box;
}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
img {
  width: 100%;
}
}


/*--------------------------------------
　header
---------------------------------------*/
header{
	width: 100%;
	background: #fff;
}
.header__inner{
	width: 900px;
	box-sizing: border-box;
	z-index: 999;
	margin: auto;
	position: relative;
	padding: 15px;
	height: 80px;
}
header .logo  {
	width: 280px;
	box-sizing: border-box;
}
header .logo img {
	width: 100%;
	display: block;
	margin: 0!important;
	padding: 0!important;
}

@media screen and (max-width: 768px) {
header{
	width: 100%;
	background: #fff;
	height: 52px;
}
.header__inner{
	padding: 10px;
	height:  auto !important;
}
header .logo  {
	width: 180px;
	box-sizing: border-box;
	height: auto !important;
}
header .logo img {
	width: inherit;
	display: block;
	margin: 0!important;
	padding: 0!important;
	height: auto !important;
}

}
/*--------------------------------------
　mv
---------------------------------------*/
.fv {
	background:url("../img/mv_bg.png") center no-repeat;
	background-size: cover;
}
.fv .fv__inner { 
	width: 900px;
	margin: auto;
	position: relative;
	padding: 40px 0 140px;
	}
.fv .fv__txt { 
	width: 80%;
	margin: auto;
	}
.fv .fv__badge { 
	width: 200px;
	position: absolute;
	right: -100px;
	bottom: 40px;
}
@media screen and (max-width: 768px) {
.fv {
	background:url("../img/mv_bg.png") center no-repeat;
	background-size: cover;
}
.fv .fv__inner { 
	width: 100%;
	padding:0;
	}
.fv .fv__txt { 
	display: none;
	}
.fv .fv__badge { 
	display: none;
	right: auto;
}
}
/*--------------------------------------
　cta
---------------------------------------*/
.cta {
	background:#f2e9d3;
	width: 900px;
	margin: 0 auto;
}
.cta .inner {
	display: flex;
	justify-content: space-between;
	padding: 40px 40px;
}
.cta .inner a {
	width: 49%;
}
@media screen and (max-width: 768px) {
.cta {
	width: 100%;
}
.cta .inner {
	padding: 20px;
	display: block;
}
.cta .inner a {
	width: 100%;
	display: block;
}
.cta .inner a:first-child {
   margin-bottom:12px;
}
}
/*--------------------------------------
　sec01
---------------------------------------*/
.bg_01 {
	background:url("../img/bg_01.png") center bottom no-repeat;
	background-size: 100% auto;
	padding:10px 40px 0;
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto;
}
.bg_02 {
	background:#fff;
	padding:40px;
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto;
}

.ttl {
	width: 80%;
	margin:80px auto 0;
}
.sec01 .accordion {
	background:rgba(0,56,92,0.80);
	margin: 40px 0 0;
	border:4px solid #fff;
	border-radius: 10px;
}
.sec01 .accordion:nth-child(3) {
	background:rgba(115,0,0,0.80);
}
.sec01 .accordion:nth-child(4) {
	background:rgba(0,56,0,0.80);
}
.sec01 .accordion-header {
    transition: background .3s ease;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	font-size: 15px;
}

.sec01 .accordion-header::after{
	position:absolute;
	content: "";
	display: block;
	background:url("../img/sec01_arrow.png") center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	right: 30px;
	top: calc( 50% - 10px );
}
.sec01 .accordion-header.active::after{transform:rotate(180deg);}

.sec01 .accordion-content {
  padding:0 40px 40px;
	display: none;
}
/* hover */
.sec01 .accordion-header:hover {
	opacity: 0.9;
}
@media screen and (max-width: 768px) {
.bg_01 {
	background:url("../img/sp_bg_01.png") center bottom no-repeat;
	background-size: 100% auto;
	padding:10px 20px 0;
	width: 100%;
	margin: 0 auto;
}
.bg_02 {
	padding:20px;
	width: 100%;
	margin: 0 auto;
}

.ttl {
	width: 100%;
	margin:40px auto 0;
}
.sec01 .accordion {
	margin: 20px 0 0;
	border:2px solid #fff;
	border-radius: 10px;
}

.sec01 .accordion-header::after{
	width: 16px;
	height: 16px;
	right: 20px;
	top: calc( 50% - 8px );
}
.sec01 .accordion-content {
  padding:0 20px 20px;
	display: none;
}
/* hover */
.sec01 .accordion-header:hover {
	opacity: 0.9;
}
}
/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 .txt_01  {
	width: 80%;
	margin: 0 auto;
}
.sec02 ul li  {
	margin-top: 60px;
	position: relative;
}
.sec02 ul li:not(:last-child):after  {
	position: absolute;
	display: block;
	content:"";
	background:url("../img/arrow.png") center no-repeat;
	background-size: cover;
	width:108px;
	height: 66px;
	top: calc(100% + 20px);
	left: 50%;
	transform: translate(-50%,0);
}
.sec02 .txt_02  {
	padding: 40px 0 280px;
}
@media screen and (max-width: 768px) {
	.sec02 .txt_01  {
	width: 80%;
	margin: 0 auto;
}
.sec02 ul li  {
	margin-top: 60px;
	position: relative;
}
.sec02 ul li:not(:last-child):after  {
	position: absolute;
	display: block;
	content:"";
	background:url("../img/arrow.png") center no-repeat;
	background-size: cover;
	width: 54px;
	height: 33px;
	top: calc(100% + 20px);
	left: 50%;
	transform: translate(-50%,0);
}
.sec02 .txt_02  {
	padding:20px 0 220px;
}
}
/*==================================================
  スライダー
==================================================*/
.slider_01 .slick-slide  {
	padding: 0 20px;
}
.slider_01 .slick-slide .sp-only,.slider_02 .slick-slide .sp-only  {
	display: none!important;
}
.slider_01 .slick-list,.slider_02 .slick-list,
.slider_01 .slick-track,.slider_02 .slick-track {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0; /* 行間消し用 */
}
.slider_01 .slide-arrow,.slider_02 .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
	z-index: 999;
	background: none;
	border: none
}
.slider_01 .prev-arrow,.slider_02 .prev-arrow {
	vertical-align: middle;
	background: url("../img/arrow_left.png") center top no-repeat;
	background-size:contain;
	width: 26px;
	height: 26px;
	left:6px;
}
.slider_01 .next-arrow,.slider_02 .next-arrow {
  vertical-align: middle;
	background: url("../img/arrow_right.png") center top no-repeat;
	background-size:cover;
	width: 26px;
	height: 26px;
	right:6px;
}
.slider_02 .prev-arrow {
	background: url("../img/arrow_left_2.png") center top no-repeat;
	background-size:contain;
}
.slider_02 .next-arrow {
	background: url("../img/arrow_right_2.png") center top no-repeat;
	background-size:cover;
}
.slide-dots {
    display: flex;
    justify-content: center;
	margin-top: 10px;
}

.slide-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #d1d1d1;
    border-radius: 50%;
    cursor: pointer;
}

.slide-dots li:hover,
.slide-dots li.slick-active {
    background: #000000;
}
.slide-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
.slider_01 .slick-slide  {
	padding: 0 10px;
	box-sizing: border-box;
}
.slider_01 .slick-slide .sp-only,.slider_02 .slick-slide .sp-only  {
	display: block!important;
}
	.slider_01 .slick-slide .sp-only,.slider_02 .slick-slide .pc-only  {
	display: none!important;
}
.slider_01 .slick-list,.slider_02 .slick-list,
.slider_01 .slick-track,.slider_02 .slick-track {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0; /* 行間消し用 */
}
.slider_01 .slide-arrow,.slider_02 .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
	z-index: 999;
	background: none;
	border: none
}
.slider_01 .prev-arrow,.slider_02 .prev-arrow {
	vertical-align: middle;
	background: url("../img/arrow_left.png") center top no-repeat;
	background-size:contain;
	width: 20px;
	height: 20px;
	left:0px;
}
.slider_01 .next-arrow,.slider_02 .next-arrow {
  vertical-align: middle;
	background: url("../img/arrow_right.png") center top no-repeat;
	background-size:cover;
	width: 20px;
	height: 20px;
	right:0px;
}
	.slider_02 .prev-arrow {
	background: url("../img/arrow_left_2.png") center top no-repeat;
	background-size:contain;
		left:-8px;
}
.slider_02 .next-arrow {
	background: url("../img/arrow_right_2.png") center top no-repeat;
	background-size:cover;
	right:-8px;
}
.slide-dots {
    display: flex;
    justify-content: center;
	margin-top: 10px;
}

.slide-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #d1d1d1;
    border-radius: 50%;
    cursor: pointer;
}

.slide-dots li:hover,
.slide-dots li.slick-active {
    background: #000000;
}
.slide-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
}
/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 .btn  {
	width: 60%;
	margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
	.sec04 .btn  {
	width: 100%;
	margin: 30px auto 0;
}
}
/*--------------------------------------
　sec05
---------------------------------------*/
.sec05  {
	background: #fff;
	width: 900px;
	margin: auto;
	padding-top: 20px;
}
.sec05 .ttl {
	width: 70%;
}
.sec05 .bg_glay {
	background: #f7f7f7;
	padding: 40px 0 80px;
	margin-top: 20px;
}
.sec05 .accordion {
	width: 80%;
	margin: auto;
}
.sec05 .accordion-header {
  padding: 20px 45px 20px 20px;
  margin: 20px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px dotted #007986;
}
.sec05 .accordion-header .pin {
	width: 30px;
	padding-right: 10px;
}


.sec05 .accordion-header::before,
.sec05 .accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:12px;
	height:2px;
	margin:auto;
	background:#007986;
}
.sec05 .accordion-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.sec05 .accordion-header.active::after{transform:rotate(0deg);}

.sec05 .accordion-content {
  padding: 10px 0 40px;
	display: none;
}
.sec05 .accordion-content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec05 .accordion-content ul li {
	width: 31%;
	background: #fff;
	padding:18px;
	margin-top: 30px;
}
.sec05 .accordion-content ul li .txt_01 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #888888;
	padding: 12px 0;
	margin-bottom: 12px;
}
.sec05 .accordion-content ul li .adress {
	margin-bottom: 20px;
	font-size: 14px;
}
.sec05 .accordion-content ul li .tel,.sec05 .accordion-content ul li .name {
	margin-bottom: 10px;
	font-size: 14px;
}
.sec05 .accordion .btn_box a {
	display: block;
	border-radius: 4px;
	padding: 20px 14px;
	font-size: 18px;
	text-align: center;
}
.sec05 .accordion .btn_01 a {
	border: #007986 1px solid ;
	
	color: #007986;
	margin: 20px 0 10px;
	width: 100%;
}
.sec05 .accordion .btn_02 a {
	background: #ef7b19;
	color: #fff;
	width: 100%;
}


/* hover */
.sec05 .accordion-header:hover {
}
.sec05 .accordion-content .txt_box {
	line-height: 1.6;
	min-height: 230px;
}
@media screen and (max-width: 768px) {
.sec05  {
	width: 100%;
	margin: auto;
	padding-top: 10px;
}
.sec05 .ttl {
	width: 90%;
}
.sec05 .bg_glay {
	padding: 10px 0 40px;
}
.sec05 .accordion {
	width: 90%;
}
.sec05 .accordion-header {
  padding: 10px 25px 14px 14px;
  margin: 20px 0 0;
	font-size: 18px;
	border-bottom: 2px dotted #007986;
}
.sec05 .accordion-header .pin {
	width: 26px;
	padding-right: 10px;
}


.sec05 .accordion-header::before,
.sec05 .accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:12px;
	height:2px;
	margin:auto;
	background:#007986;
}
.sec05 .accordion-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.sec05 .accordion-header.active::after{transform:rotate(0deg);}

.sec05 .accordion-content {
  padding: 20px 0;
	display: none;
}
.sec05 .accordion-content ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec05 .accordion-content ul li {
	width: 49%;
	padding:12px;
	margin-top: 10px;
}
.sec05 .accordion-content ul li .txt_01 {
	font-size: 16px;
	padding: 12px 0;
	margin-bottom: 12px;
}
.sec05 .accordion-content ul li .adress {
	margin-bottom: 20px;
	font-size: 14px;
}
.sec05 .accordion-content ul li .tel,.sec05 .accordion-content ul li .name {
	margin-bottom: 10px;
	font-size: 14px;
}
.sec05 .accordion .btn_box a {
	display: block;
	border-radius: 4px;
	padding: 14px 10px;
	font-size: 16px;
	text-align: center;
}
.sec05 .accordion .btn_01 a {
	border: #007986 1px solid ;
	
	color: #007986;
	margin: 20px 0 10px;
	width: 100%;
}
.sec05 .accordion .btn_02 a {
	background: #ef7b19;
	color: #fff;
	width: 100%;
}


/* hover */
.sec05 .accordion-header:hover {
}
.sec05 .accordion-content .txt_box {
	line-height: 1.6;
	min-height: 250px;
}
	}