@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	ボタン

==============================================*/
/*=============================================

	フォームリセット

==============================================*/
/*=============================================

	チェックボックス（共通）

==============================================*/
/*=============================================

	ページヘッダー

==============================================*/
/*=============================================

	ページリード

==============================================*/
/*=============================================

	記事リスト

==============================================*/
/*=============================================

	inview

==============================================*/
/*=============================================

	静的ページスタイル

==============================================*/
.c-pageHeading {
  position: relative;
}

.c-pageHeadingBg {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeadingBg {
    height: 320px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeadingBg {
    aspect-ratio: 1;
    overflow: hidden;
  }
}
.c-pageHeadingBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-pageHeading_title {
  position: absolute;
  right: 0;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_title {
    bottom: -24px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_title {
    bottom: -16px;
  }
}

.c-pageHeading_titleSub {
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: opacity 0.9s ease 0.3s, translate 0.9s ease 0.3s;
  transition: opacity 0.9s ease 0.3s, translate 0.9s ease 0.3s;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_titleSub {
    font-size: 40px;
    margin-bottom: 12px;
    margin-right: min(64px, 64 / 1280 * 100vw);
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_titleSub {
    font-size: 24px;
    margin-bottom: 6px;
    margin-right: min(16px, 16 / 375 * 100vw);
  }
}
.c-pageHeading_titleSub.is-hide {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_titleSub.is-hide {
    translate: -50px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_titleSub.is-hide {
    translate: -30px 0 0;
  }
}

.c-pageHeading_titleMain {
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #FBC600;
  line-height: 1;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_titleMain {
    font-size: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_titleMain {
    font-size: 64px;
  }
}

.c-pageHeading_titleMain_inner {
  display: block;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
}
.c-pageHeading_titleMain_inner.is-hide {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .c-pageHeading_titleMain_inner.is-hide {
    translate: 50px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageHeading_titleMain_inner.is-hide {
    translate: 30px 0 0;
  }
}

.c-pageLead {
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .c-pageLead {
    padding: 0 min(32px, 32 / 1280 * 100vw);
    margin-top: 80px;
    font-size: 16px;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  .c-pageLead {
    margin-top: 64px;
    font-size: 12px;
    padding: 0 min(16px, 16 / 375 * 100vw);
  }
}
.c-pageLead a {
  color: #93A0FF;
  text-decoration: underline;
}

input,
textarea,
select,
button {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
input[type=number],
textarea[type=number],
select[type=number],
button[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-inner-spin-button,
select[type=number]::-webkit-outer-spin-button,
select[type=number]::-webkit-inner-spin-button,
button[type=number]::-webkit-outer-spin-button,
button[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-moz-inner-spin-button, input[type=number]::-moz-outer-spin-button,
textarea[type=number]::-moz-inner-spin-button,
textarea[type=number]::-moz-outer-spin-button,
select[type=number]::-moz-inner-spin-button,
select[type=number]::-moz-outer-spin-button,
button[type=number]::-moz-inner-spin-button,
button[type=number]::-moz-outer-spin-button {
  -moz-appearance: none;
  margin: 0;
}
input[type=number]:focus, input[type=number]:focus-visible,
textarea[type=number]:focus,
textarea[type=number]:focus-visible,
select[type=number]:focus,
select[type=number]:focus-visible,
button[type=number]:focus,
button[type=number]:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: inherit;
  background-color: inherit;
  -webkit-tap-highlight-color: transparent;
}
input[type=number]:hover,
textarea[type=number]:hover,
select[type=number]:hover,
button[type=number]:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 48px;
  border-radius: 8px;
  background-color: #FBC600;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #041b24;
  border: 1px solid #FBC600;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .c-button:hover {
    background-color: #041b24;
    color: #FBC600;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .companyMvv {
    max-width: min(1214px, 1214 / 1280 * 100vw);
    margin: 107px auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .companyMvv {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 107px auto 0;
    padding: 0 min(16px, 16 / 375 * 100vw);
  }
}
@media print, screen and (max-width:1023px) and (max-width: 767px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) and (max-width: 767px) {
  .companyMvv {
    margin: 56px 0 0;
  }
}

.companyMvv_node {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .companyMvv_node {
    -ms-grid-columns: min(360px, 360 / 1280 * 100vw) 1fr;
    grid-template-columns: min(360px, 360 / 1280 * 100vw) 1fr;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .companyMvv_node {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  .companyMvv_node + .companyMvv_node {
    margin-top: 124px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMvv_node + .companyMvv_node {
    margin-top: 56px;
  }
}

.companyMvv_heading {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
  font-family: "Roboto", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
}
.companyMvv_heading.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .companyMvv_heading {
    font-size: 56px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMvv_heading {
    font-size: 32px;
  }
}
.companyMvv_heading::first-letter {
  color: #FBC600;
}

@media print, screen and (min-width: 768px) {
  .companyMvv_body {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMvv_body {
    margin-top: 16px;
  }
}

.companyMvv_bodyItem + .companyMvv_bodyItem {
  margin-top: 44px;
}

.companyMvv_bodyTitle {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.companyMvv_bodyTitle.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .companyMvv_bodyTitle {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMvv_bodyTitle {
    margin-bottom: 18px;
    font-size: 18px;
  }
}

.companyMvv_bodyText {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
  letter-spacing: 0.12em;
  line-height: 2;
}
.companyMvv_bodyText.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .companyMvv_bodyText {
    margin-left: min(64px, 64 / 1280 * 100vw);
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMvv_bodyText {
    margin-left: 16px;
    font-size: 13px;
  }
}

.companyMessage {
  max-width: 924px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .companyMessage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    padding: 0 min(32px, 32 / 1280 * 100vw);
    margin: 173px auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .companyMessage {
    margin: 80px auto 0;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMessage {
    display: flow-root;
    padding: 0 min(16px, 16 / 375 * 100vw);
  }
}

.companyMessage_img {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
  position: relative;
}
.companyMessage_img.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (max-width: 767px) {
  .companyMessage_img {
    float: left;
    width: min(117px, 117 / 375 * 100vw);
    margin-right: min(16px, 16 / 375 * 100vw);
    margin-bottom: min(40px, 40 / 375 * 100vw);
  }
}
.companyMessage_img::before {
  aspect-ratio: 0.6672354949;
  overflow: hidden;
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #041b24;
}
.companyMessage_img::before img, .companyMessage_img::before svg, .companyMessage_img::before iframe, .companyMessage_img::before video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_img::before {
    top: 90px;
    right: -106px;
    width: 391px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMessage_img::before {
    bottom: -20px;
    right: -6px;
    width: min(78px, 78 / 375 * 100vw);
  }
}
.companyMessage_img::after {
  aspect-ratio: 0.4434137291;
  overflow: hidden;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #FBC600;
}
.companyMessage_img::after img, .companyMessage_img::after svg, .companyMessage_img::after iframe, .companyMessage_img::after video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_img::after {
    top: 90px;
    right: -106px;
    width: 239px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMessage_img::after {
    bottom: -30px;
    right: 6px;
    width: min(40px, 40 / 375 * 100vw);
  }
}

.companyMessage_imgInner {
  aspect-ratio: 0.6672354949;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.companyMessage_imgInner img, .companyMessage_imgInner svg, .companyMessage_imgInner iframe, .companyMessage_imgInner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_imgInner {
    width: 391px;
  }
}

.companyMessage_content {
  opacity: 1;
  translate: 0 0 0;
  -webkit-transition: opacity 0.9s ease, translate 0.9s ease;
  transition: opacity 0.9s ease, translate 0.9s ease;
  position: relative;
  z-index: 4;
}
.companyMessage_content.is-hide {
  opacity: 0;
  translate: 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_content {
    padding: 36px min(28px, 28 / 1280 * 100vw);
    margin-top: 60px;
    margin-left: min(-106px, -106 / 1280 * 100vw);
    background-color: rgba(255, 255, 255, 0.92);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.companyMessage_contentTitle {
  font-family: "Poppins", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_contentTitle {
    margin-bottom: 38px;
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMessage_contentTitle {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

.companyMessage_contentText {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_contentText {
    font-size: 15px;
    line-height: 2;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMessage_contentText {
    font-size: 12px;
    line-height: 1.41;
  }
}

.companyMessage_name {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_name {
    margin-top: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMessage_name {
    margin-top: 24px;
  }
}

.companyMessage_nameCompany {
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_nameCompany {
    margin-bottom: 12px;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMessage_nameCompany {
    margin-bottom: 16px;
    font-size: 12px;
  }
}

.companyMessage_nameImg {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .companyMessage_nameImg {
    width: 133px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyMessage_nameImg {
    width: 97px;
  }
}
.companyMessage_nameImg img {
  width: 100%;
}

.companyInfo {
  background-color: #F4F4F4;
}
@media print, screen and (min-width: 768px) {
  .companyInfo {
    padding-top: 120px;
    margin-top: 167px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyInfo {
    padding: 44px min(16px, 16 / 375 * 100vw) 0;
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .companyInfo_inner {
    width: 600px;
    margin: 0 auto;
  }
}

.companyInfo_title {
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .companyInfo_title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyInfo_title {
    margin-bottom: 32px;
    font-size: 22px;
  }
}

.companyInfo_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 0;
  border-bottom: 1px solid #041b24;
  line-height: 1.71;
}
@media print, screen and (min-width: 768px) {
  .companyInfo_list dl {
    padding: 24px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .companyInfo_list dl {
    padding: 18px 0;
  }
}
.companyInfo_list dl:first-child {
  padding-top: 0;
}
.companyInfo_list dt {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .companyInfo_list dt {
    width: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .companyInfo_list dt {
    width: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .companyInfo_list dd {
    width: calc(100% - 200px);
  }
}
@media print, screen and (max-width: 767px) {
  .companyInfo_list dd {
    width: calc(100% - 150px);
  }
}