@charset "UTF-8";
/*
Theme Name: My theme
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
*/
.business .business-content-section .text-block-wrapper, .business, #service, .career, .company-outline, .message, #aboutUs, body:not([class*=custom-page-css-]) main h1 + .wp-block-post-content,
body:not([class*=custom-page-css-]) .blog-page h1 + .wp-block-post-content {
  position: relative;
  max-width: 1100px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .business .business-content-section .text-block-wrapper, .business, #service, .career, .company-outline, .message, #aboutUs, body:not([class*=custom-page-css-]) main h1 + .wp-block-post-content,
  body:not([class*=custom-page-css-]) .blog-page h1 + .wp-block-post-content {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wp-block-contact-form-7-contact-form-selector, .page-contact {
  position: relative;
  max-width: 840px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector, .page-contact {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#service h2, .company-outline h2, .message h2 {
  margin-bottom: 1.5em;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #service h2, .company-outline h2, .message h2 {
    margin-bottom: 0.9em;
  }
}
#service h2::after, .company-outline h2::after, .message h2::after {
  content: "";
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 0.8em;
  background-color: #908f8f;
}
#service h2 .text, .company-outline h2 .text, .message h2 .text {
  margin-top: 8px;
  font-size: 19px;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  #service h2 .text, .company-outline h2 .text, .message h2 .text {
    font-size: 18px;
  }
}

.business .business-content-section .text-block li, ul.dot li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.1em;
}
.business .business-content-section .text-block li::before, ul.dot li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.business .business-content-section .text-block li:last-child, ul.dot li:last-child {
  margin-bottom: 0;
}

html,
body {
  height: 100%;
  margin: 0;
}
html *:focus,
body *:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
body > .wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* ビューポートの高さを基準にする */
  background-color: #ffffff;
}
@media (max-width: 767px) {
  body > .wp-site-blocks {
    background-color: #ffffff;
  }
}
body main.wp-block-group {
  margin-top: 0px;
  width: 100%;
  max-width: none;
}
body main.wp-block-group > div {
  margin-top: 0;
}
body p {
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

body:not([class*=custom-page-css-]) main h2,
body:not([class*=custom-page-css-]) .blog-page h2 {
  font-size: 20px;
  margin-bottom: 1em;
  position: relative;
  font-weight: bold;
  color: #2964a0 !important;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body:not([class*=custom-page-css-]) main h2,
  body:not([class*=custom-page-css-]) .blog-page h2 {
    font-size: 18px;
    margin-bottom: 0.6em;
  }
}
body:not([class*=custom-page-css-]) main * + h2,
body:not([class*=custom-page-css-]) .blog-page * + h2 {
  margin-top: 1.8em;
}
body:not([class*=custom-page-css-]) main h3,
body:not([class*=custom-page-css-]) .blog-page h3 {
  color: #333333;
  font-size: 18px !important;
  font-weight: bold;
}
body:not([class*=custom-page-css-]) main * + h3,
body:not([class*=custom-page-css-]) .blog-page * + h3 {
  margin-top: 1.5em;
}
body:not([class*=custom-page-css-]) main h4,
body:not([class*=custom-page-css-]) .blog-page h4 {
  color: #333333;
  font-size: 16px !important;
  font-weight: bold;
}
body:not([class*=custom-page-css-]) main * + h4,
body:not([class*=custom-page-css-]) .blog-page * + h4 {
  margin-top: 1.5em;
}
body:not([class*=custom-page-css-]) main strong,
body:not([class*=custom-page-css-]) .blog-page strong {
  color: #507daf;
}
body:not([class*=custom-page-css-]) main h1 + .wp-block-post-content,
body:not([class*=custom-page-css-]) .blog-page h1 + .wp-block-post-content {
  margin-top: 72px !important;
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  body:not([class*=custom-page-css-]) main h1 + .wp-block-post-content,
  body:not([class*=custom-page-css-]) .blog-page h1 + .wp-block-post-content {
    margin-top: 54px !important;
    margin-bottom: 56px !important;
  }
}
body:not([class*=custom-page-css-]) main .wp-block-list,
body:not([class*=custom-page-css-]) .blog-page .wp-block-list {
  list-style: none;
  max-width: none;
}
body:not([class*=custom-page-css-]) main .wp-block-list li,
body:not([class*=custom-page-css-]) .blog-page .wp-block-list li {
  position: relative;
  padding-left: 1em;
}
body:not([class*=custom-page-css-]) main .wp-block-list li::before,
body:not([class*=custom-page-css-]) .blog-page .wp-block-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
body:not([class*=custom-page-css-]) main p,
body:not([class*=custom-page-css-]) .blog-page p {
  margin-bottom: 1.3em;
}

@media (min-width: 769px) and (min-width: 769px) {
  a {
    transition: opacity 0.1s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}
a:hover, a:focus, a:active {
  text-decoration: none !important;
  outline-width: 0px;
}

button:hover, button:focus, button:active {
  outline-width: 0px;
}

h1.main-title {
  opacity: 0;
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 129px 60px 82px;
  background: #295e9a url("assets/images/header-bg-lowdir.jpg") no-repeat 50% bottom;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  font-size: 40px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  h1.main-title {
    width: 100vw;
    height: 100%;
    margin-left: calc(-50vw + 50%) !important;
    padding: 90px 60px 49px;
    font-size: 28px !important;
    letter-spacing: 0.08em;
    background: #295e9a url("assets/images/header-bg-lowdir-sp.jpg") no-repeat 50% bottom;
    background-size: cover;
  }
}
h1.main-title::after {
  content: "";
  margin-top: 8px;
  font-size: 0.4em;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 500;
}
h1.main-title span {
  margin-top: 17px;
  display: block;
  font-size: 20px !important;
}
@media (max-width: 767px) {
  h1.main-title span {
    margin-top: 10px;
    font-size: 18px !important;
    letter-spacing: 0.1em;
  }
}

#hero {
  margin-top: 0;
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 500px;
  padding: 150px 60px 132px;
  background: #295e9a url("assets/images/header_bg.jpg") no-repeat 50% bottom;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #hero {
    background: url("assets/images/header_bg_sp.jpg") no-repeat left bottom;
    padding: 90px 15px 80px;
    background-size: cover;
    min-height: 0;
  }
}
#hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("assets/images/company-text-header.png") 20px bottom no-repeat;
}
@media (max-width: 767px) {
  #hero::after {
    background-size: contain;
    background-position: 5px bottom;
  }
}
#hero .subtitle {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  display: inline-flex;
  position: relative;
  letter-spacing: 0.08em;
  align-items: center;
}
@media (max-width: 767px) {
  #hero .subtitle {
    font-size: 22px;
  }
}
#hero .subtitle::after {
  content: "";
  position: absolute;
  bottom: -3px;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
#hero .subtitle .gray {
  position: relative;
  display: inline-flex;
  height: 0.5em;
  margin: 0 0.2em;
}
#hero .subtitle .gray::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url("assets/images/icon-x.png") 0 0 no-repeat;
  background-size: contain;
}
#hero .subtitle-2 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #hero .subtitle-2 {
    font-size: 16px;
  }
}
#hero .add-mb {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #hero .add-mb {
    margin-bottom: 34px;
  }
}
#hero h1 {
  font-size: 50px;
  margin-bottom: 25px;
  color: #ffffff;
}
@media (max-width: 767px) {
  #hero h1 {
    font-size: 33px;
    font-weight: bold;
  }
}
#hero h1 span {
  font-weight: bold;
  white-space: nowrap;
}

#aboutUs {
  margin-bottom: 200px;
}
#aboutUs::after {
  content: "";
  background: url(assets/images/bg-aboutus.png) no-repeat bottom center;
  position: absolute;
  top: 141px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  z-index: 0 !important;
}
@media (max-width: 767px) {
  #aboutUs::after {
    background: url(assets/images/bg-aboutus-sp.png) no-repeat bottom center;
    background-size: 200%;
    top: 60px;
    right: 0;
  }
}
#aboutUs .content-block-wrapper {
  background-color: #ffffff;
  padding: 50px 20px 44px 50px;
  border-radius: 12px;
  border-bottom-right-radius: 0;
  z-index: 1;
  position: relative;
  left: 2px;
}
@media (max-width: 1023px) {
  #aboutUs .content-block-wrapper {
    left: 0px;
  }
}
@media (max-width: 767px) {
  #aboutUs .content-block-wrapper {
    padding: 0 10px 20px 20px;
  }
}
#aboutUs .content-block {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1023px) {
  #aboutUs .content-block {
    flex-direction: column;
  }
}
#aboutUs h2 {
  color: #234e9c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.2em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #aboutUs h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#aboutUs .text-group,
#aboutUs .image-group {
  flex: 1 1 50%;
  box-sizing: border-box;
}
#aboutUs .text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8px;
}
@media (max-width: 767px) {
  #aboutUs .text-group {
    padding-left: 0;
  }
}
#aboutUs .text-group p {
  margin-bottom: 0.8em;
  font-size: 17px;
}
#aboutUs .image-group img {
  width: 92%;
  height: auto;
  display: block;
}
@media (max-width: 1023px) {
  #aboutUs .image-group img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #aboutUs .image-group img.for-pc {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #aboutUs .image-group img.for-sp {
    display: none !important;
  }
}
#aboutUs .first {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  #aboutUs .first {
    flex-direction: column-reverse;
  }
}
#aboutUs .first .text-group {
  flex: 0 0 56%;
}
#aboutUs .first .image-group img {
  opacity: 0;
}
@media (max-width: 1023px) {
  #aboutUs .first .image-group img {
    opacity: 1;
  }
}
#aboutUs .first .image-group::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -78px;
  margin: auto;
  width: 500px;
  height: 400px;
  background: url("assets/images/img_section1.png") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  #aboutUs .first .image-group::after {
    top: 50px;
    right: -48px;
    width: 470px;
  }
}
@media (max-width: 1023px) {
  #aboutUs .first .image-group::after {
    content: none;
  }
}
#aboutUs .second {
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  #aboutUs .second {
    flex-direction: column;
  }
}
#aboutUs .second .text-group {
  flex-basis: 70%;
  padding-left: 0;
  padding-right: 56px;
}
@media (max-width: 1023px) {
  #aboutUs .second .text-group {
    flex-basis: 100%;
    padding-right: 0;
  }
}
#aboutUs .second .image-group img {
  width: 360px;
}
@media (max-width: 1023px) {
  #aboutUs .second .image-group img {
    width: 100%;
  }
}

.message {
  margin-top: 140px !important;
  margin-bottom: 92px !important;
}
@media (max-width: 767px) {
  .message {
    margin-top: 94px !important;
    margin-bottom: 132px !important;
  }
}
.message .message-block {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .message .message-block {
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .message .message-block {
    margin-bottom: 36px;
  }
}
.message .message-block .image-block {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .message .message-block .image-block {
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .message .message-block .image-block {
    margin-bottom: 20px;
  }
}
.message .message-block .image-block img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .message .message-block .text-block {
    flex: 1;
  }
}
.message .message-block .text-block h3 {
  font-size: 20px;
  margin-bottom: 1.2em;
  padding-bottom: 12px;
  position: relative;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .message .message-block .text-block h3 {
    font-weight: 700;
    font-size: 18px;
  }
}
.message .message-block .text-block h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.5em;
  height: 1px;
  background-color: #2964a0;
}
.message .message-block .text-block p {
  line-height: 1.8;
  margin-bottom: 1.3em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .message .message-block .text-block p {
    font-size: 15px;
  }
}
.message .message-block .text-block .ceo-name {
  text-align: right;
  margin-top: 3em;
}

.company-outline {
  margin-bottom: 95px !important;
}
@media (max-width: 767px) {
  .company-outline {
    margin-bottom: 64px !important;
  }
}
.company-outline .company-info {
  display: flex;
  flex-direction: column;
}
.company-outline .company-info .info-item {
  border-bottom: 1px solid #2964a0;
  display: flex;
  padding: 24px 40px 24px 24px;
}
@media (max-width: 767px) {
  .company-outline .company-info .info-item {
    padding: 16px 0;
  }
}
.company-outline .company-info .info-item dt {
  width: 10em;
  font-weight: 500;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .company-outline .company-info .info-item dt {
    padding: 0;
    flex: 0 0 6em;
  }
}
.company-outline .company-info .info-item dd {
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}

.page-id-8001 #contact,
.page-id-8070 #contact {
  display: none !important;
}

.career {
  margin-top: 72px !important;
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  .career {
    margin-top: 66px !important;
    margin-bottom: 56px !important;
  }
}
.career h2 {
  font-size: 20px;
  margin-bottom: 1.2em;
  padding-bottom: 12px;
  position: relative;
  font-weight: bold;
  color: #2964a0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .career h2 {
    margin-bottom: 0;
  }
}
.career p {
  line-height: 1.8;
  margin-bottom: 1.3em;
}
.career .block-wrapper {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .career .block-wrapper {
    display: flex;
    gap: 32px;
  }
  .career .block-wrapper:first-child {
    flex-direction: row-reverse;
  }
}
.career .block-wrapper:nth-of-type(2) {
  margin-bottom: 60px;
}
.career .block-wrapper .image-block {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .career .block-wrapper .image-block {
    flex: 0 0 45%;
    margin-bottom: 0;
  }
}
.career .block-wrapper .image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .career .block-wrapper .text-block {
    flex: 1;
    padding-right: 20px;
  }
}
.career .details-wrapper {
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .career .details-wrapper {
    margin-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.career .details-wrapper h2 {
  margin-bottom: 6px;
}
.career .details-wrapper h2::before {
  content: "●";
  margin-right: 0.3em;
}
.career .image-set {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.career .image-set img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.career dl {
  display: grid;
  grid-template-columns: 30% 70%;
  border-top: 1px solid #5f5e5e;
}
@media (max-width: 767px) {
  .career dl {
    grid-template-columns: 1fr;
  }
}
.career dl dt,
.career dl dd {
  padding: 20px 32px;
  border-bottom: 1px solid #5f5e5e;
  margin: 0;
}
@media (max-width: 767px) {
  .career dl dt,
  .career dl dd {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .career dl dt {
    grid-template-columns: 1fr;
    border-bottom: none;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .career dl dd {
    padding-top: 0px;
  }
}
.career .example {
  border: 1px solid #5f5e5e;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .career .example {
    flex-wrap: wrap;
    border: none;
    margin-bottom: 12px;
    padding: 12px;
  }
}
.career .example:first-of-type {
  border-bottom: none;
  position: relative;
}
.career .example:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: #5f5e5e;
}
.career .example:nth-of-type(2) {
  border-top: none;
}
.career .example img {
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .career .example img {
    width: 40%;
  }
}
.career .example p {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .career .example p {
    font-size: 18px;
  }
}
.career .example .career-only-pc {
  font-size: 19px;
}
@media (max-width: 768px) {
  .career .example .career-only-pc {
    display: none !important;
  }
}
.career .example .career-only-sp {
  flex-basis: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  .career .example .career-only-sp {
    display: none !important;
  }
}
.career .flow {
  width: 60%;
  min-width: 640px;
  margin: auto;
}
@media (max-width: 767px) {
  .career .flow {
    min-width: 0;
    width: 100%;
  }
}
.career .entry-message {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .career .entry-message {
    text-align: left;
    font-size: 16px;
  }
}
.career .entry-message > p {
  margin-bottom: 0.4em;
}
.career .entry-message .entry-button {
  display: inline-block;
  margin-top: 16px;
  background: #f7e233;
  padding: 12px 32px;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  width: 60%;
  max-width: 480px;
  position: relative;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .career .entry-message .entry-button {
    background-image: linear-gradient(to top, #f7c200 50%, #f7e233 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 0.2s ease;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .career .entry-message .entry-button {
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .career .entry-message .entry-button:hover {
    background-position: bottom;
    color: #000 !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
}
.career .entry-message .entry-button::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 60px;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url("assets/images/icon-arrow-3.png") 0 0 no-repeat;
  background-size: contain;
}
.career .strong_blue {
  color: #6e93bc;
}

#service {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #service {
    margin-bottom: 48px;
  }
}
#service h3 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.2em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #service h3 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}
#service .content-block {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 60px;
  padding: 0 54px;
}
@media (max-width: 1023px) {
  #service .content-block {
    padding: 0;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #service .content-block {
    gap: 20px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1023px) {
  #service .content-block.second {
    flex-direction: column-reverse;
  }
}
#service .text-group,
#service .image-group {
  flex: 1 1 50%;
  box-sizing: border-box;
}
#service .text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#service .text-group p {
  margin-bottom: 0.8em;
  font-size: 17px;
}
@media (max-width: 767px) {
  #service .text-group p {
    font-size: 15px;
  }
}
#service .image-group img {
  width: 100%;
  height: auto;
  display: block;
}
#service .main-btn-wrapper {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #service .main-btn-wrapper {
    margin-top: 24px;
  }
}
#service .main-btn-wrapper a.main-btn {
  position: relative;
  min-width: 320px;
  min-height: 54px;
  padding: 12px 100px 13px 100px;
  background-color: #1355c8;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
  display: flex-inline;
  justify-content: center;
}
@media (min-width: 768px) {
  #service .main-btn-wrapper a.main-btn {
    background-image: linear-gradient(to top, #1e97e7 50%, #1355c8 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 0.2s ease;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  #service .main-btn-wrapper a.main-btn {
    min-width: 0;
    display: block;
    max-width: 280px;
  }
}
#service .main-btn-wrapper a.main-btn::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url("assets/images/icon-arrow-1.png") 0 0 no-repeat;
  background-size: contain;
}
#service .main-btn-wrapper a.main-btn:hover {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #service .main-btn-wrapper a.main-btn:hover {
    background-position: bottom;
    color: #ffffff !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
}

#contact {
  padding: 36px 60px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  #contact {
    flex-direction: column;
    padding: 30px 20px 10px;
  }
}
#contact * {
  z-index: 1;
}
#contact::after {
  content: "";
  background: url("assets/images/contact-bg-white-pc.png"), linear-gradient(to right, #1355c8 0%, #96d8f5 50%, #96d8f5 100%);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  z-index: 0 !important;
}
@media (max-width: 767px) {
  #contact::after {
    background: url("assets/images/contact-bg-white-sp.png"), linear-gradient(to right, #1355c8 0%, #96d8f5 50%, #96d8f5 100%);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
#contact h2 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  #contact h2 {
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
}
#contact h2 .text {
  margin-top: 8px;
  font-size: 0.4em;
  letter-spacing: 0.04em;
  display: block;
}
@media (max-width: 767px) {
  #contact .wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
#contact p {
  color: #ffffff;
}
@media (min-width: 768px) {
  #contact p br {
    display: none;
  }
}
#contact .main-btn-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  #contact .main-btn-wrapper {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0px;
  }
}
#contact .main-btn-wrapper a.main-btn {
  position: absolute;
  width: 270px;
  min-height: 50px;
  top: -50px;
  right: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.06em;
  background-color: #262626;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  #contact .main-btn-wrapper a.main-btn {
    background-image: linear-gradient(to top, #636363 50%, #262626 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 0.2s ease;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  #contact .main-btn-wrapper a.main-btn {
    position: relative;
    right: unset;
    min-height: 40px;
    font-size: 16px;
    width: auto;
    padding: 0 43px;
    top: 2px;
  }
}
@media (min-width: 768px) {
  #contact .main-btn-wrapper a.main-btn:hover {
    background-position: bottom;
    color: white !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
}
#contact .main-btn-wrapper a.main-btn::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 7px;
  background: url("assets/images/icon-arrow-2.png") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #contact .main-btn-wrapper a.main-btn::after {
    right: 15px;
  }
}

.business {
  margin-top: 100px !important;
  margin-bottom: 60px !important;
}
@media (max-width: 839px) {
  .business {
    margin-top: 68px !important;
    margin-bottom: 30px !important;
  }
}
.business .big-image-wrapper {
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 32px;
}
@media (max-width: 839px) {
  .business .big-image-wrapper {
    margin-bottom: 18px;
  }
}
.business .big-image-wrapper img {
  width: 100%;
  height: auto;
}
.business h2 {
  font-size: 21px;
  margin-bottom: 32px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.09em;
}
@media (max-width: 839px) {
  .business h2 {
    color: #0054a7;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 19px;
  }
}
.business p {
  line-height: 1.7;
  margin-bottom: 1.3em;
}
.business p:last-child {
  margin-bottom: 0;
}
.business .business-content-section {
  width: 100vw;
  height: 100%;
  margin-left: calc(-50vw + 50%);
  background: url("assets/images/business-bg.png") 0 0 repeat-y;
  padding: 40px 0;
  background-size: 100%;
  margin-bottom: 24px;
}
@media (max-width: 839px) {
  .business .business-content-section {
    padding: 0 0 26px;
    margin-bottom: 0;
    background-color: #e5eef5;
    background-image: none !important;
  }
}
.business .business-content-section:nth-child(even) {
  background-image: url("assets/images/business-bg-rv.png");
}
.business .business-content-section h3 {
  font-size: 20px;
  color: #0054a7;
  margin-bottom: 0.9em;
  font-weight: bold;
  padding-bottom: 0.4em;
  position: relative;
  letter-spacing: 0.08em;
}
@media (max-width: 839px) {
  .business .business-content-section h3 {
    font-size: 18px;
    text-align: center;
    color: #020202;
    padding-bottom: 0.8em;
    margin-bottom: 1.2em;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}
.business .business-content-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.5em;
  height: 1px;
  background-color: #0054a7;
}
@media (max-width: 839px) {
  .business .business-content-section h3::after {
    right: 0;
  }
}
.business .business-content-section .text-block-wrapper {
  display: flex;
  flex-direction: row;
  gap: 44px;
  align-items: center;
}
@media (max-width: 839px) {
  .business .business-content-section .text-block-wrapper {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
.business .business-content-section .text-block-wrapper.first {
  padding-right: 0;
}
@media (max-width: 1023px) {
  .business .business-content-section .text-block-wrapper.first {
    padding-right: 20px;
  }
}
.business .business-content-section .text-block-wrapper.second {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .business .business-content-section .text-block-wrapper.second {
    padding-left: 20px;
  }
}
.business .business-content-section .text-block-wrapper.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 839px) {
  .business .business-content-section .text-block-wrapper.reverse {
    flex-direction: column-reverse;
  }
}
.business .business-content-section .text-block ul {
  margin-bottom: 1.4em;
}
.business .business-content-section .image-block {
  flex: 0 0 360px;
}
@media (max-width: 839px) {
  .business .business-content-section .image-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 100%;
  }
}
.business .business-content-section .image-block img {
  width: 100%;
  height: auto;
}
@media (max-width: 839px) {
  .business .business-content-section .image-block img {
    width: 80%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.business .faq {
  background: #eceded;
  padding-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .business .faq {
    margin-top: 60px;
    padding-bottom: 10px;
  }
}
.business .faq h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 25px;
  color: #ffffff;
  background-color: #0054a7;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .business .faq h2 {
    padding: 18px;
  }
}
.business .faq .faq-item {
  width: 80%;
  margin: 0 auto 20px;
  border: 1px solid #0054a7;
}
@media (max-width: 991px) {
  .business .faq .faq-item {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.business .faq .faq-item .q {
  font-weight: bold;
  margin-bottom: 0;
  background-color: #0054a7;
  color: #ffffff;
  padding: 12px 40px 12px;
  position: relative;
}
@media (max-width: 991px) {
  .business .faq .faq-item .q {
    padding: 4px 10px;
    min-height: 72px;
    display: flex;
    align-items: center;
  }
}
.business .faq .faq-item .q::before {
  content: "Q.";
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .business .faq .faq-item .q::before {
    left: 18px;
  }
}
.business .faq .faq-item .q p {
  padding-left: 40px;
  margin-bottom: 0.2em;
  line-height: 1.6;
}
.business .faq .faq-item .a {
  padding-left: 1em;
  background-color: #ffffff;
  padding: 15px 40px 25px;
}
@media (max-width: 991px) {
  .business .faq .faq-item .a {
    position: relative;
    padding: 15px 10px;
  }
}
.business .faq .faq-item .a::before {
  content: "A.";
  position: absolute;
  color: #2b609e;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .business .faq .faq-item .a::before {
    left: 18px;
  }
}
.business .faq .faq-item .a p {
  padding-left: 40px;
  margin-bottom: 0.2em;
  line-height: 1.6;
}
.business .contact-cta {
  text-align: center;
  margin-top: 40px;
}
.business .contact-cta .contact-button {
  display: inline-block;
  margin-top: 12px;
  background: #005bac;
  color: #fff;
  padding: 12px 24px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 768px) {
  .business .business-block,
  .business .business-block.reverse {
    flex-direction: row;
    align-items: center;
  }
  .business .business-block .text-block,
  .business .business-block .image-block,
  .business .business-block.reverse .text-block,
  .business .business-block.reverse .image-block {
    flex: 1;
  }
  .business .business-block .text-block,
  .business .business-block.reverse .text-block {
    padding: 0 20px;
  }
  .business .business-block.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 840px) {
  .business .for-only-sp {
    display: none !important;
  }
}
@media (max-width: 839px) {
  .business .for-only-pc {
    display: none !important;
  }
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}
header > .wp-block-group {
  padding-right: 124px;
  padding-left: 30px;
  padding-top: 30px !important;
  padding-bottom: 24px !important;
}
@media (max-width: 991px) {
  header > .wp-block-group {
    padding-left: 20px;
  }
}
header > .wp-block-group > .wp-block-group {
  max-width: none;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  header > .wp-block-group {
    padding-right: 14px;
  }
}
header .header-contact a {
  padding: 7px 20px 8px;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  header .header-contact a {
    background-image: linear-gradient(to top, white 50%, #262626 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 0.2s ease;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 768px) {
  header .header-contact a:hover {
    background-position: bottom;
    color: #262626 !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
}
header #contact-button {
  display: none;
}
@media (max-width: 991px) {
  header #contact-button {
    display: inline-block;
    padding: 8px 20px;
    background-color: #262626;
    font-size: 14px;
    position: absolute;
    right: 74px;
    top: 24px;
    border-radius: 9999px;
  }
  header #contact-button:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  header #contact-button {
    text-indent: -9999px;
    right: 66px;
    top: 20px;
  }
  header #contact-button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("assets/images/contact.svg") 0 0 no-repeat;
    background-size: contain;
  }
}
header .wp-block-site-logo {
  position: relative;
  top: -10px;
  width: 280px;
}
@media (max-width: 767px) {
  header .wp-block-site-logo {
    width: 220px;
    left: -5px;
  }
}
header .has-base-background-color {
  background-color: transparent !important;
}
header .wp-block-navigation__container.wp-block-navigation {
  font-size: 16px;
  width: 100%;
}
header .wp-block-navigation__container.wp-block-navigation .wp-block-navigation-item {
  position: relative;
  padding-right: 12px !important;
}
@media (max-width: 991px) {
  header .wp-block-navigation__container.wp-block-navigation .wp-block-navigation-item {
    display: block;
    width: 100%;
    padding-right: 0px !important;
    padding: 20px 0 !important;
    border-top: 1px solid #ffffff;
    align-items: flex-start !important;
  }
  header .wp-block-navigation__container.wp-block-navigation .wp-block-navigation-item:last-child {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  header .wp-block-navigation__container.wp-block-navigation .header-contact a {
    position: relative;
    top: -8px;
  }
}
@media (max-width: 991px) {
  header .wp-block-navigation__container.wp-block-navigation .header-contact a {
    background-color: transparent;
    background-image: none !important;
  }
  header .wp-block-navigation__container.wp-block-navigation .header-contact a:hover {
    color: #ffffff !important;
  }
}
header a {
  color: #ffffff !important;
}
header .wp-block-navigation__responsive-container {
  display: none;
}
header .wp-block-navigation__responsive-container.open {
  display: flex;
}
@media (max-width: 991px) {
  header .wp-block-navigation__responsive-container {
    padding-top: 40px !important;
    background-color: #3a86db !important;
  }
  header .wp-block-navigation__responsive-container.is-menu-open {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
    left: 0;
  }
  header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: none;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: block;
  }
}
@media (max-width: 991px) {
  header .wp-block-navigation__responsive-container-close {
    color: #ffffff;
    background-color: transparent;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .wp-block-navigation__responsive-container-close:hover {
    color: #ffffff;
  }
  header .wp-block-navigation__responsive-container-close svg {
    fill: #ffffff;
  }
}
@media (max-width: 991px) {
  header .wp-block-navigation__responsive-container-open {
    display: block !important;
    color: #ffffff;
    border: 1px solid #2871bb;
    background-color: #0054a7;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  header .wp-block-navigation__responsive-container-open:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  header .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
}
@media (max-width: 991px) {
  header .wp-block-navigation__responsive-container-open::before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
    position: absolute;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 991px) {
  header nav.is-responsive {
    right: 16px;
    top: 20px;
    position: fixed !important;
    z-index: 8888;
  }
}
@media (max-width: 767px) {
  header nav.is-responsive {
    right: 12px;
    top: 15px;
  }
}
header .wp-block-navigation__container {
  align-items: flex-start !important;
}
header .wp-block-navigation__responsive-container-content {
  align-items: flex-start !important;
}

footer {
  background: #d4d5d5 url("assets/images/company-text.png") bottom right no-repeat;
  background-size: 55%;
  padding: 60px 60px;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  footer {
    padding: 32px;
    background-size: 70%;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
footer .footer-info {
  flex: 1;
  min-width: 300px;
  text-align: left;
}
footer .footer-info .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
  margin-top: 30px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  footer .footer-info .footer-logo {
    margin-bottom: 24px;
    margin-top: 0px;
    margin-right: 0px;
  }
}
footer .footer-info .footer-logo img {
  width: 340px;
}
@media (max-width: 767px) {
  footer .footer-info .footer-logo img {
    width: 240px;
  }
}
footer .footer-info .footer-logo .footer-company-name {
  font-weight: bold;
  font-size: 1.2rem;
  display: none;
}
footer .footer-info address {
  font-style: normal;
  line-height: 1.8;
  position: relative;
  padding-left: 36px;
  margin-bottom: 40px;
}
footer .footer-info address::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #787878;
}
footer .footer-info address > p {
  margin-bottom: 5px;
  font-weight: bold;
}
footer .footer-map img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
@media (min-width: 768px) {
  footer .footer-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 44px 0 64px;
    padding: 0;
    list-style: none;
  }
}
@media (max-width: 767px) {
  footer .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2列 */
    gap: 15px 40px; /* 行・列の間隔 */
    padding: 24px 16px;
    margin: 0;
    list-style: none;
    grid-auto-flow: row dense; /* 空きを詰めて配置 */
  }
}
footer .footer-nav ul li {
  margin: 0 32px;
}
@media (max-width: 767px) {
  footer .footer-nav ul li {
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer .footer-nav ul li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
}
footer .footer-nav ul a {
  text-decoration: none;
  color: #000;
}
footer .footer-copy {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 12px;
}

.fixed-button {
  position: fixed;
  bottom: 10px;
  left: 20px;
  background-color: transparent;
  color: #ffffff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  display: none; /* Start with display: none; so jQuery can fade it in */
  width: 300px;
}
@media (max-width: 767px) {
  .fixed-button {
    width: 60%;
    max-width: 240px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 5px;
  }
}

.common-button:not(.wp-block-button) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px 32px;
  background: linear-gradient(90deg, #d4bf71, #f8edb8, #d4bf71);
  text-decoration: none;
  font-weight: bold;
  margin-top: 32px;
  min-height: 56px;
}
@media (min-width: 769px) {
  .common-button:not(.wp-block-button) {
    max-width: 360px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .common-button:not(.wp-block-button) {
    transition: opacity 0.1s ease;
  }
  .common-button:not(.wp-block-button):hover {
    opacity: 0.7;
  }
}
.common-button:not(.wp-block-button).common-button--w100 {
  max-width: 100%;
}

.common-button.wp-block-button {
  width: 100%;
}
.common-button.wp-block-button a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px 32px;
  background: linear-gradient(90deg, #d4bf71, #f8edb8, #d4bf71);
  text-decoration: none;
  font-weight: bold;
  margin-top: 32px;
  min-height: 56px;
  color: #000;
  border-radius: 0;
  font-size: 15px;
}
@media (min-width: 769px) {
  .common-button.wp-block-button a {
    max-width: 360px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .common-button.wp-block-button a {
    transition: opacity 0.1s ease;
  }
  .common-button.wp-block-button a:hover {
    opacity: 0.7;
  }
}
.common-button.wp-block-button.common-button--w100 a {
  max-width: 100%;
}

.common-icon-link {
  padding-right: 1em;
}
.common-icon-link::after {
  content: "　→";
  width: 1em;
  height: 1em;
}

.page main h1 {
  margin-left: 0;
}
.page main h2,
.page main h3,
.page main h4,
.page main h5,
.page main h6 {
  max-width: none;
}
.page main .wp-block-group,
.page main hr,
.page main p,
.page main .wp-block-table {
  max-width: none;
}
.page main .entry-content {
  padding-left: 0;
  padding-right: 0;
}
.page main .entry-content > .wp-block-group {
  padding-top: 3em !important;
}
.page main .entry-content .wp-block-group {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page main .entry-content .wp-block-group {
    position: relative;
    left: 2px;
  }
}
.page main .wp-block-columns {
  margin-right: auto;
  margin-left: auto;
}

.gtranslate_wrapper {
  position: absolute;
  width: 5em;
  right: 0.8em;
  top: 14px;
  z-index: 100;
}
@media (max-width: 991px) {
  .gtranslate_wrapper {
    position: relative !important;
    left: 0px;
    top: 12px;
    display: flex;
    justify-content: start;
    width: 100%;
  }
}
@media (max-width: 355px) {
  .gtranslate_wrapper {
    left: 30px;
  }
}
.gtranslate_wrapper .gt_switcher_wrapper {
  top: 28px !important;
  display: flex;
  flex-direction: row-reverse;
  box-shadow: 0 0 8px rgba(122, 122, 122, 0.5);
  border-radius: 9999px;
}
@media (max-width: 991px) {
  .gtranslate_wrapper .gt_switcher_wrapper {
    position: relative !important;
    left: 0 !important;
    border-radius: 8px;
    overflow: hidden;
  }
}
.gtranslate_wrapper a.glink {
  background-color: #ffffff;
  padding: 3px 20px 3px 5px;
  color: #444444 !important;
  border-radius: 9999px 0 0 9999px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .gtranslate_wrapper a.glink {
    background-image: linear-gradient(to top, #262626 50%, white 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 0.2s ease;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .gtranslate_wrapper a.glink {
    border-radius: 0;
    font-size: 15px;
  }
}
.gtranslate_wrapper a.glink:first-child {
  border-radius: 0 9999px 9999px 0;
}
@media (max-width: 991px) {
  .gtranslate_wrapper a.glink:first-child {
    border-radius: 0;
  }
}
.gtranslate_wrapper a.glink:nth-of-type(2) {
  position: relative;
  padding-right: 0;
  padding-left: 20px;
}
.gtranslate_wrapper a.glink:nth-of-type(2)::after {
  content: "/";
  font-size: 15px;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .gtranslate_wrapper a.glink:not(.gt-current-lang):hover {
    background-position: bottom;
    color: white !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
}
.gtranslate_wrapper a.glink.gt-current-lang {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.gtranslate_wrapper a.glink.gt-current-lang:hover {
  opacity: 1;
}

.page-contact {
  margin-top: 80px !important;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-contact {
    margin-top: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.page-contact > p {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-contact > p {
    text-align: left;
    font-size: 15px;
  }
}
.page-contact .title {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 20px;
}
.page-contact .small-text {
  margin-top: 15px;
  font-size: 0.9rem !important;
}
.page-contact .link {
  margin-top: 28px;
  color: #4e4e4e;
}

.page-contact-h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 32px;
}

.wp-block-contact-form-7-contact-form-selector label {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector label {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector label {
    display: flex;
    align-items: center;
  }
  .wp-block-contact-form-7-contact-form-selector label:last-child {
    align-items: flex-start;
  }
}
.wp-block-contact-form-7-contact-form-selector label .form-title {
  display: block;
  margin-right: 20px;
  display: inline-flex;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector label .form-title {
    display: block;
    width: 10em;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector label .form-title {
    margin-top: 0;
    top: 2px;
    position: relative;
  }
}
.wp-block-contact-form-7-contact-form-selector label .required,
.wp-block-contact-form-7-contact-form-selector label .no-required {
  margin-right: 34px;
  padding: 2px 6px;
  vertical-align: middle;
  font-size: 0.8rem;
  display: inline-flex;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector label .required,
  .wp-block-contact-form-7-contact-form-selector label .no-required {
    margin-top: 0;
    font-size: 11px;
    padding: 2px 10px;
  }
}
.wp-block-contact-form-7-contact-form-selector label .required {
  background: #ffd700;
}
.wp-block-contact-form-7-contact-form-selector label .no-required {
  border: 1px solid #000000;
}
.wp-block-contact-form-7-contact-form-selector label input,
.wp-block-contact-form-7-contact-form-selector label textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 1rem;
  border-radius: 4px;
  margin-top: 8px;
  box-sizing: border-box;
  height: auto;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector label input,
  .wp-block-contact-form-7-contact-form-selector label textarea {
    font-size: 0.9rem;
    padding: 10px;
  }
}
.wp-block-contact-form-7-contact-form-selector label input#birthdate, .wp-block-contact-form-7-contact-form-selector label input#start-date,
.wp-block-contact-form-7-contact-form-selector label textarea#birthdate,
.wp-block-contact-form-7-contact-form-selector label textarea#start-date {
  height: 44px;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.wp-block-contact-form-7-contact-form-selector label textarea {
  min-height: 150px;
  height: auto;
}
.wp-block-contact-form-7-contact-form-selector select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 13px 2.2em 13px 0.8em; /* 右に余白を確保 */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.7em center;
  background-size: 0.9em auto; /* 矢印サイズ調整 */
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
  outline: none;
  margin-top: 8px;
}
.wp-block-contact-form-7-contact-form-selector #form-confirm-area label:not(.acceptance) {
  border-top: 1px solid #cccccc;
}
.wp-block-contact-form-7-contact-form-selector #form-confirm-area .form-title {
  font-weight: 500;
}
@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector #form-confirm-area .form-title {
    margin-top: 20px;
  }
}
.wp-block-contact-form-7-contact-form-selector #form-confirm-area .form-filled-in {
  display: block;
  margin-right: 20px;
  display: inline-flex;
  font-weight: 500;
  word-break: break-all;
}
@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector #form-confirm-area .form-filled-in {
    display: block;
    flex-basis: 70%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector #form-confirm-area .form-filled-in {
    margin-top: 0;
    top: 2px;
    position: relative;
  }
}
.wp-block-contact-form-7-contact-form-selector #form-confirm-area .form-filled-in br {
  display: inline !important;
}
.wp-block-contact-form-7-contact-form-selector #form-confirm-area .to-edit-wrapper {
  text-align: center;
}
.wp-block-contact-form-7-contact-form-selector #form-confirm-area .confirm-small-title {
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.wp-block-contact-form-7-contact-form-selector #form-confirm-area .confirm-small-title + p {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.wp-block-contact-form-7-contact-form-selector #form-confirm-area .confirm-small-title + p br {
  display: none;
}
.wp-block-contact-form-7-contact-form-selector .contact-notice {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .contact-notice {
    font-style: italic;
  }
}
.wp-block-contact-form-7-contact-form-selector .contact-notice a {
  text-decoration: underline;
}
.wp-block-contact-form-7-contact-form-selector .contact-notice + p {
  text-align: center;
}
.wp-block-contact-form-7-contact-form-selector .contact-notice + p label {
  text-align: center;
  width: auto;
  display: inline-block;
}
.wp-block-contact-form-7-contact-form-selector .acceptance {
  font-weight: normal;
  text-align: center;
  width: auto;
  display: inline-block;
  height: 2em;
}
.wp-block-contact-form-7-contact-form-selector .acceptance input[type=checkbox] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  top: 2px;
  position: relative;
}
.wp-block-contact-form-7-contact-form-selector .acceptance .wpcf7-list-item-label {
  font-weight: 500;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .wpcf7-form {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .wpcf7-form > p {
    margin-bottom: 15px;
  }
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap {
  flex-basis: 60%;
}
.wp-block-contact-form-7-contact-form-selector .upload-notice {
  background-color: #fff3f3;
  padding: 8px 15px;
  font-size: 0.9em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .upload-notice {
    margin-top: 15px;
  }
}
.wp-block-contact-form-7-contact-form-selector .contact-submit {
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .contact-submit {
    padding-bottom: 18px;
    margin-bottom: 0;
    margin-top: 12px;
  }
}
.wp-block-contact-form-7-contact-form-selector .contact-submit p {
  text-align: center;
}
.wp-block-contact-form-7-contact-form-selector .contact-submit > p {
  position: relative;
  display: inline-block;
  max-width: 480px;
  width: 100%;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .contact-submit > p {
    margin-top: 0;
  }
}
.wp-block-contact-form-7-contact-form-selector .contact-submit > p::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 60px;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url("assets/images/icon-arrow-3.png") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .contact-submit > p::after {
    top: 30px;
  }
}
.wp-block-contact-form-7-contact-form-selector .contact-submit .wpcf7-submit,
.wp-block-contact-form-7-contact-form-selector .contact-submit #to-confirm {
  position: relative;
  width: 100%;
  background: #f7e233;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector .contact-submit .wpcf7-submit,
  .wp-block-contact-form-7-contact-form-selector .contact-submit #to-confirm {
    background-image: linear-gradient(to top, #f7c200 50%, #f7e233 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 0.2s ease;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .contact-submit .wpcf7-submit,
  .wp-block-contact-form-7-contact-form-selector .contact-submit #to-confirm {
    padding: 18px 32px;
  }
}
@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector .contact-submit .wpcf7-submit:not(:disabled):hover,
  .wp-block-contact-form-7-contact-form-selector .contact-submit #to-confirm:not(:disabled):hover {
    background-position: bottom;
    color: #000 !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
}
.wp-block-contact-form-7-contact-form-selector .contact-submit .wpcf7-submit:disabled,
.wp-block-contact-form-7-contact-form-selector .contact-submit #to-confirm:disabled {
  cursor: default;
  background-color: #e8e8e8;
  color: #aaaaaa;
}
@media (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector .contact-submit .wpcf7-submit:disabled,
  .wp-block-contact-form-7-contact-form-selector .contact-submit #to-confirm:disabled {
    background-image: linear-gradient(to top, #e8e8e8 50%, #e8e8e8 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: all 0.2s ease;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .submit-button input[type=submit] {
    width: 100%;
    padding: 16px;
    font-size: 1rem;
  }
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 2em;
  bottom: 0;
  margin: auto;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-spinner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
  margin: 54px auto 40px !important;
  padding: 40px !important;
  border: none;
  font-size: 18px;
  max-width: 620px;
  background-color: #e7eff6;
  text-align: center;
}
.wp-block-contact-form-7-contact-form-selector form.sent .wpcf7-response-output {
  border-color: transparent !important;
  display: block;
}

#toTop {
  text-align: center;
  margin-bottom: 40px;
}
.contact-notice-2 {
  border-top: 1px solid #5f5e5e;
  border-bottom: 1px solid #5f5e5e;
  padding: 15px;
  margin-top: 0 !important;
  margin-bottom: 70px !important;
}
@media (max-width: 767px) {
  .contact-notice-2 {
    margin-bottom: 40px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 20px !important;
  }
}
.contact-notice-2 p {
  text-align: center;
}
.contact-notice-2 .contact-tell {
  font-size: 40px;
  color: #999999;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-notice-2 .contact-tell {
    margin-top: 17px;
    font-size: 23px;
  }
}

.no-wrap {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .only-sp {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */