@charset "UTF-8";
@font-face {
  font-family: "han-serif-jp-regular";
  src: url("../fonts/han-serif/SourceHanSerifJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "han-serif-jp-medium";
  src: url("../fonts/han-serif/SourceHanSerifJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "han-serif-jp-semibold";
  src: url("../fonts/han-serif/SourceHanSerifJP-Semibold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "han-serif-jp-bold";
  src: url("../fonts/han-serif/SourceHanSerifJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "han-serif-jp-heavy";
  src: url("../fonts/han-serif/SourceHanSerifJP-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "han-sans-normal";
  src: url("../fonts/han-sans/SourceHanSansJP-Normal.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "han-sans-medium";
  src: url("../fonts/han-sans/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "han-sans-bold";
  src: url("../fonts/han-sans/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
}
footer#footer .copyright,
body {
  font-family: "han-serif-jp-regular", sans-serif;
}

#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .wpcf7-not-valid-tip,
#top .philosophy-section .wrapper .contents .sub-title,
#top .about-section .wrapper .about-infos .sub-title,
#top .mv-section .mv-contents .mv-description .text1,
#top .mv-section .mv-contents .mv-title {
  font-family: "han-serif-jp-medium", sans-serif;
}

#top .about-section .wrapper .about-infos .section-title::after {
  font-family: "han-serif-jp-bold", sans-serif;
}

#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input,
#top
  .news-contact-section
  .container
  .wrapper
  .contact-section
  .contents
  .contact-card
  .tel-info
  .support-time,
#top .news-contact-section .container .wrapper .contact-section .contents,
#top
  .news-contact-section
  .container
  .wrapper
  .news-section
  .contents
  .news-list
  .news-item
  .news-inner
  a,
#top .price-section .contents .price-items .price-item__content .options,
#top .price-section .contents .price-items .price-item__content .price-detail,
#top .philosophy-section .wrapper .contents .desc,
#top .about-section .wrapper .about-infos .desc,
#top
  .service-section
  .service-items
  .service-item__inner
  .service-info
  .service-desc,
#top .overview-section .contents .desc,
#top .mv-section .contact-card .tel-info .support-time,
footer#footer,
#company-page .overview-section .overview-contents .contents-inner .row,
#breadcrumb .breadcrumb-wrapper .breadcrumb-inner {
  font-family: "han-sans-normal", sans;
}

#contact-page .contact-section .contact-contents .form-inner .form-row .form-lb,
#top
  .news-contact-section
  .container
  .wrapper
  .contact-section
  .contents
  .contact-card
  .tel-info
  .tel-number,
#top .price-section .contents .price-items .price-item__header,
#top .feature-section .container .wrapper .contents .feature-items li,
#top
  .service-section
  .service-items
  .service-item__inner
  .service-info
  .service-title {
  font-family: "han-sans-medium", sans;
}

#top .price-section .contents .price-items .price-item__content .price,
#top .mv-section .contact-card .tel-info .tel-number,
header#header .header-wrapper .header-nav .link-btn,
.primary-btn {
  font-family: "han-sans-bold", sans;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  margin: 0;
  scroll-behavior: smooth;
  font-size: 0.694vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.302vw;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 1.736vw;
  }
}

body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  word-break: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  color: #333333;
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

section {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide,
  .pc-only {
    display: none !important;
  }
}
.s-padding {
  padding: 5.6rem 0;
}

.section-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #183b60;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 18px;
  }
}
.section-title:not(.no-icon)::before {
  content: "";
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-551 -821)'%3E%3Cg id='Rectangle_36' data-name='Rectangle 36' transform='translate(551 821)' fill='none' stroke='%23183b60' stroke-width='1'%3E%3Crect width='16' height='16' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='15' height='15' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_37' data-name='Rectangle 37' transform='translate(559 829)' fill='none' stroke='%23183b60' stroke-width='1'%3E%3Crect width='16' height='16' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='15' height='15' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .section-title:not(.no-icon)::before {
    width: 18px;
    height: 18px;
  }
}
.section-title.white {
  color: #fff;
}
.section-title.white::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-551 -821)'%3E%3Cg id='Rectangle_36' data-name='Rectangle 36' transform='translate(551 821)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='16' height='16' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='15' height='15' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_37' data-name='Rectangle 37' transform='translate(559 829)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='16' height='16' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='15' height='15' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

.mt-64 {
  margin-top: 6.4rem;
}

/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 1.6rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 576px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
  }
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b7b7b7;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b7b7b7;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b7b7b7;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  height: 50px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #3c3c3c;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  color: #333;
  z-index: 0;
}
select:has(option:checked:disabled) {
  color: #b7b7b7;
}

.container,
.container-fluid {
  max-width: 120rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

picture,
figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.primary-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.8rem;
  background-color: #183b60;
  border: 1px solid transparent;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.1;
  border-radius: 0.8rem;
  text-align: center;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .primary-btn {
    font-size: 16px;
    padding: 28px;
    border-radius: 8px;
  }
}
.primary-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.primary-btn .arrow {
  position: absolute;
  right: 3.15rem;
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn .arrow svg path {
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn:hover:not(:disabled) {
  background-color: #fff;
  color: #183b60;
  border-color: #183b60;
}
.primary-btn:hover:not(:disabled) .arrow {
  -webkit-transform: translate(1rem, -0.5rem);
  transform: translate(1rem, -0.5rem);
}
.primary-btn:hover:not(:disabled) .arrow svg path {
  stroke: #183b60;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn.rounded {
  border-radius: 10rem;
  overflow: hidden;
}

.cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

small {
  font-size: 0.8em;
}

.wp-block-heading {
  font-size: 2rem;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.logo-wrap a {
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: #183b60;
  color: #fff;
}
.logo-wrap a .logo-img {
  width: 6rem;
  height: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}
.logo-wrap a .company-info {
  font-weight: 500;
  line-height: 1.3;
}
.logo-wrap a .company-info .jp-name {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .logo-wrap a .company-info .jp-name {
    font-size: 24px;
  }
}
.logo-wrap a .company-info .en-name {
  font-size: clamp(8px, 0.8rem, 22px);
}
@media only screen and (max-width: 768px) {
  .logo-wrap a .company-info .en-name {
    font-size: 8px;
  }
}

header#header {
  position: fixed;
  width: 100%;
  height: clamp(80px, 8rem, 8rem);
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 15px 0;
  z-index: 1030;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  header#header {
    height: 110px;
  }
}
header#header.header-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
header#header .header-wrapper {
  height: 100%;
}
header#header .header-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  header#header .header-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.7rem;
  }
}
header#header .header-wrapper .container .site-title {
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  header#header .header-wrapper .container .site-title {
    font-size: 13px;
  }
}
header#header .header-wrapper .header-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header#header .header-wrapper .header-nav {
    display: none;
  }
}
header#header .header-wrapper .header-nav .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16rem;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #e6f2ff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header .header-wrapper .header-nav .link-btn:hover {
  background-color: #333333;
  color: #e6f2ff;
}
header#header .header-wrapper .header-nav .link-btn.blue {
  background-color: #183b60;
  color: #fff;
}
header#header .header-wrapper .header-nav .link-btn.blue:hover {
  background-color: #fff;
  color: #183b60;
}

footer#footer {
  position: relative;
  background-color: #183b60;
  color: #fff;
  font-size: clamp(14px, 1.5rem, 24px);
}
@media print, screen and (min-width: 769px) {
  footer#footer::before {
    content: "";
    position: absolute;
    top: 6.5rem;
    width: 100%;
    height: 1px;
    background-color: #c3c3c3;
  }
}
footer#footer .logo-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer#footer .logo-wrap a {
  background-color: #3c3c3c;
}
footer#footer .container .footer-wrapper {
  padding-bottom: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer#footer .container .footer-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer#footer .container .footer-wrapper .footer-logo {
  margin-top: 5rem;
}
footer#footer .container .footer-wrapper .menus {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 769px) {
  footer#footer .container .footer-wrapper .menus .footer-menu__list {
    height: 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  footer#footer .container .footer-wrapper .menus .footer-menu__list {
    padding: 40px 0;
    border-bottom: 1px solid #c3c3c3;
  }
}
@media only screen and (max-width: 768px) {
  footer#footer
    .container
    .footer-wrapper
    .menus
    .footer-menu__list
    .link
    + .link {
    margin-top: 15px;
  }
}
footer#footer .container .footer-wrapper .menus .footer-menu__list .link a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  footer#footer .container .footer-wrapper .menus .footer-menu__list .link a {
    height: 100%;
    line-height: 6.5rem;
    padding: 0 2.4rem;
  }
  footer#footer
    .container
    .footer-wrapper
    .menus
    .footer-menu__list
    .link
    a:hover {
    opacity: 0.8;
    background-color: #e6f2ff;
    color: #183b60;
  }
}
@media only screen and (max-width: 768px) {
  footer#footer .container .footer-wrapper .menus .footer-menu__list .link a {
    font-size: 15px;
    text-decoration: underline;
  }
}
footer#footer .container .footer-wrapper .menus .company-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  footer#footer .container .footer-wrapper .menus .company-wrap {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer#footer .container .footer-wrapper .menus .company-wrap .row {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  footer#footer .container .footer-wrapper .menus .company-wrap .row {
    font-size: 15px;
  }
}
footer#footer .copyright {
  height: 4rem;
  background-color: #3c3c3c;
  line-height: 4rem;
  text-align: center;
  font-size: clamp(12px, 1.2rem, 20px);
}
@media only screen and (max-width: 768px) {
  footer#footer .copyright {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
}

main {
  margin-top: clamp(80px, 8rem, 8rem);
}
@media only screen and (max-width: 768px) {
  main {
    margin-top: 110px;
  }
}

#breadcrumb {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    padding: 40px 0;
  }
}
#breadcrumb .breadcrumb-wrapper {
  background-color: #f3f7fb;
}
#breadcrumb .breadcrumb-wrapper .breadcrumb-inner {
  font-size: clamp(15px, 1.5rem, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  #breadcrumb .breadcrumb-wrapper .breadcrumb-inner {
    font-size: 13px;
  }
}
#breadcrumb .breadcrumb-wrapper .breadcrumb-inner a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#breadcrumb .breadcrumb-wrapper .breadcrumb-inner a:hover {
  color: #183b60;
  text-decoration: underline;
}

#top .mv-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/main-visual.png) no-repeat center center/cover;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  #top .mv-section {
    height: 59.5rem;
  }
  #top .mv-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: 0.8;
    clip-path: polygon(0 0, 33.15% 0, 50.625% 38.8%, 41.1% 100%, 0 100%);
  }
}
@media only screen and (max-width: 768px) {
  #top .mv-section {
    height: 440px;
    margin-bottom: 200px;
    background-position: 43% center;
  }
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-contents {
    margin-top: 75px;
    padding-bottom: 150px;
  }
}
#top .mv-section .mv-contents .mv-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 8rem;
  color: #183b60;
  padding-bottom: 3.55rem;
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-contents .mv-title {
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 0;
  }
}
#top .mv-section .mv-contents .mv-title span.mark {
  position: relative;
}
#top .mv-section .mv-contents .mv-title span.mark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.9rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #183b60;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-contents .mv-title span.mark::before {
    top: -10px;
  }
}
#top .mv-section .mv-contents .mv-title span.red {
  color: #be0000;
}
@media print, screen and (min-width: 769px) {
  #top .mv-section .mv-contents .mv-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 56rem;
    height: 1px;
    background-color: #183b60;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #top .mv-section .mv-contents .mv-title::after {
    content: "";
    position: absolute;
    left: -2rem;
    bottom: -1.65rem;
    width: 1px;
    height: 6.4rem;
    background-color: #183b60;
  }
}
#top .mv-section .mv-contents .mv-description {
  margin-top: 5.75rem;
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-contents .mv-description {
    margin-top: 40px;
  }
}
#top .mv-section .mv-contents .mv-description .text1 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-contents .mv-description .text1 {
    font-size: 16px;
  }
}
#top .mv-section .mv-contents .mv-description .text2 {
  font-size: 1.6rem;
  margin-top: 4.2rem;
}
@media only screen and (max-width: 768px) {
  #top .mv-section .mv-contents .mv-description .text2 {
    font-size: 15px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #top .mv-section .contact-card-group {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
    margin-top: 64px;
  }
  #top .mv-section .contact-card-group .contact-card {
    width: 100%;
  }
}
#top .mv-section .contact-card {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 37rem;
  text-align: center;
  border-top-left-radius: 1.6rem;
  padding: 2.2rem 1.6rem;
  z-index: 1030;
}
@media only screen and (max-width: 768px) {
  #top .mv-section .contact-card {
    position: relative;
    border-radius: 1.6rem 1.6rem 0 0;
    width: calc(100% - 20px);
    margin: auto;
    padding: 20px 15px;
    z-index: 10;
  }
}
#top .mv-section .contact-card .tel-info {
  text-align: center;
  color: #183b60;
}
#top .mv-section .contact-card .tel-info .tel-number {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #top .mv-section .contact-card .tel-info .tel-number {
    font-size: 15px;
  }
}
#top .mv-section .contact-card .tel-info .support-time {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #top .mv-section .contact-card .tel-info .support-time {
    font-size: 12px;
  }
}
#top .mv-section .contact-card .contact-link {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #top .mv-section .contact-card .contact-link {
    margin-top: 12px;
  }
}
#top .mv-section .contact-card .contact-link a {
  width: 100%;
}
#top .overview-section {
  position: relative;
  padding: 5.6rem 0 25.5rem;
  background: url("../image/overview.png") no-repeat center center/cover;
  z-index: 0;
}
#top .overview-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(39, 64, 110, 0.9);
  z-index: -1;
}
#top .overview-section .contents {
  margin-top: 4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #top .overview-section .contents .desc {
    font-size: 15px;
  }
}
#top .service-section {
  padding: 0 0 8rem;
  z-index: 2;
  background-color: #eff7fc;
  margin-top: -17rem;
}
#top .service-section .section-title {
  position: relative;
  z-index: 3;
}
#top .service-section .service-items {
  position: relative;
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #top .service-section .service-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
#top .service-section .service-items .service-item {
  border-radius: clamp(8px, 0.8rem, 0.8rem);
  background-color: #fff;
  overflow: hidden;
}
#top .service-section .service-items .service-item__inner .thumbnail {
  aspect-ratio: 16/7;
  overflow: hidden;
}
#top .service-section .service-items .service-item__inner .service-info {
  position: relative;
  padding: 6.4rem 2rem;
}
#top
  .service-section
  .service-items
  .service-item__inner
  .service-info
  .service-icon {
  position: absolute;
  left: 50%;
  top: -4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.8rem;
  height: 8.8rem;
  background-color: #183b60;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
#top
  .service-section
  .service-items
  .service-item__inner
  .service-info
  .service-icon
  img {
  width: 4.8rem;
}
#top
  .service-section
  .service-items
  .service-item__inner
  .service-info
  .service-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #top
    .service-section
    .service-items
    .service-item__inner
    .service-info
    .service-title {
    font-size: 20px;
  }
}
#top
  .service-section
  .service-items
  .service-item__inner
  .service-info
  .service-desc {
  margin-top: 1.6rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #top
    .service-section
    .service-items
    .service-item__inner
    .service-info
    .service-desc {
    font-size: 15px;
  }
}
#top .about-section {
  padding: 13rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  #top .about-section {
    padding: 8rem 0;
  }
}
#top .about-section .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  #top .about-section .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 769px) {
  #top .about-section .wrapper .about-infos .section-title {
    margin-left: 0;
  }
}
#top .about-section .wrapper .about-infos .section-title::after {
  content: "ABOUT US";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 8rem;
  color: rgba(24, 59, 96, 0.1);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: -1;
  white-space: nowrap;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  #top .about-section .wrapper .about-infos .section-title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
  }
}
#top .about-section .wrapper .about-infos .sub-title {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 1.8;
  color: #183b60;
}
@media only screen and (max-width: 768px) {
  #top .about-section .wrapper .about-infos .sub-title {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
  }
}
#top .about-section .wrapper .about-infos .desc {
  margin-top: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  #top .about-section .wrapper .about-infos .desc {
    margin-top: 36px;
    font-size: 15px;
  }
}
#top .about-section .wrapper .about-infos .detail-link {
  margin-top: 4.8rem;
}
#top .about-section .wrapper .about-infos .detail-link .primary-btn {
  min-width: 34rem;
}
@media only screen and (max-width: 768px) {
  #top .about-section .wrapper .about-infos .detail-link .primary-btn {
    margin: auto;
    width: 100%;
  }
}
#top .about-section .wrapper .img-wraps {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #top .about-section .wrapper .img-wraps {
    display: none;
  }
}
#top .about-section .wrapper .img-wraps .cover-img {
  width: 100%;
  height: 100%;
  border-radius: 0 4rem 0 4rem;
  overflow: hidden;
}
#top .feature-section .container .wrapper {
  background-color: #e6f2ff;
  border-radius: 0 8rem 0 8rem;
  padding: 8rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  #top .feature-section .container .wrapper {
    padding: 40px 15px;
  }
}
#top .feature-section .container .wrapper .contents {
  margin-top: 4.5rem;
}
#top .feature-section .container .wrapper .contents .feature-items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#top .feature-section .container .wrapper .contents .feature-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  font-size: 2rem;
  color: #183b60;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #top .feature-section .container .wrapper .contents .feature-items li {
    font-size: 15px;
  }
}
#top .feature-section .container .wrapper .contents .feature-items li::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../image/check.png") no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  #top
    .feature-section
    .container
    .wrapper
    .contents
    .feature-items
    li::before {
    width: 16px;
    height: 16px;
    margin-top: 1rem;
  }
}
#top .feature-section .container .wrapper .contents .feature-items li + li {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #top .feature-section .container .wrapper .contents .feature-items li + li {
    margin-top: 15px;
  }
}
#top
  .feature-section
  .container
  .wrapper
  .contents
  .feature-items
  li
  .gradient-line {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #fff500;
  text-decoration-thickness: 8px;
  text-underline-offset: -4px;
  line-height: 2;
}
#top .philosophy-section {
  background-color: #e6f2ff;
}
#top .philosophy-section .wrapper {
  background-color: #fff;
  border-radius: 0 8rem 0 8rem;
  padding: 8rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  #top .philosophy-section .wrapper {
    padding: 40px 15px;
  }
}
#top .philosophy-section .wrapper .contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.1rem auto 0 auto;
}
#top .philosophy-section .wrapper .contents .sub-title {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #top .philosophy-section .wrapper .contents .sub-title {
    font-size: 16px;
  }
}
#top .philosophy-section .wrapper .contents .desc {
  margin-top: 4.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #top .philosophy-section .wrapper .contents .desc {
    font-size: 15px;
  }
}
#top .price-section {
  padding: 8rem 0;
}
#top .price-section .container {
  max-width: 106rem;
}
#top .price-section .contents {
  margin-top: 4.5rem;
}
#top .price-section .contents .price-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  overflow-x: auto;
}
#top .price-section .contents .price-items .price-item {
  border: 1px solid #707070;
}
@media only screen and (max-width: 768px) {
  #top .price-section .contents .price-items .price-item {
    width: 300px;
  }
}
#top .price-section .contents .price-items .price-item__header {
  background-color: #183b60;
  padding: 1.4rem 0;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #top .price-section .contents .price-items .price-item__header {
    font-size: 18px;
  }
}
#top .price-section .contents .price-items .price-item__content {
  padding: 1.8rem 3rem 3.5rem 3rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #top .price-section .contents .price-items .price-item__content {
    padding: 18px 30px 35px 30px;
  }
}
#top .price-section .contents .price-items .price-item__content .price {
  font-size: 1.4rem;
  text-align: center;
  text-align: center;
}
#top
  .price-section
  .contents
  .price-items
  .price-item__content
  .price
  .price-num {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #top .price-section .contents .price-items .price-item__content .price {
    font-size: 14px;
  }
  #top
    .price-section
    .contents
    .price-items
    .price-item__content
    .price
    .price-num {
    font-size: 20px;
  }
}
#top .price-section .contents .price-items .price-item__content .price-detail {
  margin-top: 1.6rem;
  padding: 2.45rem 0;
  border-top: 1px solid #707070;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #top
    .price-section
    .contents
    .price-items
    .price-item__content
    .price-detail {
    font-size: 15px;
    letter-spacing: -0.01em;
  }
}
#top .price-section .contents .price-items .price-item__content .options {
  padding-top: 2.45rem;
  font-size: clamp(6px, 1rem, 20px);
  border-top: 1px solid #707070;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #top .price-section .contents .price-items .price-item__content .options {
    font-size: 10px;
    letter-spacing: -0.01em;
  }
}
#top .price-section .contents .contact-link {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  #top .price-section .contents .contact-link {
    margin-top: 48px;
  }
}
#top .price-section .contents .contact-link .primary-btn {
  margin: auto;
  min-width: 34rem;
}
@media only screen and (max-width: 768px) {
  #top .price-section .contents .contact-link .primary-btn {
    width: 100%;
  }
  #top .price-section .contents .contact-link .primary-btn .arrow {
    display: none;
  }
}
#top .news-contact-section {
  padding: 8rem 0;
  background-color: #e6f2ff;
}
#top .news-contact-section .container .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
}
@media only screen and (max-width: 768px) {
  #top .news-contact-section .container .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 769px) {
  #top .news-contact-section .container .wrapper .section-title {
    margin-left: 0;
  }
}
#top .news-contact-section .container .wrapper .contents {
  margin-top: 2.4rem;
}
#top
  .news-contact-section
  .container
  .wrapper
  .news-section
  .contents
  .news-list
  .news-item {
  padding: 2.4rem 0;
  border-bottom: 1px solid #a8a8a8;
}
#top
  .news-contact-section
  .container
  .wrapper
  .news-section
  .contents
  .news-list
  .news-item
  .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
#top
  .news-contact-section
  .container
  .wrapper
  .news-section
  .contents
  .news-list
  .news-item
  .news-inner
  .date {
  font-size: 1.6rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  #top
    .news-contact-section
    .container
    .wrapper
    .news-section
    .contents
    .news-list
    .news-item
    .news-inner
    .date {
    font-size: 15px;
  }
}
#top
  .news-contact-section
  .container
  .wrapper
  .news-section
  .contents
  .news-list
  .news-item
  .news-inner
  a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #top
    .news-contact-section
    .container
    .wrapper
    .news-section
    .contents
    .news-list
    .news-item
    .news-inner
    a {
    font-size: 15px;
  }
}
#top
  .news-contact-section
  .container
  .wrapper
  .news-section
  .contents
  .news-list
  .news-item
  .news-inner
  a:hover {
  color: #183b60;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #top
    .news-contact-section
    .container
    .wrapper
    .contact-section
    .contents
    .desc {
    font-size: 15px;
    text-align: center;
  }
}
#top
  .news-contact-section
  .container
  .wrapper
  .contact-section
  .contents
  .contact-card {
  width: 48rem;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #top
    .news-contact-section
    .container
    .wrapper
    .contact-section
    .contents
    .contact-card {
    width: 100%;
    border-radius: 8px;
    padding: 24px;
    margin-top: 20px;
  }
}
#top
  .news-contact-section
  .container
  .wrapper
  .contact-section
  .contents
  .contact-card
  .tel-info {
  text-align: center;
}
#top
  .news-contact-section
  .container
  .wrapper
  .contact-section
  .contents
  .contact-card
  .tel-info
  .tel-number {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #top
    .news-contact-section
    .container
    .wrapper
    .contact-section
    .contents
    .contact-card
    .tel-info
    .tel-number {
    font-size: 20px;
  }
}
#top
  .news-contact-section
  .container
  .wrapper
  .contact-section
  .contents
  .contact-card
  .tel-info
  .support-time {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #top
    .news-contact-section
    .container
    .wrapper
    .contact-section
    .contents
    .contact-card
    .tel-info
    .support-time {
    font-size: 14px;
  }
}
#top
  .news-contact-section
  .container
  .wrapper
  .contact-section
  .contents
  .contact-card
  .contact-link {
  margin-top: 1.5rem;
}
#top
  .news-contact-section
  .container
  .wrapper
  .contact-section
  .contents
  .contact-card
  .contact-link
  a {
  width: 34rem;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #top
    .news-contact-section
    .container
    .wrapper
    .contact-section
    .contents
    .contact-card
    .contact-link
    a {
    width: 100%;
  }
}

#company-page .overview-section .container {
  max-width: clamp(860px, 86rem, 86rem);
}
#company-page .overview-section .overview-contents {
  margin-top: 5rem;
}
#company-page .overview-section .overview-contents .contents-inner {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
#company-page .overview-section .overview-contents .contents-inner .row {
  border-bottom: 1px solid #e2e8f0;
  display: table-row;
  color: #183b60;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #company-page .overview-section .overview-contents .contents-inner .row {
    font-size: 1.8rem;
  }
}
#company-page .overview-section .overview-contents .contents-inner .row > div {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  #company-page
    .overview-section
    .overview-contents
    .contents-inner
    .row
    > div {
    padding: 1.4rem;
  }
}
#company-page .overview-section .overview-contents .contents-inner .row .oc-lb {
  white-space: nowrap;
  padding-left: 6rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  #company-page
    .overview-section
    .overview-contents
    .contents-inner
    .row
    .oc-lb {
    padding: 1.4rem;
  }
}
#company-page
  .overview-section
  .overview-contents
  .contents-inner
  .row
  .oc-val {
  padding-left: 2rem;
  padding-right: 6rem;
}
@media only screen and (max-width: 768px) {
  #company-page
    .overview-section
    .overview-contents
    .contents-inner
    .row
    .oc-val {
    padding: 1.4rem;
  }
}

#contact-page .contact-section .container {
  max-width: clamp(940px, 94rem, 94rem);
  margin: auto;
}
#contact-page .contact-section .contact-contents {
  margin-top: 5rem;
}
#contact-page .contact-section .contact-contents .form-inner {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e2e8f0;
}
@media only screen and (max-width: 576px) {
  #contact-page .contact-section .contact-contents .form-inner {
    display: block;
    background-color: #f3f7fb;
    border-radius: 10px;
    border: unset;
    padding: 30px 20px;
  }
}
#contact-page .contact-section .contact-contents .form-inner .form-row {
  display: table-row;
}
@media only screen and (max-width: 576px) {
  #contact-page .contact-section .contact-contents .form-inner .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#contact-page .contact-section .contact-contents .form-inner .form-row > div {
  display: table-cell;
  padding: 1.8rem 3rem;
  border-top: 1px solid #e2e8f0;
  vertical-align: middle;
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  > div:last-child {
  border-bottom: 1px solid #e2e8f0;
}
@media only screen and (max-width: 576px) {
  #contact-page .contact-section .contact-contents .form-inner .form-row > div {
    display: block;
    border: unset;
    margin-bottom: 24px;
  }
  #contact-page
    .contact-section
    .contact-contents
    .form-inner
    .form-row
    > div:last-child {
    border: unset;
  }
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-lb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left: 1px solid #e2e8f0;
  background-color: #e6f2ff;
  width: 35%;
  font-size: clamp(15px, 1.3rem, 1.3rem);
}
@media only screen and (max-width: 576px) {
  #contact-page
    .contact-section
    .contact-contents
    .form-inner
    .form-row
    .form-lb {
    width: 100%;
    background-color: transparent;
    border: unset;
    padding: 0;
    margin-bottom: 6px;
  }
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-lb
  .lb-name {
  position: relative;
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-lb
  .lb-name::before {
  content: "任意";
  position: relative;
  display: inline-block;
  background-color: #c3c3c3;
  color: #fff;
  padding: 3px 5px 4px 5px;
  border-radius: 3px;
  margin-right: 1rem;
  line-height: 1.2;
  font-size: 0.8em;
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-lb
  .lb-name.required::before {
  content: "必須";
  background-color: #ff0000;
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input {
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  font-size: clamp(14px, 1.2rem, 1.2rem);
}
@media only screen and (max-width: 576px) {
  #contact-page
    .contact-section
    .contact-contents
    .form-inner
    .form-row
    .form-input {
    border: unset;
    padding: 0;
  }
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  input,
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  textarea {
  font-size: clamp(16px, 1.2rem, 1.2rem);
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  .wpcf7-acceptance,
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  .wpcf7-acceptance
  .wpcf7-list-item,
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  .wpcf7-checkbox
  .wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  .wpcf7-acceptance
  .wpcf7-list-item
  label,
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  .wpcf7-checkbox
  .wpcf7-list-item
  label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  .wpcf7-acceptance
  .wpcf7-list-item
  input[type="checkbox"],
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .form-row
  .form-input
  .wpcf7-checkbox
  .wpcf7-list-item
  input[type="checkbox"] {
  width: clamp(16px, 1.2rem, 1.2rem);
  height: clamp(16px, 1.2rem, 1.2rem);
}
#contact-page
  .contact-section
  .contact-contents
  .form-inner
  .wpcf7-not-valid-tip {
  font-size: clamp(12px, 1rem, 1rem);
}
#contact-page .contact-section .contact-contents .form-inner .privacy-link {
  text-decoration: underline;
}
#contact-page .contact-section .contact-contents .btn-area {
  margin-top: 50px;
}
#contact-page .contact-section .contact-contents .btn-area .primary-btn {
  margin: auto;
  min-width: 34rem;
}
#contact-page
  .contact-section
  .contact-contents
  .btn-area
  .primary-btn:disabled {
  background-color: #c3c3c3;
}
