:root {
  --primary: #0d2467;
  --secondary: #c2cdf3;
  --tertiary: #e6ecf4;
  --error: #d60202;
}

.evt {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3rem, 0, 0);
            transform: translate3d(3rem, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3rem, 0, 0);
            transform: translate3d(3rem, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3rem, 0, 0);
            transform: translate3d(-3rem, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3rem, 0, 0);
            transform: translate3d(-3rem, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

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

html {
  font-size: min(0.5vw, 10px);
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body.menu_open {
  overflow: scroll;
}

img {
  display: block;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input[type=text], select, textarea {
  display: block;
  font-size: 2rem;
  outline: none;
}
@media screen and (max-width: 767px) {
  input[type=text], select, textarea {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel] {
  background: #f3f5f9;
  width: 100%;
  padding: 1rem;
  border: none;
}

select {
  padding: 1rem;
  border-color: #e4e4e4;
}

textarea {
  background: #f3f5f9;
  width: 100%;
  height: 30rem;
  padding: 1rem;
  border: none;
  resize: none;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 15rem;
  }
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
label input[type=text] {
  width: auto;
}

::-webkit-input-placeholder {
  color: #d3d3d3;
}

::-moz-placeholder {
  color: #d3d3d3;
}

:-ms-input-placeholder {
  color: #d3d3d3;
}

::-ms-input-placeholder {
  color: #d3d3d3;
}

::placeholder {
  color: #d3d3d3;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.anchor {
  position: absolute;
  inset: 0 auto auto 0;
  translate: 0 -16rem;
}
@media screen and (max-width: 767px) {
  .anchor {
    translate: 0 -6.6rem;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
#header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  position: fixed;
  inset: 0 auto auto 0;
  width: 100vw;
  z-index: 10;
}
#header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16rem;
}
@media screen and (max-width: 767px) {
  #header .row {
    height: 6.6rem;
  }
}
#header .site_logo {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  #header .site_logo {
    width: 4.6rem;
  }
}
#header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10rem 0;
  }
}
#header .nav .links {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #header .nav .links {
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #header .nav .contact {
    width: calc(100% - 4rem);
  }
}
#header .nav .contact a {
  background: #fff;
  color: var(--primary);
  display: inline-block;
  width: 17rem;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #header .nav .contact a:hover {
    background: var(--primary);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #header .nav .contact a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header .toggle_menu {
    background: rgba(13, 36, 103, 0.9);
    translate: 100% 0;
    position: fixed;
    inset: 0 auto auto 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
#header .toggle_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .toggle_btn {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 1.5rem;
  }
  #header .toggle_btn span, #header .toggle_btn::before, #header .toggle_btn::after {
    background: #fff;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #header .toggle_btn span {
    inset: 50% auto auto 0;
    translate: 0 -50%;
  }
  #header .toggle_btn::before {
    content: "";
    inset: 0 auto auto 0;
  }
  #header .toggle_btn::after {
    content: "";
    inset: auto auto 0 0;
  }
}
#header.menu_open .toggle_menu {
  translate: 0 0;
}
#header.menu_open .toggle_btn span {
  opacity: 0;
}
#header.menu_open .toggle_btn::before {
  inset: 50% auto auto 0;
  translate: 0 -50%;
  rotate: 45deg;
}
#header.menu_open .toggle_btn::after {
  inset: 50% auto auto 0;
  translate: 0 -50%;
  rotate: -45deg;
}

#footer {
  background: #f8f8f8;
  color: var(--primary);
  position: relative;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 6rem 0 2rem;
  }
}
#footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#footer .other {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .other {
    gap: 4rem;
  }
}
#footer .other .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #footer .other .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .other .company .site_logo {
  width: 10rem;
}
#footer .other .company .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #footer .other .company .name {
    text-align: center;
  }
}
#footer .other .company .name span {
  display: block;
  padding-bottom: 1rem;
  font-size: 2rem;
}
#footer .other .info .address {
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #footer .other .info .address {
    text-align: center;
  }
}
#footer .other .info .tel {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #footer .other .info .tel {
    text-align: center;
  }
}
#footer .other .info .tel a {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}
#footer .other .info .tel a::before {
  content: "\f095";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  margin-right: 1rem;
}
#footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: min(100%, 110rem);
}
@media screen and (max-width: 767px) {
  #footer .nav .links {
    display: none;
  }
}
#footer .nav .links p {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
#footer .nav .links ul {
  font-size: 2rem;
  font-weight: 500;
}
#footer .nav .links ul a {
  position: relative;
  display: block;
  width: 22rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--secondary);
}
#footer .nav .links ul a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #footer .nav .contact {
    display: none;
  }
}
#footer .nav .contact a {
  position: relative;
  display: block;
  width: 36rem;
}
#footer .nav .contact a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  position: absolute;
  inset: 50% 3rem auto auto;
  translate: 0 -50%;
  font-size: 2rem;
}
#footer .nav .contact a span {
  color: #fff;
  position: absolute;
  inset: 50% auto auto 2rem;
  translate: 0 -50%;
  padding-top: 4rem;
  font-size: 1.6rem;
}
#footer .nav .contact a span::before {
  content: "\f0e0";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  font-size: 2em;
}
#footer .nav .copy {
  position: absolute;
  inset: auto 0 0 auto;
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #footer .nav .copy {
    position: initial;
  }
}
#footer .gotop {
  background: var(--primary);
  display: block;
  position: absolute;
  inset: 0 0 auto auto;
  translate: 0 -50%;
  width: 7rem;
  height: 7rem;
  border: 1px solid var(--primary);
  border-right: none;
  border-radius: 1rem 0 0 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop::before {
  content: "\f062";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #footer .gotop:hover {
    background: #fff;
  }
  #footer .gotop:hover::before {
    color: var(--primary);
  }
}
@media screen and (max-width: 767px) {
  #footer .gotop {
    width: 5rem;
    height: 5rem;
  }
}

.inner {
  width: min(100%, 174rem);
  margin: 0 auto;
  padding: 0 2rem;
}

.sec_top h2 {
  color: var(--primary);
  margin-bottom: 4rem;
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_top h2 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}

.top_mv {
  background: url(../img/top_mv.jpg) no-repeat center/cover;
  position: relative;
  height: 107rem;
}
@media screen and (max-width: 767px) {
  .top_mv {
    height: 30rem;
  }
}
.top_mv h1 {
  color: #fff;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top_mv h1 {
    font-size: 3.4rem;
    line-height: 1.4;
  }
}
.top_mv h1 span {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .top_mv h1 span {
    font-size: 1.6rem;
  }
}

.top_about {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .top_about {
    padding: 8rem 0 4rem;
  }
}
.top_about .lead {
  margin-bottom: 8rem;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_about .lead {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}
.top_about .lists {
  counter-reset: num 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .top_about .lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.top_about .lists a {
  background: #f1f4ff;
  color: var(--primary);
  display: block;
  position: relative;
  padding: 10rem 0 8rem;
  font-size: 2.8rem;
  text-align: center;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .top_about .lists a {
    padding: 6rem 0;
    font-size: 2rem;
  }
}
.top_about .lists a::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  inset: 4rem auto auto 4rem;
  padding-bottom: 1rem;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
  border-bottom: 1px solid var(--primary);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_about .lists a::before {
    inset: 2rem auto auto 2rem;
    padding-bottom: 0.5rem;
    font-size: 2.4rem;
  }
}
.top_about .lists a::after {
  content: "more";
  background: url(../img/top_about_arrow.png) no-repeat center bottom/contain;
  display: inline-block;
  position: absolute;
  inset: auto 4rem 4rem auto;
  width: 7.6rem;
  padding-bottom: 0.2rem;
  font-size: 1.8rem;
  font-weight: 200;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_about .lists a::after {
    inset: auto 2rem 2rem auto;
    width: 5rem;
    font-size: 1.4rem;
  }
}
.top_about .lists a img {
  height: 14.5rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .top_about .lists a img {
    height: 10rem;
    margin: 2rem auto 0;
  }
}
.top_about .btn a {
  background: var(--primary);
  color: #fff;
  display: block;
  width: min(100%, 50rem);
  margin: 0 auto;
  padding: 3rem 0;
  font-size: 3.4rem;
  text-align: center;
  border: 1px solid var(--primary);
  border-radius: 50rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .top_about .btn a:hover {
    background: #fff;
    color: var(--primary);
  }
}
@media screen and (max-width: 767px) {
  .top_about .btn a {
    padding: 2rem 0;
    font-size: 2rem;
  }
}

.top_news {
  padding: 8rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 4rem 0 10rem;
  }
}
.top_news .news_list {
  height: 30rem;
  padding: 4rem;
  border-top: 1px solid #f1f1f2;
  border-bottom: 1px solid #f1f1f2;
}
@media screen and (max-width: 767px) {
  .top_news .news_list {
    padding: 2rem 0;
  }
}
.top_news .news_list ul {
  height: 100%;
  font-size: 2rem;
  line-height: 2;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .top_news .news_list ul {
    font-size: 1.6rem;
  }
}
.top_news .news_list ul li + li {
  margin-top: 2rem;
}

.low_head {
  background: url(../img/low_head.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 73rem;
}
@media screen and (max-width: 767px) {
  .low_head {
    height: 30rem;
  }
}
.low_head h1 {
  color: #fff;
  padding-bottom: 8rem;
  font-size: 8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .low_head h1 {
    padding-bottom: 2rem;
    font-size: 4rem;
  }
}

.low_body {
  font-family: "Noto Sans JP", sans-serif;
}
.low_body h2 {
  color: var(--primary);
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.low_body h2::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), color-stop(30%, var(--primary)), color-stop(30%, var(--secondary)));
  background: linear-gradient(to bottom, var(--primary), var(--primary) 30%, var(--secondary) 30%);
  position: absolute;
  inset: 0.9rem auto auto 0;
  width: 1rem;
  height: 3.3rem;
}
@media screen and (max-width: 767px) {
  .low_body h2 {
    font-size: 2.4rem;
  }
  .low_body h2::before {
    inset: 0.4rem auto auto 0;
    height: 3rem;
  }
}

.low_info {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .low_info {
    padding: 6rem 0;
  }
}
.low_info p {
  background: url(../img/low_info.jpg) no-repeat center/cover;
  color: #fff;
  padding: 6rem 1rem;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low_info p {
    font-size: 1.6rem;
  }
}
.low_info p span {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .low_info p span {
    display: inline-block;
    padding-top: 2rem;
    font-size: 2rem;
  }
}
.low_info p a {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .low_info p a {
    font-size: 2.4rem;
  }
}
.low_info p small {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .low_info p small {
    font-size: 1.2rem;
  }
}

.low_table table {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
}
.low_table tr + tr th {
  border-top: 1px solid #fff;
}
.low_table tr + tr td {
  border-top: 1px solid #e4e4e4;
}
.low_table th, .low_table td {
  position: relative;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .low_table th, .low_table td {
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
.low_table th {
  background: var(--tertiary);
  text-align: left;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .low_table th {
    text-align: center;
  }
}
.low_table td {
  background: #fff;
}
.low_table.ptn1 th {
  width: 18%;
}
.low_table.ptn1 td {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .low_table.ptn1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .low_table.ptn1 th {
    width: 100%;
  }
  .low_table.ptn1 td {
    width: 100%;
  }
}

.sec_about .lead {
  background: url(../img/about_lead.jpg) no-repeat center/cover;
  padding: 8rem 0;
}
.sec_about .lead p {
  font-size: 3rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_about .lead p {
    font-size: 2rem;
  }
}
.sec_about .business {
  position: relative;
  padding: 8rem 0;
}
.sec_about .business:nth-child(even) {
  background: #f9fbff;
}
.sec_about .business .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .sec_about .business .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.sec_about .business .img_content {
  width: min(100%, 67rem);
}
.sec_about .business .txt_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2rem;
}
.sec_about .business .txt_content .lists {
  font-size: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_about .business .txt_content .lists {
    font-size: 1.6rem;
  }
}
.sec_about .business .txt_content .lists li {
  position: relative;
  padding-left: 4rem;
}
.sec_about .business .txt_content .lists li::before {
  content: "";
  background: var(--primary);
  position: absolute;
  inset: 1.8rem auto auto 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  -webkit-mask-image: radial-gradient(transparent 0%, transparent 0.45rem, #000 0.45rem, #000);
}
@media screen and (max-width: 767px) {
  .sec_about .business .txt_content .lists li {
    padding-left: 2.5rem;
  }
  .sec_about .business .txt_content .lists li::before {
    inset: 0.8rem auto auto 0;
  }
}

.sec_message .greeting {
  padding-top: 8rem;
}
.sec_message .greeting .box {
  background: var(--tertiary);
  padding: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .sec_message .greeting .box {
    padding: 3rem 2rem;
  }
}
.sec_message .greeting .box .txt {
  margin-bottom: 8rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_message .greeting .box .txt {
    margin-bottom: 6rem;
    font-size: 1.6rem;
  }
}
.sec_message .greeting .box .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .sec_message .greeting .box .sign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 2rem;
  }
}
.sec_message .greeting .box .sign img {
  width: 26.6rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .sec_message .greeting .box .sign img {
    width: 18rem;
    margin: 1rem 0 0;
  }
}
.sec_message .career {
  padding-top: 8rem;
}

.sec_company .overview {
  padding-top: 8rem;
}
.sec_company .access {
  padding-top: 8rem;
}
.sec_company .access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.sec_company .access .map iframe {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  border: none;
}

.sec_contact .other {
  padding-top: 8rem;
}
.sec_contact .other .desc {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_contact .other .desc {
    font-size: 1.6rem;
  }
}
.sec_contact .other .desc span {
  color: var(--error);
}
.sec_contact .other .box {
  background: url(../img/contact.jpg) no-repeat center/cover;
  color: #fff;
  position: relative;
  margin-bottom: 5rem;
  padding: 6rem 5rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .other .box {
    padding: 4rem 1rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.sec_contact .other .box .logo {
  position: absolute;
  inset: 50% 10rem auto auto;
  translate: 0 -50%;
  width: 15.7rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .other .box .logo {
    position: initial;
    translate: none;
    margin: 0 auto 2rem;
    width: 8rem;
  }
}
.sec_contact .other .box span {
  display: inline-block;
  margin-bottom: 4rem;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .other .box span {
    display: block;
    margin: 2rem 0 0;
    font-size: 2.2rem;
    text-align: center;
  }
}
.sec_contact .other .box a {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .other .box a {
    font-size: 2.4rem;
  }
}
.sec_contact .other .box a.tel::before {
  content: "\f095";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  margin: 0 1rem 0 0;
}
.sec_contact .other .box a.fax::before {
  content: "\f1ac";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  margin: 0 1rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .other .box a.fax::before {
    margin-left: 0;
  }
}
.sec_contact .other .note {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_contact .other .note {
    font-size: 1.4rem;
  }
}
.sec_contact .other .note a {
  color: var(--primary);
  text-decoration: underline;
}
.sec_contact .other .note span {
  background: var(--error);
  color: #fff;
  padding: 0 1rem;
  margin: 0 0.5rem;
}
.sec_contact .form {
  padding: 8rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .form {
    padding: 8rem 0 10rem;
  }
}
.sec_contact .form .ttl {
  color: var(--primary);
  margin-bottom: 8rem;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #f1f1f2;
}
@media screen and (max-width: 767px) {
  .sec_contact .form .ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
.sec_contact .form .ttl span {
  display: inline-block;
  margin-bottom: -3px;
  padding: 0 8rem 1rem;
  border-bottom: 3px solid var(--primary);
}
@media screen and (max-width: 767px) {
  .sec_contact .form .ttl span {
    padding: 0 2rem 1rem;
  }
}
.sec_contact .form .flow {
  color: #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 767px) {
  .sec_contact .form .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
  }
}
.sec_contact .form .flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 1.5rem 0;
}
.sec_contact .form .flow li i {
  background: #d1d1d1;
  color: #fff;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  margin-right: 0.5rem;
  font-style: normal;
  border-radius: 100%;
}
.sec_contact .form .flow li.active {
  color: var(--primary);
}
.sec_contact .form .flow li.active i {
  background: var(--primary);
}
@media screen and (min-width: 768px) {
  .sec_contact .form .flow li + li::before, .sec_contact .form .flow li + li::after {
    content: "";
    background: #d1d1d1;
    position: absolute;
    width: 1px;
    height: 60%;
  }
  .sec_contact .form .flow li + li::before {
    inset: 0 auto auto 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .sec_contact .form .flow li + li::after {
    inset: auto auto -1px 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .sec_contact .form .flow li + li {
    border-top: 1px solid #d1d1d1;
  }
}
.sec_contact .form form .low_table {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .form form .low_table {
    margin-bottom: 4rem;
  }
}
.sec_contact .form form .low_table th span {
  background: var(--error);
  color: #fff;
  position: absolute;
  inset: 2.8rem 2rem auto auto;
  padding: 0 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .form form .low_table th span {
    inset: 1.7rem 1.5rem auto auto;
  }
}
.sec_contact .form form .low_table .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
.sec_contact .form form .low_table .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.sec_contact .form form .privacy {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .form form .privacy {
    margin-bottom: 4rem;
  }
}
.sec_contact .form form .privacy_ttl {
  background: var(--primary);
  color: #fff;
  padding: 2rem 0;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_contact .form form .privacy_ttl {
    font-size: 2rem;
  }
}
.sec_contact .form form .privacy_txt {
  height: 25rem;
  padding: 2rem;
  font-size: 1.7rem;
  border: 1px solid #d1d1d1;
  border-top: none;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .sec_contact .form form .privacy_txt {
    font-size: 1.6rem;
  }
}
.sec_contact .form form .doui {
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec_contact .form form .doui {
    font-size: 1.6rem;
  }
}
.sec_contact .form form .doui label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_contact .form form button[type=submit], .sec_contact .form form input[type=submit] {
  background: var(--primary);
  color: #fff;
  display: block;
  width: min(100%, 50rem);
  margin: 0 auto;
  padding: 3rem 0;
  font-size: 3.4rem;
  border: 1px solid var(--primary);
  border-radius: 50rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sec_contact .form form button[type=submit]:hover, .sec_contact .form form input[type=submit]:hover {
    background: #fff;
    color: var(--primary);
  }
}
@media screen and (max-width: 767px) {
  .sec_contact .form form button[type=submit], .sec_contact .form form input[type=submit] {
    padding: 2rem 0;
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */