  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 10px;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
  font-size: 100%;
  color: inherit;
  font-weight: inherit;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

.italic {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    font-size: 100%;
    pointer-events: none;
    text-decoration: none;
    cursor: default;
    color: inherit;
  }
}
.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.opacity:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  /*font-family: "Zen Kaku Gothic New", sans-serif;*/
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
}

p, label, div, strong, input {
  display: block;
}

main {
  position: relative;
}

.l_con {
  width: 124rem;
  margin: 0 auto;
}

.c_con {
  width: 116rem;
  margin: 0 auto;
}

.s_con {
  width: 91rem;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  overflow: hidden;
}

@media screen and (max-width: 1260px) {
  html, body {
    font-size: 0.7936507937vw;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  body {
    min-width: inherit;
  }
  body.is-fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .l_con,
  .c_con,
  .s_con {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper {
    padding-left: 0;
  }
}
/*---------------------------header----------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .header_inner {
  margin: 0 auto;
  padding: 1rem 2rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .logo {
  width: 11rem;
  margin-left: 1rem;
}
#header .header_contact {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header_intership {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16rem;
  height: 4rem;
  border-radius: 2rem;
  color: #fff;
  background: #007985;
}
#header .header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16rem;
  height: 4rem;
  border-radius: 2rem;
  color: #fff;
  background: #d70d18;
  margin-right: 0.6rem;
}
#header .header_btn .txt01 {
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 0.5em;
}
#header .header_btn .txt02 {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 0.1rem;
}
#header #menu_trigger {
  background: url(/saiyo/images/common/icon_menu.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #header {
    width: 100vw;
  }
  #header .header_inner {
    width: 100%;
    padding-top: 1rem;
  }
  #header .logo {
    width: 10.8rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }
  #header .header_contact {
    display: none;
  }
  #header #menu_trigger {
    margin-left: auto;
    margin-right: 1rem;
    background: url(/saiyo/images/common/icon_menu.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
  }
}
#menu {
  -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  background: #fff;
  z-index: 100;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
}
#menu:before {
  content: "";
  width: 38.3rem;
  height: 33.7rem;
  background: url(/saiyo/images/common/bg_menu.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -19.1rem;
  left: -19.6rem;
  z-index: 2;
}
#menu:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  opacity: 0.15;
  position: absolute;
  top: 7rem;
  left: 0;
  z-index: 1;
}
#menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
#menu .menu_inner {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 9rem 4rem 10rem;
}
#menu #menu_trigger_close {
  background: url(/saiyo/images/common/icon_menu_close.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 100;
}
#menu #menu_trigger_close span {
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
#menu .menu_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 110rem;
  margin: 0 auto;
  margin-top: 7rem;
}
#menu .menu_logo {
  width: 17.6rem;
  padding-top: 11.6rem;
  padding-bottom: 0;
  margin-left: 5.6rem;
}
#menu .menu_logo a {
  display: block;
}
#menu .menu_li {
  margin-left: auto;
  width: calc(100% - 36rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}
#menu .menu_li > li {
  width: 33.333%;
  list-style: none;
  padding: 2rem 0;
  position: relative;
}
#menu .menu_li > li:nth-child(n+4) {
  margin-top: 7rem;
}
#menu .menu_li > li .menu_link {
  font-size: 1.3rem;
  font-weight: 700;
}
#menu .menu_li > li .menu_link img {
  width: auto;
  height: 1.7rem;
  margin-bottom: 0.4rem;
}
#menu .menu_li > li .menu_child {
  display: block;
  padding-top: 2rem;
}
#menu .menu_li > li .menu_child ul li {
  list-style: none;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#menu .menu_li > li .menu_child ul li:last-child {
  margin-bottom: 0;
}
#menu .menu_li > li .menu_child.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#menu .menu_btn {
  margin-top: 7.7rem;
  position: absolute;
  top: 27rem;
  left: 0;
  z-index: 2;
}
#menu .menu_btn a {
  width: 29rem;
  height: 6rem;
  border-radius: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .menu_btn a svg {
  width: 1.2rem;
  height: auto;
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu .menu_btn a + a {
  margin-top: 4rem;
}
#menu .menu_btn .menu_btn01 {
  background: #d70d18;
  /*
  &:after{
  	content:"";
  	background:url(/saiyo/images/common/menu_btn01_parts02.svg) 0 0 no-repeat;
  	background-size:100% auto;
  	width:1.9rem;
  	height:4.5rem;
  	position:absolute;
  	top:-2.5rem;
  	right:9rem;
  	z-index:-1;
  }*/
}
#menu .menu_btn .menu_btn01:before {
  content: "";
  background: url(/saiyo/images/common/menu_btn01_parts01.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 25rem;
  height: 8.7rem;
  position: absolute;
  bottom: 0;
  right: 2.55rem;
  z-index: 1;
}
#menu .menu_btn .menu_btn01 .en {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: -1.6rem;
  display: inline-block;
}
#menu .menu_btn .menu_btn02 {
  background: #007985;
  letter-spacing: 0.08em;
}
#menu .menu_btn .menu_btn02:after {
  content: "";
  background: url(/saiyo/images/common/footer_btn02_parts.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 3.9rem;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: 2.3rem;
}

@media screen and (max-width: 767px) {
  #menu {
    right: -100vw;
    width: 100vw;
  }
  #menu:before, #menu:after {
    display: none;
  }
  #menu.is-open {
    right: 0;
  }
  #menu .menu_inner {
    padding: 1rem;
  }
  #menu #menu_trigger_close {
    right: 1rem;
  }
  #menu #menu_trigger_close span {
    right: 6rem;
  }
  #menu .menu_area {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  #menu .menu_logo {
    display: block;
    width: 10.5rem;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
  #menu .menu_li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #menu .menu_li > li {
    width: 100%;
    list-style: none;
    border-bottom: 0.2rem solid rgba(112, 112, 112, 0.15);
    padding: 2rem 0;
    padding-left: 4.5rem;
    position: relative;
  }
  #menu .menu_li > li:nth-child(n+4) {
    margin-top: 0;
  }
  #menu .menu_li > li .menu_link {
    font-size: 1.5rem;
    font-weight: 700;
  }
  #menu .menu_li > li .menu_link img {
    width: auto;
    height: 2.3rem;
    margin-bottom: 0.4rem;
  }
  #menu .menu_li > li .menu_arrow {
    width: 1.1rem;
    height: 1.5rem;
    background: url(/saiyo/images/common/menu_arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 2.4rem;
    left: 0;
  }
  #menu .menu_li > li .menu_toggle {
    position: absolute;
    left: -1.4rem;
    top: 1rem;
    width: 5.2rem;
    height: 5.2rem;
    cursor: pointer;
  }
  #menu .menu_li > li .menu_toggle:before {
    content: "";
    width: 1.4rem;
    height: 0.3rem;
    background: #000;
    position: absolute;
    left: 1.4rem;
    top: 1.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #menu .menu_li > li .menu_toggle:after {
    content: "";
    width: 1.4rem;
    height: 0.3rem;
    background: #000;
    position: absolute;
    left: 1.4rem;
    top: 1.6rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #menu .menu_li > li .menu_toggle.is-open:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #menu .menu_li > li .menu_child {
    display: none;
    padding-left: 2.3rem;
    padding-top: 2rem;
  }
  #menu .menu_li > li .menu_child.col2 {
    display: none;
  }
  #menu .menu_li > li .menu_child.col2 ul {
    width: 100%;
  }
  #menu .menu_li > li .menu_child.col2 ul + ul {
    margin-top: 1rem;
  }
  #menu .menu_li > li .menu_child ul li {
    list-style: none;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  #menu .menu_li > li .menu_child ul li:last-child {
    margin-bottom: 0;
  }
  #menu .menu_btn {
    display: block;
    position: static;
  }
  #menu .menu_btn a {
    margin-left: auto;
    margin-right: auto;
    width: 31.5rem;
  }
  #menu .menu_btn a + a {
    margin-left: auto;
    margin-top: 2rem;
  }
}
/*---------------------------footer----------------*/
.second #footer {
  position: relative;
  margin-top: 16.8rem;
}
.second #footer:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 34.375vw;
  background: url(/saiyo/images/common/bgcolor_footer.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -16.8rem;
  left: 0;
}
.second #footer .footer_pic01 {
  display: none;
}

@media screen and (max-width: 767px) {
  .second #footer {
    margin-top: 0;
    padding-top: 32rem;
    background: url(/saiyo/images/common/footer_pic02_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .second #footer:before {
    display: none;
  }
  .second #footer .numatan {
    top: 21.9rem;
  }
}
#footer {
  background: url(/saiyo/images/common/footer_pic.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding-top: 19.53125vw;
}
#footer .numatan {
  width: 3.203125vw;
  position: absolute;
  top: 12.890625vw;
  left: 50.5%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 10px, 0);
          transform: translate3d(-50%, 10px, 0);
  -webkit-transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
#footer .numatan.active {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
#footer .footer_pic {
  margin: 0 auto;
  width: 100%;
}
#footer .footer_inner {
  position: relative;
  width: 66rem;
  margin: 0 auto;
}
#footer .logo {
  width: 17rem;
  margin: 0 auto;
  margin-bottom: 6rem;
}
#footer .footer_btn {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
#footer .footer_btn a {
  width: 31.5rem;
  height: 6rem;
  border-radius: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer_btn a svg {
  width: 1.2rem;
  height: auto;
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .footer_btn a + a {
  margin-left: 2.6rem;
}
#footer .footer_btn .footer_btn01 {
  background: #d70d18;
}
#footer .footer_btn .footer_btn01:before {
  content: "";
  background: url(/saiyo/images/common/footer_btn01_parts01.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 25.1rem;
  height: 14.7rem;
  position: absolute;
  top: -4.8rem;
  left: 4rem;
  z-index: 1;
}
#footer .footer_btn .footer_btn01:after {
  content: "";
  background: url(/saiyo/images/common/footer_btn01_parts02.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 1.9rem;
  height: 4.5rem;
  position: absolute;
  top: -2.5rem;
  right: 9rem;
  z-index: -1;
}
#footer .footer_btn .footer_btn01 .en {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: -1.6rem;
  display: inline-block;
}
#footer .footer_btn .footer_btn02 {
  background: #007985;
  letter-spacing: 0.08em;
}
#footer .footer_btn .footer_btn02:after {
  content: "";
  background: url(/saiyo/images/common/footer_btn02_parts.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 3.9rem;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: 2.3rem;
}
#footer #pagetop {
  margin-bottom: 5.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 2.8rem;
  background: url(/saiyo/images/common/pagetop.svg) center 0 no-repeat;
  background-size: 1.6rem auto;
}
#footer #pagetop span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
#footer .footer_menu {
  width: 102.4rem;
  margin: 0 auto;
  border-top: 1px solid #808080;
  padding-top: 2.8rem;
  padding-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer_menu_item a {
  color: #4C4C4C;
  white-space: nowrap;
}
#footer .footer_menu_item p {
  padding-bottom: 1.5rem;
}
#footer .footer_menu_item p span {
  display: block;
  line-height: 1;
}
#footer .footer_menu_item p .en {
  font-size: 1.5rem;
  font-weight: 700;
}
#footer .footer_menu_item p .jp {
  font-size: 1rem;
  margin-top: 0.8rem;
}
#footer .footer_menu_item ul {
  margin-top: -1.4rem;
}
#footer .footer_menu_item ul li {
  list-style: none;
  margin-top: 1.4rem;
  font-size: 1.2rem;
}
#footer .footer_menu_item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer_menu_item01 {
  width: 9rem;
}
#footer .footer_menu_item02 {
  width: 12.5rem;
}
#footer .footer_menu_item03 {
  width: 15rem;
}
#footer .footer_menu_item04 {
  width: 13.7rem;
}
#footer .footer_menu_item05 {
  width: 13.8rem;
}
#footer .footer_menu_item06 {
  width: 9rem;
}
#footer .footer_pic01 {
  display: none;
  width: 5.6rem;
  position: absolute;
  bottom: -6.5rem;
  right: 3rem;
}
#footer small {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  padding: 0.6rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer {
    background: url(/saiyo/images/common/footer_pic_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding-top: 25rem;
  }
  #footer .numatan {
    width: 4.1rem;
    top: 15.9rem;
    left: 50.5%;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    -webkit-transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  }
  #footer .numatan.active {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  #footer .footer_inner {
    width: 100%;
    padding: 0 3rem;
  }
  #footer .logo {
    width: 15.3rem;
    margin: 0 auto;
    margin-bottom: 9.3rem;
  }
  #footer .footer_btn {
    margin-bottom: 5rem;
    display: block;
  }
  #footer .footer_btn a {
    width: 100%;
  }
  #footer .footer_btn a + a {
    margin-left: 0;
    margin-top: 7rem;
  }
  #footer #pagetop span {
    font-size: 1.1rem;
  }
  #footer .footer_menu {
    display: none;
  }
  #footer .footer_pic01 {
    display: block;
    right: 2rem;
    bottom: -1rem;
  }
}
.loaded,
.move {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.loaded.active,
.move.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.eyecatch {
  background: url(/saiyo/images/common/eyecatch.png) 0 bottom no-repeat;
  background-size: 100% 4.6rem;
  height: 18rem;
  margin-bottom: 10rem;
}
.eyecatch .eyecatch_ttl {
  padding-top: 6.7rem;
  text-align: center;
}
.eyecatch .eyecatch_ttl img {
  width: auto;
  height: 2.7rem;
  margin: 0 auto;
}
.eyecatch .eyecatch_ttl span {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  margin-top: 0.6rem;
}

@media screen and (max-width: 767px) {
  .eyecatch {
    background: url(/saiyo/images/common/eyecatch_sp.png) 0 bottom no-repeat;
    background-size: 100% auto;
    height: 21rem;
    margin-bottom: 8rem;
  }
  .eyecatch .eyecatch_ttl {
    padding-top: 9rem;
  }
}
.l_ttl {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.8rem;
  font-weight: 700;
  background: url(/saiyo/images/common/ttl.svg) center bottom no-repeat;
  background-size: 9rem auto;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

.btn {
  width: 31.5rem;
  height: 5.4rem;
  border-radius: 2.7rem;
  font-size: 1.5rem;
  color: #007985;
  border: 1px solid #007985;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.btn svg {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.7rem;
  height: auto;
}
.btn .icon {
  left: auto;
  right: 2.3rem;
  width: 1.3rem;
}
.btn:hover {
  color: #fff;
  background: #007985;
}
.btn:hover path {
  stroke: #fff;
}
.btn.btn-red {
  background: #D70D18;
  color: #fff;
  border-color: #D70D18;
  -webkit-box-shadow: 0 0.7rem #72B0B1;
          box-shadow: 0 0.7rem #72B0B1;
}
.btn.btn-red path {
  stroke: #fff;
}
.btn.btn-red:hover {
  -webkit-transform: translateY(0.7rem);
  transform: translateY(0.7rem);
  -webkit-box-shadow: 0 0 #72B0B1;
          box-shadow: 0 0 #72B0B1;
}
.btn.btn-red.disable {
  background: #903238;
  border-color: #a2a0a0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 23rem;
  }
  .btn.btn-red {
    width: 31.5rem;
  }
}
.cover {
  position: relative;
}
.cover:before {
  content: "";
  width: 20rem;
  height: 100%;
  top: 0;
  left: 3rem;
  position: absolute;
  z-index: 10;
  background: url(/saiyo/images/about/parts_left.png) 0 0 repeat-x;
  background-size: 100% auto;
}
.cover:after {
  content: "";
  width: 21.4rem;
  height: 100%;
  top: 0;
  right: 3rem;
  position: absolute;
  z-index: 10;
  background: url(/saiyo/images/about/parts_right.png) 0 0 repeat-x;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .cover:before, .cover:after {
    display: none;
  }
}