@charset "UTF-8";
/*!
Theme Name: inamotodensetu.1.0
Theme URI: http://ace-union.net
Version: 1.0
Author: AceUnionDesign co.,ltd
*/
/*!
*** based on ***
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, figure, figcaption, footer,
header, hgroup, hr, legend, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

/* Adjust border color as needed */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* Added global box-sizing reset */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Cancel webkit text-size adjustment */
body {
  -webkit-text-size-adjust: 100%;
}

/* Reset button default styles */
button {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

/* Adjust small tag default size */
small {
  font-size: 75%;
}

/* Hide hidden elements */
[hidden] {
  display: none;
}

/* Remove mark default background */
mark {
  background: none;
}

/* Normalize em tag to non-italic */
em {
  font-style: normal;
}

/* Set input opacity to visible */
input {
  opacity: 1;
}

/* Align images to bottom */
img {
  vertical-align: bottom;
}

/* Normalize address font style */
address {
  font-style: normal;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #bbb;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
    visibility: hidden;
  }
}

.pc-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
    visibility: visible;
  }
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.strong {
  font-weight: bold;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  position: relative;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5;
  background: #FFFFFF;
  color: #000;
  font-size: 0.875rem;
  overflow-x: hidden;
  letter-spacing: 0.07em;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: clamp(12px, 1.17vw, 1.17vw);
    line-height: 1.625;
  }
}
body strong {
  font-weight: bold;
}
body a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
body a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

:root {
  --font-mid: 500;
  --font-bold: 600;
  --font-18: clamp(16px, 1.385vw, 18px);
  --font-20: clamp(16px, 1.538vw, 20px);
  --font-22: clamp(16px, 1.692vw, 22px);
  --font-24: clamp(18px, 1.846vw, 24px);
  --font-32: clamp(20px, 2.462vw, 32px);
  --font-38: clamp(22px, 2.923vw, 38px);
  --font-40: clamp(28px, 3.077vw, 40px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
}
body {
  position: relative;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #000;
  font-size: 0.875rem;
  overflow-x: hidden;
  letter-spacing: 0.07em;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: clamp(12px, 1.17vw, 1.17vw);
    line-height: 1.625;
  }
}

body {
  font-size: 17px;
}
body strong {
  font-weight: bold;
}
body a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
body a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease-in;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

img {
  max-width: 100%;
}

span:has(+ h2),
#strength dd h3 span,
#company dd a,
#news .wrapp div a,
#recruit a,
#news ul li span,
small,
#news.news_list nav a,
.post_head p,
.ci dd div span,
.ci_main dd div span,
#access a,
.center_head span:has(+ h1),
.single_inner p.day,
.single_nav div p,
.page_head_wide span:has(+ h1) {
  font-family: "Figtree", sans-serif;
}

h1,
h2,
h3,
nav a,
#strength dd div > span,
#recruit p,
#contact p:last-of-type,
#contact a,
footer,
span:has(+ h2) span,
.ci span.selif,
.message_cont div p,
#facilities h3,
.single_inner .wp-block-button__link,
#recruit.rec_btns a,
.form_inner > div p,
.form_inner > div a,
form input[type=submit] {
  font-family: "Zen Old Mincho", serif;
}

br.SP {
  display: none;
}

p {
  line-height: 2.3rem;
}

.intro {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  display: grid;
  place-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.intro.is_active {
  opacity: 1;
  pointer-events: auto;
}

.intro_video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.page_reveal {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(6px);
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
}
.page_reveal.is_ready {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.js_fade {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.js_fade.is_in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .intro,
.page_reveal,
.js_fade {
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
}
header {
  visibility: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
}
header > a {
  margin-left: 30px;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  padding: 0 24px;
}
header nav ul li:nth-of-type(4) {
  background-color: #004098;
  margin-left: 24px;
}
header nav ul li:nth-of-type(5) {
  background-color: #b60005;
}
header nav ul li:nth-of-type(4), header nav ul li:nth-of-type(5) {
  width: 187px;
  padding: 0;
  text-align: center;
}
header nav ul li:nth-of-type(4) a, header nav ul li:nth-of-type(5) a {
  color: #fff;
  padding: 40px 0;
  font-size: 16px;
  width: 100%;
}

#hamburger {
  position: fixed;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  z-index: 3000;
  display: none;
}
#hamburger span {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}
#hamburger span:nth-child(1) {
  top: 12px;
}
#hamburger span:nth-child(2) {
  top: 19px;
}
#hamburger span:nth-child(3) {
  top: 26px;
}

#overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 1500;
}

body.nav_open #hamburger span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
body.nav_open #hamburger span:nth-child(2) {
  opacity: 0;
}
body.nav_open #hamburger span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
body.nav_open #overlay {
  opacity: 1;
  pointer-events: auto;
}

.fv {
  position: relative;
  z-index: 99;
}
.fv img:last-of-type {
  display: none;
}

h1 {
  font-size: 48px;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: -5%;
  margin: auto;
  letter-spacing: 0.18em;
}
h1 .sp {
  display: none;
}

#mv div:nth-of-type(2) {
  position: relative;
  z-index: 0;
  margin-top: -60px;
  background-image: url(images/profile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 726px;
  color: #fff;
}
#mv div:nth-of-type(2) dl {
  display: flex;
  gap: 150px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 1200px;
}
#mv div:nth-of-type(2) dd {
  width: 570px;
  max-width: 51%;
}

h2 {
  font-size: 34px;
  letter-spacing: 0.2em;
}

span:has(+ h2) {
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.09em;
}
span:has(+ h2) span {
  padding-left: 20px;
}

.wrapp {
  max-width: 1160px;
  margin: 0 auto;
}

.tit {
  text-align: center;
  margin-bottom: 50px;
}

#strength {
  padding: 120px 0;
  background-color: #eff0f3;
}
#strength dl {
  display: flex;
  gap: 40px;
  align-items: center;
}
#strength dl:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#strength dd {
  max-width: 75%;
}
#strength dd div {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
#strength dd div > span {
  font-size: 126px;
  color: #b0b1b2;
  line-height: 1;
}
#strength dd h3 {
  font-size: 30px;
  letter-spacing: 0.16em;
}
#strength dd h3 span {
  font-size: 16px;
  color: #b0b1b2;
  display: block;
  letter-spacing: 0.09em;
}

#company {
  background: linear-gradient(180deg, #eff0f3 0%, #eff0f3 5%, #ccddf4 5%, #ccddf4 95%, #eff0f3 95%, #eff0f3 100%);
  border-top: solid 50px #eff0f3;
}
#company div {
  display: flex;
  align-items: center;
  gap: 100px;
}
#company div > img {
  max-width: 40%;
}
#company div:nth-of-type(even) {
  flex-direction: row-reverse;
}
#company dd {
  margin-top: 40px;
}

#company dd a,
#news .wrapp div a,
#recruit a,
#access a {
  border-bottom: solid 1px #000;
  margin-top: 30px;
}
#company dd a::after,
#news .wrapp div a::after,
#recruit a::after,
#access a::after {
  content: url(images/btn_line.png);
  width: 9px;
  display: inline-block;
  margin-left: 35px;
  transition: 0.3s;
}
#company dd a:hover::after,
#news .wrapp div a:hover::after,
#recruit a:hover::after,
#access a:hover::after {
  transform: translateX(-5px);
  content: url(images/btn_blk.png);
  width: 9px;
}

#recruit a {
  border-bottom-color: #fff;
}
#recruit a::after {
  content: url(images/btn_whi_line.png);
}
#recruit a:hover::after {
  content: url(images/btn_whi.png);
}

#news {
  background-color: #eff0f3;
  padding-bottom: 250px;
}
#news .wrapp > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#news ul {
  display: flex;
  gap: 25px;
  margin-top: 50px;
}
#news ul li {
  background-color: #fff;
  padding: 30px;
  width: 33.3333333333%;
}
#news ul li span {
  color: #004098;
  font-size: var(--font-18);
  font-weight: var(--font-mid);
  letter-spacing: 0.09em;
}

#recruit {
  margin-top: -80px;
  color: #fff;
  margin-bottom: 120px;
}
#recruit .wrapp {
  background-color: #004098;
  padding: 80px;
  position: relative;
}
#recruit h2 {
  font-size: var(--font-38);
  font-weight: var(--font-bold);
  letter-spacing: 0.16em;
}
#recruit p {
  font-size: 25px;
  line-height: 2;
  margin-top: 40px;
  letter-spacing: 0.16em;
}
#recruit img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10%;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}
#recruit.page_recruit {
  margin: 0 auto;
  margin-top: clamp(80px, 9.231vw, 120px);
  margin-bottom: clamp(80px, 7.692vw, 100px);
  overflow: hidden;
}
#recruit.rec_btns a {
  font-size: var(--font-18);
  letter-spacing: 0.05em;
  display: block;
  width: clamp(250px, 26.923vw, 350px);
  padding: 22px 25px;
  border: solid 1px #fff;
  position: relative;
  margin-top: 40px;
  color: #fff !important;
}
#recruit.rec_btns a::after {
  position: absolute;
  margin-left: 0;
  right: 25px;
}
#recruit.rec_btns a:last-of-type {
  margin-top: 20px;
}
#recruit.srv_recruit {
  margin-top: -180px;
}
#recruit.page_recruit.rec_top_margin {
  margin-top: clamp(-80px, -9.231vw, -120px);
}

#contact {
  background-image: url(images/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0 135px;
  color: #fff;
}
#contact h2 {
  font-size: var(--font-38);
  font-weight: var(--font-bold);
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
#contact p {
  text-align: center;
}
#contact .tel {
  font-size: 40px;
  color: #fff;
  margin: 50px auto 0;
  letter-spacing: 0.16em;
  display: block;
  text-align: center;
  pointer-events: none;
}
#contact .tel span {
  font-size: 24px;
}
#contact .link {
  background-color: #b60005;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 22px 20px 22px 33px;
  color: #fff;
  margin: 50px auto 0;
  font-size: var(--font-18);
  letter-spacing: 0.05em;
}
#contact .link::after {
  content: url(images/btn_whi_line.png);
  display: inline-block;
  margin-left: 20px;
  transition: 0.3s;
}
#contact .link:hover::after {
  content: url(images/btn_whi.png);
  transform: translateX(-5px);
}

footer {
  padding: 50px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer p {
  font-size: 12px;
  line-height: 1.3rem;
  margin-top: 20px;
}
footer a img {
  width: 190px;
}
footer ul {
  display: flex;
  gap: 50px;
}
footer div:last-of-type {
  text-align: right;
}
footer small {
  font-size: 12px;
  margin-top: 40px;
  display: block;
}

.page_section {
  padding-top: clamp(50px, 6.154vw, 80px);
  padding-bottom: clamp(50px, 6.154vw, 80px);
}

.tit h1 {
  position: static;
  font-size: clamp(28px, 4.308vw, 56px);
  text-align: left;
  margin: 0;
  font-weight: var(--font-mid);
}

span:has(+ h1) {
  font-size: clamp(16px, 1.692vw, 24px);
  font-weight: var(--font-mid);
  display: block;
  letter-spacing: 0.09em;
}

.breadcrumb {
  font-size: 12px;
  line-height: 1.4;
  max-width: 90%;
  padding-top: 40px;
  margin: 0 auto;
  color: #434343;
  font-weight: var(--font-mid);
}

.bc_list {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  /* スクロールバーを非表示 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 768px) {
  .bc_list {
    justify-content: flex-end;
  }
}
.bc_list::-webkit-scrollbar {
  display: none;
}
.bc_list li {
  flex-shrink: 0;
  white-space: nowrap;
}
.bc_list li a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  -webkit-text-decoration-color: #434343;
          text-decoration-color: #434343;
  color: inherit;
}
.bc_list li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
}
.bc_list .current-item {
  text-decoration: none;
}

#mv div.philosophy_cont {
  height: 600px;
  background-image: url(images/page_cmp_philosophy.png);
}
#mv div.philosophy_cont dd p {
  line-height: 2.35;
  letter-spacing: 0.08em;
}
#mv div.philosophy_cont h2 {
  font-size: var(--font-32);
  font-weight: var(--font-bold);
  letter-spacing: 0.16em;
}
#mv div.philosophy_cont span:has(+ h2) {
  font-size: 17px;
  font-weight: var(--font-bold);
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.09em;
}
#mv div.philosophy_cont span:has(+ h2) span {
  font-size: 20px;
  font-weight: var(--font-bold);
  letter-spacing: 0.18em;
}
#mv.page_head div:nth-of-type(2) {
  margin-top: 0;
}
#mv.page_head div:nth-of-type(2) dt {
  flex-shrink: 0;
  max-width: 42%;
}
#mv.page_head div:nth-of-type(2) dl {
  gap: 100px;
}

.page_head .wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-top: clamp(28px, 3.077vw, 40px);
  padding-bottom: clamp(50px, 6.154vw, 80px);
}
.page_head .wrapp.page_head_wide {
  padding-bottom: 0;
}
.page_head .wrapp.page_head_wide .tit {
  width: 100%;
  margin-bottom: 80px;
}
.page_head .wrapp.page_head_wide .tit h1 {
  letter-spacing: 0.2em;
}
.page_head .wrapp.page_head_wide span:has(+ h1) {
  font-size: var(--font-24);
  font-weight: var(--font-mid);
  letter-spacing: 0.09em;
}
.page_head .tit {
  width: 50%;
  flex-shrink: 0;
  text-align: left;
}
.page_head img {
  width: clamp(200px, 44.615vw, 580px);
}
.page_head .srv_intro_cont img {
  width: 240px;
  display: inline-block;
  max-width: 48%;
}
.page_head .srv_intro_cont img:nth-of-type(2) {
  margin-bottom: -15px;
  margin-left: 10px;
}

.center_head .tit {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.center_head .tit h1 {
  margin: 0 auto;
  font-weight: var(--font-bold);
}
.center_head .tit span {
  font-size: var(--font-24);
  font-weight: var(--font-bold);
}

.sec_ci {
  background-color: #000;
  padding-bottom: clamp(50px, 6.154vw, 80px);
}

.ci {
  color: #fff;
}
.ci h3 {
  font-size: var(--font-32);
}
.ci dl {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #c0c4ce;
  padding: 0 40px;
  padding-top: clamp(30px, 6.154vw, 80px);
  padding-bottom: clamp(30px, 6.154vw, 80px);
}
.ci dl:last-of-type {
  border-bottom: none;
}
.ci dl:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.ci dt {
  flex-shrink: 0;
  width: clamp(200px, 33.846vw, 440px);
}
.ci dd {
  max-width: 590px;
}
.ci dd div span {
  background-color: #fff;
  color: #000;
  padding: 3px 10px;
  font-size: var(--font-20);
  font-weight: var(--font-bold);
}
.ci dd div span.selif {
  font-size: 17px;
  padding: 0;
  line-height: 0;
  display: inline-block;
  margin-left: 20px;
}
.ci dd div h3 {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 40px;
  font-weight: var(--font-mid);
}
.ci dd p {
  line-height: 2;
  letter-spacing: 0.08em;
}
.ci dd ul {
  display: flex;
  flex-wrap: wrap;
}
.ci dd li {
  width: 50%;
}
.ci .wrapp {
  display: block;
}

.ci_main {
  background-color: #004098;
}
.ci_main dl {
  display: flex;
  gap: 80px;
  justify-content: center;
}
.ci_main dl:nth-of-type(odd) {
  flex-direction: row;
}
.ci_main dt {
  width: 270px;
  max-width: 100%;
}
.ci_main a {
  display: flex;
  color: #fff;
  align-items: center;
  border-bottom: solid 1px #fff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  gap: 50px;
  padding-bottom: 10px;
  margin-top: 40px;
}
.ci_main a:hover {
  color: #fff;
  opacity: 0.8;
}
.ci_main a img {
  width: 24px;
}
.ci_main dd div h3 {
  font-size: var(--font-38);
  margin-bottom: 20px;
  letter-spacing: 0.16em;
}
.ci_main dd div span {
  font-size: var(--font-22);
  color: #fff;
  background-color: inherit;
  font-weight: var(--font-bold);
  letter-spacing: 0.09em;
}
.ci_main dd p {
  letter-spacing: 0.16em;
  line-height: 2;
}

.zoom_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.zoom_modal.is_open {
  display: block;
}

.zoom_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.zoom_modal_panel {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 980px);
  max-height: 90vh;
  margin: 6vh auto 0;
  background: #fff;
  padding: 40px 12px;
}

.zoom_modal_img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(84vh - 24px);
  -o-object-fit: contain;
  object-fit: contain;
}

.zoom_modal_close {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 28px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

#message {
  position: relative;
  padding-top: 0;
  background-color: #eff0f3;
  padding-bottom: 0;
}
#message > img {
  height: clamp(200px, 38.462vw, 500px);
  -o-object-fit: cover;
  object-fit: cover;
}

.message_cont {
  background-color: #fff;
  padding-top: clamp(30px, 6.154vw, 80px);
  padding-bottom: clamp(30px, 6.154vw, 80px);
  padding-left: clamp(30px, 8.462vw, 110px);
  padding-right: clamp(30px, 8.462vw, 110px);
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  left: 0;
  margin-top: clamp(-80px, -16.923vw, -220px);
}
.message_cont .tit {
  margin-bottom: 40px;
}
.message_cont h2 {
  font-size: var(--font-38);
  letter-spacing: 0.16em;
}
.message_cont h2,
.message_cont span:has(+ h2) {
  text-align: left;
}
.message_cont p {
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.message_cont div p {
  text-align: right;
  margin-bottom: 0;
  letter-spacing: 0.16em;
}
.message_cont div p span {
  font-size: 14px;
  padding-right: 20px;
}
.message_cont div p:last-of-type {
  font-size: var(--font-24);
  margin-top: 10px;
}

#corp_info {
  background: linear-gradient(180deg, #eff0f3 0%, #eff0f3 220px, #fff 220px, #fff 100%);
}
#corp_info h2,
#corp_info span:has(+ h2) {
  text-align: left;
}
#corp_info h2 {
  font-size: var(--font-38);
  letter-spacing: 0.16em;
  font-weight: var(--font-bold);
}

.corpinfo_cont {
  display: flex;
  gap: clamp(50px, 6.154vw, 80px);
  justify-content: space-between;
}
.corpinfo_cont div:nth-of-type(2) {
  width: 550px;
  flex-shrink: 0;
}
.corpinfo_cont div:nth-of-type(3) {
  display: flex;
  align-items: flex-end;
}
.corpinfo_cont table {
  width: 100%;
  margin-top: clamp(50px, 6.154vw, 80px);
  margin-bottom: clamp(50px, 6.154vw, 80px);
}
.corpinfo_cont table th,
.corpinfo_cont table td {
  padding: 20px 0;
  border-bottom: solid 1px #c0c4ce;
  font-weight: var(--font-mid);
  letter-spacing: 0.08em;
}
.corpinfo_cont table th {
  width: 27%;
  text-align: left;
  font-weight: normal;
}
.corpinfo_cont table td {
  width: 73%;
}

#access {
  padding: 0;
}
#access h2,
#access span:has(+ h2) {
  text-align: left;
}
#access h2 {
  font-size: var(--font-38);
  font-weight: var(--font-bold);
  letter-spacing: 0.16em;
}
#access .wrapp {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
#access a {
  font-size: var(--font-18);
  letter-spacing: 0.09em;
  margin-top: 0;
  font-weight: var(--font-bold);
}

.access_cont {
  width: 800px;
  max-width: 100%;
  margin-top: 70px;
}
.access_cont div {
  height: 330px;
}
.access_cont p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.access_cont p span {
  letter-spacing: 0.16em;
}

.srv_intro_cont dd p {
  line-height: 2.35;
  letter-spacing: 0.08em;
}

#mv.srv_page_head_top div:nth-of-type(2) dl {
  gap: 85px;
}

#mv div.srv_intro_cont {
  background-image: url(images/page_srv_intro.png);
}
#mv div.srv_intro_cont dl {
  padding-bottom: clamp(80px, 7.692vw, 100px);
}

#facilities {
  padding: 0;
  padding-bottom: clamp(100px, 13.846vw, 180px);
  background-color: #eff0f3;
}
#facilities h2 {
  font-size: var(--font-38);
  letter-spacing: 0.16em;
}
#facilities .tit {
  margin-bottom: 40px;
}
#facilities .faci_cont {
  background-color: #fff;
  padding: clamp(30px, 6.154vw, 80px) clamp(30px, 8.462vw, 110px);
  position: relative;
}
#facilities .faci_cont:first-of-type {
  margin-top: clamp(-50px, -6.154vw, -80px);
  margin-bottom: clamp(50px, 6.154vw, 80px);
}
#facilities .list_wrap {
  display: flex;
  justify-content: center;
}
#facilities ul {
  display: flex;
  gap: clamp(30px, 4.615vw, 60px) clamp(50px, 7.692vw, 100px);
  flex-wrap: wrap;
  justify-content: flex-start;
}
#facilities li {
  width: 44.5%;
}
#facilities li dd p {
  font-weight: var(--font-mid);
  line-height: 2;
  letter-spacing: 0.08em;
}
#facilities h3 {
  font-size: var(--font-24);
  letter-spacing: 0.16em;
  text-align: center;
  margin: 15px auto 10px;
}

#policy dl {
  margin-top: clamp(30px, 4.615vw, 60px);
  margin-bottom: clamp(30px, 4.615vw, 60px);
}
#policy dt {
  font-size: var(--font-20);
  font-weight: bold;
  margin-bottom: 15px;
}
#policy ol {
  list-style: decimal;
  margin-top: 15px;
  margin-left: 1.5rem;
}
#policy ol li {
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: var(--font-mid);
}
#policy p:nth-of-type(2) {
  margin-top: 15px;
}
#policy .wrapp > p {
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: var(--font-mid);
}

.gly {
  background-color: #eff0f3;
}

#news.news_list {
  padding-bottom: 150px;
}
#news.news_list ul {
  margin-top: 0;
  flex-wrap: wrap;
}
#news.news_list ul li {
  width: 31.6666666667%;
}
#news.news_list ul li a {
  transition: 0.3s;
}
#news.news_list ul li a:hover {
  opacity: 0.5;
}
#news.news_list ul.pager_list li a {
  font-size: var(--font-20);
  font-weight: var(--font-mid);
  letter-spacing: 0.09em;
}
#news.news_list .pager ul {
  gap: 3px;
  flex-wrap: nowrap;
}
#news.news_list li a {
  display: block;
}
#news.news_list li a p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 5px;
  line-height: 2.3;
  overflow: hidden;
  word-break: break-all;
}
#news.news_list nav ul li {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: inherit;
  padding: 0;
  justify-content: center;
}

.pager {
  margin-top: 80px;
}

.pager_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pager_link,
.pager_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}

.pager_link {
  padding: 6px 6px;
}
.pager_link.is_current {
  border-bottom: solid 2px #000;
}

.pager_arrow {
  width: 30px;
  height: 30px;
}
.pager_arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: inline-block;
}
.pager_arrow[data-dir=next]::before {
  transform: rotate(45deg);
}
.pager_arrow[data-dir=prev]::before {
  transform: rotate(-135deg);
}
.pager_arrow:hover::before {
  transform: translateX(2px) rotate(45deg);
}
.pager_arrow[data-dir=prev]:hover::before {
  transform: translateX(-2px) rotate(-135deg);
}

.pager_dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 6px;
  line-height: 1;
  opacity: 0.7;
}

#single {
  padding-top: 30px;
  padding-bottom: clamp(80px, 12.308vw, 160px);
}

.single_inner {
  padding: clamp(30px, 6.154vw, 80px);
  background-color: #fff;
  margin-bottom: clamp(80px, 10.769vw, 140px);
}
.single_inner h1 {
  color: #004098;
  position: static;
  font-size: var(--font-32);
  text-align: left;
  width: 100%;
  margin: 0 auto 30px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
.single_inner p {
  margin-top: clamp(28px, 3.077vw, 40px);
  margin-bottom: clamp(28px, 3.077vw, 40px);
}
.single_inner p.day {
  font-size: var(--font-18);
  font-weight: var(--font-mid);
  letter-spacing: 0.09em;
  margin-top: 30px;
}
.single_inner figure {
  margin: 40px auto;
}
.single_inner table {
  margin: 40px 0;
  width: 100%;
}
.single_inner th,
.single_inner td {
  border: solid 1px #004098;
  padding: 20px;
}
.single_inner th {
  background-color: #004098;
  color: #fff;
  text-align: left;
  font-weight: normal;
  min-width: 200px;
  vertical-align: middle;
  border-bottom: solid 1px #fff;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.single_inner tr:last-of-type th {
  border-bottom: solid 1px #004098;
}

.post_cont p {
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: var(--font-mid);
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav div {
  width: 20%;
}
.single_nav div p {
  font-size: var(--font-18);
  font-weight: bold;
  letter-spacing: 0.09em;
}
.single_nav div p + a {
  font-size: 12px;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 2;
}
.single_nav div p + a:hover {
  text-decoration: none;
}
.single_nav div:first-of-type p::before {
  content: url(images/btn_line.png);
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s;
}
.single_nav div:last-of-type p::after {
  content: url(images/btn_line.png);
  display: inline-block;
  margin-left: 10px;
}
.single_nav div:nth-of-type(2) a {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.single_nav div:nth-of-type(2) a:hover {
  opacity: 0.5;
}
.single_nav div:nth-of-type(2) img {
  width: 20px;
  display: block;
  margin: 0 auto 10px;
}

.single_btn a:hover {
  border-bottom: none;
}

.form_inner {
  padding: 0 0 80px;
  width: 920px;
  margin: 0 auto;
  max-width: 100%;
}
.form_inner .contact_tel {
  background-color: #004098;
  display: flex;
  align-items: center;
  padding: 40px 90px;
  justify-content: space-between;
  color: #fff;
  margin-bottom: clamp(50px, 6.154vw, 80px);
}
.form_inner .contact_tel p {
  font-size: var(--font-20);
  line-height: 1.5;
  letter-spacing: 0.16em;
}
.form_inner .contact_tel span {
  width: 1.5px;
  height: 60px;
  background-color: #fff;
}
.form_inner a {
  display: flex;
  gap: 20px;
  font-size: var(--font-40);
  color: #fff;
  align-items: center;
  pointer-events: none;
}
.form_inner a:hover {
  color: #fff;
  opacity: 0.8;
}
.form_inner a img {
  width: 40px;
}

.submit {
  position: relative;
  line-height: 1rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.submit::after {
  content: url(images/btn_whi_line.png);
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  color: #fff;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  transition: 0.3s;
}
.submit.none::after {
  content: none;
}

form .none input[type=submit] {
  background-color: #434343;
  pointer-events: none;
}
form input[type=submit] {
  background-color: #b60005;
  display: block;
  width: 300px;
  padding: 20px;
  font-size: var(--font-18);
  color: #fff;
  margin: 40px auto;
  border-bottom: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
form input[type=submit]:hover {
  opacity: 0.5;
}
form dl {
  display: flex;
  min-width: 0;
  margin-bottom: 40px;
}
form dl dt {
  width: 200px;
  padding: 10px 0;
  flex-shrink: 0;
  font-weight: var(--font-mid);
}
form dl dt span.required {
  display: inline-block;
  background-color: #b60005;
  color: #fff;
  content: "必須";
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0 5px;
  margin-left: 15px;
  font-size: 14px;
}
form dl dd {
  width: 100%;
}
form dl dd input,
form dl dd textarea {
  width: 100%;
  padding: 20px;
  background-color: #eff0f3;
  border: none;
  font-size: inherit;
}
form dl dd textarea {
  height: 320px;
}
form .policy_check dd div {
  background-color: #eff0f3;
  height: 210px;
  overflow-y: scroll;
  padding: 20px;
}

.submit:hover::after {
  content: url(images/btn_whi.png);
  right: 30px;
}

.submit.none:hover::after {
  content: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #434343;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #434343;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #434343;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #434343;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #434343;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #434343;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #004098;
}

input[type=checkbox] {
  display: none;
}

#contact_form ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 15px;
}

.policy_check p {
  margin-bottom: 15px;
}

@media screen and (max-width: 1400px) {
  footer {
    padding: 40px 50px;
  }

  footer ul {
    gap: 35px;
  }
}
@media screen and (max-width: 1300px) {
  .page_head .tit {
    max-width: 50%;
  }

  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  .wrapp {
    max-width: 90%;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 25px;
  }

  span:has(+ h2) {
    font-size: 18px;
    margin-bottom: 10px;
  }

  header {
    font-size: 17px;
  }

  header > a {
    width: 190px;
  }

  header nav ul li:nth-of-type(4),
header nav ul li:nth-of-type(5) {
    width: 160px;
  }

  header nav ul li:nth-of-type(4) a,
header nav ul li:nth-of-type(5) a {
    padding: 30px 0;
  }

  #mv div:nth-of-type(2) {
    height: 626px;
  }

  #mv div:nth-of-type(2) dl {
    max-width: 90%;
    gap: 100px;
  }

  #strength dd div > span {
    font-size: 100px;
  }

  #recruit {
    overflow-x: hidden;
  }

  #recruit p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #access .wrapp {
    display: block;
  }

  .access_cont {
    margin: 40px auto 0;
  }

  #news.news_list ul li {
    width: 31%;
  }

  footer {
    gap: 30px;
  }

  footer ul {
    gap: 25px;
    flex-wrap: wrap;
  }

  footer div:first-of-type {
    width: 282px;
  }

  footer div:last-of-type {
    width: 60%;
  }

  #strength dl {
    margin-bottom: 40px;
  }

  #company div {
    gap: 60px;
  }

  #company div dl {
    max-width: 50%;
  }

  #company div > img {
    min-height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #company dd {
    margin-top: 15px;
  }

  #recruit img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1060px) {
  #corp_info {
    background: #fff;
    padding-top: 80px;
  }

  #corp_info h2,
#corp_info span:has(+ h2) {
    text-align: center;
  }

  #message {
    padding-bottom: 150px;
  }

  .corpinfo_cont {
    position: relative;
    display: block;
    height: 600px;
  }

  .corpinfo_cont .ci_inner {
    position: absolute;
  }

  .corpinfo_cont .ci_inner:first-of-type {
    top: -180px;
    left: 0;
    max-width: 30%;
  }

  .corpinfo_cont .ci_inner:nth-of-type(2) {
    right: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
  }

  .corpinfo_cont .ci_inner:last-of-type {
    display: none;
  }

  .corpinfo_cont div div {
    position: static;
    max-width: 100%;
  }

  #mv.page_head div:nth-of-type(2) dl {
    gap: 0;
  }

  #mv.page_head div:nth-of-type(2) dt {
    max-width: 35%;
  }

  #mv.page_head div.philosophy_cont:nth-of-type(2) dt {
    max-width: 42%;
  }

  #mv.page_head div.philosophy_cont:nth-of-type(2) dl {
    gap: 40px;
  }

  .page_head .srv_intro_cont img {
    max-width: 35%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #strength {
    padding: 80px 0;
  }

  #strength dd div {
    gap: 30px;
  }

  #strength dd div > span {
    font-size: 90px;
  }

  #strength dd h3 {
    font-size: 25px;
  }

  #strength dd h3 span {
    font-size: 14px;
  }

  p {
    line-height: 1.8rem;
  }

  #recruit img {
    max-width: 60%;
  }

  #recruit p {
    font-size: 18px;
  }

  header nav ul li {
    padding: 0 15px;
  }

  header nav ul li:nth-of-type(4),
header nav ul li:nth-of-type(5) {
    width: 140px;
  }

  #mv div:nth-of-type(2) dl {
    gap: 65px;
  }
}
@media screen and (max-width: 1010px) {
  .ci dd li {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  span:has(+ h2) {
    font-size: 15px;
  }

  footer {
    display: block;
  }

  footer div:last-of-type {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }

  footer div:first-of-type {
    text-align: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  footer ul {
    justify-content: center;
  }

  #company div {
    gap: 40px;
  }
}
@media screen and (max-width: 850px) {
  .single_nav {
    margin-bottom: 30px;
  }

  #mv div:nth-of-type(2) dl {
    display: block;
  }

  #mv div:nth-of-type(2) dd {
    width: 100%;
    max-width: 100%;
  }

  #mv.page_head div:nth-of-type(2) dt {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  #mv div:nth-of-type(2) dd {
    margin-top: 40px;
  }

  .page_head .srv_intro_cont img {
    max-width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #news.news_list ul {
    justify-content: center;
  }

  #news.news_list ul li {
    width: 46.5%;
  }

  .breadcrumb {
    padding-top: 20px;
  }

  #hamburger {
    display: block;
    top: 8px;
  }

  header {
    padding: 10px;
  }

  header > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 80vw;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    transform: translateX(-100%);
    transition: 0.3s;
    z-index: 2000;
    padding: 50px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    max-height: 100dvh;
  }

  header nav ul {
    display: block;
  }

  header nav li {
    margin-bottom: 20px;
  }

  header nav li:nth-of-type(4) {
    margin-left: 0;
  }

  header nav li:nth-of-type(4) a,
header nav li:nth-of-type(5) a {
    padding: 15px 0;
  }

  header > a {
    width: 150px;
  }

  body.nav_open {
    overflow: hidden;
    padding-right: var(--sbw, 0px);
  }

  body.nav_open header > div {
    transform: translateX(0);
  }

  #mv.page_head div.philosophy_cont:nth-of-type(2) dt {
    margin: 0 auto;
    max-width: 100%;
  }

  #recruit img {
    position: static;
    max-width: 140%;
    margin-top: 50px;
  }

  #mv div:nth-of-type(2).philosophy_cont {
    position: static;
    padding: 80px 0;
  }

  #mv div:nth-of-type(2).philosophy_cont dl {
    position: static;
  }

  #mv div.philosophy_cont {
    height: auto;
  }

  header nav ul li:nth-of-type(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .ci dl {
    display: block;
  }

  .ci dt {
    margin: 0 auto 30px;
  }

  .ci dd {
    width: 100%;
    max-width: 100%;
  }

  form dl {
    margin-bottom: 20px;
  }

  .page_head .tit {
    margin-bottom: 0;
  }

  #mv div:nth-of-type(2) dl {
    display: block;
  }

  #mv div:nth-of-type(2) dd {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  #strength dl {
    display: block;
  }

  #strength dt {
    max-width: 200px;
    margin: 0 auto 30px;
  }

  #strength dd {
    max-width: 100%;
  }

  #news {
    padding-bottom: 150px;
  }

  #news ul {
    display: block;
  }

  #news ul li {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }

  #news.news_list ul {
    display: flex;
    gap: 15px;
  }

  #news.news_list ul li {
    width: 45%;
    margin-bottom: 0;
  }

  h1 {
    font-size: 25px;
  }

  #contact .tel {
    pointer-events: all;
  }
}
@media screen and (max-width: 700px) {
  .single_inner th {
    min-width: auto;
    width: 30%;
    padding: 10px;
  }

  .single_nav div {
    width: 30%;
  }

  #facilities li {
    width: 100%;
  }

  .form_inner > div,
.form_inner .contact_tel {
    display: block;
  }

  .form_inner .contact_tel span {
    width: 100%;
    height: 1px;
    display: block;
    margin: 15px 0;
  }

  .form_inner > div p {
    text-align: center;
  }

  .form_inner a,
.form_inner .contact_tel a {
    justify-content: center;
    pointer-events: all;
  }

  form dl {
    display: block;
  }

  form dl dd input,
form dl dd textarea {
    font-size: 16px;
  }

  .page_head .tit {
    width: 100%;
    max-width: 100%;
  }

  .page_head .page_head_flex .tit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }

  .single_nav {
    gap: 45px;
  }
}
@media screen and (max-width: 600px) {
  .access_cont p {
    display: block;
  }

  .access_cont p span {
    display: block;
    margin-bottom: 20px;
  }

  #message {
    padding-bottom: 50px;
  }

  #corp_info {
    padding-top: 50px;
  }

  .corpinfo_cont {
    position: static;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
  }

  .corpinfo_cont table {
    margin-bottom: 0;
  }

  .corpinfo_cont .ci_inner {
    position: static;
  }

  .corpinfo_cont .ci_inner:first-of-type {
    width: 100%;
    max-width: 90%;
    margin-bottom: 30px;
  }

  .corpinfo_cont .ci_inner:first-of-type img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ci dd ul {
    display: block;
  }

  .ci dd li {
    width: 100%;
  }

  h1 {
    font-size: 23px;
  }

  header > a {
    margin-left: 10px;
  }

  #mv div:nth-of-type(2) {
    height: 700px;
  }

  #mv div.srv_intro_cont {
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    position: static;
  }

  #mv div.srv_intro_cont dl {
    position: static;
    padding: 60px 0 100px;
  }

  #mv div.srv_intro_cont dt {
    justify-content: center;
  }

  #facilities .faci_cont:first-of-type {
    position: relative;
    margin-top: 0;
    top: -40px;
    margin-bottom: 0;
  }

  #mv div.philosophy_cont {
    height: auto;
  }

  #recruit.rec_btns a {
    padding: 15px;
    width: 100%;
  }

  #mv.page_head div:nth-of-type(2) dt {
    display: flex;
  }

  #mv.page_head div.philosophy_cont:nth-of-type(2) dt {
    display: block;
  }

  .page_head .srv_intro_cont img {
    max-width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .single_nav {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .single_nav div {
    margin: 30px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .single_nav div.single_btn p + a {
    display: none;
  }

  .single_nav div:nth-of-type(2) {
    flex-shrink: 0;
  }

  .single_nav div:nth-of-type(2) a {
    text-align: center;
  }

  .single_nav div:first-of-type p,
.single_nav div:last-of-type p {
    text-align: center;
  }

  .corpinfo_cont table th .SP {
    display: block;
  }

  .flex_page_head .wrapp {
    display: block;
  }

  .flex_page_head .tit {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
  }

  .flex_page_head .tit h1 {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .flex_page_head img {
    margin: 0 auto;
    display: block;
  }

  #news.news_list ul li {
    width: 100%;
    margin-bottom: 0;
  }

  .form_inner .contact_tel {
    padding: 20px;
  }

  .fv img:first-of-type {
    display: none;
  }

  .fv img:last-of-type {
    display: block;
  }

  h1 {
    font-size: 33px;
    top: 5%;
  }

  h1 .sp {
    display: block;
  }

  #strength {
    padding-bottom: 10px;
  }

  #strength dd div {
    display: block;
  }

  #strength dd div > span {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
  }

  #strength dd h3 {
    font-size: 20px;
  }

  #strength dt {
    max-width: 150px;
  }

  br.sp {
    display: block;
  }

  #company {
    padding-bottom: 100px;
  }

  #company div {
    display: block;
  }

  #company div > img {
    height: 200px;
    min-height: 200px;
    max-width: 90%;
    margin-bottom: 30px;
    display: block;
  }

  #company div:last-of-type > img {
    margin: 0 0 30px auto;
  }

  #company div dl {
    max-width: 90%;
    margin: 0 auto 30px;
  }

  #recruit .wrapp {
    padding: 40px 20px;
  }

  #recruit p {
    font-size: 16px;
    line-height: 2rem;
  }

  #contact p {
    text-align: left;
  }

  #contact .tel {
    font-size: 30px;
    text-align: center;
  }

  #contact .tel span {
    font-size: 16px;
  }

  footer {
    padding: 40px 31px;
  }

  footer ul {
    gap: 15px;
  }

  header {
    font-size: 15px;
    padding-bottom: 30px;
  }

  header nav ul li:nth-of-type(4) a,
header nav ul li:nth-of-type(5) a {
    font-size: 15px;
  }
}
@media screen and (max-width: 370px) {
  .zoom_modal_panel {
    max-width: 97vw;
    padding: 38px 10px;
  }

  .ci dd div span.selif {
    font-size: 15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 345px) {
  #contact .tel {
    font-size: 8.571vw;
  }
}
a:hover,
a:focus-visible,
button:hover,
button:focus-visible,
input[type=submit]:hover {
  transition-delay: 0ms !important;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  background: none;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 45px;
  position: relative;
  width: auto;
  margin-top: 15px;
}

input[type=checkbox] + span::after,
input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #231815;
  height: 25px;
  width: 25px;
  left: 5px;
  margin-top: -8px;
  top: 40%;
}

input[type=checkbox] + span::after {
  border-right: 3px solid #004098;
  border-bottom: 3px solid #004098;
  height: 15px;
  width: 8px;
  left: 13px;
  margin-top: -4px;
  opacity: 0;
  top: 40%;
  transform: rotate(45deg);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p_check {
  padding-top: 15px;
}

#news li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #news.news_list ul li {
    width: calc((100% - 50px) / 3);
  }
}

.single_link {
  text-decoration: underline;
  display: none;
}
.single_link:hover {
  text-decoration: none;
}
@media only screen and (min-width: 500px) {
  .single_link {
    display: inline;
  }
}

.is-disabled1,
.is-disabled2 {
  opacity: 0.5;
  cursor: not-allowed;
}

.is-disabled2 {
  display: none;
}
@media only screen and (min-width: 500px) {
  .is-disabled2 {
    display: inline-block;
  }
}

.pager_list_item,
.pager_list_item_current {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: inherit;
  padding: 0;
  list-style: none;
}

.pager_list .previouspostslink,
.pager_list .nextpostslink {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  font-size: 0 !important;
}
.pager_list .previouspostslink::before,
.pager_list .nextpostslink::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: inline-block;
}
.pager_list .previouspostslink::before {
  transform: rotate(-135deg);
}
.pager_list .previouspostslink:hover::before {
  transform: translateX(-2px) rotate(-135deg);
}
.pager_list .nextpostslink::before {
  transform: rotate(45deg);
}
.pager_list .nextpostslink:hover::before {
  transform: translateX(2px) rotate(45deg);
}
.pager_list .page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 6px;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  font-size: var(--font-20);
  font-weight: var(--font-mid);
  letter-spacing: 0.09em;
}
.pager_list .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 6px;
  line-height: 1;
  font-size: var(--font-20);
  font-weight: var(--font-mid);
  letter-spacing: 0.09em;
  border-bottom: solid 2px #000;
}

.post_cont img {
  display: block;
  height: auto;
}
.post_cont img:not([width]) {
  width: 100% !important;
}
.post_cont img[width] {
  width: unset;
  max-width: 100% !important;
}
.post_cont img.alignright {
  display: block;
  margin: 0 0 0 auto !important;
}
.post_cont img.alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}
.post_cont img.aligncenter {
  display: block;
  margin: 0 auto !important;
}
.post_cont .aligncenter {
  margin: 0 auto;
}
.post_cont em {
  font-style: italic;
}
.post_cont a {
  color: #004098;
  line-height: 1.2em;
  text-decoration: underline;
  display: inline-block;
}
.post_cont a:hover {
  text-decoration: none;
}
.post_cont h2 {
  color: #004098;
  font-size: var(--font-24);
  border-bottom: solid 1px #004098;
  padding-bottom: 10px;
  margin: 40px 0;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
.post_cont h3 {
  color: #004098;
  font-size: var(--font-20);
  margin: 40px 0;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
.post_cont h3::before {
  content: "";
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #004098;
}
.post_cont ol {
  list-style-type: decimal;
  margin-top: 30px;
  margin-left: 20px;
}
.post_cont ol[type=a] {
  list-style-type: lower-alpha;
}
.post_cont ol[type=A] {
  list-style-type: upper-alpha;
}
.post_cont ol[type=i] {
  list-style-type: lower-roman;
}
.post_cont ol[type=I] {
  list-style-type: upper-roman;
}
.post_cont ul {
  margin-top: 30px;
  list-style: disc;
  margin-left: 20px;
}
.post_cont ul li {
  position: relative;
}
.post_cont ul.list-circle {
  margin-left: 0px;
}
.post_cont ul.list-circle li {
  position: relative;
  padding-left: 16px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .post_cont ul.list-circle li {
    padding-left: 1.46vw;
  }
}
@media only screen and (min-width: 992px) {
  .post_cont ul.list-circle li {
    padding-left: 20px;
  }
}
.post_cont ul.list-circle li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #004098;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .post_cont ul.list-circle li::before {
    width: 0.73vw;
    height: 0.73vw;
    top: 0.59vw;
  }
}
@media only screen and (min-width: 992px) {
  .post_cont ul.list-circle li::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
}
.post_cont .post-btn {
  background-color: #b60005;
  display: inline-flex;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 20px 40px 20px 20px;
  font-size: var(--font-18);
  color: #fff;
  border-bottom: none;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  border-radius: 0;
}
.post_cont .post-btn::after {
  content: url(images/btn_whi_line.png);
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  right: 20px;
  transition: 0.3s;
}
.post_cont .post-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.post_cont .post-btn:hover::after {
  content: url(images/btn_whi.png);
  right: 25px;
}
.post_cont .post_password_form {
  max-width: 920px;
  margin: 0 auto;
}
.post_cont .post_password_form p {
  margin-bottom: 20px;
}
.post_cont .post_password_form form p {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .post_cont .post_password_form form p {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.post_cont .post_password_form form p label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: var(--font-mid);
}
@media only screen and (min-width: 768px) {
  .post_cont .post_password_form form p label {
    flex-direction: row;
    align-items: center;
  }
}
.post_cont .post_password_form form p label input[type=password] {
  width: 100%;
  padding: 20px;
  background-color: #eff0f3;
  border: none;
  font-size: inherit;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .post_cont .post_password_form form p label input[type=password] {
    width: calc(100% - 150px);
    margin-top: 0;
    margin-left: 20px;
  }
}
.post_cont .post_password_form form p label input[type=password]:focus {
  outline: none;
  border: 1px solid #004098;
}
.post_cont .post_password_form form p input[type=submit] {
  background-color: #b60005;
  display: block;
  width: 200px;
  padding: 20px;
  font-size: var(--font-18);
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
  font-family: inherit;
}
@media only screen and (min-width: 768px) {
  .post_cont .post_password_form form p input[type=submit] {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.post_cont .post_password_form form p input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 700px) {
  .form_inner dl dt span,
.form_inner dl dd span {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
  }

  form dl dd input,
form dl dd textarea {
    width: 100%;
    box-sizing: border-box;
  }

  .form_inner dl dt span, .form_inner dl dd span {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */