@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  color: #5B5B5B;
}

.pc {display: block;}
.sp {display: none;}

a {
  text-decoration: none;
}

#wrapper {
  padding-top: 120px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 10000;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 80px;
  margin: auto;
  padding: 20px 0;
}
.header_box img:nth-child(1) {
  width: 200px;
  height: auto;
}
.header_box img:nth-child(2) {
  width: 300px;
  height: auto;
}
.header_box ul {
  display: flex;
  justify-content: space-between;
  width:650px;
  list-style: none;
}
.header_box ul li {
  list-style: none;
}
.header_box ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

h1 {
  font-size: 10px;
  font-weight: normal;
  color: #fff;
}

.cont_box {
  width: 1100px;
  margin: auto;
}

.cont01 {
  width: 1000px;
  padding: 50px 0;
}
.cont01_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont01_box p {
  margin-bottom: 30px;
  font-size: 40px;
  letter-spacing: 5px;
}

.cont_title {
  width: 1100px;
  margin: auto;
  font-size: 28px;
  letter-spacing: 3px;
}

.cont02_box {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.cont02_box:not(:last-child) {
  margin-bottom: 50px;
}
.cont02_box_left {
  width: 700px;
}
.cont02_box_left p {
  font-size: 24px;
  line-height: 40px;
  text-align: justify;
}
.cont02_box_left p span {
  display: block;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 28px;
  text-indent: -1em;
}
.cont02_box_right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.cont03_title {
  margin: 100px 0 80px;
  text-align: center;
}
.cont03_title p {
  display: inline-block;
  padding: 10px 40px 12px;
  font-size: 28px;
  letter-spacing: 5px;
  color: #fff;
  background: #FF9D9D;
  border-radius: 20px;
}
.cont03_box {
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 800px;
  margin: auto;
  padding: 50px 50px;
  border: 1px solid #707070;
  border-radius: 30px;
}
.cont03_box_left {
  width: 500px;
}
.cont03_box_left p {
  font-size: 22px;
  line-height: 40px;
  text-align: justify;
}
.cont03_box_left p span {
  display: block;
  margin-top: 30px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 28px;
  text-indent: -1em;
}

.arrow {
  padding: 30px 0;
  text-align: center;
}

.cont04 {
  margin-top: 100px;
  padding: 50px 0;
  background: #FF9D9D;
  text-align: center;
}
.cont04 p:nth-child(3) {
  padding: 20px 0;
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
}
.cont04 p:nth-child(5) {
  padding: 10px 0 0;
  font-size: 14px;
  color: #fff;
}
.cont04_logo {
  position: relative;
  left: 50%;
  width: 300px;
  height: auto;
  transform: translateX(-50%);
}
.cont04_box {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: auto;
}
.cont04_box a:nth-child(1) {
  display: block;
  width:130px;
}
.cont04_box a:nth-child(2) {
  display: block;
  width: 158px;
}
.cont04_box a img {
  width: 100%;
  height: auto;
}

.cont05 {
  padding: 100px 0;
  text-align: center;
}
.cont05_box {
  margin-top: 50px;
  display: inline-block;
  text-align: left;
}
.cont05_box p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 34px;
}
.cont05_box p a {
  text-decoration: underline;
}

.footer {-
  width: 100%;
  height: 283px;
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #fff;
  text-align: center;
  background: url(../images/footerback_pc.png) #000;
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  margin: 50px auto 30px;
  list-style: none;
}
.footer ul li {
  width: 200px;
  margin-bottom: 30px;
  text-align: left;
}
.footer ul li a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
}
.Copyright {
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
}
