@charset "UTF-8";
/***************************

foundation/_variables.scss

***************************/
@font-face {
  font-family: "GenEiChikugo";
  src: url("../webfonts/GenEiChikugoMin3-R.ttf") format("truetype");
  font-weight: 500;
}
/***************************

foundation/base.scss

***************************/
:root {
  --white: #FFFFFF;
  --black: #403553;
  --font: "Zen Kaku Gothic New", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  overflow: auto;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  font-size: 14px;
  color: var(--black);
  font-family: var(--font);
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: var(--black);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.6s;
  transition-timing-function: ease-out;
}

a:hover {
  color: var(--black);
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

p {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 400;
}
@media (min-width: 751px) {
  p {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  p {
    font-size: 16px;
  }
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: var(--hiragino_gothic);
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 5px;
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    display: inline-block;
  }
}
.bg-w {
  background-color: #fff;
}

.bg_lb {
  background-color: #F7F9FB;
}

.c-black {
  color: #413654;
}

.br_sp {
  display: none;
}
@media (max-width: 600px) {
  .br_sp {
    display: block;
  }
}
@media (min-width: 960px) {
  .br_sp {
    display: none;
  }
}

.br_tab {
  display: block;
}
@media (max-width: 600px) {
  .br_tab {
    display: block;
  }
}
@media (min-width: 960px) {
  .br_tab {
    display: none;
  }
}

.br_pc {
  display: none;
}
@media (max-width: 600px) {
  .br_pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .br_pc {
    display: block;
  }
}

.br_sp-none {
  display: block;
}
@media (max-width: 600px) {
  .br_sp-none {
    display: none;
  }
}
@media (min-width: 960px) {
  .br_sp-none {
    display: block;
  }
}

.br_tab-none {
  display: none;
}
@media (max-width: 600px) {
  .br_tab-none {
    display: block;
  }
}
@media (min-width: 960px) {
  .br_tab-none {
    display: block;
  }
}

.br_pc-none {
  display: block;
}
@media (max-width: 600px) {
  .br_pc-none {
    display: block;
  }
}
@media (min-width: 960px) {
  .br_pc-none {
    display: none;
  }
}

.br_sp_pc-none {
  display: block;
}
@media (max-width: 600px) {
  .br_sp_pc-none {
    display: none;
  }
}
@media (min-width: 960px) {
  .br_sp_pc-none {
    display: none;
  }
}

.br_sp_tab-none {
  display: none;
}
@media (max-width: 600px) {
  .br_sp_tab-none {
    display: none;
  }
}
@media (min-width: 960px) {
  .br_sp_tab-none {
    display: block;
  }
}

.br_tab_pc-none {
  display: none;
}
@media (max-width: 600px) {
  .br_tab_pc-none {
    display: block;
  }
}
@media (min-width: 960px) {
  .br_tab_pc-none {
    display: none;
  }
}

.sub__text {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 751px) {
  .sub__text {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .sub__text {
    font-size: 13px;
  }
}

/***************************

foundation/_animation.scss

***************************/
/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
    ボンッ、ヒュッ
    ===================================*/
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
    じわっ
    ===================================*/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

.fadeanime {
  -webkit-animation: fadein 3s forwards;
          animation: fadein 3s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.en-ugoki {
  -webkit-animation: en-ugoki 3s forwards;
          animation: en-ugoki 3s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes en-ugoki {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes en-ugoki {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fadeanime {
  -webkit-animation: fadein 3s forwards;
          animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***************************

layout/_header.scss

***************************/
/*////////////////////////

 header

////////////////////////*/
.logo__img {
  position: relative;
}

.logo__img01 {
  z-index: 1;
}

.logo__img02 {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.logo__img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo__img img {
  max-width: 200px;
}
@media (min-width: 751px) {
  .logo__img img {
    max-width: 100%;
  }
}

.header.-is-fixed {
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.6);
  z-index: 999;
  background-color: var(--white);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 20px 25px;
  padding-right: 18px;
  transition: all 0.5s;
}

#header.-is-fixed {
  position: fixed;
  z-index: 999;
  /*最前面へ*/
  transition: all 0.5s;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__nav_toggle {
  cursor: pointer;
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  text-align: center;
  position: relative;
  z-index: 15;
}

.header__nav_toggle_bar {
  position: relative;
  margin: 8px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.header__nav_toggle_bar,
.header__nav_toggle_bar::before,
.header__nav_toggle_bar::after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.5s;
}

#header.-is-fixed .header__nav_toggle_bar,
#header.-is-fixed .header__nav_toggle_bar::before,
#header.-is-fixed .header__nav_toggle_bar::after {
  background-color: #413654;
}
#header.-is-fixed.-is-open .header__nav_toggle_bar {
  background-color: transparent;
}
#header.-is-open .header__nav_toggle_bar,
#header.-is-open .header__nav_toggle_bar::before,
#header.-is-open .header__nav_toggle_bar::after {
  background-color: #413654;
}
#header.-is-open.-is-open .header__nav_toggle_bar {
  background-color: transparent;
}

.header__nav_toggle_bar::before,
.header__nav_toggle_bar::after {
  position: absolute;
  content: "";
}

.header__nav_toggle_bar {
  width: 30px;
}

.header__nav_toggle_bar::after {
  width: 30px;
}

.header__nav_toggle_bar::before {
  top: -10px;
}

.header__nav_toggle_bar::after {
  top: 10px;
}

.header__nav_toggle_title {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding-top: 5px;
  width: 4em;
  white-space: nowrap;
}

.header.-is-open .header__nav_toggle_bar {
  background-color: transparent;
}

.header.-is-open .header__nav_toggle_bar::before {
  transform: translateY(10px) rotate(135deg);
}

.header.-is-open .header__nav_toggle_bar::after {
  transform: translateY(-10px) rotate(-135deg);
  width: 30px;
}

@media screen and (max-width: 1229px) {
  .header__logo {
    z-index: 10;
  }
  .header__nav {
    max-width: min(100%, 1290px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--white);
    z-index: 12;
  }
  .header.-is-open .header__nav {
    height: 100vh;
    position: absolute;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
  }
  .header__nav_list {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 100%;
    transform: translateY(-100%);
    opacity: 0;
    flex-direction: column;
  }
  .header.-is-open .header__nav_list {
    opacity: 1;
    top: 35%;
    transform: translateY(-35%);
  }
  .header__nav_item a {
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 15px 0;
    color: #48337B;
  }
  .header__nav_item.is_contact .header__nav_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header.-is-open .header__nav_item a {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
  }
  .header.-is-open .header__nav_item a:hover {
    background-color: #48337B;
    color: #fff;
  }
}
@media screen and (min-width: 1230px) {
  .header.-is-fixed {
    border-bottom: none;
  }
  .header.-is-fixed .header__nav_link {
    color: #413654;
  }
  .header.-is-fixed .header__nav_link:hover {
    opacity: 1;
    color: #fff;
    background-color: #48337B;
  }
  .header.-is-fixed .header__nav_item.is_contact .header__nav_link {
    color: #fff;
  }
  .header {
    padding: 0 40px;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.315);
  }
  .header::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 225px;
    right: 0;
    height: 1px;
    background: linear-gradient(212deg, #603E9D, #3C2D78);
    z-index: 0;
  }
  .header__nav_toggle {
    display: none;
  }
  .header__nav_link {
    color: #fff;
    padding: 30px 10px;
    font-size: 16px;
    letter-spacing: 0.04em;
    display: inline-block;
  }
  .header__nav_link:hover {
    opacity: 1;
    color: #48337B;
    background-color: #fff;
  }
  .header__nav_item.is_contact {
    width: 225px;
  }
  .header__nav_item.is_contact .header__nav_link {
    position: relative;
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 2;
  }
  .header__nav_item.is_contact .header__nav_link::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(212deg, #603E9D, #3C2D78);
    z-index: -1;
    transition: 0.5s;
  }
  .header__nav_item.is_contact .header__nav_link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(212deg, #3C2D78, #603E9D);
    z-index: -2;
  }
  .header__nav_item.is_contact .header__nav_link:hover {
    opacity: 1;
    color: #fff;
  }
  .header__nav_item.is_contact .header__nav_link:hover:before {
    opacity: 0;
  }
  .header__nav_link {
    color: #fff;
    padding: 30px 30px;
    font-size: 16px;
    display: inline-block;
  }
  .header__nav_link:hover {
    opacity: 1;
    color: #48337B;
    background-color: #fff;
  }
}
/***************************

layout/_footer.scss

***************************/
/*////////////////////////

  footer

  ////////////////////////*/
.js-pagetop {
  font-size: 3rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--black);
  border-radius: 5px 0 0 0;
}

.js-pagetop a {
  display: block;
  color: var(--white);
}

.footer_container {
  padding: 100px 0;
  background: linear-gradient(194deg, #603E9D, #3C2D78);
}
.footer_container .container_m {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1220px) {
  .footer_container .container_m {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer_contact__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1220px) {
  .footer_contact__list {
    text-align: right;
    max-width: 367px;
    justify-content: flex-end;
    gap: 0;
    margin-bottom: 0;
  }
}

.footer_text {
  font-size: 17px;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.08em;
}
@media (min-width: 751px) {
  .footer_text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1220px) {
  .footer_text {
    font-size: 22px;
  }
}

.footer_contact__item {
  font-family: "heebo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.footer_contact__item span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (min-width: 751px) {
  .footer_contact__item span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1220px) {
  .footer_contact__item span {
    font-size: 16px;
  }
}
.footer_contact__item a {
  color: #fff;
}
.footer_contact__item a:hover {
  color: #fff;
}

.footer_contact__item {
  font-size: 24px;
}
@media (min-width: 751px) {
  .footer_contact__item {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .footer_contact__item {
    font-size: 24px;
  }
}
.footer_contact__item a {
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 751px) {
  .footer_contact__item a {
    font-size: 60px;
  }
}
@media (min-width: 960px) {
  .footer_contact__item a {
    font-size: 48px;
  }
}

.footer_bgimg {
  padding: 60px 0;
  background-image: url(../img/common/footer_bg.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.footer_wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_wrapper:first-child {
  margin-bottom: 60px;
}

.footer_box dl {
  margin-top: 20px;
  color: #4C3F63;
  letter-spacing: 0.04em;
}
.footer_box dl dt {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 751px) {
  .footer_box dl dt {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .footer_box dl dt {
    font-size: 16px;
  }
}
.footer_box dl dd {
  font-size: 13px;
  margin-top: 5px;
}
@media (min-width: 751px) {
  .footer_box dl dd {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .footer_box dl dd {
    font-size: 13px;
  }
}
.footer_box dl dd a {
  text-decoration: underline;
  color: #59397F;
}

.footer_nav__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 80px;
}
@media (min-width: 751px) {
  .footer_nav__box {
    gap: 60px;
  }
}
@media (min-width: 960px) {
  .footer_nav__box {
    gap: 80px;
  }
}

.footer_nav__list {
  display: grid;
  gap: 20px;
}

.footer_nav__link {
  color: #403553;
  font-size: 16px;
  font-weight: bold;
}

.footer_union {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media (min-width: 751px) {
  .footer_union {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .footer_union {
    font-size: 13px;
  }
}

small {
  font-size: 10px;
}

/***************************

layout/_breadcrumbs.scss

***************************/
.breadcrumbs_content {
  padding: 15px 0 15px;
}

/******** breadcrumbs ********/
.breadcrumbs {
  font-size: 13px;
}

.breadcrumbs li:before {
  content: "-";
  margin: 0 10px;
  color: #B8B8B8;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #B8B8B8;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #48337B;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/***************************

layout/_page-title.scss

***************************/
.title_02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 40px;
  margin-bottom: 60px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.title_02 .en {
  font-size: 16px;
}
@media (min-width: 751px) {
  .title_02 {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .title_02 .en {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .title_02 {
    font-size: 40px;
  }
  .title_02 .en {
    font-size: 16px;
  }
}

.title_03 {
  font-size: 26px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
  background-color: #F1F2F8;
  border-left: 2px solid #3F3352;
  padding: 20px;
}
@media (min-width: 751px) {
  .title_03 {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .title_03 {
    font-size: 26px;
  }
}

.title_04 {
  background: linear-gradient(190deg, #603E9D, #3C2D78);
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 5px 10px;
}

/***************************

layout/_pager.scss

***************************/
/******** pager ********/
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: var(--black);
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: var(--black);
  color: var(--black);
}

.pager .previous,
.pager .next,
.pager .back {
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/******** wp-pagenavi ********/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  border-radius: 100%;
  border: 1px solid var(--black);
  color: var(--black);
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi .current {
  border: 0;
  color: var(--white);
  background: var(--black);
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid var(--black);
}

/***************************

layout/_swiper.scss

***************************/
/***************************

object/component/_box.scss

***************************/
[class*=container_] {
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}

.container_l {
  width: min(100%, 1370px);
}

.container_m {
  width: min(100%, 1210px);
}

.container_sub {
  width: min(100%, 1260px);
}

/***************************

object/component/_form.scss

***************************/
.btn_type01 {
  border: 3px solid #48337B;
  color: #48337B;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px;
  font-size: 16px;
  z-index: 2;
}
@media (min-width: 751px) {
  .btn_type01 {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .btn_type01 {
    font-size: 16px;
    max-width: 250px;
  }
}
.btn_type01.is_blank::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
.btn_type01.arrow-r::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #48337B;
  border-right: solid 2px #48337B;
  position: absolute;
  right: 5px;
  top: 30px;
  transition: all 0.5s;
  transform: rotate(45deg);
  right: 33px;
}
@media (min-width: 751px) {
  .btn_type01.arrow-r::before {
    top: 40px;
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 960px) {
  .btn_type01.arrow-r::before {
    top: 30px;
    width: 8px;
    height: 8px;
  }
}
.btn_type01:hover {
  opacity: 1;
  background-color: #48337B;
  color: #fff;
}
.btn_type01:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 30px;
  transition: all 0.5s;
}
.btn_type01.color-w {
  border: 3px solid #fff;
}
.btn_type01.color-w.arrow-r::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 5px;
  top: 30px;
  transform: rotate(45deg);
  right: 33px;
}
@media (min-width: 751px) {
  .btn_type01.color-w.arrow-r::before {
    top: 40px;
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 960px) {
  .btn_type01.color-w.arrow-r::before {
    top: 30px;
    width: 8px;
    height: 8px;
  }
}
.btn_type01.color-w:hover {
  opacity: 1;
  background-color: #fff;
  color: #48337B;
}
.btn_type01.color-w:hover::before {
  border-top: solid 2px #48337B;
  border-right: solid 2px #48337B;
  right: 30px;
}
.btn_type01.en {
  letter-spacing: 0.08em;
}

.btn_type02 {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 751px) {
  .btn_type02 {
    font-size: 28px;
    justify-content: flex-end;
  }
}
@media (min-width: 960px) {
  .btn_type02 {
    font-size: 16px;
  }
}
.btn_type02.en {
  letter-spacing: 0.08em;
}
.btn_type02::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}
@media (min-width: 751px) {
  .btn_type02::before {
    width: 65px;
    height: 65px;
  }
}
.btn_type02.arrow-r::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: rotate(45deg);
  right: 25px;
}
@media (min-width: 751px) {
  .btn_type02.arrow-r::after {
    right: auto;
    top: 29px;
    left: 197px;
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 960px) {
  .btn_type02.arrow-r::after {
    top: 30px;
    width: 8px;
    height: 8px;
    left: 132px;
  }
}
.btn_type02:hover {
  opacity: 1;
}
.btn_type02:hover::before {
  background-color: #48337B;
  border: 2px solid #48337B;
}

.btn_type03 {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  color: #48337B;
  display: inline-block;
  padding: 26px 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media (min-width: 751px) {
  .btn_type03 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1220px) {
  .btn_type03 {
    max-width: 250px;
    font-size: 16px;
  }
}
.btn_type03.arrow-r::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #48337B;
  border-right: solid 2px #48337B;
  position: absolute;
  right: 5px;
  top: 33px;
  transition: all 0.5s;
  transform: rotate(45deg);
  right: 33px;
}
@media (min-width: 751px) {
  .btn_type03.arrow-r::before {
    top: 40px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1220px) {
  .btn_type03.arrow-r::before {
    top: 33px;
    width: 8px;
    height: 8px;
  }
}
.btn_type03:hover {
  opacity: 1;
  background-color: transparent;
  color: #fff;
}
.btn_type03:hover.arrow-r::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 25px;
}
@media (min-width: 960px) {
  .btn_type03:hover.arrow-r::before {
    right: 20px;
  }
}

.contact-form_wrap {
  position: relative;
}
@media (min-width: 960px) {
  .contact-form_wrap {
    max-width: 560px;
    margin: 0 auto;
  }
}
.contact-form_wrap::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(212deg, #603E9D, #3C2D78);
  z-index: -1;
  transition: 0.5s;
}
.contact-form_wrap::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(212deg, #3C2D78, #603E9D);
  z-index: -2;
}
.contact-form_wrap:hover {
  opacity: 1;
}
.contact-form_wrap:hover:before {
  opacity: 0;
}

.contact-form__btn {
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.04em;
  font-size: 22px;
  font-weight: bold;
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.contact-form__btn.arrow-r {
  transition: all 0.5s;
}
.contact-form__btn.arrow-r::after {
  content: "";
  transition: all 0.5s;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(45deg);
  right: 30px;
}
@media (min-width: 751px) {
  .contact-form__btn.arrow-r::after {
    right: 60px;
  }
}
.contact-form__btn:hover.arrow-r::after {
  right: 25px;
}
@media (min-width: 751px) {
  .contact-form__btn:hover.arrow-r::after {
    right: 50px;
  }
}

/***************************

object/component/_form.scss

***************************/
/******** form input ********/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=date],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  border-radius: 5px;
  background: #F8F8F8;
  border: 1px solid #C6C6C6;
  padding: 30px;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 751px) {
  input[type=date],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  input[type=date],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
    font-size: 16px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
select:focus {
  outline: none;
  border-color: #C6C6C6;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  border-radius: 5px;
  background: #F8F8F8;
  border: 1px solid #C6C6C6;
  padding: 15px;
  resize: vertical;
  width: 100%;
  font-size: 16px;
  height: 250px;
}
@media (min-width: 751px) {
  textarea {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  textarea {
    padding: 15px;
    font-size: 16px;
    height: 200px;
  }
}

textarea:focus {
  outline: none;
  border-color: #999999;
}

input[type=checkbox],
input[type=radio] {
  background: var(--white);
  cursor: pointer;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

textarea::placeholder,
input::placeholder {
  color: #999999;
  font-size: 16px;
}
@media (min-width: 751px) {
  textarea::-moz-placeholder, input::-moz-placeholder {
    font-size: 28px;
  }
  textarea::placeholder,
input::placeholder {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  textarea::-moz-placeholder, input::-moz-placeholder {
    font-size: 16px;
  }
  textarea::placeholder,
input::placeholder {
    font-size: 16px;
  }
}

.form__container {
  margin-top: 60px;
}

/* 必須項目*/
.span-required {
  font-size: 13px;
  background-color: #FE0000;
  color: #fff;
  border-radius: 5px;
  max-width: 56px;
  width: 100%;
  padding: 10px 0;
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
@media (min-width: 751px) {
  .span-required {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .span-required {
    font-size: 13px;
  }
}

/* ラジオボタン*/
input[type=radio] {
  display: none;
}

.checkbox_dd .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 960px) {
  .checkbox_dd .wpcf7-radio {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.checkbox_dd .wpcf7-radio .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media (min-width: 751px) {
  .checkbox_dd .wpcf7-radio .wpcf7-list-item-label {
    font-size: 28px;
    gap: 15px;
  }
}
@media (min-width: 960px) {
  .checkbox_dd .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.checkbox_dd .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #3F3352;
  content: "";
  display: block;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  width: 30px;
  height: 30px;
}
.checkbox_dd .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3F3352;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.6666666667px;
}
@media (min-width: 960px) {
  .checkbox_dd .wpcf7-radio .wpcf7-list-item-label::after {
    left: 6.6666666667px;
  }
}
.checkbox_dd .wpcf7-list-item {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #C6C6C6;
  padding: 20px;
  border-radius: 5px;
}
@media (min-width: 960px) {
  .checkbox_dd .wpcf7-list-item {
    max-width: 320px;
  }
}
.checkbox_dd input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.checkbox_dd input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact_border {
  border-top: 1px solid #DDDDDD;
}

.contact_unit {
  padding: 30px 0;
  display: grid;
  gap: 20px;
}

.contact_dt {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .contact_dt {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .contact_dt {
    font-size: 20px;
  }
}

.contact-form__check {
  margin-top: 40px;
}

.contact-form_wrap {
  margin-top: 70px;
}

/***************************

object/component/_mv.scss‗トップページ

***************************/
.mv_img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 80%;
     object-position: 75% 80%;
}
@media (min-width: 751px) {
  .mv_img img {
    -o-object-position: right center;
       object-position: right center;
  }
}

.mv.top {
  position: relative;
  z-index: 1;
}
.mv.top .mv_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
  z-index: 2;
}
@media (min-width: 751px) {
  .mv.top .mv_text {
    left: 30px;
  }
}
@media (min-width: 960px) {
  .mv.top .mv_text {
    left: 60px;
  }
}
.mv.top .top_title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  font-size: 39px;
  text-shadow: 2px 3px 7px rgba(43, 30, 72, 0.4);
}
@media screen and (min-width: 366px) {
  .mv.top .top_title {
    font-size: 45px;
  }
}
@media (min-width: 751px) {
  .mv.top .top_title {
    font-size: 60px;
  }
}
@media (min-width: 960px) {
  .mv.top .top_title {
    font-size: 70px;
  }
}
.mv.top .top_lead {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media (min-width: 751px) {
  .mv.top .top_lead {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .mv.top .top_lead {
    margin-top: 60px;
    font-size: 18px;
  }
}
.mv.sub {
  position: relative;
  z-index: 1;
}
.mv.sub .mv_text {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  z-index: 2;
}
@media (min-width: 751px) {
  .mv.sub .mv_text {
    top: 60%;
    transform: translateY(-60%);
  }
}
@media (min-width: 960px) {
  .mv.sub .mv_text {
    top: 50%;
    transform: translateY(-50%);
  }
}
.mv.sub .mv_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 40vh;
}
@media (min-width: 751px) {
  .mv.sub .mv_img img {
    height: 40vh;
  }
}
@media (min-width: 960px) {
  .mv.sub .mv_img img {
    height: 540px;
  }
}
.mv.sub .top_title02 {
  display: flex;
  flex-direction: column;
  font-size: 45px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media (min-width: 751px) {
  .mv.sub .top_title02 {
    font-size: 70px;
  }
}
@media (min-width: 960px) {
  .mv.sub .top_title02 {
    font-size: 60px;
  }
}
.mv.sub .top_title02 span {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (min-width: 751px) {
  .mv.sub .top_title02 span {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .mv.sub .top_title02 span {
    font-size: 20px;
  }
}

.type a {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: -40px;
  z-index: 2;
  padding: 10px 10px 110px;
  color: #4C4163;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 751px) {
  .type a {
    right: 40px;
    bottom: 0;
  }
}
.type a::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #4C4163;
}
.type a:hover {
  opacity: 0.5;
}

#type01 a::after {
  -webkit-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/***************************

object/component/_top.scss‗トップページ

***************************/
.sec_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 960px) {
  .sec_wrap {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.sub .sec_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .sub .sec_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sub .sec_wrap.bd-top {
  border-top: 1px solid #EEEEEE;
}

.top_01 {
  background-image: url(../img/top/bg_img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.top_container {
  display: grid;
  justify-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .top_container {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
.top_container .btn_type01 {
  position: relative;
  z-index: 3;
}

.title_01 {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  letter-spacing: 0.16em;
  font-family: "Shippori Mincho B1", serif;
  color: #48337B;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 751px) {
  .title_01 {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .title_01 {
    font-size: 28px;
  }
}
.title_01 .en {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
@media (min-width: 751px) {
  .title_01 .en {
    font-size: 60px;
  }
}
@media (min-width: 960px) {
  .title_01 .en {
    font-size: 56px;
  }
}

.lead_text {
  margin-bottom: 20px;
  line-height: 2.2;
}
.lead_text:last-of-type {
  margin-bottom: 50px;
}

.line_text_content {
  align-items: center;
  display: flex;
  height: 100%;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-top: 100px;
  z-index: 1;
}

.scroll-list {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
}
@media (min-width: 960px) {
  .scroll-list {
    bottom: 80px;
  }
}

/* liタグ */
.scroll-list li {
  color: #48337B;
  line-height: 1;
  letter-spacing: 0.11em;
  opacity: 0.1;
  font-size: 120px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 1em 0 0;
  margin: 0;
  -webkit-animation: marquee-left 20s linear infinite;
          animation: marquee-left 20s linear infinite;
}

/* アニメーション */
@-webkit-keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
.top_02 {
  background-image: url(../img/top/bg_img02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top_02 .container_m {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 960px) {
  .top_02 .container_m {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .top_02 .top_02__textbox {
    max-width: 60%;
  }
}

.top_03 {
  background: linear-gradient(180deg, #F1F4F8 0%, #F1F4F8 75%, transparent 75%, transparent 100%);
}
@media (min-width: 960px) {
  .top_03 {
    background: linear-gradient(90deg, #F1F4F8 0%, #F1F4F8 75%, transparent 75%, transparent 100%);
  }
}
.top_03 .container_m {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media screen and (min-width: 1230px) {
  .top_03 .container_m {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1230px) {
  .top_03 .top_03__textbox {
    width: 70%;
  }
}
@media screen and (min-width: 1230px) {
  .top_03 .top_03__img {
    width: 100vw;
    margin-right: calc(35% - 35vw);
  }
}

.top_04 {
  margin: 100px 0;
}
@media (min-width: 960px) {
  .top_04 {
    margin: 160px 0;
  }
}
.top_04 .top_04__bg {
  position: relative;
  background-image: url(../img/top/top-img03-sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (min-width: 751px) {
  .top_04 .top_04__bg {
    background-image: url(../img/top/top-img03.jpg);
    background-size: cover;
    display: grid;
    grid-template-columns: 20% 1fr;
  }
}
@media (min-width: 960px) {
  .top_04 .top_04__bg {
    background-size: cover;
    grid-template-columns: 1fr 1fr;
  }
}
.top_04 .top_04__text-box {
  padding: 60px 20px;
  grid-column: 2/2;
  grid-row: 2/2;
}
@media (min-width: 751px) {
  .top_04 .top_04__text-box {
    padding: 60px 30px;
  }
}
@media (min-width: 960px) {
  .top_04 .top_04__text-box {
    padding: 60px 40px;
  }
}

/***************************

object/component/_company.scss‗会社概要

***************************/
.list_type01__box {
  display: grid;
  grid-template-columns: 110px 1fr;
}
.list_type01__box:nth-last-of-type(odd) {
  background-color: #F1F2F8;
}
@media (min-width: 751px) {
  .list_type01__box {
    grid-template-columns: 280px 1fr;
  }
}

.list_type01__dt {
  color: #3F3352;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-right: 1px solid #D2D7EA;
  padding: 20px;
}
@media (min-width: 751px) {
  .list_type01__dt {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .list_type01__dt {
    font-size: 16px;
  }
}

.list_type01__dd {
  padding: 20px;
  color: #3F3352;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
@media (min-width: 751px) {
  .list_type01__dd {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .list_type01__dd {
    font-size: 16px;
  }
}
.list_type01__dd ul {
  counter-reset: number 0;
}
.list_type01__dd li:before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "(" counter(number) ")";
  /* 表示形式を指定 */
}

.company_02 .btn_type01 {
  margin-left: auto;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 580px;
  height: 0;
  margin: 40px 0 20px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***************************

object/component/_recruit.scss‗採用情報

***************************/
.recruit_02_box {
  margin-top: 60px;
}
.recruit_02_box li:first-of-type {
  margin-bottom: 30px;
}
.recruit_02_box li:nth-last-of-type(2) {
  margin-bottom: 15px;
}
.recruit_02_box li:nth-last-of-type(2) .btn_type01 {
  max-width: 540px;
  margin: 0 auto;
}

.contact_tel {
  font-family: "heebo", sans-serif;
  font-weight: bold;
  color: #463379;
}
.contact_tel a {
  font-size: 24px;
  color: #463379;
}
@media (min-width: 751px) {
  .contact_tel a {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .contact_tel a {
    font-size: 24px;
  }
}
.contact_tel span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (min-width: 751px) {
  .contact_tel span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1220px) {
  .contact_tel span {
    font-size: 16px;
  }
}

/***************************

object/component/_service.scss‗事業内容

***************************/
.anchor__list {
  margin: 50px 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 751px) {
  .anchor__list {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .anchor__list {
    gap: 40px;
  }
}

.anchor__item {
  width: 100%;
  max-width: 300px;
  display: block;
}

.anchor__link {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  max-width: 300px;
  color: #463379;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  padding-right: 15px;
  border-bottom: 1px solid #463379;
}
.anchor__link .fa-chevron-down {
  font-size: 15px;
}
@media (min-width: 751px) {
  .anchor__link {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .anchor__link {
    font-size: 16px;
  }
}

.service_01 .title_03 {
  margin-top: 60px;
}

.service_01__box {
  display: grid;
  gap: 30px;
}
@media (min-width: 751px) {
  .service_01__box {
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
  }
}
@media (min-width: 960px) {
  .service_01__box {
    gap: 60px;
  }
}

.service__img img {
  width: 100%;
}

.service__figcaption {
  margin-top: 20px;
}
@media (min-width: 751px) {
  .service__figcaption {
    margin-top: 30px;
  }
}

.service__title {
  background: linear-gradient(190deg, #603E9D, #3C2D78);
  color: #fff;
  font-size: 22px;
  padding: 10px;
}
@media (min-width: 751px) {
  .service__title {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .service__title {
    font-size: 22px;
  }
}

.service__text {
  line-height: 1.9;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .service__text {
    margin-top: 30px;
  }
}

.img_box01 {
  gap: 15px;
  margin: 40px 0 60px;
  display: grid;
  justify-items: center;
}
@media (min-width: 751px) {
  .img_box01 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .img_box01 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.service_02__box {
  padding: 40px 30px;
}
@media (min-width: 751px) {
  .service_02__box {
    padding: 40px;
  }
}
.service_02__box p {
  line-height: 1.9;
}

.service_flex {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 960px) {
  .service_flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
}

@media (min-width: 960px) {
  .service_textbox {
    width: 100%;
    max-width: 80%;
  }
}

.service_img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 960px) {
  .service_img {
    max-width: 25%;
  }
}

/***************************

object/component/_concept.scss‗コンセプト

***************************/
@media (min-width: 960px) {
  .concept_01 .title_01 {
    font-size: 32px;
  }
  .concept_01 .title_01 .en {
    font-size: 60px;
  }
}
.concept_01 .container_m {
  display: grid;
  justify-items: center;
  gap: 70px;
  width: min(100%, 1320px);
}
@media (min-width: 960px) {
  .concept_01 .container_m {
    grid-template-columns: 1fr 490px;
    gap: 70px;
  }
}

.concept_01__textbox {
  position: relative;
}
.concept_01__textbox::before {
  content: "";
  width: 77px;
  height: 87px;
  top: -20px;
  left: -20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/concept/title_bg01.png);
  position: absolute;
  display: block;
}
@media (min-width: 751px) {
  .concept_01__textbox::before {
    width: 77px;
    height: 87px;
    top: -20px;
    left: -20px;
  }
}
@media (min-width: 960px) {
  .concept_01__textbox::before {
    width: 124px;
    height: 148px;
    top: -15px;
    left: 0;
  }
}
@media (min-width: 960px) {
  .concept_01__textbox {
    padding-left: 60px;
  }
}

.concept_02__list {
  display: grid;
  gap: 15px;
}
@media (min-width: 751px) {
  .concept_02__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .concept_02__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.concept_02__item {
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 751px) {
  .concept_02__item {
    padding: 40px;
    gap: 30px;
  }
}
@media (min-width: 960px) {
  .concept_02__item {
    padding: 50px;
  }
}

.concept_02__text {
  line-height: 1.9;
}

/***************************

object/component/_contact.scss‗お問い合わせ

***************************/
.contact_num__list {
  border: 6px solid #F1F2F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  position: relative;
}
@media (min-width: 960px) {
  .contact_num__list {
    flex-direction: row;
  }
}
.contact_num__list::after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: #D2D7EA;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 960px) {
  .contact_num__list::after {
    width: 1px;
    height: calc(100% - 20px);
  }
}

.contact_num__item {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 0 auto;
}

.contact_num__text {
  font-size: 18px;
  letter-spacing: 0.04em;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media (min-width: 751px) {
  .contact_num__text {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .contact_num__text {
    font-size: 20px;
  }
}

.contact_num {
  font-family: "heebo", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media (min-width: 751px) {
  .contact_num {
    font-size: 60px;
  }
}
@media (min-width: 960px) {
  .contact_num {
    font-size: 48px;
    text-align: center;
  }
}

.thanks_01 .contact_num__list {
  margin-top: 70px;
}

.contact-form_wrap input[type=button] {
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 40px;
}

/***************************

object/utility/display.scss

***************************/
.relative {
  position: relative;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.none {
  display: none;
}

.flexbox {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-rev {
  flex-direction: column-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

/* gap一覧 */
.gap-0 {
  gap: 0px;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

/***************************

object/utility/font.scss

***************************/
.en {
  font-family: "Cardo", serif;
}

.ja {
  font-family: "GenEiChikugo", sans-serif;
  font-weight: 500;
}

.f-bold {
  font-weight: 700;
}

.lh-1 {
  line-height: 1;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

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

/***************************

object/utility/_text.scss

***************************/
/* fontsize */
.fz-0 {
  font-size: 0px;
}

.fz-1 {
  font-size: 1px;
}

.fz-2 {
  font-size: 2px;
}

.fz-3 {
  font-size: 3px;
}

.fz-4 {
  font-size: 4px;
}

.fz-5 {
  font-size: 5px;
}

.fz-6 {
  font-size: 6px;
}

.fz-7 {
  font-size: 7px;
}

.fz-8 {
  font-size: 8px;
}

.fz-9 {
  font-size: 9px;
}

.fz-10 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-19 {
  font-size: 19px;
}

.fz-20 {
  font-size: 20px;
}

.fz-21 {
  font-size: 21px;
}

.fz-22 {
  font-size: 22px;
}

.fz-23 {
  font-size: 23px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

.fz-27 {
  font-size: 27px;
}

.fz-28 {
  font-size: 28px;
}

.fz-29 {
  font-size: 29px;
}

.fz-30 {
  font-size: 30px;
}

.fz-31 {
  font-size: 31px;
}

.fz-32 {
  font-size: 32px;
}

.fz-33 {
  font-size: 33px;
}

.fz-34 {
  font-size: 34px;
}

.fz-35 {
  font-size: 35px;
}

.fz-36 {
  font-size: 36px;
}

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

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

.align-top {
  vertical-align: top;
}

.color-w {
  color: #fff;
}

.color-b {
  color: #413654;
}

.text-small {
  font-size: 13px;
  letter-spacing: 0.04em;
  display: block;
}
@media (min-width: 751px) {
  .text-small {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .text-small {
    font-size: 13px;
  }
}

/***************************

object/utility/_spases.scss

***************************/
.m0-a {
  margin: 0 auto;
}

.m-0 {
  margin: 0;
}

/* maegin-top一覧 */
.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin-bottom一覧 */
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.p-0 {
  padding: 0;
}

/* padding-top一覧 */
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/* padding-bottom一覧 */
.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}
/*# sourceMappingURL=style.css.map */