@charset "utf-8";
/*
    Theme Name: diver_child
    Template: diver
    Description:  Diverの子テーマです。
    Theme URI: http://tan-taka.com/diver/
    Author: Takato Takagi
 */

/*全体*/
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin-top: 20px;
  text-align: center;
  color: rgba(214, 27, 62, 1);
}

.hidden-fields-container {
  display: none;
}

.gl-header li,
.gl-footer-nav-01_item,
.gl-footer-nav-01_contentItem,
.gl-footer-sns_item.-linkedIn,
.gl-footer-sns_inner li,
.gl-footer-utility_item {
  margin-top: 0px;
}

.gl-footer-copyright {
  width: 250px;
}

.gl-footer-utility {
  width: 80%;
}

.gl-icon-blank {
  vertical-align: top;
}

.gl-lang-list_btn {
  padding: 7px 8px 7px;
}

.gi-menu-globe {
  display: none;
}

.gl-header,
.fn-menu_hamburger-menu {
  z-index: 1000000;
}

@media only screen and (min-width: 1100px) {
  .gl-header.-horizontal .gl-header_globe {
    max-width: 330px;
  }
}

@media only screen and (max-width: 1099px) {
  .gi-menu-globe {
    display: block;
    padding: 14px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .gl-footer-nav-01_single_hdgButton::before {
    content: none;
  }

  .gl-footer-nav-01_single_hdgButton::after {
    content: none;
  }

  .gl-footer-utility {
    width: 100%;
  }
}

@media only screen and (max-width: 1099px) {
  .gl-header_globe-btn {
    display: none;
    text-decoration: none;
  }

  .gl-header_globe-txt {
    display: block;
    font-size: 10px;
  }
}

.fn-megamenu .gl-menu_link.menu-current span {
  color: #cf122e;
  border-color: #cf122e !important;
}

@media only screen and (max-width: 1099px) {
  .fn-megamenu .gl-menu_link.menu-current span {
    color: #cf122e;
    border-bottom: none;
  }
}

.gl-footer-sns {
  padding-right: 0px;
}

.gl-footer-sns_inner {
  margin-right: 0px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: rgba(34, 34, 34, 1);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  word-break:break-all;
}

.my_content {
  min-height: 500px;
}

article {
  box-shadow: unset !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

input, textarea {
  appearance: none;
  -webkit-appearance: none;/*Google Chrome/Safari対応*/
  -moz-appearance: none;/*Firefox対応*/
  -o-appearance: none;/*Opera対応*/
  border-radius: 0;
}

ul {
  padding: 0px;
  list-style: none;
}

/*共通パーツ*/
sup {
  vertical-align: super;
  font-size: 10px;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 1280px) {
  .sp-br {
    display: inline;
  }

  .pc-br {
    display: none;
  }
}

 /*contact-cta*/
.contact-cta {
  position: sticky;
  top: 8px;
  right: 8px;
  z-index: 1000;
  margin-top: 8px;
  margin-right: calc((100% - 1080px) / 2);
  margin-left: auto;
  margin-bottom: 8px;
  width: fit-content;
  min-width: 126px;
}

a.contact-cta__link {
  display: block;
  text-align: center;
  padding: 0 8px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1);
  background: rgba(207, 20, 43, 1);
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .contact-cta {
    position: fixed;
    bottom: 0;
    top: auto;
    right: auto;
    margin: 0;
    padding: 32px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }

  .contact-cta__link {
    margin: auto;
  }
}

/*switching*/
.switching {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: 8px auto;
  max-width: 1080px;
  width: 100%;
}

a.switching__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: rgba(207, 20, 43, 1);
}

.switching__btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/img/gray-arrow.svg") no-repeat center/contain;
}

/*fv*/
.fv {
  position: relative;
  margin: auto;
  padding: 115px 86px 108px;
  max-width: 1440px;
  width: 100%;
  background: url(/wp-content/uploads/img/fv-bg.png) right/cover;
}

.fv::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 85px;
  background: url("/wp-content/uploads/img/scroll.svg") no-repeat center/contain;
}

.fv-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}

.fv-char {
  position: relative;
  font-size: 90px;
}

.fv-char::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.15em;
  height: 0.15em;
  border-radius: 50%;
  background: currentColor;
}

.fv-lead {
  margin-bottom: 45px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}

.fv-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  text-shadow: 0px 0px 6px #FFF;
}

.fv-br {
  display: none;
}

@media screen and (max-width: 1280px) {
  .fv {
    margin-bottom: 60px;
  }

  .fv::after {
    bottom: -85px;
  }

  .fv-title {
    font-size: 40px;
    line-height: 1.8;
    white-space: nowrap;
    -webkit-text-stroke: 3px #fff;
    paint-order: stroke fill;
  }

  .fv-char {
    font-size: 64px;
  }

  .fv-lead {
    font-size: 20px;
  }

  .fv-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .fv {
    text-align: right;
    padding: 54px 10% 28px 0;
    background: url(/wp-content/uploads/img/fv-bg-sp.png) no-repeat center/ 800px;
  }

  .fv-br {
    display: inline;
  }
}

@media screen and (max-width: 500px) {
  .fv {
    text-align: right;
    padding: 54px 15px 28px 0;
    background: url(/wp-content/uploads/img/fv-bg-sp.png) no-repeat -250px center/ 800px;
  }
}

/*top全体*/
.top-wrapper {
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.more-btn-outer.more-btn-right {
  display: flex;
  justify-content: flex-end;
}

a.more-btn {
  display: block;
  position: relative;
  margin-right: 18px;
  width: fit-content;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: rgba(0, 0, 0, 1);
}

.more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 8px;
  height: 14px;
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.jump {
  margin-top: -80px;
  padding-top: 80px;
}

.pc-block {
  display: none;
}

@media screen and (min-width: 1281px) {
  .pc-block {
    display: inline;
  }

  .sp-br {
    display: none;
  }
}

/*news*/
.news {
  text-align: center;
  padding: 100px 15px;
}

.news h2 {
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(214, 27, 62, 1);
}

.news .h2-sub {
  margin: 16px auto 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(214, 27, 62, 1);
}

.news-box-outer {
  text-align: center;
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

.news-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: auto;
  padding: 16px 0px;
  max-width: 1000px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.news-box:hover {
  opacity: 1;
  color: unset;
}

.news-box:hover p {
  opacity: 0.5;
}

.news-box__nolink {
  pointer-events: none;
  cursor: default;
}

.news-date {
  flex-shrink: 0;
  width: 140px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 1);
}

.news-type {
  flex-shrink: 0;
  padding: 6px 0px;
  width: 136px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(95, 95, 95, 1);
}

.news-type-new {
  color: rgba(255, 255, 255, 1);
  background-color:rgba(207, 20, 43, 1)
}

.news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
}

.news .more-btn {
  margin: 56px 18px 0px auto;
}

@media screen and (max-width: 1280px) {
  .news {
    padding: 50px 15px;
  }

  .news h2 {
    font-size: 48px;
  }

  .news .h2-sub {
    margin: 12px 0px 39px;
  }

  .news-box {
    flex-wrap: wrap;
    gap: 8px 24px;
  }

  .news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0px;
    width: 100%;
    white-space: unset;
  }
}

/*business*/
.business {
  padding: 124px 0px;
  background: url(/wp-content/uploads/img/business-bg.png) no-repeat right center / 815px;
}

.business-content {
  margin: auto;
  padding: 0px 15px;
  max-width: 1110px;
  width: 100%;
}

.business h2 {
  font-family: Arial, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(214, 27, 62, 1);
}

.business .h2-sub {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(214, 27, 62, 1);
}

.business-text {
  margin: 56px 0px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 1280px) {
  .business h2 {
    font-size: 58px;
  }

  .business .h2-sub {
    margin: 4px 0px 32px;
  }
}

@media screen and (max-width: 800px) {
  .business {
    padding: 50px 0px;
    background: url(/wp-content/uploads/img/business-bg-sp.png) no-repeat right top / 800px;
  }
}

/*service*/
.service {
  position: relative;
  padding: 124px calc((100% - 1080px) / 2);
  overflow: hidden;
}

.service::before {
  content: "";
  position: absolute;
  left: 0;
  width: 580px;
  height: 100%;
  background: url(/wp-content/uploads/img/service-bg.png) no-repeat left / contain;
  pointer-events: none;
  bottom: 0;
}

.service-content {
  position: relative;
  margin-left: auto;
  max-width: 640px;
  width: 100%;
}

.service h2 {
  text-align: right;
  font-family: Arial, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(214, 27, 62, 1);
}

.service .h2-sub {
  text-align: right;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(214, 27, 62, 1);
}

.service-text {
  margin: 56px 0px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 1);
}

.service a.more-btn {
  margin-left: auto;
}

@media screen and (max-width: 1440px) {
  .service::before {
    left: calc((100vw - 1440px) / 2);
  }
}

@media screen and (max-width: 1280px) {
  .service {
    padding: 50px calc((100% - 1080px) / 2);
  }

  .service::before {
    left: 0;
    width: 375px;
    background: url(/wp-content/uploads/img/service-bg-sp.png) no-repeat left / contain;
  }

  .service-content {
    padding: 0 15px;
  }

  .service h2 {
    font-size: 58px;
  }

  .service .h2-sub {
    margin: 4px 0px 32px;
  }
}

/*about-us*/
.about-us {
  margin: auto;
  padding: 100px 15px;
  max-width: 1440px;
  width: 100%;
  color: rgba(225, 225, 225, 1);
  background: url(/wp-content/uploads/img/about-us-bg.png) center/cover;
}

.about-us-content {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: auto;
  padding: 0px 15px;
  max-width: 1110px;
  width: 100%;
}

.about-us h2 {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.about-us .h2-sub {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.about-us-text {
  margin: 56px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

.about-us-content img {
  width: 360px;
}

.about-us a.more-btn {
  color: rgba(255, 255, 255, 1);
}

.about-us .more-btn::after {
  background: url("/wp-content/uploads/img/white-arrow.svg") no-repeat center/contain;
}

@media screen and (max-width: 1280px) {
  .about-us-content {
    flex-direction: column;
  }

  .about-us {
    padding: 50px 0px;
  }

  .about-us h2 {
    font-size: 58px;
  }

  .about-us .h2-sub {
    margin: 4px 0px 32px;
  }
}

/*recruit*/
.recruit {
  margin: 160px auto 0px;
  padding: 56px 0px;
  max-width: 880px;
  border-top: 18px solid rgba(214, 27, 62, 1);
}

.recruit h2 {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  color: rgba(214, 27, 62, 1);
}

.recruit .h2-sub {
  text-align: center;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(214, 27, 62, 1);
}

.recruit-text {
  text-align: center;
  margin: 56px auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 1);
}

.recruit .more-btn {
  margin-left: auto;
}

@media screen and (max-width: 1280px) {
  .recruit {
    margin: 50px auto 0px;
    padding: 32px 0px;
    max-width: 325px;
  }

  .recruit h2 {
    font-size: 58px;
  }

  .recruit .h2-sub {
    margin: 4px 0px 32px;
  }

  .recruit-text {
    text-align: left;
    margin: 40px auto;
    font-size: 16px;
    line-height: 1.5;
  }
}

/*breadcrumb*/
#breadcrumb {
  padding: 10px 0px 10px;
  box-shadow: unset !important;
}

#breadcrumb ul {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1440px;
  width: 100%;
}

#breadcrumb a {
  color: inherit;
}

@media screen and (max-width: 1100px) {
  #breadcrumb ul {
    padding: 0 16px;
  }
}

#breadcrumb li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0px;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

#breadcrumb li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 10px;
  width: 9px;
  height: 12px;
  background: url("/wp-content/uploads/img/gray-arrow.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

#breadcrumb li:first-child {
  padding-left: 0px;
}

#breadcrumb li:first-child::before {
  display: none;
}

.fa-home::before {
  display: none;
}

/*個別*/
.page-fv {
  padding: 66px 15px 66px;
  background: url(/wp-content/uploads/img/page-fv-bg.png) no-repeat center/1440px;
}

.page-title {
  margin: auto;
  max-width: 1080px;
}

.page-title h1 {
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(214, 27, 62, 1);
}

.page-title p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(214, 27, 62, 1);
}

.wrapper1080 {
  margin: auto;
  padding: 0px 15px;
  max-width: 1110px;
  width: 100%;
}

.page-overview {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.28px;
}

.main-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
}

.border-2color {
  display: block;
  position: relative;
  padding-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(34, 34, 34, 1);
}

.border-2color::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: rgba(214, 27, 62, 1);
}

.border-2color::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(217, 217, 217, 1);
}

.border-2color-long {
  position: relative;
  padding-bottom: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(34, 34, 34, 1);
}

.border-2color-long::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: rgba(26, 0, 83, 1);
}

.border-2color-long::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(217, 217, 217, 1);
}

.border-red {
  padding-bottom: 18px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: rgba(190, 0, 0, 1);
  border-bottom: 2px solid;
}

.border-red-bottom-text {
  margin: 14px 0px 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.external-link {
  position: relative;
}

.external-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/img/red-link-arrow.svg") no-repeat center/contain;
}


@media screen and (max-width: 1280px) {
  .page-overview {
    margin-bottom: 56px;
  }

  .main-heading {
    font-size: 28px;
    font-weight: 500;
  }

  .border-2color {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .border-2color-long {
    font-size: 20px;
    line-height: 1.4;
  }

  .wrapper2 {
    margin: 0px auto 120px;
  }

  .border-red {
    padding-bottom: 15px;
    font-size: 28px;
  }

  .border-red-bottom-text {
    margin: 24px 0px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .page-fv {
    padding: 34px 15px 32px 9%;
    background: url(/wp-content/uploads/img/page-fv-bg-sp.png) no-repeat center/800px;
  }

  .page-title h1 {
    font-size: 40px;
    line-height: 1.6;
  }
}

/*page-404*/
.page-404 {
  text-align: center;
  margin: 100px auto;
}

.page-404 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .page-404 {
    text-align: left;
    margin: 50px auto;
  }
}

/*page-business*/
.page-business {
  margin: 80px auto 100px;
}

.page-business section {
  margin-top: 100px;
}

.business-list {
  display: flex;
  gap: 52px;
  margin-top: 16px;
}

.business-list li a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
}

.business-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 18px;
  height: 19px;
  background: url("/wp-content/uploads/img/double-red-arrow.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.page-business img {
  margin: 32px auto;
}

.page-business h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.business-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1280px) {
  .page-business {
    margin: 56px auto;
  }

  .page-business section {
    margin-top: 56px;
  }

  .business-list {
    flex-direction: column;
    gap: 40px;
  }
}

/*page-news*/
.page-news {
  margin: 80px auto 100px;
}

.page-news .main-heading {
  text-align: center;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
  margin-top: 56px;
}

.news-list li {
  max-width: 344px;
  width: 100%;
}

.news-list li a {
  display: flex;
  flex-direction: column;
}

.news-list-item-img {
  order: 1;
}

.news-list-item-img img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.news-list-item-meta {
  display: flex;
  justify-content: space-between;
  order: 2;
  margin: 16px 0 12px;
  line-height: 28px;
}

.news-list-item-date {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.news-list-item-type {
  text-align: center;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1);
  background: rgba(112, 112, 112, 1);
}

.news-list-item-title {
  order: 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width: 1280px) {
  .page-news {
    margin: 56px auto;
  }

  .news-list {
    flex-direction: column;
    align-items: center;
  }
}

/*page-news-detail*/
.news-detail-title {
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(26, 0, 83, 1);
}

.news-detail {
  margin: 55px auto 180px;
}

.news-detail-img {
  text-align: center;
  margin: 32px auto;
  max-width: 80%;
}

.news-detail-top {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin: 50px 0px 9px;
}

.news-detail-text {
  margin: 32px 0px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.news-detail h2 {
  position: relative;
  margin: 40px 0px 24px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.news-detail h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 24px;
  background: rgba(26, 0, 83, 1);
}

.news-detail h2::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 1px;
  height: 24px;
  background: rgba(26, 0, 83, 1);
}

.news-detail-text a {
  color: blue;
  text-decoration: underline;
}

.news-detail-text .center {
  text-align: center;
}

.news-detail .more-btn {
  font-size: 20px;
  font-weight: 700;
  color: rgba(26, 0, 83, 1);
}

@media screen and (max-width: 1280px) {
  .news-detail-title {
    font-size: 48px;
  }

  .news-detail {
    margin: 30px auto 120px;
  }

  .news-detail-top {
    margin: 30px 0px 9px;
  }

  .news-detail-text {
    margin: 28px 0px 32px;
  }
}

/*contact*/
.page-contact {
  margin: 80px auto 100px;
}

.contact-text {
  margin: 32px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(52, 53, 56, 1);
}

.contact-gray {
  text-align: center;
  padding: 24px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(245, 245, 245, 1);
}

.contact-gray p {
  display: inline-block;
  text-align: left;
}

.contact-form-outer {
  margin: 64px auto 0px;
  max-width: 680px;
  width: 100%;
}

.contact_form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control {
  padding: 14px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
  background-color: rgba(245, 245, 245, 1);
  border: none;
  border-radius: 5px;
}

.form_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: rgba(51, 51, 51, 1);
}

.require {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgba(214, 27, 62, 1);
}

::placeholder {
  color: rgba(128, 128, 128, 1);
}

.contact_form_privacy a {
  text-decoration: underline;
}

#form_submit {
  text-align: center;
  margin-top: 80px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  max-width: 400px;
  width: 100%;
  height: 64px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 1);
  background: rgba(214, 27, 62, 1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

#your-type {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  line-height: 2;
  background: rgba(255, 255, 255, 1);
}

#your-type label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#your-type input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 7px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(86, 86, 86, 1);
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

#your-type input[type="checkbox"]:checked {
  background: rgba(214, 27, 62, 1) url("/wp-content/uploads/img/check.svg") no-repeat center / 12px 9px;
  border-color: rgba(214, 27, 62, 1);
}

@media screen and (max-width: 1280px) {
  .page-contact {
    margin: 56px auto;
  }

  .contact-form-outer {
    margin: 56px auto 0px;
  }

  #form_submit {
    margin-top: 40px;
  }

  .wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 325px;
  }
}

/*page-contact-thanks*/
.page-contact-thanks {
  margin: 80px auto 100px;
}

.page-contact-thanks p:not(.main-heading) {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

a.to-top-link {
  display: block;
  position: relative;
  margin: 60px 24px 0 auto;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: rgba(26, 0, 83, 1);
}

.to-top-link::after {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  right: -24px;
  width: 7px;
  height: 12px;
  background: url("/wp-content/uploads/img/black-arrow.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .page-contact-thanks {
    margin: 56px auto;
  }

  .page-contact-thanks p {
    margin-top: 20px;
  }
}

/*page About Us*/
.page-about-us {
  margin: 80px auto 100px;
}

.page-about-us-text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.28px;
}

.page-about-us section {
  margin-top: 100px;
}

/*page About Us greeting*/
.greeting-content {
  display: flex;
  gap: 40px;
  margin-top: 32px;
}

.greeting-content-text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
}

.greeting-content-text p + p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.28px;
}

.page-about-us-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.45px;
  list-style-type: disc;
  list-style-position: inside;
}

.greeting-img {
  flex-shrink: 0;
  width: 308px;
}

.greeting-img-caption {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.greeting-img p {
  text-align: right;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
}

/*page About Us management-policy*/
.page-about-us-text.management-policy p + p {
  margin-top: 16px;
}

/*page About Us company*/
.company-table {
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
  border-collapse: collapse;
}

.company-table tr {
  border-bottom: 1px solid rgba(202, 202, 202, 1);
}

.company-table th, .company-table td {
  padding: 26px 10px 10px;
}

.company-table th {
  width: 196px;
  font-weight: 700;
}

.last-updated {
  text-align: right;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.28px;
}

/*page About Us officer*/
.officer .company-table td {
  line-height: 3;
}

/*page About Us access*/
.page-about-us iframe {
  margin: 24px 0px 16px;
}

.access-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.6px;
}

.access-text + .access-text {
  margin-top: 16px;
}

/*page About Us locations*/
.page-our-office h3 {
  margin: 40px 0px 32px;
}

.office-name a {
  position: relative;
  display: block;
  margin-left: 21px;
}

.office-name a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  width: 15px;
  height: 15px;
  background: url("/wp-content/uploads/img/link.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.office-name {
  margin: 24px 0px 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  background-color: rgba(245, 245, 245, 1);
  padding: 10px 20px;
}

.base-table {
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  border-collapse: collapse;
  border-top: 1px solid rgba(217, 217, 217, 1);
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.base-table th {
  padding: 8px 24px;
  width: 178px;
  font-weight: 400;
  background-color: rgba(217, 217, 217, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.base-table tr:first-child th {
  border-top: none;
}

.base-table td {
  padding: 8px 24px;
}

.base-table tr td {
  border-top: 1px solid rgba(217, 217, 217, 1);
}

.base-table tr:first-child td {
  border-top: none;
}

.base-table + .border-2color {
  margin-top: 64px;
}

.base-table + h3 {
  margin-top: 64px;
}

.access-link {
  margin-left: 10px;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  /*page About Us*/
  .page-about-us {
    margin: 56px auto;
  }

  .page-about-us section {
    margin-top: 56px;
  }

  /*page About Us greeting*/
  .greeting-content {
    flex-direction: column;
    align-items: center;
  }

  .greeting-img {
    width: 295px;
  }

  /*page About Us vision*/
  .vision-text {
    margin: 24px 0px 56px;
  }

  /*page About Us company-table*/
  .company-table th, .company-table td {
    display: block;
    width: 100%;
  }

  .company-table td {
    padding: 0px 10px 10px;
  }

  /*page About Us access*/
  .page-about-us iframe {
    margin: 24px 0px 16px;
  }

  .access-text + .access-text {
    margin-top: 12px;
  }

  /*page About Us locations*/
  .page-our-office h3 {
    margin: 24px 0px;
  }

  .office-name {
    margin: 24px 0px 0px;
  }

  .base-table {
    border: none;
  }

  .base-table th, .base-table td {
    display: block;
    width: 100%;
  }

  .base-table tr:first-child th {
    border-bottom: none;
  }

  .base-table tr:first-child td {
    border-bottom: none;
  }

  .base-table + h3 {
    margin-top: 32px;
  }
}

/*page-privacy*/
.page-privacy {
  margin: 140px auto;
  padding: 0px 15px;
  max-width: 1110px;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  word-break: break-word;
}

.anchor {
  margin-top: 100px;
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 62px;
}

.anchor-list li a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(207, 20, 43, 1);
}

.anchor-list li a::after {
  content: "";
  width: 18px;
  height: 19px;
  background: url("/wp-content/uploads/img/double-red-arrow.svg") no-repeat center/contain;
}

.privacy-section {
  margin-top: 100px;
}

.privacy-title {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
}

.privacy-text {
  font-size: 16px;
  line-height: 1.8;
}

.privacy-text + .privacy-text {
  margin-top: 24px;
}

.privacy-subtitle {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.privacy-heading {
  margin: 42px auto 10px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.privacy-subtitle + .privacy-heading {
  margin: 16px auto 10px;
}

.privacy-heading::before {
  content: none;
}

.privacy-table {
  margin-top: 48px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6875;
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
}

.privacy-th,
.privacy-td {
  padding: 16px 8px;
  border: 1px solid #c9c9c9;
}

.privacy-th {
  vertical-align: middle;
  width: 25%;
  font-weight: normal;
  word-break: break-word;
  background: #dedede;
}

.privacy-td {
  width: 75%;
}

.privacy-list {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.8;
  list-style: disc;
}

.privacy-text + .privacy-list,
.privacy-list-num + .privacy-text {
  margin-top: 10px;
}

.privacy-list + .privacy-text,
.privacy-list-item > .privacy-text-sub {
  margin-top: 24px;
}

.privacy-list-num {
  margin: 24px 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
}

.privacy-list-num-margin-top-0 {
  margin: 0px 0 0 24px;
}

.privacy-nested .privacy-text {
  margin-top: 0;
}

.privacy-bold {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

a.privacy-link-external {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(207, 20, 43, 1);
}

a.privacy-link-external::before {
  flex-shrink: 0;
  content: "";
  margin-top: 4px;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/img/blank-red.svg") no-repeat center/contain;
}

a.privacy-link-underline {
  text-decoration: underline;
}

a.privacy-link-arrow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(207, 20, 43, 1);
}

a.privacy-link-arrow::before {
  flex-shrink: 0;
  content: "";
  margin-top: 4px;
  width: 9px;
  height: 15px;
  background: url("/wp-content/uploads/img/red-arrow.svg") no-repeat center/contain;
}

.privacy-box {
  margin: 24px;
}

.privacy-list-note {
  margin-top: 24px;
}

.privacy-list-note .privacy-list-item {
  display: flex;
  gap: 4px;
  font-size: 12px;
}

.privacy-list-note span {
  flex-shrink: 0;
}

.mt56 {
  margin-top: 56px;
}

.mt24 {
  margin-top: 24px;
}

.ml24 {
  margin-left: 24px;
}

.privacy-footer {
  text-align: right;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 1280px) {
  .page-privacy {
    margin: 50px auto 90px;
  }

  .privacy-section:first-child {
    margin-top: 50px;
  }

  .anchor {
    margin-top: 50px;
  }
}

/*to-top*/
.to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  margin-right: calc((100% - 1440px) / 2);
  margin-left: auto;
}

.to-top__link:hover {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .to-top {
    margin-right: 0;
  }
}
