body {
	width: 100%;
	color: #333;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: normal;
}
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
	}
}
body,
p,
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
figcaption,
input {
	margin: 0;
	padding: 0;
}
header,
section,
footer,
main,
nav,
figure {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}
svg,
input {
	vertical-align: top;
	border :none;
}
select {
	border: none;
}
i {
	font-style: normal;
}
li {
	list-style: none;
}
table,
th,
td {
	border-spacing: 0;
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color: inherit;
}
section {
  box-sizing: border-box;
}
.logo {
  font-family: 'Roboto';
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.header {
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 0;
  box-sizing: border-box;
  background: #666;
}
.header:before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.header:after {
  content: "";
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
.nav_list {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  top: 0;
  display: flex;
  align-items: center;
  overflow: auto;
  z-index: 10;
}
.nav_list li {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 20px;
  white-space: nowrap;
}
.nav_list li a {
  text-decoration: underline;
}
.nav_list li a:hover {
  text-decoration: none;
}
.link_icon {
  width: 16px;
}
.section_1_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_1_2 {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .section_1_2 {
    padding: 70px 15px;
  }
}
.section_1_3 {
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .section_1_3 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.section_1_4 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_1_4 {
    font-size: 14px;
  }
}
.section_1_5 {
  margin: 0 0 20px 0;
}
.section_1_6 img {
  width: 100%;
  opacity: 0.8;
}
.section_2_3 {
  padding: 0 0 60px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .section_2_3 {
    font-size: 30px;
  }
}
.section_2_4 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .section_2_4 {
    font-size: 14px;
  }
}
.section_2_5 {
  padding: 40px 0 0 0;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
.section_3_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_3_2 {
  padding: 140px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .section_3_2 {
    padding: 70px 15px 0 15px;
  }
}
.section_3_3 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
}
.section_3_3 span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #666;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_3_3 {
    font-size: 30px;
  }
}
.section_3_4 {
  font-size: 30px;
  line-height: 2;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .section_3_4 {
    font-size: 26px;
  }
}
.section_3_5 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .section_3_5 {
    font-size: 14px;
  }
}
.section_3_6 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .section_3_6 {
    font-size: 14px;
  }
}
.section_3_7 {
  width: 80%;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section_3_7 {
    width: 100%;
  }
}
.section_3_7_1 {
  width: 50%;
}
.section_4_1 {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_4_2 {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .section_4_2 {
    padding: 70px 15px;
  }
}
.section_4_3 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
}
.section_4_3 span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #666;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_4_3 {
    font-size: 30px;
  }
}
.section_4_4 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .section_4_4 {
    font-size: 14px;
  }
}
.section_4_5 {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_4_5 {
    width: 100%;
  }
}
.section_5_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_5_2 {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .section_5_2 {
    padding: 70px 15px;
  }
}
.section_5_3 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
}
.section_5_3 span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #666;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_5_3 {
    font-size: 30px;
  }
}
.section_5_4 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .section_5_4 {
    font-size: 14px;
  }
}
.section_5_5 {
  width: 80%;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section_5_5 {
    width: 100%;
  }
}
.section_5_5_1 {
  width: 50%;
}
.section_6_1 {
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_6_2 {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .section_6_2 {
    padding: 70px 15px;
  }
}
.section_6_3 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
}
.section_6_3 span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_6_3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_6_4 {
    display: block;
  }
}
.section_6_4 th,
.section_6_4 td {
  font-size: 20px;
  line-height: 1.5;
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .section_6_4 td {
    padding: 5px 0 40px 20px;
    word-break: break-all;
  }
}
@media screen and (max-width: 767px) {
  .section_6_4 th,
  .section_6_4 td {
    font-size: 14px;
    display: block;
    box-sizing: border-box;
  }
}
.section_6_4 td a:hover {
  text-decoration: underline;
}
.section_6_4 th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section_6_4 th {
    text-align: left;
    padding: 0;
  }
}
.section_7_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section_7_1 {
    display: block;
  }
}
.section_7_2 {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .section_7_2 {
    padding: 70px 0;
  }
}
.section_7_3 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
}
.section_7_3 span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #666;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_7_3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_7_4 {
    width: 100%;
  }
}
.section_8_1 {
  background: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_8_2 {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .section_8_2 {
    padding: 70px 15px;
  }
}
.section_8_3 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  color: #fff;
  position: relative;
}
.section_8_3 span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_8_3 {
    font-size: 30px;
  }
}
.section_8_4 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 0 0 15px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section_8_4 {
    font-size: 14px;
  }
}
.section_8_4:last-of-type {
  margin: 0;
}
.section_9_1 {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_9_2 {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .section_9_2 {
    padding: 70px 15px;
  }
}
.section_9_3 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
}
.section_9_3 span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #333;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_9_3 {
    font-size: 30px;
  }
}
.section_9_4 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .section_9_4 {
    font-size: 14px;
  }
}
.section_9_4 a {
  text-decoration: underline;
}
.section_9_4 a:hover {
  text-decoration: none;
}
.section_9_4:last-of-type {
  margin: 0;
}
.section_9_5 {
  width: 40%;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .section_9_5 {
    width: 100%;
  }
}
.section_10_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_10_2 {
  padding: 140px 20px;
}
@media screen and (max-width: 767px) {
  .section_10_2 {
    padding: 70px 15px;
  }
}
.section_10_3 {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
}
.section_10_3 span {
  position: absolute;
  width: 70px;
  height: 2px;
  background: #333;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_10_3 {
    font-size: 30px;
  }
}
.section_10_4 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .section_10_4 {
    font-size: 14px;
  }
}
.section_10_4 a {
  text-decoration: underline;
}
.section_10_4 a:hover {
  text-decoration: none;
}
.section_10_4:last-of-type {
  margin: 0;
}
.section_10_5 {
  width: 40%;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .section_10_5 {
    width: 100%;
  }
}
.footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1;
}
.red_1 {
  color: #ff0000;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .red_1 {
    font-size: 12px;
  }
}
.red_2 {
  color: #ff0000;
  text-decoration: underline;
}
.beige {
  color: #af7743;
}
.beige span {
  background: #af7743;
}