@font-face {
  font-family: "impact";
  src: url(../font/impact.ttf);
}

body {
  width: 100%;
  background-color: #fff;
  letter-spacing: 2px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

a {
  text-decoration: underline;
}

.serviceColor {
  color: #ff7a5c;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.flexCenter {
  align-items: center;
  justify-content: center;
}

header {
  width: 100%;
  position: fixed;
  height: 60px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-shadow: 0 2px 7px rgba(175, 168, 168, 0.25);
  z-index: 10000;
  background-color: #fff;
}

.logo {
  font-weight: bold;
  font-family: "impact";
  font-size: 24px;
  color: #ff7a5c;
  text-decoration: none;
}

.MV {
  width: 100%;
  height: 80vh;
  background-image: url("../images/MV.jpeg");
  background-size: cover;
  position: relative;
}

section {
  padding: 60px;
  width: 1280px;
  margin: auto;
}

.sectionHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: max-content;
  margin: auto;
  margin-bottom: 60px;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  color: #3f3533;
  font-family: "impact";
}

.sectionHeaderLine {
  margin-top: 16px;
  border-radius: 100px;
  width: calc(100% + 40px);
  background-color: #ff7a5c;
  height: 8px;
}

.leftBox,
.rightBox {
  width: 50%;
}

.mainText {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  color: #3f3533;
}

.section2 {
  background-color: #ff7a5c;
  width: 100%;
}

.container {
  width: 1280px;
  margin: auto;
}

.titleNum {
  background-color: #ff7a5c;
  border-radius: 2px;
  padding: 4px 8px 4px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
  margin-right: 12px;
}

.subText {
  font-size: 16px;
  line-height: 2;
  color: #5f514e;
  margin-top: 60px;
}

.secondBlock {
  margin-top: 20px;
}

.firstImage {
  margin-bottom: 60px;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.section3 {
  background-color: #ff7a5c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container {
  width: 1280px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

footer {
  background-color: #443b39;
  color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.provider {
  display: flex;
  font-size: 14px;
}

.privacyPolicy {
  text-decoration: underline;
  font-size: 14px;
}

.copyright {
  font-size: 12px;
}

.privacy-policy-box {
  margin-top: 40px;
  color: #5f514e;
}

.privacy-policy-title {
  margin-bottom: 8px;
}

.privacy-policy-text {
  line-height: 1.5;
}

.titleUnderline {
  display: block;
  width: 120px;
  height: 6px;
  border-radius: 100px;
  background-color: #ff7a5c;
  margin-bottom: 16px;
}

.linkTopButton {
  margin: auto;
  width: 200px;
  margin-bottom: 40px;
  background-color: #ff7a5c;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
}
