@charset "UTF-8";
.header {
  text-align: center;
  background: url(../img/head_top.png) center -34px no-repeat;
  padding-top: 86px;
}
.header h1 img {
  width: 1562px;
}


main {
  background: url(../img/main_top.png) center top repeat-x;
  padding-top: 40px;
  transform: translateY(-23px);
}

.sec01 {
  background-color: #D9595E;
  padding: 100px 0 0;
}
.sec01 h2 {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
	padding-bottom: 95px;
  margin-bottom: 70px;
}
.sec01 h2 small {
  font-size: 3rem;
}
.sec01_02 {
	background: #EBE2D6;
	padding-bottom: 78px;
}
.sec01_02::before {
	content: "";
	width: 100%;
	padding-top: 10px;
	background: url(../img/wave03.png) center top repeat-x;
	display: block;
	transform: translateY(-8px);
}
.sec01 h3 {
  text-align: center;
	margin-top: -95px;
  margin-bottom: 60px;
}
.sec01 h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D9595E;
  font-size: 2.8rem;
  margin-bottom: 34px;
}
.sec01 h4::before,
.sec01 h4::after {
  content: "";
  display: block;
  width: 25px;
  height: 48px;
  margin-top: 5px;
}
.sec01 h4::before {
  background: url(../img/h4_left.svg) center no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.sec01 h4::after {
  background: url(../img/h4_right.svg) center no-repeat;
  background-size: cover;
  margin-left: 30px;
}
.sec01 ul {
  width: 734px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec01 hr + h4 + ul {
  width: 1000px;
}
.sec01 ul li {
  text-align: center;
  line-height: 1.2;
}
.sec01 ul li figcaption {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #5F4E3A;
  margin-top: 20px;
}
.sec01 ul li figcaption small {
  font-size: 1.4rem;
}
.sec01 hr {
  width: 1000px;
  height: 9px;
  margin: 56px auto 60px;
  border: none;
  background: url(../img/sec01_border.svg) center no-repeat;
  background-size: cover;
}

.sec02 {
  background: url(../img/wave01.png) top center repeat-x;
  padding: 90px 0 80px;
  transform: translateY(-8px);
}
.sec02 h3 {
  text-align: center;
  margin-bottom: 56px;
}
.sec02 ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec02 ul li {
  width: 286px;
  padding-bottom: 15px;
}
.sec02 ul li + li {
  background: url(../img/sec02_border.svg) left top no-repeat;
  padding-left: 27px;
  width: 313px;
}
.sec02 ul li figure {
  text-align: center;
  margin-top: 20px;
}
.sec02 ul li figcaption {
  color: #D9595E;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 50px;
}

.sec03 {
  background: url(../img/wave02.png) top center repeat-x;
  background-size: auto;
  background-color: #EBE2D6;
  padding: 86px 0 60px;
}
.sec03 .sec_inner {
  width: 1000px;
  margin: 0 auto;
}
.sec03 h2 {
  color: #D9595E;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 42px;
}
.sec03 table {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
}
.sec03 th {
  color: #fff;
  width: 235px;
  padding: 20px 0 20px 30px;
  box-sizing: border-box;
  background-color: #C94B50;
  border-right: 2px solid #D9595E;
  border-bottom: 2px solid #D9595E;
  vertical-align: top;
}
.sec03 td {
  color: #5F4E3A;
  width: 765px;
  padding: 20px 35px 20px 30px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-bottom: 2px solid #EBE2D6;
  vertical-align: top;
}
.sec03 td .map {
  margin: 20px 0;
}
.sec03 td .map iframe {
  width: 100%;
  height: 310px;
}
.sec03 td a {
  text-decoration: underline;
}
.sec03 td a:hover {
  text-decoration: none;
}

.sec04 {
  background-color: #EBE2D6;
  padding: 0 0 100px;
}
.sec04 .sec_inner {
  background-color: #D6C4AD;
  border-radius: 28px;
  width: 1000px;
  margin: 0 auto;
  padding: 36px 0 46px;
}
.sec04 h2 {
  color: #fff;
  font-size: 3.1rem;
  text-align: center;
  margin-bottom: 33px;
}
.sec04 .sec_inner > div {
  display: flex;
	justify-content: center;
	gap: 20px;
}
.sec04 .sec_inner > div > div:nth-child(1) {
	width: 400px;
}
.sec04 .sec_inner > div > div:nth-child(2) {
	width: 400px;
}
.sec04 .sec_inner > div > div p {
  color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 34px;
	height: 34px;
	background-color: #D9595E;
	border-radius: 17px;
	margin-bottom: 25px;
}
.sec04 ul {
  display: flex;
  justify-content: center;
	gap: 60px;
}
.sec04 li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.sec04 li::after {
  content: "";
  display: block;
  width: 33px;
  height: 36px;
  background: url(../img/pdf.png) center no-repeat;
  background-size: cover;
  margin-left: 10px;
}
.sec04 li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}
.sec04 li a:hover {
  text-decoration: none;
}


.contact {
  background-color: #EBE2D6;
  padding: 0 0 80px;
}
.contact h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D9595E;
  font-size: 3.8rem;
  margin-bottom: 54px;
  text-align: center;
}
.contact h2::before,
.contact h2::after {
  content: "";
  display: block;
  width: 53px;
  height: 100px;
}
.contact h2::before {
  background: url(../img/contact_left.svg) center no-repeat;
  background-size: cover;
  margin-right: 17px;
}
.contact h2::after {
  background: url(../img/contact_right.svg) center no-repeat;
  background-size: cover;
  margin-left: 17px;
}
.contact .sec_inner {
  background-color: #fff;
  border-radius: 28px;
  padding: 55px 0;
  width: 1000px;
  margin: 0 auto;
}
.contact .sec_inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .sec_inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  font-size: 28px;
  color: #D9595E;
  font-weight: bold;
  letter-spacing: 0;
}
.contact .sec_inner ul li + li {
  background: url(../img/contact_border.svg) left top no-repeat;
  padding-left: 45px;
  margin-left: 56px;
}
.contact .sec_inner ul li img {
  margin-right: 18px;
}
.contact .sec_inner ul li a {
  text-decoration: underline;
}
.contact .sec_inner ul li a:hover {
  text-decoration: none;
}


