@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&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,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}

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

body {
  /*line-height: 1;*/
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

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

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #000000;
  /*line-height: 1;*/
  overflow-x: hidden;
}

p, dt, dd, td, th, li {
  letter-spacing: 0.02em;
}

a img {
  transition: all 0.3s ease 0s;
}
a:hover img {
  opacity: .7;
}

@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  body, html {
    overflow-x: hidden;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-wrapper2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.l-wrapper3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-wrapper4 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.l-section {
  padding: 72px 0;
}

.l-section2 {
  padding: 64px 0;
}

.l-section3 {
  padding-top: 128px;
}

.l-section4 {
  padding-bottom: 64px;
}

.l-section5 {
  padding-top: 128px;
  padding-bottom: 48px;
}

.l-section6 {
  padding: 96px 0;
}

.l-section7 {
  padding: 128px 0;
}

.l-section8 {
  padding-top: 64px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper,
  .l-wrapper2 {
    max-width: 94%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper3,
  .l-wrapper4 {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-section {
    padding: 48px 0;
  }

  .l-section2 {
    padding: 48px 0;
  }

  .l-section3 {
    padding-top: 96px;
  }

  .l-section4 {
    padding-bottom: 96px;
  }

  .l-section5 {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .l-section6 {
    padding: 48px 0;
  }

  .l-section7 {
    padding: 64px 0;
  }

  .l-wrapper.-full,
  .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
h2.c-title {
  font-weight: 400;
  font-size: 2.25rem;
  ine-height: 1.8!important;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
h2.c-title:after {
  content: '';
  display: inline-block;
  background: #068CEB;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
h2.c-title span {
  font-family: "Cormorant", serif;
  font-size: 1.5rem;
  display: block;
  color: #068CEB;
  margin-bottom: 16px;
}
h2.c-title.left {
  text-align: left;
}
h2.c-title.left:after {
  left: 0;
  transform: translateX(0);
}

h2.c-title02 {
  font-weight: 400;
  font-size: 2.25rem;
  ine-height: 1.8!important;
  display: flex;
  align-items: center;
  gap: 20px;
}
h2.c-title02:after {
  content: '';
  display: inline-block;
  background: #068CEB;
  width: 50px;
  min-width: 50px;
  height: 1px;
}

h3.c-title {
  font-weight: 400;
  font-size: 2rem;
  ine-height: 1.5;
  display: flex;
  align-items: center;
  gap: 20px;
}
h3.c-title:before {
  content: '';
  display: inline-block;
  background: #068CEB;
  width: 50px;
  min-width: 50px;
  height: 1px;
}

.c-link {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-link:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease 0s;
}
.c-link:hover::after {
  transform: translateX(10px);
}
.c-link.center {
  justify-content: center;
}

.c-scroll {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000000;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-scroll.fs_s {
   font-size: 1.4rem;
}

.c-scroll:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow03.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 16px;
  transition: all 0.3s ease 0s;
}
.c-scroll:hover::after {
  transform: translateY(10px);
}
.c-scroll.center {
  justify-content: center;
}

.c-external {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-external:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow04.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  transition: all 0.3s ease 0s;
}
.c-external.center {
  justify-content: center;
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger {
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 50;
  width: 25px;
  height: 10px;
  margin: auto;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	margin-left: 16px;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #024981;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #024981;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -8px;
}
.c-hamburger__line:after {
  top: 8px;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}

.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .c-pageTOP {
    width: 35px;
    right: 15px;
  }

  h2.c-title02 {
    font-size: 1.5rem;
    gap: 16px;
  }
  h2.c-title02:after {
    width: 40px;
    min-width: 40px;
  }

  h3.c-title {
    font-size: 1.25rem;
    gap: 16px;
  }
  h3.c-title:before {
    width: 24px;
    min-width: 24px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer .footerCta {
  /*background: url(../img/common/footerCtaBg.jpg) no-repeat;*/
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.p-footer .footerCta:after {
  content: '';
  display: inline-block;
  background: #454242;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -2;
}
.p-footer .footerCta .flex {
  display: flex;
  justify-content: space-between;
}
.p-footer .footerCta h1 {
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 1.3;
  color: #fff;
  font-family: "Cormorant", serif;
  margin-bottom: 24px;
}
.p-footer .footerCta h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  display: block;
  color: #fff;
}
.p-footer .footerCta p {
  color: #fff;
  line-height: 2;
}
.p-footer .footerCta .tel {
  font-family: "Noto Serif JP", serif;
  font-size: 3.0rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  letter-spacing: .08em;
  margin-bottom: 32px;
	margin-left: 20px;
}
.p-footer .footerCta .tel:before {
  content: '';
  display: inline-block;
  background: url(../img/common/tel_icon.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.p-footer .footerCta .mail {
  font-size: 1.25rem;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: solid 8px #B2B2B2;
  position: relative;
  padding: 40px 80px;
  border-radius: 80px;
  outline: 1px solid #fff;
  outline-offset: 8px;
  transition: all .1s;
}
.p-footer .footerCta .mail:before {
  content: '';
  display: inline-block;
  background: url(../img/common/mail_icon_g.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 24px;
}
.p-footer .footerCta .mail:hover {
  color: #DDD902;
}
.p-footer .footerCta .mail:hover:before {
  filter: brightness(0) saturate(100%) invert(87%) sepia(27%) saturate(2630%) hue-rotate(7deg) brightness(97%) contrast(98%);
}
.p-footer .footerHead {
  background: #00194C;
  padding: 80px 0;
}
.p-footer .footerHead h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 16px;
}
.p-footer .footerHead .logo {
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
}
.p-footer .footerMenu {
  /*background: url(../img/common/footerBg.jpg) no-repeat;*/
  background-size: cover;
  background-position: center;
  padding: 72px 0 16px;
  position: relative;
  z-index: 2;
}
.p-footer .footerbg {
  background: url(../img/common/footerBg01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  /*padding: 72px 0 16px;*/
  position: relative;
  z-index: 2;
}
.p-footer .footerMenu:after {
  content: '';
  display: inline-block;
  background: #00194C;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -2;
}
.p-footer .footerMenu .flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 16px;
}
.p-footer .footerMenu .logo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 24px;
}
.p-footer .footerMenu .logo .footerlogo_g {
  width: 100%;
  max-width: 200px;
  margin-bottom: 8px;
}
.p-footer .footerMenu address {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 16px;
}
.p-footer .footerMenu .banner {
  width: 125px;
}
.p-footer .footerMenu .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
}
.p-footer .footerMenu .footerRecruit {
  width: 100%;
  max-width: 260px;
}
.p-footer .footerMenu .footerList {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
}
.p-footer .footerMenu .footerList > .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-footer .footerMenu .footerList a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.p-footer .footerMenu .footerList a:hover {
  color: #DDD902;
}
.p-footer .footerMenu .footerListChild {
  display: flex;
  flex-direction: column;
  gap: 4px;
	margin-top: -15px;
}

.p-copyright {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  display: block;
}

.nclog {
	text-align: center;
	margin: 24px auto;
	max-width: 160px;
	
  align-items: center;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer .footerCta {
    padding: 48px 0;
  }
  .p-footer .footerCta .flex {
    flex-direction: column;
    gap: 24px;
  }
  .p-footer .footerCta h1 {
    text-align: center;
    font-size: 3.375rem;
    margin-bottom: 32px;
  }
  .p-footer .footerCta p {
    text-align: center;
    line-height: 2.4;
  }
  .p-footer .footerCta .tel {
    font-size: 2.25rem;
    gap: 14px;
    justify-content: center;
	  margin-left: 0px;
  }
  .p-footer .footerCta .tel:before {
    width: 30px;
    height: 30px;
  }
  .p-footer .footerCta .mail {
    font-size: 0.875rem;
    justify-content: center;
    gap: 14px;
    border: solid 5px #B2B2B2;
    padding: 25px 40px;
    outline-offset: 5px;
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
  .p-footer .footerCta .mail:before {
    width: 24px;
    height: 16px;
  }
  .p-footer .footerHead {
    padding: 56px 0;
  }
  .p-footer .footerHead h2 {
    line-height: 1.3;
  }
  .p-footer .footerHead h2 span {
    font-size: 1.25rem;
    line-height: 1.6;
    display: block;
    margin-top: 16px;
  }
  .p-footer .footerHead .logo {
    max-width: 270px;
  }
  .p-footer .footerMenu {
    padding: 56px 0 16px;
  }
  .p-footer .footerMenu .flex {
    flex-direction: column;
    gap: 48px;
    margin-bottom: 56px;
  }
  .p-footer .footerMenu .logo {
    max-width: 320px;
    margin-inline: auto;
  }
  .p-footer .footerMenu .right {
    flex-direction: column;
    align-items: unset;
    gap: 48px;
  }
  .p-footer .footerMenu .footerRecruit {
    width: 100%;
    max-width: 360px;
  }
  .p-footer .footerMenu .footerList a {
    font-size: 1rem;
  }
}
/*
  header
————————————————————————————————————————— */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 12px 5%;
  background-color: rgba(255, 255, 255, 0.8);
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.logo_a {
  display: flex;
  gap: 12px;
}

.header-logo {
  width: 280px;
  transition: all 0.3s ease 0s;
}

.header-logo_g {
  width: 75px;
  transition: all 0.3s ease 0s;
  padding-top: 8px;
}

.header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.header-menu {
  display: flex;
  gap: 12px;
}

/* 言語切替ボタンのスタイル */
.language-switcher {
  display: flex;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 1px;
  border: 1px solid #e0e0e0;
  /*margin-bottom: 6px;*/
}
.language-switcher a {
	margin-top: -5px!important;
}
.lang-btn {
  background: transparent;
  border: none;
  padding: 4px 10px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  border-radius: 15px;
  transition: all 0.3s ease;
  min-width: 28px;
  line-height: 1.2;
}

.lang-btn.active {
  background: #024981;
  color: #fff;
  box-shadow: 0 1px 3px rgba(2, 73, 129, 0.2);
}

.lang-btn:hover:not(.active) {
  background: #e8e8e8;
  color: #333;
}

.header-list {
  display: flex;
  align-items: center;
}

.header-item a {
  font-size: 0.8rem;
  color: #000000;
  display: block;
  padding: 8px;
  transition: all 0.3s ease 0s;
}

.header-item > a:hover {
  color: #024981;
}

/* モバイル用の言語切替 - グローバルメニューの上部に配置 */
.language-switcher-mobile-top {
  padding: 16px 5% 12px 5%;
  border-bottom: solid 1px #E9E9E9;
  background: transparent;
}

.language-switcher-mobile-top .language-switcher {
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 20px;
  padding: 0;
  box-shadow: none;
}

.language-switcher-mobile-top .lang-btn {
  padding: 8px 16px;
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 120px;
  border-radius: 18px;
  line-height: 1.2;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  margin: 0 2px;
}

.language-switcher-mobile-top .lang-btn.active {
  background: #024981;
  color: #fff;
  box-shadow: 0 1px 3px rgba(2, 73, 129, 0.2);
}

.language-switcher-mobile-top .lang-btn:hover:not(.active) {
  background: #e8e8e8;
  color: #333;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .header-logo {
    width: 150px;
  }
  
  .header-logo_g {
    width: 55px;
    margin-top: -3px;
  }

  .header-nav {
    justify-content: space-between;
    gap: 15px;
    padding-right: 50px;
    align-items: center;
  }

  .header-content {
    display: none;
  }

  .header-menu {
    display: none;
  }

  .language-switcher {
    padding: 1px;
  }
  
  .lang-btn {
    padding: 3px 6px;
    font-size: 0.65rem;
    min-width: 24px;
  }
}

.header-mail a {
  color: #fff;
  font-size: 0.875rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #024981;
  padding: 14px 20px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}
.header-mail a:hover {
  color: #DDD902;
}
.header-mail a:hover::before {
  filter: brightness(0) saturate(100%) invert(87%) sepia(27%) saturate(2630%) hue-rotate(7deg) brightness(97%) contrast(98%);
}

.header-mail a::before {
  content: '';
  display: inline-block;
  background: url(../img/common/mail_icon.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 12px;
  margin-top: 1px;
}

.header-list {
  display: flex;
  align-items: center;
}

.header-item a {
  font-size: 0.875rem;
  color: #000000;
  display: block;
  padding: 0 10px;
  transition: all 0.3s ease 0s;
}

.header-item > a:hover {
  color: #024981;
}

.megaMenu {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  transition: opacity .3s, visibility .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}

.megaMenu-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 286px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.megaMenu-list {
  width: calc(100% - 343px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px 30px;
}

.megaMenu-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  transition: all 0.3s ease-in-out;
}

.megaMenu-item a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #000000;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.megaMenu-item a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #DDD902;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
  transform: scale(1, 1);
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}

.header-tel {
  display: block;
  width: 22px;
}

#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -10;
  padding-top: 104px;
  padding-bottom: 40px;
  transition: all .6s;
  overflow: auto;
}
#p-globalMenuSp.is-active {
  top: 0;
  z-index: -1;
}

.p-globalMenuSp__list {
  text-align: left;
  margin-bottom: 24px;
}

.p-globalMenuSp__list .child {
  margin-left: 5%;
}

.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 8px;
}

.p-globalMenuSp__list .child a {
  font-size: 0.875rem;
  color: #000000;
  position: relative;
  padding-left: 32px;
}

.p-globalMenuSp__list .child a:before {
  content: '';
  display: inline-block;
  background: #000;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-globalMenuSp__item:last-child {
  margin-bottom: 0;
}

.p-globalMenuSp__item > a {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
}

#p-globalMenuSp .click-menu > a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}

#p-globalMenuSp .click-menu > a.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}

#p-globalMenuSp .click-menu .p-menu-content {
  display: none;
}

#p-globalMenuSp .header-tel a {
  justify-content: center;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .header {
    padding: 10px 0%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .header-logo {
    width: 150px;
  }
	  .header-logo_g {
    width:55px;
		  margin-top: -3px;
  }

  .header-nav {
    justify-content: space-between;
    gap: 15px;
    padding-right: 50px;
  }

  .header-menu {
    display: none;
  }

  .header-mail {
    padding-top: 30px;
  }

  .header-mail a {
    max-width: 300px;
    margin-inline: auto;
    justify-content: center;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 80vh;
}
.p-top__mainvisual:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.6;
}

.p-mainvisual_inner {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
.p-mainvisual_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}

.p-mainvisual_hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  z-index: 4;
}
.p-mainvisual_hero h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.p-mainvisual_hero p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.p-top__about {
  position: relative;
  padding: 63px 0 84px;
  background: #F8F8F8;
  z-index: 1;
}
.p-top__about:after {
  content: '';
  display: inline-block;
  background: url(../img/top/aboutBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 93%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.p-top__about .business {
  display: flex;
  margin-bottom: 24px;
  position: relative;
}
.p-top__about .business .left {
  position: relative;
  z-index: 2;
}
.p-top__about .business h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 7.5rem;
  color: #068CEB;
  margin-bottom: 16px;
}
.p-top__about .business h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  display: block;
  color: #000000;
}
.p-top__about .business p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-top__about .business .right {
  position: absolute;
  top: 15%;
  z-index: 1;
  width: 100%;
}
.p-top__about .business .image01 {
  width: 50%;
  max-width: 690px;
  margin-left: auto;
}
.p-top__about .business .image02 {
  width: 38%;
  max-width: 560px;
  margin-inline: auto;
  margin-top: -100px;
}
.p-top__about .business .image03 {
  width: 35%;
  max-width: 500px;
  margin-top: -180px;
}
.p-top__about .technology {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 35%;
}
.p-top__about .technology .left,
.p-top__about .technology .right {
  width: 100%;
}
.p-top__about .technology h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.3;
  color: #068CEB;
  margin-bottom: 16px;
}
.p-top__about .technology h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  display: block;
  color: #000000;
}
.p-top__about .technology p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-top__about .technology .c-link {
  margin-top: 32px;
}

.p-top__product {
  padding: 32px 0 64px;
  background: #F8F8F8;
}
.p-top__product h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.3;
  color: #068CEB;
  text-align: center;
  margin-bottom: 32px;
}
.p-top__product h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  display: block;
  color: #000000;
}
.p-top__product ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-top__product .image {
  margin-bottom: 18px;
}
.p-top__product table {
  width: 100%;
  border-collapse: collapse;
}
.p-top__product table tr {
  border-bottom: 1px dashed #D9D9D9;
}
.p-top__product table th, .p-top__product table td {
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 8px 8px;
}
.p-top__product .c-link {
  margin-top: 72px;
  justify-content: center;
}

.p-top__info {
  padding: 72px 0 164px;
  position: relative;
  z-index: 1;
}
.p-top__info:after {
  content: '';
  display: inline-block;
  background: url(../img/top/diagonalBg.png) no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1920 / 883;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -2;
}
.p-top__info .l-wrapper {
  position: relative;
}
.p-top__info .floatImage {
  position: absolute;
  top: -80px;
  right: 0;
  width: 55%;
  max-width: 900px;
  z-index: -1;
}
.p-top__info h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 7.5rem;
  color: #068CEB;
  margin-bottom: 16px;
}
.p-top__info h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  display: block;
  color: #000000;
}
.p-top__info ul {
  display: flex;
  align-items: flex-end;
  gap: 60px;
  margin-top: 80px;
}
.p-top__info ul li {
  width: 100%;
}
.p-top__info ul a {
  position: relative;
  display: block;
}
.p-top__info ul a:hover h3 {
  color: #DDD902;
}
.p-top__info ul a:hover .arrow {
  filter: brightness(0) saturate(100%) invert(87%) sepia(27%) saturate(2630%) hue-rotate(7deg) brightness(97%) contrast(98%);
}
.p-top__info ul .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 60px;
  width: fit-content;
}
.p-top__info ul h3 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.p-top__info ul h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
}
.p-top__info ul .arrow {
  width: 48px;
  margin-inline: auto;
  margin-top: 16px;
  transition: all 0.3s ease 0s;
}

.p-top__recruit {
  padding-bottom: 90px;
}
.p-top__recruit .flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}
.p-top__recruit h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.3;
  color: #068CEB;
  margin-bottom: 100px;
}
.p-top__recruit h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  display: block;
  color: #000000;
}
.p-top__recruit h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.p-top__recruit p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-top__recruit .c-link {
  margin-top: 32px;
}
.p-top__recruit .text {
  width: 45%;
}
.p-top__recruit .image {
  width: 55%;
  position: relative;
}
.p-top__recruit .image span {
  font-family: "Pinyon Script", cursive;
  font-size: 11.25rem;
  color: #DDD902;
  position: absolute;
  top: 30%;
  left: -35%;
  z-index: 3;
  transform: rotate(-14deg);
}
.p-top__recruit .image01 {
  width: 40%;
  max-width: 320px;
  margin-left: 70px;
  position: relative;
  z-index: 2;
  display: block;
}
.p-top__recruit .image02 {
  width: 60%;
  max-width: 380px;
  margin-left: auto;
  margin-top: -160px;
  position: relative;
  z-index: 1;
  display: block;
}
.p-top__recruit .image03 {
  width: 70%;
  max-width: 550px;
  position: relative;
  margin-top: -300px;
  z-index: 2;
  display: block;
}

.p-top__information {
  padding: 84px 0;
  background: #F8F8F8;
}
.p-top__information .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.p-top__information h2 {
  font-family: "Cormorant", serif;
  color: #024981;
  font-size: 3rem;
  line-height: 1.4;
}
.p-top__information h2 span {
  font-size: 1.5rem;
  color: #000000;
  display: block;
}
.p-top__information .informationList {
  height: 380px;
  overflow-y: scroll;
  background: #fff;
  padding: 20px;
}
.p-top__information .informationList li {
  margin-bottom: 16px;
}
.p-top__information .informationList li:last-child {
  margin-bottom: 0;
}
.p-top__information .informationList li {
  display: flex;
  column-gap: 30px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #D8D8D8;
}
.p-top__information .informationList a:hover .date, .p-top__information .informationList a:hover .title {
  opacity: 0.7;
}
.p-top__information .date {
  font-size: 0.875rem;
  color: #000000;
  transition: all 0.3s ease 0s;
}
.p-top__information .title {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-mainvisual_hero h1 {
    font-size: 2.5rem;
    margin-bottom: 24px;
  }
  .p-mainvisual_hero p {
    font-size: 1.125rem;
  }

  .p-top__about {
    padding: 48px 0;
  }
  .p-top__about:after {
    background: url(../img/top/aboutBg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
  }
  .p-top__about .business {
    flex-direction: column;
    margin-bottom: 72px;
    gap: 48px;
  }
  .p-top__about .business h2 {
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 24px;
  }
  .p-top__about .business h2 span {
    font-size: 1.5rem;
  }
  .p-top__about .business .right {
    position: static;
    top: unset;
  }
  .p-top__about .business .image01 {
    width: 120%;
    max-width: 120%;
    margin-left: -5%;
  }
  .p-top__about .business .image02 {
    width: 100%;
    max-width: 230px;
    margin-right: 20px;
    margin-top: -30px;
  }
  .p-top__about .business .image03 {
    width: 100%;
    max-width: 210px;
    margin-top: -45px;
  }
  .p-top__about .technology {
    flex-direction: column-reverse;
    gap: 24px;
    padding-top: 0;
  }
  .p-top__about .technology .left {
    width: 114%;
    max-width: 114%;
    margin-left: -1%;
  }
  .p-top__about .technology h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 24px;
  }
  .p-top__about .technology h2 span {
    font-size: 1.5rem;
  }
  .p-top__about .technology .c-link {
    justify-content: center;
    margin-top: 24px;
  }

  .p-top__product {
    padding: 48px 0;
  }
  .p-top__product h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 24px;
  }
  .p-top__product h2 span {
    font-size: 1.5rem;
  }
  .p-top__product ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
  }
  .p-top__product .image {
    margin-bottom: 0;
  }
  .p-top__product .c-link {
    margin-top: 56px;
    justify-content: center;
  }

  .p-top__info {
    padding: 0 0 100px;
  }
  .p-top__info:after {
    background: url(../img/top/diagonalBg-sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 497 / 1163;
    bottom: -40px;
  }
  .p-top__info .floatImage {
    position: static;
    top: unset;
    right: unset;
    width: 112%;
    margin-left: -6%;
    margin-top: -40px;
    max-width: 900px;
    z-index: -1;
  }
  .p-top__info h2 {
    font-size: 4.5rem;
    margin-top: -100px;
    margin-bottom: 24px;
  }
  .p-top__info h2 span {
    font-size: 1.5rem;
  }
  .p-top__info ul {
    flex-direction: column;
    gap: 48px;
  }
  .p-top__info ul .image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  .p-top__info ul .box {
    width: 90%;
    padding: 20px 30px;
  }
  .p-top__info ul h3 {
    font-size: 2.5rem;
  }
  .p-top__info ul h3 span {
    font-size: 1.25rem;
  }

  .p-top__recruit .flex {
    flex-direction: column-reverse;
    gap: 48px;
  }
  .p-top__recruit h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 24px;
    margin-inline: auto;
  }
  .p-top__recruit h2 span {
    font-size: 1.5rem;
  }
  .p-top__recruit h3 {
    font-size: 2.25rem;
  }
  .p-top__recruit .text {
    width: 100%;
  }
  .p-top__recruit .image {
    width: 100%;
  }
  .p-top__recruit .image span {
    font-size: 5.625rem;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) rotate(-14deg);
  }
  .p-top__recruit .c-link {
    justify-content: center;
  }
  .p-top__recruit .image01 {
    width: 45%;
    margin-left: 20px;
  }
  .p-top__recruit .image02 {
    width: 65%;
    margin-top: -90px;
    margin-right: -6%;
  }
  .p-top__recruit .image03 {
    width: 80%;
    margin-top: -150px;
    margin-left: -6%;
  }

  .p-top__information {
    padding: 48px 0;
  }
  .p-top__information .flex {
    flex-direction: column;
    gap: 32px;
  }
  .p-top__information h2 {
    text-align: center;
  }
  .p-top__information .informationList {
    height: 400px;
  }
  .p-top__information .informationList a {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
  page
————————————————————————————————————————— */
.p-mainvisual {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-mainvisual.-mainvisual01 {
  background: url(../img/common/mainvisual01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.p-mainvisual.-mainvisualma{
  background: url(../img/common/mainvisual_ma.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.p-mainvisual.-mainvisualqc{
  background: url(../img/common/mainvisual_qc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.p-mainvisual.-mainvisualrec{
  background: url(../img/common/mainvisual_rec.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.p-mainvisual.-mainvisualrec2{
  background: url(../img/common/mainvisual_rec2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.p-mainvisual.-mainvisualint{
  background: url(../img/common/mainvisual_int.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.p-mainvisual.-mainvisualcom {
  background: url(../img/common/mainvisual_com.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.p-mainvisual.-mainvisualpr {
  background: url(../img/common/mainvisual_pr.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.p-mainvisual.-mainvisualeq {
  background: url(../img/common/mainvisual_eq.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}

.p-mainvisual:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
}

.p-mainvisualTitle {
  background: url(../img/common/mainvisualBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 48px 0;
}
.p-mainvisualTitle .animatBox {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.p-mainvisualTitle .animatBox.-visible {
  transform: translate(0, 0);
}
.p-mainvisualTitle .animatBox.-visible h2 {
  transform: translate(0, 0);
}
.p-mainvisualTitle h2 {
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.3;
  text-align: center;
  color: #068CEB;
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.p-mainvisualTitle h2 span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
  color: #000000;
}

.p-breadCrumb {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.p-breadCrumb li {
  font-size: 0.875rem;
  margin: 0 30px 0 0;
  position: relative;
}
.p-breadCrumb li a {
  color: #000;
}
.p-breadCrumb li:before {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.p-breadCrumb li:last-child {
  margin: 0;
}
.p-breadCrumb li:last-child:before {
  display: none;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.p-page-main {
  padding-top: 128px;
}
.p-page-main h2 {
  font-weight: 400;
  font-size: 2.25rem;
  ine-height: 1.8;
}
.p-page-main h3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-page-main p {
  font-size: 1rem;
  line-height: 2.0;
	letter-spacing: 0.03em;
	margin-bottom: 16px!important;
}
.p-page-main p.text18 {
  font-size: 1.125rem;
  line-height: 2.0;
}
.p-page-main .btnFlex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.p-page-main .btnFlex.fs_sp {
  gap: 20px 16px;
}
.p-page-main .btnFlex.center {
  justify-content: center;
}
.p-page-main .btnFlex .c-link {
  margin: 0;
}
.p-page-main .p-list li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-page-main .p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-page-main .p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-page-main .p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-page-main .p-list3 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 24px;
  position: relative;
}
.p-page-main .p-list3 li:before {
  content:"●";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
	color: #024981;
}
.p-page-main section.bg-color01 {
  background: #F8F8F8;
}
.p-page-main .p-text-center {
  text-align: center;
}
.p-page-main .mb8 {
  margin-bottom: 8px;
}
.p-page-main .mb16 {
  margin-bottom: 16px;
}
.p-page-main .mb24 {
  margin-bottom: 24px;
}
.p-page-main .mb32 {
  margin-bottom: 32px;
}
.p-page-main .mb64 {
  margin-bottom: 64px;
}
.p-page-main .mb72 {
  margin-bottom: 72px;
}
.p-page-main .mb128 {
  margin-bottom: 128px;
}
.p-page-main .mt8 {
  margin-top: 8px;
}
.p-page-main .mt16 {
  margin-top: 16px;
}
.p-page-main .mt24 {
  margin-top: 24px;
}
.p-page-main .mt32 {
  margin-top: 32px;
}
.p-page-main .mt48 {
  margin-top: 48px;
}
.p-page-main .mt64 {
  margin-top: 64px;
}
.p-page-main .mt72 {
  margin-top: 72px;
}
.p-page-main .mt128 {
  margin-top: 128px;
}
.p-page-main .ml24 {
  margin-left: 24px;
}
.p-page-main .mr24 {
  margin-right: 24px;
}
.p-page-main .p-page__table01 {
  border-collapse: collapse;
  width: 100%;
}
.p-page-main .p-page__table01 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-page-main .p-page__table01 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-page-main .p-page__table01 th, .p-page-main .p-page__table01 td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-page-main .p-page__table01 th {
	/* [disabled]width: 30%; */
	text-align: center;
}
.p-page-main .p-page__table01 td {
	/* [disabled]width: 70%; */
}
.p-page-main .p-page__table02 {
  border-collapse: collapse;
  width: 100%;
	
}
.p-page-main .p-page__table02 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-page-main .p-page__table02 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-page-main .p-page__table02 th, .p-page-main .p-page__table02 td {
  padding: 32px 0 32px 10px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-page-main .p-page__table02 th {
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #068CEB;

	vertical-align:middle
}
.p-page-main .p-page__table02 th:first-child {
  border-top: 1px solid #068CEB;
}
.p-page-main .p-page__table02 td {
  width: 70%;
	text-align: left;
}
.p-page-main .p-page__table03 {
  border-collapse: collapse;
  width: 100%;
  min-width: 1160px;
}
.p-page-main .p-page__table03 tr.gray td {
  background: #F1F2F2;
}
.p-page-main .p-page__table03 th, .p-page-main .p-page__table03 td {
  font-size: 0.875rem;
  border: solid 1px #D8D8D8;
  padding: 16px 32px;
  text-align: left;
	line-height: 1.8;
}
.p-page-main .p-page__table03 th {
  font-weight: 600;
  background: #D2F6FF;
}
.p-page-main .p-page__table03 .center {
  text-align: center;
}
.p-page-main .p-page__table03 .gallery {
  color: #000000;
}
.p-page-main .p-page__table03 .gallery:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link_icon02.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 8px;
}
.p-page-main .modaal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 64px;
}
.p-page-main .modaal-list .image {
  margin-bottom: 18px;
}
.p-page-main .modaal-list table {
  width: 100%;
  border-collapse: collapse;
}
.p-page-main .modaal-list table tr {
  border-bottom: 1px dashed #D9D9D9;
}
.p-page-main .modaal-list table th, .p-page-main .modaal-list table td {
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 8px 8px;
}
.p-page-main .modaal-list table th {
  width: 30%;
}
.p-page-main .history-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  position: relative;
}
.p-page-main .history-list:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #068CEB;
  position: absolute;
  top: 0;
  left: 20px;
}
.p-page-main .history-list li {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  position: relative;
  padding-left: 64px;
}
.p-page-main .history-list li:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #068CEB;
  position: absolute;
  top: -1px;
  left: 0;
  border-radius: 50%;
}
.p-page-main .history-list h3 {
  font-weight: 500;
  white-space: nowrap;
	line-height: 1.6;
}
.p-page-main .history-list h3 span {
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 8px;
}
.p-page-main .history-list p {
  padding-top: 8px;
}
.p-page-main .slide {
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.p-page-main .slide .swiper {
  width: calc(100% - 100px);
  margin-top: 26px;
}
.p-page-main .slide .swiper img {
  width: 100%;
  border-radius: 10px;
}
.p-page-main .slide .swiper-button-prev,
.p-page-main .slide .swiper-button-next {
  height: 40px;
  width: 40px;
}
.p-page-main .slide .swiper-button-prev {
  left: 0;
}
.p-page-main .slide .swiper-button-next {
  right: 0;
}
.p-page-main .slide .swiper-button-prev::after,
.p-page-main .slide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
}
.p-page-main .slide .swiper-button-prev::after {
  background-image: url(../img/common/slide-arrow_l.png);
}
.p-page-main .slide .swiper-button-next::after {
  background-image: url(../img/common/slide-arrow_r.png);
}
.p-page-main .flexlayout {
  position: relative;
  padding: 100px 70px;
  z-index: 1;
  margin-bottom: 120px;
}
.p-page-main .flexlayout:before {
  content: '';
  display: inline-block;
  background: #4DBBB2;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}
.p-page-main .flexlayout .image01 {
  display: block;
  width: 56%;
  border-radius: 10px;
}
.p-page-main .flexlayout .image02 {
  display: block;
  width: 56%;
  border-radius: 10px;
  margin-left: auto;
  margin-top: -250px;
}
.p-page-main .flexlayout h2 {
  font-family: "Pinyon Script", cursive;
  font-size: 7.5rem;
  color: #DDD902;
  position: absolute;
  top: 25%;
  right: 5%;
  z-index: 3;
  transform: rotate(-14deg);
  text-shadow: 0 4px 4px #fff;
}
.p-page-main .flexlayout h3 {
  margin-top: -70px;
}
.p-page-main .flexlayout h3 span {
  display: block;
  font-size: 0.875rem;
}
.p-page-main .count-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 72px 30px;
}
.p-page-main .count-list li {
  border: solid 1px #068CEB;
  border-radius: 5px;
  padding: 24px;
  text-align: center;
}
.p-page-main .count-list .head {
  display: inline-block;
  background: #068CEB;
  text-align: center;
  color: #fff;
  padding: 6px 32px;
  border-radius: 5px;
  margin-bottom: 25px;
	min-width: 280px;
}
.p-page-main .count-list .icon {
  width: 80px;
	max-height: 120px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 20px;
}
.p-page-main .count-list .icon img {
    width: auto;
	max-height: 60px;
  object-fit: contain;
}
.p-page-main .count-list .number {
  font-size: 2rem;
}
.p-page-main .count-list .number span {
  font-weight: 700;
  font-size: 5.625rem;
	font-family: 'Roboto', sans-serif;
}
.p-page-main .count-list .flex {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.p-page-main .count-list .sub {
  font-size: 1.0rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
.p-page-main .count-list li img.graph {
width: auto;
	max-height: 220px;
}
.p-page-main .grid-full {
  margin: 0 0 26px;
}
.p-page-main .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-page-main .grid-full .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-page-main .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-page-main .grid p {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-page-main .grid > div {
  margin: 0 0 26px;
}
.p-page-main .grid .gcol12 {
  width: 100%;
}
.p-page-main .grid .gcol6 {
  width: 47%;
}
.p-page-main .grid .gcol4 {
  width: 32%;
}
.p-page-main .grid .gcol5 {
  width: 46%;
}
.p-page-main .grid .gcol8 {
  width: 66%;
}
.p-page-main .grid .gcol10 {
  width: 80%;
}
.p-page-main .grid .gcol3 {
  width: 23.5%;
}
.p-page-main .grid .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-page-main .grid .h-type2 {
  object-fit: cover;
  height: 100px;
}
.p-page-main .grid.center {
  display: flex;
  justify-content: center;
}
.p-page-main .grid.center > div {
  margin: 0 2% 26px 0;
}
.p-page-main .grid.center > div:last-child {
  margin: 0 0 26px;
}

.fs24 {
	font-size: 1.8rem!important;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(768)
  =========================*/
  .p-page-main {
    padding-top: 72px;
  }
  .p-page-main h2 {
    font-size: 1.5rem;
  }
  .p-page-main h3 {
    font-size: 1.25rem;
  }
	.p-page-main p {
  line-height: 1.8;
}
  .p-page-main .c-link {
    min-width: 300px;
  }
  .p-page-main .btnFlex {
    justify-content: center;
  }
  .p-page-main .btnFlex .c-link {
    justify-content: center;
  }
  .p-page-main .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-page-main .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }

  .p-mainvisualTitle {
    background: url(../img/common/mainvisualBg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-mainvisualTitle h2 {
    font-size: 2.6rem;
    line-height: 1;
  }
  .p-mainvisualTitle h2 span {
    margin-top: 16px;
  }

	
.p-mainvisual.-mainvisual01 {
  background-position:left;
  width: 100%;
  height: 200px;
}
.p-mainvisual.-mainvisualma{
  background-position:left;
  width: 100%;
  height: 200px;
}
.p-mainvisual.-mainvisualqc{
  background-position:left;
  width: 100%;
  height: 200px;
}
.p-mainvisual.-mainvisualrec{
  background-position:left;
  width: 100%;
  height: 200px;
}
.p-mainvisual.-mainvisualrec2{
  background-position:left;
  width: 100%;
  height: 200px;
}
.p-mainvisual.-mainvisualint{
  background-position:left;
  width: 100%;
  height: 200px;
}
.p-mainvisual.-mainvisualcom {
  background-position:left;
  width: 100%;
  height: 200px;
}
.p-mainvisual.-mainvisualpr {
  background-position:left;
  width: 100%;
  height: 200px;
}
.p-mainvisual.-mainvisualeq {
  background-position:left;
  width: 100%;
  height: 200px;
}
	
	
	
  .p-breadCrumb {
    margin-top: 16px;
    justify-content: center;
  }
  .p-breadCrumb li {
    font-size: 0.75rem;
  }

  .p-page-main .mt128 {
    margin-top: 64px;
  }
  .p-page-main .mb128 {
    margin-bottom: 64px;
  }
  .p-page-main .grid-full .h-type1 {
    height: 220px;
  }
  .p-page-main .p-page__table01 th, .p-page-main .p-page__table01 td {
    display: block;
    padding: 8px 32px;
  }
  .p-page-main .p-page__table01 th {
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .p-page-main .p-page__table01 td {
    width: 100%;
  }
  .p-page-main .p-page__table02 tr {
    border-bottom: none;
  }
  .p-page-main .p-page__table02 tr:first-child {
    border-top: none;
  }
  .p-page-main .p-page__table02 th, .p-page-main .p-page__table02 td {
    display: block;
    padding: 8px 32px;
  }
  .p-page-main .p-page__table02 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-page-main .p-page__table02 th:first-child {
    border-top: none;
  }
  .p-page-main .p-page__table02 td {
    width: 100%;
    border-bottom: 1px solid #024981;
  }
  .p-page-main .modaal-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 72px;
  }
  .p-page-main .history-list {
    gap: 32px;
    margin-top: 32px;
  }
  .p-page-main .history-list:before {
    top: 10px;
    left: 10px;
    height: calc(100% - 10px);
  }
  .p-page-main .history-list li {
    flex-direction: column;
    gap: 8px;
    padding-left: 36px;
  }
  .p-page-main .history-list li:before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
  .p-page-main .history-list h3 {
    font-weight: 500;
    white-space: nowrap;
  }
  .p-page-main .history-list h3 span {
    font-size: 0.875rem;
    display: inline-block;
    margin-left: 8px;
  }
  .p-page-main .history-list p {
    padding-top: 0;
  }
  .p-page-main .flexlayout {
    padding: 160px 0 48px;
    margin-bottom: 56px;
  }
  .p-page-main .flexlayout:before {
    width: 50%;
    left: -5%;
  }
  .p-page-main .flexlayout .image01 {
    width: 90%;
  }
  .p-page-main .flexlayout .image02 {
    width: 75%;
    margin-top: -40px;
    margin-right: -5%;
  }
  .p-page-main .flexlayout h2 {
    font-size: 5.625rem;
    top: 0;
    right: unset;
    left: 0;
  }
  .p-page-main .flexlayout h3 {
    margin-top: 32px;
    text-align: center;
  }
  .p-page-main .count-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .p-page-main .grid .gcol6 {
    width: 100%;
  }
  .p-page-main .grid .gcol4 {
    width: 100%;
  }
  .p-page-main .grid .gcol5 {
    width: 100%;
  }
  .p-page-main .grid .gcol8 {
    width: 100%;
  }
  .p-page-main .grid .gcol10 {
    width: 100%;
  }
  .p-page-main .grid .gcol3 {
    width: 49%;
  }
  .p-page-main .grid .h-type1 {
    height: 220px;
  }
  .p-page-main .grid .h-type2 {
    height: 120px;
  }
	.fs24 {
	font-size: 1.4rem!important;
}
	.c-scroll {
		font-size: 1.4rem;
	}
    
    .p-page-main .count-list .number {
  font-size: 1rem;
}
	.p-page-main .count-list .number span {
  font-weight: 700;
  font-size: 5.0rem;
	font-family: 'Roboto', sans-serif;
}
}
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-sp-none992 {
  display: none;
}

.u-sp-none768 {
  display: none;
}

.u-sp-none576 {
  display: none;
}

.u-link-none {
  pointer-events: none;
}

.u-m-auto {
  margin: 0 auto;
}

.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.u-fade {
  opacity: 0;
  transition: all 1s ease;
}

.u-fade2 {
  transition: all 2s ease;
}

.u-fade.is-active {
  opacity: 1;
  transform: none;
}

.u-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.u-fade-up.is-active {
  transform: translateY(0);
}
.u-fade-up:nth-child(1) {
  transition-delay: 0s;
}
.u-fade-up:nth-child(2) {
  transition-delay: .2s;
}
.u-fade-up:nth-child(3) {
  transition-delay: .4s;
}
.u-fade-up:nth-child(4) {
  transition-delay: .6s;
}
.u-fade-up:nth-child(5) {
  transition-delay: .8s;
}
.u-fade-up:nth-child(6) {
  transition-delay: 1s;
}

.u-fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.u-fade-down.is-active {
  transform: translateY(0);
}

.u-fade-down2 {
  transition: all 2s;
}

.u-fade-lr {
  transform: translate(-100px, 0);
}

.u-fade-rl {
  transform: translate(100px, 0);
}

.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  transition: all .6s ease;
  transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #024981;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  transform: translateX(0);
}
.u-mask-bg.is-active:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  transform: translateX(0);
}

@keyframes mask-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.u-fade-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg2 {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #024981;
  /*伸びる背景色の設定*/
  animation-name: PageAnime2;
  animation-duration: .8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime2 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-animatBox {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.u-animatBox.-visible {
  transform: translate(0, 0);
}
.u-animatBox.-visible .animatTitle {
  transform: translate(0, 0);
}

.animatTitle {
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block;
  }

  .u-pc-none992 {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }

  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }

  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }

  .u-fade-up-delay1 {
    transition-delay: unset;
  }

  .u-fade-up-delay2 {
    transition-delay: unset;
  }

  .u-fade-up-delay3 {
    transition-delay: unset;
  }
}



.p-page-main section img:not(.nodeco) {
	border: solid 2px #ccc;
	box-shadow: 10px 10px 20px 0px rgba(160, 160, 160, 0.8);
	border-radius: 5px;
}

.m-shadowBox {
	padding: 30px;
	width: 95%;
	max-width: 980px;
	margin-inline: auto;
	/*height: 340px;*/
	background: #fff;
	box-shadow: 20px 20px 40px #d3d3d3,-20px -20px 40px #fff;
	border-radius: 10px;
}

.m-shadowBox img {
	border-radius: 10px;
}

.bg_radius {
  line-height: 100px;
  background-color: #4DBBB2;
  border-radius: 100vh;
  color: #fff;
	padding: 8px;
}
@media screen and (max-width: 767px) {
	 .bg_radius {
  border-radius: 10px;
		 padding: 16px;

}
	.bg_radius h3 {
 	font-size: 1rem;
}
}
.bg_radius h3 {
 	font-size: 1.2rem;
}


.circle{
	width: 30px;
	height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  text-align:center;
	margin-right: 8px;
	color:  #4DBBB2;
}


/* contact, reserve */
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	/*height: 40px;*/
	line-height: 40px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #FD5659;
	border-color: #FD5659;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #FD5659;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}

.button {
	width: 380px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}



/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}

.gmap{
position: relative;
width: 100%;
height: 0;
padding-top: 80%;/*比率をお好みで*/
}
.gmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.policy__textBox {
    border: 1px solid #d0d0d0;
    overflow: hidden;
    padding: 22px 16px;
    max-height: 280px;
    overflow-y: scroll;
    margin-top: 31px;
}
.policy__textBox p {
   	font-size: 0.8rem;
	line-height: 1.6;
}
.policy__textBox h3 {
   	font-size: 1.0rem;
	line-height: 1.6;
}

.center {
	text-align: center;
}

.min {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txt_left{
	text-align: left;
}

.parallax_content{
  min-height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.front_content{
  padding: 60px;
  background-color: #fff;
}
.parallax_content.img_bg_01{
 background-image: url("../img/r_requirements/001.jpg");
}
.parallax_content.img_bg_02{
 background-image: url("../img/r_requirements/002.jpg");
}


/*chart*/
.donut-chart {
            position: relative;
            width: 300px;
            height: 300px;
            margin: 20px auto;
        }
        
        .pie-chart {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #f0f0f0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
        .slice {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform-origin: center;
            clip-path: circle(0% at 50% 50%);
            transition: clip-path 1s ease-out;
        }
        
        .slice-label {
            position: absolute;
            width: 100px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
            transform: translate(-50%, -50%);
            opacity: 0;
            transition: opacity 0.5s ease 0.5s;
        }
        
        .donut-hole {
            position: absolute;
            width: 120px;
            height: 120px;
            background: white;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
        }
        
        /* デモレイアウト */
        .demo-section {
            background-color: white;
            border-radius: 8px;
            padding: 20px;
            margin: 30px 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .chart-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin: 20px 0;
        }
        
        .chart-column {
            flex: 1;
            min-width: 300px;
            max-width: 400px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
        
        .chart-column p {
            text-align: center;
        }
        
        /* 使い方セクション */
        .how-to-use {
            background-color: #fff;
            border-radius: 8px;
            padding: 20px;
            margin: 30px 0;
        }
        
        .code-block {
            background-color: #f8f8f8;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px;
            margin: 15px 0;
            overflow-x: auto;
            font-family: monospace;
        }
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 767px) {
  .parallax_content {
    position: relative;
    height: 300px;
    overflow: hidden;
    background-attachment: scroll;
  }
  
  .parallax_content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    transform: translateY(0);
    transition: transform 0.1s linear;
  }
}

/* 言語切替ボタンのスタイル */
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.language-switcher {
  display: flex;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 2px;
  border: 1px solid #e0e0e0;
}

.lang-btn {
  background: transparent;
  border: none;
  padding: 2px 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  border-radius: 18px;
  transition: all 0.3s ease;
  min-width: 32px;
}

.lang-btn.active {
  background: #024981;
  color: #fff;
  box-shadow: 0 2px 4px rgba(2, 73, 129, 0.2);
}

.lang-btn:hover:not(.active) {
  background: #e8e8e8;
  color: #333;
}

/* モバイル用の言語切替 */
.language-switcher-mobile {
  padding: 16px 5% !important;
  border-bottom: solid 1px #E9E9E9;
}

.language-switcher-mobile .language-switcher {
  justify-content: center;
  margin-top: 8px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .header-actions {
    gap: 10px;
  }
  
  .language-switcher {
    padding: 1px;
  }
  
  .lang-btn {
    padding: 4px 8px;
    font-size: 0.7rem;
    min-width: 28px;
  }
}

.footerMenu a[target="_blank"]::after {
        content: "";
        display: inline-block;
        margin-left: 0.25em;
        width: 10px;
        height: 10px;
        background: url("../img/common/link2.svg") center center / contain no-repeat;
    }
.l-section2 a[target="_blank"]::after {
        content: "";
        display: inline-block;
        margin-left: 0.25em;
        width: 10px;
        height: 10px;
        background: url("../img/common/link_bl.svg") center center / contain no-repeat;
    }

a.footerRecruit[target="_blank"]::after, .footerMenu .logo a[target="_blank"]::after{
	background: none;
	margin-left:0;
	width: 0px;
    height: 0px;
}