/*
Theme Name:ascend_premium-child
Template:ascend_premium
*/
#wrapper.container {
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

p, span {
  font-weight: normal;
  line-height: 1;
}

.entry-content p {
  margin: 0;
}

p:empty {
  display: none;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

table tr:nth-child(even) {
  background: none !important;
}

ul, li, dl, dt, dd {
  padding: 0;
  margin: 0;
}

.entry-content li {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: none;
}

a {
  border: none !important;
}

a:hover {
  border: none !important;
}

#content.container.single-staff {
  width: 100%;
}

button.header_buttonsp {
  width: 60px;
  height: 60px;
  padding: 0;
  background: none;
  border-radius: 5px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}

@media screen and (min-width: 1025px) {
  button.header_buttonsp {
    display: none;
  }
}

button.header_buttonsp div {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

button.header_buttonsp div span {
  width: 100%;
  height: 2px;
  background: #4772AE;
  border-radius: 1px;
  position: absolute;
  left: 50%;
}

button.header_buttonsp div span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

button.header_buttonsp div span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

button.header_buttonsp div span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.mobile_menu {
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  background: #FBFBFB;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.open_menu .mobile_menu {
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

nav.mobile_menu--nav ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto;
  display: -ms-grid;
  display: grid;
  gap: 60px 0;
}

nav.mobile_menu--nav ul li {
  list-style: none;
}

nav.mobile_menu--nav ul li button.to_corp {
  width: 200px;
  padding: 12px 0;
  background: #4772AE;
  border-radius: 5px;
  position: relative;
}

nav.mobile_menu--nav ul li button.to_corp a {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

nav.mobile_menu--nav ul li.sns a {
  color: #141414;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 100px;
      grid-template-columns: 40px 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}

nav.mobile_menu--nav ul li.sns a i.fa-instagram {
  font-size: 3.8rem;
}

nav.mobile_menu--nav ul li.sns a i.fa-facebook {
  font-size: 3.4rem;
}

nav.mobile_menu--nav ul li.sns a span {
  font-size: 1.8rem;
  font-weight: bold;
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_menu .icon {
  margin: 0 10px;
}

.header_menu .icon:hover {
  opacity: 0.7;
}

.header_menu .icon a {
  padding: 0;
}

.header_menu .icon a i {
  font-size: 3rem;
}

.header_menu .header_button {
  margin-left: 10px;
}

.header_menu .header_button:hover {
  opacity: 0.7;
}

.header_menu .header_button button.to_corp {
  width: 200px;
  padding: 12px 0;
  background: #4772AE;
  border-radius: 5px;
  position: relative;
}

.header_menu .header_button button.to_corp a {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

ul.common_buttonbox {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 600px) {
  ul.common_buttonbox {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

ul.common_buttonbox li {
  list-style: none;
  position: relative;
}

ul.common_buttonbox li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

ul.common_buttonbox li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

ul.common_buttonbox li:first-of-type::before {
  background: #4772AE;
}

ul.common_buttonbox li:first-of-type::after {
  border: 3px solid #4772AE;
}

ul.common_buttonbox li:nth-of-type(2)::before {
  background: #374471;
}

ul.common_buttonbox li:nth-of-type(2)::after {
  border: 3px solid #374471;
}

ul.common_buttonbox li:nth-of-type(3)::before {
  background: #3A505B;
}

ul.common_buttonbox li:nth-of-type(3)::after {
  border: 3px solid #3A505B;
}

ul.common_buttonbox li:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

ul.common_buttonbox li button {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  ul.common_buttonbox li button {
    padding: 20px 0;
  }
}

@media screen and (min-width: 1025px) {
  ul.common_buttonbox li button {
    font-size: 2vw;
    padding: 9% 0;
  }
}

ul.common_buttonbox li button:hover.to_list {
  color: #4772AE;
}

ul.common_buttonbox li button:hover.to_entry {
  color: #374471;
}

ul.common_buttonbox li button:hover.to_experience {
  color: #3A505B;
}

ul.common_buttonbox li button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.top_header {
  width: 100%;
  height: auto;
  background: url(https://cover-roof.loc-on.org/wp-content/uploads/2022/01/okroof_top_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_header {
    background: url(https://cover-roof.loc-on.org/wp-content/uploads/2022/01/okroof_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.top_header .box {
  width: 77%;
  margin: 27% auto;
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_header .box {
    width: 50%;
    min-width: 360px;
    margin: 11% auto 9%;
  }
}

.top_logo--board {
  opacity: 0;
  position: relative;
  z-index: 3;
  -webkit-transition: all .8s 2.3s;
  transition: all .8s 2.3s;
}

.loaded .box .top_logo--board {
  opacity: 1;
}

h1.top_logo {
  width: 80%;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -85%) scale(1.1);
          transform: translate(-50%, -85%) scale(1.1);
  z-index: 5;
  -webkit-transition: all 1.5s 2.3s;
  transition: all 1.5s 2.3s;
}

@media screen and (min-width: 600px) {
  h1.top_logo {
    width: 75%;
    -webkit-transform: translate(-50%, -61%) scale(1.1);
            transform: translate(-50%, -61%) scale(1.1);
  }
}

.loaded .box h1.top_logo {
  opacity: 1;
  -webkit-transform: translate(-50%, -85%) scale(1);
          transform: translate(-50%, -85%) scale(1);
}

@media screen and (min-width: 600px) {
  .loaded .box h1.top_logo {
    -webkit-transform: translate(-50%, -61%) scale(1);
            transform: translate(-50%, -61%) scale(1);
  }
}

p.top_message {
  width: 65%;
  opacity: 0;
  display: -ms-grid;
  display: grid;
  gap: 10px 0;
  position: absolute;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 6;
  -webkit-transition: all .8s 3.5s;
  transition: all .8s 3.5s;
}

@media screen and (min-width: 600px) {
  p.top_message {
    width: 82%;
    bottom: 8%;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0 3px;
  }
}

.loaded .box p.top_message {
  opacity: 1;
}

.top_header--imgsp {
  position: absolute;
}

@media screen and (min-width: 600px) {
  .top_header--imgsp {
    display: none;
  }
}

.top_header--imgsp.imgsp01 {
  width: 37%;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-65% - 10px), -30%);
          transform: translate(calc(-65% - 10px), -30%);
  z-index: 3;
}

.loaded .box .top_header--imgsp.imgsp01 {
  -webkit-transform: translate(-65%, -30%);
          transform: translate(-65%, -30%);
}

.top_header--imgsp.imgsp02 {
  width: 22%;
  left: 0;
  top: 32%;
  -webkit-transform: translate(calc(-77% - 10px), 0);
          transform: translate(calc(-77% - 10px), 0);
  z-index: 1;
}

.loaded .box .top_header--imgsp.imgsp02 {
  -webkit-transform: translate(-77%, 0);
          transform: translate(-77%, 0);
}

.top_header--imgsp.imgsp03 {
  width: 53%;
  left: 0;
  top: 60%;
  -webkit-transform: translate(calc(-33% - 10px), 0);
          transform: translate(calc(-33% - 10px), 0);
  z-index: 4;
}

.loaded .box .top_header--imgsp.imgsp03 {
  -webkit-transform: translate(-33%, 0);
          transform: translate(-33%, 0);
}

.top_header--imgsp.imgspleft {
  opacity: 0;
  -webkit-transition: all .8s .5s;
  transition: all .8s .5s;
}

.loaded .box .top_header--imgsp.imgspleft {
  opacity: 1;
}

.top_header--imgsp.imgsp04 {
  width: 50%;
  right: 0;
  top: 0%;
  -webkit-transform: translate(calc(61% + 10px), -61%);
          transform: translate(calc(61% + 10px), -61%);
  z-index: 3;
}

.loaded .box .top_header--imgsp.imgsp04 {
  -webkit-transform: translate(61%, -61%);
          transform: translate(61%, -61%);
}

.top_header--imgsp.imgsp05 {
  width: 33%;
  right: 0;
  top: 8%;
  -webkit-transform: translate(calc(40% + 10px), 0);
          transform: translate(calc(40% + 10px), 0);
  z-index: 5;
}

.loaded .box .top_header--imgsp.imgsp05 {
  -webkit-transform: translate(40%, 0);
          transform: translate(40%, 0);
}

.top_header--imgsp.imgsp06 {
  right: 0;
  top: 26%;
  -webkit-transform: translate(calc(77% + 10px), 0);
          transform: translate(calc(77% + 10px), 0);
  z-index: 5;
  width: 34%;
}

.loaded .box .top_header--imgsp.imgsp06 {
  -webkit-transform: translate(77%, 0);
          transform: translate(77%, 0);
}

.top_header--imgsp.imgsp07 {
  right: 0;
  top: 44%;
  -webkit-transform: translate(calc(45% + 10px), 0);
          transform: translate(calc(45% + 10px), 0);
  z-index: 5;
  width: 30%;
}

.loaded .box .top_header--imgsp.imgsp07 {
  -webkit-transform: translate(45%, 0);
          transform: translate(45%, 0);
}

.top_header--imgsp.imgspright {
  opacity: 0;
  -webkit-transition: all .8s .8s;
  transition: all .8s .8s;
}

.loaded .box .top_header--imgsp.imgspright {
  opacity: 1;
}

.top_header--img01 {
  display: none;
}

@media screen and (min-width: 600px) {
  .top_header--img01 {
    display: block;
    width: 70%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transform: translate(calc(-77% - 10px), -32%);
            transform: translate(calc(-77% - 10px), -32%);
    -webkit-transition: all .8s .5s;
    transition: all .8s .5s;
  }
}

@media screen and (min-width: 600px) {
  .loaded .top_header--img01 {
    opacity: 1;
    -webkit-transform: translate(-77%, -32%);
            transform: translate(-77%, -32%);
  }
}

.top_header--img02 {
  display: none;
}

@media screen and (min-width: 600px) {
  .top_header--img02 {
    display: block;
    width: 61%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    -webkit-transform: translate(calc(91% + 10px), -35%);
            transform: translate(calc(91% + 10px), -35%);
    -webkit-transition: all .8s .8s;
    transition: all .8s .8s;
  }
}

@media screen and (min-width: 600px) {
  .loaded .top_header--img02 {
    opacity: 1;
    -webkit-transform: translate(91%, -35%);
            transform: translate(91%, -35%);
  }
}

.top_header--img03 {
  width: 48%;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translate(-18%, 0);
          transform: translate(-18%, 0);
  -webkit-transition: all .8s 1.1s;
  transition: all .8s 1.1s;
}

@media screen and (min-width: 600px) {
  .top_header--img03 {
    width: 25%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.loaded .top_header--img03 {
  opacity: 1;
}

.top_header--img04 {
  width: 46%;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translate(15%, 0);
          transform: translate(15%, 0);
  -webkit-transition: all .8s 1.4s;
  transition: all .8s 1.4s;
}

@media screen and (min-width: 600px) {
  .top_header--img04 {
    width: 22%;
    right: 25%;
    -webkit-transform: translate(85%, 0);
            transform: translate(85%, 0);
  }
}

.loaded .top_header--img04 {
  opacity: 1;
}

.top_header--img05 {
  opacity: 0;
  width: 46%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: translate(calc(12% + 10px), -85%);
          transform: translate(calc(12% + 10px), -85%);
  -webkit-transition: all .8s 1.7s;
  transition: all .8s 1.7s;
}

@media screen and (min-width: 600px) {
  .top_header--img05 {
    width: 40%;
  }
}

.loaded .box .top_header--img05 {
  opacity: 1;
  -webkit-transform: translate(12%, -85%);
          transform: translate(12%, -85%);
}

.top_header--img06 {
  opacity: 0;
  width: 39%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: translate(calc(-16% - 10px), -93%);
          transform: translate(calc(-16% - 10px), -93%);
  -webkit-transition: all .8s 2s;
  transition: all .8s 2s;
}

@media screen and (min-width: 600px) {
  .top_header--img06 {
    width: 31%;
    -webkit-transform: translate(-18%, -93%);
            transform: translate(-18%, -93%);
  }
}

.loaded .box .top_header--img06 {
  opacity: 1;
  -webkit-transform: translate(-16%, -93%);
          transform: translate(-16%, -93%);
}

section.top_manga--container {
  padding: 50px 0 5px;
  background: #F2ECE2;
}

@media screen and (min-width: 600px) {
  section.top_manga--container {
    padding: 60px 0 5px;
  }
}

@media screen and (min-width: 1025px) {
  section.top_manga--container {
    padding: 70px 0 5px;
  }
}

section.top_manga--container h2 {
  color: #141414;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template-columns: 1fr auto 1fr;
  position: relative;
  gap: 0 20px;
}

@media screen and (min-width: 600px) {
  section.top_manga--container h2 {
    gap: 0 25px;
  }
}

@media screen and (min-width: 1025px) {
  section.top_manga--container h2 {
    gap: 0 30px;
  }
}

section.top_manga--container h2 span {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  section.top_manga--container h2 span {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  section.top_manga--container h2 span {
    font-size: 2.4rem;
  }
}

section.top_manga--container h2 span:nth-of-type(1) {
  margin-right: 5px;
  -ms-grid-column-align: right;
      justify-self: right;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  section.top_manga--container h2 span:nth-of-type(1) {
    margin-right: 15px;
  }
}

section.top_manga--container h2 span:nth-of-type(3) {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  position: relative;
  top: -10px;
  z-index: 1;
}

section.top_manga--container h2 span.number {
  color: #FFF589;
  font-size: 7rem;
  position: relative;
  top: 10px;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  section.top_manga--container h2 span.number {
    font-size: 8rem;
  }
}

@media screen and (min-width: 1025px) {
  section.top_manga--container h2 span.number {
    font-size: 9rem;
  }
}

section.top_manga--container h2 span.number::before {
  content: "6";
  color: #414650;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 10px));
          transform: translate(-50%, calc(-50% - 10px));
}

section.top_manga--container h2 span.img {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 30px));
          transform: translate(-50%, calc(-50% + 30px));
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media screen and (min-width: 600px) {
  section.top_manga--container h2 span.img {
    width: 80%;
    max-width: 650px;
  }
}

@media screen and (min-width: 1025px) {
  section.top_manga--container h2 span.img {
    max-width: 780px;
  }
}

section.top_manga--container h2.show span.img {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_manga--feature {
  margin: 30px auto 60px;
  max-width: 400px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media screen and (min-width: 600px) {
  .top_manga--feature {
    margin: 50px auto 60px;
    max-width: 800px;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature {
    width: 1000px;
    max-width: none;
    margin: 70px auto 60px;
  }
}

.top_manga--feature.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_manga--feature .title_box {
  text-align: center;
  padding: 80px 0 30px;
  margin-bottom: -1px;
  -webkit-clip-path: polygon(0 100%, 0 calc(100% - 1px), 50% 0, 100% calc(100% - 1px), 100% 100%);
          clip-path: polygon(0 100%, 0 calc(100% - 1px), 50% 0, 100% calc(100% - 1px), 100% 100%);
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .title_box {
    padding: 80px 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature .title_box {
    padding: 90px 0 50px;
  }
}

.top_manga--feature .title_box::before {
  font-size: 7rem;
  font-family: "arial" !important;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 600px) {
  .top_manga--feature .title_box::before {
    font-size: 7.6rem;
    bottom: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature .title_box::before {
    font-size: 8.6rem;
    bottom: 24px;
  }
}

.top_manga--feature .title_box h3 {
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .title_box h3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature .title_box h3 {
    font-size: 2.6rem;
  }
}

.top_manga--feature.feature01 .title_box {
  background: #414650;
}

.top_manga--feature.feature01 .title_box::before {
  content: "1";
  color: #B0BFA9;
}

.top_manga--feature.feature01 .title_box h3 {
  color: #fff;
}

.top_manga--feature.feature02 .title_box {
  background: #B0BFA9;
}

.top_manga--feature.feature02 .title_box::before {
  content: "2";
  color: #F2ECE2;
}

.top_manga--feature.feature02 .title_box h3 {
  color: #141414;
}

.top_manga--feature.feature03 .title_box {
  background: #B6D0CF;
}

.top_manga--feature.feature03 .title_box::before {
  content: "3";
  color: #FFFFFF;
}

.top_manga--feature.feature03 .title_box h3 {
  color: #141414;
}

.top_manga--feature.feature04 .title_box {
  background: #414650;
}

.top_manga--feature.feature04 .title_box::before {
  content: "4";
  color: #B0BFA9;
}

.top_manga--feature.feature04 .title_box h3 {
  color: #fff;
}

.top_manga--feature.feature05 .title_box {
  background: #B0BFA9;
}

.top_manga--feature.feature05 .title_box::before {
  content: "5";
  color: #F2ECE2;
}

.top_manga--feature.feature05 .title_box h3 {
  color: #141414;
}

.top_manga--feature.feature06 .title_box {
  background: #B6D0CF;
}

.top_manga--feature.feature06 .title_box::before {
  content: "6";
  color: #FFFFFF;
}

.top_manga--feature.feature06 .title_box h3 {
  color: #141414;
}

.top_manga--feature .manga_box {
  padding: 20px 20px 25px;
  display: -ms-grid;
  display: grid;
  gap: 3px 0;
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .manga_box {
    padding: 20px 25px 30px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 3px;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature .manga_box {
    padding: 25px 110px 40px;
  }
}

.top_manga--feature .manga_box h4 {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 25px;
  opacity: 0;
  position: relative;
  -webkit-transition: all .6s .5s;
  transition: all .6s .5s;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .manga_box h4 {
    font-size: 1.6rem;
    grid-column: span 2;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature .manga_box h4 {
    font-size: 2rem;
  }
}

.top_manga--feature .manga_box h4::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_manga--feature .manga_box h4 span.text {
  padding: 0 15px;
  position: relative;
}

.top_manga--feature .manga_box h4 span.large {
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .manga_box h4 span.large {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature .manga_box h4 span.large {
    font-size: 2.6rem;
  }
}

.top_manga--feature .manga_box div {
  opacity: 0;
}

.top_manga--feature .manga_box div:first-of-type {
  -webkit-transition: all .6s 1.2s;
  transition: all .6s 1.2s;
  margin: 0 0 0;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .manga_box div:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 6px;
  }
}

.top_manga--feature .manga_box div:nth-of-type(2) {
  -webkit-transition: all .6s 1.6s;
  transition: all .6s 1.6s;
  margin: 0 0 0;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .manga_box div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 6px;
  }
}

.top_manga--feature .manga_box div:nth-of-type(3) {
  -webkit-transition: all .6s 2s;
  transition: all .6s 2s;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .manga_box div:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.top_manga--feature .manga_box div:nth-of-type(4) {
  -webkit-transition: all .6s 2.4s;
  transition: all .6s 2.4s;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .manga_box div:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.top_manga--feature.show .manga_box h4 {
  opacity: 1;
}

.top_manga--feature.show .manga_box div {
  opacity: 1;
}

.top_manga--feature.feature01 .manga_box {
  background: #414650;
}

.top_manga--feature.feature01 .manga_box h4 {
  color: #fff;
}

.top_manga--feature.feature01 .manga_box h4::before {
  background-image: linear-gradient(to right, #fff, #fff 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.top_manga--feature.feature01 .manga_box h4 span.text {
  background: #414650;
}

.top_manga--feature.feature02 .manga_box {
  background: #B0BFA9;
}

.top_manga--feature.feature02 .manga_box h4 {
  color: #141414;
}

.top_manga--feature.feature02 .manga_box h4::before {
  background-image: linear-gradient(to right, #141414, #141414 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.top_manga--feature.feature02 .manga_box h4 span.text {
  background: #B0BFA9;
}

.top_manga--feature.feature03 .manga_box {
  background: #B6D0CF;
}

.top_manga--feature.feature03 .manga_box h4 {
  color: #141414;
}

.top_manga--feature.feature03 .manga_box h4::before {
  background-image: linear-gradient(to right, #141414, #141414 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.top_manga--feature.feature03 .manga_box h4 span.text {
  background: #B6D0CF;
}

.top_manga--feature.feature04 .manga_box {
  background: #414650;
}

.top_manga--feature.feature04 .manga_box h4 {
  color: #fff;
}

.top_manga--feature.feature04 .manga_box h4::before {
  background-image: linear-gradient(to right, #fff, #fff 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.top_manga--feature.feature04 .manga_box h4 span.text {
  background: #414650;
}

.top_manga--feature.feature05 .manga_box {
  background: #B0BFA9;
}

.top_manga--feature.feature05 .manga_box h4 {
  color: #141414;
}

.top_manga--feature.feature05 .manga_box h4::before {
  background-image: linear-gradient(to right, #141414, #141414 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.top_manga--feature.feature05 .manga_box h4 span.text {
  background: #B0BFA9;
}

.top_manga--feature.feature06 .manga_box {
  background: #B6D0CF;
}

.top_manga--feature.feature06 .manga_box h4 {
  color: #141414;
}

.top_manga--feature.feature06 .manga_box h4::before {
  background-image: linear-gradient(to right, #141414, #141414 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.top_manga--feature.feature06 .manga_box h4 span.text {
  background: #B6D0CF;
}

.top_manga--feature .text_box {
  width: calc(100% - 40px);
  height: 150px;
  margin: 30px auto 0;
  background: #414650;
  border: 3px solid #414650;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .text_box {
    width: 80%;
    max-width: 600px;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature .text_box {
    width: 90%;
    max-width: 850px;
    margin: 35px auto 0;
  }
}

.top_manga--feature .text_box::before, .top_manga--feature .text_box::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #94CBBA;
  border: 3px solid #414650;
  border-radius: 6px;
  position: absolute;
  left: 10px;
  z-index: 1;
}

.top_manga--feature .text_box::before {
  top: 10px;
}

.top_manga--feature .text_box::after {
  bottom: 10px;
}

.top_manga--feature .text_box .text {
  text-align: center;
  width: calc(100% - 10px);
  height: 100%;
  background: #FFF589;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.top_manga--feature .text_box .text::before, .top_manga--feature .text_box .text::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #94CBBA;
  border: 3px solid #414650;
  border-radius: 6px;
  position: absolute;
  right: 10px;
  z-index: 1;
}

.top_manga--feature .text_box .text::before {
  top: 10px;
}

.top_manga--feature .text_box .text::after {
  bottom: 10px;
}

.top_manga--feature .text_box .text.show .reflection {
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflect .8s ease-in-out forwards;
          animation: reflect .8s ease-in-out forwards;
}

.top_manga--feature .text_box .text p {
  font-weight: bold;
  margin: 3px 0;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .text_box .text p {
    font-size: 2rem;
    margin: 5px 0;
  }
}

@media screen and (min-width: 1025px) {
  .top_manga--feature .text_box .text p {
    font-size: 2.8rem;
    margin: 8px 0;
  }
}

.top_manga--feature .text_box .text p span.green {
  color: #56C3A0;
  font-weight: bold;
}

.top_manga--feature .text_box .text p span.block {
  font-weight: bold;
  margin: 6px 0 3px;
  display: block;
}

@media screen and (min-width: 600px) {
  .top_manga--feature .text_box .text p span.block {
    margin: 0;
    display: inline;
  }
}

@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  21% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  21% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.top_req_point {
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_req_point {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .top_req_point {
    max-width: 980px;
  }
}

.top_req_point::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.top_req_point.req_point01::before {
  background: url(https://cover-roof.loc-on.org/wp-content/uploads/2021/11/req_point01_back.jpg);
  background-size: cover;
}

.top_req_point.req_point02::before {
  background: url(https://cover-roof.loc-on.org/wp-content/uploads/2021/11/req_point02_back.jpg);
  background-size: cover;
}

.top_req_point.req_point03::before {
  background: url(https://cover-roof.loc-on.org/wp-content/uploads/2021/11/req_point03_back.jpg);
  background-size: cover;
}

.top_req_point p {
  text-align: center;
  width: 270px;
  height: 100%;
  padding: 4.5% 0;
  background: #fff;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(30px, 0) skew(-25deg, 0);
          transform: translate(30px, 0) skew(-25deg, 0);
}

@media screen and (min-width: 600px) {
  .top_req_point p {
    width: 350px;
    padding: 3% 0;
    -webkit-transform: translate(50px, 0) skew(-25deg, 0);
            transform: translate(50px, 0) skew(-25deg, 0);
  }
}

@media screen and (min-width: 1025px) {
  .top_req_point p {
    width: 430px;
  }
}

.top_req_point p span {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  position: relative;
  -webkit-transform: skew(25deg, 0);
          transform: skew(25deg, 0);
}

@media screen and (min-width: 600px) {
  .top_req_point p span {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .top_req_point p span {
    font-size: 3rem;
  }
}

.top_req_point.req_point01 p {
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.top_req_point.req_point02 p {
  margin: 0 auto;
  -webkit-transition: all .8s .5s;
  transition: all .8s .5s;
}

.top_req_point.req_point03 p {
  margin: 0 0 0 auto;
  -webkit-transition: all .8s 1s;
  transition: all .8s 1s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.top_contents.show .top_req_point p {
  opacity: 1;
  -webkit-transform: translate(0, 0) skew(-25deg, 0);
          transform: translate(0, 0) skew(-25deg, 0);
}

.top_welcome_container {
  padding: 100px 0 40px;
  background: url(https://cover-roof.loc-on.org/wp-content/uploads/2021/11/top_welcome_back.jpg);
  position: relative;
}

@media screen and (min-width: 1025px) {
  .top_welcome_container {
    padding: 105px 0 50px;
  }
}

.top_welcome_container::before {
  content: "";
  width: 60px;
  height: 30px;
  background: url(https://cover-roof.loc-on.org/wp-content/uploads/2021/11/yellow_tri.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

@media screen and (min-width: 600px) {
  .top_welcome_container::before {
    width: 80px;
    height: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .top_welcome_container::before {
    width: 100px;
    height: 45px;
  }
}

.top_strong--box {
  width: 90%;
  max-width: 360px;
  padding: 30px 0 50px;
  margin: 0 auto 40px;
  background: #4772AE;
  border: 3px solid #414650;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_strong--box {
    max-width: 800px;
    padding: 20px 20px 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 0 20px;
  }
}

@media screen and (min-width: 1025px) {
  .top_strong--box {
    max-width: 980px;
    padding: 30px 30px 40px;
    margin: 0 auto 50px;
    gap: 0 30px;
  }
}

.top_strong--box::before, .top_strong--box::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #94CBBA;
  border: 3px solid #fff;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.top_strong--box::before {
  left: 10px;
}

.top_strong--box::after {
  right: 10px;
}

.top_strong--box .strong_point {
  background: #fff;
  width: 58%;
  padding-top: 58%;
  margin: 0 auto 30px;
  border-radius: 100%;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .8s;
  transition: all .8s;
}

@media screen and (min-width: 600px) {
  .top_strong--box .strong_point {
    width: 100%;
    padding-top: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .top_strong--box .strong_point {
    margin: 0 auto 40px;
  }
}

.top_strong--box .strong_point.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 600px) {
  .top_strong--box .strong_point:nth-of-type(2) {
    -webkit-transition: all .8s .3s;
    transition: all .8s .3s;
  }
}

@media screen and (min-width: 600px) {
  .top_strong--box .strong_point:nth-of-type(3) {
    -webkit-transition: all .8s .6s;
    transition: all .8s .6s;
  }
}

.top_strong--box .strong_point p {
  color: #4772AE;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) {
  .top_strong--box .strong_point p {
    font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  }
}

@media screen and (min-width: 1025px) {
  .top_strong--box .strong_point p {
    font-size: 3rem;
  }
}

.top_strong--box .strong_point p span {
  font-weight: bold;
  position: relative;
}

.top_strong--box .strong_point p span::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #F77575;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 600px) {
  .top_strong--box.show .strong_point {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top_strong--box p.message {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  .top_strong--box p.message {
    font-size: 1.8rem;
    grid-column: span 3;
  }
}

@media screen and (min-width: 1025px) {
  .top_strong--box p.message {
    font-size: 2.4rem;
  }
}

.top_strong--box p.message::before, .top_strong--box p.message::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #94CBBA;
  border: 3px solid #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}

.top_strong--box p.message::before {
  left: 10px;
}

.top_strong--box p.message::after {
  right: 10px;
}

.top_strong--box p.message span {
  font-weight: bold;
  line-height: 1.6;
}

.top_strong--box p.message span.block {
  display: block;
}

.top_strong--box p.message span.block span.large {
  font-size: 1.6rem;
  display: block;
}

@media screen and (min-width: 600px) {
  .top_strong--box p.message span.block span.large {
    font-size: 2.2rem;
    display: inline;
  }
}

@media screen and (min-width: 1025px) {
  .top_strong--box p.message span.block span.large {
    font-size: 2.8rem;
  }
}

.top_welcome_container p.welcome {
  text-align: center;
  width: 82%;
  max-width: 330px;
  margin: 0 auto 15px;
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media screen and (min-width: 600px) {
  .top_welcome_container p.welcome {
    max-width: 380px;
    margin: 0 auto 20px;
    -webkit-transition: all .6s 2s;
    transition: all .6s 2s;
  }
}

@media screen and (min-width: 1025px) {
  .top_welcome_container p.welcome {
    max-width: 480px;
    margin: 0 auto 30px;
  }
}

.top_welcome_container p.welcome.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_welcome_container p.welcome::before, .top_welcome_container p.welcome::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #56C3A0;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media screen and (min-width: 600px) {
  .top_welcome_container p.welcome::before, .top_welcome_container p.welcome::after {
    height: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .top_welcome_container p.welcome::before, .top_welcome_container p.welcome::after {
    height: 50px;
  }
}

.top_welcome_container p.welcome::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.top_welcome_container p.welcome::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.top_welcome_container p.welcome span {
  text-align: center;
  font-weight: bold;
  width: 94%;
  margin: 0 auto;
  display: block;
  position: relative;
}

@media screen and (min-width: 600px) {
  .top_welcome_container p.welcome span {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .top_welcome_container p.welcome span {
    font-size: 2.6rem;
  }
}

.top_welcome_container p.welcome span::before, .top_welcome_container p.welcome span::after {
  content: "";
  width: 2px;
  height: 24px;
  background: #56C3A0;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media screen and (min-width: 600px) {
  .top_welcome_container p.welcome span::before, .top_welcome_container p.welcome span::after {
    height: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .top_welcome_container p.welcome span::before, .top_welcome_container p.welcome span::after {
    height: 36px;
  }
}

.top_welcome_container p.welcome span::before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.top_welcome_container p.welcome span::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

@media screen and (min-width: 600px) {
  .top_welcome_container.show p.welcome {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.top_welcome_container p.annotation {
  color: #7B7B7B;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media screen and (min-width: 600px) {
  .top_welcome_container p.annotation {
    font-size: 1.4rem;
    -webkit-transition: all .6s 2.3s;
    transition: all .6s 2.3s;
  }
}

@media screen and (min-width: 1025px) {
  .top_welcome_container p.annotation {
    font-size: 1.6rem;
  }
}

.top_welcome_container p.annotation.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 600px) {
  .top_welcome_container.show p.annotation {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.page_animation {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}

.page_animation.loaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.page_titlebox {
  text-align: center;
  padding: 70px 0 30px;
  margin-bottom: -1px;
  background: #F2ECE2;
  -webkit-clip-path: polygon(0 100%, 0 calc(100% - 1px), 50% 0, 100% calc(100% - 1px), 100% 100%);
          clip-path: polygon(0 100%, 0 calc(100% - 1px), 50% 0, 100% calc(100% - 1px), 100% 100%);
  position: relative;
}

@media screen and (min-width: 600px) {
  .page_titlebox {
    padding: 90px 0 45px;
  }
}

@media screen and (min-width: 1025px) {
  .page_titlebox {
    padding: 12% 0 4%;
  }
}

.page_titlebox h1 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 600px) {
  .page_titlebox h1 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .page_titlebox h1 {
    font-size: 2.9vw;
  }
}

.page_titlebox h1 span:first-of-type {
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.page_titlebox h1 span.img {
  width: auto;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) {
  .page_titlebox h1 span.img {
    height: 75px;
    top: 75%;
  }
}

@media screen and (min-width: 1025px) {
  .page_titlebox h1 span.img {
    height: 11vw;
    top: 85%;
  }
}

.page_titlebox h1 span.img img {
  height: 100%;
}

button.entry_button {
  font-size: 1.6rem;
  width: 100%;
  padding: 10px 0;
  background: #374471;
  position: relative;
}

@media screen and (min-width: 600px) {
  button.entry_button {
    font-size: 1.8rem;
    width: 50%;
    padding: 20px 0;
    margin: 0 25%;
  }
}

@media screen and (min-width: 1025px) {
  button.entry_button {
    font-size: 2rem;
    width: 40%;
    padding: 25px 0;
    margin: 0 30%;
  }
}

button.entry_button:hover {
  opacity: 0.7;
}

button.entry_button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

button.entry_button input {
  background: #374471;
  padding: 0;
}

button.entry_button span.wpcf7-spinner {
  position: absolute;
}

.recruit_container {
  padding: 100px 0 0;
}

.recruit_container .recruit_box {
  padding: 30px 0;
  background: #F2ECE2;
  position: relative;
}

@media screen and (min-width: 600px) {
  .recruit_container .recruit_box {
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .recruit_container .recruit_box {
    padding: 50px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .recruit_container .recruit_box {
    padding: 6vw 0 50px;
    gap: 60px;
  }
}

.recruit_container .recruit_box .item {
  text-align: center;
  width: 90%;
  max-width: 340px;
  height: 140px;
  padding: 30px 40px 0;
  margin: 0 auto 30px;
  background: #414650;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .recruit_container .recruit_box .item {
    height: 150px;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 768px) {
  .recruit_container .recruit_box .item {
    height: 160px;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .recruit_container .recruit_box .item {
    height: 180px;
  }
}

@media screen and (min-width: 768px) {
  .recruit_container .recruit_box .item:first-of-type {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

.recruit_container .recruit_box .item::before, .recruit_container .recruit_box .item::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #94CBBA;
  border: 3px solid #fff;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.recruit_container .recruit_box .item::before {
  left: 10px;
}

.recruit_container .recruit_box .item::after {
  right: 10px;
}

.recruit_container .recruit_box .item .dot::before, .recruit_container .recruit_box .item .dot::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #94CBBA;
  border: 3px solid #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}

.recruit_container .recruit_box .item .dot::before {
  left: 10px;
}

.recruit_container .recruit_box .item .dot::after {
  right: 10px;
}

.recruit_container .recruit_box .item p.term {
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}

@media screen and (min-width: 600px) {
  .recruit_container .recruit_box .item p.term {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .recruit_container .recruit_box .item p.term {
    font-size: 1.8rem;
  }
}

.recruit_container .recruit_box .item p.term::before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #fff, #fff 7px, transparent 7px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recruit_container .recruit_box .item p.term span {
  font-weight: bold;
  padding: 0 15px;
  background: #414650;
  position: relative;
}

.recruit_container .recruit_box .item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 75%;
  position: absolute;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) {
  .recruit_container .recruit_box .item a {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .recruit_container .recruit_box .item a {
    font-size: 2rem;
  }
}

.recruit_container .recruit_box .item a:hover {
  opacity: 0.7;
}

.recruit_container .recruit_box .to_back {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .recruit_container .recruit_box .to_back {
    grid-column: span 2;
  }
}

.recruit_container .recruit_box .to_back button {
  color: #141414;
  font-size: 1.4rem;
  padding: 30px 20px;
  background: #B6D0CF;
  position: relative;
}

@media screen and (min-width: 600px) {
  .recruit_container .recruit_box .to_back button {
    padding: 35px 25px;
  }
}

@media screen and (min-width: 1025px) {
  .recruit_container .recruit_box .to_back button {
    font-size: 1.6rem;
    padding: 40px 30px;
  }
}

.recruit_container .recruit_box .to_back button:hover {
  opacity: 0.7;
}

.recruit_container .recruit_box .to_back button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.requirements_container {
  padding: 100px 0 0;
}

article.single_staff {
  background: #F2ECE2;
  padding: 30px 0;
}

@media screen and (min-width: 600px) {
  article.single_staff {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1025px) {
  article.single_staff {
    padding: 6vw 0 50px;
  }
}

.single_staffbox {
  width: 90%;
  padding: 25px 25px 35px;
  margin: 0 auto 30px;
  border-radius: 5px;
  background: #fff;
}

@media screen and (min-width: 600px) {
  .single_staffbox {
    max-width: 700px;
    padding: 30px 30px 40px;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 1025px) {
  .single_staffbox {
    max-width: 900px;
    padding: 45px;
    margin: 0 auto 45px;
  }
}

.single_staffbox dl.single_staff--dl {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .single_staffbox dl.single_staff--dl {
    margin-bottom: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 130px 1fr;
        grid-template-columns: 130px 1fr;
  }
}

@media screen and (min-width: 1025px) {
  .single_staffbox dl.single_staff--dl {
    -ms-grid-columns: 170px 1fr;
        grid-template-columns: 170px 1fr;
  }
}

.single_staffbox dl.single_staff--dl dt, .single_staffbox dl.single_staff--dl dd {
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .single_staffbox dl.single_staff--dl dt, .single_staffbox dl.single_staff--dl dd {
    font-size: 1.6rem;
  }
}

.single_staffbox dl.single_staff--dl dt {
  font-weight: bold;
  padding: 8px 10px;
  background: #E8E4E4;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 600px) {
  .single_staffbox dl.single_staff--dl dt {
    padding: 15px 10px 15px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .single_staffbox dl.single_staff--dl dt {
    padding: 20px 10px 20px 25px;
  }
}

.single_staffbox dl.single_staff--dl dd {
  padding: 12px 10px;
}

@media screen and (min-width: 600px) {
  .single_staffbox dl.single_staff--dl dd {
    padding: 15px 10px 15px 20px;
    border-top: 1px solid #707070;
  }
}

@media screen and (min-width: 1025px) {
  .single_staffbox dl.single_staff--dl dd {
    padding: 20px 10px 20px 35px;
  }
}

.single_staffbox dl.single_staff--dl dd br {
  display: block !important;
}

.requirements_container .to_back {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .requirements_container .to_back {
    grid-column: span 2;
  }
}

.requirements_container .to_back button {
  color: #141414;
  font-size: 1.4rem;
  padding: 30px 20px;
  background: #B6D0CF;
  position: relative;
}

@media screen and (min-width: 600px) {
  .requirements_container .to_back button {
    padding: 35px 25px;
  }
}

@media screen and (min-width: 1025px) {
  .requirements_container .to_back button {
    font-size: 1.6rem;
    padding: 40px 30px;
  }
}

.requirements_container .to_back button:hover {
  opacity: 0.7;
}

.requirements_container .to_back button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.entry_container {
  padding: 100px 0 0;
}

.entry_container .entry_box {
  padding: 30px 0;
  background: #F2ECE2;
}

@media screen and (min-width: 600px) {
  .entry_container .entry_box {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box {
    padding: 6vw 0 50px;
  }
}

.entry_container .entry_box .entry_form {
  width: 90%;
  padding: 25px 25px 35px;
  margin: 0 auto 35px;
  background: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 600px) {
  .entry_container .entry_box .entry_form {
    max-width: 700px;
    padding: 30px 30px 40px;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_form {
    max-width: 900px;
    padding: 30px 45px 45px;
    margin: 0 auto 45px;
  }
}

.entry_container .entry_box .entry_form .staff_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 0 15px;
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_form .staff_info {
    gap: 0 20px;
  }
}

.entry_container .entry_box .entry_form .staff_info p {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_form .staff_info p {
    font-size: 1.6rem;
  }
}

.entry_container .entry_box .entry_form p.must {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 15px 0;
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_form p.must {
    font-size: 1.6rem;
    margin: 20px 0;
  }
}

.entry_container .entry_box .entry_form p.must span.must_sign {
  color: #FF0000;
  font-size: 1.8rem;
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_form p.must span.must_sign {
    font-size: 2rem;
  }
}

.entry_container .entry_box .entry_tel {
  text-align: center;
  width: 85%;
  padding: 25px 0;
  margin: 0 auto 20px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 600px) {
  .entry_container .entry_box .entry_tel {
    max-width: 640px;
  }
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_tel {
    max-width: 810px;
    padding: 30px 0;
  }
}

.entry_container .entry_box .entry_tel p:first-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .entry_container .entry_box .entry_tel p:first-of-type {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_tel p:first-of-type {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.entry_container .entry_box .entry_tel a {
  color: #141414;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .entry_container .entry_box .entry_tel a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_tel a {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.entry_container .entry_box .entry_tel a:hover {
  opacity: 0.7;
}

.entry_container .entry_box .entry_tel p.reception {
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .entry_container .entry_box .entry_tel p.reception {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .entry_container .entry_box .entry_tel p.reception {
    font-size: 1.8rem;
  }
}

dl.form_dl {
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  dl.form_dl {
    margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 130px 1fr;
        grid-template-columns: 130px 1fr;
  }
}

@media screen and (min-width: 1025px) {
  dl.form_dl {
    -ms-grid-columns: 170px 1fr;
        grid-template-columns: 170px 1fr;
  }
}

dl.form_dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 10px;
  background: #E8E4E4;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 600px) {
  dl.form_dl dt {
    padding: 18px 10px;
  }
}

@media screen and (min-width: 1025px) {
  dl.form_dl dt {
    font-size: 1.6rem;
    padding: 23px 20px;
  }
}

dl.form_dl dt span.must_sign {
  color: #FF0000;
  font-size: 1.8rem;
}

@media screen and (min-width: 1025px) {
  dl.form_dl dt span.must_sign {
    font-size: 2rem;
  }
}

dl.form_dl dd {
  padding: 15px 5px;
}

@media screen and (min-width: 600px) {
  dl.form_dl dd {
    padding: 10px;
    border-top: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  dl.form_dl dd {
    padding: 13px;
  }
}

dl.form_dl dd input[type="text"], dl.form_dl dd input[type="email"], dl.form_dl dd textarea {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
}

@media screen and (min-width: 1025px) {
  dl.form_dl dd input[type="text"], dl.form_dl dd input[type="email"], dl.form_dl dd textarea {
    padding: 10px 12px;
  }
}

dl.form_dl dd span.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

dl.form_dl dd span.wpcf7-list-item {
  font-size: 1.4rem;
  margin: 0 12px 0 5px;
}

@media screen and (min-width: 1025px) {
  dl.form_dl dd span.wpcf7-list-item {
    font-size: 1.6rem;
  }
}

#containerfooter.footerclass {
  padding: 0;
}

#containerfooter.footerclass .footerbase {
  margin: 0;
  background: #F2F2F2;
  position: relative;
}

.okroof_footer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 0;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
}

.okroof_footer figure.logo {
  width: 90%;
  margin: 0 auto 15px;
}

@media screen and (min-width: 1025px) {
  .okroof_footer figure.logo {
    width: 170px;
  }
}

.okroof_footer p.name {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .okroof_footer p.name {
    font-size: 1.6rem;
  }
}

.okroof_footer .address {
  text-align: left;
  margin-bottom: 35px;
}

.okroof_footer .address p {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media screen and (min-width: 1025px) {
  .okroof_footer .address p {
    font-size: 1.2rem;
  }
}

.okroof_footer small {
  line-height: 1;
}

#topcontrol .to_the_top {
  display: none;
}

button.page_top {
  color: #141414;
  font-size: 1.1rem;
  padding: 5px 20px;
  background: none;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: translate(0, 330%) rotate(90deg);
          transform: translate(0, 330%) rotate(90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (min-width: 600px) {
  button.page_top {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 30px 0  0;
    opacity: 0;
    position: fixed;
    right: 3%;
    top: 85%;
    -webkit-transform: translate(0, calc(80% - 50px));
            transform: translate(0, calc(80% - 50px));
  }
}

@media screen and (min-width: 600px) {
  button.page_top.scroll {
    opacity: 1;
    -webkit-transform: translate(0, 80%);
            transform: translate(0, 80%);
  }
}

@media screen and (min-width: 600px) {
  button.page_top.show {
    opacity: 1;
  }
}

button.page_top::before {
  content: "";
  width: 20px;
  height: 85px;
  background: url(https://cover-roof.loc-on.org/wp-content/uploads/2021/11/page-top-sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 10px)) rotate(-90deg);
          transform: translate(-50%, calc(-50% + 10px)) rotate(-90deg);
}

@media screen and (min-width: 600px) {
  button.page_top::before {
    width: 55px;
    height: 28px;
    background: url(https://cover-roof.loc-on.org/wp-content/uploads/2021/11/page-top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
/*# sourceMappingURL=style.css.map */