@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

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

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1264px) {
  .inner {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-inline: 24px;
  }
}

.inner-1536 {
  margin: 0 auto;
  max-width: 1536px;
  width: 100%;
}
@media only screen and (max-width: 1632px) {
  .inner-1536 {
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 1264px) {
  .inner-1536 {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner-1536 {
    padding-inline: 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
  background-color: transparent;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 1264px) {
  #contents {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-inline: 24px;
  }
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

.imgR, .imgL {
  max-width: 100% !important;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.gothic {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  line-height: 1;
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 12px;
  }
}
.header.top-header {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.header.top-header.is-show {
  opacity: 1;
  pointer-events: all;
}

.h-logo img {
  width: 80px;
}
@media screen and (max-width: 640px) {
  .h-logo img {
    width: 48px;
  }
}

.open-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  background-color: #252488;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding-top: 4px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .open-btn {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 640px) {
  .open-btn {
    width: 64px;
    height: 64px;
  }
}
.open-btn .in {
  position: relative;
  width: 48px;
  height: 26px;
  order: 1;
}
.open-btn::before, .open-btn::after {
  font-size: 10px;
  color: #fff;
  margin-top: 4px;
  order: 2;
}
.open-btn::before {
  content: "メニュー";
}
.open-btn::after {
  content: "閉じる";
  display: none;
}
.open-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  right: 4px;
  border-radius: 5px;
  background: #fff;
  width: 40px;
}
.open-btn span:nth-child(1) {
  top: 5.5px;
}
.open-btn span:nth-child(1)::after {
  transition-delay: 0.1s;
}
.open-btn span:nth-child(2) {
  top: 11.5px;
}
.open-btn span:nth-child(2)::after {
  transition-delay: 0.2s;
}
.open-btn span:nth-child(3) {
  top: 17.5px;
}
.open-btn span:nth-child(3)::after {
  transition-delay: 0.3s;
}
.open-btn span::after {
  content: "";
  background-color: #252488;
  width: 100%;
  height: 1px;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 5;
  transform-origin: left;
  transform: scaleX(1);
  transition: 0.7s;
}
.open-btn:hover span::after {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.open-btn.active {
  background-color: #080760;
}
.open-btn.active span:nth-child(1) {
  top: -0.5px;
  transform: translateY(12px) rotate(-30deg);
}
.open-btn.active span:nth-child(2) {
  opacity: 0;
}
.open-btn.active span:nth-child(3) {
  top: 13px;
  transform: rotate(30deg);
}
.open-btn.active span::after {
  display: none;
}
.open-btn.active::before {
  display: none;
}
.open-btn.active::after {
  display: block;
}

.global-nav {
  display: block;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.32, 0.94, 0.6, 1) 10ms;
}
.global-nav .navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 32px;
  background-color: #252488;
  transition: all 0.7s cubic-bezier(0.32, 0.94, 0.6, 1) 10ms;
  pointer-events: none;
  opacity: 0;
  overflow-y: scroll;
  padding: 72px 32px;
}
.global-nav .navigation::-webkit-scrollbar {
  width: 8px;
}
.global-nav .navigation::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.global-nav .navigation::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #080760;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.7s cubic-bezier(0.32, 0.94, 0.6, 1) 10ms;
  z-index: 1;
}
.global-nav .navigation.open {
  pointer-events: all;
  opacity: 1;
}
.global-nav .navigation.open::after {
  top: -100%;
  transition: all 0.9s cubic-bezier(0.32, 0.94, 0.6, 1) 10ms;
}
@media screen and (max-width: 640px) {
  .global-nav .logo-pc-tab {
    display: none;
  }
}
.global-nav .logo-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .global-nav .logo-sp {
    display: inline;
  }
}
.global-nav .logo-sp img {
  max-width: 50%;
}
.global-nav .nav-flex {
  display: flex;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .global-nav .nav-flex {
    flex-direction: column;
  }
}
.global-nav .nav-flex .nav-left, .global-nav .nav-flex .nav-right {
  width: 50%;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .global-nav .nav-flex .nav-left, .global-nav .nav-flex .nav-right {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 640px) {
  .global-nav .nav-flex .nav-left, .global-nav .nav-flex .nav-right {
    width: 100%;
    padding: 0 16px;
  }
}
.global-nav .nav-flex .nav-left {
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .global-nav .nav-flex .nav-left {
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .global-nav .nav-flex .nav-right {
    order: 1;
  }
}
.global-nav .nav-left {
  transition: all 0.7s cubic-bezier(0.32, 0.94, 0.6, 1) 10ms;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .global-nav .nav-list {
    margin-top: 32px;
  }
}
.global-nav .nav-list .nav-item {
  text-align: left;
  line-height: 1.4;
  margin-top: 16px;
  transition: all 0.7s cubic-bezier(0.32, 0.94, 0.6, 1);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}
.global-nav .nav-list .nav-item:first-child {
  margin-top: 0;
}
.global-nav .nav-list .nav-item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 70;
}
.global-nav .nav-list .nav-item a span {
  font-size: 3.2rem;
  font-family: "Barlow", "Roboto", "Arial Black", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: 8px;
}
@media screen and (max-width: 834px) {
  .global-nav .nav-list .nav-item a span {
    font-size: 2.4rem;
  }
}
.global-nav .h-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .global-nav .h-btn {
    width: 100%;
  }
}
.global-nav .h-btn a {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-width: 280px;
  font-size: 2.4rem;
  padding: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 834px) {
  .global-nav .h-btn a {
    min-width: 240px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .global-nav .h-btn a {
    min-width: 0;
    width: 100%;
  }
}
.global-nav .h-btn a span {
  margin-left: 8px;
}
.global-nav .open .nav-list .nav-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.global-nav .open .nav-list .nav-item:nth-child(1) {
  transition-delay: 0.0833333333s;
}
.global-nav .open .nav-list .nav-item:nth-child(2) {
  transition-delay: 0.1666666667s;
}
.global-nav .open .nav-list .nav-item:nth-child(3) {
  transition-delay: 0.25s;
}
.global-nav .open .nav-list .nav-item:nth-child(4) {
  transition-delay: 0.3333333333s;
}
.global-nav .open .nav-list .nav-item:nth-child(5) {
  transition-delay: 0.4166666667s;
}
.global-nav .open .nav-list .nav-item:nth-child(6) {
  transition-delay: 0.5s;
}
.global-nav .open .nav-list .nav-item:nth-child(7) {
  transition-delay: 0.5833333333s;
}
.global-nav .open .nav-list .nav-item:nth-child(8) {
  transition-delay: 0.6666666667s;
}
.global-nav .open .nav-list .nav-item:nth-child(9) {
  transition-delay: 0.75s;
}
.global-nav .open .nav-list .nav-item:nth-child(10) {
  transition-delay: 0.8333333333s;
}
.global-nav .open .nav-list .nav-item:nth-child(11) {
  transition-delay: 0.9166666667s;
}
.global-nav .open .nav-list .nav-item:nth-child(12) {
  transition-delay: 1s;
}
.global-nav .open .nav-left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.main {
  position: relative;
  padding-bottom: 12.5vw;
}
@media screen and (max-width: 834px) {
  .main {
    padding-bottom: 0;
  }
}
.main .main-image {
  width: 100%;
  min-height: 84vh;
}
@media screen and (max-width: 834px) {
  .main .main-image {
    min-height: 90vh;
  }
}
.main .main-image img {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  min-height: 84vh;
}
@media screen and (max-width: 834px) {
  .main .main-image img {
    min-height: 90vh;
  }
}
.main .main-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  width: 66.6vw;
}
@media only screen and (max-width: 1000px) {
  .main .main-box {
    width: 82.5vw;
  }
}
@media screen and (max-width: 834px) {
  .main .main-box {
    display: none;
  }
}
.main .main-box .box1 {
  margin-top: 4vw;
}
.main .main-box .box2 {
  margin-bottom: 4vw;
}
.main h1 {
  padding: 32px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .main h1 {
    padding: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.main h1 img {
  width: 12.5vw;
  max-width: 100%;
}
@media screen and (max-width: 834px) {
  .main h1 img {
    width: 24vw;
  }
}
@media screen and (max-width: 640px) {
  .main h1 img {
    width: 32vw;
  }
}

.op-anima {
  background-color: #252488;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  transition: 2s;
}
.op-anima.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: 2s;
}
.op-anima .op-logo {
  max-width: 240px;
  max-height: 100%;
  padding: 32px 0;
  opacity: 0;
  transition: 1s;
  transform: translateY(16px);
}
.op-anima .op-logo.is-show {
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}
.op-anima .op-logo.is-hide {
  opacity: 0;
  transition: 0.4s;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 120px;
  color: #fff;
}
footer#global_footer a {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  footer#global_footer {
    font-size: 1.4rem;
  }
}
footer#global_footer .copy {
  background-color: #080760;
  padding: 12px 24px;
}
footer#global_footer .copy a {
  pointer-events: none;
  color: #fff;
}

.footer {
  background-color: #252488;
}

.f-inner {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-block: 96px;
}
@media only screen and (max-width: 1000px) {
  .f-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .f-inner {
    padding-block: 48px;
  }
}

.f-logo img {
  width: 120px;
}

.f-info {
  display: flex;
}
@media screen and (max-width: 640px) {
  .f-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.f-info .f-text {
  padding-left: 32px;
}
@media screen and (max-width: 640px) {
  .f-info .f-text {
    padding: 0;
    margin-top: 16px;
  }
}
.f-info .f-text .name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.f-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 1000px) {
  .f-nav {
    align-items: flex-start;
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  .f-nav {
    display: none;
  }
}
.f-nav .nav-list {
  display: flex;
  margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
  .f-nav .nav-list {
    margin-top: 16px;
  }
}
.f-nav .nav-list:first-child {
  margin: 0;
}
.f-nav .nav-list .nav-item {
  margin-left: 32px;
}
@media only screen and (max-width: 1200px) {
  .f-nav .nav-list .nav-item {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .f-nav .nav-list .nav-item:first-child {
    margin: 0;
  }
}

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

#main #col_main section {
  color: #000;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.cl-white {
  color: #fff;
}
.cl-white.title-top h2 {
  color: #fff;
}

.mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mt-96 {
  margin-top: 96px;
}

.mt-48 {
  margin-top: 48px;
}

.interval-32 article div {
  margin-top: 32px;
}

.lh-2 div {
  line-height: 2;
}

.title-top h2 {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  color: #252488;
  font-weight: 700;
  font-size: 1.4rem;
}
.title-top h2 .ttl-acs {
  font-family: "Barlow", "Roboto", "Arial Black", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4.8rem;
  margin-bottom: 12px;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .title-top h2 .ttl-acs {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 640px) {
  .title-top h2 .ttl-acs {
    font-size: 3.6rem;
  }
}

.btn a {
  display: inline-block;
  padding: 20px 48px;
  border: 1px solid #9e1b1b;
  color: #9e1b1b;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.btn a::before {
  content: "";
  position: absolute;
  left: -110%;
  top: 0;
  bottom: 0;
  width: 110%;
  height: 110%;
  display: block;
  background: #9e1b1b;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
  transform: skew(15deg);
}
.btn a:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}
.btn a:hover::before {
  left: -4.5%;
  transition: 0.3s;
  opacity: 1;
}
.btn.cl-white a {
  color: #fff;
  border-color: #fff;
}
.btn.cl-white a::before {
  background: #fff;
}
.btn.cl-white a:hover {
  color: #9e1b1b;
}

.marker-01 {
  background: linear-gradient(transparent 60%, #f3ff2d 0%);
  font-weight: 700;
}

.acs-text {
  font-family: "Barlow", "Roboto", "Arial Black", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 9.6rem;
  position: absolute;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .acs-text {
    font-size: 7.2rem;
  }
}
.acs-text div {
  font-weight: 700;
}

.acs-text-01 {
  color: rgba(37, 36, 136, 0.08);
  left: 32px;
  top: 0;
}
@media only screen and (max-width: 1600px) {
  .acs-text-01 {
    left: 8px;
  }
}

.acs-text-02 {
  color: rgba(255, 255, 255, 0.08);
  right: 32px;
  top: 16px;
}

.wrap-01 {
  padding: 48px 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .wrap-01 {
    padding: 24px 0 0;
  }
}

.inner-01 {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .inner-01 {
    flex-direction: column;
  }
}
.inner-01 .left {
  width: fit-content;
}
.inner-01 .right {
  flex: 1;
  padding-left: 72px;
}
@media only screen and (max-width: 1264px) {
  .inner-01 .right {
    padding-left: 48px;
  }
}
@media only screen and (max-width: 1000px) {
  .inner-01 .right {
    padding-left: 0;
    margin-top: 32px;
  }
}

.cont-01 h2 {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .cont-01 h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .cont-01 h2 {
    font-size: 2.2rem;
  }
}
.cont-01 h2 .ttl-acs {
  margin-bottom: 4px;
}

.wrap-02 {
  padding-bottom: 120px;
  position: relative;
}
.wrap-02::before {
  content: "";
  width: calc(100vw - (100vw - 1536px) / 2);
  height: calc(100% - 96px);
  background-color: #f3f3f3;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1632px) {
  .wrap-02::before {
    width: calc(100vw - 48px);
  }
}
@media only screen and (max-width: 1400px) {
  .wrap-02::before {
    width: 80vw;
  }
}
.wrap-02 .inner-1536 {
  position: relative;
}
.wrap-02 .inner-1536 .slide-button {
  position: absolute;
  bottom: 0;
  right: 72px;
}
@media only screen and (max-width: 1400px) {
  .wrap-02 .inner-1536 .slide-button {
    bottom: -72px;
    right: 32px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-02 .inner-1536 .slide-button {
    right: 24px;
  }
}

.slide-button .slide-arrow {
  width: 72px;
  height: 72px;
  border: 1px solid #9e1b1b;
  border-radius: 0;
  background-color: transparent;
  margin-left: 16px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1600px) {
  .slide-button .slide-arrow {
    width: 48px;
    height: 48px;
  }
}
.slide-button .slide-arrow::before {
  content: "";
  position: absolute;
  left: -200%;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 110%;
  display: block;
  background: #9e1b1b;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
  transform: skew(15deg);
}
.slide-button .slide-arrow:hover {
  background-color: transparent;
  opacity: 1;
}
.slide-button .slide-arrow:hover::before {
  left: -30%;
  transition: 0.3s;
  opacity: 1;
}
.slide-button .slide-arrow:hover span {
  background-color: #fff;
}
.slide-button .slide-arrow span {
  height: 1px;
  background-color: #9e1b1b;
  display: block;
  position: absolute;
}
.slide-button .slide-arrow span:nth-child(1) {
  width: 32px;
  top: 39px;
  left: 20px;
}
@media only screen and (max-width: 1600px) {
  .slide-button .slide-arrow span:nth-child(1) {
    top: 27px;
    left: 12px;
    width: 24px;
  }
}
.slide-button .slide-arrow span:nth-child(2) {
  width: 16px;
  top: 35px;
}
@media only screen and (max-width: 1600px) {
  .slide-button .slide-arrow span:nth-child(2) {
    top: 23px;
  }
}
.slide-button .prev-arrow span:nth-child(2) {
  transform: rotate(-30deg);
  left: 18px;
}
@media only screen and (max-width: 1600px) {
  .slide-button .prev-arrow span:nth-child(2) {
    left: 10px;
  }
}
.slide-button .next-arrow span:nth-child(2) {
  transform: rotate(30deg);
  right: 18px;
}
@media only screen and (max-width: 1600px) {
  .slide-button .next-arrow span:nth-child(2) {
    right: 10px;
  }
}

.inner-02 {
  max-width: 1200px;
}

.cont-02 li {
  position: relative;
}
.cont-02 li:nth-child(odd)::before {
  content: "Before";
}
.cont-02 li:nth-child(even)::before {
  content: "After";
}
.cont-02 li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 2.4rem;
  color: #fff;
  background-color: #252488;
  line-height: 1;
  padding: 16px 24px;
}
@media screen and (max-width: 834px) {
  .cont-02 li::before {
    font-size: 2rem;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 640px) {
  .cont-02 li::before {
    padding: 8px 12px;
    font-size: 1.8rem;
  }
}

.wrap-03 {
  padding-block: 120px 160px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .wrap-03 {
    padding-block: 72px 160px;
  }
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
}

_::-webkit-full-page-media, _:future, :root .bg-fixed {
  background-attachment: initial;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .bg-fixed {
    background-attachment: initial;
  }
}
#main .cont-04 {
  margin-top: -80px;
}
@media screen and (max-width: 640px) {
  #main .cont-04 {
    flex-direction: column;
  }
}
#main .cont-04 .box {
  width: 33.3333333333%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #main .cont-04 .box {
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont-04 .box:first-child {
    margin-top: 0;
  }
}
#main .cont-04 .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #252488;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
#main .cont-04 .box article > h3 {
  display: none;
}
#main .cont-04 .box a {
  display: block;
  border: 4px solid #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#main .cont-04 .box a img {
  border: 1px solid #252488;
  transition: 0.3s;
}
#main .cont-04 .box a:hover {
  opacity: 1;
}
#main .cont-04 .box a:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}
#main .cont-04 .box div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (max-width: 1000px) {
  #main .cont-04.title-top h2 .ttl-acs {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 834px) {
  #main .cont-04.title-top h2 .ttl-acs {
    font-size: 3.6rem;
    margin-bottom: 4px;
  }
}

.wrap-05 {
  display: flex;
}
.wrap-05 .cont-05 {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .wrap-05 .cont-05 {
    width: 50%;
  }
}
.wrap-05 .cont-05:nth-child(2n-1) {
  margin-bottom: 48px;
}
.wrap-05 .cont-05:nth-child(even) {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .wrap-05 .cont-05:nth-child(n+3) {
    display: none !important;
  }
}

.top-works-slide {
  display: block !important;
}

.sns-slider-01 div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
}
.sns-slider-01 div.sns_list .slick-slide {
  padding: 0 12px;
}
.sns-slider-01 div.sns_list > div {
  flex-direction: column;
  border: none;
}
.sns-slider-01 div.sns_list > div:nth-child(4n) {
  margin-right: 0;
}
.sns-slider-01 div.sns_list > div div.sns_photo {
  width: 100%;
  padding: 0;
}
.sns-slider-01 div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.sns-slider-01 div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.sns-slider-01 div.sns_list > div div.sns_text {
  display: none;
}

/* テキストアニメーション */
.each-text-anima {
  visibility: hidden;
}

.each-text-anima > span {
  opacity: 0;
}

.each-text-anima.is-show span {
  animation: eachTextAnimaOn 0.3s ease-out forwards;
}

@keyframes eachTextAnimaOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-obj {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
.scroll-obj.is-show {
  opacity: 1;
}

.scroll-hop {
  transform: translate(0, 24px);
}
.scroll-hop.is-show {
  transform: translate(0, 0);
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title-01 {
  padding-block: 120px 72px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .title-01 {
    padding-block: 96px 32px;
  }
}
.title-01 h1 {
  font-size: 3.6rem;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.25;
  font-weight: 700;
  color: #252488;
}
@media screen and (max-width: 640px) {
  .title-01 h1 {
    font-size: 2.8rem;
  }
}
.title-01 h1 .ttl-acs {
  font-family: "Barlow", "Roboto", "Arial Black", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .title-01 h1 .ttl-acs {
    margin-bottom: 8px;
  }
}
.title-01 .acs-text {
  font-size: 16rem;
  color: rgba(37, 36, 136, 0.08);
  top: 96px;
  left: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 1000px) {
  .title-01 .acs-text {
    font-size: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .title-01 .acs-text {
    font-size: 9.6rem;
  }
}
@media screen and (max-width: 640px) {
  .title-01 .acs-text {
    font-size: 8rem;
  }
}
.title-02 h2 {
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  padding: 0 0 16px;
  border-bottom: 1px solid #dbdfe7;
  color: #252488;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .title-02 h2 {
    font-size: 2rem;
    padding: 0 0 12px;
  }
}
.title-02 h2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 160px;
  height: 4px;
  background: #252488;
}
@media screen and (max-width: 640px) {
  .title-02 h2::before {
    width: 80px;
  }
}
.title-03 h3 {
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 12px;
  border-bottom: 1px solid #252488;
  color: #252488;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .title-03 h3 {
    font-size: 1.8rem;
    padding: 0 0 8px;
  }
}

.title-img {
  height: 320px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .title-img {
    height: 240px;
  }
}
@media screen and (max-width: 640px) {
  .title-img {
    height: 50vw;
    max-height: 200px;
  }
}

_::-webkit-full-page-media, _:future, :root .title-img {
  background-attachment: initial;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .title-img {
    background-attachment: initial;
  }
}
.interval-24 article div {
  margin-top: 24px;
}

.interval-16 article div {
  margin-top: 16px;
}

.tp {
  margin-top: 12px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .tp {
    font-size: 1.2rem;
  }
}
.tp ul li, .tp ul div {
  display: inline-block;
}
.tp ul li:last-child a {
  pointer-events: none;
  color: #000;
}
.tp ul div {
  margin: 0 4px;
}
.tp ul div::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  #main .form-common dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  #main .form-common dl:last-child dt {
    border-bottom: none;
  }
}
#main .form-common dt, #main .form-common dd {
  padding: 16px;
  border-color: #dbdfe7;
}
@media screen and (max-width: 834px) {
  #main .form-common dt, #main .form-common dd {
    width: 100%;
  }
}
#main .form-common dt {
  font-weight: 700;
  background-color: #f9f9f9;
}
@media screen and (max-width: 834px) {
  #main .form-common dt {
    border-right: 1px solid #dbdfe7;
  }
}

#main .faq-01 {
  flex-direction: column;
}
#main .faq-01 .box > * {
  min-width: 0;
}
#main .faq-01 .box:first-child {
  background-color: #f3f3f3;
  padding: 16px 56px 16px 12px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 640px) {
  #main .faq-01 .box:first-child {
    padding: 16px 48px 16px 12px;
  }
}
#main .faq-01 .box:first-child div::before {
  content: "Q";
}
#main .faq-01 .box:first-child::before, #main .faq-01 .box:first-child::after {
  content: "";
  background-color: #252488;
  position: absolute;
  transition: 0.4s;
}
#main .faq-01 .box:first-child::before {
  width: 16px;
  height: 2px;
  right: 20px;
  top: 27px;
}
#main .faq-01 .box:first-child::after {
  width: 2px;
  height: 16px;
  right: 27px;
  top: 20px;
}
#main .faq-01 .box:first-child.active::before {
  transform: rotate(180deg);
}
#main .faq-01 .box:first-child.active::after {
  opacity: 0;
}
#main .faq-01 .box:first-child.active::before, #main .faq-01 .box:first-child.active::after {
  transition: 0.4s;
}
#main .faq-01 .box:last-child {
  display: none;
  padding: 16px;
}
#main .faq-01 .box:last-child div::before {
  content: "A";
  color: #252488;
}
#main .faq-01 .box > div {
  flex: 1;
  position: relative;
  padding-left: 40px;
}
#main .faq-01 .box > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 24px;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.sns-02 div.sns_list {
  border: none;
}
.sns-02 div.sns_list > div {
  border: none;
  border-bottom: 1px solid #dbdfe7;
  padding: 24px 0;
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  .sns-02 div.sns_list > div {
    flex-direction: column;
  }
}
.sns-02 div.sns_list > div div.sns_photo {
  padding: 0;
}
@media screen and (max-width: 834px) {
  .sns-02 div.sns_list > div div.sns_photo {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .sns-02 div.sns_list > div div.sns_photo {
    width: 100%;
  }
}
.sns-02 div.sns_list > div div.sns_text {
  padding: 0 0 0 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .sns-02 div.sns_list > div div.sns_text {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .sns-02 div.sns_list > div div.sns_text {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
.sns-02 div.sns_list > div div.sns_text div.sns_date {
  color: #252488;
}

.g-map {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 400px;
}
@media screen and (max-width: 640px) {
  .g-map {
    padding-bottom: 56.25%;
  }
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.merit-01 .box:nth-child(1) h3::before {
  content: "01.";
}
.merit-01 .box:nth-child(2) h3::before {
  content: "02.";
}
.merit-01 .box:nth-child(3) h3::before {
  content: "03.";
}
.merit-01 .box:nth-child(4) h3::before {
  content: "04.";
}
.merit-01 .box:nth-child(5) h3::before {
  content: "05.";
}
.merit-01 .box:nth-child(6) h3::before {
  content: "06.";
}
.merit-01 .box {
  width: 100%;
  margin-bottom: 32px;
}
.merit-01 .box:last-child {
  margin-bottom: 0;
}
.merit-01 .box h3 {
  background-color: #252488;
  color: #fff;
  padding: 12px 16px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .merit-01 .box h3 {
    font-size: 1.8rem;
    padding: 8px 12px;
    margin-bottom: 12px;
  }
}
.merit-01 .box h3::before {
  min-width: 40px;
  display: inline-block;
}

.anc-btn .box {
  width: calc((100% - 24px) / 4);
  margin: 0 8px 8px 0;
}
@media screen and (max-width: 834px) {
  .anc-btn .box {
    width: calc(50% - 4px);
  }
}
.anc-btn .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .anc-btn .box:nth-child(2n) {
    margin-right: 0;
  }
}
.anc-btn .box a {
  display: block;
  padding: 16px;
  border: 1px solid #9e1b1b;
  text-align: center;
  font-weight: 700;
}

.works-01 .box {
  position: relative;
  width: 50%;
}
.works-01 .box:nth-child(1)::before {
  content: "Before";
}
.works-01 .box:nth-child(2)::before {
  content: "After";
}
.works-01 .box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 2.4rem;
  color: #fff;
  background-color: #252488;
  line-height: 1;
  padding: 16px 24px;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .works-01 .box::before {
    padding: 8px 12px;
    font-size: 1.8rem;
  }
}
.works-01 .box img {
  transition: 0.3s;
}
.works-01 .box a:hover {
  opacity: 1;
}
.works-01 .box a:hover img {
  transition: 0.3s;
  transform: scale(1.05);
}

.fancybox-bg {
  background-color: #080760;
}

.fancybox-button.fancybox-button--share,
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--play {
  display: none;
}

.fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

@media screen and (max-width: 640px) {
  #main .flex-01 {
    flex-direction: column;
  }
}
#main .flex-01 .box {
  flex: 1;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box {
    order: 1;
    width: 100%;
    flex: initial;
  }
}
#main .flex-01 .box:nth-child(1) {
  padding: 0 24px 0 0;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:nth-child(1) {
    padding: 0;
  }
}
#main .flex-01 .box:nth-child(1):has(img) {
  padding: 0;
}
#main .flex-01 .box:nth-child(2) {
  padding: 0 0 0 24px;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:nth-child(2) {
    padding: 0;
  }
}
#main .flex-01 .box:nth-child(2):has(img) {
  padding: 0;
}
#main .flex-01 .box:has(img) {
  width: 40%;
  flex: initial;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:has(img) {
    order: 2;
    width: 100%;
    margin-top: 24px;
  }
}
#main .flex-01 .box h3 {
  margin-bottom: 16px;
}

.price-01 table {
  table-layout: fixed;
}
@media screen and (max-width: 640px) {
  .price-01 table {
    table-layout: auto;
  }
}
.price-01 table tr:first-child td {
  background-color: #f9f9f9;
}
.price-01 table td {
  border-color: #dbdfe7;
}
.price-01 table td div {
  text-align: center;
}

#main .flow-01 {
  flex-direction: column;
}
#main .flow-01 .box:nth-child(1) h2::before {
  content: "STEP.01";
}
#main .flow-01 .box:nth-child(2) h2::before {
  content: "STEP.02";
}
#main .flow-01 .box:nth-child(3) h2::before {
  content: "STEP.03";
}
#main .flow-01 .box:nth-child(4) h2::before {
  content: "STEP.04";
}
#main .flow-01 .box:nth-child(5) h2::before {
  content: "STEP.05";
}
#main .flow-01 .box:nth-child(6) h2::before {
  content: "STEP.06";
}
#main .flow-01 .box:nth-child(7) h2::before {
  content: "STEP.07";
}
#main .flow-01 .box:nth-child(8) h2::before {
  content: "STEP.08";
}
#main .flow-01 .box:nth-child(9) h2::before {
  content: "STEP.09";
}
#main .flow-01 .box:nth-child(10) h2::before {
  content: "STEP.010";
}
#main .flow-01 .box {
  width: 100%;
  padding: 24px;
  border: 1px solid #dbdfe7;
  border-bottom: none;
  position: relative;
  overflow: initial;
  display: flex;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box {
    padding: 24px;
    flex-direction: column;
  }
}
#main .flow-01 .box:last-child {
  border-bottom: 1px solid #dbdfe7;
}
#main .flow-01 .box:last-child::before, #main .flow-01 .box:last-child::after {
  content: none;
}
#main .flow-01 .box::before {
  content: "";
  border: solid transparent;
  border-width: 22px;
  border-top-color: #fff;
  position: absolute;
  z-index: 3;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main .flow-01 .box::after {
  content: "";
  border: solid transparent;
  border-width: 22px;
  border-top-color: #dbdfe7;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main .flow-01 .box .image {
  order: 2;
  width: 40%;
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box .image {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}
#main .flow-01 .box .text {
  order: 1;
  flex: 1;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box .text {
    width: 100%;
  }
}
#main .flow-01 .box h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box h2 {
    font-size: 2rem;
  }
}
#main .flow-01 .box h2::before {
  font-size: 2rem;
  margin-bottom: 8px;
  font-weight: 500;
  color: #252488;
}
@media screen and (max-width: 640px) {
  #main .flow-01 .box h2::before {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=common_style.css.map */