@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td, a {
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  text-size-adjust: 100%;
  word-break: break-all;
  line-break: strict;
  hyphens: auto;
  text-align: justify;
  line-height: 1.8rem;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

fieldset, img {
  border: 0;
}

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

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

/* ------------------------------------- 
  header
------------------------------------- */
header {
  position: fixed;
  top: 0;
  z-index: 9990;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 50px 0;
}
header .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
header .title__logo {
  max-width: 242px;
}
header .title__text {
  position: relative;
  padding-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 17px + 0.9375vw, 35px);
  color: #FFFFFF;
  letter-spacing: 0;
}
header .title__text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #FFFFFF;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 1440px) {
  header {
    padding: 30px 30px 0;
  }
  header .title__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1366px) {
  header {
    padding: 20px 20px 0;
  }
  header .title__logo {
    max-width: 150px;
  }
  header .title__text {
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 10px 0 20px;
  }
  header .title__text {
    color: #445266;
  }
  header .title__text::after {
    background: #445266;
  }
}
@media (max-width: 600px) {
  header .title {
    flex-direction: column;
    gap: 0px;
  }
  header .title__logo {
    max-width: 100px;
  }
  header .title__text {
    font-size: 0.625rem;
    line-height: 1.2rem;
    padding-bottom: 0;
  }
}

.header-top {
  padding-bottom: 30px;
  transition: all 0.3s;
}
.header-top .title__logo {
  position: relative;
}
.header-top .title__logo .logo-dg, .header-top .title__logo .logo-white {
  transition: all 0.3s;
}
.header-top .title__logo .logo-white {
  opacity: 1;
}
.header-top .title__logo .logo-dg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-top .title__text {
  transition: all 0.3s;
}
.header-top.active {
  background: #FFFFFF;
}
.header-top.active .title__logo .logo-white {
  opacity: 0;
}
.header-top.active .title__logo .logo-dg {
  opacity: 1;
}
.header-top.active .title__text {
  color: #445266;
}
.header-top.active .title__text::after {
  background-color: #445266;
}
@media screen and (max-width: 1024px) {
  .header-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-top {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header-top {
    padding-top: 10px;
  }
}

.header-page {
  position: fixed;
  padding: 30px 50px;
  background: #FFFFFF;
}
.header-page .title__text {
  color: #445266;
}
.header-page .title__text::after {
  background: #445266;
}
@media screen and (max-width: 1440px) {
  .header-page {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header-page {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-page {
    padding: 20px 10px 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .header-page {
    padding-top: 10px;
  }
}

/* ------------------------------------- 
  header__menu
------------------------------------- */
.header__menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.header__menu ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #445266;
  border-radius: 100px;
  width: 202px;
  height: 57px;
  color: #FFFFFF;
}
.header__menu ul a:hover {
  background: #ECEDEF;
  color: #445266;
}
@media screen and (max-width: 1024px) {
  .header__menu ul {
    gap: 7px;
  }
  .header__menu ul a {
    width: 170px;
    height: 50px;
  }
}
@media screen and (max-width: 960px) {
  .header__menu ul {
    gap: 5px;
  }
  .header__menu ul a {
    width: 150px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu ul a {
    width: 90px;
    font-size: 0.6875rem;
    line-height: 1rem;
    text-align: center;
  }
}

/* ------------------------------------- 
  font・text
------------------------------------- */
/* font ******/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td, a, p {
  color: #222222;
  font-family: "Noto Sans JP", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

h1, h2 {
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
}

h1 {
  font-size: 7.5rem;
  line-height: 9rem;
}

h2 {
  font-size: 4.0625rem;
  line-height: 5rem;
}

h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 4rem;
}

p, dl, dt, li, th, td, a {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.1875rem;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 3rem;
  }
  p, dl, dt, li, th, td, a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5625rem;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  p, dl, dt, li, th, td, a {
    font-size: 0.875rem;
  }
}
/* text ******/
.txt_bold {
  font-weight: 700;
}

.txt_normal {
  font-weight: normal;
}

.txt_red {
  color: #F06F5E;
}

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

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

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

/* ------------------------------------- 
  a
------------------------------------- */
a {
  color: #222222;
  transition: all 0.5s;
}
a::after, a::before, a div, a span, a p {
  transition: all 0.5s;
}

/* ------------------------------------- 
  layout
------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* PC SP ******/
.sp-480, .sp, .sp-960, .sp-1024, .sp-1280, .sp-1440 {
  display: none !important;
}

@media (max-width: 1536px) {
  .sp-1536 {
    display: block !important;
  }
  .pc-1536 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .sp-1440 {
    display: block !important;
  }
  .pc-1440 {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .sp-1280 {
    display: block !important;
  }
  .pc-1280 {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .sp-1024 {
    display: block !important;
  }
  .pc-1024 {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .sp-960 {
    display: block !important;
  }
  .pc-960 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .sp-480 {
    display: block !important;
  }
  .pc-480 {
    display: none !important;
  }
}
/* ------------------------------------- 
  style
------------------------------------- */
section, div, header, footer {
  box-sizing: border-box;
}

img {
  display: block;
}

section {
  position: relative;
  margin: 0 auto;
}
section .title .sub {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section .title .lead-page {
  max-width: 660px;
  margin-top: 25px;
}
section .lead {
  margin-top: 40px;
  line-height: 2rem;
}

.wrap-w1190 {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  section .title .sub {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  section .title .lead-page {
    margin-top: 15px;
  }
  section .lead {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  section .lead {
    margin-top: 20px;
    line-height: 1.8rem;
  }
}
/* ------------------------------------- 
  mv-page
------------------------------------- */
.mv-page {
  background: url(../images/mv-page_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 120px;
  margin-bottom: 250px;
  padding: 55px 0;
}
.mv-page .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 5%;
}
.mv-page .title {
  max-width: 454px;
  width: 23.6%;
}
.mv-page .title h1 {
  font-size: clamp(25px, 6px + 5.9375vw, 120px);
  line-height: 1.2em;
}
.mv-page .title-sub {
  margin-top: 30px;
  font-size: clamp(20px, 16px + 1.25vw, 40px);
  font-weight: 700;
  line-height: 1.2em;
}
.mv-page .title-sub span {
  font-size: clamp(16px, 13.2px + 0.875vw, 30px);
}
.mv-page .title .lead {
  display: block;
}
.mv-page .lead {
  display: none;
}
.mv-page .img {
  width: 58.28%;
}
@media screen and (max-width: 1440px) {
  .mv-page .title-sub span {
    display: block;
  }
  .mv-page .title .lead {
    display: none;
  }
  .mv-page .img {
    height: 300px;
    object-fit: cover;
  }
  .mv-page .lead {
    display: block;
    max-width: 930px;
    width: 73%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .mv-page {
    margin-top: 90px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 960px) {
  .mv-page {
    margin-top: 80px;
  }
  .mv-page .wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .mv-page .title, .mv-page .img {
    max-width: 768px;
    width: 80%;
    margin: 0 auto;
  }
  .mv-page .title h1, .mv-page .title-sub {
    text-align: center;
  }
  .mv-page .title .lead {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .mv-page .img {
    min-height: 250px;
    height: 20vh;
    object-position: top center;
  }
  .mv-page .lead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mv-page {
    margin-top: 70px;
    margin-bottom: 150px;
  }
  .mv-page .title-sub {
    margin-top: 10px;
  }
  .mv-page .title .lead {
    margin-top: 20px;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .mv-page {
    margin-top: 65px;
    margin-bottom: 100px;
  }
}

/* ------------------------------------- 
  phone
------------------------------------- */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------- 
  form-common
------------------------------------- */
.form-common {
  background: #ECEDEF;
  margin-top: 190px;
  padding: 150px 0;
}

.form-common form {
  border-left: 1px solid #222222;
  margin-top: 80px;
  padding-left: 10.9%;
}

.form-common form table {
  width: 100%;
}
.form-common form table th, .form-common form table td {
  padding-bottom: 25px;
  vertical-align: middle;
}
.form-common form table th {
  max-width: 355px;
  width: 38%;
  font-weight: 600;
  padding-right: 30px;
}
.form-common form table th.textarea {
  vertical-align: top;
  padding-top: 20px;
}
.form-common form table th.file-th {
  vertical-align: top;
  padding-top: 10px;
}
.form-common form table th .br-switch {
  display: none;
}
.form-common form table th .hissu {
  display: inline-block;
  background: #F06F5E;
  border-radius: 3px;
  margin-left: 10px;
  padding: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1rem;
}
.form-common form table td {
  max-width: 584px;
  width: 62%;
}

.form-common form input, .form-common form textarea, .form-common form lebel {
  font-size: 1rem;
}
.form-common form input::placeholder, .form-common form textarea::placeholder, .form-common form lebel::placeholder {
  font-size: 0.75rem;
  color: #2222224D;
}
.form-common form input[type=text], .form-common form input[type=tel], .form-common form input[type=email] {
  border: none;
  width: 100%;
  height: 50px;
  padding: 20px;
  box-sizing: border-box;
}
.form-common form input[type=radio] {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.form-common form input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #222222;
}
.form-common form label {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  line-height: 1;
  cursor: pointer;
}
.form-common form label:not(:last-of-type) {
  margin-right: 30px;
}
.form-common form .file-button::file-selector-button {
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  padding: 10px 30px;
  font-family: "Noto Sans JP", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #222222;
  transition: all 0.3s;
}
.form-common form .file-button:hover::file-selector-button {
  background: #2222224D;
  color: #FFFFFF;
}
.form-common form .file span {
  display: block;
  margin: 5px;
  font-size: 0.875rem;
}
.form-common form textarea {
  border: none;
  width: 100%;
  padding: 20px;
}
.form-common form .policy-check {
  margin: 40px auto 50px;
  text-align: center;
}
.form-common form .policy-check label p, .form-common form .policy-check label a {
  letter-spacing: 0;
}
.form-common form .policy-check label p {
  font-weight: 600;
}
.form-common form .policy-check label a {
  text-decoration: underline;
}
.form-common form .policy-check label a:hover {
  text-decoration: none;
}
.form-common form .policy-check [type=checkbox] {
  appearance: none;
  position: relative;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  cursor: pointer;
}
.form-common form .policy-check [type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #222222;
  border-left: 2px solid #222222;
  transform: rotate(-45deg);
}
.form-common form .submitbtn {
  margin: 0 auto;
  padding: 0;
  transition: all 0.5s;
}
.form-common form .submitbtn::after {
  transition: all 0.5s;
}
.form-common form .submitbtn input[type=submit] {
  display: block;
  background: none;
  border: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  padding: 0 30px;
  line-height: 57px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #FFFFFF;
  transition: all 0.5s;
}
.form-common form .submitbtn:hover input[type=submit] {
  color: #222222;
  background: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .form-common {
    margin-top: 130px;
    padding: 100px 0;
  }
  .form-common form {
    margin-top: 60px;
    padding-left: 50px;
  }
  .form-common form table th {
    width: 30%;
  }
  .form-common form table th.textarea {
    padding-top: 10px;
  }
  .form-common form table th .br-switch {
    display: block;
  }
  .form-common form table td {
    width: 70%;
  }
  .form-common form .policy-check {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-common {
    margin-top: 70px;
    padding-top: 50px;
  }
  .form-common form {
    border: none;
    padding-left: 0;
  }
  .form-common form table th, .form-common form table td {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .form-common form table th {
    padding-bottom: 15px;
  }
  .form-common form table th .br-switch {
    display: none;
  }
  .form-common form table td {
    padding-bottom: 40px;
  }
}
/* ------------------------------------- 
  form-check 確認ページ
------------------------------------- */
.form-check {
  background: #ECEDEF;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.form-check .title {
  background: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.form-check .title img {
  max-width: 240px;
  margin: 0 auto;
}
.form-check .title__text {
  margin-top: 20px;
  font-size: 1.25rem;
  color: #445266;
  font-family: "Montserrat", sans-serif;
}
.form-check section {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 0;
}
.form-check h1 {
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  color: #445266;
}
.form-check .lead {
  margin: 0;
  padding: 0;
}
.form-check p {
  text-align: center;
}
.form-check p.error {
  font-weight: 600;
}
.form-check table {
  background: #FFFFFF;
  max-width: 900px;
  width: 100%;
  margin: 30px auto 0;
}
.form-check table th, .form-check table td {
  border-bottom: 10px solid #ECEDEF;
  padding: 10px 15px;
}
.form-check table th {
  background: #ECEDEF;
  width: 30%;
  color: #222222;
  font-weight: 600;
  font-size: 1rem;
}
.form-check table td {
  font-size: 0.875rem;
}
.form-check .check-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 400px;
  margin: 30px auto 0;
}
.form-check .check-button input[type=submit], .form-check .check-button input[type=button] {
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  width: 200px;
  padding: 0 30px;
  line-height: 57px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  transition: all 0.3s;
}
.form-check .check-button input[type=submit] {
  background: #F06F5E;
}
.form-check .check-button input[type=button] {
  background: #445266;
}
.form-check .check-button input[type=submit]:hover {
  opacity: 0.7;
}
.form-check .check-button input[type=button]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .form-check .title img {
    max-width: 180px;
  }
  .form-check .title__text {
    margin-top: 10px;
    font-size: 1rem;
  }
  .form-check section {
    margin-top: 30px;
  }
  .form-check h1 {
    margin-bottom: 20px;
    font-size: 1.875rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .form-check .title {
    padding: 20px 0 10px;
  }
  .form-check .title__text {
    font-size: 0.875rem;
  }
  .form-check h1 {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
  .form-check table {
    margin-top: 20px;
  }
  .form-check table th, .form-check table td {
    display: block;
    border: none;
    width: 100%;
    padding: 10px;
  }
  .form-check table th {
    font-size: 0.875rem;
  }
  .form-check table td {
    font-size: 0.75rem;
  }
  .form-check .check-button {
    flex-direction: column;
  }
  .form-check .check-button input[type=submit], .form-check .check-button input[type=button] {
    padding: 0 10px;
    line-height: 50px;
  }
}

/* ------------------------------------- 
  form-thanks　サンクスページ
------------------------------------- */
.form-thanks {
  background: #ECEDEF;
  width: 100%;
  height: 100%;
  margin-top: 120px;
  padding: 100px 0 200px;
}
.form-thanks section {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.form-thanks h1 {
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  color: #445266;
}
.form-thanks p {
  font-weight: 600;
  text-align: center;
}
.form-thanks .box {
  border-top: 2px solid #445266;
  max-width: 600px;
  width: 90%;
  margin: 40px auto 0;
  padding-top: 50px;
}
.form-thanks .box h3 {
  font-size: 1.5625rem;
  line-height: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #445266;
}
.form-thanks .box ul {
  background: #FFFFFF;
  list-style: disc;
  width: 100%;
  margin: 30px auto;
  padding: 50px 50px 50px 70px;
}
.form-thanks .box li {
  font-weight: 600;
}
.form-thanks .box p {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .form-thanks {
    margin-top: 90px;
  }
  .form-thanks h1 {
    margin-bottom: 20px;
    font-size: 1.875rem;
    line-height: 3rem;
  }
  .form-thanks .box {
    padding-top: 30px;
  }
  .form-thanks .box h3 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .form-thanks .box ul {
    padding: 30px 30px 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .form-thanks {
    margin-top: 30px;
  }
  .form-thanks h1 {
    margin-bottom: 10px;
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
  .form-thanks .box {
    margin-top: 20px;
    padding-top: 20px;
  }
  .form-thanks .box h3 {
    font-size: 1.125rem;
  }
  .form-thanks .box ul {
    padding: 30px 30px 30px 50px;
  }
}

#page_top {
  position: fixed;
  width: 65px;
  right: 5%;
  z-index: 9997;
}
#page_top img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#page_top p {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.2;
}
#page_top:hover {
  cursor: pointer;
  text-decoration: none;
}

/* ------------------------------------- 
  footer-colophon
------------------------------------- */
.footer-colophon {
  background: #FFFFFF;
  padding: 100px 0;
}
.footer-colophon .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.footer-colophon .title__logo {
  max-width: 242px;
}
.footer-colophon .title__text {
  position: relative;
  padding-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  color: #222222;
  letter-spacing: 0;
}
.footer-colophon .title__text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #222222;
  width: 100%;
  height: 1px;
}
.footer-colophon__detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 150px;
  margin-top: 45px;
}
.footer-colophon__detail .access li {
  margin-bottom: 35px;
}
.footer-colophon__detail .access li:last-child {
  margin-bottom: 0;
}
.footer-colophon__detail .access li p {
  letter-spacing: 0;
}
.footer-colophon__detail .access li h3 {
  font-size: 1.125rem;
  color: #445266;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}
.footer-colophon__detail .sitemap {
  column-count: 2;
  width: fit-content;
  column-gap: 2em;
}
.footer-colophon__detail .sitemap li p {
  color: #445266;
  font-weight: bold;
  line-height: 2.5rem;
}
.footer-colophon__detail .sitemap li a:hover {
  opacity: 0.7;
}
.footer-colophon__detail .sitemap__job-list li {
  transition: all 0.3s;
}
.footer-colophon__detail .sitemap__job-list li::before {
  content: "ー";
  padding-right: 15px;
}
.footer-colophon__detail .sitemap__job-list li:hover {
  margin-left: 5px;
}
.footer-colophon__detail .sitemap__job-list li a:hover {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .footer-colophon .title__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-colophon {
    padding: 70px 0;
  }
  .footer-colophon .title__logo {
    max-width: 150px;
  }
  .footer-colophon .title__text {
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
  .footer-colophon__detail {
    justify-content: space-between;
    gap: 0;
  }
  .footer-colophon__detail .access li h3 {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-colophon {
    padding: 50px 0;
  }
  .footer-colophon .title {
    flex-direction: column;
    gap: 15px;
  }
  .footer-colophon .title__text {
    padding-bottom: 0px;
    font-size: 1rem;
  }
  .footer-colophon__detail {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-colophon__detail .access li {
    margin-bottom: 15px;
  }
  .footer-colophon__detail .sitemap li p {
    line-height: 2rem;
  }
}

/* ------------------------------------- 
  footer-adclique
------------------------------------- */
.footer-adclique {
  background: #445266;
}
.footer-adclique a, .footer-adclique p, .footer-adclique small {
  color: #FFFFFF;
}
.footer-adclique .wrap-w1190 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.footer-adclique__box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}
.footer-adclique__box a {
  font-size: 0.875rem;
  text-decoration: underline;
}
.footer-adclique__box a:hover {
  text-decoration: none;
}
.footer-adclique__box .copyright {
  font-size: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .footer-adclique__box a {
    font-size: 0.75rem;
  }
  .footer-adclique__box .copyright {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-adclique .wrap-w1190 {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }
  .footer-adclique__box {
    flex-direction: column;
    gap: 10px;
  }
  .footer-adclique__box a {
    font-size: 0.75rem;
  }
  .footer-adclique__box .copyright {
    font-size: 0.625rem;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  opacity: 0;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

/* ------------------------------------- 
  animation
------------------------------------- */
/* fadeIn **************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

/* fadeInLeft **************************/
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

/* fadeInRight **************************/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

/* fadeInUp **************************/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes rote {
  0%, 100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
/* fluffy **************************/
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fluffy2 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* zoomIn **************************/
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomInFade {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomInFade {
  animation-name: zoomInFade;
}

/* blurIn **************************/
@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.blurIn {
  animation-name: blurIn;
}

/* noFilter **************************/
@keyframes noFilter {
  100% {
    opacity: 1;
    filter: none;
  }
}
.noFilter {
  animation-name: noFilter;
}

@keyframes noTransform {
  100% {
    opacity: 1;
    transform: none;
  }
}
.noTransform {
  animation-name: noTransform;
}

/* lineanime **************************/
.lineanime {
  fill: none;
  stroke: #ffffff;
  stroke-width: 19;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  animation: line 2.5s 0.1s forwards;
}
.lineanime.st2 {
  animation-delay: 0.3s;
}
.lineanime.st3 {
  animation-delay: 0.6s;
}
.lineanime.st4 {
  animation-delay: 0.9s;
}
.lineanime.st5 {
  animation-delay: 1.2s;
}
.lineanime.st6 {
  animation-delay: 1.5s;
}
.lineanime.st7 {
  animation-delay: 1.8s;
}

@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* scaleDown **************************/
@keyframes scaleDown {
  0% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.scaleDown {
  animation-name: scaleDown;
  transform: scale(1.2);
  opacity: 1 !important;
}

/* scaleUP **************************/
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.scaleUp {
  animation-name: scaleUp;
  transform: scale(1);
  opacity: 1 !important;
}

/* passing **************************/
.passing {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*passingLeft*/
.passingL.passing-bar:before {
  left: 0;
}

.passingL.move .passing-bar:before {
  animation: passing-barL 1s ease 0s 1 normal forwards;
}

@keyframes passing-barL {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
/*passingRight*/
.passingR.passing-bar:before {
  right: 0;
}

.passingR.move .passing-bar:before {
  animation: passing-barR 1s ease 0s 1 normal forwards;
}

@keyframes passing-barR {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
/* txt_popout **************************/
.txt_popout {
  overflow: hidden;
}

.txt_popout.move p {
  transform: translateY(2em);
  animation: textanimation 1s forwards;
}

.txt_popout p:nth-child(1) {
  animation-delay: 0.05s;
}

.txt_popout p:nth-child(2) {
  animation-delay: 0.1s;
}

.txt_popout p:nth-child(3) {
  animation-delay: 0.15s;
}

.txt_popout p:nth-child(4) {
  animation-delay: 0.2s;
}

.txt_popout p:nth-child(5) {
  animation-delay: 0.25s;
}

.txt_popout p:nth-child(6) {
  animation-delay: 0.3s;
}

.txt_popout p:nth-child(7) {
  animation-delay: 0.35s;
}

.txt_popout p:nth-child(8) {
  animation-delay: 0.4s;
}

.txt_popout p:nth-child(9) {
  animation-delay: 0.45s;
}

.txt_popout p:nth-child(10) {
  animation-delay: 0.5s;
}

.txt_popout p:nth-child(11) {
  animation-delay: 0.55s;
}

.txt_popout p:nth-child(12) {
  animation-delay: 0.6s;
}

@keyframes textanimation {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
  }
}
/* txt_popout2_out **************************/
.txt_popout2_out {
  display: block;
}

.txt_popout2_out span.l {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
.txt_popout2_out.move span.l {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.15s linear, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.txt_popout2_out.move span.l_0 {
  transition-delay: 0s;
}
.txt_popout2_out.move span.l_1 {
  transition-delay: 0.02s;
}
.txt_popout2_out.move span.l_2 {
  transition-delay: 0.04s;
}
.txt_popout2_out.move span.l_3 {
  transition-delay: 0.06s;
}
.txt_popout2_out.move span.l_4 {
  transition-delay: 0.08s;
}
.txt_popout2_out.move span.l_5 {
  transition-delay: 0.1s;
}
.txt_popout2_out.move span.l_6 {
  transition-delay: 0.12s;
}
.txt_popout2_out.move span.l_7 {
  transition-delay: 0.14s;
}
.txt_popout2_out.move span.l_8 {
  transition-delay: 0.16s;
}
.txt_popout2_out.move span.l_9 {
  transition-delay: 0.18s;
}
.txt_popout2_out.move span.l_10 {
  transition-delay: 0.2s;
}
.txt_popout2_out.move span.l_11 {
  transition-delay: 0.22s;
}

/* txt_popout2_in **************************/
.txt_popout2_in {
  display: block;
}

.txt_popout2_in span.l {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.15s linear, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.txt_popout2_in.move span.l {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  opacity: 1;
  transform: none;
  transition: opacity 0.2s linear, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.txt_popout2_in.move span.l_0 {
  transition-delay: 0.5s;
}
.txt_popout2_in.move span.l_1 {
  transition-delay: 0.52s;
}
.txt_popout2_in.move span.l_2 {
  transition-delay: 0.54s;
}
.txt_popout2_in.move span.l_3 {
  transition-delay: 0.56s;
}
.txt_popout2_in.move span.l_4 {
  transition-delay: 0.58s;
}
.txt_popout2_in.move span.l_5 {
  transition-delay: 0.6s;
}
.txt_popout2_in.move span.l_6 {
  transition-delay: 0.62s;
}
.txt_popout2_in.move span.l_7 {
  transition-delay: 0.64s;
}
.txt_popout2_in.move span.l_8 {
  transition-delay: 0.66s;
}
.txt_popout2_in.move span.l_9 {
  transition-delay: 0.68s;
}
.txt_popout2_in.move span.l_10 {
  transition-delay: 0.7s;
}
.txt_popout2_in.move span.l_11 {
  transition-delay: 0.72s;
}

/* txt_marker **************************/
.txt_marker {
  display: inline;
  position: relative;
}

.txt_marker::before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: -2;
}

.txt_marker.move::before {
  animation: markerAnime 1s forwards ease;
}

@keyframes markerAnime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* img-slide **************************/
.img-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 0;
}

.img-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  transform-origin: right center;
  transform: scaleX(1);
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.img-slide img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  top: -50%;
  left: -100%;
  transition: 0.7s;
}

.img-slide--move img {
  opacity: 1;
  left: 0;
}

.img-slide--move.img-slide:before {
  transform: scaleX(0);
  width: 100%;
}

/* slideIn **************************/
/*slideInL*/
.slideInL {
  position: relative;
  overflow: hidden;
}

.slideInL::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.slideInL--move::after {
  animation: slideInL 1.5s ease-in-out forwards;
}

@keyframes slideInL {
  0% {
    left: 0;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/*slideInR*/
.slideInR {
  position: relative;
  overflow: hidden;
}

.slideInR::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

.slideInR--move::after {
  animation: slideInR 1.5s ease-in-out forwards;
}

@keyframes slideInR {
  0% {
    right: 0;
  }
  70% {
    right: 100%;
  }
  100% {
    right: 100%;
  }
}
/*slideInT*/
.slideInT {
  position: relative;
  overflow: hidden;
}

.slideInT::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  animation: slideInT 1.5s ease-in-out forwards;
}

.slideInT--move::after {
  animation: slideInT 1.5s ease-in-out forwards;
}

@keyframes slideInT {
  0% {
    top: 0;
  }
  70% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
/*slideInB*/
.slideInB {
  position: relative;
  overflow: hidden;
}

.slideInB::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.slideInB--move::after {
  animation: slideInB 1.5s ease-in-out forwards;
}

@keyframes slideInB {
  0% {
    bottom: 0%;
  }
  70% {
    bottom: 100%;
  }
  100% {
    bottom: 100%;
  }
}
/* slideOut **************************/
/*slideOutL*/
.slideOutL {
  position: relative;
  overflow: hidden;
}

.slideOutL::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  z-index: 1;
}

.slideOutL--move::after {
  animation: slideOutL 1.5s ease-in-out forwards;
}

@keyframes slideOutL {
  0% {
    right: 100%;
  }
  70% {
    right: 0;
  }
  100% {
    right: 0;
  }
}
/*slideOutR*/
.slideOutR {
  position: relative;
  overflow: hidden;
}

.slideOutR::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
}

.slideOutR--move::after {
  animation: slideOutR 1.5s ease-in-out forwards;
}

@keyframes slideOutR {
  0% {
    left: 100%;
  }
  70% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
/*slideOutT*/
.slideOutT {
  position: relative;
  overflow: hidden;
}

.slideOutT::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 0;
  z-index: 1;
}

.slideOutT--move::after {
  animation: slideOutT 1.5s ease-in-out forwards;
}

@keyframes slideOutT {
  0% {
    bottom: 100%;
  }
  70% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
/*slideOutB*/
.slideOutB {
  position: relative;
  overflow: hidden;
}

.slideOutB::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
}

.slideOutB--move::after {
  animation: slideOutB 1.5s ease-in-out forwards;
}

@keyframes slideOutB {
  0% {
    top: 100%;
  }
  70% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
/* liner **************************/
/*linerLeft*/
.linerLeft:before {
  content: "";
  position: absolute;
  left: 0;
}

.linerLeft:before {
  animation: linerLeft 1s ease-in-out forwards;
}

@keyframes linerLeft {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*linerRight*/
.linerRight:before {
  content: "";
  position: absolute;
  left: 100%;
  transform: translateX(-100%);
  animation: linerRight 1s ease-in-out forwards;
}

@keyframes linerRight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*linerTop*/
.linerTop:before {
  content: "";
  position: absolute;
  top: 0;
  animation: linerTop 1s ease-in-out forwards;
}

@keyframes linerTop {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*linerBottom*/
.linerBottom:before {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  animation: linerBottom 1s ease-in-out forwards;
}

@keyframes linerBottom {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/* ------------------------------------- 
  delay
------------------------------------- */
.delay1 {
  animation-delay: 0.1s !important;
}

.delay2 {
  animation-delay: 0.2s !important;
}

.delay3 {
  animation-delay: 0.3s !important;
}

.delay4 {
  animation-delay: 0.4s !important;
}

.delay5 {
  animation-delay: 0.5s !important;
}

.delay6 {
  animation-delay: 0.6s !important;
}

.delay7 {
  animation-delay: 0.7s !important;
}

.delay8 {
  animation-delay: 0.8s !important;
}

.delay9 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

.delay12 {
  animation-delay: 1.2s !important;
}

a {
  transition-duration: 0.3s;
}

/* ------------------------------------- 
  button
------------------------------------- */
/* button **************************/
.button {
  overflow: hidden;
  position: relative;
  display: block;
  background: #445266;
  max-width: 304px;
  width: 100%;
  padding: 0 30px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 57px;
  letter-spacing: 0.1rem;
  z-index: 1;
}
.button::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 22px;
  transform: translateY(-51%);
  display: block;
  background: url(../images/arrow_button_w.svg) no-repeat center center/100%;
  width: 35px;
  height: 10px;
}
.button:hover {
  background: #ECEDEF;
  text-decoration: none;
  color: #445266;
}
.button:hover::after {
  right: 15px;
  background: url(../images/arrow_button_b.svg) no-repeat center center/100%;
  width: 35px;
  height: 10px;
}
.button--w {
  background: #FFFFFF;
  color: #445266;
}
.button--w::after {
  background: url(../images/arrow_button_b.svg) no-repeat center center/100%;
}
.button--w:hover {
  background: #ECEDEF;
}
.button--w:hover::after {
  width: 35px;
  height: 10px;
}

input[type=submit] {
  cursor: pointer;
}

/* button-sub **************************/
.button-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  width: 297px;
  padding-bottom: 18px;
}
.button-sub p {
  font-size: 1.125rem;
}
.button-sub .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  margin: 0 0 0 auto;
}
.button-sub .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #445266;
  line-height: 1;
  position: relative;
  width: 11px;
  height: 11px;
  transform: translate(-25%, 0%) rotate(45deg);
}
.button-sub .arrow::before, .button-sub .arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.button-sub .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.button-sub .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.button-sub:hover .circle {
  background: #222222;
}
.button-sub:hover .arrow {
  color: #FFFFFF;
}

/* ------------------------------------- 
  mv
------------------------------------- */
.mv {
  position: relative;
  background: url(../images/mv-top.jpg) no-repeat center top/cover;
  background-color: rgb(255, 255, 255);
  background-blend-mode: lighten;
  height: 100vh;
  max-height: 1097px;
  overflow: hidden;
  animation: mv-bg 2s ease-in-out forwards;
}
@keyframes mv-bg {
  0% {
    background-color: rgb(255, 255, 255);
  }
  50% {
    background-color: rgb(255, 255, 255);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
.mv .slideInT--wrap {
  position: relative;
}
.mv .slideInT {
  position: absolute;
  background: transparent;
  overflow: hidden;
}
.mv .slideInT::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  background: #445266;
  animation: slideInT 1.5s ease-in-out forwards;
}
.mv .slideInT--move {
  animation: none;
}
@keyframes slideInT {
  0% {
    top: -100%;
  }
  50% {
    top: -100%;
  }
  100% {
    top: 0%;
  }
}
.mv .slideIn01 {
  width: 921px;
  height: 1097px;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 350px) 100%, 0 100%);
}
.mv .slideIn02 {
  width: 1056px;
  height: 1097px;
  inset: 0;
  clip-path: polygon(calc(100% - 80px) 0, 100% 0, calc(100% - 350px) 100%, calc(100% - 430px) 100%);
}
.mv .copy {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.mv .copy h1 {
  position: absolute;
  top: 55%;
  left: 5%;
  transform: translateY(-45%);
  color: #FFFFFF;
  font-family: "Noto Sans JP", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(20px, 15px + 1.5625vw, 45px);
  line-height: 5rem;
}
@media screen and (max-width: 1536px) {
  .mv .slideIn01 {
    width: 701px;
  }
  .mv .slideIn02 {
    width: 836px;
  }
}
@media screen and (max-width: 1366px) {
  .mv .slideIn01 {
    width: 651px;
  }
  .mv .slideIn02 {
    width: 766px;
    clip-path: polygon(calc(100% - 70px) 0, 100% 0, calc(100% - 350px) 100%, calc(100% - 420px) 100%);
  }
}
@media screen and (max-width: 1440px) {
  .mv .slideIn01 {
    width: 600px;
  }
  .mv .slideIn02 {
    width: 700px;
    clip-path: polygon(calc(100% - 60px) 0, 100% 0, calc(100% - 350px) 100%, calc(100% - 410px) 100%);
  }
  .mv .copy h1 {
    left: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    height: 70vh;
    max-height: 550px;
  }
  .mv .slideIn01 {
    width: 500px;
  }
  .mv .slideIn02 {
    width: 570px;
    clip-path: polygon(calc(100% - 40px) 0, 100% 0, calc(100% - 350px) 100%, calc(100% - 390px) 100%);
  }
  .mv .copy h1 {
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .mv .slideIn01 {
    width: 480px;
  }
  .mv .slideIn02 {
    width: 550px;
    clip-path: polygon(calc(100% - 40px) 0, 100% 0, calc(100% - 350px) 100%, calc(100% - 390px) 100%);
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../images/mv-top_sp.jpg);
    background-position: center top;
    width: 100%;
  }
  .mv .copy h1 {
    top: auto;
    left: 30px;
    right: auto;
    bottom: 30px;
    transform: none;
    line-height: 3rem;
    color: #445266;
    animation: mv-text-sp 2s ease-in-out forwards;
  }
  @keyframes mv-text-sp {
    0% {
      color: #445266;
    }
    50% {
      color: #445266;
    }
    100% {
      text-shadow: 0px 0px 10px rgb(68, 62, 102);
      color: #FFFFFF;
    }
  }
}
@media screen and (max-width: 480px) {
  .mv .copy h1 {
    line-height: 2.5rem;
  }
}

/* ------------------------------------- 
  message
------------------------------------- */
.message {
  background: url(../images/message_bg.jpg) no-repeat center top/cover;
  width: 100%;
  margin: 0 auto;
  padding: 170px 0 210px;
}
.message .wrap-w1190 {
  width: 70%;
  margin: 0 auto;
}
.message p, .message h2, .message img, .message a {
  text-align: center;
  margin: 0 auto;
}
.message h2 {
  color: #FFFFFF;
  font-size: 6.25rem;
  line-height: 6rem;
}
.message img {
  display: block;
  max-width: 830px;
  width: 80%;
  margin: 40px auto;
  opacity: 0;
}
.message p {
  line-height: 2.5rem;
}
.message a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #445266;
  max-width: 264px;
  height: 57px;
  margin-top: 30px;
  color: #FFFFFF;
  font-weight: 700;
}
.message a:hover {
  background: #FFFFFF;
  color: #445266;
}
@media screen and (max-width: 1024px) {
  .message {
    padding: 120px 0 160px;
  }
  .message h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 80px 0 130px;
  }
  .message .wrap-w1190 {
    width: 80%;
  }
  .message h2 {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .message .wrap-w1190 {
    width: 90%;
  }
  .message h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .message img {
    width: 90%;
  }
  .message p {
    text-align: left;
    line-height: 2rem;
  }
}

/* ------------------------------------- 
  movie
------------------------------------- */
.movie {
  background: #F3F3F3;
  align-items: end;
  line-height: 100%;
}
.movie video {
  width: 100%;
}

/* ------------------------------------- 
  about
------------------------------------- */
.about {
  background: url(../images/about-bg.svg) left top/cover no-repeat #F3F3F3;
  padding: 165px 0 200px;
}
.about__overview .title h3 {
  margin-top: 50px;
}
.about__img {
  position: absolute;
  top: 165px;
  right: 0;
  width: 44.7%;
}
.about__img img {
  max-width: 851px;
}
.about__img ul {
  margin-top: 50px;
}
.about__img ul li {
  margin-bottom: 15px;
}
.about__img ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 0 150px;
  }
  .about__overview {
    width: 55%;
    margin-top: 30px;
    padding-left: 50px;
  }
  .about__img {
    position: static;
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .about__overview {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    flex-direction: column;
    gap: 50px;
    padding: 70px 0 100px;
  }
  .about__overview, .about__img {
    width: 80%;
    margin: 0 auto;
  }
  .about__overview {
    padding-left: 0;
    text-align: center;
  }
  .about__img img {
    object-fit: cover;
    object-position: top center;
    max-height: 300px;
  }
  .about__img ul {
    margin-top: 30px;
  }
  .about__img ul li a {
    margin: 0 auto;
  }
}

/* ------------------------------------- 
  history
------------------------------------- */
.history {
  position: relative;
  margin-bottom: 250px;
  padding-top: 145px;
}
.history__overview p {
  line-height: 2rem;
}
.history .sticky {
  position: relative;
}
.history .sticky::after {
  content: "";
  position: absolute;
  top: -314px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/history_bg.png) no-repeat top center/103%;
  z-index: -1;
}

.history__list {
  position: relative;
  width: 3448px;
  margin: 130px 27% 70px 400px;
  padding-left: 400px;
}
.history__list .liner-x {
  position: absolute;
  top: 60px;
  left: 440px;
  border-top: 1px solid #445266;
  width: 100%;
}
.history__list .liner-x span {
  position: absolute;
  bottom: -8px;
  right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #445266;
  width: 16px;
  height: 16px;
}
.history__list .detail {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  width: fit-content;
}
.history__list .detail li {
  position: relative;
  top: 0;
  width: 402px;
}
.history__list .detail li::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 40px;
  border-left: 1px solid #445266;
  height: calc(100% - 80px);
  z-index: -1;
}
.history__list .detail li .year {
  position: absolute;
  top: 0;
  width: 80px;
}
.history__list .detail li .year p {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  text-align: center;
}
.history__list .detail li .year .square {
  background: #445266;
  margin: 10px auto 0;
  width: 40px;
  height: 40px;
}
.history__list .detail li .box {
  padding-top: 240px;
}
.history__list .detail li .box h4, .history__list .detail li .box p {
  padding-left: 66px;
}
.history__list .detail li .box h4 {
  font-size: 1.125rem;
  font-weight: bold;
}
.history__list .detail li .box h4 span.sub {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.history__list .detail li .box p {
  margin: 20px auto;
  font-size: 0.875rem;
  line-height: 1.6rem;
}
.history__list .detail li .box a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: auto;
}
.history__list .detail li .box a span {
  max-width: 22px;
}
.history__list .detail li .box a:hover {
  opacity: 0.7;
}
.history__list .detail li.year1990::after {
  height: 70%;
}
.history__list .detail li.year1990 .box {
  padding-top: 307px;
}
.history__list .detail li.year1990 .box h4, .history__list .detail li.year1990 .box p {
  padding-left: 0;
}
.history__list .detail li.year1990 .box h4 {
  padding-top: 20px;
}
.history__list .detail li.year1994 {
  width: 300px;
  margin-left: -220px;
}
.history__list .detail li.year1994::after {
  height: 103px;
}
.history__list .detail li.year1994 .box {
  padding-top: 186px;
}
.history__list .detail li.year1994 .box h4, .history__list .detail li.year1994 .box p {
  padding-left: 0;
}
.history__list .detail li.year2000-2 {
  width: 438px;
  margin: 0 60px;
}
.history__list .detail li.year2000-2::after {
  border: none;
}
.history__list .detail li.year2000-2 .box {
  padding-top: 175px;
}
.history__list .detail li.year2000-2 dl {
  background: #ECEDEF;
  padding: 40px 45px;
  margin-bottom: 25px;
}
.history__list .detail li.year2000-2 dl dd {
  font-size: 0.875rem;
}
.history__list .detail li.year2000-2 dl:last-child {
  margin-bottom: 0;
}
.history__list .detail li.year2019::after {
  height: 50%;
}
.history__list .detail li.year2019 .box h4 {
  margin-top: 20px;
}

@media screen and (max-width: 1920px) {
  .history {
    margin-bottom: 150px;
    padding-top: 70px;
  }
  .history .sticky::after {
    top: -186px;
    width: 100%;
    overflow: hidden;
  }
  .history__list {
    width: 2948px;
    margin-top: 130px;
    padding-left: 300px;
  }
  .history__list .liner-x {
    top: 40px;
    left: 340px;
  }
  .history__list .detail li::after {
    top: 50px;
    left: 29px;
  }
  .history__list .detail li .year {
    width: 60px;
  }
  .history__list .detail li .year p {
    font-size: 1.25rem;
  }
  .history__list .detail li .year .square {
    width: 25px;
    height: 25px;
    margin-top: 0px;
  }
  .history__list .detail li .box {
    padding-top: 130px;
  }
  .history__list .detail li .box h4, .history__list .detail li .box p {
    padding-left: 50px;
  }
  .history__list .detail li .box h4 {
    font-size: 1rem;
  }
  .history__list .detail li .box h4 span.sub {
    font-size: 0.875rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
  .history__list .detail li.year1990 .box {
    padding-top: 200px;
  }
  .history__list .detail li.year1994 {
    width: 270px;
  }
  .history__list .detail li.year1994::after {
    height: 50px;
  }
  .history__list .detail li.year1994 .box {
    padding-top: 100px;
  }
  .history__list .detail li.year2000-2 {
    width: 350px;
    margin: 0 30px;
  }
  .history__list .detail li.year2000-2 .box {
    padding-top: 155px;
  }
  .history__list .detail li.year2000-2 dl {
    padding: 30px;
  }
  .history__list .detail li.year2019 .box {
    padding-top: 130px;
  }
  .history__list .detail li.year2024 .box {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1366px) {
  .history__list {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .history__list {
    width: 2898px;
    padding-left: 250px;
  }
  .history__list .liner-x {
    left: 290px;
  }
}
@media (max-width: 600px) {
  .history {
    background: url(../images/history_bg.png) no-repeat top center/103%;
  }
  .history .sticky::after {
    background: none;
  }
  .history__list {
    width: 2848px;
    padding-left: 200px;
  }
  .history__list .liner-x {
    left: 240px;
  }
}
@media screen and (max-width: 480px) {
  .history__list {
    width: 2798px;
    margin-top: 70px;
    padding-left: 150px;
  }
  .history__list .liner-x {
    left: 190px;
  }
}
.horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}
.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horizontal_scroll .scroller {
  overflow: auto;
}
.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}

/* ------------------------------------- 
  projects
------------------------------------- */
.projects {
  background: #F3F3F3;
  padding: 200px 0 120px;
}
.projects .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1456px;
  width: 95%;
  margin: 0 auto;
  padding-left: 7%;
}

.projects__title {
  position: sticky;
  top: 150px;
  max-width: 304px;
  width: 22.9%;
}
.projects__title .btn-list {
  margin-top: 90px;
}
.projects__title .btn-list li {
  margin-bottom: 15px;
}
.projects__title .btn-list li:last-child {
  margin-bottom: 0;
}

.projects__content {
  max-width: 871px;
  width: 65.8%;
  overflow-y: auto;
  overflow-x: hidden;
}
.projects__content .list {
  width: 100%;
}
.projects__content .list .box {
  background: #445266;
  width: 100%;
  margin-bottom: 70px;
  padding: 80px;
}
.projects__content .list .box .content__slider {
  border-radius: 10px;
  width: 100%;
}
.projects__content .list .box .content__slider .slick {
  border-radius: 10px;
  overflow: hidden;
}
.projects__content .list .box .content__slider .dots-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.projects__content .list .box .content__slider .dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #D6D6D6;
  border-radius: 50%;
  cursor: pointer;
}
.projects__content .list .box .content__slider .dots-wrap li:hover, .projects__content .list .box .content__slider .dots-wrap li.slick-active {
  background: #CB9068;
}
.projects__content .list .box .content__slider .dots-wrap li button {
  display: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.projects__content .list .box h3, .projects__content .list .box h4, .projects__content .list .box p, .projects__content .list .box li {
  color: #FFFFFF;
}
.projects__content .list .box h3 {
  margin-top: 50px;
  font-size: 1.5625rem;
  line-height: 2.5rem;
}
.projects__content .list .box .overview {
  margin-top: 20px;
}
.projects__content .list .box .overview li {
  font-size: 0.875rem;
  margin-bottom: 10px;
  padding: 0;
}
.projects__content .list .box .overview li:last-child {
  margin-bottom: 0;
}
.projects__content .list .box .overview li span {
  display: inline-block;
  border: 1px solid #FFFFFF;
  margin-right: 10px;
  padding: 0px 10px;
}
.projects__content .list .box .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
.projects__content .list .box .detail p {
  max-width: 504px;
  width: 70.9%;
  font-size: 0.875rem;
}
.projects__content .list .box .detail .staff {
  max-width: 161px;
  width: 22.6%;
}
.projects__content .list .box .detail .staff h4 {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 2.1875rem;
  line-height: 4rem;
}
.projects__content .list .box .detail .staff li {
  border-top: 1px solid #FFFFFF;
  margin: 0;
  padding: 5px;
  font-size: 0.875rem;
}
.projects__content .list .box .detail .staff li:last-child {
  border-bottom: 1px solid #FFFFFF;
}

@media screen and (max-width: 1440px) {
  .projects .wrap {
    padding-left: 5%;
  }
  .projects__title {
    top: 140px;
    width: 30%;
  }
  .projects__title .btn-list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .projects__title {
    top: 120px;
  }
  .projects__title .lead {
    margin-top: 20px;
    line-height: 1.6rem;
  }
  .projects__title .btn-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .projects {
    padding-top: 150px;
  }
  .projects .wrap {
    padding-left: 20px;
  }
  .projects__content .list .box {
    padding: 50px 50px 70px;
  }
  .projects__content .list .box h3 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .projects__content .list .box .overview {
    margin-top: 30px;
  }
  .projects__content .list .box .detail {
    flex-direction: column;
    gap: 30px;
  }
  .projects__content .list .box .detail p {
    max-width: 100%;
    width: 100%;
  }
  .projects__content .list .box .detail .staff {
    width: 50%;
  }
  .projects__content .list .box .detail .staff h4 {
    font-size: 1.875rem;
    line-height: 3.5rem;
  }
  .projects__content .list .box .detail .staff li {
    font-size: 0.75rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .projects__title {
    top: 80px;
  }
  .projects__title .btn-list {
    margin-top: 20px;
  }
  .projects__title .btn-list li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .projects {
    padding: 100px 0 70px;
  }
  .projects .wrap {
    flex-direction: column;
    gap: 50px;
    width: 90%;
    padding-left: 0;
  }
  .projects__title {
    position: static;
    overflow: hidden;
    max-width: 400px;
    width: 70%;
    margin: 0 auto;
  }
  .projects__title .title {
    text-align: center;
  }
  .projects__title .title h2 {
    line-height: 3rem;
  }
  .projects__title .btn-list li a {
    margin: 0 auto;
  }
  .projects__content {
    width: 100%;
  }
  .projects__content .list .box {
    margin-bottom: 40px;
    padding: 30px 30px 50px;
  }
  .projects__content .list .box h3 {
    margin-top: 30px;
    font-size: 1.125rem;
  }
  .projects__content .list .box .overview li {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .projects__content .list .box .detail {
    gap: 20px;
  }
  .projects__content .list .box .detail p {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .projects__content .list .box .detail .staff h4 {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}
/* ------------------------------------- 
  jobs
------------------------------------- */
.jobs {
  background: #F3F3F3;
  padding-bottom: 190px;
}
.jobs .wrap-w1190 {
  background: #FFFFFF;
  padding: 100px;
}
.jobs .wrap-w1190 .lead {
  margin-top: 20px;
}
.jobs__detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
}
.jobs__detail li {
  max-width: 247px;
  opacity: 0;
}
.jobs__detail .copy {
  font-size: 1.125rem;
  line-height: 2rem;
}
.jobs__detail .img {
  position: relative;
  width: 100%;
  margin: 20px auto;
}
.jobs__detail .img::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  background: #445266;
  width: 57.4%;
  padding-top: 57.4%;
}
.jobs__detail .img h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  width: 151px;
  height: 61px;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
.jobs__detail .img img {
  position: relative;
  z-index: 1;
  width: 92%;
  padding-top: 20px;
  padding-left: 8%;
}
.jobs__detail .comment p {
  font-size: 0.875rem;
  line-height: 1.6em;
  letter-spacing: 0;
}
.jobs__entry {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: #F3F3F3;
  margin-top: 30px;
  padding: 50px;
}
.jobs__entry p {
  color: #445266;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .jobs {
    padding-bottom: 150px;
  }
  .jobs .wrap-w1190 {
    padding: 70px;
  }
  .jobs__detail .copy {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .jobs__detail .img h3 {
    font-size: 1.125rem;
  }
  .jobs__entry {
    gap: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .jobs {
    padding-bottom: 100px;
  }
  .jobs .wrap-w1190 {
    padding: 30px;
  }
  .jobs__detail {
    justify-content: center;
    flex-wrap: wrap;
  }
  .jobs__detail .copy {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .jobs__detail .img h3 {
    font-size: 1.125rem;
  }
  .jobs__detail .comment p {
    font-size: 0.75rem;
  }
  .jobs__entry {
    flex-direction: column;
    gap: 20px;
  }
  .jobs__entry p {
    max-width: 450px;
    text-align: center;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .jobs__detail {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .jobs__entry {
    padding: 20px;
  }
}

/* ------------------------------------- 
  casual-talk
------------------------------------- */
.casual-talk {
  background: #445266;
  padding: 145px 0 155px;
}
.casual-talk .title h2, .casual-talk .title p {
  color: #FFFFFF;
}
.casual-talk__detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 25px;
}
.casual-talk__detail .text img {
  max-width: 278.5px;
}
.casual-talk__detail .text .lead {
  margin-top: 20px;
  color: #FFFFFF;
}
.casual-talk__detail .img {
  max-width: 695px;
}
.casual-talk__detail .img .button {
  margin: 26px 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .casual-talk {
    padding: 100px 0 110px;
  }
  .casual-talk .title h2, .casual-talk .title p {
    text-align: center;
  }
  .casual-talk__detail {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .casual-talk__detail .text img {
    width: 70%;
    margin: 0 auto;
  }
  .casual-talk__detail .img .button {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 1280px) {
  .casual-talk {
    padding: 50px 0 70px;
  }
}

/* ------------------------------------- 
  overview
------------------------------------- */
.casualtalk__overview .wrap {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 35.3% 58.8%;
  max-width: 1054px;
  width: 88.8%;
  margin: 0 auto;
}
.casualtalk__overview .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #445266;
  height: 100%;
}
.casualtalk__overview .title h2 {
  font-size: 2.3125rem;
  color: #FFFFFF;
}
.casualtalk__overview dl dt {
  position: relative;
  background: #445266;
  padding: 15px 15px 15px 61px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold;
}
.casualtalk__overview dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../images/icon_check.svg) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 31px;
}
.casualtalk__overview dl dd {
  margin: 17px 0 30px;
}
.casualtalk__overview dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .casualtalk__overview .title h2 {
    font-size: 1.875rem;
    line-height: 3rem;
  }
  .casualtalk__overview dl dt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .casualtalk__overview .wrap {
    grid-template-columns: 13% 82%;
    width: 90%;
  }
  .casualtalk__overview .title h2 {
    writing-mode: vertical-rl;
    font-size: 1.5625rem;
  }
  .casualtalk__overview dl dt {
    font-size: 1rem;
  }
  .casualtalk__overview dl dd {
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .casualtalk__overview .wrap {
    grid-template-columns: 10% 85%;
  }
  .casualtalk__overview .title h2 {
    font-size: 1.25rem;
  }
  .casualtalk__overview dl dt {
    line-height: 1.6rem;
    padding: 10px 10px 10px 40px;
  }
  .casualtalk__overview dl dt::before {
    left: 10px;
    width: 20px;
    height: 20px;
  }
  .casualtalk__overview dl dd {
    margin: 10px 0 20px;
  }
}

/* ------------------------------------- 
  application method
------------------------------------- */
.casualtalk__am {
  margin-top: 160px;
}
.casualtalk__am .box {
  position: relative;
  margin: 80px auto 0;
}
.casualtalk__am .box h3 {
  padding-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #222222;
}
.casualtalk__am .schedule {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.casualtalk__am .schedule img {
  max-width: 650px;
  width: 54.6%;
  z-index: 1;
}
.casualtalk__am .schedule .text {
  width: 540px;
  width: 45.4%;
}
.casualtalk__am .schedule .text p {
  max-width: 490px;
  width: 90.7%;
  margin-top: 40px;
}
.casualtalk__am .note ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
.casualtalk__am .note ul li {
  background: #ECEDEF;
  max-width: 560px;
  width: 47%;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .casualtalk__am {
    margin-top: 100px;
  }
  .casualtalk__am .box h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .casualtalk__am .schedule {
    flex-direction: column;
  }
  .casualtalk__am .schedule .box {
    margin-top: 50px;
  }
  .casualtalk__am .schedule .text {
    width: 100%;
  }
  .casualtalk__am .schedule .text p {
    max-width: 100%;
    width: 90%;
    margin: 30px auto;
  }
  .casualtalk__am .schedule img {
    width: 70%;
    margin: 0 auto;
  }
  .casualtalk__am .note ul {
    flex-direction: column;
    margin-top: 30px;
  }
  .casualtalk__am .note ul li {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 20px;
  }
  .casualtalk__am .note ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .casualtalk__am .note ul li {
    padding: 20px;
  }
}

/* ------------------------------------- 
  entry__flow
------------------------------------- */
.entry__flow {
  position: relative;
}
.entry__flow .step {
  display: grid;
  justify-content: center;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  margin-top: 30px;
}
.entry__flow .step li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 40px 0;
  border: 1px solid #445266;
  height: 100%;
  padding: 40px 35px;
}
.entry__flow .step li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -41px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #445266;
  border-right: 0;
}
.entry__flow .step li:last-child::after {
  border: none;
}
.entry__flow .step li .num p {
  text-align: center;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #445266;
}
.entry__flow .step li .num p:nth-child(1) {
  border-bottom: 1px solid #445266;
  padding: 0 10px;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.entry__flow .step li .num p:nth-child(2) {
  padding-top: 10px;
  font-size: 2.8125rem;
  line-height: 3rem;
  color: #FFFFFF;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #445266;
}
.entry__flow .step li h3 {
  margin-bottom: 40px;
  font-size: 1.25rem;
  color: #445266;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .entry__flow .step {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry__flow .step li {
    gap: 20px 0;
  }
  .entry__flow .step li:nth-child(2)::after {
    display: none;
  }
  .entry__flow .step li .num p:nth-child(1) {
    font-size: 1.125rem;
  }
  .entry__flow .step li .num p:nth-child(2) {
    font-size: 2.5rem;
  }
  .entry__flow .step li h3 {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .entry__flow .step {
    grid-template-columns: repeat(1, 1fr);
  }
  .entry__flow .step li {
    flex-direction: row;
    gap: 30px;
    padding: 30px 25px;
  }
  .entry__flow .step li::after {
    top: auto;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%) rotate(90deg);
  }
  .entry__flow .step li:nth-child(2)::after {
    display: block;
  }
  .entry__flow .step li .num {
    width: 80px;
  }
  .entry__flow .step li .num p:nth-child(1) {
    font-size: 1rem;
  }
  .entry__flow .step li .num p:nth-child(2) {
    font-size: 2.1875rem;
    line-height: 2rem;
  }
  .entry__flow .step li .step__text {
    width: calc(100% - 110px);
  }
  .entry__flow .step li h3 {
    text-align: left;
    margin-bottom: 0;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .entry__flow .step li {
    gap: 20px;
    padding: 20px;
  }
}/*# sourceMappingURL=common_style.css.map */