@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを設定 */
  font-size: clamp(1.4rem, 1.9vw, 1.6rem);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.9375;
}

.f-heebo {
  font-family: "Heebo", sans-serif;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  overflow-x: hidden;
}

body {
  background-size: contain;
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center 29vw;
  /* 印刷禁止 */
}
@media screen and (max-width: 959px) {
  body {
    background-repeat: repeat;
  }
}
@media screen and (max-width: 519px) {
  body {
    background-size: contain;
    background-repeat: repeat;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

/*　上に上がる動き　*/
.l-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  margin: 0 auto;
  max-width: 110rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1140px) {
  .l-inner {
    padding: 0 2rem;
  }
}
.l-inner--1030 {
  max-width: 1030px;
}

.l-inner--995 {
  max-width: 995px;
}

.l-inner--850 {
  max-width: 850px;
}

.l-inner--805 {
  max-width: 805px;
}

@media screen and (max-width: 519px) {
  .l-inner--page-header {
    padding: 0;
  }
}

.l-main {
  margin-top: 12.3rem;
}
@media screen and (max-width: 959px) {
  .l-main {
    margin-top: 18.2vw;
  }
}
@media screen and (max-width: 519px) {
  .l-main {
    margin-top: 5.6rem;
  }
}

.l-footer {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .l-footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .l-footer {
    margin-top: 3rem;
  }
}

/* component
------------------------------------------------ */
.c-header {
  width: 100%;
  padding: 2.4rem 0;
}
@media screen and (max-width: 959px) {
  .c-header {
    padding: 1.5rem 0;
  }
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
}
@media screen and (max-width: 959px) {
  .c-header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-header__container--blue {
  color: #0d326f;
}
.c-header__container--blue .c-header__menu--contact {
  color: white;
  background-color: #0d326f;
}

.c-header__logo {
  width: 41%;
  max-width: 44.6rem;
}
@media screen and (max-width: 959px) {
  .c-header__logo {
    width: 55%;
  }
}
@media screen and (max-width: 519px) {
  .c-header__logo {
    width: 83%;
  }
}

.c-header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
  padding-top: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1100px) {
  .c-header__menus {
    gap: 1.8vw;
  }
}
@media screen and (max-width: 959px) {
  .c-header__menus {
    display: none;
  }
}

.c-header__menu--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0 2.2rem;
  height: 3rem;
  color: #0d326f;
  letter-spacing: 0.02em;
  background-color: white;
  border-radius: 3rem;
}
.c-header__menu--contact img {
  width: 1.7rem;
}

.c-header__hamburger {
  display: none;
  position: relative;
  aspect-ratio: 1;
  width: 7vw;
  max-width: 5rem;
  height: auto;
  cursor: pointer;
  background-color: #0d326f;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger {
    width: 11vw;
  }
}

.c-header__hamburger-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-header__hamburger-border--top {
  top: calc(50% - 4px);
}

.c-header__hamburger-border--bottom {
  top: calc(50% + 4px);
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: calc(50% + 0.5px);
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--top {
    top: calc(50% + 0.2px);
  }
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  top: calc(50% - 0.5px);
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--bottom {
    top: calc(50% - 0.2px);
  }
}

.c-header__drawer {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  padding: 15vw 3rem 3rem;
  width: 100%;
  background-color: white;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    padding-top: 24vw;
  }
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer--open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 0 17px #6f6f6f;
          box-shadow: 0 0 17px #6f6f6f;
}

.c-header__drawer-menus {
  color: #0d326f;
}

.c-header__drawer-menu {
  display: block;
  position: relative;
  padding: 1rem 0;
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: solid 1px #c9caca;
}
.c-header__drawer-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  aspect-ratio: 1;
  width: 2rem;
  height: auto;
/*   background-image: url(../images/common/btn_white_right.png); */
  background-size: contain;
}

.c-header__drawer-btn {
  display: block;
  position: relative;
  margin-top: 3rem;
  padding: 1.2rem;
  font-size: 1.2em;
  color: white;
  font-weight: 500;
  background-color: #0d326f;
  text-align: center;
  border-radius: 3rem;
}

.c-section {
  position: relative;
  padding: 7.5rem 0;
}
@media screen and (max-width: 519px) {
  .c-section {
    padding: 6rem 0;
  }
}

.c-section__title {
  color: white;
  font-size: 1.88em;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.07em;
}
.c-section__title span {
  display: block;
  margin-top: 1rem;
  font-size: 0.665em;
}

.c-section__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  aspect-ratio: 1366/590;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  .c-section__bg {
    aspect-ratio: 1.2;
  }
}
.c-section__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004f99;
  opacity: 0.3;
}
.c-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-footer {
  margin-top: 13.5rem;
  color: white;
  background-color: #0d326f;
}
@media screen and (max-width: 519px) {
  .c-footer {
    margin-top: 10rem;
    padding-bottom: 4rem;
  }
}

.c-footer--contact {
  margin-top: 0;
}

.c-footer__contact {
  margin-top: -9rem;
  background-color: #0d326f;
}
.c-footer__contact:hover {
  opacity: 1;
}
.c-footer__contact:hover img {
  opacity: 0.8;
}

.c-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  padding-top: 5rem;
}
@media screen and (max-width: 959px) {
  .c-footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__container {
    gap: 3rem;
  }
}

.c-footer__logo {
  width: 55%;
  max-width: 44.7rem;
}
@media screen and (max-width: 959px) {
  .c-footer__logo {
    width: 49%;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__logo {
    width: 100%;
  }
}

.c-footer__info {
  font-size: 1.125em;
  line-height: 1.6;
}
.c-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.8rem;
  padding: 3rem 2rem;
  border-top: solid 1px white;
}
@media screen and (max-width: 519px) {
  .c-footer__menus {
    display: none;
    padding: 2.5rem 0;
  }
}

.c-footer__menu {
  padding: 0 1.3rem;
  font-size: 1.05em;
  line-height: 1;
  border-right: solid 1px white;
}
@media screen and (max-width: 519px) {
  .c-footer__menu {
    padding: 0 1rem;
  }
}
.c-footer__menu:last-child {
  border-right: none;
}

.c-wpcf7 p {
  display: inline;
}
.c-wpcf7 br {
  display: none;
}
.c-wpcf7 input[type=text],
.c-wpcf7 input[type=email],
.c-wpcf7 input[type=tel],
.c-wpcf7 textarea,
.c-wpcf7 select {
  display: block;
  padding: 1rem 1rem;
  width: 100%;
  max-height: 18rem;
  background-color: #fff;
  border: solid 1px #9fa0a0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-wpcf7 input[type=text]:focus,
.c-wpcf7 input[type=email]:focus,
.c-wpcf7 input[type=tel]:focus,
.c-wpcf7 textarea:focus,
.c-wpcf7 select:focus {
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.c-wpcf7 select {
  padding-right: 3.5rem;
  background-image: url(../images/icon_selectbox.png);
  background-size: 15px 6px;
  background-position: 91% 50%;
}
@media screen and (max-width: 519px) {
  .c-wpcf7 select {
    padding-right: 3rem;
    background-size: 13px 5px;
  }
}
.c-wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-right: 2rem;
}
.c-wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.c-wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.c-wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #898989;
  border-radius: 50%;
}
.c-wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  padding: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #0d326f;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
}
.c-wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-wpcf7 .wpcf7-list-item {
  display: block;
}
.c-wpcf7 .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.c-wpcf7 .wpcf7-list-item input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2rem;
  cursor: pointer;
}
.c-wpcf7 .wpcf7-list-item input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 2px solid #0d326f;
  border-radius: 2px;
}
.c-wpcf7 .wpcf7-list-item input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  border-bottom: 3px solid #0d326f;
  border-left: 3px solid #0d326f;
  margin-top: -0.2em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.c-wpcf7 .wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.c-wpcf7 .wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
}
.c-wpcf7 .wpcf7-acceptance {
  display: block;
  position: relative;
  margin: 7rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 519px) {
  .c-wpcf7 .wpcf7-acceptance {
    margin-top: 5rem;
  }
}
.c-wpcf7 .wpcf7-acceptance .wpcf7-list-item label input {
  display: none; /* デフォルトのinputは非表示にする */
}
.c-wpcf7 .wpcf7-acceptance .wpcf7-list-item label span {
  display: block;
  padding: 1.7rem 0.5rem;
  width: 32rem;
  max-width: 100%;
  color: white;
  text-align: center;
  background: #0d326f;
  border-radius: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .c-wpcf7 .wpcf7-acceptance .wpcf7-list-item label span {
    padding: 1.3rem 0.5rem;
  }
}
.c-wpcf7 .wpcf7-acceptance .wpcf7-list-item label span:hover {
  opacity: 0.8;
}
.c-wpcf7 .wpcf7-acceptance .wpcf7-list-item label span::before, .c-wpcf7 .wpcf7-acceptance .wpcf7-list-item label span::after {
  display: none;
}
.c-wpcf7 .c-contact__confirm-btn,
.c-wpcf7 input[type=submit] {
  display: block;
  margin: 5rem auto 0;
  padding: 1.7rem 1rem;
  width: 30rem;
  max-width: 100%;
  text-align: center;
  color: white;
  background-color: #0d326f;
  border-radius: 1rem;
}
@media screen and (max-width: 519px) {
  .c-wpcf7 .c-contact__confirm-btn,
  .c-wpcf7 input[type=submit] {
    margin-top: 5rem;
    padding: 1.3rem 1rem;
  }
}
.c-wpcf7 .c-contact__confirm-btn:hover,
.c-wpcf7 input[type=submit]:hover {
  opacity: 0.8;
}
.c-wpcf7 .c-contact__btn {
  text-align: center;
}
.c-wpcf7 .wpcf7-spinner {
  margin-top: 1rem;
}
.c-wpcf7 .wpcf7-response-output {
  border: none;
}
.c-wpcf7 .wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin: 5rem auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* project
------------------------------------------------ */
.p-top-mv {
  position: relative;
  width: 100%;
}

.p-top-mv__container {
  position: absolute;
  z-index: 2;
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
}

.p-top-mv__title {
  font-size: clamp(2.8rem, 4.6vw, 5.1rem);
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.6;
  -webkit-transform: translateY(65%);
          transform: translateY(65%);
  opacity: 0;
  -webkit-animation-name: feedinUp1;
          animation-name: feedinUp1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 519px) {
  .p-top-mv__title {
    letter-spacing: 0;
  }
}

@-webkit-keyframes feedinUp1 {
  0% {
    -webkit-transform: translateY(65%);
            transform: translateY(65%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes feedinUp1 {
  0% {
    -webkit-transform: translateY(65%);
            transform: translateY(65%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
.p-top-mv__subtitle {
  margin-top: 3.2rem;
  font-size: clamp(1.2rem, 2.1vw, 2.3rem);
  letter-spacing: 0.02em;
  line-height: 2.1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-animation-name: feedinUp2;
          animation-name: feedinUp2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes feedinUp2 {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes feedinUp2 {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
.p-top-mv__found {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  font-size: clamp(3.5rem, 7.4vw, 7.9rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 959px) {
  .p-top-mv__found {
    bottom: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__found {
    bottom: 3rem;
    letter-spacing: 0;
  }
}

.p-top-mv__blue {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004f99;
  clip-path: polygon(0 0, 54.6% 0, 23% 100%, 0% 100%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 519px) {
  .p-top-mv__blue {
    clip-path: polygon(0 0, 90% 0, 33% 100%, 0% 100%);
  }
}

.p-top-mv__slides {
  width: 100%;
}

.p-top-mv__slide {
  position: relative;
  aspect-ratio: 985/613;
  width: 100%;
  height: auto;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .p-top-mv__slide {
    height: 100vh;
    height: 100svh;
  }
}
.p-top-mv__slide img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: none;
  height: 106%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: bottom ease 4.2s 0.7s;
  transition: bottom ease 4.2s 0.7s;
}

.p-top-mv__slide.is-animate img {
  bottom: -6%;
}

@-webkit-keyframes feedup {
  0% {
    bottom: 0%;
  }
  100% {
    bottom: -7%;
  }
}

@keyframes feedup {
  0% {
    bottom: 0%;
  }
  100% {
    bottom: -7%;
  }
}
.p-top-about {
  padding: 7.5rem 0 15rem;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .p-top-about {
    padding: 5rem 0 10rem;
  }
}

.p-top-about_container {
  position: relative;
}

.p-top-about__title {
  font-size: 1.9375em;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.p-top-about__txt {
  margin-top: 2rem;
  max-width: 49.2rem;
  line-height: 2.2;
  letter-spacing: 0;
}
@media screen and (max-width: 685px) {
  .p-top-about__txt {
    max-width: none;
  }
}

.p-top-about__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  position: absolute;
  left: 54.2rem;
  top: -2.3rem;
}
@media screen and (max-width: 685px) {
  .p-top-about__images {
    position: initial;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__images {
    gap: 1rem;
  }
}
.p-top-about__images img {
  width: 20rem;
}
@media screen and (max-width: 685px) {
  .p-top-about__images img {
    width: calc(33.333% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__images img {
    width: calc(33.333% - 0.6666666667rem);
  }
}
.p-top-about__images img:nth-child(1) {
  -webkit-transform: translateY(24%);
          transform: translateY(24%);
}
.p-top-about__images img:nth-child(3) {
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
}

.p-top-pro {
  padding: 11.3rem 0 10rem;
}
@media screen and (max-width: 959px) {
  .p-top-pro {
    padding: 7.5rem 0;
  }
}
@media screen and (max-width: 519px) {
  .p-top-pro {
    padding: 6rem 0;
  }
}

.p-top-pro__container {
  margin-top: 8.8rem;
  padding: 5.4rem 7.6rem 0;
  background-color: white;
}
@media screen and (max-width: 959px) {
  .p-top-pro__container {
    margin-top: 7rem;
    padding: 5rem 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-pro__container {
    margin-top: 5rem;
    padding: 3rem 3rem;
  }
}

.p-top-pro__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem 9rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .p-top-pro__cards {
    gap: 6rem 5rem;
  }
}

.p-top-pro__card {
  width: calc(50% - 4.5rem);
}
@media screen and (max-width: 959px) {
  .p-top-pro__card {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-pro__card {
    width: 100%;
  }
}

.p-top-pro__image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-pro__name {
  margin-top: 0.7rem;
  font-size: 1.563em;
  font-weight: 500;
  border-bottom: solid 1px #c9caca;
}

.p-top-pro__type {
  margin-top: 0.5rem;
  font-size: 1.062em;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.p-top-pro__location {
  margin-top: 0.4rem;
  font-size: 1.062em;
  letter-spacing: 0.06em;
}
.p-top-pro__location::before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  aspect-ratio: 19/22;
  width: 1.9rem;
  height: auto;
  vertical-align: sub;
  background-image: url(../images/common/icon_location.png);
  background-size: contain;
}

.p-top-pro__info {
  margin-top: 1.3rem;
}
@media screen and (max-width: 959px) {
  .p-top-pro__info {
    margin-top: 1rem;
  }
}

.p-top-pro__pdf {
  display: none;
  color: #0d326f;
  text-decoration: underline;
}

.p-top-pro__subtitle {
  margin-top: 14rem;
  padding-bottom: 3rem;
  color: #0d326f;
  font-size: 2.12em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-top-pro__subtitle {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-pro__subtitle {
    font-size: 1.9em;
    text-align: center;
  }
}

.p-top-pro__shedule {
  margin: 8rem auto 0;
  padding: 1rem 5.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0d326f;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.56em;
  font-weight: 500;
  border: solid 1.03px #0d326f;
}
@media screen and (max-width: 959px) {
  .p-top-pro__shedule {
    margin: 6rem auto 0;
    padding: 1rem 4rem;
  }
}
@media screen and (max-width: 300px) {
  .p-top-pro__shedule {
    padding: 1rem 3rem;
  }
}

.p-top-greet {
  background-image: url(../images/common/mv_greeting.png);
  background-size: cover;
}

.p-top-greet__title {
  color: #0d326f;
}

.p-top-greet__container {
  margin: 5rem auto 0;
  max-width: 78.2rem;
}
@media screen and (max-width: 519px) {
  .p-top-greet__container {
    margin-top: 4rem;
  }
}

.p-top-greet__txt {
  margin-top: 2.8rem;
  letter-spacing: 0.07em;
}

.p-top-greet__name {
  margin-top: 1rem;
  text-align: right;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 519px) {
  .p-top-greet__name {
    margin-top: 2rem;
  }
}
.p-top-greet__name span {
  font-size: 1.19em;
  font-weight: 500;
}

.p-top-company {
  color: white;
  background-image: url(../images/common/mv_company.png);
  background-size: cover;
}

.p-top-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.1rem;
  margin-top: 8rem;
}
@media screen and (max-width: 959px) {
  .p-top-company__container {
    gap: 2rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-company__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
    margin-top: 4rem;
  }
}

.p-top-company__table {
  width: calc(67.75% - 6.1rem);
  border-collapse: collapse;
}
@media screen and (max-width: 959px) {
  .p-top-company__table {
    width: calc(67.75% - 2rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-company__table {
    width: 100%;
  }
}
.p-top-company__table th {
  width: 13.3rem;
}
@media screen and (max-width: 959px) {
  .p-top-company__table th {
    width: 10rem;
  }
}
.p-top-company__table th, .p-top-company__table td {
  padding: 0.62rem 0;
  vertical-align: top;
  font-weight: 400;
  border-bottom: solid 1px white;
}
.p-top-company__table tr:last-child th, .p-top-company__table tr:last-child td {
  border: none;
}

.p-top-company__img {
  width: 32.25%;
}
@media screen and (max-width: 519px) {
  .p-top-company__img {
    width: 100%;
  }
}

.p-top-history__title {
  color: #0d326f;
}

.p-top-history__table {
  position: relative;
  margin-top: 2rem;
  line-height: 1.6;
  border-collapse: collapse;
}
@media screen and (max-width: 959px) {
  .p-top-history__table {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-top-history__table {
    margin-top: 2rem;
  }
}
.p-top-history__table tr {
  display: block;
  position: relative;
  margin-top: 5.5rem;
}
@media screen and (max-width: 519px) {
  .p-top-history__table tr {
    margin-top: 3rem;
  }
}
.p-top-history__table tr:last-child th::before {
  z-index: 2;
}
.p-top-history__table tr:last-child th::after {
  background-color: white;
}
.p-top-history__table tr th {
  position: relative;
  padding-left: 2.5rem;
  font-family: "Heebo", sans-serif;
  color: #0d326f;
  font-size: 1.685em;
  font-weight: 500;
}
.p-top-history__table tr th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
  width: 2rem;
  height: auto;
  background-color: white;
  border: solid 5px #0d326f;
  border-radius: 50%;
}
.p-top-history__table tr th::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0.95rem;
  width: 1px;
  height: 200%;
  background-color: #0d326f;
}
.p-top-history__table tr td {
  padding-left: 4.4rem;
  font-size: 1.125em;
}
@media screen and (max-width: 959px) {
  .p-top-history__table tr td {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-history__table tr td {
    padding-left: 2rem;
  }
}

.p-contact {
  padding: 16rem 0 7rem;
  background-color: #f5f4f4;
}
@media screen and (max-width: 959px) {
  .p-contact {
    padding: 17vw 0 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-contact {
    padding: 28vw 0 7rem;
  }
}

.p-contact__title {
  position: relative;
  z-index: 2;
}

.p-contact__container {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  padding: 5rem 6rem 8.7rem;
  background-color: white;
}
@media screen and (max-width: 959px) {
  .p-contact__container {
    padding: 4rem 4rem 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-contact__container {
    padding: 3rem 2rem 5rem;
  }
}

.p-contact__info1 {
  color: #0d326f;
  font-size: 1.375em;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 519px) {
  .p-contact__info1 {
    letter-spacing: 0;
  }
}

.p-contact__info2 {
  font-size: 1.06em;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.p-contact__ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .p-contact__ways {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-contact__tel,
.p-contact__fax {
  padding-right: 5.5rem;
  font-size: 1.06em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .p-contact__tel,
  .p-contact__fax {
    padding-right: 3rem;
    font-size: 1em;
  }
}
@media screen and (max-width: 684px) {
  .p-contact__tel,
  .p-contact__fax {
    padding: 0;
    width: 100%;
  }
}
.p-contact__tel img,
.p-contact__fax img {
  margin-right: 1.2rem;
  width: 2.4rem;
  vertical-align: sub;
}
@media screen and (max-width: 519px) {
  .p-contact__tel img,
  .p-contact__fax img {
    margin-right: 0.7rem;
    width: 2rem;
  }
}
.p-contact__tel span,
.p-contact__fax span {
  font-size: 2.18em;
  font-weight: bold;
}
@media screen and (max-width: 519px) {
  .p-contact__tel span,
  .p-contact__fax span {
    font-size: 2em;
  }
}

.p-contact__fax {
  position: relative;
  padding-left: 5.5rem;
  padding-right: 0;
}
@media screen and (max-width: 959px) {
  .p-contact__fax {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 684px) {
  .p-contact__fax {
    margin-top: 1rem;
    padding: 0;
  }
}
.p-contact__fax::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 6rem;
  background-color: #9fa0a0;
}
@media screen and (max-width: 684px) {
  .p-contact__fax::before {
    display: none;
  }
}
.p-contact__fax img {
  width: 3.1rem;
  vertical-align: baseline;
}
@media screen and (max-width: 519px) {
  .p-contact__fax img {
    margin-right: 0.7rem;
    width: 2.7rem;
  }
}

.p-contact__form {
  margin-top: 1rem;
}

.p-contact__input {
  display: block;
  margin-top: -3rem;
  padding-top: 3rem;
}

.p-contact__confirm {
  display: none;
  margin-top: -3rem;
  padding-top: 3rem;
}

.p-contact__field {
  padding: 2.7rem 0 4rem;
  border-bottom: solid 1px #9fa0a0;
}
@media screen and (max-width: 519px) {
  .p-contact__field {
    padding: 2rem 0 3rem;
  }
}

.p-contact__field--nonborder {
  border: none;
}

.p-contact__label {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.188em;
  font-weight: bold;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 519px) {
  .p-contact__label {
    margin-bottom: 1rem;
    font-size: 1.1em;
  }
}
.p-contact__label span {
  margin-left: 1rem;
  padding: 0.25rem 1.35rem;
  color: white;
  font-size: 0.74em;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-color: #c8161d;
}
@media screen and (max-width: 519px) {
  .p-contact__label span {
    padding: 0.2rem 1rem;
  }
}

.p-contact__btn {
  text-align: center;
}

.p-contact__back {
  display: block;
  margin: 0 auto;
  width: 12rem;
  padding: 1.2rem;
  text-align: center;
  font-size: 0.9em;
  color: white;
  background-color: #9fa0a0;
  border-radius: 1rem;
}
@media screen and (max-width: 519px) {
  .p-contact__back {
    padding: 1rem;
  }
}
.p-contact__back:hover {
  opacity: 0.8;
}

.p-contact__thanks {
  margin: 6rem auto 20rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .p-contact__thanks {
    padding: 5rem auto 14rem;
  }
}
@media screen and (max-width: 519px) {
  .p-contact__thanks {
    margin: 4rem auto 11rem;
    letter-spacing: 0;
  }
}

.p-contact__bg {
  z-index: 0;
}

.p-privacy {
  margin-top: 1.5rem;
}

.p-privacy__title {
  font-size: 1.13em;
  font-weight: 500;
}

.p-privacy__info {
  margin-top: 0.5rem;
}

.p-privacy__container {
  margin-top: 3rem;
  padding: 2rem 2.5rem;
  max-height: 22.2rem;
  border: solid 1px #9fa0a0;
  overflow: hidden scroll;
}
@media screen and (max-width: 519px) {
  .p-privacy__container {
    padding: 1.5rem 2rem;
  }
}

.p-privacy__wrapper h3 {
  margin-top: 2.5rem;
  font-size: 1em;
}
.p-privacy__wrapper h3:first-of-type {
  margin-top: 0;
}

/* utility
------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .u-mt0-tab-max {
    margin-top: 0 !important;
  }
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

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