@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------------------------------
	ベース
---------------------------------------------------------------------*/
*:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
  --noto: "Noto Sans JP", sans-serif;
  --en: "Plus Jakarta Sans", sans-serif;
  --gray: #E9E9E9;
  --navy: #003240;
  --gold: #A68C3F;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--noto);
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  position: relative;
  overflow-x: clip;
}
body.active {
  height: 100%;
  overflow: hidden;
}
main {
  overflow: clip;
  position: relative;
}
section {
  padding-top: 170px;
  position: relative;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: inline-block;
}
a {
  display: inline-block;
}
ul li {
  list-style: none;
}
table {
  border-color: inherit;
  border-collapse: collapse;
  display: block;
}
table tbody {
  width: 100%;
  display: block;
}
table tr {
  width: 100%;
}
table tr, table th, table td {
  display: inline-block;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.row-reverse {
  flex-direction: row-reverse;
}
.jc-center {
  justify-content: center;
}
.jc-space {
  justify-content: space-between;
}
.jc-end {
  justify-content: flex-end;
}
.ai-start {
  align-items: flex-start;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.mg-auto {
  margin: 0 auto;
}
.small {
  font-size: 1.2rem;
}
.block {
  display: block;
}
.white {
  white-space: nowrap;
}
.regu {
  font-weight: 400;
}
.medi {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.navy {
  color: var(--navy);
}
.gray {
  color: var(--gray);
}
.gold {
  color: var(--gold);
}
.fff {
  color: #ffffff;
}
.bg-gray {
  background-color: var(--gray);
}
.bg-navy {
  background-color: var(--navy);
}
.p-txt p {
  line-height: 2;
}
.en {
  font-family: var(--en);
}
.pc-none {
  display: none !important;
}
.sp-none {
  display: block !important;
}
/* 共通 */
/*h2*/
.section-title {
  color: var(--gold);
  font-size: 2.0rem;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
/*h3*/
.box-title {
  color: var(--navy);
  font-size: 3.2rem;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.box-title.fff {
  color: #ffffff;
}
.box-txt {
  line-height: 2;
}
.img-wrap {
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-entitle {
  position: absolute;
  top: 0;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s;
}
.section-entitle span {
  position: absolute;
  font-family: var(--en);
  font-weight: 700;
  font-style: italic;
  font-size: 13.0rem;
  letter-spacing: normal;
  line-height: 1;
  top: -1px;
  left: 0;
  -webkit-transform: translateX(0) translateY(-65%);
  transform: translateX(0) translateY(-65%);
}
.section-entitle span.navy {
  background: linear-gradient(var(--navy) 60%, transparent 40%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 10px;
}
.section-entitle span.fff {
  background: linear-gradient(transparent 65%, #ffffff 35%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.section-entitle span.gray {
  background: linear-gradient(transparent 65%, var(--gray) 35%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.section-entitle span.bottom {
  left: 10px;
}
.business .section-entitle, .flow .section-entitle, .contact .section-entitle {
  left: 2.78vw;
}
.message .section-entitle, .advantage .section-entitle, .company .section-entitle {
  /*right: 7.8vw;*/
  width: 100%;
}
.section-entitle span {
  transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.slidein span.top {
  left: -30px;
  padding-top: 1px;
}
.slidein.action span.top {
  left: 0;
}
.slidein span.bottom {
  -webkit-transform: translateX(20px) translateY(-65%);
  transform: translateX(20px) translateY(-65%);
}
.slidein.action span.bottom {
  -webkit-transform: translateX(0) translateY(-65%);
  transform: translateX(0) translateY(-65%);
}
.message .slidein span, .advantage .slidein span, .company .slidein span {
  width: -moz-fit-content;
  width: fit-content;
  right: 7.8vw;
  margin-left: auto;
}
.message .slidein span.top, .advantage .slidein span.top, .company .slidein span.top {
  right: calc(7.8vw + 30px);
}
.message .slidein.action span.top, .advantage .slidein.action span.top, .company .slidein.action span.top {
  right: 7.8vw;
}
.message .slidein span.bottom, .advantage .slidein span.bottom, .company .slidein span.bottom {
  -webkit-transform: translateX(30px) translateY(-65%);
  transform: translateX(30px) translateY(-65%);
}
.message .slidein.action span.bottom, .advantage .slidein.action span.bottom, .company .slidein.action span.bottom {
  -webkit-transform: translateX(0) translateY(-65%);
  transform: translateX(0) translateY(-65%);
}
/*---------------------------------------------------------------------
	header
---------------------------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: var(--navy);
}
.header-inner {
  height: 80px;
  align-items: flex-start;
}
.header-logo {
  max-width: 320px;
  width: 22.22vw;
  background-color: #ffffff;
  height: inherit;
}
.header-logo a {
  display: block;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.header-logo img {
  max-width: 182px;
  max-height: 50px;
  width: 100%;
  height: auto;
  aspect-ratio: 91 / 25;
}
.header-logo a span {
  display: inline-block;
  text-indent: -9999px;
}
.header nav {
  column-gap: 2.083vw;
  align-items: flex-start;
}
.header nav ul {
  height: 80px;
  column-gap: 1.875vw;
}
.header nav ul li a {
  color: #ffffff;
  padding: 5px;
  font-size: 1.8rem;
  position: relative;
}
.header nav ul li span {
  position: relative;
  font-weight: 700;
  transition: color .3s;
}
.header nav ul li span::before {
  background: #ffffff;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: auto;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: transform .3s;
}
.header nav ul li a:hover span {
  color: var(--orange);
}
.header nav ul li a:hover span::before {
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header nav ul li:last-child {
  margin-top: 20px;
}
.header nav ul li:last-child span {
  font-weight: 400;
}
.contact-btn {
  background-color: var(--gold);
  width: 160px;
  height: 160px;
  transition: background-color .3s;
}
.contact-btn span {
  color: #ffffff;
  font-weight: 700;
  align-items: center;
  justify-content: flex-end;
  grid-row-gap: 16px;
  height: 100%;
  padding-bottom: 30px;
}
.contact-btn span::before {
  content: '';
  display: block;
  width: 50px;
  height: 41px;
  background-image: url("../img/icon_contact.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact-btn:hover {
  background-color: var(--navy);
}
/*---------------------------------------------------------------------
	MV
---------------------------------------------------------------------*/
.mv {
  position: relative;
  margin-top: -80px;
}
.mv::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(50% - 80px);
  background-color: var(--gray);
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv-inner {
  width: 94.7%;
  margin-left: auto;
  position: relative;
}
.swiper-container {
  position: relative;
}
.swiper-pagination {
  right: calc(100% + 10px) !important;
  left: auto !important;
  width: fit-content !important;
}
::-webkit-full-page-media, _:future, :root .swiper-pagination {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}
.swiper-pagination-bullet {
  width: 4px;
  height: 64px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--gold);
}
/* メインリード */
.main-lead {
  position: absolute;
  top: calc(50% + 80px);
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  z-index: 2;
}
.main-lead-item:not(.opacity):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
.main-lead-item.delay:before {
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.main-lead-item:not(.opacity) {
  position: relative;
}
.main-lead-item:not(.opacity) img {
  opacity: 0;
  transition: opacity 0.2s 0.3s;
}
.main-lead-item.delay img {
  transition: opacity 0.3s 0.4s;
}
.main-lead-item:not(.opacity).active img {
  opacity: 1;
}
.main-lead-item:not(.opacity).line:before {
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main-lead-item.opacity {
  display: none;
  position: absolute;
  bottom: 100%;
}
/*---------------------------------------------------------------------
	MESSAGE
---------------------------------------------------------------------*/
.message-inner {
  position: relative;
}
.message-box {
  background-color: #ffffff;
  width: 65.8%;
  margin-left: auto;
  padding: 60px 40px 40px 120px;
  position: relative;
}
.message-box-inner {
  width: 38.89vw;
  margin: 0 auto;
}
.message-box .box-title {
  margin-bottom: 40px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: 2.7rem;
}
.message-box .box-txt {
  margin-bottom: 80px;
}
.message-box .ceo-name {
  column-gap: 16px;
}
.message-box .ceo-name img {
  width: 180px;
}
.message .img-box {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 2;
}
.message .img1 {
  max-width: 400px;
  max-height: 400px;
  width: 27.78vw;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  z-index: 2;
}
.message .img2 {
  max-width: 560px;
  max-height: 560px;
  width: 38.89vw;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-top: -130px;
  margin-left: 80px;
}
/*---------------------------------------------------------------------
	BUSINESS
---------------------------------------------------------------------*/
.business-box {
  width: 90%;
  padding: 60px 0 90px;
  position: relative;
}
.business-box-inner {
  width: 88.2%;
}
.business .section-txt {
  margin-bottom: 40px;
}
.business-box__inner-box {
  column-gap: 80px;
}
.business-box__inner-box-item {
  width: calc(100%/2 - 40px);
}
.business-box__inner-box-item .img-wrap {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
}
.business-box__inner-box-item .box-title {
  margin-bottom: 16px;
}
/*---------------------------------------------------------------------
	ADVANTAGE
---------------------------------------------------------------------*/
.advantage-inner {
  position: relative;
}
.advantage-list {
  grid-row-gap: 24px;
}
.advantage-list-item {
  align-items: stretch;
  column-gap: 40px;
}
.advantage-list-item .advantage-list-item__img {
  width: calc(100%/2);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  flex-shrink: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s;
}
.advantage-list-item.row-reverse .advantage-list-item__img {
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.advantage-list-item .advantage-list-item__img.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.advantage-list-item .advantage-list-item__txt {
  padding: 60px 0 80px;
  width: 38.89vw;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
.advantage-list-item.row-reverse .advantage-list-item__txt {
  padding: 60px 0 80px;
}
.advantage-list-item__txt .section-title {
  margin-bottom: 0;
}
.advantage-list-item__txt .number {
  font-family: var(--en);
  color: var(--gold);
  font-weight: 700;
  font-style: italic;
  font-size: 7.0rem;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 8px;
  display: block;
}
/*---------------------------------------------------------------------
	FLOW
---------------------------------------------------------------------*/
.flow-inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.flow .h2-wrap {
  position: relative;
  height: auto;
  margin-top: -1px;
  max-width: 800px;
  width: 100%;
  min-height: 160px;
  background-color: var(--navy);
  margin: 0 auto;
  left: -8.34vw;
}
.flow .h2-wrap::before {
  content: "";
  display: block;
  background-color: var(--navy);
  width: calc(100% + 1px);
  position: absolute;
  height: 100%;
  left: calc(-100% + 1px);
  top: 0;
}
.flow .h2-wrap::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 100%;
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  height: 100%;
  left: 95%;
  top: 0;
}
.flow .section-title {
  padding-top: 60px;
  margin-bottom: 0;
}
.flow-list {
  align-items: center;
}
.flow-list-item {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  height: auto;
  width: 100%;
  max-width: 800px;
  min-height: 160px;
  position: relative;
  margin-top: -21px;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  transition: transform .2s cubic-bezier(.76, 0, .4, 1), opacity 0.6s;
}
.flow-list-item.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.flow-list-item:nth-child(1) {
  margin-left: calc(-5.56vw * (3 - 1));
}
.flow-list-item:nth-child(2) {
  margin-left: calc(-5.56vw * (2 - 1));
}
.flow-list-item:nth-child(4) {
  margin-left: calc(5.56vw * (2 - 1));
}
.flow-list-item:nth-child(5) {
  margin-left: calc(5.56vw * (3 - 1));
}
.flow-list-item:nth-child(6) {
  margin-left: calc(5.56vw * (4 - 1));
  position: relative;
  clip-path: none;
  min-height: 160px;
}
.flow-list-item:nth-child(6)::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  position: absolute;
  height: 100%;
  left: -95%;
  top: 0;
}
.flow-list-item:nth-child(6)::after {
  content: "";
  display: block;
  background-color: var(--navy);
  width: calc(100% + 1px);
  position: absolute;
  height: 100%;
  left: calc(100% - 1px);
  top: 0;
}
.flow-list-item__ttl {
  margin-bottom: 8px;
}
.flow-list-item__ttl span {
  font-family: var(--en);
}
.flow-list-item__ttl span:not(.number) {
  font-size: 2.0rem;
  font-weight: 500;
  font-style: italic;
}
.flow-list-item__ttl span.number {
  font-size: 4.5rem;
  font-weight: 700;
  font-style: italic;
  vertical-align: sub;
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
  line-height: 1;
}
.flow-list-item__ttl .box-title {
  margin-bottom: 0;
  font-size: 2.4rem;
}
.flow-list-item .box-txt {
  margin-left: 30px;
}
.flow-list-item__inner {
  width: 83.375%;
  margin: 0 auto;
  padding: 20px 0 30px;
  position: relative;
  left: -10px;
}
/*---------------------------------------------------------------------
	COMPANY
---------------------------------------------------------------------*/
.company-inner {
  position: relative;
}
.company-content {
  width: 94.7%;
  height: 890px;
  background-image: url("../img/company_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: auto;
  position: relative;
}
.company-table {
  width: 700px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 80px 80px;
}
.company-table caption {
  display: block;
  text-align: left;
}
.company-table table tr {
  border-bottom: solid 1px #B3B3B3;
  padding: 25px 0;
}
.company-table table tr:first-of-type {
  border-top: solid 1px #B3B3B3;
}
.company-table table tr th {
  font-weight: 700;
  width: 140px;
  text-align: left;
  vertical-align: top;
}
/*---------------------------------------------------------------------
	CONTACT
---------------------------------------------------------------------*/
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
.contact .box-title {
  font-size: 2.4rem;
}
.contact-box {
  width: 90%;
  padding: 60px 0 80px;
  position: relative;
}
.contact-inner {
  width: 88.2%;
  margin: 0 auto;
}
.contact-tel {
  margin-bottom: 50px;
  column-gap: 25px;
}
.contact-tel__txt .box-title {
  margin-bottom: 10px;
}
.contact-tel__btn {
  font-weight: 700;
  font-style: italic;
  font-size: 6.4rem;
  position: relative;
  pointer-events: none;
  cursor: auto;
  letter-spacing: normal;
}
.contact-tel__btn::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url("../img/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}
/* フォーム */
input, textarea {
  background-color: #f2f2f2;
  border: none;
}
.form {
  background-color: #ffffff;
  padding: 64px 0 80px;
}
.form-inner {
  width: 73.33%;
  margin: 0 auto;
}
.form .box-title {
  margin-bottom: 60px;
}
::placeholder {
  font-size: 1.8rem;
  color: #B3B3B3;
  font-family: var(--noto);
  letter-spacing: 0.1em;
}
.form dl {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.form dl dt {
  font-weight: 700;
}
.form dl dd {
  width: 68%;
}
.form dl dd p {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 16px;
}
.form dl dd input[type="text"], .form dl dd input[type="tel"], .form dl dd input[type="email"] {
  height: 60px;
  padding: 0 20px;
  width: calc(100% - 40px);
}
.required {
  background: #BC0000;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.any {
  background: #B3B3B3;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
/* 名前 */
.form dl dd.small {
  grid-row-gap: 16px;
}
.form dl dd.small input {
  font-size: 1.6rem;
}
.form dl dd.small .name-wrap {
  column-gap: 40px;
}
/* ラジオボタン */
.input-item input[type="checkbox"], .privacy input[type="checkbox"], .input-item input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  padding-left: 28px;
}
.input-item input[type="checkbox"], .input-item input[type="radio"], .privacy input[type="checkbox"] {
  width: auto;
}
input[type="checkbox"]::before, input[type="radio"]::before, input[type="checkbox"]::after, input[type="radio"]::after {
  content: "";
  cursor: pointer;
  position: absolute;
}
.radio-text {
  position: relative;
}
/* ラジオボタンデザイン */
input[type="radio"]::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--navy);
  background-color: transparent;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}
input[type="radio"]::after {
  content: "";
  display: inline-block;
  background-color: var(--navy);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  opacity: 0;
}
input[type="radio"]:checked::after {
  opacity: 1;
}
.form dl dd.flex {
  column-gap: 30px;
}
/* チェックボックス */
input[type="checkbox"] {
  width: 24px;
  height: 24px;
  position: relative;
  background-color: transparent;
}
input[type="checkbox"]::before {
  content: "";
  display: inline-block;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  border-radius: 0%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}
input[type="checkbox"]::after {
  content: "";
  display: inline-block;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  opacity: 0;
  height: 6px;
  width: 12px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  top: calc(50% - 1px);
  left: 50%;
}
input[type="checkbox"]:checked::before {
  background-color: var(--navy);
}
input[type="checkbox"]:checked::after {
  opacity: 1;
}
.form textarea {
  padding: 20px;
  margin-bottom: 40px;
  resize: none;
  width: calc(100% - 40px);
}
.form .policy {
  text-align: center;
  margin-bottom: 40px;
}
.form .policy input {
  display: inline-block;
  margin-right: 4px;
}
.form .policy a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.form .policy a:hover {
  opacity: 0.6;
}
.button-wrap {
  margin-top: 40px;
}
#submit-button {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 440px;
  height: 80px;
  font-family: var(--noto);
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: 700;
  cursor: pointer;
  background: var(--gold);
  border-radius: 200px;
  letter-spacing: 0.1em;
  text-align: center;
}
#submit-button[disabled] {
  color: #ffffff;
  background-color: #B3B3B3;
  cursor: not-allowed;
  pointer-events: none;
}
#submit-button {
  cursor: pointer;
}
/*---------------------------------------------------------------------
	プライバシーポリシー
---------------------------------------------------------------------*/
.privacy {
  padding-bottom: 80px;
}
.privacy-box {
  width: 83.333%;
  background-color: #ffffff;
  padding: 120px 0;
}
.privacy-inner {
  width: 73.33%;
}
.privacy .section-title {
  color: var(--navy);
  font-size: 4.0rem;
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: solid 1px #B3B3B3;
}
.privacy-content {
  padding: 40px 0;
  border-bottom: solid 1px #B3B3B3;
}
.privacy-content__ttl {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.privacy .p-txt {
  line-height: 2;
}
.privacy-content__box {
  margin-bottom: 30px;
}
.privacy-content__box span {
  margin-bottom: 8px;
}
.privacy-content__box > ul > li:not(:last-of-type) {
  margin-bottom: 16px;
}
.privacy-content__box > ul > li > ul {
  margin-left: 10px;
  margin-top: 10px;
}
.privacy .mt {
  margin-top: 10px;
}
/*---------------------------------------------------------------------
	footer
---------------------------------------------------------------------*/
.footer {
  padding: 70px 0 30px;
}
.footer .footer-logo {
  width: 100px;
  margin-bottom: 40px;
}
.footer .company-name {
  font-size: 2.0rem;
  margin-bottom: 16px;
}
.footer address {
  font-style: normal;
  margin-bottom: 40px;
}
.footer a {
  color: var(--navy);
  margin-bottom: 70px;
}
.footer a:hover {
  text-decoration: underline;
}
/* ページトップボタン */
.page_top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  z-index: 990;
  cursor: pointer;
  background: #E9E9E9;
  transition: background 0.3s;
}
.page_top img {
  width: 16px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.page_top:hover {
  background: var(--navy);
}
.page_top:hover img:not(.hover) {
  opacity: 0;
}
/* フェードアニメーション */
.fade {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, opacity, filter;
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
  opacity: 0;
  will-change: transform, opacity;
}
.fade.action {
  opacity: 1;
}
.slideup {
  -webkit-transform: translateY(1vw);
  transform: translateY(1vw);
  overflow: hidden;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s;
}
.slideup.action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.company-table {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: calc(50% + 1vw);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s, top 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.company-table.action {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.scale {
  position: relative;
}
.scale img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 769px) {
  .contact-btn.sp {
    display: none !important;
  }
}