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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
/* Scss Document */
html {
  min-height: 100vh;
  font-size: min(11px, 2.66vw);
}

@media screen and (min-width: 769px) {
  html {
    font-size: min(11px, 1.3vw);
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: min(10px, 0.732vw);
  }
}
body {
  min-height: 100vh;
  background: #FFF;
  font-family: "Noto Sans JP", serif;
  color: #292929;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  word-wrap: break-word;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}
.sp, .sp_tab {
  display: revert;
}

.tab, .pc_tab, .pc {
  display: none;
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  color: #fff;
}

a[href*="tel:"] {
  display: block;
}

.event-none {
  pointer-events: none !important;
}

img {
  width: 100%;
  vertical-align: bottom;
}

p {
  font-size: 100%;
}

address {
  font-style: normal;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .sp, .pc {
    display: none;
  }
  .sp_tab, .tab, .pc_tab {
    display: revert;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  a {
    transition: all 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .sp, .sp_tab, .tab {
    display: none;
  }
  .pc_tab, .pc {
    display: revert;
  }
}
/*//////////////////////////////////////////////////

	header設定

//////////////////////////////////////////////////*/
#header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
#header.active {
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#header.active .header_logo {
  width: 120px;
}
#header .header_inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 0rem 0 2rem;
  box-sizing: border-box;
}
#header .header_logo {
  position: relative;
  z-index: 2;
  padding: 1.1rem 0;
  width: 170px;
  transition: 0.3s;
}
#header .header_logo.active {
  width: 120px;
}
#header .header_menu {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  background: none;
  transition: 0.3s;
}
#header .header_menu .menu_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.6rem;
  padding-top: 1.5rem;
  font-family: "Reddit Sans", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}
#header .header_menu .menu_cont > * {
  transition: 0.3s;
}
#header .header_menu .menu_cont .l_line, #header .header_menu .menu_cont .s_line {
  position: absolute;
  right: 0;
  height: 1px;
  background: #292929;
}
#header .header_menu .menu_cont .l_line {
  width: 100%;
  top: 0;
}
#header .header_menu .menu_cont .s_line {
  top: 0.5rem;
  width: 77%;
}
#header .header_menu.active {
  background: #6D0070;
}
#header .header_menu.active .menu_cont .l_line, #header .header_menu.active .menu_cont .s_line {
  top: 50%;
  right: 50%;
  width: 3.5rem;
  height: 1px;
  background: #FFF;
  transform: translate(50%, -50%) rotate(20deg);
}
#header .header_menu.active .menu_cont .s_line {
  transform: translate(50%, -50%) rotate(-20deg);
}
#header .header_menu.active .menu_cont .txt {
  display: none;
}
#header .header_nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: scroll;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  padding: 10rem 8% 1.5rem;
  box-sizing: border-box;
}
#header .header_nav .nav_item + .nav_item {
  margin-top: 2.5rem;
}
#header .header_nav .nav_item > a, #header .header_nav .nav_item > .subnav_toggle {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 4rem 1em 0;
  border-bottom: 1px solid #DEDEDE;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#header .header_nav .nav_item > a .arrow, #header .header_nav .nav_item > a .plus, #header .header_nav .nav_item > .subnav_toggle .arrow, #header .header_nav .nav_item > .subnav_toggle .plus {
  position: absolute;
  top: 0.75em;
  right: 0;
  transform: translate(0, -50%);
  width: 3.4rem;
  aspect-ratio: 1;
  background: #EDEEF0;
  border-radius: 50%;
}
#header .header_nav .nav_item > a .arrow::before, #header .header_nav .nav_item > a .arrow::after, #header .header_nav .nav_item > a .plus::before, #header .header_nav .nav_item > a .plus::after, #header .header_nav .nav_item > .subnav_toggle .arrow::before, #header .header_nav .nav_item > .subnav_toggle .arrow::after, #header .header_nav .nav_item > .subnav_toggle .plus::before, #header .header_nav .nav_item > .subnav_toggle .plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
#header .header_nav .nav_item > a .arrow::after, #header .header_nav .nav_item > .subnav_toggle .arrow::after {
  width: 1rem;
  aspect-ratio: 9/7;
  background: url("/minds/assets/img/common/arrow_right.svg") center/cover no-repeat;
}
#header .header_nav .nav_item > a .plus::before, #header .header_nav .nav_item > a .plus::after, #header .header_nav .nav_item > .subnav_toggle .plus::before, #header .header_nav .nav_item > .subnav_toggle .plus::after {
  width: 1rem;
  height: 1.5px;
  background: #6D0070;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
#header .header_nav .nav_item > a .plus::after, #header .header_nav .nav_item > .subnav_toggle .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#header .header_nav .nav_item > a.active .plus::after, #header .header_nav .nav_item > .subnav_toggle.active .plus::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
#header .header_nav .header_subnav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem 2.8rem;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.3s ease;
}
#header .header_nav .header_subnav.active {
  max-height: 100%;
  margin-top: 2.3rem;
  padding-bottom: 3rem;
}
#header .header_nav .header_subnav .subnav_item > a {
  display: block;
}
#header .header_nav .header_subnav .subnav_item > a .img {
  margin-bottom: 1rem;
}
#header .header_nav .header_subnav .subnav_item > a .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5rem;
}
#header .header_nav .header_subnav .subnav_item > a .ttl .arrow {
  position: relative;
  z-index: 1;
  width: 2.4rem;
  aspect-ratio: 1;
  background: #EDEEF0;
  border-radius: 50%;
}
#header .header_nav .header_subnav .subnav_item > a .ttl .arrow::before, #header .header_nav .header_subnav .subnav_item > a .ttl .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  aspect-ratio: 12/10;
  transition: 0.3s;
  background: url("/minds/assets/img/common/arrow_ppl.svg") center/cover no-repeat;
  content: "";
}
#header .header_nav .header_subnav .subnav_item > a .ttl .arrow::after {
  opacity: 0;
  background: url("/minds/assets/img/common/arrow_wht.svg") center/cover no-repeat;
}
#header .header_nav .header_contact {
  margin-top: 2.7rem;
}
#header .header_nav .header_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
  padding: 1.8rem 0;
  background: #6D0070;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  transition: 0.3s;
}
#header .header_nav .header_contact a .icon {
  position: relative;
  width: 2rem;
  aspect-ratio: 1;
}
#header .header_nav .header_contact a .icon::before, #header .header_nav .header_contact a .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  content: "";
}
#header .header_nav .header_contact a .icon::before {
  z-index: 2;
  background: url("/minds/assets/img/common/icon_mail_whi.svg") center/cover no-repeat;
}
#header .header_nav .header_contact a .icon::after {
  opacity: 0;
  z-index: 1;
  background: url("/minds/assets/img/common/icon_mail_ppl.svg") center/cover no-repeat;
}
#header .header_nav .header_info {
  margin-top: 3rem;
  text-align: center;
}
#header .header_nav .header_info .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Reddit Sans", serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #6D0070;
}
#header .header_nav .header_info .tel .icon {
  display: inline-block;
  margin-right: 0.5rem;
  width: 4rem;
  aspect-ratio: 82/48;
  vertical-align: middle;
  background: url(/minds/assets/img/common/img_tel.png) center/cover no-repeat;
}
#header .header_nav .header_info .hours {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
#header .header_nav .header_info .hours b {
  font-weight: bold;
}
#header .header_nav .header_info .copy {
  margin-top: 2rem;
  font-family: "Reddit Sans", serif;
  font-size: 1.1rem;
  color: #8B8B8B;
  letter-spacing: 0.1em;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #header {
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #header.active .header_logo {
    width: 170px;
  }
  #header .header_inner {
    align-items: center;
    height: 8rem;
    padding: 0 0rem 0 2rem;
  }
  #header .header_logo {
    padding: 0;
  }
  #header .header_menu {
    display: none;
  }
  #header .header_nav {
    display: flex !important;
    justify-content: end;
    align-items: center;
    gap: clamp(1.5rem, 2vw, 3rem);
    position: static;
    z-index: 1;
    width: auto;
    height: 100%;
    overflow: visible;
    padding: 0;
  }
  #header .header_nav .nav_item {
    position: relative;
  }
  #header .header_nav .nav_item + .nav_item {
    margin-top: 0;
  }
  #header .header_nav .nav_item > a, #header .header_nav .nav_item > .subnav_toggle {
    padding: 0;
    border-bottom: none;
    font-size: 1.3rem;
  }
  #header .header_nav .nav_item > a .arrow, #header .header_nav .nav_item > .subnav_toggle .arrow {
    display: none;
  }
  #header .header_nav .nav_item > a .plus, #header .header_nav .nav_item > .subnav_toggle .plus {
    position: absolute;
    background: none;
    border-bottom: 2px solid #6D0070;
    border-right: 2px solid #6D0070;
    border-radius: 0;
    top: 2em;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.9rem;
    height: 0.9rem;
  }
  #header .header_nav .nav_item > a .plus::before, #header .header_nav .nav_item > a .plus::after, #header .header_nav .nav_item > .subnav_toggle .plus::before, #header .header_nav .nav_item > .subnav_toggle .plus::after {
    display: none;
  }
  #header .header_nav .nav_item > a:hover, #header .header_nav .nav_item > .subnav_toggle:hover {
    color: #6D0070;
  }
  #header .header_nav .nav_item > a.active, #header .header_nav .nav_item > .subnav_toggle.active {
    color: #6D0070;
  }
  #header .header_nav .header_subnav {
    display: grid;
    gap: clamp(2rem, 3vw, 4rem);
    grid-template-columns: repeat(3, 1fr);
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: min(80vw, 825px);
    overflow: hidden;
    background: #EDEEF0;
    box-sizing: border-box;
    padding: 3.6rem 5rem;
    opacity: 0;
    max-height: none !important;
    pointer-events: none;
  }
  #header .header_nav .header_subnav.active {
    opacity: 1;
    pointer-events: auto;
  }
  #header .header_nav .header_subnav .subnav_item > a {
    display: block;
  }
  #header .header_nav .header_subnav .subnav_item > a .img {
    margin-bottom: 2.2rem;
  }
  #header .header_nav .header_subnav .subnav_item > a .ttl {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
  }
  #header .header_nav .header_subnav .subnav_item > a .ttl::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    display: block;
    width: calc(100% - 5rem);
    border-bottom: 1px solid #6D0070;
  }
  #header .header_nav .header_subnav .subnav_item > a .ttl .arrow {
    width: 3.8rem;
    aspect-ratio: 1;
    background: #FFF;
    border-radius: 50%;
    transition: 0.3s;
  }
  #header .header_nav .header_subnav .subnav_item > a:hover {
    opacity: 1;
  }
  #header .header_nav .header_subnav .subnav_item > a:hover .ttl .arrow {
    background: #6D0070;
    transform: scale(1.1);
  }
  #header .header_nav .header_subnav .subnav_item > a:hover .ttl .arrow::before {
    opacity: 0;
  }
  #header .header_nav .header_subnav .subnav_item > a:hover .ttl .arrow::after {
    opacity: 1;
  }
  #header .header_nav .header_contact {
    margin-top: 0;
  }
  #header .header_nav .header_contact a {
    width: 100%;
    height: 8rem;
    max-width: 193px;
    margin: 0;
    padding: 1.8rem 2rem;
    font-size: 1.3rem;
    box-sizing: border-box;
  }
  #header .header_nav .header_contact a .icon {
    position: relative;
    width: 2rem;
    aspect-ratio: 1;
  }
  #header .header_nav .header_info {
    display: none;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1121px) {
  #header.active .header_logo {
    width: 190px;
  }
  #header .header_logo {
    width: 190px;
  }
  #header .header_nav .nav_item > a, #header .header_nav .nav_item > .subnav_toggle {
    font-size: 1.5rem;
  }
  #header .header_nav .header_contact a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1221px) {
  #header .header_nav .header_contact a {
    padding: 1.8rem 3.4rem;
  }
}
/*//////////////////////////////////////////////////
	footer設定
//////////////////////////////////////////////////*/
#footer {
  margin-top: clamp(6rem, 10.4vw, 10rem);
}
#footer .fooer_bnr {
  background: #EDEEF0;
  padding: clamp(2rem, 5.2vw, 3.6rem) 0 2.8rem;
}
#footer .fooer_bnr .inner {
  position: relative;
  width: 68.26%;
  margin: 0 auto;
}
#footer .fooer_bnr .bnr_item {
  background: #fff;
}
#footer .fooer_bnr .swiper_prev, #footer .fooer_bnr .swiper_next {
  position: absolute;
  top: 50%;
  width: clamp(3.4rem, 4.5vw, 3.8rem);
  aspect-ratio: 1;
  background: #FFF;
  border-radius: 50%;
  transition: 0.4s;
}
#footer .fooer_bnr .swiper_prev::before, #footer .fooer_bnr .swiper_prev::after, #footer .fooer_bnr .swiper_next::before, #footer .fooer_bnr .swiper_next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  aspect-ratio: 12/10;
  content: "";
}
#footer .fooer_bnr .swiper_prev::before, #footer .fooer_bnr .swiper_next::before {
  opacity: 1;
  background: url(/minds/assets/img/common/arrow_ppl.svg) center/cover no-repeat;
}
#footer .fooer_bnr .swiper_prev::after, #footer .fooer_bnr .swiper_next::after {
  opacity: 0;
  background: url(/minds/assets/img/common/arrow_wht.svg) center/cover no-repeat;
}
#footer .fooer_bnr .swiper_prev {
  left: clamp(-7.2rem, -3.7vw, -1.4rem);
  transform: translate(-100%, -50%);
}
#footer .fooer_bnr .swiper_prev::before, #footer .fooer_bnr .swiper_prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
#footer .fooer_bnr .swiper_next {
  right: clamp(-7.2rem, -3.7vw, -1.4rem);
  transform: translate(100%, -50%);
}
#footer .fooer_bnr .swiper_dot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5em;
}
#footer .fooer_bnr .swiper_dot .swiper-pagination-bullet {
  width: 0.8rem;
  aspect-ratio: 1;
  background: #FFF;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 1;
}
#footer .fooer_bnr .swiper_dot .swiper-pagination-bullet-active {
  background: #6D0070;
}
#footer .footer_wrap {
  display: flex;
  flex-direction: column;
}
#footer .footer_wrap .footer_logo {
  width: 63.4%;
  margin: 3.5rem auto 2rem;
}
#footer .footer_wrap .footer_cont {
  display: contents;
  background: #FFF;
}
#footer .footer_wrap .footer_cont .cont_top {
  order: 1;
  padding-top: clamp(1.5rem, 4vw, 4rem);
  margin-bottom: clamp(2rem, 3.5vw, 3.5rem);
}
#footer .footer_wrap .footer_cont .cont_top .cont_top-copy {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
#footer .footer_wrap .footer_cont .cont_top .cont_info {
  text-align: center;
}
#footer .footer_wrap .footer_cont .cont_top .cont_info .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Reddit Sans", serif;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #6D0070;
}
#footer .footer_wrap .footer_cont .cont_top .cont_info .tel .icon {
  display: inline-block;
  margin-right: 0.5rem;
  width: 4rem;
  aspect-ratio: 82/48;
  vertical-align: middle;
  background: url("/minds/assets/img/common/img_tel.png") center/cover no-repeat;
}
#footer .footer_wrap .footer_cont .cont_top .cont_info .hours {
  font-size: clamp(1.2rem, 1.7vw, 1.4rem);
}
#footer .footer_wrap .footer_cont .cont_top .cont_info .hours b {
  font-weight: bold;
}
#footer .footer_wrap .footer_cont .cont_top .cont_info .add {
  margin-top: 0.75em;
  font-size: clamp(1.2rem, 1.7vw, 1.4rem);
  list-style: 1.5;
}
#footer .footer_wrap .footer_cont .cont_bottom {
  order: 3;
  padding-top: 4rem;
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.4rem;
  margin-bottom: clamp(3rem, 5.2vw, 5rem);
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #D0D0D0;
  color: #6D0070;
  font-weight: bold;
  font-size: clamp(1.3rem, 1.8vw, 1.5rem);
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item > a .arrow {
  position: relative;
  width: clamp(1.8rem, 2.6vw, 2.1rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #EDEEF0;
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item > a .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(0.7rem, 0.14vw, 0.8rem);
  aspect-ratio: 9/7;
  background: url("/minds/assets/img/common/arrow_right.svg") center/cover no-repeat;
  content: "";
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item.nav_toggle {
  grid-row: span 3;
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item {
  margin-top: 1rem;
  padding-left: clamp(1rem, 2.6vw, 3rem);
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item + .subnav_item {
  margin-top: 0.6rem;
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item > a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item > a .arrow {
  position: relative;
  width: clamp(0.7rem, 0.14vw, 0.8rem);
  aspect-ratio: 9/7;
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item > a .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(0.7rem, 0.14vw, 0.8rem);
  aspect-ratio: 9/7;
  background: url("/minds/assets/img/common/arrow_right.svg") center/cover no-repeat;
  content: "";
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_link .privacy {
  display: block;
  margin: 0 auto 2.5rem;
  font-size: clamp(1.2rem, 1.6vw, 1.3rem);
  text-decoration: underline;
  text-align: center;
}
#footer .footer_wrap .footer_cont .cont_bottom .footer_link .logo {
  width: 63.5%;
  margin: 0 auto 2.5rem;
}
#footer .copyright {
  border-top: 1px solid #D0D0D0;
  padding: clamp(1.5rem, 2.6vw, 2.5rem) 0;
  text-align: center;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #footer .fooer_bnr .inner {
    width: 71.74%;
    max-width: 980px;
  }
  #footer .fooer_bnr .swiper_next:hover {
    background: #6D0070;
  }
  #footer .fooer_bnr .swiper_next:hover::before {
    opacity: 0;
  }
  #footer .fooer_bnr .swiper_next:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }
  #footer .fooer_bnr .swiper_prev:hover {
    background: #6D0070;
  }
  #footer .fooer_bnr .swiper_prev:hover::before {
    opacity: 0;
  }
  #footer .fooer_bnr .swiper_prev:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(-1.15, 1, 15);
  }
  #footer .footer_wrap .footer_logo {
    max-width: 25rem;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_link .logo {
    max-width: 18.5rem;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  #footer .footer_wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    padding: 4rem 0 2.5rem;
  }
  #footer .footer_wrap .footer_logo {
    width: 21rem;
    margin: 0 0 2em;
  }
  #footer .footer_wrap .footer_cont {
    display: block;
  }
  #footer .footer_wrap .footer_cont .cont_top {
    padding: 0;
  }
  #footer .footer_wrap .footer_cont .cont_top .cont_top-copy {
    text-align: left;
    font-size: 1.4rem;
  }
  #footer .footer_wrap .footer_cont .cont_top .cont_info {
    text-align: left;
  }
  #footer .footer_wrap .footer_cont .cont_top .cont_info .tel {
    margin: 0.2em 0;
    line-height: 1;
    justify-content: start;
  }
  #footer .footer_wrap .footer_cont .cont_bottom {
    padding-top: 0;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, auto);
    gap: 2rem 0;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item {
    padding-left: 2rem;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item:nth-of-type(1), #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item:nth-of-type(2) {
    position: relative;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item:nth-of-type(1)::before, #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item:nth-of-type(2)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.1rem;
    height: calc(300% + 4rem);
    background: #EDEEF0;
    content: "";
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item:nth-child(odd) {
    padding-right: 2rem;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item > a {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-bottom: 0;
    border-bottom: none;
    color: #6D0070;
    font-weight: bold;
    font-size: clamp(1.3rem, 1.8vw, 1.5rem);
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item > a .arrow {
    position: relative;
    width: clamp(1.8rem, 2.6vw, 2.1rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #EDEEF0;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item > a .arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(0.7rem, 0.14vw, 0.8rem);
    aspect-ratio: 9/7;
    background: url("/minds/assets/img/common/arrow_right.svg") center/cover no-repeat;
    content: "";
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_nav .nav_item.nav_toggle {
    grid-row: span 3;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item {
    margin-top: 1rem;
    padding-left: clamp(1rem, 2.6vw, 3rem);
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item + .subnav_item {
    margin-top: 0.6rem;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item > a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: bold;
    font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item > a .arrow {
    position: relative;
    width: clamp(0.7rem, 0.14vw, 0.8rem);
    aspect-ratio: 9/7;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_subnav .subnav_item > a .arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(0.7rem, 0.14vw, 0.8rem);
    aspect-ratio: 9/7;
    background: url("/minds/assets/img/common/arrow_right.svg") center/cover no-repeat;
    content: "";
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_link {
    display: flex;
    justify-content: flex-end;
    align-items: end;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_link .privacy {
    margin: 0;
  }
  #footer .footer_wrap .footer_cont .cont_bottom .footer_link .logo {
    margin: 0 0 0 4rem;
  }
  #footer .copyright {
    border-top: 1px solid #D0D0D0;
    padding: clamp(1.5rem, 2.6vw, 2.5rem) 0;
    text-align: center;
  }
}
/* Scss Document */
.t-center {
  text-align: center;
}

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

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

.inner-s {
  width: min(90%, 980px);
  margin: 0 auto;
}

.inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}

.l-outer {
  margin-bottom: 6.4rem;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .inner-s {
    width: min(98rem, 90%);
  }
  .inner {
    width: min(120rem, 90%);
  }
  .l-outer {
    margin-bottom: 8rem;
  }
}
/*------------------------------
		961px以上
------------------------------*/
/* Scss Document */
#breadcrumb {
  white-space: nowrap;
  overflow-x: scroll;
  font-size: 1.1rem;
  margin: 1.69% 0% 1.69% 0%;
  text-align: right;
  /* firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}
@media (min-width: 769px) {
  #breadcrumb {
    font-size: calc(1.1rem + (1vw - 7.69px) * 0.2433090024);
  }
}
@media (min-width: 1180px) {
  #breadcrumb {
    font-size: 1.2rem;
  }
}
#breadcrumb::-webkit-scrollbar {
  display: none;
}
#breadcrumb a {
  text-decoration: underline;
  padding: 0 10px 0 0;
  color: #6D0070;
}
#breadcrumb a:last-child {
  padding: 0 0 0 10px;
}
#breadcrumb span {
  color: #333;
}
#breadcrumb .icon {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb .icon.arrow-right {
  margin-right: 10px;
}
#breadcrumb .icon.arrow-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-1px) rotate(45deg);
}

/*------------------------------
ページャー設定
------------------------------*/
.pagenation {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.pagenation li {
  flex: 0 1 auto;
  width: auto;
  margin: 0 1%;
}
.pagenation li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  background: #fff;
  color: #6D0070;
  border: solid 1px #6D0070;
}
.pagenation li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.pagenation li a:hover {
  opacity: 1;
  background: #6D0070;
  color: #fff;
}
.pagenation li.active a {
  background: #6D0070;
  color: #fff;
}
.pagenation li.arrow a {
  font-size: 2.6rem;
  border: none;
  background: rgba(255, 255, 255, 0);
}
.pagenation li.arrow a i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.pagenation li.arrow a:hover {
  color: #292929;
}
.pagenation li.arrow a span {
  display: none;
}

/*------------------------------
	ページタイトル
------------------------------*/
#sec_head {
  position: relative;
  margin-top: 7.2rem 0 8.6rem;
}
#sec_head .head_title {
  position: absolute;
  bottom: -5.4rem;
  left: 0;
  width: 92%;
  background: #6D0070;
  padding: 1.8rem 1.8rem 1.8rem 4.5rem;
  box-sizing: border-box;
  color: #FFF;
}
#sec_head .head_title .copy {
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-family: "Reddit Sans", serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#sec_head .head_title .ttl {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .pagenation .arrow span {
    display: inline;
  }
  #sec_head {
    margin: 8rem 0 14.8rem;
  }
  #sec_head .head_title {
    bottom: -4.8rem;
    width: 46.7%;
    padding: 2.5rem 2rem 3rem 8vw;
  }
  #sec_head .head_title .copy {
    margin-bottom: 0;
    font-size: 1.9rem;
  }
  #sec_head .head_title .ttl {
    font-size: 3.6rem;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  .pagenation {
    margin-bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .pagenation li {
    margin: 0 5px;
  }
  .pagenation li.arrow a {
    font-size: 1.3rem;
    color: #fff;
    background: #6D0070;
    border: solid 1px #6D0070;
  }
  .pagenation li.arrow a:hover {
    background: #fff;
    color: #6D0070;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1366px) {
  #sec_head {
    margin-bottom: 14.8rem;
  }
  #sec_head .head_title {
    bottom: -4.8rem;
    width: 46.7%;
    padding: 4.5rem 2rem 5.5rem 14vw;
  }
  #sec_head .head_title .copy {
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
  #sec_head .head_title .ttl {
    font-size: 3.6rem;
  }
}
/* Scss Document */
#breadcrumb {
  white-space: nowrap;
  overflow-x: scroll;
  font-size: 1.1rem;
  margin: 1.69% 0% 1.69% 0%;
  text-align: right;
  /* firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}
@media (min-width: 769px) {
  #breadcrumb {
    font-size: calc(1.1rem + (1vw - 7.69px) * 0.2433090024);
  }
}
@media (min-width: 1180px) {
  #breadcrumb {
    font-size: 1.2rem;
  }
}
#breadcrumb::-webkit-scrollbar {
  display: none;
}
#breadcrumb a {
  text-decoration: underline;
  padding: 0 10px 0 0;
  color: #6D0070;
}
#breadcrumb a:last-child {
  padding: 0 0 0 10px;
}
#breadcrumb span {
  color: #333;
}
#breadcrumb .icon {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb .icon.arrow-right {
  margin-right: 10px;
}
#breadcrumb .icon.arrow-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-1px) rotate(45deg);
}

/*------------------------------
	タイトル関連
------------------------------*/
#sec_head {
  position: relative;
  margin-bottom: 8.6rem;
}
#sec_head .head_title {
  position: absolute;
  bottom: -5.4rem;
  left: 0;
  width: 92%;
  background: #6D0070;
  padding: 1.8rem 1.8rem 1.8rem 4.5rem;
  box-sizing: border-box;
  color: #FFF;
}
#sec_head .head_title .copy {
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-family: "Reddit Sans", serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#sec_head .head_title .ttl {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.sec_ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 2.4rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
  color: #6D0070;
  font-size: 2.2rem;
}
.sec_ttl::before, .sec_ttl::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 1.6rem;
  height: 0.2rem;
}
.sec_ttl::before {
  transform: translate(-1.3rem, 0);
  background: #6D0070;
}
.sec_ttl::after {
  transform: translate(-0.3rem, 0.5rem);
  background: #E7CDE8;
}

.sec_subttl {
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
}
.sec_subttl._s {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  #sec_head {
    margin-bottom: 14.8rem;
  }
  #sec_head .head_title {
    bottom: -4.8rem;
    width: 46.7%;
    padding: 2.5rem 2rem 3rem 8vw;
  }
  #sec_head .head_title .copy {
    margin-bottom: 0;
    font-size: 1.9rem;
  }
  #sec_head .head_title .ttl {
    font-size: 3.6rem;
  }
  .sec_ttl {
    margin-bottom: 2.6rem;
    font-size: 2.8rem;
  }
  .sec_subttl {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .sec_subttl._s {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #sec_head .head_title {
    padding: 4.5rem 2rem 5.5rem 14vw;
  }
  #sec_head .head_title .copy {
    margin-bottom: 1rem;
  }
}
/*------------------------------
ページャー設定
------------------------------*/
.pagenation {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.pagenation li {
  flex: 0 1 auto;
  width: auto;
  margin: 0 1%;
}
.pagenation li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  background: #fff;
  color: #6D0070;
  border: solid 1px #6D0070;
}
.pagenation li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.pagenation li a:hover {
  opacity: 1;
  background: #6D0070;
  color: #fff;
}
.pagenation li.active a {
  background: #6D0070;
  color: #fff;
}
.pagenation li.arrow a {
  font-size: 2.6rem;
  border: none;
  background: rgba(255, 255, 255, 0);
}
.pagenation li.arrow a i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.pagenation li.arrow a:hover {
  color: #292929;
}
.pagenation li.arrow a span {
  display: none;
}

@media screen and (min-width: 769px) {
  .pagenation .arrow span {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .pagenation {
    margin-bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .pagenation li {
    margin: 0 5px;
  }
  .pagenation li.arrow a {
    font-size: 1.3rem;
    color: #fff;
    background: #6D0070;
    border: solid 1px #6D0070;
  }
  .pagenation li.arrow a:hover {
    background: #fff;
    color: #6D0070;
  }
}
/*------------------------------
	ボタン設定
------------------------------*/
.c-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.c-button .c-button-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6rem;
  padding: 0 1em 0 3em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #6D0070;
  border-radius: 100vw;
}
.c-button .c-button-btn .arrow {
  position: relative;
  z-index: 1;
  width: 3.4rem;
  height: 3.4rem;
  background: #fff;
  border-radius: 50%;
}
.c-button .c-button-btn .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/minds/assets/img/common/arrow_right.svg") center/0.8em no-repeat;
}

@media screen and (min-width: 1024px) {
  .c-button .c-button-btn {
    width: min(32rem, 100%);
    height: 6.4rem;
    font-size: 1.5rem;
    color: #292929;
    background: #EDEEF0;
    transition: all 0.3s;
  }
  .c-button .c-button-btn .arrow {
    width: 3.2rem;
    height: 3.2rem;
    transition: all 0.3s;
  }
  .c-button .c-button-btn:hover {
    opacity: 1;
    color: #fff;
    background: #6D0070;
  }
  .c-button .c-button-btn:hover .arrow {
    transform: scale(1.1);
  }
}
input[type=name],
input[type=num],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=email] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #797979;
  border-radius: 0;
  outline: none;
  font-size: 1.6rem;
}
input[type=name].error,
input[type=num].error,
input[type=text].error,
input[type=password].error,
input[type=number].error,
input[type=tel].error,
input[type=url].error,
input[type=email].error {
  border-color: #d12610;
  box-shadow: 0 0 3px rgba(209, 38, 16, 0.5);
}
input[type=name].col-1,
input[type=num].col-1,
input[type=text].col-1,
input[type=password].col-1,
input[type=number].col-1,
input[type=tel].col-1,
input[type=url].col-1,
input[type=email].col-1 {
  width: 8.3333333333%;
}
input[type=name].col-2,
input[type=num].col-2,
input[type=text].col-2,
input[type=password].col-2,
input[type=number].col-2,
input[type=tel].col-2,
input[type=url].col-2,
input[type=email].col-2 {
  width: 16.6666666667%;
}
input[type=name].col-3,
input[type=num].col-3,
input[type=text].col-3,
input[type=password].col-3,
input[type=number].col-3,
input[type=tel].col-3,
input[type=url].col-3,
input[type=email].col-3 {
  width: 25%;
}
input[type=name].col-4,
input[type=num].col-4,
input[type=text].col-4,
input[type=password].col-4,
input[type=number].col-4,
input[type=tel].col-4,
input[type=url].col-4,
input[type=email].col-4 {
  width: 33.3333333333%;
}
input[type=name].col-5,
input[type=num].col-5,
input[type=text].col-5,
input[type=password].col-5,
input[type=number].col-5,
input[type=tel].col-5,
input[type=url].col-5,
input[type=email].col-5 {
  width: 41.6666666667%;
}
input[type=name].col-6,
input[type=num].col-6,
input[type=text].col-6,
input[type=password].col-6,
input[type=number].col-6,
input[type=tel].col-6,
input[type=url].col-6,
input[type=email].col-6 {
  width: 50%;
}
input[type=name].col-7,
input[type=num].col-7,
input[type=text].col-7,
input[type=password].col-7,
input[type=number].col-7,
input[type=tel].col-7,
input[type=url].col-7,
input[type=email].col-7 {
  width: 58.3333333333%;
}
input[type=name].col-8,
input[type=num].col-8,
input[type=text].col-8,
input[type=password].col-8,
input[type=number].col-8,
input[type=tel].col-8,
input[type=url].col-8,
input[type=email].col-8 {
  width: 66.6666666667%;
}
input[type=name].col-9,
input[type=num].col-9,
input[type=text].col-9,
input[type=password].col-9,
input[type=number].col-9,
input[type=tel].col-9,
input[type=url].col-9,
input[type=email].col-9 {
  width: 75%;
}
input[type=name].col-10,
input[type=num].col-10,
input[type=text].col-10,
input[type=password].col-10,
input[type=number].col-10,
input[type=tel].col-10,
input[type=url].col-10,
input[type=email].col-10 {
  width: 83.3333333333%;
}
input[type=name].col-11,
input[type=num].col-11,
input[type=text].col-11,
input[type=password].col-11,
input[type=number].col-11,
input[type=tel].col-11,
input[type=url].col-11,
input[type=email].col-11 {
  width: 91.6666666667%;
}
input[type=name].col-12,
input[type=num].col-12,
input[type=text].col-12,
input[type=password].col-12,
input[type=number].col-12,
input[type=tel].col-12,
input[type=url].col-12,
input[type=email].col-12 {
  width: 100%;
}

textarea {
  width: 100%;
  height: 30vw;
  max-height: 200px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #797979;
  border-radius: 0;
  outline: none;
  font-size: 1.6rem;
}

select {
  width: 100%;
  padding: 10px;
  background: #fff;
  background-image: none;
  border: 1px solid #797979;
  cursor: pointer;
  color: #292929;
  font-size: 1.6rem;
}
select.selected {
  color: #292929;
}
select.col-1 {
  width: 8.3333333333%;
}
select.col-2 {
  width: 16.6666666667%;
}
select.col-3 {
  width: 25%;
}
select.col-4 {
  width: 33.3333333333%;
}
select.col-5 {
  width: 41.6666666667%;
}
select.col-6 {
  width: 50%;
}
select.col-7 {
  width: 58.3333333333%;
}
select.col-8 {
  width: 66.6666666667%;
}
select.col-9 {
  width: 75%;
}
select.col-10 {
  width: 83.3333333333%;
}
select.col-11 {
  width: 91.6666666667%;
}
select.col-12 {
  width: 100%;
}

.error input, .error select, .error textarea {
  background: #ffe8e8;
  border-color: #f00;
}

.parts-selectbox {
  position: relative;
}
.parts-selectbox::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #292929;
  border-right: solid 2px #292929;
  transform: rotate(45deg);
}
.parts-selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.parts-selectbox select::-ms-expand {
  display: none;
}

.hissu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 2px 6px;
  line-height: 1;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  background: #d12610;
  border-radius: 2px;
}

.required__icon {
  margin: 0 3px;
  font-size: 1.4rem;
}

.state_message {
  margin: 40px auto;
  text-align: center;
}
.state_message .class-ng {
  padding: 10px;
  color: #d12610;
  font-weight: bold;
  border: 2px solid #d12610;
  background: #ffe0e0;
}
.state_message .class-ok {
  padding: 10px;
  color: #5bb75b;
  font-weight: bold;
  border: 2px solid #5bb75b;
  background: #e2ffe2;
}
.state_message .descript {
  margin: 15px auto 30px;
  text-align: left;
}

#form {
  margin-bottom: 40px;
}

.form__ttl {
  position: relative;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
.form__ttl:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background: #6D0070;
}

.form__txt {
  padding: 10px;
  background: #fdfdfb;
  color: #676767;
}

.form__box {
  margin-bottom: 20px;
}

.input__item {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1;
}

.check {
  display: block;
  height: 30px;
}

.checkbox-input, .radio-input {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  appearance: none;
}

.checkbox-parts, .radio-parts {
  padding-left: 25px;
  position: relative;
  line-height: 1.3;
  font-size: 1.5rem;
}

.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #707070;
  background: #fff;
  cursor: pointer;
}

.checkbox-input:checked + .checkbox-parts:before {
  background: #292929;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 6px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.radio-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.radio-input:checked + .radio-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #292929;
  border-radius: 50%;
}
.radio-input:disabled + .radio-parts {
  opacity: 0.5;
}

.sessiion__error {
  padding: 30px 20px;
  margin-bottom: 60px;
  text-align: center;
  background: #fff;
}
.sessiion__error-main {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.sessiion__error-main b {
  display: inline-block;
  vertical-align: baseline;
}
.sessiion__error + .btn__box .btn {
  color: #6D0070;
  background: #fff;
}
.sessiion__error + .btn__box .btn:after {
  content: "←";
  right: auto;
  left: 15px;
}

@media screen and (min-width: 769px) {
  input[type=name].col-1_tab,
  input[type=num].col-1_tab,
  input[type=text].col-1_tab,
  input[type=password].col-1_tab,
  input[type=number].col-1_tab,
  input[type=tel].col-1_tab,
  input[type=url].col-1_tab,
  input[type=email].col-1_tab,
  select.col-1_tab {
    width: 8.3333333333%;
  }
  input[type=name].col-2_tab,
  input[type=num].col-2_tab,
  input[type=text].col-2_tab,
  input[type=password].col-2_tab,
  input[type=number].col-2_tab,
  input[type=tel].col-2_tab,
  input[type=url].col-2_tab,
  input[type=email].col-2_tab,
  select.col-2_tab {
    width: 16.6666666667%;
  }
  input[type=name].col-3_tab,
  input[type=num].col-3_tab,
  input[type=text].col-3_tab,
  input[type=password].col-3_tab,
  input[type=number].col-3_tab,
  input[type=tel].col-3_tab,
  input[type=url].col-3_tab,
  input[type=email].col-3_tab,
  select.col-3_tab {
    width: 25%;
  }
  input[type=name].col-4_tab,
  input[type=num].col-4_tab,
  input[type=text].col-4_tab,
  input[type=password].col-4_tab,
  input[type=number].col-4_tab,
  input[type=tel].col-4_tab,
  input[type=url].col-4_tab,
  input[type=email].col-4_tab,
  select.col-4_tab {
    width: 33.3333333333%;
  }
  input[type=name].col-5_tab,
  input[type=num].col-5_tab,
  input[type=text].col-5_tab,
  input[type=password].col-5_tab,
  input[type=number].col-5_tab,
  input[type=tel].col-5_tab,
  input[type=url].col-5_tab,
  input[type=email].col-5_tab,
  select.col-5_tab {
    width: 41.6666666667%;
  }
  input[type=name].col-6_tab,
  input[type=num].col-6_tab,
  input[type=text].col-6_tab,
  input[type=password].col-6_tab,
  input[type=number].col-6_tab,
  input[type=tel].col-6_tab,
  input[type=url].col-6_tab,
  input[type=email].col-6_tab,
  select.col-6_tab {
    width: 50%;
  }
  input[type=name].col-7_tab,
  input[type=num].col-7_tab,
  input[type=text].col-7_tab,
  input[type=password].col-7_tab,
  input[type=number].col-7_tab,
  input[type=tel].col-7_tab,
  input[type=url].col-7_tab,
  input[type=email].col-7_tab,
  select.col-7_tab {
    width: 58.3333333333%;
  }
  input[type=name].col-8_tab,
  input[type=num].col-8_tab,
  input[type=text].col-8_tab,
  input[type=password].col-8_tab,
  input[type=number].col-8_tab,
  input[type=tel].col-8_tab,
  input[type=url].col-8_tab,
  input[type=email].col-8_tab,
  select.col-8_tab {
    width: 66.6666666667%;
  }
  input[type=name].col-9_tab,
  input[type=num].col-9_tab,
  input[type=text].col-9_tab,
  input[type=password].col-9_tab,
  input[type=number].col-9_tab,
  input[type=tel].col-9_tab,
  input[type=url].col-9_tab,
  input[type=email].col-9_tab,
  select.col-9_tab {
    width: 75%;
  }
  input[type=name].col-10_tab,
  input[type=num].col-10_tab,
  input[type=text].col-10_tab,
  input[type=password].col-10_tab,
  input[type=number].col-10_tab,
  input[type=tel].col-10_tab,
  input[type=url].col-10_tab,
  input[type=email].col-10_tab,
  select.col-10_tab {
    width: 83.3333333333%;
  }
  input[type=name].col-11_tab,
  input[type=num].col-11_tab,
  input[type=text].col-11_tab,
  input[type=password].col-11_tab,
  input[type=number].col-11_tab,
  input[type=tel].col-11_tab,
  input[type=url].col-11_tab,
  input[type=email].col-11_tab,
  select.col-11_tab {
    width: 91.6666666667%;
  }
  input[type=name].col-12_tab,
  input[type=num].col-12_tab,
  input[type=text].col-12_tab,
  input[type=password].col-12_tab,
  input[type=number].col-12_tab,
  input[type=tel].col-12_tab,
  input[type=url].col-12_tab,
  input[type=email].col-12_tab,
  select.col-12_tab {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  input[type=name].col-1_pc,
  input[type=num].col-1_pc,
  input[type=text].col-1_pc,
  input[type=password].col-1_pc,
  input[type=number].col-1_pc,
  input[type=tel].col-1_pc,
  input[type=url].col-1_pc,
  input[type=email].col-1_pc,
  select.col-1_pc {
    width: 8.3333333333%;
  }
  input[type=name].col-2_pc,
  input[type=num].col-2_pc,
  input[type=text].col-2_pc,
  input[type=password].col-2_pc,
  input[type=number].col-2_pc,
  input[type=tel].col-2_pc,
  input[type=url].col-2_pc,
  input[type=email].col-2_pc,
  select.col-2_pc {
    width: 16.6666666667%;
  }
  input[type=name].col-3_pc,
  input[type=num].col-3_pc,
  input[type=text].col-3_pc,
  input[type=password].col-3_pc,
  input[type=number].col-3_pc,
  input[type=tel].col-3_pc,
  input[type=url].col-3_pc,
  input[type=email].col-3_pc,
  select.col-3_pc {
    width: 25%;
  }
  input[type=name].col-4_pc,
  input[type=num].col-4_pc,
  input[type=text].col-4_pc,
  input[type=password].col-4_pc,
  input[type=number].col-4_pc,
  input[type=tel].col-4_pc,
  input[type=url].col-4_pc,
  input[type=email].col-4_pc,
  select.col-4_pc {
    width: 33.3333333333%;
  }
  input[type=name].col-5_pc,
  input[type=num].col-5_pc,
  input[type=text].col-5_pc,
  input[type=password].col-5_pc,
  input[type=number].col-5_pc,
  input[type=tel].col-5_pc,
  input[type=url].col-5_pc,
  input[type=email].col-5_pc,
  select.col-5_pc {
    width: 41.6666666667%;
  }
  input[type=name].col-6_pc,
  input[type=num].col-6_pc,
  input[type=text].col-6_pc,
  input[type=password].col-6_pc,
  input[type=number].col-6_pc,
  input[type=tel].col-6_pc,
  input[type=url].col-6_pc,
  input[type=email].col-6_pc,
  select.col-6_pc {
    width: 50%;
  }
  input[type=name].col-7_pc,
  input[type=num].col-7_pc,
  input[type=text].col-7_pc,
  input[type=password].col-7_pc,
  input[type=number].col-7_pc,
  input[type=tel].col-7_pc,
  input[type=url].col-7_pc,
  input[type=email].col-7_pc,
  select.col-7_pc {
    width: 58.3333333333%;
  }
  input[type=name].col-8_pc,
  input[type=num].col-8_pc,
  input[type=text].col-8_pc,
  input[type=password].col-8_pc,
  input[type=number].col-8_pc,
  input[type=tel].col-8_pc,
  input[type=url].col-8_pc,
  input[type=email].col-8_pc,
  select.col-8_pc {
    width: 66.6666666667%;
  }
  input[type=name].col-9_pc,
  input[type=num].col-9_pc,
  input[type=text].col-9_pc,
  input[type=password].col-9_pc,
  input[type=number].col-9_pc,
  input[type=tel].col-9_pc,
  input[type=url].col-9_pc,
  input[type=email].col-9_pc,
  select.col-9_pc {
    width: 75%;
  }
  input[type=name].col-10_pc,
  input[type=num].col-10_pc,
  input[type=text].col-10_pc,
  input[type=password].col-10_pc,
  input[type=number].col-10_pc,
  input[type=tel].col-10_pc,
  input[type=url].col-10_pc,
  input[type=email].col-10_pc,
  select.col-10_pc {
    width: 83.3333333333%;
  }
  input[type=name].col-11_pc,
  input[type=num].col-11_pc,
  input[type=text].col-11_pc,
  input[type=password].col-11_pc,
  input[type=number].col-11_pc,
  input[type=tel].col-11_pc,
  input[type=url].col-11_pc,
  input[type=email].col-11_pc,
  select.col-11_pc {
    width: 91.6666666667%;
  }
  input[type=name].col-12_pc,
  input[type=num].col-12_pc,
  input[type=text].col-12_pc,
  input[type=password].col-12_pc,
  input[type=number].col-12_pc,
  input[type=tel].col-12_pc,
  input[type=url].col-12_pc,
  input[type=email].col-12_pc,
  select.col-12_pc {
    width: 100%;
  }
  select {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=common.css.map */
