@charset "utf-8";
/* CSS Document */
.corp_wrap .em {
  font-weight: bold;
  font-size: 120%;
}
.corp_wrap .font_slogan {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 120%;
}
.corp_wrap .btn_01 a {
  box-sizing: border-box;
  background: #e50012;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 15px 35px 15px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  border: 1px solid #e50012;
}
.corp_wrap .btn_01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.corp_wrap .btn_01 a:hover {
  background: #fff;
  color: #e50012;
  border: 1px solid #e50012;
}
.corp_wrap .btn_01 a:hover:after {
  right: 1.4rem;
}
.corp_wrap .heading_01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.corp_wrap .heading_01 h3 {
  padding: 0.5em 0.25em;
}
.corp_wrap .heading_01::before, .heading_01::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
}
.corp_wrap .heading_01:before {
  border-top: 3px solid #e50012;
  border-left: 3px solid #e50012;
  align-self: flex-start;
}
.corp_wrap .heading_01:after {
  border-bottom: 3px solid #e50012;
  border-right: 3px solid #e50012;
  align-self: flex-end;
}
.corp_wrap .heading_02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 120%;
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 120%;
}
.corp_wrap .heading_02 .small {
  font-size: 2.4rem;
  color: #e50012;
}
.corp_hero {
  box-sizing: border-box;
  background: #fef5f6;
  margin-top: 80px;
}
.corp_hero_inner {
  box-sizing: border-box;
  width: min(100%, 1200px);
  margin: 0 auto 100px;
  overflow: hidden;
}
.corp_hero_inner .img_box {
  box-sizing: border-box;
  background: #e50012;
  margin: 0 auto 50px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  text-align: center;
}
.corp_hero_inner img {
  width: min(100%, 1100px);
  /*margin: 0 auto 50px;
		border-radius: 0 0 20px 20px;*/
}
.corp_hero_inner p {
  font-size: 1.8rem;
  line-height: 200%;
  margin-bottom: 30px;
  text-align: center;
}
.corp_hero_inner p:last-child {
  margin-bottom: 70px;
}
.corp_container {
  box-sizing: border-box;
  width: min(98%, 1200px);
  margin: 0 auto 100px;
}
.corp_contents_box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  gap: 100px 0;
}
.corp_contents_box.reverse {
  flex-direction: row-reverse;
}
.corp_contents_box .img_box {
  box-sizing: border-box;
  width: 45%;
}
.corp_contents_box .img_box img {
  border-radius: 30px 100px 30px 30px;
}
.corp_contents_box .text_box {
  box-sizing: border-box;
  /*width: calc(45% - 100px);*/
  width: 45%;
}
.corp_contents_box p {
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 30px;
}
.corp_contents_box p:last-of-type {
  margin-bottom: 0;
}
.corp_cta {
  box-sizing: border-box;
  width: min(98%, 1300px);
  margin: 0 auto 100px;
  box-sizing: border-box;
  background: #fef5f6;
  border-radius: 50px;
  padding: 50px;
}
.corp_cta_inner {
  box-sizing: border-box;
  /*width: min(98%, 1200px);*/
  margin: 0 auto 0px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  padding: 50px;
}
.corp_cta_inner .contents_box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0
}
.corp_cta_inner .img_box {
  box-sizing: border-box;
  width: 50%;
}
.corp_cta_inner .img_box img {
  border-radius: 30px;
}
.corp_cta_inner .text_box {
  box-sizing: border-box;
  width: calc(50% - 100px)
}
.corp_cta_inner .text_box p {
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 20px;
}
.corp_cta_inner .text_box p:last-of-type {
  margin-bottom: 10px;
}
.corp_cta_inner .text_box p + .btn_01 {
	/*margin-top: 35px;*/
  margin-bottom: 10px;
}
.corp_cta_inner .text_box .wishes {
	font-size: 1.8rem;
	font-weight: 700;
	color: #666;
}
.corp_cta_inner .text_box .supplement {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
@media (max-width: 960px) {}
@media (max-width: 782px) {
  .corp_wrap .btn_01 a {
    margin: 0 auto;
  }
  .heading_01 {
    font-size: 2.6rem;
    line-height: 140%;
  }
  .corp_hero {
    padding: 0 15px;
    margin-top: 50px;
  }
  .corp_hero_inner .img_box {
    border-radius: 0 0 15px 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .corp_hero_inner p {
    text-align: left;
  }
  .corp_hero_inner p:last-child {
    margin-bottom: 50px;
  }
  .corp_container {
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
  }
  .corp_contents_box {
    display: block;
  }
  .corp_contents_box .img_box {
    width: 100%;
  }
  .corp_contents_box .text_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .corp_cta {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    padding: 30px 20px;
  }
  .corp_cta .corp_cta_inner {
    padding: 20px;
  }
  .corp_cta .corp_cta_inner .contents_box {
    display: block;
  }
  .corp_cta .corp_cta_inner .contents_box .img_box {
    width: 100%;
    margin-top: 30px;
  }
  .corp_cta .corp_cta_inner .contents_box .text_box {
    width: 100%;
  }
  .corp_cta .corp_cta_inner .contents_box .text_box p {
    line-height: 200%;
    margin-bottom: 15px;
  }
  .corp_cta .corp_cta_inner .contents_box .text_box p:last-of-type {
    margin-bottom: 10px;
  }
}