@charset "UTF-8";
/* --------------------------------------------
 * 　リセット
 * -------------------------------------------- */
html,
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

/* --------------------------------------------
 * 　変数
 * -------------------------------------------- */
/* --------------------------------------------
 * 　共有管理
 * -------------------------------------------- */
.head_size {
  display: inline-block;
  font-size: 4vw;
  border-top: 7px solid;
  border-bottom: 7px solid;
  padding: 0.1em 0;
}
@media screen and (max-width: 1023px) {
  .head_size {
    font-size: 6vw;
    border-top: 4px solid;
    border-bottom: 4px solid;
  }
}
@media screen and (min-width: 1440px) {
  .head_size {
    font-size: 58px;
  }
}

.head_line {
  display: flex;
  justify-content: center;
  margin-bottom: 30vh;
}

/* --------------------------------------------
 * 　基本設計
 * -------------------------------------------- */
html {
  box-sizing: border-box;
}

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

body {
  background-color: #C6C6C6;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  font-weight: 600;
  font-display: block;
  color: #213864;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  position: relative; /* 上にあるdivの相対的な位置を設定 */
  z-index: 0; /* 干渉を避けるため、z-indexを適切に設定 */
}

/* reCAPTCHAの表示を隠す */
.grecaptcha-badge {
  visibility: hidden;
}

/* --------------------------------------------
 *  max-width
    macbook air１３インチの画面幅 1440pxに合わしてます。
 * -------------------------------------------- */
#container, header, footer {
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}

/* ===============================================
# マウスストーカー
=============================================== */
.stalker {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #6FBCE5;
  transform: translate(-50%, -50%);
  z-index: 999;
  pointer-events: none; /*←めちゃめちゃ大事です */
  /* mix-blend-mode: difference; */
}
@media screen and (max-width: 1023px) {
  .stalker {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

/* --------------------------------------------
* 　ヘッダー
* -------------------------------------------- */
.header {
  max-width: 1440px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  position: fixed;
  height: 90px;
  align-items: center;
  padding: 0 2vw;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.header-text {
  color: #213864;
}
@media screen and (max-width: 768px) {
  .header-text {
    font-size: 3.5vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .header-text {
    font-size: 25px !important;
  }
}

.logo {
  z-index: 99;
  font-size: 1.5vw;
}
@media screen and (min-width: 1440px) {
  .logo {
    font-size: 25px;
  }
}

.logo:hover {
  cursor: pointer;
}

.logo a {
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: 600;
}
@media screen and (min-width: 1440px) {
  .logo a {
    font-size: 25px;
  }
}

/*************************************************
*   nav
*************************************************/
.header-menu-trigger {
  z-index: 99;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: relative;
  border: none;
  font-size: 1.5vw;
  font-weight: 600;
  margin-right: 2em;
  /* transition:background-color .5s; */
}
@media screen and (max-width: 768px) {
  .header-menu-trigger {
    margin-right: 3em;
  }
}
@media screen and (min-width: 1440px) {
  .header-menu-trigger {
    font-size: 25px;
  }
}

.header-menu-trigger:hover {
  cursor: pointer;
}

.header_button_container {
  position: relative;
}

.header_button {
  position: absolute;
  top: 50%;
  right: -41.5%;
  transform: translate(-50%, -50%); /* 中央に配置 */
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #213864;
}

.circle-bg {
  position: absolute;
  top: 45%;
  right: 3%;
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #eee;
  z-index: -1;
  transform: scale(0);
}
@media screen and (max-width: 768px) {
  .circle-bg {
    top: 5.8vw;
    right: 7vw;
  }
}

.header-menu {
  width: 100%;
  top: 0;
  right: 0;
  z-index: 50;
  height: 100vh;
  position: fixed;
  /* 初期状態 */
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; /* クリックできない状態 */
  transition: visibility 0s, opacity 0.3s ease-in-out; /* スムーズな表示/非表示 */
}

.header-menu.is-active {
  display: block !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto; /* クリック可能な状態 */
  z-index: 50;
}

/* ページ遷移時に付与されるリセットクラス */
.header-menu.reset {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.header-lists {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-bottom: 5em;
}

.header-lists a {
  color: #213864;
}

.header-lists li {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8vh;
  opacity: 0;
  visibility: hidden;
}

/* --------------------------------------------
* 　フロントページ
* -------------------------------------------- */
/*************************************************
*   loading
*************************************************/
/* FOUC防止と読み込み中のスクロール制限 */
html.is-loading body > *:not(#loadingScreen) {
  visibility: hidden;
}

#loadingScreen,
#loadingScreen * {
  visibility: visible !important;
}

html.front-page.is-loading,
body.front-page.is-loading {
  overflow: hidden;
  height: 100%;
}

#loadingScreen {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-weight: bold;
  font-size: 4rem;
  background: #BAA9A8;
  overflow: hidden;
  overscroll-behavior: none;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #loadingScreen {
    font-size: 2rem;
  }
}

/*************************************************
*   FV
*************************************************/
.slot-container {
  width: 100%;
  height: 1em;
  font-size: 14vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slot-container {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1440px) {
  .slot-container {
    font-size: 200px;
  }
}

.text-slot {
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.slot-letter {
  display: inline-block;
  transform: translateY(-100%);
}

.name_wrap {
  width: 100%;
  height: 100vh;
}

.logo_name {
  width: 100%;
  font-weight: 600;
  font-size: 13.567vw;
  text-align: center;
}

.scroll_script {
  align-content: end;
  width: 100%;
  text-align: center;
  height: 50vh;
  font-size: 1vw;
}
@media screen and (max-width: 1023px) {
  .scroll_script {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .scroll_script {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1440px) {
  .scroll_script {
    font-size: 16px;
  }
}

.scroll_container {
  width: 100%;
  position: relative;
}

.scroll_prompt {
  content: "";
  display: block;
  width: 1px;
  height: 0px;
  background: #213864;
  left: 50%;
  margin: 30px auto;
}

/*************************************************
*   Swiper
*************************************************/
.swiper_container {
  display: flex;
  flex-flow: row;
  width: 100vw;
  overflow: hidden;
  background-color: #000;
  margin-top: 25vh;
}
@media screen and (max-width: 768px) {
  .swiper_container {
    margin-top: 5vh;
  }
}

.swiper_content {
  display: flex;
  flex-shrink: 0;
}

.swiper {
  padding: 1.4rem;
  width: 22vw;
}
@media screen and (max-width: 1023px) {
  .swiper {
    width: 25vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .swiper {
    width: 35vw;
  }
}
@media screen and (min-width: 1440px) {
  .swiper {
    width: 320px;
  }
}

.swiper img {
  -o-object-fit: cover;
     object-fit: cover;
}

/*************************************************
*   キャッチコピー
*************************************************/
.copy {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
}

.copy .copy_txt {
  font-size: 2vw;
  line-height: 2.5;
}
@media screen and (max-width: 1023px) {
  .copy .copy_txt {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .copy .copy_txt {
    font-size: 4vw;
    line-height: 2.7;
  }
}
@media screen and (min-width: 1440px) {
  .copy .copy_txt {
    font-size: 27px;
  }
}

.copy .copy_txt span {
  display: block; /* 各行をブロック要素として扱う */
  opacity: 0; /* 初期状態では透明 */
  transform: translateY(20px); /* Y軸方向にずらす */
}

/*************************************************
*   デモ
*************************************************/
.demo_container {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  .demo_container {
    margin-top: 0;
  }
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroll-content {
  display: inline-block;
  white-space: nowrap;
  font-size: 9vw;
}
@media screen and (min-width: 1440px) {
  .scroll-content {
    font-size: 180px;
  }
}

.scroll-content span {
  display: inline-block;
  padding-right: 0; /* テキスト間のスペースを調整 */
}

.works_demo {
  background-color: #fff;
  padding: 0.5rem;
}

.two_col {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
@media screen and (max-width: 768px) {
  .two_col {
    grid-template-columns: 1fr;
  }
}

.demo_item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.demo_info {
  width: 100%;
  height: 6em;
  padding-top: 0.25rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #213864;
}
@media screen and (max-width: 1023px) {
  .demo_info {
    position: relative;
    height: 6.2em;
  }
}
@media screen and (max-width: 1023px) and (max-width: 780px) {
  .demo_info {
    height: 7em;
  }
}
@media screen and (max-width: 1023px) and (max-width: 780px) and (max-width: 750px) {
  .demo_info {
    height: 6.2em;
  }
}

.ttl {
  height: 35px;
  padding-right: 0.25em;
  overflow: hidden;
  color: #213864;
}
@media screen and (max-width: 1023px) {
  .ttl {
    height: 30px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .ttl {
    height: auto;
    padding-bottom: 0.35em;
  }
}

.ttl h4 {
  color: #213864;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  font-family: "DM Serif Text", serif;
  letter-spacing: 0.02em;
}
.info_p {
  color: #213864;
  overflow: hidden;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .info_p {
    font-size: 3.5vw;
  }
}

.info_txt {
  opacity: 0;
  visibility: hidden;
}

.info_ttl {
  color: #213864;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

/*************************************************
*   SERVICE
*************************************************/
.service_container {
  background-color: #C6C6C6;
  padding: 50vh 0;
  position: relative; /* 上にあるdivの相対的な位置を設定 */
  z-index: 0; /* 干渉を避けるため、z-indexを適切に設定 */
  overflow: hidden; /* スクロールや他の要素の拡大による干渉を避ける */
}
@media screen and (max-width: 768px) {
  .service_container {
    padding: 25vh 0;
  }
}

.service_container .service_wrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .service_container .service_wrap {
    padding: 0;
  }
}

.service_container .service_wrap:first-child {
  padding-top: 0;
}

.service_container .service_wrap .flex_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service_container .service_wrap ul li {
  display: block;
  border-top: 1px solid #213864;
  padding: 80px 60px;
}
@media screen and (max-width: 768px) {
  .service_container .service_wrap ul li {
    padding: 30px 20px;
  }
}

.service_container .service_wrap ul li:last-child {
  border-bottom: 1px solid #213864;
}

.service_container .service_wrap .flex_col h4 {
  font-size: 40px;
  margin-bottom: 1em;
  color: #213864;
}
@media screen and (max-width: 768px) {
  .service_container .service_wrap .flex_col h4 {
    font-size: 5vw;
    margin-bottom: 2em;
  }
}

.service_container .service_wrap .flex_col .txt_wrap {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .service_container .service_wrap .flex_col .txt_wrap {
    width: 60%;
  }
}

.service_container .service_wrap .flex_col .txt_wrap .txt {
  color: #213864;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .service_container .service_wrap .flex_col .txt_wrap .txt {
    font-size: 11px;
    line-height: 1.8;
  }
}

.service_container .service_wrap .flex_col .service_btn {
  color: #213864;
  align-content: center;
  font-size: 1.8vw;
}
@media screen and (max-width: 768px) {
  .service_container .service_wrap .flex_col .service_btn {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1440px) {
  .service_container .service_wrap .flex_col .service_btn {
    font-size: 27px;
  }
}

/* --------------------------------------------
* 　サービスページ
* -------------------------------------------- */
.container_service {
  max-width: 1440px;
  margin: 0 auto;
}

.container_service .service_container .service_summary {
  max-width: 750px;
  width: calc(100% - 50px);
  margin: 30vh auto;
  text-align: justify;
}

.container_service .service_container .service_summary .txt {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 2em;
  margin-bottom: 250px;
  margin-top: 250px;
}
@media screen and (max-width: 768px) {
  .container_service .service_container .service_summary .txt {
    font-size: 11px !important;
    line-height: 1.8;
    margin-left: 0;
    margin-bottom: 150px;
    margin-top: 150px;
  }
}

.container_service .service_container .service_btn {
  width: 53%;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .container_service .service_container .service_btn {
    width: 100%;
    font-weight: 400;
    font-size: 11px !important;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .container_service .service_container .service_wrap .flex_col h4 {
    margin-bottom: 1em;
    font-size: 4.5vw;
  }
}

.container_service .service_container .txt_wrap {
  width: 36% !important;
}

.container_service .service_container .service_wrap .flex_col {
  border-top: 1px solid #213864;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .container_service .service_container .service_wrap .flex_col {
    padding: 30px;
  }
}

.container_service .service_container .service_wrap .flex_col:last-child {
  border-bottom: 1px solid #213864;
}

.container_service .service_container .service_wrap .service_number {
  font-size: 15vw;
  padding-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .container_service .service_container .service_wrap .service_number {
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container_service .service_container .service_wrap .service_number {
    font-size: 215px !important;
  }
}

@media screen and (max-width: 768px) {
  .br_sp {
    display: none;
  }
}

/* --------------------------------------------
 * 　お問合わせ
 * -------------------------------------------- */
.container_contact {
  background-color: #C6C6C6;
}

.contact_form {
  padding: 50vh 0;
}
@media screen and (max-width: 1023px) {
  .contact_form {
    padding: 10vh 0;
  }
}

.container_contact .two_col {
  grid-column-gap: 0;
  grid-row-gap: 0;
  background-color: #eee;
}

.contact_box {
  background-color: #213864;
  color: #eee;
}
@media screen and (max-width: 768px) {
  .contact_box {
    height: 40vh;
    align-content: center;
  }
}

.contact_form .article {
  width: 100%;
  padding: 40px;
}

.contact_form .txt {
  padding: 9vw;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact_form .txt {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .contact_form .txt {
    padding: 130px;
  }
}

.contact_form .txt h3 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  .contact_form .txt h3 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact_form .txt h3 {
    font-size: 28px;
  }
}

.contact_form .txt p {
  text-align: justify;
}

.wpcf7 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.wpcf7 table {
  width: 100%;
  font-size: 16px;
}

.wpcf7 table .td_left {
  width: 25%;
  height: auto;
  vertical-align: middle;
  background: #ffffff;
  padding: 0 2%;
}

.wpcf7 table .td_right {
  width: 75%;
  height: auto;
  background: #fff;
  padding: 10px 2%;
}

.wpcf7 p {
  margin: 0 0 10px 0;
}

.wpcf7 dt {
  font-size: 13px;
  color: #000;
}

.wpcf7 dd {
  font-size: 13px;
  margin: 0 0 25px 0;
}

.wpcf7 .required {
  margin-left: 2rem;
  padding: 0.4rem;
  background-color: #707070;
  color: #f0f4f4;
}

.wpcf7 input,
.wpcf7 select {
  width: 100%;
  height: 45px;
  padding: 5px 5px 3px;
  border-radius: 10px;
  font-size: 13px;
  border: 1px solid #000;
}

.wpcf7 textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 13px;
}

textarea::-moz-placeholder {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
}

textarea::placeholder {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
}

.wpcf7 .wpcf7-list-item {
  display: block;
}

.wpcf7 .flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  background: #eee;
}

.wpcf7 tr td .any {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #59c197;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}

.wpcf7 tr td .required {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #707070;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}

.wpcf7 tr .wpcf7-form-control-wrap input:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 tr .wpcf7-form-control-wrap textarea:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
  display: block;
  font-size: 12px;
  color: #a00;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
}

.wpcf7 #acceptance {
  text-align: center;
}

.wpcf7 .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}

.wpcf7 .submitting .ajax-loader {
  background: url(./../img/ajax-loader.gif) no-repeat center;
  width: 16px;
  height: 36px;
  display: block;
  width: 100%;
}

.wpcf7 form:not([data-status=init]) .wpcf7-response-output {
  font-size: 1.7rem;
  padding: 10px 10px 7px;
  border: 3px solid #ef0846;
}

.wpcf7 form[data-status=submitting] .wpcf7-response-output {
  display: none;
}

.submit_box {
  margin: 30px 0 50px;
}

.submit_box .wpcf7-spinner {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.submit_box input[type=submit] {
  background: #000;
  border-radius: 22px;
  padding: 0px 15px 0;
  font-size: 16px;
  color: #fff;
  display: inline-block !important;
  width: 65%;
  height: 35px;
  max-width: 380px;
}

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

.submit_box input[type=submit]:disabled {
  background: #eee;
  color: #454545;
}

/* --------------------------------------------
 * 　プライバシーポリシー
 * -------------------------------------------- */
.container_pp .privacy {
  width: 93%;
  margin: 30vh auto;
}

.container_pp .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 2em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .container_pp .txt {
    font-size: 11px !important;
    line-height: 1.8;
    margin-left: 0;
  }
}

.container_pp .signature {
  text-align: right;
  display: block;
  width: 100%;
  margin-top: 1em;
}

/* --------------------------------------------
 * 　フッター　CONTACT
 * -------------------------------------------- */
.contact_transition {
  display: block;
  background-color: #C6C6C6;
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.contact_container {
  width: 93%;
  height: 500px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #213864;
  position: relative;
  overflow: hidden; /* 親要素内に制限 */
  z-index: 10;
  -webkit-clip-path: inset(0);
          clip-path: inset(0); /* 要素の描画範囲を親要素内に制限 */
}
@media screen and (max-width: 1023px) {
  .contact_container {
    height: 40vh;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .contact_container {
    height: 40vh;
  }
}

.pin-spacer {
  position: relative; /* デフォルトの設定を維持 */
  z-index: 0; /* 他の要素の下に配置 */
}

.circle_bg {
  width: 82%;
  height: 97%;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate3d(4, -10, -2, -0.2turn);
  z-index: 0;
  pointer-events: none; /* ユーザー操作を無効化 */
  transition: transform 0.3s ease-out; /* アニメーション時にスムーズに動くように追加 */
}
@media screen and (max-width: 1023px) {
  .circle_bg {
    width: 93vw;
    height: 88%;
    padding: 21rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .circle_bg {
    transform: rotate3d(3, -10, -5, -0.2turn);
    width: 93vw;
    height: 97%;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .circle_bg {
    font-size: 27px;
  }
}

.lets_fun {
  z-index: 2; /* circle_bgより前面に配置 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.3vw;
  color: #213864;
  text-align: center;
  align-content: center;
  position: absolute;
  width: 100%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lets_fun {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .lets_fun {
    font-size: 33px;
  }
}

.contact_wrap {
  z-index: 10; /* circle_bgより前面に配置 */
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  grid-column-gap: 0.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  font-size: 2.3vw;
  color: #213864;
}
@media screen and (max-width: 768px) {
  .contact_wrap {
    grid-row-gap: 3.5rem;
  }
}
.contact_wrap h3 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .contact_wrap h3 {
    font-size: 5vw;
  }
}
.contact_wrap .contact_txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact_wrap .contact_txt {
    font-size: 2.5vw;
  }
}
.contact_wrap .contact_btn {
  display: inline-block;
  color: #fff;
  background-color: #213864;
  border-radius: 30px;
  margin: 0 auto;
  padding: 1rem 2rem 1rem 1rem;
  translate: 50% 50%;
}
@media screen and (max-width: 768px) {
  .contact_wrap .contact_btn {
    padding: 0.5rem 0.1rem 0.5rem 0.5rem;
  }
}

.contact_btn_col {
  height: 18px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact_btn_col {
    height: 10px;
    width: 60px;
  }
}

.contact_btn_circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #213864;
  translate: -10px 0;
  top: -4px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .contact_btn_circle {
    height: 15px;
    width: 15px;
    top: -2px;
    left: 8px;
  }
}

.contact_toggle {
  height: 20px;
  width: 40px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 2px 18px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .contact_toggle {
    height: 15px;
    width: 25px;
    margin-right: 4px;
    padding: 2px 5px;
  }
}

.contact_send {
  width: 70%;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .contact_send {
    font-size: 10px;
  }
}

/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
footer {
  background-color: #C6C6C6;
  overflow: hidden;
  position: relative;
  display: grid;
  width: 100%;
  height: 500px;
}

.col_3_wrap {
  width: 93%;
  margin: 0 auto;
  background-color: #C6C6C6;
  display: flex;
  justify-content: space-between;
  padding-top: 7.54%;
}
@media screen and (max-width: 1023px) {
  .col_3_wrap {
    display: block;
    max-width: 100% !important;
  }
}

.cr {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cr {
    margin-bottom: 4em;
  }
}

.footer_contact {
  display: flex;
  position: relative;
}

.mail {
  width: 44px;
  position: absolute;
  left: -60px;
  top: -15px;
}
@media screen and (max-width: 1023px) {
  .mail {
    width: 30px;
    left: 106px;
    top: -7px;
  }
}

.footer_head {
  font-size: 16px;
  color: #213864;
  text-transform: uppercase;
}

.footer_wrap {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    margin-top: 0.5em;
    margin-bottom: 4em;
  }
}

.footer_list {
  display: inline-block;
  position: relative;
  color: #213864;
  padding-bottom: 0.25em;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0.5em;
  text-transform: uppercase;
  text-decoration: underline;
}

/* 下線用のspanを配置 */
.footer_sns span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px; /* 下線の太さを調整 */
  background-color: #213864; /* 下線の色 */
}

.footer_sns:hover {
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .footer_sp {
    margin: 2em 0;
  }
}

.arrow_container {
  border-radius: 20px;
  border: 1px solid;
  background-color: #213864;
  overflow: hidden;
  display: inline-block;
}

.arrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 8px 16px;
  transform: translate(2%, -8%);
}

.material-symbols-outlined {
  transform: translate(25%, 15%);
  font-size: 16px !important;
  background-color: #C6C6C6;
  border-radius: 50%;
  padding: 5px;
  color: #213864;
}/*# sourceMappingURL=style.css.map */