body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  background: #f5f4f2;
}

header:not(.sbs-header) {
  background-color: #ff8080;
  min-height: 50px;
  font-size: 15px;
  color: #fff;
}

header section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

header .Header_first {
  width: 650px;
}

header .Header_first ul {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0px;
}

header .Header_first .logo {
  padding-right: 10px;
}

header .Header_first .pink_text {
  background-color: #fff;
  border-radius: 20px;
  color: #ff8080;
  text-align: center;
  font-size: 12px;
  padding: 4px 15px;
  height: 27px;
  margin: 3px 5px;
  font-weight: 700;
}

header .Header_last {
  width: 450px;
}

header .Header_last ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

header .Header_last li {
  padding-top: 5px;
  display: inline;
  font-size: 10px;
}

header .Header_last li i {
  font-size: 17px;
  margin-left: 10px;
}

header .Header_last .small {
  padding-top: 6px;
}

header .Header_last .tel {
  font-size: 17px;
}

header .Header_last .mail i {
  vertical-align: middle;
  font-size: 17px;
}

#T_screen {
  width: 100%;
  margin: 0 auto;
}

#T_screen .center div {
  margin: 10px;
}

#T_screen_text {
  max-width: 1200px;
  margin: 0 auto 30px;
  text-align: center;
  color: #ff8080;
}

#T_screen_text i {
  font-size: 17px;
}

#About {
  background-color: #ff8080;
  text-align: center;
  padding: 90px 0;
  color: #fff;
}

#About h1 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}

#About p {
  padding-bottom: 20px;
  line-height: 1.5em;
}

#About__big {
  font-size: 14px;
}

#About__btn a {
  background-color: #fff;
  border-radius: 20px;
  color: #ff8080;
  text-align: center;
  padding: 6px 15px;
  margin: 0 auto;
  font-weight: 700;
  width: 200px;
  display: block;
}

#Business {
  margin: 100px 0;
  line-height: 1.5em;
}

#Business__Screen {
  margin: 20px 0px;
}

#Business__Screen .Business div {
  margin: 0 10px;
}

#Business__Top {
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
}

#Business__Top h3 {
  font-size: 12px;
  color: #ff8080;
  padding-bottom: 5px;
}

#Business__Top h2 {
  font-size: 15px;
  padding-bottom: 10px;
}

#Business__Top h1 {
  font-size: 30px;
  color: #ff8080;
}

#Business__Bottom {
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 90px;
}

#Business__Bottom p {
  color: #ff8080;
  font-size: 14px;
  margin-bottom: 20px;
}

#Business__Bottom__btn a {
  background-color: #ff8080;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  margin: 0 auto;
  font-weight: 700;
  width: 200px;
  display: block;
}

#Business .Business_Box1 {
  max-width: 1000px;
  margin: 0 auto 90px;
  display: flex;
  flex-wrap: wrap;
}

#Business .Business_Box1__Text {
  font-weight: 700;
  width: 35%;
  margin: 25px 5% 0 0;
}

#Business .Business_Box1__Text h3 {
  font-size: 12px;
  color: #ff8080;
  padding-bottom: 10px;
}

#Business .Business_Box1__Text h2 {
  font-size: 15px;
  padding-bottom: 15px;
}

#Business .Business_Box1__Text h1 {
  font-size: 30px;
  color: #ff8080;
  margin-bottom: 30px;
}

#Business .Business_Box1__Text p {
  font-weight: 500;
}

#Business .Business_Box1__btn a {
  background-color: #ff8080;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  font-weight: 700;
  width: 200px;
  display: block;
  margin-top: 30px;
}

#Business .Business_Box1__Img {
  width: 60%;
  border-radius: 30px;
  background-image: url("../images/aeru_web_16.jpg");
  background-size: 125%;
  background-position: 75% 90%;
  height: 300px;
}

#Business .Business_Box2 {
  max-width: 1000px;
  margin: 0 auto 90px;
  display: flex;
  flex-wrap: wrap;
}

#Business .Business_Box2__Text {
  font-weight: 700;
  width: 35%;
  margin: 25px 0 0 5%;
}

#Business .Business_Box2__Text h3 {
  font-size: 12px;
  color: #ff8080;
  padding-bottom: 10px;
}

#Business .Business_Box2__Text h2 {
  font-size: 15px;
  padding-bottom: 15px;
}

#Business .Business_Box2__Text h1 {
  font-size: 30px;
  color: #ff8080;
  padding-bottom: 30px;
}

#Business .Business_Box2__Text p {
  font-weight: 500;
}

#Business .Business_Box2__btn a {
  background-color: #ff8080;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  font-weight: 700;
  width: 200px;
  display: block;
  margin-top: 30px;
}

#Business .Business_Box2__Img {
  width: 60%;
  border-radius: 30px;
  background-image: url("../images/SBS_Brand_04.jpg");
  background-repeat: no-repeat;
  background-size: 125%;
  background-position: 25% 65%;
  height: 300px;
}

#Business .Color_pink_text {
  font-size: 15px;
  color: #ff8080;
  padding-bottom: 10px;
}

#SBS {
  background-color: #5083a2;
  padding: 30px 0;
  font-weight: 700;
}

#SBS__Screen {
  margin: 20px 0;
}

#SBS__Screen .SBS div {
  margin: 0 10px;
}

#SBS h1 {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

#SBS__btn a {
  color: #5083a2;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 6px 15px;
  font-weight: 700;
  width: 200px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
}

#SBS__btn {
  display: inline;
}

#SBS i {
  font-size: 16px;
  vertical-align: middle;
}

#News_Instagram {
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#News_Instagram h1 {
  font-size: 25px;
  color: #ff8080;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "altivo", sans-serif;
  text-align: center;
  /*20231113_お知らせを中央寄せするために追加*/
}

#News_Instagram H2 {
  font-size: 12px;
  color: #ff8080;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

#News_Instagram .News {
  width: 550px;
}

#News_Instagram .News__Box {
  background-color: #fff;
  border-radius: 20px;
  border-radius: 25px;
  padding: 50px 40px;
  margin: 20px 25px;
}

#News_Instagram .News__Box img {
  width: 100%;
}

#News_Instagram .News__Box dl {
  display: flex;
  flex-wrap: wrap;
}

#News_Instagram .News__Box dt {
  width: 20%;
  border-bottom: solid 1px #ff8080;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#News_Instagram .News__Box dd {
  width: 75%;
  border-bottom: solid 1px #ff8080;
  padding-bottom: 10px;
  padding-left: 5%;
  margin-bottom: 15px;
}

#News_Instagram .News__Box dd ul {
  display: flex;
  flex-wrap: wrap;
}

#News_Instagram .News__Box dd ul li {
  width: 100%;
  color: #ff8080;
}

#News_Instagram .News__Box dd ul .text {
  color: #000;
  font-weight: 700;
  padding: 10px 0;
}

#News_Instagram .News__Box dd ul .link {
  text-align: right;
}

#News_Instagram .News__btn a {
  background-color: #ff8080;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  font-weight: 700;
  width: 200px;
  display: block;
  margin: 15px auto 0;
}

#News_Instagram .Instagram {
  width: 550px;
}

#News_Instagram .Instagram__Box {
  background-color: #fff;
  border-radius: 20px;
  border-radius: 25px;
  padding: 50px 40px;
  margin: 20px 25px;
}

#Gap_Img {
  background-image: url("../images/gap_img.jpg");
  background-size: cover;
  height: 200px;
  width: 100%;
}

#Access {
  max-width: 1200px;
  margin: 100px auto;
}

#Access h1 {
  font-size: 25px;
  color: #ff8080;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "altivo", sans-serif;
  text-align: center;
}

#Access h2 {
  font-size: 12px;
  color: #ff8080;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

#Access h3 {
  font-size: 15px;
  color: #ff8080;
  padding-bottom: 10px;
  font-weight: 700;
}

#Access ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  justify-content: space-between;
  margin: 30px auto;
}

#Access li {
  border-left: solid 2px #ff8080;
  padding-left: 10px;
}

#Access .Goognle_Map {
  max-width: 1200px;
}

#Recruit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 250px;
}

#Recruit h1 {
  font-size: 30px;
  font-family: "altivo", sans-serif;
}

#Recruit h2 {
  padding-top: 7px;
}

#Recruit__btn {
  width: 50%;
  background-color: #ff9846;
  display: block;
  text-align: center;
  color: #fff;
}

#Recruit__btn a {
  width: 100%;
  display: block;
  padding: 100px 0;
}

#Recruit__Img {
  width: 50%;
  background-image: url("../images/aeru_web_25.jpg");
  background-position: 85% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
}

footer:not(.sbs-footer) {
  background-color: #ff8080;
  padding: 80px 0;
}

footer #Footer {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

footer #Footer h1 {
  font-size: 25px;
  font-family: "altivo", sans-serif;
}

footer #Footer .Contact_Box {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 30px 0;
  margin-top: 10px;
}

footer #Footer .Contact_Box ul {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

footer #Footer .Contact_Box li {
  width: 50%;
  margin: 5px 0;
}

footer #Footer .Contact_Box li p {
  font-size: 22px;
  font-family: "altivo", sans-serif;
  padding-top: 5px;
  text-align: left;
}

footer #Footer .Contact_Box__tel {
  display: flex;
  flex-wrap: wrap;
}

footer #Footer .Contact_Box__tel dt {
  height: 50px;
  background-color: #fff;
  width: 50px;
  border-radius: 100px;
  margin-top: 10px;
}

footer #Footer .Contact_Box__tel dt i {
  font-size: 20px;
  padding: 15px;
}

footer #Footer .Contact_Box__tel dd {
  width: 70%;
  line-height: 2em;
  padding-left: 5%;
}

footer #Footer .Contact_Box__tel dd .tel_text {
  font-size: 25px;
  font-family: "altivo", sans-serif;
}

footer #Footer .Contact_Box__mail {
  display: flex;
  flex-wrap: wrap;
}

footer #Footer .Contact_Box__mail dt {
  height: 50px;
  background-color: #fff;
  width: 50px;
  border-radius: 100px;
  margin-top: 10px;
}

footer #Footer .Contact_Box__mail dt i {
  font-size: 20px;
  padding: 15px;
}

footer #Footer .Contact_Box__mail dd {
  width: 70%;
  line-height: 2em;
  padding-left: 5%;
}

footer #Footer .Contact_Box__mail dd .Mail_btn {
  font-family: "altivo", sans-serif;
  font-weight: 600;
  background-color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  color: #ff8080;
  padding: 5px 75px;
}

footer #Footer .Menu_Box {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 50px auto;
}

footer #Footer .Menu_Box ul {
  margin-left: 50px;
}

footer #Footer .Menu_Box li {
  margin-bottom: 10px;
}

footer #Footer .Menu_Box li i {
  padding-right: 5px;
}

footer #Footer p {
  text-align: center;
}

.text_aline_center_bottom_space {
  text-align: center;
  margin-bottom: 1em;
}