@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

:root {
  --black: #000;
  --ff: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  font-family: var(--ff);
  color: var(--mc);
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--mc);
  text-decoration: none;
}

:target {
  scroll-margin-top: 50px;
}

.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.w1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

#header .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (any-hover: hover) {
  #header #logo a {
    transition: opacity 0.4s ease;
  }
  #header #logo a:hover {
    opacity: 0.5 !important;
  }
}
#header #logo img {
  max-width: 146px;
}

@media screen and (min-width: 1025px) {
  #g_nav > ul {
    display: flex;
  }
  #g_nav > ul > li {
    position: relative;
  }
  #g_nav > ul > li > a {
    display: block;
    border-bottom: solid 12px #e5e5e5;
    padding: 25px 20px 23px;
  }
  #g_nav > ul > li > a:has(.purple).on {
    border-bottom-color: #bf64ff;
  }
  #g_nav > ul > li > a.on {
    border-bottom-color: #00c5ff;
  }
}
@media screen and (min-width: 1025px) and (any-hover: hover) {
  #g_nav > ul > li > a {
    transition: border-bottom-color 0.4s ease;
  }
  #g_nav > ul > li > a:has(.purple):hover {
    border-bottom-color: #bf64ff;
  }
  #g_nav > ul > li > a:hover {
    border-bottom-color: #00c5ff;
  }
}
@media screen and (min-width: 1025px) {
  #g_nav > ul > li > a > span {
    font-size: 16px;
  }
  #g_nav > ul > li > a .blue {
    color: #00c5ff;
  }
  #g_nav > ul > li > a .purple {
    color: #bf64ff;
  }
  #g_nav > ul .parent > a {
    cursor: default;
  }
  #g_nav > ul .parent:hover > a {
    border-bottom-color: #00c5ff;
  }
  #g_nav > ul .parent:hover:has(.purple) > a {
    border-bottom-color: #bf64ff;
  }
  #g_nav > ul .parent:hover .child {
    opacity: 1;
    visibility: visible;
  }
  #g_nav > ul .child {
    z-index: 5;
    background: #fff;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border: solid 1px #000;
    min-width: 132px;
  }
  #g_nav > ul .child.business {
    min-width: 300px;
  }
  #g_nav > ul .child.contact {
    min-width: 200px;
  }
  #g_nav > ul .child li {
    border-bottom: solid 1px #000;
  }
  #g_nav > ul .child li:last-child {
    border-bottom: none;
  }
  #g_nav > ul .child a {
    display: block;
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) and (any-hover: hover) {
  #g_nav > ul .child a {
    transition: opacity 0.4s ease;
  }
  #g_nav > ul .child a:hover {
    opacity: 0.5 !important;
  }
}
footer {
  margin-top: 120px;
}
@media (any-hover: hover) {
  footer a {
    transition: opacity 0.4s ease;
  }
  footer a:hover {
    opacity: 0.5 !important;
  }
}

#footer_top {
  padding-top: 28px;
  padding-left: 95px;
  position: relative;
  display: flex;
  gap: 0 85px;
}
#footer_top:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1122px;
  height: 1px;
  background: #a6a6a6;
}
#footer_top .mb50 {
  margin-bottom: 50px;
}
#footer_top p {
  margin-bottom: 20px;
}
#footer_top ul {
  display: grid;
  gap: 18px 0;
}

#footer_bottom {
  position: relative;
  background: #E6ECFF;
  margin-top: 50px;
  padding: 28px 30px 28px 100px;
  display: flex;
  justify-content: space-between;
}
#footer_bottom #pt {
  position: absolute;
  right: 10px;
  top: -60px;
  background: url(../img/common/pt.svg) no-repeat right bottom/30px auto;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 5px;
}
#footer_bottom ul {
  display: flex;
  justify-content: space-between;
  gap: 0 45px;
}

.contact_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #1723ff;
  width: 354px;
  height: 72px;
  background: #f5f5f6;
  border: solid 1px #4c4c4c;
  padding-bottom: 3px;
}

#under_header {
  padding-top: 45px;
}
#under_header .ja {
  font-size: 28px;
}
#under_header .en {
  font-size: 24px;
  color: #ff8100;
  margin-left: 10px;
}
#under_header .en.red {
  color: #ff0000;
}
#under_header .en.purple {
  color: #bf64ff;
}

.under_mv01,
#under_mv01 {
  position: relative;
  background: url(../img/whatnew/mv.jpg) no-repeat center/cover;
  margin: 24px 80px 95px 0;
  height: 145px;
}
.under_mv01.company,
#under_mv01.company {
  background-image: url(../img/profile/mv01.jpg);
}
.under_mv01.dx,
#under_mv01.dx {
  background-image: url(../img/dx/mv.jpg);
  margin-bottom: 45px;
}
.under_mv01.dx .en,
#under_mv01.dx .en {
  top: 10px;
  bottom: revert;
  right: 24px;
}
.under_mv01.history,
#under_mv01.history {
  background-image: url(../img/profile/mv02.jpg);
}
.under_mv01.sdgs,
#under_mv01.sdgs {
  background-image: url(../img/sdgs/mv.jpg);
  margin-bottom: 50px;
}
.under_mv01.company .en, .under_mv01.history .en,
#under_mv01.company .en,
#under_mv01.history .en {
  bottom: -5px;
}
.under_mv01.medical,
#under_mv01.medical {
  background-image: url(../img/business/mv01.jpg);
}
.under_mv01.medical .en,
#under_mv01.medical .en {
  bottom: -5px;
}
.under_mv01.bs,
#under_mv01.bs {
  background-image: url(../img/business/mv02.jpg);
}
.under_mv01.bs .en,
#under_mv01.bs .en {
  bottom: -5px;
}
.under_mv01.lu,
#under_mv01.lu {
  background-image: url(../img/business/mv03.jpg);
}
.under_mv01.lu .en,
#under_mv01.lu .en {
  bottom: -5px;
}
.under_mv01.dp,
#under_mv01.dp {
  background-image: url(../img/business/mv04.jpg);
}
.under_mv01.dp .en,
#under_mv01.dp .en {
  bottom: -5px;
}
.under_mv01.gallery,
#under_mv01.gallery {
  background-image: url(../img/gallery/mv.jpg);
}
.under_mv01.gallery .en,
#under_mv01.gallery .en {
  bottom: -5px;
}
.under_mv01.contact,
#under_mv01.contact {
  background-image: url(../img/contact/mv.jpg);
}
.under_mv01 .en, .under_mv01 .ja,
#under_mv01 .en,
#under_mv01 .ja {
  position: absolute;
}
.under_mv01 .ja,
#under_mv01 .ja {
  color: #fff;
  font-size: 36px !important;
  left: 100px;
  bottom: 15px;
}
.under_mv01 .en,
#under_mv01 .en {
  right: 45px;
  bottom: 10px;
}

@media screen and (max-width: 1340px) {
  #g_nav > ul .child.contact {
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  #g_nav {
    display: block !important;
  }
  #g_nav .child {
    display: block !important;
  }
  #hb_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: calc(60 / 1024 * 100vw);
  }
  #hb_btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    width: calc(60 / 1024 * 100vw);
    height: calc(60 / 1024 * 100vw);
    background: #000;
    padding: calc(21 / 1024 * 100vw) calc(17 / 1024 * 100vw) 0;
    cursor: pointer;
  }
  #hb_btn span {
    height: calc(2 / 1024 * 100vw);
    background: #fff;
    display: block;
    margin-bottom: calc(5 / 1024 * 100vw);
    transition: 0.4s ease;
  }
  #hb_btn.open {
    background: #aaa;
  }
  #hb_btn.open span:nth-child(1) {
    transform: translate(0, calc(8 / 1024 * 100vw)) rotate(45deg);
  }
  #hb_btn.open span:nth-child(2) {
    opacity: 0;
  }
  #hb_btn.open span:nth-child(3) {
    transform: translate(0, calc(-6 / 1024 * 100vw)) rotate(-45deg);
  }
  #header {
    position: fixed;
    box-shadow: 0 calc(2 / 1024 * 100vw) calc(5 / 1024 * 100vw) rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
  }
  #header #logo img {
    max-width: calc(146 / 1024 * 100vw);
  }
  #header .w1200 {
    height: calc(60 / 1024 * 100vw);
  }
  #g_nav {
    display: none;
    padding-top: calc(50 / 1024 * 100vw);
    padding-bottom: calc(50 / 1024 * 100vw);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 1000;
    background: #fff;
    overflow: auto;
    font-size: calc(18 / 1024 * 100vw);
  }
  #g_nav span {
    display: none;
  }
  #g_nav > ul {
    max-width: calc(600 / 1024 * 100vw);
    margin-left: auto;
    margin-right: auto;
    border-top: solid calc(1 / 1024 * 100vw) #000;
  }
  #g_nav > ul li {
    border-bottom: solid calc(1 / 1024 * 100vw) #000;
  }
  #g_nav > ul > li > a {
    position: relative;
  }
  #g_nav > ul > li:not(.parent) > a:before {
    position: absolute;
    right: calc(12 / 1024 * 100vw);
    top: 50%;
    content: "";
    display: block;
    width: calc(8 / 1024 * 100vw);
    aspect-ratio: 1/1;
    border-top: solid calc(1 / 1024 * 100vw) #000;
    border-right: solid calc(1 / 1024 * 100vw) #000;
    transform: rotate(45deg) translate(0, -50%);
  }
  #g_nav > ul > li.parent > a:before, #g_nav > ul > li.parent > a:after {
    position: absolute;
    right: calc(5 / 1024 * 100vw);
    top: 50%;
    content: "";
    display: block;
    width: calc(18 / 1024 * 100vw);
    height: calc(1 / 1024 * 100vw);
    background: #000;
  }
  #g_nav > ul > li.parent > a.open:after {
    opacity: 0;
  }
  #g_nav > ul > li.parent > a:after {
    width: calc(1 / 1024 * 100vw);
    height: calc(18 / 1024 * 100vw);
    margin-top: calc(-9 / 1024 * 100vw);
    right: calc(13 / 1024 * 100vw);
  }
  #g_nav > ul .child {
    border-top: solid calc(1 / 1024 * 100vw) #000;
    display: none;
  }
  #g_nav > ul .child li {
    border-bottom: solid calc(1 / 1024 * 100vw) #ccc;
  }
  #g_nav > ul .child li:last-child {
    border-bottom: none;
  }
  #g_nav > ul .child a {
    padding-left: calc(25 / 1024 * 100vw);
  }
  #g_nav > ul a {
    display: block;
    padding: calc(14 / 1024 * 100vw) calc(10 / 1024 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #header .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) and (any-hover: hover) {
  #header #logo a {
    transition: opacity 0.4s ease;
  }
  #header #logo a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #header #logo img {
    max-width: calc(146 / 1300 * 100vw);
  }
  #g_nav > ul {
    display: flex;
  }
  #g_nav > ul > li {
    position: relative;
  }
  #g_nav > ul > li > a {
    display: block;
    border-bottom: solid calc(12 / 1300 * 100vw) #e5e5e5;
    padding: calc(25 / 1300 * 100vw) calc(20 / 1300 * 100vw) calc(23 / 1300 * 100vw);
  }
  #g_nav > ul > li > a.on {
    border-bottom-color: #00c5ff;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) and (any-hover: hover) {
  #g_nav > ul > li > a {
    transition: border-bottom-color 0.4s ease;
  }
  #g_nav > ul > li > a:has(.purple):hover {
    border-bottom-color: #bf64ff;
  }
  #g_nav > ul > li > a:hover {
    border-bottom-color: #00c5ff;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #g_nav > ul > li > a > span {
    font-size: calc(16 / 1300 * 100vw);
  }
  #g_nav > ul > li > a .blue {
    color: #00c5ff;
  }
  #g_nav > ul > li > a .purple {
    color: #bf64ff;
  }
  #g_nav > ul .parent > a {
    cursor: default;
  }
  #g_nav > ul .parent:hover > a {
    border-bottom-color: #00c5ff;
  }
  #g_nav > ul .parent:hover:has(.purple) > a {
    border-bottom-color: #bf64ff;
  }
  #g_nav > ul .parent:hover .child {
    opacity: 1;
    visibility: visible;
  }
  #g_nav > ul .child {
    z-index: 5;
    background: #fff;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border: solid calc(1 / 1300 * 100vw) #000;
    min-width: calc(132 / 1300 * 100vw);
  }
  #g_nav > ul .child.business {
    min-width: calc(300 / 1300 * 100vw);
  }
  #g_nav > ul .child.contact {
    min-width: calc(200 / 1300 * 100vw);
  }
  #g_nav > ul .child li {
    border-bottom: solid calc(1 / 1300 * 100vw) #000;
  }
  #g_nav > ul .child li:last-child {
    border-bottom: none;
  }
  #g_nav > ul .child a {
    display: block;
    padding: calc(10 / 1300 * 100vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) and (any-hover: hover) {
  #g_nav > ul .child a {
    transition: opacity 0.4s ease;
  }
  #g_nav > ul .child a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  body {
    width: 100%;
    font-weight: 500;
    font-size: calc(18 / 1300 * 100vw);
    line-height: 1;
    font-family: var(--ff);
    color: var(--mc);
    -webkit-text-size-adjust: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: var(--mc);
    text-decoration: none;
  }
  :target {
    scroll-margin-top: calc(120 / 1300 * 100vw);
  }
  .w1200 {
    max-width: calc(1200 / 1300 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .w1040 {
    max-width: calc(1040 / 1300 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    margin-top: calc(120 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  footer a {
    transition: opacity 0.4s ease;
  }
  footer a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #footer_top {
    padding-top: calc(28 / 1300 * 100vw);
    padding-left: calc(95 / 1300 * 100vw);
    position: relative;
    display: flex;
    gap: 0 calc(85 / 1300 * 100vw);
  }
  #footer_top:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: calc(1122 / 1300 * 100vw);
    height: calc(1 / 1300 * 100vw);
    background: #a6a6a6;
  }
  #footer_top .mb50 {
    margin-bottom: calc(50 / 1300 * 100vw);
  }
  #footer_top p {
    margin-bottom: calc(20 / 1300 * 100vw);
  }
  #footer_top ul {
    display: grid;
    gap: calc(18 / 1300 * 100vw) 0;
  }
  #footer_bottom {
    position: relative;
    background: #E6ECFF;
    margin-top: calc(50 / 1300 * 100vw);
    padding: calc(28 / 1300 * 100vw) calc(30 / 1300 * 100vw) calc(28 / 1300 * 100vw) calc(100 / 1300 * 100vw);
    display: flex;
    justify-content: space-between;
  }
  #footer_bottom #pt {
    position: absolute;
    right: calc(10 / 1300 * 100vw);
    top: calc(-60 / 1300 * 100vw);
    background: url(../img/common/pt.svg) no-repeat right bottom/calc(30 / 1300 * 100vw) auto;
    padding-right: calc(40 / 1300 * 100vw);
    padding-top: calc(25 / 1300 * 100vw);
    padding-bottom: calc(5 / 1300 * 100vw);
  }
  #footer_bottom ul {
    display: flex;
    justify-content: space-between;
    gap: 0 calc(45 / 1300 * 100vw);
  }
  .contact_btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(22 / 1300 * 100vw);
    color: #1723ff;
    width: calc(354 / 1300 * 100vw);
    height: calc(72 / 1300 * 100vw);
    background: #f5f5f6;
    border: solid calc(1 / 1300 * 100vw) #4c4c4c;
    padding-bottom: calc(3 / 1300 * 100vw);
  }
  #under_header {
    padding-top: calc(45 / 1300 * 100vw);
  }
  #under_header .ja {
    font-size: calc(28 / 1300 * 100vw);
  }
  #under_header .en {
    font-size: calc(24 / 1300 * 100vw);
    color: #ff8100;
    margin-left: calc(10 / 1300 * 100vw);
  }
  .under_mv01,
  #under_mv01 {
    position: relative;
    margin: calc(24 / 1300 * 100vw) calc(80 / 1300 * 100vw) calc(95 / 1300 * 100vw) 0;
    height: calc(145 / 1300 * 100vw);
  }
  .under_mv01.company .en, .under_mv01.history .en,
  #under_mv01.company .en,
  #under_mv01.history .en {
    bottom: calc(-5 / 1300 * 100vw);
  }
  .under_mv01.dx,
  #under_mv01.dx {
    margin-bottom: calc(45 / 1300 * 100vw);
  }
  .under_mv01.dx .en,
  #under_mv01.dx .en {
    top: calc(10 / 1300 * 100vw);
    right: calc(24 / 1300 * 100vw);
  }
  .under_mv01.sdgs,
  #under_mv01.sdgs {
    margin-bottom: calc(50 / 1300 * 100vw);
  }
  .under_mv01.gallery .en, .under_mv01.dp .en, .under_mv01.lu .en, .under_mv01.bs .en, .under_mv01.medical .en,
  #under_mv01.gallery .en,
  #under_mv01.dp .en,
  #under_mv01.lu .en,
  #under_mv01.bs .en,
  #under_mv01.medical .en {
    bottom: calc(-5 / 1300 * 100vw);
  }
  .under_mv01 .en, .under_mv01 .ja,
  #under_mv01 .en,
  #under_mv01 .ja {
    position: absolute;
  }
  .under_mv01 .ja,
  #under_mv01 .ja {
    color: #fff;
    font-size: calc(36 / 1300 * 100vw) !important;
    left: calc(100 / 1300 * 100vw);
    bottom: calc(15 / 1300 * 100vw);
  }
  .under_mv01 .en,
  #under_mv01 .en {
    right: calc(45 / 1300 * 100vw);
    bottom: calc(10 / 1300 * 100vw);
  }
  .under_mv01 .en img,
  #under_mv01 .en img {
    width: auto;
    height: calc(34 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body {
    padding-top: calc(60 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
  :target {
    scroll-margin-top: calc(90 / 375 * 100vw);
  }
  .w1200 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #header {
    box-shadow: 0 calc(2 / 375 * 100vw) calc(5 / 375 * 100vw) rgba(0, 0, 0, 0.2);
  }
  #header #logo img {
    max-width: calc(120 / 375 * 100vw);
  }
  #header .w1200 {
    height: calc(60 / 375 * 100vw);
  }
  #hb_btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    background: #000;
    padding: calc(21 / 375 * 100vw) calc(17 / 375 * 100vw) 0;
    cursor: pointer;
  }
  #hb_btn span {
    height: calc(2 / 375 * 100vw);
    background: #fff;
    display: block;
    margin-bottom: calc(5 / 375 * 100vw);
    transition: 0.4s ease;
  }
  #hb_btn.open {
    background: #aaa;
  }
  #hb_btn.open span:nth-child(1) {
    transform: translate(0, calc(8 / 375 * 100vw)) rotate(45deg);
  }
  #hb_btn.open span:nth-child(2) {
    opacity: 0;
  }
  #hb_btn.open span:nth-child(3) {
    transform: translate(0, calc(-6 / 375 * 100vw)) rotate(-45deg);
  }
  #g_nav {
    display: none;
    padding-top: calc(80 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 1000;
    background: #fff;
    overflow: auto;
    font-size: calc(15 / 375 * 100vw);
  }
  #g_nav span {
    display: none;
  }
  #g_nav > ul {
    max-width: calc(600 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    border-top: solid calc(1 / 375 * 100vw) #000;
  }
  #g_nav > ul li {
    border-bottom: solid calc(1 / 375 * 100vw) #000;
  }
  #g_nav > ul > li > a {
    position: relative;
  }
  #g_nav > ul > li:not(.parent) > a:before {
    position: absolute;
    right: calc(12 / 375 * 100vw);
    top: 50%;
    content: "";
    display: block;
    width: calc(8 / 375 * 100vw);
    aspect-ratio: 1/1;
    border-top: solid calc(1 / 375 * 100vw) #000;
    border-right: solid calc(1 / 375 * 100vw) #000;
    transform: rotate(45deg) translate(0, -50%);
  }
  #g_nav > ul > li.parent > a:before, #g_nav > ul > li.parent > a:after {
    position: absolute;
    right: calc(5 / 375 * 100vw);
    top: 50%;
    content: "";
    display: block;
    width: calc(18 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    background: #000;
  }
  #g_nav > ul > li.parent > a.open:after {
    opacity: 0;
  }
  #g_nav > ul > li.parent > a:after {
    width: calc(1 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    margin-top: calc(-9 / 375 * 100vw);
    right: calc(13 / 375 * 100vw);
  }
  #g_nav > ul .child {
    border-top: solid calc(1 / 375 * 100vw) #000;
    display: none;
  }
  #g_nav > ul .child li {
    border-bottom: solid calc(1 / 375 * 100vw) #ccc;
  }
  #g_nav > ul .child li:last-child {
    border-bottom: none;
  }
  #g_nav > ul .child a {
    padding-left: calc(25 / 375 * 100vw);
  }
  #g_nav > ul a {
    display: block;
    padding: calc(14 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  footer {
    margin-top: calc(70 / 375 * 100vw);
  }
  footer .w1200 {
    padding: 0;
  }
  #footer_top {
    display: grid;
    gap: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
    padding-left: calc(40 / 375 * 100vw);
  }
  #footer_top:before {
    width: 100%;
  }
  #footer_top .mb50 {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #footer_top .sp_mb18 {
    margin-bottom: calc(18 / 375 * 100vw);
  }
  #footer_bottom {
    position: relative;
    background: #E6ECFF;
    margin-top: calc(70 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw);
    display: block;
    justify-content: space-between;
    text-align: center;
    font-size: calc(14 / 375 * 100vw);
  }
  #footer_bottom #pt {
    position: absolute;
    right: calc(25 / 375 * 100vw);
    top: calc(-60 / 375 * 100vw);
    background: url(../img/common/pt.svg) no-repeat right bottom/calc(30 / 375 * 100vw) auto;
    padding-right: calc(40 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
  }
  #footer_bottom ul {
    display: block;
  }
  #footer_bottom small {
    display: block;
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
  .sp_pd0 {
    padding: 0;
  }
  #under_header {
    padding-top: calc(45 / 375 * 100vw);
  }
  #under_header h2 {
    padding-left: calc(20 / 375 * 100vw);
  }
  #under_header .ja {
    font-size: calc(20 / 375 * 100vw);
  }
  #under_header .en {
    font-size: calc(14 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
  }
  .under_mv01,
  #under_mv01 {
    margin: calc(18 / 375 * 100vw) 0 calc(30 / 375 * 100vw) 0;
    height: calc(100 / 375 * 100vw);
  }
  .under_mv01.company .en, .under_mv01.history .en, .under_mv01.medical .en, .under_mv01.bs .en, .under_mv01.lu .en, .under_mv01.dp .en, .under_mv01.gallery .en,
  #under_mv01.company .en,
  #under_mv01.history .en,
  #under_mv01.medical .en,
  #under_mv01.bs .en,
  #under_mv01.lu .en,
  #under_mv01.dp .en,
  #under_mv01.gallery .en {
    bottom: calc(10 / 375 * 100vw);
  }
  .under_mv01.company .en img, .under_mv01.history .en img, .under_mv01.medical .en img, .under_mv01.bs .en img, .under_mv01.lu .en img, .under_mv01.dp .en img, .under_mv01.gallery .en img,
  #under_mv01.company .en img,
  #under_mv01.history .en img,
  #under_mv01.medical .en img,
  #under_mv01.bs .en img,
  #under_mv01.lu .en img,
  #under_mv01.dp .en img,
  #under_mv01.gallery .en img {
    width: auto;
    height: calc(20 / 375 * 100vw);
  }
  .under_mv01.dx,
  #under_mv01.dx {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .under_mv01.dx .en,
  #under_mv01.dx .en {
    top: calc(10 / 375 * 100vw);
    right: calc(24 / 375 * 100vw);
  }
  .under_mv01.dx .en img,
  #under_mv01.dx .en img {
    width: auto;
    height: calc(20 / 375 * 100vw);
  }
  .under_mv01 .en, .under_mv01 .ja,
  #under_mv01 .en,
  #under_mv01 .ja {
    position: absolute;
  }
  .under_mv01 .ja,
  #under_mv01 .ja {
    color: #fff;
    font-size: calc(20 / 375 * 100vw) !important;
    left: calc(20 / 375 * 100vw);
    bottom: calc(15 / 375 * 100vw);
  }
  .under_mv01 .en,
  #under_mv01 .en {
    right: calc(20 / 375 * 100vw);
    bottom: calc(15 / 375 * 100vw);
  }
  .under_mv01 .en img,
  #under_mv01 .en img {
    width: auto;
    height: calc(14 / 375 * 100vw);
  }
}
#top {
  padding-top: 15px;
}
#top #slider li {
  display: none;
}
#top .bx-viewport #slider li {
  display: block;
}
#top .bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 70px;
}
#top section {
  margin-bottom: 55px;
}
#top #section05 {
  margin-bottom: 0;
}
#top h2 {
  max-width: 490px;
  border-radius: 0 20px 0 0;
  background: rgba(0, 0, 99, 0.2);
  padding: 18px 0 18px 60px;
}
#top h2.pink {
  background: rgba(166, 0, 76, 0.4);
}
#top h2.brown {
  background: rgba(166, 89, 76, 0.4);
}
#top h2.yellow {
  background: rgba(208, 170, 0, 0.4);
}
#top h2.purple {
  background: rgba(119, 90, 186, 0.4);
}
#top h2 span {
  display: block;
}
#top h2 .en {
  font-size: 24px;
  margin-bottom: 5px;
}
#top h2 .ja {
  font-size: 36px;
}
#top .list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
#top .list01 li {
  width: 49.5%;
}
#top .list01 li:first-child {
  width: 100%;
}
#top .list01 a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  #top .list01 a:hover .img {
    filter: brightness(50%);
  }
}
#top .list01 .img {
  transition: 0.4s ease;
}
#top .list01 .en, #top .list01 .ja {
  position: absolute;
  z-index: 2;
}
#top .list01 .ja {
  font-size: 36px;
  color: #fff;
  right: 15px;
  top: 10px;
  font-weight: 300;
}
#top .list01 .en {
  left: 20px;
  bottom: 18px;
  display: block;
}
#top .list01 .en01 {
  max-width: 598px;
}
#top .list01 .en02 {
  max-width: 463px;
}
#top .list01 .en03 {
  max-width: 554px;
}
#top .more_btn {
  width: 274px;
  height: 54px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
#top .more_btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 12/13;
  background: url(../img/top/more_arrow.svg) no-repeat left top/cover;
}
#top .list02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
#top .list02 a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  #top .list02 a:hover .img {
    filter: brightness(50%);
  }
}
#top .list02 .img {
  transition: 0.4s ease;
}
#top .list02 .en, #top .list02 .ja, #top .list02 .more_btn {
  position: absolute;
  z-index: 2;
}
#top .list02 .ja {
  font-size: 48px;
  width: 100%;
  text-align: center;
  top: 150px;
  color: #fff;
  font-weight: 300;
}
#top .list02 .ls {
  letter-spacing: -0.05em;
}
#top .list02 .en {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 95px;
}
#top .list02 .twoline {
  top: 80px;
}
#top .list02 .en01 img {
  max-width: 113px;
}
#top .list02 .en02 img {
  max-width: 268px;
}
#top .list02 .en03 img {
  max-width: 100px;
}
#top .list02 .en04 img {
  max-width: 200px;
}
#top .list02 .en05 img {
  max-width: 276px;
}
#top .list02 .en06 img {
  max-width: 208px;
}
#top .list02 .more_btn {
  top: 260px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top #section03 h2 {
  position: relative;
  z-index: 2;
}
#top .list03 {
  position: relative;
  top: -1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#top .list03 a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  #top .list03 a:hover .img {
    filter: brightness(50%);
  }
}
#top .list03 .img {
  transition: 0.4s ease;
}
#top .list03 .en, #top .list03 .ja, #top .list03 .more_btn {
  position: absolute;
  z-index: 2;
}
#top .list03 .ja {
  font-size: 48px;
  width: 100%;
  text-align: center;
  top: 150px;
  color: #fff;
  font-weight: 300;
}
#top .list03 .ls {
  letter-spacing: -0.075em;
  transform: scale(0.92, 1);
  width: 105%;
  left: -3.5%;
}
#top .list03 .en {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 85px;
}
#top .list03 .twoline {
  top: 80px;
}
#top .list03 .en01 img {
  max-width: 407px;
}
#top .list03 .en02 img {
  max-width: 425px;
}
#top .list03 .en03 img {
  max-width: 261px;
}
#top .list03 .en04 img {
  max-width: 304px;
}
#top .list03 .more_btn {
  top: 245px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top .list04 {
  position: relative;
  top: -1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#top .list04 a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  #top .list04 a:hover .img {
    filter: brightness(50%);
  }
}
#top .list04 .img {
  transition: 0.4s ease;
}
#top .list04 .en, #top .list04 .ja, #top .list04 .more_btn {
  position: absolute;
  z-index: 2;
}
#top .list04 .ja {
  font-size: 48px;
  width: 100%;
  text-align: center;
  top: 150px;
  color: #fff;
  font-weight: 300;
}
#top .list04 .ls {
  letter-spacing: -0.075em;
  transform: scale(0.92, 1);
  width: 105%;
  left: -3.5%;
}
#top .list04 .en {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 100px;
}
#top .list04 .en01 img {
  max-width: 385px;
}
#top .list04 .en02 img {
  max-width: 333px;
}
#top .list04 .more_btn {
  top: 250px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top .flex {
  display: flex;
  justify-content: space-between;
}
#top .flex .left {
  width: 595px;
}
#top .flex .left a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  #top .flex .left a:hover .img {
    filter: brightness(50%);
  }
}
#top .flex .left .img {
  transition: 0.4s ease;
}
#top .flex .left .en, #top .flex .left .ja, #top .flex .left .more_btn {
  position: absolute;
  z-index: 2;
}
#top .flex .left .ja {
  font-size: 48px;
  width: 100%;
  text-align: center;
  top: 150px;
  color: #fff;
  font-weight: 300;
}
#top .flex .left .en {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 100px;
}
#top .flex .left .en01 img {
  max-width: 208px;
}
#top .flex .left .more_btn {
  top: 250px;
  left: 50%;
  transform: translate(-50%, 0);
}
#top .right {
  width: 590px;
}
#top .right h3 {
  font-size: 27px;
  margin-bottom: 15px;
}
#top .right ul {
  line-height: 1.625;
}
#top .right li {
  display: flex;
}
#top .right li span:first-child {
  width: 180px;
  text-align-last: justify;
}
#top .right li span:last-child {
  width: calc(100% - 180px);
  padding-left: 10px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #top {
    padding-top: calc(15 / 1300 * 100vw);
  }
  #top .bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: calc(70 / 1300 * 100vw);
  }
  #top section {
    margin-bottom: calc(55 / 1300 * 100vw);
  }
  #top #section05 {
    margin-bottom: 0;
  }
  #top h2 {
    max-width: calc(490 / 1300 * 100vw);
    border-radius: 0 calc(20 / 1300 * 100vw) 0 0;
    background: rgba(0, 0, 99, 0.2);
    padding: calc(18 / 1300 * 100vw) 0 calc(18 / 1300 * 100vw) calc(60 / 1300 * 100vw);
  }
  #top h2.pink {
    background: rgba(166, 0, 76, 0.4);
  }
  #top h2.brown {
    background: rgba(166, 89, 76, 0.4);
  }
  #top h2.yellow {
    background: rgba(208, 170, 0, 0.4);
  }
  #top h2.purple {
    background: rgba(119, 90, 186, 0.4);
  }
  #top h2 span {
    display: block;
  }
  #top h2 .en {
    font-size: calc(24 / 1300 * 100vw);
    margin-bottom: calc(5 / 1300 * 100vw);
  }
  #top h2 .ja {
    font-size: calc(36 / 1300 * 100vw);
  }
  #top .list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(8 / 1300 * 100vw);
  }
  #top .list01 li:first-child {
    width: 100%;
  }
  #top .list01 a {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #top .list01 a:hover .img {
    filter: brightness(50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #top .list01 .img {
    transition: 0.4s ease;
  }
  #top .list01 .en, #top .list01 .ja {
    position: absolute;
    z-index: 2;
  }
  #top .list01 .ja {
    font-size: calc(36 / 1300 * 100vw);
    color: #fff;
    right: calc(15 / 1300 * 100vw);
    top: calc(10 / 1300 * 100vw);
  }
  #top .list01 .en {
    left: calc(20 / 1300 * 100vw);
    bottom: calc(18 / 1300 * 100vw);
    display: block;
  }
  #top .list01 .en01 {
    max-width: calc(598 / 1300 * 100vw);
  }
  #top .list01 .en02 {
    max-width: calc(463 / 1300 * 100vw);
  }
  #top .list01 .en03 {
    max-width: calc(554 / 1300 * 100vw);
  }
  #top .more_btn {
    width: calc(274 / 1300 * 100vw);
    height: calc(54 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #fff;
    color: #fff;
    font-size: calc(20 / 1300 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 calc(20 / 1300 * 100vw);
  }
  #top .more_btn:after {
    content: "";
    display: inline-block;
    width: calc(12 / 1300 * 100vw);
    aspect-ratio: 12/13;
    background: url(../img/top/more_arrow.svg) no-repeat left top/cover;
  }
  #top .list02 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: calc(10 / 1300 * 100vw);
  }
  #top .list02 a {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #top .list02 a:hover .img {
    filter: brightness(50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #top .list02 .img {
    transition: 0.4s ease;
  }
  #top .list02 .en, #top .list02 .ja, #top .list02 .more_btn {
    position: absolute;
    z-index: 2;
  }
  #top .list02 .ja {
    font-size: calc(48 / 1300 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(150 / 1300 * 100vw);
    color: #fff;
  }
  #top .list02 .ls {
    letter-spacing: -0.05em;
  }
  #top .list02 .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(95 / 1300 * 100vw);
  }
  #top .list02 .twoline {
    top: calc(80 / 1300 * 100vw);
  }
  #top .list02 .en01 img {
    max-width: calc(113 / 1300 * 100vw);
  }
  #top .list02 .en02 img {
    max-width: calc(268 / 1300 * 100vw);
  }
  #top .list02 .en03 img {
    max-width: calc(100 / 1300 * 100vw);
  }
  #top .list02 .en04 img {
    max-width: calc(200 / 1300 * 100vw);
  }
  #top .list02 .en05 img {
    max-width: calc(276 / 1300 * 100vw);
  }
  #top .list02 .en06 img {
    max-width: calc(208 / 1300 * 100vw);
  }
  #top .list02 .more_btn {
    top: calc(260 / 1300 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #top #section03 h2 {
    position: relative;
    z-index: 2;
  }
  #top .list03 {
    position: relative;
    top: calc(-1 / 1300 * 100vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(10 / 1300 * 100vw);
  }
  #top .list03 a {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #top .list03 a:hover .img {
    filter: brightness(50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #top .list03 .img {
    transition: 0.4s ease;
  }
  #top .list03 .en, #top .list03 .ja, #top .list03 .more_btn {
    position: absolute;
    z-index: 2;
  }
  #top .list03 .ja {
    font-size: calc(48 / 1300 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(150 / 1300 * 100vw);
    color: #fff;
  }
  #top .list03 .ls {
    letter-spacing: -0.075em;
    transform: scale(0.92, 1);
    width: 105%;
    left: -3.5%;
  }
  #top .list03 .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(85 / 1300 * 100vw);
  }
  #top .list03 .twoline {
    top: calc(80 / 1300 * 100vw);
  }
  #top .list03 .en01 img {
    max-width: calc(407 / 1300 * 100vw);
  }
  #top .list03 .en02 img {
    max-width: calc(425 / 1300 * 100vw);
  }
  #top .list03 .en03 img {
    max-width: calc(261 / 1300 * 100vw);
  }
  #top .list03 .en04 img {
    max-width: calc(304 / 1300 * 100vw);
  }
  #top .list03 .more_btn {
    top: calc(245 / 1300 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #top .list04 {
    position: relative;
    top: calc(-1 / 1300 * 100vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(10 / 1300 * 100vw);
  }
  #top .list04 a {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #top .list04 a:hover .img {
    filter: brightness(50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #top .list04 .img {
    transition: 0.4s ease;
  }
  #top .list04 .en, #top .list04 .ja, #top .list04 .more_btn {
    position: absolute;
    z-index: 2;
  }
  #top .list04 .ja {
    font-size: calc(48 / 1300 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(150 / 1300 * 100vw);
    color: #fff;
  }
  #top .list04 .ls {
    letter-spacing: -0.075em;
    transform: scale(0.92, 1);
    width: 105%;
    left: -3.5%;
  }
  #top .list04 .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(100 / 1300 * 100vw);
  }
  #top .list04 .en01 img {
    max-width: calc(385 / 1300 * 100vw);
  }
  #top .list04 .en02 img {
    max-width: calc(333 / 1300 * 100vw);
  }
  #top .list04 .more_btn {
    top: calc(250 / 1300 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #top .flex {
    display: flex;
    justify-content: space-between;
  }
  #top .flex .left {
    width: calc(595 / 1300 * 100vw);
  }
  #top .flex .left a {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #top .flex .left a:hover .img {
    filter: brightness(50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #top .flex .left .img {
    transition: 0.4s ease;
  }
  #top .flex .left .en, #top .flex .left .ja, #top .flex .left .more_btn {
    position: absolute;
    z-index: 2;
  }
  #top .flex .left .ja {
    font-size: calc(48 / 1300 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(150 / 1300 * 100vw);
    color: #fff;
  }
  #top .flex .left .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(100 / 1300 * 100vw);
  }
  #top .flex .left .en01 img {
    max-width: calc(208 / 1300 * 100vw);
  }
  #top .flex .left .more_btn {
    top: calc(250 / 1300 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #top .right {
    width: calc(590 / 1300 * 100vw);
  }
  #top .right h3 {
    font-size: calc(27 / 1300 * 100vw);
    margin-bottom: calc(15 / 1300 * 100vw);
  }
  #top .right ul {
    line-height: 1.625;
  }
  #top .right li {
    display: flex;
  }
  #top .right li span:first-child {
    width: calc(180 / 1300 * 100vw);
    text-align-last: justify;
  }
  #top .right li span:last-child {
    width: calc(100% - calc(180 / 1300 * 100vw));
    padding-left: calc(10 / 1300 * 100vw);
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .list01 .ja,
  .list02 .ja,
  .list03 .ja,
  .list04 .ja,
  .list05 .ja {
    font-weight: 500 !important;
  }
  #top {
    padding-top: 0;
  }
  #top #lead {
    line-height: 1.6;
    margin-bottom: calc(50 / 375 * 100vw);
  }
  #top .bx-wrapper {
    margin-bottom: calc(50 / 375 * 100vw);
  }
  #top section {
    margin-bottom: calc(55 / 375 * 100vw);
  }
  #top #section05 {
    margin-bottom: 0;
  }
  #top h2 {
    border-radius: 0 calc(10 / 375 * 100vw) 0 0;
    background: rgba(0, 0, 99, 0.2);
    padding: calc(14 / 375 * 100vw) 0 calc(14 / 375 * 100vw) calc(20 / 375 * 100vw);
    max-width: calc(260 / 375 * 100vw);
  }
  #top h2 .en {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
  #top h2 .ja {
    font-size: calc(20 / 375 * 100vw);
  }
  #top .list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(5 / 375 * 100vw);
  }
  #top .list01 li {
    width: 100%;
  }
  #top .list01 li:first-child {
    width: 100%;
  }
  #top .list01 li:first-child a {
    aspect-ratio: 595/288;
  }
  #top .list01 li:first-child a .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #top .list01 .en, #top .list01 .ja {
    position: absolute;
    z-index: 2;
  }
  #top .list01 .ja {
    font-size: calc(20 / 375 * 100vw);
    color: #fff;
    right: calc(15 / 375 * 100vw);
    top: calc(10 / 375 * 100vw);
  }
  #top .list01 .en {
    left: calc(20 / 375 * 100vw);
    bottom: calc(18 / 375 * 100vw);
    display: block;
    width: auto;
  }
  #top .list01 .en img {
    height: calc(14 / 375 * 100vw);
    width: auto;
    display: block;
  }
  #top .list01 .en01 {
    max-width: revert;
  }
  #top .list01 .en02 {
    max-width: revert;
  }
  #top .list01 .en03 {
    max-width: revert;
  }
  #top .list01 .img {
    width: 100%;
  }
  #top .more_btn {
    width: calc(130 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #fff;
    color: #fff;
    font-size: calc(13 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 calc(20 / 375 * 100vw);
  }
  #top .more_btn:after {
    content: "";
    display: inline-block;
    width: calc(8 / 375 * 100vw);
    aspect-ratio: 12/13;
    background: url(../img/top/more_arrow.svg) no-repeat left top/cover;
  }
  #top .list02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(5 / 375 * 100vw);
  }
  #top .list02 .ja {
    font-size: calc(20 / 375 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(60 / 375 * 100vw);
    color: #fff;
  }
  #top .list02 .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(25 / 375 * 100vw);
  }
  #top .list02 .en img {
    max-width: revert !important;
    width: auto;
    height: calc(10 / 375 * 100vw);
  }
  #top .list02 .twoline {
    top: calc(24 / 375 * 100vw);
  }
  #top .list02 .twoline img {
    height: calc(24 / 375 * 100vw);
  }
  #top .list02 .en01 img {
    max-width: calc(113 / 375 * 100vw);
  }
  #top .list02 .en02 img {
    max-width: calc(268 / 375 * 100vw);
  }
  #top .list02 .en03 img {
    max-width: calc(100 / 375 * 100vw);
  }
  #top .list02 .en04 img {
    max-width: calc(200 / 375 * 100vw);
  }
  #top .list02 .en05 img {
    max-width: calc(276 / 375 * 100vw);
  }
  #top .list02 .en06 img {
    max-width: calc(208 / 375 * 100vw);
  }
  #top .list02 .more_btn {
    top: calc(105 / 375 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #top #section03 h2 {
    position: relative;
    z-index: 2;
  }
  #top .list03 {
    grid-template-columns: 1fr;
    gap: calc(5 / 375 * 100vw);
  }
  #top .list03 .ja {
    font-size: calc(20 / 375 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(90 / 375 * 100vw);
    color: #fff;
  }
  #top .list03 .ls {
    letter-spacing: -0.075em;
    transform: scale(0.92, 1);
    width: 105%;
    left: -3.5%;
  }
  #top .list03 .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(55 / 375 * 100vw);
  }
  #top .list03 .en img {
    max-width: revert !important;
    width: auto;
    height: calc(14 / 375 * 100vw);
  }
  #top .list03 .en01 img {
    max-width: calc(407 / 375 * 100vw);
  }
  #top .list03 .en02 img {
    max-width: calc(425 / 375 * 100vw);
  }
  #top .list03 .en03 img {
    max-width: calc(261 / 375 * 100vw);
  }
  #top .list03 .en04 img {
    max-width: calc(304 / 375 * 100vw);
  }
  #top .list03 .more_btn {
    top: calc(140 / 375 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #top .list03 .img {
    width: 100%;
  }
  #top .list04 {
    position: relative;
    top: calc(-1 / 375 * 100vw);
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(5 / 375 * 100vw);
  }
  #top .list04 .ja {
    font-size: calc(20 / 375 * 100vw);
    top: calc(90 / 375 * 100vw);
  }
  #top .list04 .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(55 / 375 * 100vw);
  }
  #top .list04 .en img {
    max-width: revert !important;
    width: auto;
    height: calc(14 / 375 * 100vw);
  }
  #top .list04 .more_btn {
    top: calc(140 / 375 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #top .list04 .img {
    width: 100%;
  }
  #top .flex {
    display: block;
  }
  #top .flex .left {
    width: 100%;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #top .flex .left .ja {
    font-size: calc(20 / 375 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(90 / 375 * 100vw);
    color: #fff;
    font-weight: 500;
  }
  #top .flex .left .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(55 / 375 * 100vw);
  }
  #top .flex .left .en img {
    max-width: revert !important;
    width: auto;
    height: calc(14 / 375 * 100vw);
  }
  #top .flex .left .img {
    width: 100%;
  }
  #top .flex .left .more_btn {
    top: calc(140 / 375 * 100vw);
  }
  #top .right {
    width: 100%;
  }
  #top .right h3 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    font-weight: bold;
  }
  #top .right ul {
    display: grid;
    gap: calc(14 / 375 * 100vw);
  }
  #top .right li {
    display: block;
    gap: calc(10 / 375 * 100vw);
  }
  #top .right li span {
    display: block;
  }
  #top .right li span:first-child {
    font-weight: bold;
    width: 100%;
    text-align-last: revert;
  }
  #top .right li span:last-child {
    width: 100%;
    padding-left: 0;
    font-size: calc(13 / 375 * 100vw);
  }
}
#whatnew .bg {
  background: rgba(0, 45, 167, 0.03);
  margin-right: 80px;
  padding: 35px 35px 35px 100px;
  min-height: 500px;
}
#whatnew .bg ul {
  display: grid;
  gap: 45px;
  font-size: 26px;
  line-height: 1.6538461538;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #whatnew .bg {
    background: rgba(0, 45, 167, 0.03);
    margin-right: calc(80 / 1300 * 100vw);
    padding: calc(35 / 1300 * 100vw) calc(35 / 1300 * 100vw) calc(35 / 1300 * 100vw) calc(100 / 1300 * 100vw);
    min-height: calc(500 / 1300 * 100vw);
  }
  #whatnew .bg ul {
    display: grid;
    gap: calc(45 / 1300 * 100vw);
    font-size: calc(26 / 1300 * 100vw);
    line-height: 1.6538461538;
  }
}
@media screen and (max-width: 767px) {
  #whatnew .bg {
    margin-right: 0;
    padding: 30px 20px;
    min-height: 300px;
  }
  #whatnew .bg ul {
    display: grid;
    gap: 20px;
    font-size: 14px;
    line-height: 1.6538461538;
  }
}
#company #mv {
  padding-right: 80px;
  margin: 20px 0 30px;
}
#company .inner {
  padding-left: 120px;
  padding-right: 80px;
}
#company .lead {
  font-size: 24px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 35px;
}
#company .ls {
  letter-spacing: -0.005em;
}
#company .more_btn {
  width: 224px;
  height: 44px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
#company .more_btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 12/13;
  background: url(../img/top/more_arrow.svg) no-repeat left top/cover;
}
#company .grid {
  position: relative;
  top: -1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 27px;
  margin-bottom: 40px;
}
#company .grid a {
  display: block;
  position: relative;
}
@media (any-hover: hover) {
  #company .grid a:hover .img {
    filter: brightness(50%);
  }
}
#company .grid .img {
  transition: 0.4s ease;
}
#company .grid .en, #company .grid .ja, #company .grid .more_btn {
  position: absolute;
  z-index: 2;
}
#company .grid .ja {
  font-size: 38px;
  width: 100%;
  text-align: center;
  top: 125px;
  color: #fff;
  font-weight: 300;
}
#company .grid .ls {
  letter-spacing: -0.075em;
  transform: scale(0.92, 1);
  width: 105%;
  left: -3.5%;
}
#company .grid .en {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 78px;
}
#company .grid .en img {
  width: auto;
  height: 16px;
}
#company .grid .twoline {
  top: 80px;
}
#company .grid .more_btn {
  top: 205px;
  left: 50%;
  transform: translate(-50%, 0);
}
#company #section01 h3 {
  text-align: center;
  margin-bottom: 30px;
}
#company #section01 .bg {
  padding-left: 385px;
  margin-bottom: 20px;
  min-height: 240px;
}
#company #section01 .gmap iframe {
  aspect-ratio: 615/240;
  width: 100%;
  height: auto;
}
#company #section01 .w_address {
  margin-bottom: 60px;
}
#company #section01 .w_address:last-child {
  margin-bottom: 0;
}
#company #section01 .address {
  font-size: 24px;
  text-align-last: justify;
}
#company #section01 .address span {
  font-weight: bold;
}
#company #section01 .shoukai01 {
  background: url(../img/company/shoukai01.jpg) no-repeat left top/350px auto;
}
#company #section01 .shoukai02 {
  background: url(../img/company/shoukai02.jpg) no-repeat left top/350px auto;
}
#company #section01 .shoukai03 {
  background: url(../img/company/shoukai03.jpg) no-repeat left top/350px auto;
}
#company #section01 .shoukai04 {
  background: url(../img/company/shoukai04.jpg) no-repeat left top/350px auto;
}
#company #section01 .shinetsu01 {
  background: url(../img/company/shinetsu01.jpg) no-repeat left top/350px auto;
}
#company #section01 .shinetsu02 {
  background: url(../img/company/shinetsu02.jpg) no-repeat left top/350px auto;
}
#company #section01 .hokuriku01 {
  background: url(../img/company/hokuriku01.jpg) no-repeat left top/350px auto;
}
#company #section01 .hokuriku02 {
  background: url(../img/company/hokuriku02.jpg) no-repeat left top/350px auto;
}
#company #section01 .hokuriku03 {
  background: url(../img/company/hokuriku03.jpg) no-repeat left top/350px auto;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #company #mv {
    padding-right: calc(80 / 1300 * 100vw);
    margin: calc(20 / 1300 * 100vw) 0 calc(30 / 1300 * 100vw);
  }
  #company .inner {
    padding-left: calc(120 / 1300 * 100vw);
    padding-right: calc(80 / 1300 * 100vw);
  }
  #company .lead {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
    text-align: justify;
    margin-bottom: calc(35 / 1300 * 100vw);
  }
  #company .more_btn {
    width: calc(224 / 1300 * 100vw);
    height: calc(44 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #fff;
    color: #fff;
    font-size: calc(18 / 1300 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 calc(20 / 1300 * 100vw);
  }
  #company .more_btn:after {
    content: "";
    display: inline-block;
    width: calc(12 / 1300 * 100vw);
    aspect-ratio: 12/13;
    background: url(../img/top/more_arrow.svg) no-repeat left top/cover;
  }
  #company .grid {
    position: relative;
    top: calc(-1 / 1300 * 100vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(40 / 1300 * 100vw) calc(27 / 1300 * 100vw);
    margin-bottom: calc(40 / 1300 * 100vw);
  }
  #company .grid a {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #company .grid a:hover .img {
    filter: brightness(50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #company .grid .img {
    transition: 0.4s ease;
  }
  #company .grid .en, #company .grid .ja, #company .grid .more_btn {
    position: absolute;
    z-index: 2;
  }
  #company .grid .ja {
    font-size: calc(38 / 1300 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(125 / 1300 * 100vw);
    color: #fff;
  }
  #company .grid .ls {
    letter-spacing: -0.075em;
    transform: scale(0.92, 1);
    width: 105%;
    left: -3.5%;
  }
  #company .grid .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(78 / 1300 * 100vw);
  }
  #company .grid .en img {
    width: auto;
    height: calc(16 / 1300 * 100vw);
  }
  #company .grid .twoline {
    top: calc(80 / 1300 * 100vw);
  }
  #company .grid .more_btn {
    top: calc(205 / 1300 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #company #section01 h3 {
    text-align: center;
    margin-bottom: calc(30 / 1300 * 100vw);
  }
  #company #section01 h3 img {
    width: auto;
    height: calc(38 / 1300 * 100vw);
  }
  #company #section01 .bg {
    padding-left: calc(385 / 1300 * 100vw);
    margin-bottom: calc(20 / 1300 * 100vw);
    min-height: calc(240 / 1300 * 100vw);
    background-size: calc(350 / 1300 * 100vw) auto;
  }
  #company #section01 .gmap iframe {
    aspect-ratio: 615/240;
    width: 100%;
    height: auto;
  }
  #company #section01 .w_address {
    margin-bottom: calc(60 / 1300 * 100vw);
  }
  #company #section01 .w_address:last-child {
    margin-bottom: 0;
  }
  #company #section01 .address {
    font-size: calc(24 / 1300 * 100vw);
    text-align-last: justify;
  }
  #company #section01 .address span {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  #company #mv {
    padding-right: 0;
    margin: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  #company .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #company .lead {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(35 / 375 * 100vw);
  }
  #company .more_btn {
    width: calc(130 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #fff;
    color: #fff;
    font-size: calc(13 / 375 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 calc(20 / 375 * 100vw);
  }
  #company .more_btn:after {
    content: "";
    display: inline-block;
    width: calc(8 / 375 * 100vw);
    aspect-ratio: 12/13;
    background: url(../img/top/more_arrow.svg) no-repeat left top/cover;
  }
  #company .grid {
    grid-template-columns: 1fr;
    gap: calc(5 / 375 * 100vw);
  }
  #company .grid .ja {
    font-size: calc(20 / 375 * 100vw);
    width: 100%;
    text-align: center;
    top: calc(90 / 375 * 100vw);
    color: #fff;
    font-weight: 500;
  }
  #company .grid .ls {
    letter-spacing: -0.075em;
    transform: scale(0.92, 1);
    width: 105%;
    left: -3.5%;
  }
  #company .grid .en {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(55 / 375 * 100vw);
  }
  #company .grid .en img {
    max-width: revert !important;
    width: auto;
    height: calc(14 / 375 * 100vw);
  }
  #company .grid .en01 img {
    max-width: calc(407 / 375 * 100vw);
  }
  #company .grid .en02 img {
    max-width: calc(425 / 375 * 100vw);
  }
  #company .grid .en03 img {
    max-width: calc(261 / 375 * 100vw);
  }
  #company .grid .en04 img {
    max-width: calc(304 / 375 * 100vw);
  }
  #company .grid .more_btn {
    top: calc(140 / 375 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
  }
  #company .grid .img {
    width: 100%;
  }
  #company #section01 h3 {
    text-align: center;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #company #section01 h3 img {
    width: auto;
    height: calc(26 / 375 * 100vw);
  }
  #company #section01 .bg {
    padding-left: 0;
    margin-bottom: calc(15 / 375 * 100vw);
    min-height: calc(240 / 375 * 100vw);
    padding-top: calc(250 / 375 * 100vw);
    background-size: 100% auto;
  }
  #company #section01 .gmap iframe {
    aspect-ratio: 1/1;
  }
  #company #section01 .w_address {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #company #section01 .w_address:last-child {
    margin-bottom: 0;
  }
  #company #section01 .address {
    font-size: calc(16 / 375 * 100vw);
    text-align-last: revert;
    line-height: 1.5;
  }
}
#greeting #mv {
  padding-right: 80px;
  margin: 20px 0 30px;
}
#greeting .inner {
  padding-left: 120px;
  padding-right: 80px;
}
#greeting #message_mv {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/635;
  background: url(../img/greeting/mv01.jpg) no-repeat center/cover;
  color: #fff;
  padding: 90px 0 0 90px;
}
#greeting #message_mv h3 {
  font-size: 48px;
  line-height: 1.75;
  margin-bottom: 30px;
}
#greeting #message_mv p {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 400;
}
#greeting #message .text {
  font-size: 24px;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
#greeting #message .name {
  max-width: fit-content;
  margin-left: auto;
  font-size: 22px;
  line-height: 1.9090909091;
}
#greeting #message .name span {
  display: block;
  padding-left: 10px;
}
#greeting #message .name .c_name {
  font-size: 24px;
  padding-left: 0;
}

#under_header .w_page_nav {
  padding-left: 100px;
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
}
#under_header ul {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
}
#under_header li {
  width: 170px;
}
#under_header li a {
  display: block;
  border-bottom: solid 1px #4c68ff;
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
}
@media (any-hover: hover) {
  #under_header li a:hover {
    border: none;
  }
}

#basic_principle .text {
  font-size: 24px;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.02em;
  margin-bottom: 55px;
}
#basic_principle .text span {
  font-weight: bold;
}
#basic_principle ul {
  display: grid;
  gap: 52px 0;
}
#basic_principle ul li {
  background: rgba(76, 104, 255, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
#basic_principle ul li > div:first-child {
  width: 435px;
  padding-left: 55px;
  font-size: 36px;
  font-weight: bold;
}
#basic_principle ul li > div:last-child {
  width: calc(100% - 435px);
  font-size: 24px;
  line-height: 1.75;
}

#creed h3 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
#creed ul {
  display: grid;
  gap: 55px;
  margin-bottom: 65px;
}
#creed ul li {
  background: rgba(76, 104, 255, 0.1);
  border-radius: 10px;
  padding: 25px 55px 30px;
  text-align: center;
  font-size: 26px;
  line-height: 1.6153846154;
}
#creed ul .en {
  padding-bottom: 10px;
  border-bottom: solid 1px #3c47e3;
  margin-bottom: 10px;
}
#creed .president {
  display: flex;
  align-items: flex-end;
  background: url(../img/greeting/president.jpg) no-repeat right 30px bottom/618px auto;
  min-height: 455px;
  padding-right: 670px;
}
#creed .president p {
  font-size: 22px;
  line-height: 1.5454545455;
  max-width: fit-content;
  margin-left: auto;
  text-align: right;
}
#creed .president p span {
  display: block;
}
#creed .president p span:nth-child(1) {
  font-size: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #greeting #mv {
    padding-right: calc(80 / 1300 * 100vw);
    margin: calc(20 / 1300 * 100vw) 0 calc(30 / 1300 * 100vw);
  }
  #greeting .inner {
    padding-left: calc(120 / 1300 * 100vw);
    padding-right: calc(80 / 1300 * 100vw);
  }
  #greeting #message_mv {
    width: 100%;
    height: auto;
    aspect-ratio: 1120/635;
    background: url(../img/greeting/mv01.jpg) no-repeat center/cover;
    color: #fff;
    padding: calc(90 / 1300 * 100vw) 0 0 calc(90 / 1300 * 100vw);
  }
  #greeting #message_mv h3 {
    font-size: calc(48 / 1300 * 100vw);
    line-height: 1.75;
    margin-bottom: calc(30 / 1300 * 100vw);
  }
  #greeting #message_mv p {
    font-size: calc(30 / 1300 * 100vw);
    line-height: 1.8;
    font-weight: 400;
  }
  #greeting #message .text {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
    text-align: justify;
    letter-spacing: 0.02em;
    margin-bottom: calc(50 / 1300 * 100vw);
  }
  #greeting #message .name {
    max-width: fit-content;
    margin-left: auto;
    font-size: calc(22 / 1300 * 100vw);
    line-height: 1.9090909091;
  }
  #greeting #message .name span {
    display: block;
    padding-left: calc(10 / 1300 * 100vw);
  }
  #greeting #message .name .c_name {
    font-size: calc(24 / 1300 * 100vw);
    padding-left: 0;
  }
  #under_header .w_page_nav {
    padding-left: calc(100 / 1300 * 100vw);
    display: flex;
    justify-content: space-between;
    padding-right: calc(80 / 1300 * 100vw);
  }
  #under_header ul {
    display: flex;
    justify-content: space-between;
    gap: 0 calc(24 / 1300 * 100vw);
  }
  #under_header li {
    width: calc(170 / 1300 * 100vw);
  }
  #under_header li a {
    display: block;
    border-bottom: solid calc(1 / 1300 * 100vw) #4c68ff;
    text-align: center;
    font-size: calc(24 / 1300 * 100vw);
    padding-bottom: calc(10 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #under_header li a:hover {
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #basic_principle .text {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
    text-align: justify;
    letter-spacing: 0.02em;
    margin-bottom: calc(55 / 1300 * 100vw);
  }
  #basic_principle .text span {
    font-weight: bold;
  }
  #basic_principle ul {
    display: grid;
    gap: calc(52 / 1300 * 100vw) 0;
  }
  #basic_principle ul li {
    background: rgba(76, 104, 255, 0.1);
    border-radius: calc(10 / 1300 * 100vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(35 / 1300 * 100vw) 0;
  }
  #basic_principle ul li > div:first-child {
    width: calc(435 / 1300 * 100vw);
    padding-left: calc(55 / 1300 * 100vw);
    font-size: calc(36 / 1300 * 100vw);
    font-weight: bold;
  }
  #basic_principle ul li > div:last-child {
    width: calc(100% - calc(435 / 1300 * 100vw));
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
  }
  #creed h3 {
    font-weight: bold;
    text-align: center;
    font-size: calc(36 / 1300 * 100vw);
    margin-bottom: calc(30 / 1300 * 100vw);
  }
  #creed ul {
    display: grid;
    gap: calc(55 / 1300 * 100vw);
    margin-bottom: calc(65 / 1300 * 100vw);
  }
  #creed ul li {
    background: rgba(76, 104, 255, 0.1);
    border-radius: calc(10 / 1300 * 100vw);
    padding: calc(25 / 1300 * 100vw) calc(55 / 1300 * 100vw) calc(30 / 1300 * 100vw);
    text-align: center;
    font-size: calc(26 / 1300 * 100vw);
    line-height: 1.6153846154;
  }
  #creed ul .en {
    padding-bottom: calc(10 / 1300 * 100vw);
    border-bottom: solid calc(1 / 1300 * 100vw) #3c47e3;
    margin-bottom: calc(10 / 1300 * 100vw);
  }
  #creed .president {
    display: flex;
    align-items: flex-end;
    background: url(../img/greeting/president.jpg) no-repeat right calc(30 / 1300 * 100vw) bottom/calc(618 / 1300 * 100vw) auto;
    min-height: calc(455 / 1300 * 100vw);
    padding-right: calc(670 / 1300 * 100vw);
  }
  #creed .president p {
    font-size: calc(22 / 1300 * 100vw);
    line-height: 1.5454545455;
    max-width: fit-content;
    margin-left: auto;
  }
  #creed .president p span {
    display: block;
  }
  #creed .president p span:nth-child(1) {
    font-size: calc(24 / 1300 * 100vw);
  }
  #creed .president p span:nth-child(2) {
    padding-left: 1.2em;
  }
  #creed .president p span:nth-child(3) {
    padding-left: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  #greeting #mv {
    padding-right: 0;
    margin: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  #greeting .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #greeting #message_mv {
    width: 100%;
    height: auto;
    aspect-ratio: 1120/635;
    background: url(../img/greeting/mv01.jpg) no-repeat center/cover;
    color: #fff;
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  #greeting #message_mv h3 {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.75;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #greeting #message_mv p {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.8;
    font-weight: 400;
  }
  #greeting #message .text {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #greeting #message .name {
    font-size: calc(14 / 375 * 100vw);
  }
  #greeting #message .name span {
    padding-left: calc(10 / 375 * 100vw);
  }
  #greeting #message .name .c_name {
    font-size: calc(16 / 375 * 100vw);
  }
  #under_header .w_page_nav {
    padding-left: 0;
    display: grid;
    padding-right: 0;
    gap: calc(20 / 375 * 100vw);
    justify-content: revert;
  }
  #under_header .w_page_nav > div {
    width: 100%;
  }
  #under_header ul {
    display: grid;
    gap: 0 calc(15 / 375 * 100vw);
    grid-template-columns: repeat(3, 1fr);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #under_header li {
    width: auto;
  }
  #under_header li a {
    font-size: calc(15 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
  #basic_principle .text {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.75;
    text-align: justify;
    letter-spacing: 0.02em;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #basic_principle .text span {
    font-weight: bold;
  }
  #basic_principle ul {
    display: grid;
    gap: calc(25 / 375 * 100vw) 0;
  }
  #basic_principle ul li {
    border-radius: calc(10 / 375 * 100vw);
    display: grid;
    justify-content: revert;
    align-items: revert;
    padding: calc(20 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
  }
  #basic_principle ul li > div:first-child {
    padding-top: calc(10 / 375 * 100vw);
    width: 100%;
    padding-left: 0;
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  #basic_principle ul li > div:last-child {
    padding-bottom: calc(10 / 375 * 100vw);
    width: 100%;
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.75;
  }
  #basic_principle ul li > div:last-child p {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #creed h3 {
    font-weight: bold;
    text-align: center;
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #creed ul {
    display: grid;
    gap: calc(15 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #creed ul li {
    background: rgba(76, 104, 255, 0.1);
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    text-align: left;
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6153846154;
  }
  #creed ul .en {
    padding-bottom: calc(10 / 375 * 100vw);
    border-bottom: solid calc(1 / 375 * 100vw) #3c47e3;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #creed ul .en br {
    display: none;
  }
  #creed .president {
    display: block;
    background: url(../img/greeting/president.jpg) no-repeat center top/100% auto;
    min-height: 0;
    padding-top: 87%;
    position: relative;
    margin-left: calc(-20 / 375 * 100vw);
    margin-right: calc(-20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #creed .president p {
    font-size: calc(14 / 375 * 100vw);
  }
  #creed .president p span:nth-child(1) {
    font-size: calc(16 / 375 * 100vw);
  }
  #creed .president p span:nth-child(2) {
    padding-left: 1.2em;
  }
  #creed .president p span:nth-child(3) {
    padding-left: 2.4em;
  }
}
#profile .under_mv01 {
  margin-bottom: 0;
}

.profile_table {
  margin-left: 70px;
  width: 100%;
  max-width: 1050px;
  font-size: 22px;
  line-height: 1.8636363636;
}
.profile_table.mb {
  margin-bottom: 100px;
}
.profile_table.bb_none th, .profile_table.bb_none td {
  border-bottom: none;
}
.profile_table.bb_none td {
  padding-left: 80px;
}
.profile_table tr:last-child th, .profile_table tr:last-child td {
  border-bottom: none;
}
.profile_table th, .profile_table td {
  padding: 20px 30px;
}
.profile_table th {
  width: 200px;
  background: #eeefff;
  border-bottom: solid 1px #cccccc;
  vertical-align: top;
}
.profile_table td {
  width: calc(100% - 200px);
  border-bottom: solid 1px #cccccc;
  position: relative;
  padding-left: 55px;
}
.profile_table td:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #fff;
  content: "";
  display: block;
  width: 22px;
  height: 3px;
}
.profile_table .list02 {
  display: grid;
  gap: 30px 0;
}
.profile_table .list02 a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .profile_table .list02 a:hover {
    text-decoration: none;
  }
}
.profile_table .indent {
  display: inline-block;
  padding-left: 7em;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .profile_table {
    margin-left: calc(70 / 1300 * 100vw);
    width: 100%;
    max-width: calc(1050 / 1300 * 100vw);
    font-size: calc(22 / 1300 * 100vw);
    line-height: 1.8636363636;
  }
  .profile_table.mb {
    margin-bottom: calc(100 / 1300 * 100vw);
  }
  .profile_table.bb_none th, .profile_table.bb_none td {
    border-bottom: none;
  }
  .profile_table.bb_none td {
    padding-left: calc(80 / 1300 * 100vw);
  }
  .profile_table tr:last-child th, .profile_table tr:last-child td {
    border-bottom: none;
  }
  .profile_table th, .profile_table td {
    padding: calc(20 / 1300 * 100vw) calc(30 / 1300 * 100vw);
  }
  .profile_table th {
    width: calc(200 / 1300 * 100vw);
    background: #eeefff;
    border-bottom: solid calc(1 / 1300 * 100vw) #cccccc;
    vertical-align: top;
  }
  .profile_table td {
    width: calc(100% - calc(200 / 1300 * 100vw));
    border-bottom: solid calc(1 / 1300 * 100vw) #cccccc;
    position: relative;
    padding-left: calc(55 / 1300 * 100vw);
  }
  .profile_table td:before {
    position: absolute;
    left: 0;
    bottom: calc(-1 / 1300 * 100vw);
    background: #fff;
    content: "";
    display: block;
    width: calc(22 / 1300 * 100vw);
    height: calc(3 / 1300 * 100vw);
  }
  .profile_table .list02 {
    display: grid;
    gap: calc(30 / 1300 * 100vw) 0;
  }
  .profile_table .list02 a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  .profile_table .list02 a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .profile_table {
    margin-left: 0;
    font-size: calc(15 / 375 * 100vw);
  }
  .profile_table.mb {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .profile_table.bb_none th, .profile_table.bb_none td {
    border-bottom: none;
  }
  .profile_table.bb_none td {
    padding-left: calc(15 / 375 * 100vw);
  }
  .profile_table tr:last-child th, .profile_table tr:last-child td {
    border-bottom: none;
  }
  .profile_table tr,
  .profile_table th, .profile_table td {
    display: block;
  }
  .profile_table th, .profile_table td {
    padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
    border-bottom: none;
  }
  .profile_table th {
    width: 100%;
    font-weight: bold;
  }
  .profile_table td {
    width: 100%;
    padding-left: calc(15 / 375 * 100vw);
  }
  .profile_table td:before {
    content: none;
  }
  .profile_table .list02 {
    display: grid;
    gap: calc(30 / 375 * 100vw) 0;
  }
  .profile_table .list02 a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .profile_table .list02 a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .profile_table .indent {
    display: inline-block;
    padding-left: 7em;
  }
}
#dx .bg {
  background: rgba(0, 45, 167, 0.03);
  margin-right: 80px;
  padding: 40px 30px 50px 65px;
}
#dx .bg section {
  margin-bottom: 80px;
}
#dx .bg section:last-child {
  margin-bottom: 0;
}
#dx h3 {
  font-weight: bold;
  font-size: 46px;
  margin: 0 0 10px 80px;
}
#dx h4 {
  font-size: 34px;
  font-weight: bold;
  color: #003889;
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
}
#dx h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #F7F8FC;
  padding-right: 15px;
}
#dx h4:before {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 56px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/dx/icon.svg) no-repeat left top/100% auto;
}
#dx h4:after {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 2px;
  background: #003889;
}
#dx h5 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 5px;
}
#dx p, #dx ul {
  font-size: 24px;
  line-height: 1.6666666667;
  margin-bottom: 40px;
}
#dx .name {
  text-align: right;
  max-width: fit-content;
  font-size: 26px;
  margin-left: auto;
  line-height: 1.5;
  padding-right: 30px;
}
#dx .name span {
  font-size: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #dx .bg {
    background: rgba(0, 45, 167, 0.03);
    margin-right: calc(80 / 1300 * 100vw);
    padding: calc(40 / 1300 * 100vw) calc(30 / 1300 * 100vw) calc(50 / 1300 * 100vw) calc(65 / 1300 * 100vw);
  }
  #dx .bg section {
    margin-bottom: calc(80 / 1300 * 100vw);
  }
  #dx .bg section:last-child {
    margin-bottom: 0;
  }
  #dx h3 {
    font-weight: bold;
    font-size: calc(46 / 1300 * 100vw);
    margin: 0 0 calc(10 / 1300 * 100vw) calc(80 / 1300 * 100vw);
  }
  #dx h4 {
    font-size: calc(34 / 1300 * 100vw);
    font-weight: bold;
    color: #003889;
    position: relative;
    margin-bottom: calc(20 / 1300 * 100vw);
    padding-left: calc(55 / 1300 * 100vw);
  }
  #dx h4 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #F7F8FC;
    padding-right: calc(15 / 1300 * 100vw);
  }
  #dx h4:before {
    position: absolute;
    left: calc(-10 / 1300 * 100vw);
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: calc(56 / 1300 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/dx/icon.svg) no-repeat left top/100% auto;
  }
  #dx h4:after {
    position: absolute;
    content: "";
    width: calc(100% - calc(100 / 1300 * 100vw));
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: calc(2 / 1300 * 100vw);
    background: #003889;
  }
  #dx h5 {
    font-weight: bold;
    font-size: calc(28 / 1300 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(5 / 1300 * 100vw);
  }
  #dx p, #dx ul {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.6666666667;
    margin-bottom: calc(40 / 1300 * 100vw);
  }
  #dx .name {
    max-width: fit-content;
    font-size: calc(26 / 1300 * 100vw);
    margin-left: auto;
    line-height: 1.5;
    padding-right: calc(30 / 1300 * 100vw);
  }
  #dx .name span {
    font-size: calc(28 / 1300 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #dx .bg {
    background: rgba(0, 45, 167, 0.03);
    margin-right: 0;
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  #dx .bg section {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  #dx .bg section:last-child {
    margin-bottom: 0;
  }
  #dx h3 {
    font-weight: bold;
    font-size: calc(20 / 375 * 100vw);
    margin: 0 0 calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  #dx h4 {
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    color: #003889;
    position: relative;
    margin-bottom: calc(20 / 375 * 100vw);
    padding-left: calc(30 / 375 * 100vw);
  }
  #dx h4 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #F7F8FC;
    padding-right: calc(10 / 375 * 100vw);
  }
  #dx h4:before {
    position: absolute;
    left: calc(-10 / 375 * 100vw);
    display: block;
    width: calc(32 / 375 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
  }
  #dx h4:after {
    position: absolute;
    content: "";
    width: calc(100% - calc(100 / 375 * 100vw));
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: calc(2 / 375 * 100vw);
    background: #003889;
  }
  #dx h5 {
    font-weight: bold;
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(5 / 375 * 100vw);
  }
  #dx p, #dx ul {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
  #dx .name {
    max-width: fit-content;
    font-size: calc(16 / 375 * 100vw);
    margin-left: auto;
    line-height: 1.5;
    padding-right: calc(30 / 375 * 100vw);
  }
  #dx .name span {
    font-size: calc(15 / 375 * 100vw);
  }
}
#sdgs h3 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 45px;
}
#sdgs h3:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1041/336;
  background: url(../img/sdgs/img.jpg) no-repeat center/cover;
  margin-top: 24px;
}
#sdgs h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin-bottom: 45px;
}
#sdgs .bg {
  background: #fafafa;
  padding: 30px 0 50px;
}
#sdgs .bg p {
  font-size: 24px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 30px;
}
#sdgs .bg p span {
  display: inline-block;
  letter-spacing: -0.045em;
}
#sdgs figure {
  text-align: center;
}
#sdgs figure img {
  max-width: 617px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sdgs h3 {
    font-weight: bold;
    font-size: calc(36 / 1300 * 100vw);
    margin-bottom: calc(45 / 1300 * 100vw);
  }
  #sdgs h3:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1041/336;
    background: url(../img/sdgs/img.jpg) no-repeat center/cover;
    margin-top: calc(24 / 1300 * 100vw);
  }
  #sdgs h4 {
    font-size: calc(24 / 1300 * 100vw);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.025em;
    margin-bottom: calc(45 / 1300 * 100vw);
  }
  #sdgs .bg {
    background: #fafafa;
    padding: calc(30 / 1300 * 100vw) calc(30 / 1300 * 100vw) calc(50 / 1300 * 100vw);
  }
  #sdgs .bg p {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
    text-align: justify;
    margin-bottom: calc(30 / 1300 * 100vw);
  }
  #sdgs .bg p span {
    display: inline-block;
    letter-spacing: -0.045em;
  }
  #sdgs figure {
    text-align: center;
  }
  #sdgs figure img {
    max-width: calc(617 / 1300 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  #sdgs #under_header .en {
    display: block;
    margin-top: calc(10 / 375 * 100vw);
  }
  #sdgs .w1200 > .w1040 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #sdgs h3 {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #sdgs h3:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1041/336;
    background: url(../img/sdgs/img.jpg) no-repeat center/cover;
    margin-top: calc(15 / 375 * 100vw);
  }
  #sdgs h4 {
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.025em;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #sdgs .bg {
    background: #fafafa;
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(50 / 375 * 100vw);
  }
  #sdgs .bg p {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.75;
    text-align: justify;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #sdgs .bg p span {
    display: inline-block;
    letter-spacing: -0.045em;
  }
  #sdgs figure img {
    max-width: 80%;
  }
}
#recruit_mv {
  position: relative;
  background: url(../img/recruit/mv.jpg) no-repeat center/cover;
  width: calc(100% - 80px);
  height: auto;
  aspect-ratio: 1120/696;
  margin-top: 20px;
  margin-bottom: 45px;
}
#recruit_mv h3 {
  position: absolute;
  font-size: 46px;
  line-height: 1.7608695652;
  top: 60px;
  left: 80px;
}
#recruit_mv .text01 {
  position: absolute;
  top: 238px;
  left: 80px;
  line-height: 1.7307692308;
  font-size: 26px;
}
#recruit_mv .text02 {
  position: absolute;
  right: 35px;
  bottom: 30px;
  font-size: 23px;
  line-height: 1.6956521739;
}

#recruit .buttons01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
#recruit .buttons01 a {
  position: relative;
  display: block;
  width: 508px;
  height: auto;
  aspect-ratio: 508/419;
  font-size: 32px;
}
@media (any-hover: hover) {
  #recruit .buttons01 a {
    transition: 0.4s ease;
  }
  #recruit .buttons01 a:hover {
    opacity: 0.6;
  }
}
#recruit .buttons01 span {
  position: absolute;
  bottom: 40px;
  left: 95px;
}
#recruit .buttons01 .new {
  background: url(../img/recruit/btn01.png) no-repeat center/cover;
  left: -5px;
}
#recruit .buttons01 .career {
  background: url(../img/recruit/btn02.png) no-repeat center/cover;
  right: -10px;
}
#recruit .ttl01 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  background: url(../img/recruit/bg_ttl.png) no-repeat calc(50% + 3px) center/183px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 183px;
  margin-bottom: 10px;
}
#recruit .ttl01.bg02 {
  background-image: url(../img/recruit/bg_ttl02.png);
  margin-bottom: 30px;
}
#recruit .ttl01.bg03 {
  background-image: url(../img/recruit/bg_ttl03.png);
}
#recruit .ttl01.bg04 {
  background-image: url(../img/recruit/bg_ttl04.png);
}
#recruit .ttl01 span {
  position: relative;
  top: -3px;
}
#recruit .ttl02 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 45px;
}
#recruit section {
  margin-bottom: 65px;
}
#recruit section .border_box:last-child {
  margin-bottom: 0;
}
#recruit .border_box {
  padding: 25px 25px 30px;
  border: solid 2px #1781ff;
  border-radius: 20px;
}
#recruit .border_box .ttl03 {
  text-align: center;
  max-width: fit-content;
  background: #fff;
  padding: 0 30px;
  margin: -50px auto 20px;
}
#recruit .border_box .ttl03 span {
  display: block;
}
#recruit .border_box .ttl03 .en {
  color: #1781ff;
  font-size: 36px;
  margin-bottom: 10px;
}
#recruit .border_box .ttl03 .ja {
  font-size: 21px;
}
#recruit .border_box01 {
  margin-bottom: 62px;
}
#recruit .border_box01 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin-bottom: 10px;
}
#recruit .border_box01 p {
  font-size: 22px;
  text-align: justify;
  line-height: 1.6363636364;
}
#recruit .border_box02 {
  border-color: #17d7ff;
  margin-bottom: 62px;
}
#recruit .border_box02 .ttl03 .en {
  color: #17d7ff;
}
#recruit .border_box02 ul {
  display: grid;
  gap: 32px 0;
}
#recruit .border_box02 ul li {
  display: flex;
  justify-content: space-between;
}
#recruit .border_box02 ul li > div:first-child {
  width: 105px;
}
#recruit .border_box02 ul li > div:last-child {
  width: calc(100% - 105px);
}
#recruit .border_box02 ul .ttl {
  background: rgba(23, 177, 255, 0.2);
  width: 90px;
  height: 78px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .border_box02 ul .text {
  font-size: 22px;
  line-height: 1.6363636364;
  position: relative;
  top: -5px;
}
#recruit .border_box03 {
  padding-bottom: 45px;
  margin-bottom: 72px;
}
#recruit .border_box03 .ttl03 {
  margin-top: -45px;
}
#recruit .border_box04 {
  border-color: #17b1ff;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
#recruit .border_box04 .ttl03 .en {
  color: #17b1ff;
}
#recruit .border_box05, #recruit .border_box06 {
  border-color: #6e4eff;
}
#recruit .border_box05 .ttl03 .en, #recruit .border_box06 .ttl03 .en {
  color: #6e4eff;
}
#recruit .border_box05 .text01, #recruit .border_box06 .text01 {
  font-size: 28px;
  text-align: center;
  line-height: 1.7142857143;
  padding-top: 20px;
  margin-bottom: 45px;
}
#recruit .border_box05 ul, #recruit .border_box06 ul {
  display: flex;
  justify-content: center;
  gap: 0 150px;
  margin-bottom: 60px;
}
@media (any-hover: hover) {
  #recruit .border_box05 ul a, #recruit .border_box06 ul a {
    transition: opacity 0.4s ease;
  }
  #recruit .border_box05 ul a:hover, #recruit .border_box06 ul a:hover {
    opacity: 0.5 !important;
  }
}
#recruit .border_box05 ul span, #recruit .border_box06 ul span {
  display: block;
  padding-bottom: 4px;
  padding-top: 1px;
}
#recruit .border_box05 ul span:first-child, #recruit .border_box06 ul span:first-child {
  color: #2193ff;
  font-weight: 600;
  font-size: 22px;
  padding-left: 30px;
  background: url(../img/recruit/arrow.svg) no-repeat left center/27px auto;
}
#recruit .border_box05 ul .bn01, #recruit .border_box05 ul .bn02, #recruit .border_box06 ul .bn01, #recruit .border_box06 ul .bn02 {
  padding-left: 20px;
}
#recruit .border_box05 ul .bn01, #recruit .border_box06 ul .bn01 {
  margin-top: 6px;
}
#recruit .border_box05 ul .bn02, #recruit .border_box06 ul .bn02 {
  margin-top: 9px;
}
#recruit .border_box05 .text02, #recruit .border_box06 .text02 {
  max-width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  line-height: 2;
}
#recruit .border_box05 .text02 .small, #recruit .border_box06 .text02 .small {
  font-size: 18px;
}
#recruit .border_box05 .text02 .indent, #recruit .border_box06 .text02 .indent {
  padding-left: 9em;
}
#recruit .border_box05 {
  margin-bottom: 70px;
}
#recruit .border_box06 {
  border-color: #95326e;
}
#recruit .border_box06 .ttl03 .en {
  color: #95326e;
}
#recruit .border_box06 .indeed {
  text-align: center;
  margin-bottom: 60px;
}
#recruit .border_box06 .indeed p:first-child {
  font-size: 22px;
  margin-bottom: 8px;
}
#recruit .border_box06 .indeed p:nth-child(2) {
  font-weight: bold;
  color: #557fd4;
  border: solid 1px #557fd4;
  border-radius: 10px;
  width: 310px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  margin: 0 auto;
}
#recruit #section03 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#recruit #section03 .line {
  padding-bottom: 96px;
  margin-bottom: 50px;
  background: url(../img/recruit/line.jpg) no-repeat center bottom/975px auto;
}
#recruit #section03 .reverse {
  flex-direction: row-reverse;
}
#recruit #section03 .w_img {
  width: 46.7%;
}
#recruit #section03 .w_img:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#recruit #section03 .img01:after {
  background: url(../img/recruit/voice01.jpg) no-repeat center/cover;
}
#recruit #section03 .img02:after {
  background: url(../img/recruit/voice02.jpg) no-repeat center/cover;
}
#recruit #section03 .img03:after {
  background: url(../img/recruit/voice03.jpg) no-repeat center/cover;
}
#recruit #section03 .img04:after {
  background: url(../img/recruit/voice04.jpg) no-repeat center/cover;
}
#recruit #section03 .icon {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/recruit/icon.png) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 15px;
}
#recruit #section03 .icon .long {
  font-size: 25px;
  line-height: 1.2;
  transform: scale(0.75, 1);
  letter-spacing: -0.1em;
  display: block;
  margin-left: -8%;
  margin-right: -8%;
  text-align: center;
  position: relative;
  top: -3px;
}
#recruit #section03 h5 {
  font-size: 30px;
  line-height: 1.3333333333;
  margin-bottom: 15px;
  font-weight: 600;
}
#recruit #section03 h5.ls {
  letter-spacing: -0.05em;
}
#recruit #section03 .w_text {
  width: 50.4%;
  font-size: 21px;
  line-height: 1.7142857143;
  text-align: justify;
  letter-spacing: -0.008em;
}
#recruit #section04 .ttl01 {
  margin-bottom: 30px;
}
#recruit #section04 ul {
  padding-top: 30px;
  display: grid;
  gap: 40px 0;
}
#recruit #section04 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recruit #section04 .fs {
  align-items: flex-start;
}
#recruit #section04 .left {
  width: 150px;
}
#recruit #section04 .left p {
  font-size: 35px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 110px;
  background: url(../img/recruit/icon2.png) no-repeat center;
}
#recruit #section04 .right {
  width: calc(100% - 200px);
  font-size: 27px;
  line-height: 1.7777777778;
}
#recruit #section05 .ttl01 {
  margin-bottom: 30px;
}
#recruit #section05 .contact_btn2 {
  font-size: 22px;
  font-weight: bold;
  color: #557fd4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 362px;
  height: 68px;
  border: solid 1px #557fd4;
  border-radius: 10px;
  margin: 70px auto 0;
}
#recruit #section05 .contact_btn2 span {
  display: inline-block;
  background: url(../img/recruit/arrow2.svg) no-repeat center right/12px auto;
  padding: 0 40px 2px 0;
}
@media (any-hover: hover) {
  #recruit #section05 .contact_btn2 {
    transition: opacity 0.4s ease;
  }
  #recruit #section05 .contact_btn2:hover {
    opacity: 0.5 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #recruit_mv {
    position: relative;
    background: url(../img/recruit/mv.jpg) no-repeat center/cover;
    width: calc(100% - (80 / 1300 * 100vw));
    height: auto;
    aspect-ratio: 1120/696;
    margin-top: calc(20 / 1300 * 100vw);
    margin-bottom: calc(45 / 1300 * 100vw);
  }
  #recruit_mv h3 {
    position: absolute;
    font-size: calc(46 / 1300 * 100vw);
    line-height: 1.7608695652;
    top: calc(60 / 1300 * 100vw);
    left: calc(80 / 1300 * 100vw);
  }
  #recruit_mv .text01 {
    position: absolute;
    top: calc(238 / 1300 * 100vw);
    left: calc(80 / 1300 * 100vw);
    line-height: 1.7307692308;
    font-size: calc(26 / 1300 * 100vw);
  }
  #recruit_mv .text02 {
    position: absolute;
    right: calc(35 / 1300 * 100vw);
    bottom: calc(30 / 1300 * 100vw);
    font-size: calc(23 / 1300 * 100vw);
    line-height: 1.6956521739;
  }
  #recruit .buttons01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(55 / 1300 * 100vw);
  }
  #recruit .buttons01 a {
    position: relative;
    display: block;
    width: calc(508 / 1300 * 100vw);
    height: auto;
    aspect-ratio: 508/419;
    font-size: calc(32 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #recruit .buttons01 a {
    transition: 0.4s ease;
  }
  #recruit .buttons01 a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #recruit .buttons01 span {
    position: absolute;
    bottom: calc(40 / 1300 * 100vw);
    left: calc(95 / 1300 * 100vw);
  }
  #recruit .buttons01 .new {
    background: url(../img/recruit/btn01.png) no-repeat center/cover;
    left: calc(-5 / 1300 * 100vw);
  }
  #recruit .buttons01 .career {
    background: url(../img/recruit/btn02.png) no-repeat center/cover;
    right: calc(-10 / 1300 * 100vw);
  }
  #recruit .ttl01 {
    text-align: center;
    font-size: calc(36 / 1300 * 100vw);
    font-weight: 600;
    background: url(../img/recruit/bg_ttl.png) no-repeat calc(50% + (3 / 1300 * 100vw)) center/calc(183 / 1300 * 100vw) auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(183 / 1300 * 100vw);
    margin-bottom: calc(10 / 1300 * 100vw);
  }
  #recruit .ttl01.bg02 {
    background-image: url(../img/recruit/bg_ttl02.png);
    margin-bottom: calc(30 / 1300 * 100vw);
  }
  #recruit .ttl01.bg03 {
    background-image: url(../img/recruit/bg_ttl03.png);
  }
  #recruit .ttl01.bg04 {
    background-image: url(../img/recruit/bg_ttl04.png);
  }
  #recruit .ttl01 span {
    position: relative;
    top: calc(-3 / 1300 * 100vw);
  }
  #recruit .ttl02 {
    font-size: calc(36 / 1300 * 100vw);
    text-align: center;
    margin-bottom: calc(45 / 1300 * 100vw);
  }
  #recruit section {
    margin-bottom: calc(65 / 1300 * 100vw);
  }
  #recruit section .border_box:last-child {
    margin-bottom: 0;
  }
  #recruit .border_box {
    padding: calc(25 / 1300 * 100vw) calc(25 / 1300 * 100vw) calc(30 / 1300 * 100vw);
    border: solid calc(2 / 1300 * 100vw) #1781ff;
    border-radius: calc(20 / 1300 * 100vw);
  }
  #recruit .border_box .ttl03 {
    text-align: center;
    max-width: fit-content;
    background: #fff;
    padding: 0 calc(30 / 1300 * 100vw);
    margin: calc(-50 / 1300 * 100vw) auto calc(20 / 1300 * 100vw);
  }
  #recruit .border_box .ttl03 span {
    display: block;
  }
  #recruit .border_box .ttl03 .en {
    color: #1781ff;
    font-size: calc(36 / 1300 * 100vw);
    margin-bottom: calc(10 / 1300 * 100vw);
  }
  #recruit .border_box .ttl03 .ja {
    font-size: calc(21 / 1300 * 100vw);
  }
  #recruit .border_box01 {
    margin-bottom: calc(62 / 1300 * 100vw);
  }
  #recruit .border_box01 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 calc(28 / 1300 * 100vw);
    margin-bottom: calc(10 / 1300 * 100vw);
  }
  #recruit .border_box01 p {
    font-size: calc(22 / 1300 * 100vw);
    text-align: justify;
    line-height: 1.6363636364;
  }
  #recruit .border_box02 {
    border-color: #17d7ff;
    margin-bottom: calc(62 / 1300 * 100vw);
  }
  #recruit .border_box02 .ttl03 .en {
    color: #17d7ff;
  }
  #recruit .border_box02 ul {
    display: grid;
    gap: calc(32 / 1300 * 100vw) 0;
  }
  #recruit .border_box02 ul li {
    display: flex;
    justify-content: space-between;
  }
  #recruit .border_box02 ul li > div:first-child {
    width: calc(105 / 1300 * 100vw);
  }
  #recruit .border_box02 ul li > div:last-child {
    width: calc(100% - calc(105 / 1300 * 100vw));
  }
  #recruit .border_box02 ul .ttl {
    background: rgba(23, 177, 255, 0.2);
    width: calc(90 / 1300 * 100vw);
    height: calc(78 / 1300 * 100vw);
    font-weight: 600;
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit .border_box02 ul .text {
    font-size: calc(22 / 1300 * 100vw);
    line-height: 1.6363636364;
    position: relative;
    top: calc(-5 / 1300 * 100vw);
  }
  #recruit .border_box03 {
    padding-bottom: calc(45 / 1300 * 100vw);
    margin-bottom: calc(72 / 1300 * 100vw);
  }
  #recruit .border_box03 .ttl03 {
    margin-top: calc(-45 / 1300 * 100vw);
  }
  #recruit .border_box04 {
    border-color: #17b1ff;
    padding-left: calc(50 / 1300 * 100vw);
    padding-right: calc(50 / 1300 * 100vw);
    padding-bottom: calc(50 / 1300 * 100vw);
  }
  #recruit .border_box04 .ttl03 .en {
    color: #17b1ff;
  }
  #recruit .border_box05, #recruit .border_box06 {
    border-color: #6e4eff;
  }
  #recruit .border_box05 .ttl03 .en, #recruit .border_box06 .ttl03 .en {
    color: #6e4eff;
  }
  #recruit .border_box05 .text01, #recruit .border_box06 .text01 {
    font-size: calc(28 / 1300 * 100vw);
    text-align: center;
    line-height: 1.7142857143;
    padding-top: calc(20 / 1300 * 100vw);
    margin-bottom: calc(45 / 1300 * 100vw);
  }
  #recruit .border_box05 ul, #recruit .border_box06 ul {
    display: flex;
    justify-content: center;
    gap: 0 calc(150 / 1300 * 100vw);
    margin-bottom: calc(60 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #recruit .border_box05 ul a, #recruit .border_box06 ul a {
    transition: opacity 0.4s ease;
  }
  #recruit .border_box05 ul a:hover, #recruit .border_box06 ul a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #recruit .border_box05 ul span, #recruit .border_box06 ul span {
    display: block;
    padding-bottom: calc(4 / 1300 * 100vw);
    padding-top: calc(1 / 1300 * 100vw);
  }
  #recruit .border_box05 ul span:first-child, #recruit .border_box06 ul span:first-child {
    color: #2193ff;
    font-weight: 600;
    font-size: calc(22 / 1300 * 100vw);
    padding-left: calc(30 / 1300 * 100vw);
    background: url(../img/recruit/arrow.svg) no-repeat left center/calc(27 / 1300 * 100vw) auto;
  }
  #recruit .border_box05 ul .bn01, #recruit .border_box05 ul .bn02, #recruit .border_box06 ul .bn01, #recruit .border_box06 ul .bn02 {
    padding-left: calc(20 / 1300 * 100vw);
  }
  #recruit .border_box05 ul .bn01, #recruit .border_box06 ul .bn01 {
    margin-top: calc(6 / 1300 * 100vw);
  }
  #recruit .border_box05 ul .bn01 img, #recruit .border_box06 ul .bn01 img {
    max-width: calc(290 / 1300 * 100vw);
  }
  #recruit .border_box05 ul .bn02, #recruit .border_box06 ul .bn02 {
    margin-top: calc(9 / 1300 * 100vw);
  }
  #recruit .border_box05 ul .bn02 img, #recruit .border_box06 ul .bn02 img {
    max-width: calc(232 / 1300 * 100vw);
  }
  #recruit .border_box05 .text02, #recruit .border_box06 .text02 {
    max-width: fit-content;
    margin: 0 auto;
    font-size: calc(24 / 1300 * 100vw);
    line-height: 2;
  }
  #recruit .border_box05 .text02 .small, #recruit .border_box06 .text02 .small {
    font-size: calc(18 / 1300 * 100vw);
  }
  #recruit .border_box05 .text02 .indent, #recruit .border_box06 .text02 .indent {
    padding-left: 9em;
  }
  #recruit .border_box05 {
    margin-bottom: calc(70 / 1300 * 100vw);
  }
  #recruit .border_box06 {
    border-color: #95326e;
  }
  #recruit .border_box06 .ttl03 .en {
    color: #95326e;
  }
  #recruit .border_box06 .indeed {
    margin-bottom: 60px;
  }
  #recruit .border_box06 .indeed p:first-child {
    font-size: calc(22 / 1300 * 100vw);
    margin-bottom: calc(8 / 1300 * 100vw);
  }
  #recruit .border_box06 .indeed p:nth-child(2) {
    border: solid calc(1 / 1300 * 100vw) #557fd4;
    border-radius: calc(10 / 1300 * 100vw);
    width: calc(310 / 1300 * 100vw);
    height: calc(70 / 1300 * 100vw);
    font-size: calc(26 / 1300 * 100vw);
  }
  #recruit #section03 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #recruit #section03 .line {
    padding-bottom: calc(96 / 1300 * 100vw);
    margin-bottom: calc(50 / 1300 * 100vw);
    background: url(../img/recruit/line.jpg) no-repeat center bottom/calc(975 / 1300 * 100vw) auto;
  }
  #recruit #section03 .reverse {
    flex-direction: row-reverse;
  }
  #recruit #section03 .w_img {
    width: 46.7%;
  }
  #recruit #section03 .w_img:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  #recruit #section03 .img01:after {
    background: url(../img/recruit/voice01.jpg) no-repeat center/cover;
  }
  #recruit #section03 .img02:after {
    background: url(../img/recruit/voice02.jpg) no-repeat center/cover;
  }
  #recruit #section03 .img03:after {
    background: url(../img/recruit/voice03.jpg) no-repeat center/cover;
  }
  #recruit #section03 .img04:after {
    background: url(../img/recruit/voice04.jpg) no-repeat center/cover;
  }
  #recruit #section03 .icon {
    width: calc(100 / 1300 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/recruit/icon.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(30 / 1300 * 100vw);
    margin-bottom: calc(15 / 1300 * 100vw);
  }
  #recruit #section03 .icon .long {
    font-size: calc(25 / 1300 * 100vw);
    line-height: 1.2;
    transform: scale(0.75, 1);
    letter-spacing: -0.1em;
    display: block;
    margin-left: -8%;
    margin-right: -8%;
    text-align: center;
    position: relative;
    top: calc(-3 / 1300 * 100vw);
  }
  #recruit #section03 h5 {
    font-size: calc(30 / 1300 * 100vw);
    line-height: 1.3333333333;
    margin-bottom: calc(15 / 1300 * 100vw);
    font-weight: 600;
  }
  #recruit #section03 h5.ls {
    letter-spacing: -0.05em;
  }
  #recruit #section03 .w_text {
    width: 50.4%;
    font-size: calc(21 / 1300 * 100vw);
    line-height: 1.7142857143;
    text-align: justify;
    letter-spacing: -0.008em;
  }
  #recruit #section04 .ttl01 {
    margin-bottom: calc(30 / 1300 * 100vw);
  }
  #recruit #section04 ul {
    padding-top: calc(30 / 1300 * 100vw);
    display: grid;
    gap: calc(40 / 1300 * 100vw) 0;
  }
  #recruit #section04 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #recruit #section04 .fs {
    align-items: flex-start;
  }
  #recruit #section04 .left {
    width: calc(150 / 1300 * 100vw);
  }
  #recruit #section04 .left p {
    font-size: calc(35 / 1300 * 100vw);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(110 / 1300 * 100vw);
    background: url(../img/recruit/icon2.png) no-repeat center/auto 100%;
  }
  #recruit #section04 .right {
    width: calc(100% - calc(200 / 1300 * 100vw));
    font-size: calc(27 / 1300 * 100vw);
    line-height: 1.7777777778;
  }
  #recruit #section05 .ttl01 {
    margin-bottom: calc(30 / 1300 * 100vw);
  }
  #recruit #section05 .contact_btn2 {
    font-size: calc(22 / 1300 * 100vw);
    font-weight: bold;
    color: #557fd4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(362 / 1300 * 100vw);
    height: calc(68 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #557fd4;
    border-radius: calc(10 / 1300 * 100vw);
    margin: calc(70 / 1300 * 100vw) auto 0;
  }
  #recruit #section05 .contact_btn2 span {
    display: inline-block;
    background: url(../img/recruit/arrow2.svg) no-repeat center right/calc(12 / 1300 * 100vw) auto;
    padding: 0 calc(40 / 1300 * 100vw) calc(2 / 1300 * 100vw) 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #recruit #section05 .contact_btn2 {
    transition: opacity 0.4s ease;
  }
  #recruit #section05 .contact_btn2:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 767px) {
  #recruit_mv {
    position: relative;
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #recruit_mv h3 {
    position: absolute;
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.5217391304;
    top: calc(120 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  #recruit .w1040 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #recruit .sp_mv {
    line-height: 1.5;
    display: grid;
    gap: calc(20 / 375 * 100vw) 0;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #recruit .buttons01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: calc(55 / 375 * 100vw);
  }
  #recruit .buttons01 a {
    position: relative;
    display: block;
    height: auto;
    width: auto;
    aspect-ratio: 508/419;
    font-size: calc(14 / 375 * 100vw);
  }
  #recruit .buttons01 span {
    bottom: calc(12 / 375 * 100vw);
    left: calc(36 / 375 * 100vw);
  }
  #recruit .buttons01 .new {
    left: calc(-5 / 375 * 100vw);
  }
  #recruit .buttons01 .career {
    right: calc(-5 / 375 * 100vw);
  }
  #recruit .ttl01 {
    font-size: calc(20 / 375 * 100vw);
    background: url(../img/recruit/bg_ttl.png) no-repeat calc(50% + (3 / 375 * 100vw)) center/calc(100 / 375 * 100vw) auto;
    min-height: calc(100 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #recruit .ttl01.bg02 {
    background-image: url(../img/recruit/bg_ttl02.png);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #recruit .ttl01.bg03 {
    background-image: url(../img/recruit/bg_ttl03.png);
  }
  #recruit .ttl01.bg04 {
    background-image: url(../img/recruit/bg_ttl04.png);
  }
  #recruit .ttl01 span {
    position: relative;
    top: calc(-3 / 375 * 100vw);
  }
  #recruit .ttl02 {
    font-size: calc(20 / 375 * 100vw);
    text-align: center;
    margin-bottom: calc(30 / 375 * 100vw);
    line-height: 1.4;
  }
  #recruit section {
    margin-bottom: calc(65 / 375 * 100vw);
  }
  #recruit .border_box {
    padding: calc(25 / 375 * 100vw) calc(25 / 375 * 100vw) calc(30 / 375 * 100vw);
    border: solid calc(2 / 375 * 100vw) #1781ff;
    border-radius: calc(10 / 375 * 100vw);
  }
  #recruit .border_box .ttl03 {
    text-align: center;
    max-width: fit-content;
    background: #fff;
    padding: 0 calc(15 / 375 * 100vw);
    margin: calc(-38 / 375 * 100vw) auto calc(20 / 375 * 100vw);
  }
  #recruit .border_box .ttl03 span {
    display: block;
  }
  #recruit .border_box .ttl03 .en {
    color: #1781ff;
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #recruit .border_box .ttl03 .ja {
    font-size: calc(14 / 375 * 100vw);
  }
  #recruit .border_box01 {
    margin-bottom: calc(50 / 375 * 100vw);
  }
  #recruit .border_box01 .ttl03 {
    padding: 0 calc(8 / 375 * 100vw);
  }
  #recruit .border_box01 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 calc(10 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #recruit .border_box01 p {
    font-size: calc(15 / 375 * 100vw);
  }
  #recruit .border_box02 {
    margin-bottom: calc(50 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    border-color: #17d7ff;
  }
  #recruit .border_box02 .ttl03 .en {
    color: #17d7ff;
  }
  #recruit .border_box02 ul {
    gap: calc(32 / 375 * 100vw) 0;
  }
  #recruit .border_box02 ul li > div:first-child {
    width: calc(80 / 375 * 100vw);
  }
  #recruit .border_box02 ul li > div:last-child {
    width: calc(100% - calc(80 / 375 * 100vw));
  }
  #recruit .border_box02 ul .ttl {
    background: rgba(23, 177, 255, 0.2);
    width: calc(60 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    font-weight: 600;
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit .border_box02 ul .text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6363636364;
    position: relative;
    top: calc(-5 / 375 * 100vw);
  }
  #recruit .border_box03 {
    padding-bottom: calc(30 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
  }
  #recruit .border_box03 .ttl03 {
    margin-top: calc(-38 / 375 * 100vw);
    line-height: 1.4;
  }
  #recruit .border_box04 {
    border-color: #17b1ff;
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
  #recruit .border_box04 .ttl03 {
    margin-top: calc(-36 / 375 * 100vw);
  }
  #recruit .border_box04 .ttl03 .en {
    color: #17b1ff;
  }
  #recruit .border_box05, #recruit .border_box06 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #recruit .border_box05 .text01, #recruit .border_box06 .text01 {
    font-size: calc(16 / 375 * 100vw);
    padding-top: calc(10 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #recruit .border_box05 ul, #recruit .border_box06 ul {
    display: grid;
    gap: calc(20 / 375 * 100vw) 0;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #recruit .border_box05 ul span, #recruit .border_box06 ul span {
    display: block;
    padding-bottom: calc(4 / 375 * 100vw);
    padding-top: calc(1 / 375 * 100vw);
  }
  #recruit .border_box05 ul span:first-child, #recruit .border_box06 ul span:first-child {
    color: #2193ff;
    font-weight: 600;
    font-size: calc(18 / 375 * 100vw);
    padding-left: calc(24 / 375 * 100vw);
    background: url(../img/recruit/arrow.svg) no-repeat left center/calc(20 / 375 * 100vw) auto;
  }
  #recruit .border_box05 ul .bn01, #recruit .border_box05 ul .bn02, #recruit .border_box06 ul .bn01, #recruit .border_box06 ul .bn02 {
    padding-left: calc(20 / 375 * 100vw);
  }
  #recruit .border_box05 ul .bn01, #recruit .border_box06 ul .bn01 {
    margin-top: calc(6 / 375 * 100vw);
  }
  #recruit .border_box05 ul .bn01 img, #recruit .border_box06 ul .bn01 img {
    width: calc(260 / 375 * 100vw);
  }
  #recruit .border_box05 ul .bn02, #recruit .border_box06 ul .bn02 {
    margin-top: calc(9 / 375 * 100vw);
  }
  #recruit .border_box05 ul .bn02 img, #recruit .border_box06 ul .bn02 img {
    width: calc(220 / 375 * 100vw);
  }
  #recruit .border_box05 .text02, #recruit .border_box06 .text02 {
    max-width: fit-content;
    margin: 0 auto;
    font-size: calc(15 / 375 * 100vw);
    line-height: 2;
  }
  #recruit .border_box05 .text02 .small, #recruit .border_box06 .text02 .small {
    font-size: calc(12 / 375 * 100vw);
  }
  #recruit .border_box05 .text02 .indent, #recruit .border_box06 .text02 .indent {
    padding-left: 0;
  }
  #recruit .border_box05 {
    margin-bottom: calc(50 / 375 * 100vw);
  }
  #recruit .border_box06 {
    border-color: #95326e;
  }
  #recruit .border_box06 .ttl03 .en {
    color: #95326e;
  }
  #recruit .border_box06 .indeed {
    text-align: center;
    margin-bottom: calc(40 / 375 * 100vw);
  }
  #recruit .border_box06 .indeed p:first-child {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
  #recruit .border_box06 .indeed p:nth-child(2) {
    font-weight: bold;
    color: #557fd4;
    border: solid calc(1 / 375 * 100vw) #557fd4;
    border-radius: calc(10 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(20 / 375 * 100vw);
    margin: 0 auto;
  }
  #recruit #section03 .flex {
    position: relative;
    display: grid;
    justify-content: revert;
    align-items: revert;
    gap: calc(15 / 375 * 100vw) 0;
  }
  #recruit #section03 .line {
    padding-bottom: calc(30 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    background: url(../img/recruit/line.jpg) no-repeat center bottom/calc(300 / 375 * 100vw) auto;
  }
  #recruit #section03 .reverse {
    flex-direction: row-reverse;
  }
  #recruit #section03 .w_img {
    width: 100%;
  }
  #recruit #section03 .w_img:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  #recruit #section03 .img01:after {
    background: url(../img/recruit/voice01.jpg) no-repeat center/cover;
  }
  #recruit #section03 .img02:after {
    background: url(../img/recruit/voice02.jpg) no-repeat center/cover;
  }
  #recruit #section03 .img03:after {
    background: url(../img/recruit/voice03.jpg) no-repeat center/cover;
  }
  #recruit #section03 .img04:after {
    background: url(../img/recruit/voice04.jpg) no-repeat center/cover;
  }
  #recruit #section03 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50 / 375 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/recruit/icon.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: 0;
  }
  #recruit #section03 .icon .long {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.2;
    transform: scale(0.75, 1);
    letter-spacing: -0.1em;
    display: block;
    margin-left: -12%;
    margin-right: -12%;
    text-align: center;
    position: relative;
    top: calc(-1 / 375 * 100vw);
  }
  #recruit #section03 h5 {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.3333333333;
    margin-bottom: calc(15 / 375 * 100vw);
    font-weight: 600;
    padding-left: calc(60 / 375 * 100vw);
  }
  #recruit #section03 h5 br {
    display: none;
  }
  #recruit #section03 h5.ls {
    letter-spacing: -0.05em;
  }
  #recruit #section03 .w_text {
    width: 100%;
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.7142857143;
    text-align: justify;
    letter-spacing: -0.008em;
  }
  #recruit #section04 .ttl01 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #recruit #section04 ul {
    padding-top: calc(10 / 375 * 100vw);
    display: grid;
    gap: calc(30 / 375 * 100vw) 0;
  }
  #recruit #section04 .fs {
    align-items: flex-start;
  }
  #recruit #section04 .left {
    width: 26%;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #recruit #section04 .left p {
    font-size: calc(14 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
    background: url(../img/recruit/icon2.png) no-repeat center/auto 100%;
  }
  #recruit #section04 .right {
    width: 70%;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7777777778;
  }
  #recruit #section05 .ttl01 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #recruit #section05 .contact_btn2 {
    font-size: calc(18 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #557fd4;
    border-radius: calc(10 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto 0;
  }
  #recruit #section05 .contact_btn2 span {
    display: inline-block;
    background: url(../img/recruit/arrow2.svg) no-repeat center right/calc(8 / 375 * 100vw) auto;
    padding: 0 calc(25 / 375 * 100vw) calc(2 / 375 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  #recruit #section05 .contact_btn2 {
    transition: opacity 0.4s ease;
  }
  #recruit #section05 .contact_btn2:hover {
    opacity: 0.5 !important;
  }
}
#business #under_mv01 {
  margin-bottom: 50px;
}
#business .ttl01 {
  font-size: 36px;
  margin-bottom: 20px;
}
#business .ttl01.pl80 {
  padding-left: 80px;
}
#business .bg_gray {
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 70px;
}
#business .ttl02 {
  font-size: 36px;
  color: #1723ff;
  padding-left: 80px;
  border-bottom: solid 1px #1723ff;
  margin-right: 80px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#business .ttl02.lb {
  border-bottom-color: #1789cc;
  color: #1789cc;
}
#business .list01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 56px;
}
#business .list01 .border:before {
  border: solid 1px rgba(178, 178, 178, 0.2);
  box-sizing: border-box;
}
#business .list01 li:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 489/319;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 0 0;
}
#business .list01 li.md01:before {
  background: url(../img/business/md_list01.jpg) no-repeat center/cover;
}
#business .list01 li.md02:before {
  background: url(../img/business/md_list02.jpg) no-repeat center/cover;
}
#business .list01 li.md03:before {
  background: url(../img/business/md_list03.jpg) no-repeat center/cover;
}
#business .list01 li.md04:before {
  background: url(../img/business/md_list04.jpg) no-repeat center/cover;
}
#business .list01 li.md05:before {
  background: url(../img/business/md_list05.jpg) no-repeat center/cover;
}
#business .list01 li.md06:before {
  background: url(../img/business/md_list06.jpg) no-repeat center/cover;
}
#business .list01 li.bs01:before {
  background: url(../img/business/bs_list01.jpg) no-repeat center/cover;
}
#business .list01 li.bs02:before {
  background: url(../img/business/bs_list02.jpg) no-repeat center/cover;
}
#business .list01 li.bs03:before {
  background: url(../img/business/bs_list03.jpg) no-repeat center/cover;
}
#business .list01 li.bs04:before {
  background: url(../img/business/bs_list04.jpg) no-repeat center/cover;
}
#business .list01 li.dp01:before {
  background: url(../img/business/dp_list01.jpg) no-repeat center/cover;
}
#business .list01 li.dp02:before {
  background: url(../img/business/dp_list02.jpg) no-repeat center/cover;
}
#business .list01 li.dp03:before {
  background: url(../img/business/dp_list03.jpg) no-repeat center/cover;
}
#business .list01 li.dp04:before {
  background: url(../img/business/dp_list04.jpg) no-repeat center/cover;
}
#business .list01 li.shadow:before {
  position: relative;
  z-index: 2;
}
#business .list01 li > div {
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 15px 30px;
  min-height: 225px;
}
#business .list01 li .list {
  padding-left: 1em;
  letter-spacing: -0.05em;
}
#business .list01 li .list p {
  line-height: 1.625;
}
#business .list01 h4 {
  font-size: 32px;
  font-weight: bold;
  padding-left: 50px;
  padding-bottom: 6px;
  padding-top: 3px;
  background: url(../img/business/ic01.svg) no-repeat left center/41px auto;
  margin-bottom: 10px;
}
#business .list01 h4.ic02 {
  background-image: url(../img/business/ic02.svg);
}
#business .list01 h4.ic_top {
  background-position: left 2px;
  padding-top: 0;
  line-height: 1.4;
}
#business .list01 h4.ls {
  letter-spacing: -0.05em;
}
#business .list01 p {
  font-size: 24px;
  line-height: 1.75;
}
#business .list01 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #557fd4;
  font-weight: 600;
  width: 360px;
  height: 68px;
  border: solid 1px #557fd4;
  border-radius: 10px;
  margin: 30px auto 15px;
  padding-bottom: 3px;
  padding-right: 50px;
  background: url(../img/business/arrow.svg) no-repeat center right 56px;
}
@media (any-hover: hover) {
  #business .list01 .btn {
    transition: opacity 0.4s ease;
  }
  #business .list01 .btn:hover {
    opacity: 0.5;
  }
}
#business .list02 {
  font-size: 24px;
  line-height: 1.7916666667;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  display: grid;
  gap: 5px 0;
  text-indent: -1.42em;
  padding-left: 1.42em;
}
#business .list02 span {
  font-weight: bold;
  position: relative;
  left: -5px;
  display: inline-block;
  background: url(../img/business/ic01.svg) no-repeat left 6px/32px auto;
  padding-left: 75px;
}

#bs_solution01,
#medical01 {
  margin-bottom: 35px;
}
#bs_solution01 > ul,
#medical01 > ul {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
#bs_solution01 p,
#medical01 p {
  font-size: 24px;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.01em;
}

#bs_solution01 .w_page_nav {
  display: flex;
  justify-content: space-between;
}
#bs_solution01 .w_page_nav .ttl01 {
  letter-spacing: -0.05em;
}
#bs_solution01 .w_page_nav ul {
  display: flex;
  gap: 0 10px;
}
@media (any-hover: hover) {
  #bs_solution01 .w_page_nav a {
    transition: opacity 0.4s ease;
  }
  #bs_solution01 .w_page_nav a:hover {
    opacity: 0.5 !important;
  }
}
#bs_solution01 .w_page_nav .btn01 img {
  max-width: 280px;
}
#bs_solution01 .w_page_nav .btn02 img {
  max-width: 246px;
}

.bs_header {
  margin-right: 80px;
  border-top: solid 2px #3bbbe8;
  padding-top: 24px;
  margin-bottom: 30px;
  padding-left: 80px;
}
.bs_header.bl {
  border-top-color: #0071ff;
}
.bs_header h3 {
  margin-bottom: 20px;
}
.bs_header h3 img {
  max-width: 466px;
}
.bs_header .it img {
  max-width: 411px;
}
.bs_header p {
  font-size: 24px;
  line-height: 1.75;
}

#bs_solution03 {
  margin-top: 90px;
}

#bs_solution04 h4 {
  font-size: 32px;
  font-weight: bold;
  padding-left: 50px;
  padding-bottom: 6px;
  padding-top: 3px;
  background: url(../img/business/ic02.svg) no-repeat left center/41px auto;
  margin-bottom: 10px;
}
#bs_solution04 p {
  font-size: 24px;
  line-height: 1.75;
}
#bs_solution04 .bg01, #bs_solution04 .bg02 {
  margin-bottom: 100px;
}
#bs_solution04 .bg01 {
  padding-bottom: 520px;
  background: url(../img/business/bs03.jpg) no-repeat left bottom/100% auto;
}
#bs_solution04 .bg02 {
  padding-bottom: 640px;
  position: relative;
}
#bs_solution04 .bg02:after {
  position: absolute;
  bottom: 0;
  left: -22px;
  content: "";
  display: block;
  width: 1113px;
  height: auto;
  aspect-ratio: 1113/743;
  background: url(../img/business/bs04.png) no-repeat left top/100% auto;
}
#bs_solution04 .bg03 {
  padding-bottom: 965px;
  background: url(../img/business/bs05.png) no-repeat left bottom/100% auto;
}
#bs_solution04 .bg03 p {
  white-space: nowrap;
}

#permit p {
  margin: 10px 0 15px;
}
#permit h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
#permit .w1040 .w_table:last-child {
  margin-bottom: 0;
}
#permit .w_table {
  margin-bottom: 45px;
}
#permit table {
  width: 100%;
  table-layout: fixed;
}
#permit table tr:first-child th:nth-child(1) {
  width: 290px;
}
#permit table tr:first-child th:nth-child(2) {
  width: 280px;
}
#permit table tr:first-child th:nth-child(3) {
  width: 170px;
}
#permit table tr:first-child th:nth-child(4) {
  width: 190px !important;
}
#permit table tr:first-child th:nth-child(5) {
  width: 90px;
}
#permit table th, #permit table td {
  font-size: 22px;
  border: solid 1px #9fa0a0;
  background: #fff;
  line-height: 1.25;
  padding: 10px 10px;
  height: 80px;
}
#permit table .gray {
  text-align: center;
  letter-spacing: 0.25em;
  background: #ebebeb;
  padding: 10px 0 12px;
  height: auto;
}
#permit table .fs21 {
  font-size: 21px;
}
#permit table .fs21.dash {
  font-size: 20px;
}
#permit table .fs20 {
  font-size: 20px;
}
#permit table .fs20:not(.dash) {
  transform: scale(0.8, 1);
  letter-spacing: 0;
  font-feature-settings: "palt";
  display: inline-block;
  white-space: nowrap;
  position: relative;
  left: -10px;
  text-align-last: justify;
  width: 215px;
}
#permit table td:has(.fs20) {
  padding-left: 0;
  padding-right: 0;
}
#permit table td:has(> .dash),
#permit table td:has(> span.dash) {
  text-align: center;
}
#permit table .blue {
  background: #e0e6fa;
  width: 145px;
}
#permit table .purple1 {
  background: rgba(203, 176, 250, 0.5);
}
#permit table .purple2 {
  background: rgba(212, 200, 250, 0.5);
}
#permit table .tj {
  text-align-last: justify;
  padding-left: 15px;
  padding-right: 15px;
}
#permit table .center {
  display: block;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#permit table a {
  text-decoration: underline;
}
#permit table a:hover {
  text-decoration: none;
}
#permit table .ls_type01 {
  letter-spacing: 0.03em;
  padding-left: 5px;
}
#permit table .nw {
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #business #under_mv01 {
    margin-bottom: calc(50 / 1300 * 100vw);
  }
  #business .ttl01 {
    font-size: calc(36 / 1300 * 100vw);
    margin-bottom: calc(20 / 1300 * 100vw);
  }
  #business .ttl01.pl80 {
    padding-left: calc(80 / 1300 * 100vw);
  }
  #business .bg_gray {
    background: #fafafa;
    padding-top: calc(15 / 1300 * 100vw);
    padding-bottom: calc(70 / 1300 * 100vw);
  }
  #business .ttl02 {
    font-size: calc(36 / 1300 * 100vw);
    color: #1723ff;
    padding-left: calc(80 / 1300 * 100vw);
    border-bottom: solid calc(1 / 1300 * 100vw) #1723ff;
    margin-right: calc(80 / 1300 * 100vw);
    padding-bottom: calc(20 / 1300 * 100vw);
    margin-bottom: calc(50 / 1300 * 100vw);
  }
  #business .ttl02.lb {
    border-bottom-color: #1789cc;
    color: #1789cc;
  }
  #business .list01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(60 / 1300 * 100vw) calc(56 / 1300 * 100vw);
  }
  #business .list01 li:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 489/319;
    box-shadow: calc(3 / 1300 * 100vw) calc(3 / 1300 * 100vw) calc(5 / 1300 * 100vw) rgba(0, 0, 0, 0.2);
    border-radius: calc(20 / 1300 * 100vw) calc(20 / 1300 * 100vw) 0 0;
  }
  #business .list01 li.md01:before {
    background: url(../img/business/md_list01.jpg) no-repeat center/cover;
  }
  #business .list01 li.md02:before {
    background: url(../img/business/md_list02.jpg) no-repeat center/cover;
  }
  #business .list01 li.md03:before {
    background: url(../img/business/md_list03.jpg) no-repeat center/cover;
  }
  #business .list01 li.md04:before {
    background: url(../img/business/md_list04.jpg) no-repeat center/cover;
  }
  #business .list01 li.md05:before {
    background: url(../img/business/md_list05.jpg) no-repeat center/cover;
  }
  #business .list01 li.md06:before {
    background: url(../img/business/md_list06.jpg) no-repeat center/cover;
  }
  #business .list01 li.shadow:before {
    position: relative;
    z-index: 2;
  }
  #business .list01 li > div {
    background: #fff;
    border-radius: 0 0 calc(20 / 1300 * 100vw) calc(20 / 1300 * 100vw);
    box-shadow: calc(3 / 1300 * 100vw) calc(3 / 1300 * 100vw) calc(5 / 1300 * 100vw) rgba(0, 0, 0, 0.2);
    padding: calc(20 / 1300 * 100vw) calc(15 / 1300 * 100vw) calc(30 / 1300 * 100vw);
    min-height: calc(225 / 1300 * 100vw);
  }
  #business .list01 li .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(22 / 1300 * 100vw);
    color: #557fd4;
    font-weight: 600;
    width: calc(360 / 1300 * 100vw);
    height: calc(68 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #557fd4;
    border-radius: calc(10 / 1300 * 100vw);
    margin: calc(30 / 1300 * 100vw) auto calc(15 / 1300 * 100vw);
    padding-bottom: calc(3 / 1300 * 100vw);
    padding-right: calc(50 / 1300 * 100vw);
    background: url(../img/business/arrow.svg) no-repeat center right calc(56 / 1300 * 100vw)/calc(12 / 1300 * 100vw) auto;
  }
  #business .list01 h4 {
    font-size: calc(32 / 1300 * 100vw);
    font-weight: bold;
    padding-left: calc(50 / 1300 * 100vw);
    padding-bottom: calc(6 / 1300 * 100vw);
    padding-top: calc(3 / 1300 * 100vw);
    background: url(../img/business/ic01.svg) no-repeat left center/calc(41 / 1300 * 100vw) auto;
    margin-bottom: calc(10 / 1300 * 100vw);
  }
  #business .list01 h4.ic02 {
    background-image: url(../img/business/ic02.svg);
  }
  #business .list01 h4.ic_top {
    background-position: left calc(2 / 1300 * 100vw);
  }
  #business .list01 h4.ls {
    letter-spacing: -0.05em;
  }
  #business .list01 p {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
  }
  #business .list02 {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.7916666667;
    font-feature-settings: "palt";
    letter-spacing: 0.025em;
    display: grid;
    gap: calc(5 / 1300 * 100vw) 0;
    text-indent: -1.42em;
    padding-left: 1.42em;
  }
  #business .list02 span {
    font-weight: bold;
    position: relative;
    left: calc(-5 / 1300 * 100vw);
    display: inline-block;
    background: url(../img/business/ic01.svg) no-repeat left calc(6 / 1300 * 100vw)/calc(32 / 1300 * 100vw) auto;
    padding-left: calc(75 / 1300 * 100vw);
  }
  #bs_solution01,
  #medical01 {
    margin-bottom: calc(35 / 1300 * 100vw);
  }
  #bs_solution01 > ul,
  #medical01 > ul {
    display: grid;
    gap: calc(10 / 1300 * 100vw);
    grid-template-columns: 1fr 1fr;
    margin-bottom: calc(40 / 1300 * 100vw);
  }
  #bs_solution01 p,
  #medical01 p {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
    text-align: justify;
    letter-spacing: 0.01em;
  }
  #bs_solution01 .w_page_nav {
    display: flex;
    justify-content: space-between;
  }
  #bs_solution01 .w_page_nav .ttl01 {
    letter-spacing: -0.05em;
  }
  #bs_solution01 .w_page_nav ul {
    display: flex;
    gap: 0 calc(10 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #bs_solution01 .w_page_nav a {
    transition: opacity 0.4s ease;
  }
  #bs_solution01 .w_page_nav a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #bs_solution01 .w_page_nav .btn01 img {
    max-width: calc(280 / 1300 * 100vw);
  }
  #bs_solution01 .w_page_nav .btn02 img {
    max-width: calc(246 / 1300 * 100vw);
  }
  .bs_header {
    margin-right: calc(80 / 1300 * 100vw);
    border-top: solid calc(2 / 1300 * 100vw) #3bbbe8;
    padding-top: calc(24 / 1300 * 100vw);
    margin-bottom: calc(30 / 1300 * 100vw);
    padding-left: calc(80 / 1300 * 100vw);
  }
  .bs_header.bl {
    border-top-color: #0071ff;
  }
  .bs_header h3 {
    margin-bottom: calc(20 / 1300 * 100vw);
  }
  .bs_header h3 img {
    max-width: calc(466 / 1300 * 100vw);
  }
  .bs_header .it img {
    max-width: calc(411 / 1300 * 100vw);
  }
  .bs_header p {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
  }
  #bs_solution03 {
    margin-top: calc(90 / 1300 * 100vw);
  }
  #bs_solution04 h4 {
    font-size: calc(32 / 1300 * 100vw);
    font-weight: bold;
    padding-left: calc(50 / 1300 * 100vw);
    padding-bottom: calc(6 / 1300 * 100vw);
    padding-top: calc(3 / 1300 * 100vw);
    background: url(../img/business/ic02.svg) no-repeat left center/calc(41 / 1300 * 100vw) auto;
    margin-bottom: calc(10 / 1300 * 100vw);
  }
  #bs_solution04 p {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.75;
  }
  #bs_solution04 .bg01, #bs_solution04 .bg02 {
    margin-bottom: calc(100 / 1300 * 100vw);
  }
  #bs_solution04 .bg01 {
    padding-bottom: calc(520 / 1300 * 100vw);
    background: url(../img/business/bs03.jpg) no-repeat left bottom/100% auto;
  }
  #bs_solution04 .bg02 {
    padding-bottom: calc(640 / 1300 * 100vw);
    position: relative;
  }
  #bs_solution04 .bg02:after {
    position: absolute;
    bottom: 0;
    left: calc(-22 / 1300 * 100vw);
    content: "";
    display: block;
    width: calc(1113 / 1300 * 100vw);
    height: auto;
    aspect-ratio: 1113/743;
    background: url(../img/business/bs04.png) no-repeat left top/100% auto;
  }
  #bs_solution04 .bg03 {
    padding-bottom: calc(965 / 1300 * 100vw);
    background: url(../img/business/bs05.png) no-repeat left bottom/100% auto;
  }
  #bs_solution04 .bg03 p {
    white-space: nowrap;
  }
  #permit p {
    margin: calc(10 / 1300 * 100vw) 0 calc(15 / 1300 * 100vw);
  }
  #permit h3 {
    font-weight: 600;
    font-size: calc(28 / 1300 * 100vw);
    margin-bottom: calc(20 / 1300 * 100vw);
  }
  #permit .w1040 .w_table:last-child {
    margin-bottom: 0;
  }
  #permit .w_table {
    margin-bottom: calc(45 / 1300 * 100vw);
  }
  #permit table {
    width: 100%;
    table-layout: fixed;
  }
  #permit table tr:first-child th:nth-child(1) {
    width: calc(290 / 1300 * 100vw);
  }
  #permit table tr:first-child th:nth-child(2) {
    width: calc(280 / 1300 * 100vw);
  }
  #permit table tr:first-child th:nth-child(3) {
    width: calc(170 / 1300 * 100vw);
  }
  #permit table tr:first-child th:nth-child(4) {
    width: calc(190 / 1300 * 100vw) !important;
  }
  #permit table tr:first-child th:nth-child(5) {
    width: calc(90 / 1300 * 100vw);
  }
  #permit table th, #permit table td {
    font-size: calc(22 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #9fa0a0;
    background: #fff;
    line-height: 1.25;
    padding: calc(10 / 1300 * 100vw) calc(10 / 1300 * 100vw);
    height: calc(80 / 1300 * 100vw);
  }
  #permit table .gray {
    text-align: center;
    letter-spacing: 0.25em;
    background: #ebebeb;
    padding: calc(10 / 1300 * 100vw) 0 calc(12 / 1300 * 100vw);
    height: auto;
  }
  #permit table .fs21 {
    font-size: calc(21 / 1300 * 100vw);
  }
  #permit table .fs21.dash {
    font-size: calc(20 / 1300 * 100vw);
  }
  #permit table .fs20 {
    font-size: calc(20 / 1300 * 100vw);
  }
  #permit table .fs20:not(.dash) {
    transform: scale(0.8, 1);
    letter-spacing: 0;
    font-feature-settings: "palt";
    display: inline-block;
    white-space: nowrap;
    position: relative;
    left: calc(-10 / 1300 * 100vw);
    text-align-last: justify;
    width: calc(215 / 1300 * 100vw);
  }
  #permit table td:has(.fs20) {
    padding-left: 0;
    padding-right: 0;
  }
  #permit table td:has(> .dash),
  #permit table td:has(> span.dash) {
    text-align: center;
  }
  #permit table .blue {
    background: #e0e6fa;
    width: calc(145 / 1300 * 100vw);
  }
  #permit table .purple1 {
    background: rgba(203, 176, 250, 0.5);
  }
  #permit table .purple2 {
    background: rgba(212, 200, 250, 0.5);
  }
  #permit table .tj {
    text-align-last: justify;
    padding-left: calc(15 / 1300 * 100vw);
    padding-right: calc(15 / 1300 * 100vw);
  }
  #permit table .center {
    display: block;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #permit table a {
    text-decoration: underline;
  }
  #permit table a:hover {
    text-decoration: none;
  }
  #permit table .ls_type01 {
    letter-spacing: 0.03em;
    padding-left: calc(5 / 1300 * 100vw);
  }
  #permit table .nw {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #business #under_mv01 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #business .ttl01 {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #business .ttl01.pl80 {
    padding-left: calc(20 / 375 * 100vw);
  }
  #business .w1040 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #business .bg_gray {
    background: #fafafa;
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }
  #business .ttl02 {
    font-size: calc(20 / 375 * 100vw);
    color: #1723ff;
    padding-left: calc(20 / 375 * 100vw);
    border-bottom: solid calc(1 / 375 * 100vw) #1723ff;
    margin-right: calc(20 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #business .ttl02.lb {
    border-bottom-color: #1789cc;
    color: #1789cc;
  }
  #business .list01 {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(30 / 375 * 100vw);
  }
  #business .list01 li:before {
    box-shadow: calc(3 / 375 * 100vw) calc(3 / 375 * 100vw) calc(5 / 375 * 100vw) rgba(0, 0, 0, 0.2);
    border-radius: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
  #business .list01 li > div {
    border-radius: 0 0 calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
    box-shadow: calc(3 / 375 * 100vw) calc(3 / 375 * 100vw) calc(5 / 375 * 100vw) rgba(0, 0, 0, 0.2);
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw) calc(30 / 375 * 100vw);
    min-height: 0;
  }
  #business .list01 h4 {
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    padding-left: calc(36 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
    padding-top: calc(3 / 375 * 100vw);
    background: url(../img/business/ic01.svg) no-repeat left center/calc(28 / 375 * 100vw) auto;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #business .list01 p {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.75;
  }
  #business .list01 .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(16 / 375 * 100vw);
    color: #557fd4;
    font-weight: 600;
    width: calc(240 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #557fd4;
    border-radius: calc(8 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto calc(8 / 375 * 100vw);
    padding-bottom: calc(3 / 375 * 100vw);
    padding-right: calc(30 / 375 * 100vw);
    background: url(../img/business/arrow.svg) no-repeat center right calc(20 / 375 * 100vw)/calc(8 / 375 * 100vw) auto;
  }
  #business .list02 {
    font-size: calc(15 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw) 0;
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
  #business .list02 span {
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    position: relative;
    left: calc(-5 / 375 * 100vw);
    display: inline-block;
    background: url(../img/business/ic01.svg) no-repeat left calc(4 / 375 * 100vw)/calc(24 / 375 * 100vw) auto;
    padding-bottom: calc(1 / 375 * 100vw);
    padding-top: calc(3 / 375 * 100vw);
    padding-left: calc(32 / 375 * 100vw);
    line-height: 1.4;
    text-indent: 0;
  }
  #bs_solution01,
  #medical01 {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  #bs_solution01 > ul,
  #medical01 > ul {
    display: grid;
    gap: calc(5 / 375 * 100vw);
    grid-template-columns: 1fr 1fr;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  #bs_solution01 p,
  #medical01 p {
    font-size: calc(15 / 375 * 100vw);
  }
  #bs_solution01 .w_page_nav {
    display: block;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #bs_solution01 .w_page_nav ul {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  #bs_solution01 .w_page_nav .ttl01 {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  #bs_solution01 .w_page_nav .btn01 img {
    max-width: calc(175 / 375 * 100vw);
  }
  #bs_solution01 .w_page_nav .btn02 img {
    max-width: calc(155 / 375 * 100vw);
  }
  .bs_header {
    margin-right: calc(20 / 375 * 100vw);
    border-top: solid calc(2 / 375 * 100vw) #3bbbe8;
    padding-top: calc(24 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
  .bs_header .w1040 {
    padding: 0 !important;
  }
  .bs_header.bl {
    border-top-color: #0071ff;
  }
  .bs_header h3 {
    margin-bottom: calc(15 / 375 * 100vw);
    text-align: center;
  }
  .bs_header h3 img {
    max-width: revert;
    width: auto;
    height: calc(40 / 375 * 100vw);
  }
  .bs_header .it img {
    max-width: revert;
    width: auto;
    height: calc(40 / 375 * 100vw);
  }
  .bs_header p {
    font-size: calc(15 / 375 * 100vw);
  }
  #bs_solution03 {
    margin-top: calc(70 / 375 * 100vw);
  }
  #bs_solution04 h4 {
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    padding-left: calc(36 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
    padding-top: calc(3 / 375 * 100vw);
    background: url(../img/business/ic02.svg) no-repeat left calc(5 / 375 * 100vw)/calc(28 / 375 * 100vw) auto;
    line-height: 1.5;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  #bs_solution04 p {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.75;
  }
  #bs_solution04 .bg01, #bs_solution04 .bg02 {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  #bs_solution04 .bg01 {
    padding-bottom: calc(180 / 375 * 100vw);
  }
  #bs_solution04 .bg02 {
    padding-bottom: calc(230 / 375 * 100vw);
    position: relative;
  }
  #bs_solution04 .bg02:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #bs_solution04 .bg03 {
    padding-bottom: calc(325 / 375 * 100vw);
    background: url(../img/business/bs05.png) no-repeat left bottom/100% auto;
  }
  #bs_solution04 .bg03 p {
    white-space: revert;
  }
  #permit p {
    margin: calc(10 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
    line-height: 1.5;
  }
  #permit h3 {
    font-weight: 600;
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #permit .w1040 .w_table:last-child {
    margin-bottom: 0;
  }
  #permit .w_table {
    width: 100%;
    overflow: auto;
  }
  #permit table {
    width: 100%;
    table-layout: revert;
    white-space: nowrap;
  }
  #permit table tr:first-child th {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
  #permit table tr:first-child th:nth-child(1) {
    width: fit-content;
  }
  #permit table tr:first-child th:nth-child(2) {
    width: fit-content;
  }
  #permit table tr:first-child th:nth-child(3) {
    width: fit-content;
  }
  #permit table tr:first-child th:nth-child(4) {
    width: fit-content;
  }
  #permit table tr:first-child th:nth-child(5) {
    width: fit-content;
  }
  #permit table th, #permit table td {
    font-size: calc(15 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #9fa0a0;
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
  #permit table .gray {
    text-align: center;
    letter-spacing: 0.25em;
    background: #ebebeb;
    padding: calc(10 / 375 * 100vw) 0 calc(12 / 375 * 100vw);
    height: auto;
  }
  #permit table .fs21 {
    font-size: calc(15 / 375 * 100vw);
  }
  #permit table .fs21.dash {
    font-size: calc(14 / 375 * 100vw);
  }
  #permit table .fs20 {
    font-size: calc(14 / 375 * 100vw);
  }
  #permit table .fs20:not(.dash) {
    transform: scale(1, 1);
    letter-spacing: 0;
    font-feature-settings: "palt";
    display: inline-block;
    white-space: nowrap;
    position: relative;
    left: revert;
    text-align-last: justify;
    width: auto;
  }
  #permit table td:has(.fs20) {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
    text-align: center;
  }
  #permit table td:has(> .dash),
  #permit table td:has(> span.dash) {
    text-align: center;
  }
  #permit table .tj {
    text-align-last: justify;
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
  #permit table .ls_type01 {
    letter-spacing: 0.03em;
    padding-left: calc(5 / 375 * 100vw);
  }
}
#gallery #under_mv01 {
  margin-bottom: 50px;
}
#gallery h3 {
  font-size: 36px;
  padding-bottom: 354px;
  background: url(../img/gallery/img01.jpg) no-repeat left bottom/100% auto;
  margin-bottom: 45px;
}
#gallery .text01, #gallery .text02, #gallery .text03 {
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
}
#gallery .text01 {
  font-size: 24px;
  margin-bottom: 24px;
}
#gallery .text02 {
  font-size: 22px;
  margin-bottom: 28px;
}
#gallery .text02 .small {
  font-size: 18px;
}
#gallery .text02 .bold {
  font-weight: bold;
}
#gallery .text02 .indent {
  padding-left: 18.2em;
}
#gallery .text03 {
  font-size: 21px;
  margin-bottom: 32px;
}
#gallery .gmap {
  margin-bottom: 20px;
}
#gallery .gmap iframe {
  aspect-ratio: 1040/300;
  width: 100%;
  height: auto;
}
#gallery .bg_purple {
  background: rgba(101, 0, 223, 0.08);
  border-radius: 20px;
  padding: 18px 24px;
  letter-spacing: 0.05em;
}
#gallery .bg_purple h4 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
}
#gallery .bg_purple p {
  font-size: 19px;
  line-height: 1.5789473684;
  margin-bottom: 15px;
}
#gallery .bg_purple .w_qr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  padding-right: 160px;
}
@media (any-hover: hover) {
  #gallery .bg_purple .w_qr a {
    transition: opacity 0.4s ease;
  }
  #gallery .bg_purple .w_qr a:hover {
    opacity: 0.5 !important;
  }
}
#gallery .bg_purple .w_qr .btn {
  max-width: 137px;
}
#gallery .bg_purple .w_qr .qr {
  max-width: 98px;
}
#gallery .bg_purple .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gallery .bg_purple .flex > div:first-child {
  width: 457px;
}
#gallery .bg_purple .flex ul {
  display: flex;
  justify-content: center;
  gap: 0 38px;
}
#gallery .bg_purple .flex ul li {
  text-align: center;
  letter-spacing: 0;
}
#gallery .bg_purple .flex ul a {
  font-size: 20px;
}
#gallery .bg_purple .flex ul span {
  display: block;
  font-size: 18px;
  margin-top: 8px;
}
#gallery .bg_purple .flex ul a {
  color: #2464e5;
  text-decoration: underline;
}
@media (any-hover: hover) {
  #gallery .bg_purple .flex ul a:hover {
    text-decoration: none;
  }
}
#gallery .border_box {
  margin: 20px 0;
  border-radius: 20px;
  border: solid 3px rgba(101, 0, 223, 0.08);
  padding: 20px 20px 25px;
}
#gallery .border_box h4 {
  font-size: 31px;
  color: #6510ff;
  margin-bottom: 20px;
}
#gallery .border_box ul {
  font-size: 25px;
  line-height: 1.68;
  padding-left: 20px;
}
#gallery .border_box ul li {
  display: flex;
  justify-content: space-between;
}
#gallery .border_box ul li span:first-child {
  width: 245px;
  text-align-last: justify;
}
#gallery .border_box ul li span:last-child {
  width: calc(100% - 285px);
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #gallery #under_mv01 {
    margin-bottom: calc(50 / 1300 * 100vw);
  }
  #gallery h3 {
    font-size: calc(36 / 1300 * 100vw);
    padding-bottom: calc(354 / 1300 * 100vw);
    background: url(../img/gallery/img01.jpg) no-repeat left bottom/100% auto;
    margin-bottom: calc(45 / 1300 * 100vw);
  }
  #gallery .text01, #gallery .text02, #gallery .text03 {
    line-height: 1.3636363636;
    letter-spacing: 0.05em;
  }
  #gallery .text01 {
    font-size: calc(24 / 1300 * 100vw);
    margin-bottom: calc(24 / 1300 * 100vw);
  }
  #gallery .text02 {
    font-size: calc(22 / 1300 * 100vw);
    margin-bottom: calc(28 / 1300 * 100vw);
  }
  #gallery .text02 .small {
    font-size: calc(18 / 1300 * 100vw);
  }
  #gallery .text02 .bold {
    font-weight: bold;
  }
  #gallery .text02 .indent {
    padding-left: 18.2em;
  }
  #gallery .text03 {
    font-size: calc(21 / 1300 * 100vw);
    margin-bottom: calc(32 / 1300 * 100vw);
  }
  #gallery .gmap {
    margin-bottom: calc(20 / 1300 * 100vw);
  }
  #gallery .gmap iframe {
    aspect-ratio: 1040/300;
    width: 100%;
    height: auto;
  }
  #gallery .bg_purple {
    background: rgba(101, 0, 223, 0.08);
    border-radius: calc(20 / 1300 * 100vw);
    padding: calc(18 / 1300 * 100vw) calc(24 / 1300 * 100vw);
    letter-spacing: 0.05em;
  }
  #gallery .bg_purple h4 {
    font-size: calc(24 / 1300 * 100vw);
    line-height: 1.4;
    margin-bottom: calc(8 / 1300 * 100vw);
    font-weight: bold;
  }
  #gallery .bg_purple p {
    font-size: calc(19 / 1300 * 100vw);
    line-height: 1.5789473684;
    margin-bottom: calc(15 / 1300 * 100vw);
  }
  #gallery .bg_purple .w_qr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 calc(10 / 1300 * 100vw);
    padding-right: calc(160 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #gallery .bg_purple .w_qr a {
    transition: opacity 0.4s ease;
  }
  #gallery .bg_purple .w_qr a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #gallery .bg_purple .w_qr .btn {
    max-width: calc(137 / 1300 * 100vw);
  }
  #gallery .bg_purple .w_qr .qr {
    max-width: calc(98 / 1300 * 100vw);
  }
  #gallery .bg_purple .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gallery .bg_purple .flex > div:first-child {
    width: calc(457 / 1300 * 100vw);
  }
  #gallery .bg_purple .flex ul {
    display: flex;
    justify-content: center;
    gap: 0 calc(38 / 1300 * 100vw);
  }
  #gallery .bg_purple .flex ul li {
    text-align: center;
    letter-spacing: 0;
  }
  #gallery .bg_purple .flex ul a {
    font-size: calc(20 / 1300 * 100vw);
  }
  #gallery .bg_purple .flex ul span {
    display: block;
    font-size: calc(18 / 1300 * 100vw);
    margin-top: calc(8 / 1300 * 100vw);
  }
  #gallery .bg_purple .flex ul a {
    color: #2464e5;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #gallery .bg_purple .flex ul a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #gallery .border_box {
    margin: calc(20 / 1300 * 100vw) 0;
    border-radius: calc(20 / 1300 * 100vw);
    border: solid calc(3 / 1300 * 100vw) rgba(101, 0, 223, 0.08);
    padding: calc(20 / 1300 * 100vw) calc(20 / 1300 * 100vw) calc(25 / 1300 * 100vw);
  }
  #gallery .border_box h4 {
    font-size: calc(31 / 1300 * 100vw);
    color: #6510ff;
    margin-bottom: calc(20 / 1300 * 100vw);
  }
  #gallery .border_box ul {
    font-size: calc(25 / 1300 * 100vw);
    line-height: 1.68;
    padding-left: calc(20 / 1300 * 100vw);
  }
  #gallery .border_box ul li {
    display: flex;
    justify-content: space-between;
  }
  #gallery .border_box ul li span:first-child {
    width: calc(245 / 1300 * 100vw);
    text-align-last: justify;
  }
  #gallery .border_box ul li span:last-child {
    width: calc(100% - calc(285 / 1300 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  #gallery #under_mv01 {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #gallery .w1040 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  #gallery h3 {
    font-size: calc(20 / 375 * 100vw);
    padding-bottom: calc(128 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  #gallery .text01 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
  #gallery .text02 {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(28 / 375 * 100vw);
  }
  #gallery .text02 .small {
    font-size: calc(13 / 375 * 100vw);
  }
  #gallery .text02 .bold {
    font-weight: bold;
    display: block;
  }
  #gallery .text02 .indent {
    padding-left: 0;
  }
  #gallery .text03 {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
  #gallery .gmap {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #gallery .gmap iframe {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  #gallery .bg_purple {
    border-radius: calc(20 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) calc(24 / 375 * 100vw);
    letter-spacing: 0.05em;
  }
  #gallery .bg_purple h4 {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.4;
    margin-bottom: calc(8 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
  }
  #gallery .bg_purple p {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  #gallery .bg_purple .w_qr {
    text-align: center;
    display: grid;
    gap: calc(10 / 375 * 100vw);
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  #gallery .bg_purple .w_qr a {
    transition: opacity 0.4s ease;
  }
  #gallery .bg_purple .w_qr a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 767px) {
  #gallery .bg_purple .w_qr .btn {
    max-width: calc(137 / 375 * 100vw);
  }
  #gallery .bg_purple .w_qr .qr {
    max-width: calc(98 / 375 * 100vw);
  }
  #gallery .bg_purple .flex {
    display: grid;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding-bottom: calc(10 / 375 * 100vw);
  }
  #gallery .bg_purple .flex > div:first-child {
    width: 100%;
  }
  #gallery .bg_purple .flex ul {
    display: grid;
    justify-content: center;
    gap: calc(15 / 375 * 100vw);
  }
  #gallery .bg_purple .flex ul li {
    text-align: center;
    letter-spacing: 0;
  }
  #gallery .bg_purple .flex ul a {
    font-size: calc(15 / 375 * 100vw);
  }
  #gallery .bg_purple .flex ul span {
    display: block;
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
  #gallery .border_box {
    margin: calc(20 / 375 * 100vw) 0;
    border-radius: calc(20 / 375 * 100vw);
    border: solid calc(3 / 375 * 100vw) rgba(101, 0, 223, 0.08);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  #gallery .border_box h4 {
    font-size: calc(18 / 375 * 100vw);
    color: #6510ff;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #gallery .border_box ul {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.68;
    padding-left: 0;
    display: grid;
    gap: calc(10 / 375 * 100vw);
  }
  #gallery .border_box ul li {
    display: block;
    justify-content: space-between;
  }
  #gallery .border_box ul li span {
    display: block;
  }
  #gallery .border_box ul li span:first-child {
    font-weight: bold;
    width: 100%;
    text-align-last: revert;
  }
  #gallery .border_box ul li span:last-child {
    letter-spacing: 0;
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
  }
}
#contact #under_mv01 {
  margin-bottom: 40px;
}
#contact .contact_lead {
  font-size: 21px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
#contact .w1000 {
  margin-right: 0;
}
#contact .ttl01 {
  color: #fff;
  background: #557fd4 url(../img/contact/arrow2.svg) no-repeat right 12px center/9px auto;
  font-size: 15px;
  width: 302px;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-radius: 5px;
  margin-left: 40px;
  margin-bottom: 35px;
}

#contact_nav {
  background: rgba(0, 45, 167, 0.03);
  padding: 32px 40px;
  margin-bottom: 25px;
}
#contact_nav ul {
  display: flex;
  justify-content: space-between;
}
#contact_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #557fd4;
  font-weight: bold;
  width: 432px;
  height: 68px;
  border-radius: 12px;
  border: solid 1px #557fd4;
  font-size: 22px;
}
#contact_nav a span {
  background: url(../img/contact/arrow.svg) no-repeat right 3px/12px auto;
  padding-right: 20px;
}
@media (any-hover: hover) {
  #contact_nav a {
    transition: opacity 0.4s ease;
  }
  #contact_nav a:hover {
    opacity: 0.5 !important;
  }
}

#contact_form {
  padding-left: 70px;
}
#contact_form .row {
  margin-bottom: 30px;
}
#contact_form .form_ttl {
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
#contact_form .form_ttl.any:after {
  content: "任意";
  background: #7f7f7f;
}
#contact_form .form_ttl:after {
  content: "必須";
  display: inline-block;
  width: 44px;
  height: 26px;
  background: #557fd4;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  border-radius: 4px;
  margin-left: 8px;
}
#contact_form .w_name {
  max-width: 660px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 53px;
}
#contact_form .radio_list {
  margin-top: 15px;
  display: flex;
  gap: 0 36px;
}
#contact_form .w_check {
  position: relative;
}
#contact_form .w_check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
#contact_form .pp_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
#contact_form .pp_text a {
  color: #0012fa;
  text-decoration: underline;
}
#contact_form .pp_text a:hover {
  text-decoration: none;
}
#contact_form input[type=text],
#contact_form input[type=email],
#contact_form input[type=tel], #contact_form textarea {
  background: #fff;
  font-family: inherit;
  display: block;
  width: 100%;
  font-size: 15px;
  border-radius: 5px;
  border: solid 1px #557fd4;
  padding: 15px 15px 15px;
  max-width: 660px;
  font-weight: 500;
}
#contact_form input[type=text]::placeholder,
#contact_form input[type=email]::placeholder,
#contact_form input[type=tel]::placeholder, #contact_form textarea::placeholder {
  color: #ccc;
}
#contact_form textarea {
  resize: vertical;
  min-height: 120px;
  font-weight: 500;
}
#contact_form select {
  font-weight: 500;
  background: #fff url(../img/contact/select.svg) no-repeat right 20px center/20px auto;
  font-family: inherit;
  display: block;
  width: 100%;
  font-size: 15px;
  border-radius: 50px;
  border: solid 1px #557fd4;
  padding: 15px 55px 15px 25px;
  max-width: 660px;
}
#contact_form input[type=radio] {
  display: none;
}
#contact_form input[type=radio]:checked + label:before {
  background: #557fd4;
}
#contact_form input[type=radio] + label {
  font-size: 18px;
  position: relative;
  padding-left: 24px;
}
#contact_form input[type=radio] + label:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px #000;
}
#contact_form button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #557fd4;
  border-radius: 5px;
  font-family: inherit;
  font-size: 21px;
  width: 190px;
  height: 50px;
  margin: 30px auto 0;
  border: none;
  cursor: pointer;
  padding-bottom: 3px;
}
@media (any-hover: hover) {
  #contact_form button[type=submit] {
    transition: opacity 0.4s ease;
  }
  #contact_form button[type=submit]:hover {
    opacity: 0.5 !important;
  }
}
#contact_form input[type=checkbox] {
  -webkit-appearance: checkbox;
}
#contact_form input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#contact_form input[type=checkbox] + label {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
#contact_form input[type=checkbox] + label:before {
  z-index: 2;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  border: solid 1px #000;
  background: #fff;
}
#contact_form input[type=checkbox] + label:after {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 2px;
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-left: solid 2px #557fd4;
  border-bottom: solid 2px #557fd4;
  transform: rotate(-45deg);
}

#complete .contact_lead {
  line-height: 1.6;
}
#complete a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #557fd4;
  border-radius: 5px;
  font-family: inherit;
  font-size: 21px;
  width: 260px;
  height: 50px;
  margin: 30px auto 0;
  border: none;
  cursor: pointer;
  padding-bottom: 3px;
}
@media (any-hover: hover) {
  #complete a {
    transition: opacity 0.4s ease;
  }
  #complete a:hover {
    opacity: 0.5 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #contact #under_mv01 {
    margin-bottom: calc(40 / 1300 * 100vw);
  }
  #contact .contact_lead {
    font-size: calc(21 / 1300 * 100vw);
    text-align: center;
    margin-bottom: calc(25 / 1300 * 100vw);
  }
  #contact .w1000 {
    margin-right: 0;
  }
  #contact .ttl01 {
    color: #fff;
    background: #557fd4 url(../img/contact/arrow2.svg) no-repeat right calc(12 / 1300 * 100vw) center/calc(9 / 1300 * 100vw) auto;
    font-size: calc(15 / 1300 * 100vw);
    width: calc(302 / 1300 * 100vw);
    height: calc(48 / 1300 * 100vw);
    display: flex;
    align-items: center;
    padding-left: calc(15 / 1300 * 100vw);
    border-radius: calc(5 / 1300 * 100vw);
    margin-left: calc(40 / 1300 * 100vw);
    margin-bottom: calc(35 / 1300 * 100vw);
  }
  #contact_nav {
    background: rgba(0, 45, 167, 0.03);
    padding: calc(32 / 1300 * 100vw) calc(40 / 1300 * 100vw);
    margin-bottom: calc(25 / 1300 * 100vw);
  }
  #contact_nav ul {
    display: flex;
    justify-content: space-between;
  }
  #contact_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #557fd4;
    font-weight: bold;
    width: calc(432 / 1300 * 100vw);
    height: calc(68 / 1300 * 100vw);
    border-radius: calc(12 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #557fd4;
    font-size: calc(22 / 1300 * 100vw);
  }
  #contact_nav a span {
    background: url(../img/contact/arrow.svg) no-repeat right calc(3 / 1300 * 100vw)/calc(12 / 1300 * 100vw) auto;
    padding-right: calc(20 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #contact_nav a {
    transition: opacity 0.4s ease;
  }
  #contact_nav a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #contact_form {
    padding-left: calc(70 / 1300 * 100vw);
  }
  #contact_form .row {
    margin-bottom: calc(30 / 1300 * 100vw);
  }
  #contact_form .form_ttl {
    font-size: calc(18 / 1300 * 100vw);
    display: block;
    margin-bottom: calc(8 / 1300 * 100vw);
  }
  #contact_form .form_ttl.any:after {
    content: "任意";
    background: #7f7f7f;
  }
  #contact_form .form_ttl:after {
    content: "必須";
    display: inline-block;
    width: calc(44 / 1300 * 100vw);
    height: calc(26 / 1300 * 100vw);
    background: #557fd4;
    color: #fff;
    font-size: calc(13 / 1300 * 100vw);
    line-height: calc(26 / 1300 * 100vw);
    text-align: center;
    border-radius: calc(4 / 1300 * 100vw);
    margin-left: calc(8 / 1300 * 100vw);
  }
  #contact_form .w_name {
    max-width: calc(660 / 1300 * 100vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 calc(53 / 1300 * 100vw);
  }
  #contact_form .radio_list {
    margin-top: calc(15 / 1300 * 100vw);
    display: flex;
    gap: 0 calc(36 / 1300 * 100vw);
  }
  #contact_form .w_check {
    position: relative;
  }
  #contact_form .w_check input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
  }
  #contact_form .pp_text {
    font-size: calc(16 / 1300 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(24 / 1300 * 100vw);
  }
  #contact_form .pp_text a {
    color: #0012fa;
    text-decoration: underline;
  }
  #contact_form .pp_text a:hover {
    text-decoration: none;
  }
  #contact_form input[type=text],
  #contact_form input[type=email],
  #contact_form input[type=tel], #contact_form textarea {
    background: #fff;
    font-family: inherit;
    display: block;
    width: 100%;
    font-size: calc(15 / 1300 * 100vw);
    border-radius: calc(5 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #557fd4;
    padding: calc(15 / 1300 * 100vw) calc(15 / 1300 * 100vw) calc(15 / 1300 * 100vw);
    max-width: calc(660 / 1300 * 100vw);
    font-weight: 500;
  }
  #contact_form input[type=text]::placeholder,
  #contact_form input[type=email]::placeholder,
  #contact_form input[type=tel]::placeholder, #contact_form textarea::placeholder {
    color: #ccc;
  }
  #contact_form textarea {
    resize: vertical;
    min-height: calc(120 / 1300 * 100vw);
    font-weight: 500;
  }
  #contact_form select {
    font-weight: 500;
    background: #fff url(../img/contact/select.svg) no-repeat right calc(20 / 1300 * 100vw) center/calc(20 / 1300 * 100vw) auto;
    font-family: inherit;
    display: block;
    width: 100%;
    font-size: calc(15 / 1300 * 100vw);
    border-radius: calc(50 / 1300 * 100vw);
    border: solid calc(1 / 1300 * 100vw) #557fd4;
    padding: calc(15 / 1300 * 100vw) calc(55 / 1300 * 100vw) calc(15 / 1300 * 100vw) calc(25 / 1300 * 100vw);
    max-width: calc(660 / 1300 * 100vw);
  }
  #contact_form input[type=radio] {
    display: none;
  }
  #contact_form input[type=radio]:checked + label:before {
    background: #557fd4;
  }
  #contact_form input[type=radio] + label {
    font-size: calc(18 / 1300 * 100vw);
    position: relative;
    padding-left: calc(24 / 1300 * 100vw);
  }
  #contact_form input[type=radio] + label:before {
    position: absolute;
    top: calc(6 / 1300 * 100vw);
    left: 0;
    content: "";
    display: block;
    width: calc(16 / 1300 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: solid calc(1 / 1300 * 100vw) #000;
  }
  #contact_form button[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #557fd4;
    border-radius: calc(5 / 1300 * 100vw);
    font-family: inherit;
    font-size: calc(21 / 1300 * 100vw);
    width: calc(190 / 1300 * 100vw);
    height: calc(50 / 1300 * 100vw);
    margin: calc(30 / 1300 * 100vw) auto 0;
    border: none;
    cursor: pointer;
    padding-bottom: calc(3 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #contact_form button[type=submit] {
    transition: opacity 0.4s ease;
  }
  #contact_form button[type=submit]:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #contact_form input[type=checkbox] {
    opacity: 0;
    -webkit-appearance: checkbox;
  }
  #contact_form input[type=checkbox]:checked + label:after {
    opacity: 1;
  }
  #contact_form input[type=checkbox] + label {
    font-size: calc(18 / 1300 * 100vw);
    position: relative;
    padding-left: calc(30 / 1300 * 100vw);
  }
  #contact_form input[type=checkbox] + label:before {
    z-index: 2;
    position: absolute;
    top: calc(6 / 1300 * 100vw);
    left: 0;
    content: "";
    display: block;
    width: calc(16 / 1300 * 100vw);
    height: auto;
    aspect-ratio: 1/1;
    border: solid calc(1 / 1300 * 100vw) #000;
    background: #fff;
  }
  #contact_form input[type=checkbox] + label:after {
    z-index: 3;
    opacity: 0;
    position: absolute;
    top: calc(8 / 1300 * 100vw);
    left: calc(2 / 1300 * 100vw);
    content: "";
    display: block;
    width: calc(12 / 1300 * 100vw);
    height: calc(6 / 1300 * 100vw);
    border-left: solid calc(2 / 1300 * 100vw) #557fd4;
    border-bottom: solid calc(2 / 1300 * 100vw) #557fd4;
    transform: rotate(-45deg);
  }
  #complete .contact_lead {
    line-height: 1.6;
  }
  #complete a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #557fd4;
    border-radius: calc(5 / 1300 * 100vw);
    font-family: inherit;
    font-size: calc(21 / 1300 * 100vw);
    width: calc(260 / 1300 * 100vw);
    height: calc(50 / 1300 * 100vw);
    margin: calc(30 / 1300 * 100vw) auto 0;
    border: none;
    cursor: pointer;
    padding-bottom: calc(3 / 1300 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (any-hover: hover) {
  #complete a {
    transition: opacity 0.4s ease;
  }
  #complete a:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 767px) {
  #contact #under_mv01 {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #contact .contact_lead {
    font-size: calc(16 / 375 * 100vw);
    text-align: center;
    margin-bottom: calc(25 / 375 * 100vw);
    line-height: 1.5;
  }
  #contact .w1000 {
    margin-right: 0;
  }
  #contact .ttl01 {
    background: #557fd4 url(../img/contact/arrow2.svg) no-repeat right calc(12 / 375 * 100vw) center/calc(9 / 375 * 100vw) auto;
    font-size: calc(15 / 375 * 100vw);
    width: calc(302 / 375 * 100vw);
    height: calc(48 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    margin: 0 auto calc(30 / 375 * 100vw);
  }
  #contact_nav {
    background: rgba(0, 45, 167, 0.03);
    padding: calc(20 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
  #contact_nav ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(10 / 375 * 100vw);
  }
  #contact_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #557fd4;
    font-weight: bold;
    width: 100%;
    height: calc(45 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #557fd4;
    font-size: calc(15 / 375 * 100vw);
  }
  #contact_nav a span {
    background: url(../img/contact/arrow.svg) no-repeat right calc(3 / 375 * 100vw)/calc(6 / 375 * 100vw) auto;
    padding-right: calc(20 / 375 * 100vw);
  }
  #contact_form {
    padding: 0 calc(20 / 375 * 100vw);
  }
  #contact_form .row {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  #contact_form .form_ttl {
    font-size: calc(15 / 375 * 100vw);
    display: block;
    margin-bottom: calc(8 / 375 * 100vw);
  }
  #contact_form .form_ttl:after {
    width: calc(40 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
    margin-left: calc(6 / 375 * 100vw);
  }
  #contact_form .w_name {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(30 / 375 * 100vw) 0;
  }
  #contact_form .radio_list {
    margin-top: calc(15 / 375 * 100vw);
    display: flex;
    gap: 0 calc(20 / 375 * 100vw);
  }
  #contact_form .w_check {
    position: relative;
  }
  #contact_form .w_check input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
  }
  #contact_form .pp_text {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
  #contact_form input[type=text],
  #contact_form input[type=email],
  #contact_form input[type=tel], #contact_form textarea {
    width: 100%;
    font-size: calc(16 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #557fd4;
    padding: calc(12 / 375 * 100vw) calc(15 / 375 * 100vw) calc(12 / 375 * 100vw);
    max-width: calc(660 / 375 * 100vw);
  }
  #contact_form input[type=text]::placeholder,
  #contact_form input[type=email]::placeholder,
  #contact_form input[type=tel]::placeholder, #contact_form textarea::placeholder {
    color: #ccc;
  }
  #contact_form textarea {
    resize: vertical;
    min-height: calc(220 / 375 * 100vw);
  }
  #contact_form select {
    color: #000;
    background: #fff url(../img/contact/select.svg) no-repeat right calc(20 / 375 * 100vw) center/calc(12 / 375 * 100vw) auto;
    font-size: calc(16 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #557fd4;
    padding: calc(12 / 375 * 100vw) calc(55 / 375 * 100vw) calc(12 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  #contact_form input[type=radio] + label {
    font-size: calc(15 / 375 * 100vw);
    position: relative;
    padding-left: calc(22 / 375 * 100vw);
  }
  #contact_form input[type=radio] + label:before {
    top: calc(4 / 375 * 100vw);
    left: 0;
    width: calc(14 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #000;
  }
  #contact_form button[type=submit] {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    width: calc(190 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
    border: none;
    padding-bottom: calc(3 / 375 * 100vw);
  }
  #contact_form input[type=checkbox] {
    opacity: 0;
  }
  #contact_form input[type=checkbox] + label {
    font-size: calc(15 / 375 * 100vw);
    position: relative;
    padding-left: calc(26 / 375 * 100vw);
  }
  #contact_form input[type=checkbox] + label:before {
    top: calc(4 / 375 * 100vw);
    left: 0;
    width: calc(14 / 375 * 100vw);
    border: solid calc(1 / 375 * 100vw) #000;
  }
  #contact_form input[type=checkbox] + label:after {
    z-index: 3;
    opacity: 0;
    position: absolute;
    top: calc(7 / 375 * 100vw);
    left: calc(2 / 375 * 100vw);
    content: "";
    display: block;
    width: calc(10 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    border-left: solid calc(2 / 375 * 100vw) #557fd4;
    border-bottom: solid calc(2 / 375 * 100vw) #557fd4;
    transform: rotate(-45deg);
  }
  #complete {
    padding-top: calc(40 / 375 * 100vw);
  }
  #complete .contact_lead {
    line-height: 1.6;
    font-size: calc(15 / 375 * 100vw);
  }
  #complete a {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    width: calc(220 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
    border: none;
    padding-bottom: calc(3 / 375 * 100vw);
  }
}

/*# sourceMappingURL=style.css.map */
