@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.main_content p, .main_content a, .main_content li {
  font-size: 2.4rem;
  color: #000000;
}

.main_content a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.main_content a:hover {
  color: #6a1717;
}

.main_content .wrap {
  width: 140.8rem;
  margin: 0 auto 18.0rem auto;
}

@media screen and (max-width: 960px) {
  .main_content .wrap {
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_content p, .main_content a, .main_content li {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  .main_content .wrap {
    padding: 0 24px;
  }
}

.headding_wrap {
  aspect-ratio: 1/0.209;
  background-image: url(../img/page-img.jpg);
  background-size: cover;
  margin: 0 0 6.4rem 0;
  position: relative;
}

.headding_wrap h1 {
  font-size: 12.0rem;
  font-weight: normal;
  color: #FCFCFC;
  position: absolute;
  left: 17.2rem;
}

.headding_wrap .english {
  font-size: 14.0rem;
  font-weight: bold;
  color: #FCFCFC;
  opacity: 0.25;
  position: absolute;
  right: 54.0rem;
  bottom: 0;
}

@media screen and (max-width: 460px) {
  .headding_wrap h1 {
    left: 24px;
  }
  .headding_wrap .english {
    right: 24px;
  }
  .headding_wrap::after, .headding_wrap::before {
    display: none;
  }
}

body.single-post .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 60.0rem;
  margin: 8.0rem auto 0 auto;
}

body.single-post .links a {
  font-weight: bold;
  font-size: 3.0rem;
}

.service {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.0rem;
  -webkit-column-gap: 4.0rem;
          column-gap: 4.0rem;
}

.service > .wp-block-column {
  width: 67.4rem;
  padding: 2.0rem;
  background-color: #D7F2FE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  text-align: center;
}

header {
  background-color: #D7F2FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.0rem 4.0rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  color: transparent;
  width: 22.0rem;
  aspect-ratio: 1/0.2954;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

header a {
  color: #17436A;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.0rem;
}

header li {
  font-size: 2.7rem;
}

header li:last-child a {
  background-color: #17436A;
  color: #FBFBFB;
  padding: 1.0rem 1.5rem;
  border-radius: 1.5rem;
}

header .sp_menu, header .navBtn {
  display: none;
}

header .pc_menu a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

header .pc_menu a:hover {
  color: #6a1717;
}

header .pc_menu li:last-child a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

header .pc_menu li:last-child a:hover {
  background-color: #6a1717 !important;
  color: #FBFBFB;
}

header .pc_menu .current_page_item a {
  color: #6a1717;
  pointer-events: none;
}

header .pc_menu li:last-child.current_page_item a {
  pointer-events: none;
  color: #FBFBFB;
  background-color: #6a1717;
}

@media screen and (max-width: 960px) {
  header {
    padding: 15px 20px;
  }
  header .pc_menu {
    display: none;
  }
  header .logo {
    width: 150px;
    height: 45px;
  }
  header .sp_menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #FBFBFB;
  }
  header .sp_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  header .sp_menu a {
    color: #17436A;
    border-bottom: 2px solid #17436A;
  }
  header .sp_menu li {
    font-size: 27px;
  }
  header .sp_menu li:last-child a {
    padding: 0;
    color: #17436A;
    background-color: transparent;
    border-radius: 0;
  }
  header .sp_menu .current_page_item a {
    color: #6a1717;
    pointer-events: none;
    border-color: #6a1717;
  }
  header .cross {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    cursor: pointer;
  }
  header .cross span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 6px;
    border-radius: 4px;
    background-color: #17436A;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
  }
  header .cross span:last-of-type {
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  header .navBtn {
    display: block;
    position: relative;
    z-index: 100;
    width: 50px;
    height: 50px;
    border: 2px solid #17436A;
    background-color: inherit;
    border-radius: 4px;
    background: #FBFBFB;
    cursor: pointer;
  }
  header .navBtn span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 24px;
    height: 4px;
    background-color: #17436A;
    border-radius: 2px;
  }
  header .navBtn span:first-of-type {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  header .navBtn span:last-of-type {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

footer {
  text-align: center;
  padding: 10.0rem 0;
  background-color: #17436A;
  color: #FBFBFB;
  font-size: 3.5rem;
}

footer p {
  margin: 0 0 4.0rem 0;
}

footer p:last-child {
  margin: 0;
}

h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12.0rem 0 7.4rem 0;
  font-size: 4.8rem;
  font-weight: normal;
  background-color: #17436A;
  color: #FBFBFB;
  padding: 7.5rem 20.0rem;
}

h3 {
  font-size: 4rem;
  font-weight: normal;
  margin: 9.4rem 0 6.4rem 20.0rem;
  padding: 3.4rem 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 81.0rem;
  color: #FBFBFB;
  background-color: #00A7E3;
  position: relative;
}

h3::before, h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.3rem;
  left: 0;
  background-color: #FBFBFB;
  position: absolute;
}

h3::before {
  top: 1.8rem;
}

h3::after {
  bottom: 1.8rem;
}

@media screen and (min-width: 3000px) {
  h3 {
    margin: 9.4rem auto 6.4rem auto;
  }
}

@media screen and (max-width: 960px) {
  h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  h3 {
    margin: 9.4rem auto 6.4rem auto;
  }
}

h4 {
  max-width: 50.0rem;
  margin: 4.5rem auto 3.5rem auto;
  font-size: 3rem;
  font-weight: normal;
  border-bottom: 0.7rem solid #399DB2;
  display: block;
  text-align: center;
}

@media screen and (max-width: 960px) {
  h4 {
    max-width: 70%;
    font-size: 16px;
  }
}

.content {
  background-image: url(../img/bird.png);
  background-color: rgba(255, 255, 255, 0.95);
  background-blend-mode: lighten;
  background-size: auto;
}

@media screen and (max-width: 960px) {
  .content {
    background-size: 60.0rem;
  }
}

.content > p {
  font-size: 2.4rem;
  width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .content > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  .content > p {
    padding: 0 24px;
  }
}

.content > .is-layout-flex {
  width: 120rem;
  margin: 0 auto;
}

.content > .wp-block-image {
  margin: 4.0rem auto;
  padding: 0 3.0rem;
  max-width: 120rem;
}

@media screen and (max-width: 960px) {
  .content > .wp-block-image {
    max-width: 70%;
  }
}

.scroll {
  position: fixed;
  width: 10.0rem;
  height: 10.0rem;
  border: solid #FBFBFB 0.4rem;
  border-radius: 50%;
  background-color: #17436A;
  bottom: 3.0rem;
  right: 3.0rem;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.scroll__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #FBFBFB;
}

.scroll__text::before {
  display: block;
  content: '';
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 4.0rem;
  height: 4.0rem;
}

@media screen and (max-width: 960px) {
  .scroll {
    width: 50px;
    height: 50px;
    bottom: 24px;
    right: 24px;
    border: solid #FBFBFB 2px;
  }
  .scroll__text {
    font-size: 14px;
  }
  .scroll__text::before {
    width: 16px;
    height: 16px;
  }
}

.wp-block-button {
  font-size: 4.0rem !important;
}

.wp-block-button__link {
  border-radius: 1.9rem !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.wp-block-button__link:hover {
  background-color: #6a1717 !important;
  color: #FBFBFB;
}

.grecaptcha-badge {
  visibility: hidden;
}

.google-policy {
  margin-top: 40px !important;
  text-align: center;
  font-size: 14px !important;
  color: gray !important;
}

.google-policy a {
  font-size: 14px !important;
  color: #049DBF;
}

.google-policy a:hover {
  color: #049DBF;
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .google-policy {
    font-size: 10px !important;
    text-align: left;
  }
  .google-policy a {
    font-size: 10px !important;
  }
}

.flont-img {
  width: 100%;
  aspect-ratio: 1/0.4;
  background-image: url(../img/flont-img-pc.jpg);
  background-size: contain;
}

@media screen and (max-width: 460px) {
  .flont-img {
    background-image: url(../img/flont-img-sp.jpg);
    aspect-ratio: 1/1.627;
  }
}

.flont-img h1 {
  width: 100px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.home .content {
  padding-bottom: 10.0rem;
}

.content div.arrow-list-wrap {
  width: 70.0rem;
}

@media screen and (max-width: 460px) {
  .content div.arrow-list-wrap {
    width: 120rem;
    padding: 0 24px;
  }
}

.content div.arrow-list-wrap .list {
  padding: 0;
}

.content div.arrow-list-wrap > .wp-block-column:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.content div.arrow-list-wrap > .wp-block-column:last-child {
  width: auto !important;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.content .list {
  font-size: 2.4rem;
  margin-bottom: 2.0rem;
  -webkit-column-gap: 2.0rem;
          column-gap: 2.0rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.content .list > .wp-block-column:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 57px !important;
      flex-basis: 57px !important;
}

@media screen and (max-width: 960px) {
  .content .list > .wp-block-column:first-child {
    -ms-flex-preferred-size: 34px !important;
        flex-basis: 34px !important;
  }
}

.content .list > .wp-block-column:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media screen and (max-width: 960px) {
  .content .list {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  .content .list {
    padding: 0 24px;
  }
}

.content .movie {
  margin-top: 3.0rem;
  margin-bottom: 3.0rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .movie .wp-block-column {
  width: 56.0rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.content .movie .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}

.content .movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .content .movie {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .content .movie .wp-block-column {
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .content .movie {
    padding: 0 24px;
  }
}

.back-blue {
  position: relative;
  padding: 3.0rem 0 7.0rem 0;
  margin: 15.0rem 0 0 0;
  background-color: #D7F2FE;
}

.back-blue .is-layout-flex {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.back-blue::before {
  content: 'Voice';
  display: block;
  position: absolute;
  font-size: 20.0rem;
  color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 5.0rem;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  line-height: 1;
}

.client_wrap {
  width: 120rem;
  margin: 0 auto 2.0rem auto;
}

@media screen and (max-width: 960px) {
  .client_wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 460px) {
  .client_wrap {
    padding: 0 24px;
  }
}

.client {
  background-color: #FCFCFC;
  padding: 2.4rem;
  width: 50%;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.client p {
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .client p {
    font-size: 16px;
  }
}

.client > .is-layout-flex > .wp-block-column:first-child {
  -ms-flex-preferred-size: 57px !important;
      flex-basis: 57px !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

@media screen and (max-width: 960px) {
  .client > .is-layout-flex > .wp-block-column:first-child {
    -ms-flex-preferred-size: 34px !important;
        flex-basis: 34px !important;
  }
}

.client > .is-layout-flex > .wp-block-column:last-child {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

@media screen and (max-width: 960px) {
  .client > .is-layout-flex > .wp-block-column:last-child {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
}

@media screen and (max-width: 960px) {
  .client {
    width: 100%;
  }
}

.seminer_scbl {
  width: 88.0rem;
  margin: 0 auto;
  background-color: #D7F2FE;
  border: solid 0.2rem #0B1727;
  padding: 3.0rem;
}

.seminer_scbl a {
  font-size: 3.0rem;
  color: black;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.seminer_scbl a:hover {
  color: #6a1717;
}

p.textRight {
  font-size: 3.4rem;
  width: 90.0rem;
  text-align: right;
}

p.textLeft {
  font-size: 3.4rem;
  width: 90.0rem;
  text-align: left;
}

@media screen and (max-width: 960px) {
  p.textRight {
    width: 120rem;
  }
  p.textLeft {
    width: 120rem;
  }
}

.close {
  width: 120.0rem;
  margin: 0 auto;
}

.close p {
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 960px) {
  .close p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

body.inquiry .main_content p {
  width: 75%;
  margin: 0 auto;
}

.wp-block-contact-form-7-contact-form-selector {
  width: 100%;
  margin: 4.0rem 0 0 0;
}

form dl {
  width: 75%;
  margin: 0 auto;
  padding: 0 4.0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form dt {
  float: left;
  width: 30%;
  font-size: 2.9rem;
  font-weight: bold;
  color: #000000;
}

form dt span {
  color: #FC032D;
  padding-left: 2.5rem;
}

form dd {
  width: 100%;
  padding-left: 32%;
  margin-bottom: 2.0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form dd input {
  width: 100%;
  font-size: 2.4rem;
  padding: 1.0rem;
  height: auto;
  color: #000000;
  border: solid 2px #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FBFBFB;
  border-radius: 0.5rem;
}

form textarea {
  width: 100%;
  height: 23.2rem;
  padding: 1.0rem;
  font-size: 2.4rem;
  border: solid 2px #000000;
  color: #000000;
  background-color: #FBFBFB;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .submit {
  text-align: center;
}

form .submit input {
  font-size: 3.2rem;
  font-weight: bold;
  color: #FBFBFB;
  background-color: #17436A;
  border: none;
  border-radius: 1.0rem;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

form .submit input:hover {
  background-color: #6a1717 !important;
  color: #FBFBFB;
}

form .wpcf7-not-valid-tip {
  font-size: 2.2rem;
  color: #FC032D;
}

form .wpcf7-response-output, form .wpcf7-mail-sent-ok {
  font-size: 2.4rem;
  text-align: center;
  width: 75% !important;
  margin: 4.0rem auto 0 auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .main_content p {
    width: 100%;
  }
  form dl {
    width: 100%;
  }
  form dt {
    width: 100%;
    float: none;
    font-size: 16px;
  }
  form dd {
    padding-left: 5%;
  }
  form dd input {
    font-size: 20px;
    border-radius: 5px;
  }
  form textarea {
    font-size: 20px;
    border-radius: 5px;
  }
  form .wpcf7-response-output, form .wpcf7-mail-sent-ok {
    width: 100%;
  }
  form .submit input {
    font-size: 18px;
  }
}

.table th, .table td {
  font-size: 2.4rem;
}

.table th {
  width: 130px;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .table th, .table td {
    font-size: 16px;
  }
  .table th {
    width: 80px;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  background-color: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  line-height: 1.8;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

* {
  max-width: 100%;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 52.5%;
  }
}

@media screen and (max-width: 1340px) {
  html {
    font-size: 42.5%;
  }
}

@media screen and (max-width: 1040px) {
  html {
    font-size: 32.5%;
  }
}

@media screen and (max-width: 840px) {
  html {
    font-size: 22.5%;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 20.5%;
  }
}
/*# sourceMappingURL=style.css.map */