@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 */
/* Scss Document */
@font-face {
  font-family: "Banana";
  src: url("/font/bananaPlus.woff") format("woff");
}
@font-face {
  font-family: "Kodomo Maru Gothic";
  src: url("/font/Kodomo_maru_gothic.woff") format("woff");
}
html {
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  box-sizing: border-box;
  font-size: clamp(1.3rem, 1.8229166667vw, 1.5rem);
  word-wrap: break-word;
  text-align: justify;
  font-feature-settings: "palt";
}

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

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

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

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .tab {
    display: none;
  }
}

.sp-tab {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-tab {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .sp-tab {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .sp-tab {
    display: none;
  }
}

.pc-tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .pc-tab {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .pc {
    display: inherit;
  }
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
}

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

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

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

svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  fill: currentColor;
  line-height: normal;
}

.inner {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 0% 3.2% 0% 3.2%;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0% 7.8% 0% 7.8%;
  }
}
@media screen and (min-width: 961px) {
  .inner {
    padding: 0% 6.66% 0% 6.66%;
  }
}
@media screen and (min-width: 1340px) {
  .inner {
    padding: 0;
    max-width: 1200px;
  }
}

.s-inner {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 0% 3.2% 0% 3.2%;
}
@media screen and (min-width: 769px) {
  .s-inner {
    padding: 0% 7.8% 0% 7.8%;
  }
}
@media screen and (min-width: 961px) {
  .s-inner {
    padding: 0% 6.66% 0% 6.66%;
  }
}
@media screen and (min-width: 1340px) {
  .s-inner {
    padding: 0;
    max-width: 960px;
  }
}
@media screen and (min-width: 1340px) {
  .s-inner {
    padding: 0;
  }
}

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

p {
  font-size: 100%;
}

address {
  font-style: normal;
}

#contents {
  overflow: hidden;
  margin-top: 60px;
}

.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;
}

.ms-txt {
  font-size: 80%;
}

.s-txt {
  font-size: 50%;
}

.l-txt {
  font-size: 120%;
}

.ll-txt {
  font-size: 150%;
}

.fs-10 {
  font-size: 1rem;
}
.fs-11 {
  font-size: 1.1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-17 {
  font-size: 1.7rem;
}
.fs-18 {
  font-size: 1.8rem;
}

.en {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.num {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ic--ml {
  margin-left: 5px;
}
.ic--mr {
  margin-right: 5px;
}
.ic-angle-circle:after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin: 0 6px;
}
.ic-angle-circle-alt {
  position: relative;
  padding-right: calc(5% + 20px);
}
.ic-angle-circle-alt:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%) rotate(45deg);
}
.ic-angle-circle-alt:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%);
}
.attent, .attent-foot {
  display: block;
  font-size: 1.1rem;
  letter-spacing: normal;
}
.attent-foot {
  margin-bottom: 20px;
}

.link {
  text-decoration: underline;
}

.ruby {
  display: inline-block;
  vertical-align: top;
  font-size: 0.5em !important;
}

.js-acc-cont {
  display: none;
}

.pager {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  line-height: 30px;
}
.pager .txtlink {
  display: none;
  margin: 0 12px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.pager .item {
  cursor: pointer;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  text-align: center;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  border: 1px solid #333;
  color: #333;
  background: #fff;
}
.pager .item.active {
  color: #fff;
  background: #333;
}

.eff-marker {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #0D2BA8, #0D2BA8);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 100%;
  transition: background 0.3s linear;
}
.eff-marker:after {
  content: attr(data-txt);
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  clip: rect(0, 0, 100px, 0);
  transition: clip 0.5s linear;
  color: #fff;
}
.eff-marker.active {
  background-size: 100% 100%;
}
.eff-marker.active:after {
  clip: rect(0, 40vw, 100px, 0);
}

.common__ttl {
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
}

.common__wide {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}
.common__wide-l {
  width: 92%;
  max-width: 1214px;
  margin: 0 auto;
}

.loading__cont {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
.loading__cont .loading__cont-animate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading__cont .loading__cont-animate .text {
  margin-bottom: 25px;
  letter-spacing: 2px;
  color: #2E49A5;
}
.loading__cont .loading__cont-animate .text b {
  display: inline-block;
}
.loading__cont .loading__cont-animate .text b:nth-child(3) {
  margin-right: 6px;
}
.loading__cont .loading__cont-animate .text b:nth-child(1) {
  animation: textAnimate 2s ease 0.1s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(2) {
  animation: textAnimate 2s ease 0.2s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(3) {
  animation: textAnimate 2s ease 0.3s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(4) {
  animation: textAnimate 2s ease 0.4s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(5) {
  animation: textAnimate 2s ease 0.5s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(6) {
  animation: textAnimate 2s ease 0.6s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(7) {
  animation: textAnimate 2s ease 0.7s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(8) {
  animation: textAnimate 2s ease 0.8s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(9) {
  animation: textAnimate 2s ease 0.9s infinite normal;
}
.loading__cont .loading__cont-animate .text b:nth-child(10) {
  animation: textAnimate 2s ease 1s infinite normal;
}
.loading__cont .loading__cont-animate .icon span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  background: #2E49A5;
  border-radius: 50%;
}
.loading__cont .loading__cont-animate .icon span:nth-child(1) {
  animation: analyAnimate 2s ease 0.2s infinite normal;
}
.loading__cont .loading__cont-animate .icon span:nth-child(2) {
  animation: analyAnimate 2s ease 0.4s infinite normal;
}
.loading__cont .loading__cont-animate .icon span:nth-child(3) {
  animation: analyAnimate 2s ease 0.6s infinite normal;
}

@keyframes textAnimate {
  0% {
    transform: translateY(0) rotate(-10deg);
  }
  20% {
    transform: translateY(-4px) rotate(0deg);
  }
  40% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes analyAnimate {
  0% {
    transform: translateY(0) scale(1);
  }
  20% {
    transform: translateY(-15px) scale(1.4);
  }
  40% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.info__detail {
  margin: 0% 0% 21.33% 0%;
}
.info__detail .mb-box {
  margin: 10.66% 0% 10.66% 0%;
}

.info__cont {
  line-height: 1.8;
}
.info__cont .common__wide {
  max-width: 800px;
}
.info__cont .info__cont-list {
  margin-bottom: 30px;
}
.info__cont .info__cont-list .item {
  border-top: 1px solid #707070;
}
.info__cont .info__cont-list .item:last-child {
  border-bottom: 1px solid #707070;
}
.info__cont .info__cont-list .item .inner {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  padding: 15px 12% 15px 5%;
}
.info__cont .info__cont-list .item a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.info__cont .info__cont-list .item .date {
  margin-bottom: 8px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
@media (min-width: 761px) {
  .info__cont .info__cont-list .item .date {
    font-size: calc(1.1rem + (1vw - 7.61px) * 1.1363636364);
  }
}
@media (min-width: 1201px) {
  .info__cont .info__cont-list .item .date {
    font-size: 1.6rem;
  }
}
.info__cont .info__cont-list .item .date .new {
  display: revert;
}
.info__cont .info__cont-list .item .ttl {
  padding-right: 8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.3rem;
}
@media (min-width: 761px) {
  .info__cont .info__cont-list .item .ttl {
    font-size: calc(1.3rem + (1vw - 7.61px) * 0.6818181818);
  }
}
@media (min-width: 1201px) {
  .info__cont .info__cont-list .item .ttl {
    font-size: 1.6rem;
  }
}
.info__cont .info__cont-list .item .ttl .new {
  display: none;
}
.info__cont .info__cont-list .item .new {
  margin: 0 6px;
  font-size: 1.2rem;
  color: #D10101;
}
@media (min-width: 761px) {
  .info__cont .info__cont-list .item .new {
    font-size: calc(1.2rem + (1vw - 7.61px) * 0.9090909091);
  }
}
@media (min-width: 1201px) {
  .info__cont .info__cont-list .item .new {
    font-size: 1.6rem;
  }
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .pager .txtlink {
    display: revert;
  }
  .eff-marker.active:after {
    clip: rect(0, 20vw, 100px, 0);
  }
  .info__detail {
    margin: 0% 0% 7.8% 0%;
  }
  .info__detail .mb-box {
    margin: 5.2% 0% 5.2% 0%;
  }
  .info__cont .info__cont-list {
    margin-bottom: 60px;
  }
  .info__cont .info__cont-list .item .inner {
    grid-template-columns: 20% 1fr;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    line-height: 74px;
    padding: 0 2%;
  }
  .info__cont .info__cont-list .item .date {
    margin-bottom: 0;
  }
  .info__cont .info__cont-list .item .date .new {
    display: none;
  }
  .info__cont .info__cont-list .item .ttl .new {
    display: revert;
  }
  .info__cont .info__cont-list .item a:hover {
    opacity: 1;
    color: #2E49A5;
  }
  .info__cont .info__cont-list .item a:hover:after {
    color: #2E49A5;
    animation: infohoverAnimation 0.5s ease 0s 1 normal forwards;
  }
}
@keyframes infohoverAnimation {
  0% {
    opacity: 0;
    right: 10%;
  }
  100% {
    opacity: 1;
    right: 5%;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 981px) {
  a {
    transition: all 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  a[href*="fax:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #contents {
    margin-top: 100px;
  }
  .pager .item:hover {
    opacity: 1;
    color: #fff;
    background: #333;
  }
}
/*------------------------------
		1041px以上
------------------------------*/
/* Scss Document */
header .header__logo {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 3.2%;
  width: min(75%, 380px);
  margin: auto;
}
header .header__logo img {
  width: auto;
  max-width: 100%;
}
header .header__nav {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 60px;
  width: 100%;
  max-height: calc(100vh - 60px);
  box-sizing: border-box;
  background: #fff;
  overflow: scroll;
  font-size: clamp(1.3rem, 1.8229166667vw, 1.4rem);
}
header .header__nav-list > li {
  border-bottom: 1px solid #f2f2f2;
}
header .header__nav-list > li a {
  display: block;
  padding: 15px;
  font-weight: 600;
}
header .header__nav-official a {
  display: block;
  padding: 15px;
  background: #151936;
  color: #fff;
  font-size: 1.2rem;
}
header .header__minnav {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin: 15px auto;
}
header .header__minnav li {
  width: 50%;
}
header .header__minnav li a {
  display: block;
  position: relative;
  padding: 10px 0px 10px 25px;
  font-size: 1.2rem;
}
header .header__minnav li a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: calc(50% - 1px);
  transform: rotate(45deg) translate(0%, -50%);
  left: 7px;
  content: "";
}
header .header__subnav-btn {
  border-bottom: 1px solid #f2f2f2;
}
header .header__subnav-btn:before, header .header__subnav-btn:after {
  background: #F18D5F;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 60px;
  background: #fff;
}
header .header__menubtn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
}
header .header__menubtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - 30px);
  height: 1px;
  margin: auto;
  background: #fff;
  transition: 0.3s;
}
header .header__menubtn span:first-child {
  top: 22px;
}
header .header__menubtn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .header__menubtn span:last-child {
  bottom: 22px;
}
header .header__cv--pc {
  display: none;
}
header .header__cv--sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
}
header .header__cv--sp .header__cv-wrap {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 20px 0;
}
header .header__cv--sp .header__cv-btn {
  width: 32%;
  text-align: center;
}
header .header__cv--sp .header__cv-btn--oc {
  width: 30%;
}
header .header__cv--sp .header__cv-btn--req {
  width: 30%;
}
header .header__cv--sp .header__cv-btn--single {
  width: 36%;
}
header .header__cv--sp .header__cv-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: 600;
  line-height: 1.3;
}
header .header__cv-btn--oc a {
  background: #FF9D00;
}
header .header__cv-btn--req a {
  background: #133185;
}
header .header__cv-btn--single a {
  background: #B6CE03;
}
header .header__subnav {
  border-bottom: none !important;
}
header .header__subnav-btn {
  position: relative;
}
header .header__subnav-btn:before, header .header__subnav-btn:after {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 2px;
  width: 15px;
  content: "";
}
header .header__subnav-btn:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
header .header__subnav-btn.on:after {
  transform: translateY(-50%) rotate(180deg);
}
header .header__subnav-img {
  display: none;
}
header .header__subnav-cont {
  display: none;
}
header .header__subnav-list {
  margin: 10px 0;
}
header .header__subnav-list li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 25px !important;
  font-size: 1.3rem;
}
header .header__subnav-list li a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: calc(50% - 1px);
  transform: rotate(45deg) translate(0%, -50%);
  left: 7px;
  content: "";
}

.open header {
  z-index: 1000;
}
.open header .header__menubtn span:first-child {
  top: 29.5px;
  transform: rotate(315deg);
}
.open header .header__menubtn span:nth-child(2) {
  opacity: 0;
}
.open header .header__menubtn span:last-child {
  bottom: 29.5px;
  transform: rotate(-315deg);
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  header {
    z-index: 1000;
  }
  header .header__logo {
    width: auto;
    height: clamp(1.7rem, 1.8348623853vw, 2rem);
  }
  header .header__logo img {
    max-height: 100%;
    height: 100%;
  }
  header .header__cv--sp {
    display: none;
  }
  header .header__cv--pc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: fixed;
    right: 0px;
    top: 60px;
    height: min(100vh - 60px - 50px, 700px);
    transform: translateX(20px);
  }
  header .header__cv--pc .header__cv-btn {
    height: 30%;
    width: 70px;
    line-height: 90px;
  }
  header .header__cv--pc .header__cv-btn a {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: clamp(1.2rem, 1.8vh, 1.8rem);
    text-align: center;
    writing-mode: vertical-rl;
  }
  header .header__cv--pc .header__cv-btn a i {
    margin-bottom: 5px;
    font-size: 120%;
  }
  header .header__cv--pc .header__cv-btn a:hover {
    opacity: 1;
    transform: translateX(-20px);
  }
  header .header__cv--pc .header__cv-btn--single {
    height: 40%;
  }
  header .header__cv--pc.min-wh {
    transform: translateX(calc(100% - 50px));
  }
  header .header__cv--pc.min-wh .header__cv-btn {
    height: 50px !important;
    width: auto;
    line-height: unset;
  }
  header .header__cv--pc.min-wh .header__cv-btn a {
    padding: 15px;
    text-align: left;
    font-size: 1.5rem;
    writing-mode: horizontal-tb;
  }
  header .header__cv--pc.min-wh .header__cv-btn a:hover {
    right: 0;
    transform: translateX(calc(-100% + 50px));
  }
  header .header__cv--pc.min-wh .header__cv-btn a:hover .header__cv-txt {
    opacity: 1;
  }
  header .header__cv--pc.min-wh .header__cv-btn .header__cv-txt {
    opacity: 0;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 981px) {
  header {
    height: 86px;
    border-top: solid 14px;
    border-color: #4280F5;
  }
  header .header__logo {
    top: 30%;
    left: 3%;
  }
  header .header__menubtn {
    display: none;
  }
  header .header__nav {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
    background: transparent;
    overflow: initial;
  }
  header .header__nav.header__nav--s .header__nav-list {
    justify-content: center;
    gap: 3rem;
  }
  header .header__nav-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    padding: 0;
  }
  header .header__nav-list li {
    width: auto;
    border-bottom: none;
    color: #20254B;
    line-height: 1.875;
  }
  header .header__nav-list li a {
    position: relative;
    padding: 0 0 10px;
  }
  header .header__nav-list li a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #F18D5F;
    content: "";
    opacity: 0;
    transition: 0.4s;
  }
  header .header__nav-list li a:hover, header .header__nav-list li a.active {
    opacity: 1;
    color: #F18D5F;
  }
  header .header__nav-list li a:hover:after, header .header__nav-list li a.active:after {
    opacity: 1;
  }
  header .header__nav-official {
    position: fixed;
    right: 4%;
    top: 0;
    width: 120px;
  }
  header .header__nav-official a {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    color: #20254B;
  }
  header .header__nav-official a:hover {
    opacity: 1;
    color: #fff;
    background: #20254B;
  }
  header .header__minnav {
    position: absolute;
    top: -120%;
    right: 15%;
    width: 40%;
    max-width: 450px;
    padding: 0;
    margin: 0;
  }
  header .header__minnav li {
    width: auto;
  }
  header .header__subnav {
    position: relative;
  }
  header .header__subnav-btn {
    border-bottom: none;
  }
  header .header__subnav-btn:before {
    display: none;
  }
  header .header__subnav-btn:after {
    top: auto;
    transform: none;
  }
  header .header__subnav-btn.on:after {
    transform: none;
  }
  header .header__subnav-cont {
    display: block;
    position: absolute;
    width: 130%;
  }
  header .header__subnav-list {
    padding: 0 4px;
  }
  header .header__subnav-list li {
    width: 100%;
  }
  header .header__subnav-list li a:after {
    display: none;
  }
  header .header__subnav-list li:last-child {
    border-bottom: none;
  }
  header {
    transition: 0.5s;
    transition-delay: 0.3s;
  }
  header .header__nav-official {
    transition: 0.5s;
    transition-delay: 0.3s;
  }
  header .header__subnav-cont {
    position: absolute;
    top: 40px;
    width: 40vw;
    min-width: 480px;
    max-width: 580px;
    z-index: 1000;
    transform: translateY(-10px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
  }
  header .header__subnav-cont.show {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  header .header__subnav-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin: 30px 20px;
  }
  header .header__subnav-list li {
    width: 50% !important;
    margin-bottom: 0;
  }
  header .header__subnav-list li a {
    padding: 0 0 0 25px;
    color: #4280F5;
  }
  header .header__subnav-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  header .header__subnav-img {
    display: block;
    position: relative;
  }
  header .header__subnav-img .header__subnav-ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    left: 30px;
    font-size: clamp(1.5rem, 1.5625vw, 1.8rem);
    color: #fff;
  }
  header .header__subnav-img img {
    max-height: 100px;
    object-fit: cover;
    height: 10vw;
  }
  header .header__subnav-img:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #8CCEF2, #9F90F4);
    opacity: 0.6;
    content: "";
  }
  header .header__cv--pc {
    top: 100px;
    height: min(100vh - 100px - 50px, 700px);
  }
  header.hide {
    top: -100px;
  }
  header.hide .header__nav-official {
    top: -100px !important;
  }
}
/*------------------------------
		1181px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1360px) {
  header .header__logo {
    left: 3%;
    top: 50%;
  }
  header .header__nav {
    top: calc(50% - 5px);
    bottom: auto;
    left: auto;
    right: 3%;
    width: min(58%, 900px);
    margin: 0;
  }
  header .header__nav-official {
    right: 3%;
  }
  header .header__nav.header__nav--s .header__nav-list {
    justify-content: right;
    gap: 3rem;
  }
  header .header__minnav {
    width: 50%;
    top: -100%;
    right: 18%;
  }
}
/* Scss Document */
#footer {
  margin-top: clamp(4rem, 5.2083333333vw, 6rem);
  position: relative;
  background: #2E49A5;
  color: #fff;
  text-align: center;
}
#footer #gotop {
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: 600;
}
#footer #gotop .sp {
  display: inline;
}
#footer #gotop a {
  display: block;
  padding: 25px 15px;
}
#footer .footer__nav {
  margin-bottom: clamp(3rem, 6.5104166667vw, 8rem);
}
#footer .footer__nav .footer__nav-list li {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: clamp(1.3rem, 1.8229166667vw, 1.5rem);
}
#footer .footer__nav .footer__nav-list li a {
  display: block;
  position: relative;
  padding: 15px;
}
#footer .footer__nav .footer__nav-list li a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: calc(50% - 2px);
  transform: rotate(45deg) translate(0%, -50%);
  right: 20px;
  transition: 0.3s;
  content: "";
}
#footer .footer__nav .footer__nav-list li.none {
  display: none;
}
#footer .footer__nav .footer__nav-list li.none a {
  pointer-events: none;
}
#footer .footer__nav .footer__nav-list li.no-link {
  display: none !important;
}
#footer .footer__nav .footer__subnav {
  border-bottom: none !important;
}
#footer .footer__nav .footer__subnav-btn {
  border-bottom: 1px solid #fff;
}
#footer .footer__nav .footer__subnav-btn.on:before {
  transform: rotate(135deg) translate(0%, -50%);
}
#footer .footer__nav .footer__subnav .footer__subnav-list {
  text-indent: 15px;
}
#footer .footer__conv {
  margin-bottom: clamp(4rem, 5.2083333333vw, 6rem);
}
#footer .footer__conv .footer__conv-btn {
  width: 48%;
}
#footer .footer__conv .footer__conv-btn a {
  display: block;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid;
  background: #fff;
  color: #2E49A5;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: bold;
}
#footer .footer__map iframe {
  width: 100%;
}
#footer .footer__deta {
  margin-bottom: clamp(4rem, 5.2083333333vw, 6rem);
}
#footer .footer__deta .footer__deta-logo {
  width: min(90%, 340px);
  margin: 0 auto clamp(1rem, 1.3020833333vw, 2rem);
}
#footer .footer__deta .footer__deta-addr {
  font-size: clamp(1.3rem, 1.6927083333vw, 1.4rem);
  text-align: center;
}
#footer .footer__deta .footer__license {
  margin: clamp(1rem, 1.3020833333vw, 2rem) auto 0;
  font-size: 1.1rem;
  text-align: left;
}
#footer .footer__sns {
  margin-bottom: clamp(2rem, 2.6041666667vw, 3rem);
  justify-content: center;
}
#footer .footer__sns li a {
  display: block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  letter-spacing: normal;
  margin: 0 10px;
  border: 1px solid #fff;
  font-size: 2rem;
}
#footer .footer__sns li a[href=""] {
  display: none;
  margin: 0;
}
#footer .license {
  margin-bottom: 20px;
}
#footer .license dl {
  display: grid;
  grid-template-columns: 100%;
  line-height: 1.8;
}
#footer .license dl dd {
  margin-bottom: 10px;
}

footer {
  margin-bottom: 80px;
}
footer .footer__common {
  padding: 30px 0;
  background: #fff;
  color: #808080;
  font-size: 1.2rem;
}
footer .footer__common .footer__common-links {
  margin-bottom: 35px;
}
footer .footer__common .footer__common-links li {
  width: 50%;
  margin-bottom: 15px;
}
footer .footer__common .footer__common-logo {
  width: 44%;
  max-width: 200px;
  margin: 0 auto 30px;
}
footer .footer__common .footer__copyright {
  letter-spacing: 0.1em;
}
footer .footer__copyright {
  font-size: clamp(1.1rem, 1.4322916667vw, 1.3rem);
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #footer {
    padding-top: 30px;
  }
  #footer #gotop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    z-index: 1000;
    border-bottom: none;
    line-height: 40px;
  }
  #footer #gotop .sp {
    display: none;
  }
  #footer #gotop a {
    display: block;
    background: #151936;
    padding: 0;
    font-size: 1.3rem;
  }
  #footer #gotop a:hover {
    opacity: 1;
    filter: brightness(130%);
  }
  #footer .footer__wrap {
    padding-bottom: 40px;
  }
  #footer .footer__nav .footer__nav-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
  }
  #footer .footer__nav .footer__nav-list > li {
    width: 31%;
    margin-bottom: 30px;
    margin-right: 2%;
  }
  #footer .footer__nav .footer__nav-list > li:nth-child(4n) {
    margin-right: 0;
  }
  #footer .footer__nav .footer__nav-list li {
    border: none;
  }
  #footer .footer__nav .footer__nav-list li a {
    display: inline-block;
    padding: 5px 0;
  }
  #footer .footer__nav .footer__nav-list li a:before {
    display: none;
  }
  #footer .footer__nav .footer__nav-list li a:hover {
    opacity: 1;
  }
  #footer .footer__nav .footer__nav-list li a:not(.footer__subnav-btn):hover {
    color: #ffbbbb;
  }
  #footer .footer__nav .footer__nav-list li.no-link {
    display: block !important;
  }
  #footer .footer__nav .footer__nav-list li.no-link a:hover {
    opacity: 1;
    color: #fff;
    cursor: default;
  }
  #footer .footer__nav .footer__nav-list li.none {
    display: block;
  }
  #footer .footer__nav .footer__subnav-btn {
    display: none !important;
  }
  #footer .footer__nav .footer__subnav-list li:first-child {
    margin-bottom: 5px;
    font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
    font-weight: bold;
  }
  #footer .footer__nav .footer__subnav-list li:nth-of-type(n+2) {
    font-family: FP-ヒラギノUD角ゴ StdN W4, "sans-serif";
    font-weight: normal;
    font-size: 1.2rem;
  }
  #footer .footer__nav .footer__subnav-cont {
    display: block !important;
  }
  #footer .footer__nav .footer__subnav .footer__subnav-list {
    text-indent: 0;
  }
  #footer .footer__cont {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
  }
  #footer .footer__cont .footer__info {
    width: 56%;
  }
  #footer .footer__cont .footer__access {
    width: 40%;
  }
  #footer .footer__conv {
    max-width: 480px;
  }
  #footer .footer__deta .footer__deta-logo {
    margin-left: 0;
  }
  #footer .footer__deta .footer__deta-addr {
    text-align: left;
  }
  #footer .footer__conv-btn a:hover {
    opacity: 1;
    background: #2E49A5;
    color: #fff;
  }
  #footer .footer__map {
    margin-bottom: clamp(1.5rem, 1.953125vw, 3rem);
  }
  #footer .footer__map iframe {
    height: min(30vw, 250px);
  }
  #footer .footer__sns {
    justify-content: flex-end;
  }
  #footer .footer__sns li a {
    margin-right: 0px;
  }
  #footer .footer__sns li a:hover {
    opacity: 1;
    background: #fff;
    color: #03187C;
  }
  #footer .footer__common .footer__common-links {
    margin-bottom: 0;
  }
  #footer .license dl {
    text-align: left;
    grid-template-columns: 42% 58%;
  }
  #footer .license dl dd {
    margin-bottom: 0;
  }
  footer {
    margin-bottom: 0;
    line-height: 1.2;
  }
  footer .footer__common .footer__common-wrap {
    display: grid;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer__common .footer__common-links {
    grid-column-start: 2;
    grid-column-end: 3;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  footer .footer__common .footer__common-links li {
    width: auto;
    margin-left: 30px;
  }
  footer .footer__common .footer__common-links a {
    color: #2B2B2B;
    text-decoration: underline;
  }
  footer .footer__common .footer__copyright {
    grid-column-start: 2;
    grid-column-end: 3;
    text-align: right;
  }
  footer .footer__common .footer__common-logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
  }
  footer .footer__copyright {
    text-align: left;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #footer .footer_cnv {
    width: 81.68%;
  }
  #footer .footer__nav .footer__nav-list > li {
    width: 23.5%;
  }
  #footer .footer__sns {
    margin-bottom: 0;
  }
}
/*------------------------------
		1200px以上
------------------------------*/
@media screen and (min-width: 1201px) {
  #footer .footer_cnv {
    width: 100%;
    max-width: 1200px;
  }
  #footer .footer__nav {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  #footer .footer__nav .footer__nav-list {
    justify-content: space-between;
  }
  #footer .footer__nav .footer__nav-list > li {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
  #footer .footer__cont .footer__info {
    width: calc(96% - 600px);
  }
  #footer .footer__cont .footer__access {
    width: 600px;
  }
  #footer .footer__common .footer__common-wrap {
    align-items: baseline;
  }
  #footer .footer__common .footer__common-links li {
    margin-bottom: 0;
  }
}
/*//////////////////////////////////////////////////////

	flex設定

//////////////////////////////////////////////////////*/
.layout__flex {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.layout__flex.option-justify_end {
  justify-content: flex-end;
}
.layout__flex.option-justify_center {
  justify-content: center;
}
.layout__flex.option-align_center {
  align-items: center;
}
.layout__flex.option-align_end {
  align-items: flex-end;
}
.layout__flex .layout__flex-col {
  box-sizing: border-box;
  width: 48%;
}
.layout__flex .layout__flex-col.col-none {
  display: none;
}
.layout__flex .layout__flex-col.col-1 {
  width: calc(8.3333333333% * 1);
}
.layout__flex .layout__flex-col.col-2 {
  width: calc(8.3333333333% * 2);
}
.layout__flex .layout__flex-col.col-3 {
  width: calc(8.3333333333% * 3);
}
.layout__flex .layout__flex-col.col-4 {
  width: calc(8.3333333333% * 4);
}
.layout__flex .layout__flex-col.col-5 {
  width: calc(8.3333333333% * 5);
}
.layout__flex .layout__flex-col.col-6 {
  width: calc(8.3333333333% * 6);
}
.layout__flex .layout__flex-col.col-7 {
  width: calc(8.3333333333% * 7);
}
.layout__flex .layout__flex-col.col-8 {
  width: calc(8.3333333333% * 8);
}
.layout__flex .layout__flex-col.col-9 {
  width: calc(8.3333333333% * 9);
}
.layout__flex .layout__flex-col.col-10 {
  width: calc(8.3333333333% * 10);
}
.layout__flex .layout__flex-col.col-11 {
  width: calc(8.3333333333% * 11);
}
.layout__flex .layout__flex-col.col-12 {
  width: 100%;
}
.layout__flex .layout__flex-col.order-1 {
  order: 1;
}
.layout__flex .layout__flex-col.order-2 {
  order: 2;
}

@media screen and (min-width: 981px) {
  .layout__flex .layout__flex-col.col-none_pc {
    display: none;
  }
  .layout__flex .layout__flex-col.col-1_pc {
    width: calc(8.3333333333% * 1);
  }
  .layout__flex .layout__flex-col.col-2_pc {
    width: calc(8.3333333333% * 2);
  }
  .layout__flex .layout__flex-col.col-3_pc {
    width: calc(8.3333333333% * 3);
  }
  .layout__flex .layout__flex-col.col-4_pc {
    width: calc(8.3333333333% * 4);
  }
  .layout__flex .layout__flex-col.col-5_pc {
    width: calc(8.3333333333% * 5);
  }
  .layout__flex .layout__flex-col.col-6_pc {
    width: calc(8.3333333333% * 6);
  }
  .layout__flex .layout__flex-col.col-7_pc {
    width: calc(8.3333333333% * 7);
  }
  .layout__flex .layout__flex-col.col-8_pc {
    width: calc(8.3333333333% * 8);
  }
  .layout__flex .layout__flex-col.col-9_pc {
    width: calc(8.3333333333% * 9);
  }
  .layout__flex .layout__flex-col.col-10_pc {
    width: calc(8.3333333333% * 10);
  }
  .layout__flex .layout__flex-col.col-11_pc {
    width: calc(8.3333333333% * 11);
  }
  .layout__flex .layout__flex-col.col-12_pc {
    width: 100%;
  }
  .layout__flex .layout__flex-col.order-1 {
    order: 1;
  }
  .layout__flex .layout__flex-col.order-2 {
    order: 2;
  }
}
input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 15px 16px;
  line-height: 1.8rem;
  color: #404040;
  width: 100%;
  border: solid 1px #aaa;
  border-radius: 8px;
}
input[type=text]::-webkit-input-placeholder, input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::placeholder {
  color: #A2A2A2;
  font-size: 1.6rem;
}
input[type=text]:focus {
  outline-color: #2F4FD6;
}
input[type=text].error {
  background: #ffe7e7;
  border-color: #ffa9a9;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 15px 12px;
  line-height: 1;
  width: 100%;
  border: solid 1px #aaa;
  border-radius: 8px;
  color: #707070;
  background: #fff;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline-color: #2F4FD6;
}
select.error {
  background: #ffe7e7;
  border-color: #ffa9a9;
}

.select__outer {
  display: inline-block;
  width: 100%;
  position: relative;
}
.select__outer:before, .select__outer:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 6px;
  background: #404040;
}
.select__outer:before {
  transform: translateY(-150%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.select__outer:after {
  transform: translateY(75%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

textarea {
  font-size: 1.6rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 15px 16px;
  line-height: 1.8rem;
  width: 100%;
  resize: vertical;
  min-height: 120px;
  height: 254px;
  border: solid 1px #aaa;
  border-radius: 8px;
  color: #404040;
}
textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder ::-moz-placeholder {
  color: #A2A2A2;
  font-size: 1.6rem;
  font-weight: 600;
}
textarea:focus {
  outline-color: #2F4FD6;
}
textarea.error {
  background: #ffe7e7;
  border-color: #ffa9a9;
}

.form_label {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 375px) {
  .form_label {
    font-size: calc(1.6rem + (1vw - 3.75px) * 0.4705882353);
  }
}
@media (min-width: 800px) {
  .form_label {
    font-size: 1.8rem;
  }
}
.form_label label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
.form_label + .form_label {
  margin-top: 10px;
}
.form_label .radio-parts:before, .form_label .radio-parts:after {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #888;
  transform: translateY(-50%);
}
.form_label .radio-parts:before {
  background: #fff;
}
.form_label .checkbox-parts:before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #888;
  transform: translateY(-50%);
  background: #fff;
}
.form_label input {
  margin: 0 6px 0 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form_label input:checked + .radio-parts {
  color: #4280F5;
}
.form_label input:checked + .radio-parts:after {
  left: 3px;
  width: 10px;
  height: 10px;
  border: 1px solid #4280F5;
  background: #4280F5;
}
.form_label input:checked + .checkbox-parts {
  color: #4280F5;
}
.form_label input:checked + .checkbox-parts:before {
  background: #4280F5;
  border-color: #4280F5;
}
.form_label input:checked + .checkbox-parts:after {
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  top: calc(50% - 1px);
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.attent, .attent-foot {
  color: #e92e00;
}

.ui-datepicker-trigger {
  margin: auto 30px auto -30px;
  font-size: 1.6rem;
  color: #2E49A5;
}

#ui-datepicker-div {
  width: auto;
  font-family: inherit;
  border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  height: 40px;
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  height: 40px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  width: 40px;
  height: 40px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  right: 50%;
  transform: rotate(135deg) translateY(50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  width: auto;
  height: 35px;
  padding: 0 12px 0 6px;
  margin-right: 3px;
  font-family: inherit;
  font-size: 1.3rem;
  border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  width: auto;
  height: 35px;
  padding: 0 12px 0 6px;
  margin-left: 6px;
  font-family: inherit;
  font-size: 1.3rem;
  border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 1.1rem;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 40px;
  font-weight: 200;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
}
#ui-datepicker-div .ui-datepicker-calendar td .ui-state-active {
  background: #4280F5;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  opacity: 1;
  color: #fff;
  transition: 0;
  background: #4280F5;
}

.datepicker__outer {
  display: inline-block;
  width: 100%;
  position: relative;
}
.datepicker__outer button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*-----------------------------------
	オープンキャンパス・説明会情報
------------------------------------*/
#oc .oc__ttl {
  margin-bottom: clamp(2rem, 2.6041666667vw, 3.5rem);
  text-align: center;
}
#oc .oc__ttl--en {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(2.6rem, 5.2083333333vw, 5.8rem);
  font-weight: bold;
  color: #4280F5;
}
#oc .oc__ttl--jp {
  font-size: clamp(1.2rem, 2.34375vw, 2.4rem);
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: bold;
  color: #2E49A5;
}
#oc .oc__tab li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 4%;
  box-sizing: border-box;
  width: 48%;
  color: #fff;
  text-align: center;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.8rem);
}
#oc .oc__tab li a {
  display: block;
}
#oc .oc__tab li .oc__tab-inner {
  display: flex;
  flex-direction: column;
  padding: 20px 5px;
}
#oc .oc__tab li i {
  display: block;
  margin-bottom: 10px;
  font-size: 200%;
}
#oc .oc__tab li .oc__tab-txt {
  margin-top: auto;
}
#oc .oc__tab li:after {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: calc(50% - 2px);
  transform: rotate(45deg) translate(0%, -50%);
  right: 8%;
  content: "";
}
#oc .oc__tab li[data-target=oc] {
  background: #E68E01;
}
#oc .oc__tab li[data-target=explain] {
  background: #8ED175;
}
#oc .oc__tab li[data-target=online] {
  background: #F57979;
}
#oc .oc__tab li[data-target=seminar] {
  background: #6ECDFF;
}
#oc .oc__swiper .oc__list {
  margin: 0% 0% 2.66% 0%;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  gap: 4rem 0;
}
#oc .oc__swiper li .thum {
  position: relative;
  margin-bottom: 2%;
}
#oc .oc__swiper li .thum:before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
#oc .oc__swiper li .thum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#oc .oc__swiper li .info .date {
  margin-bottom: 2%;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media (min-width: 375px) {
  #oc .oc__swiper li .info .date {
    font-size: calc(1.4rem + (1vw - 3.75px) * 4.0609137056);
  }
}
@media (min-width: 769px) {
  #oc .oc__swiper li .info .date {
    font-size: 3rem;
  }
}
#oc .oc__swiper li .info .ttl {
  line-height: 1;
  overflow: hidden;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media (min-width: 375px) {
  #oc .oc__swiper li .info .ttl {
    font-size: calc(1.2rem + (1vw - 3.75px) * 3.5532994924);
  }
}
@media (min-width: 769px) {
  #oc .oc__swiper li .info .ttl {
    font-size: 2.6rem;
  }
}
#oc .oc_btn {
  margin-top: 3rem;
}
#oc .oc_btn a {
  padding: 15px 5px;
  font-size: clamp(1.4rem, 1.953125vw, 1.6rem);
}
#oc .oc_btn a:after {
  right: 20px;
}
#oc #sns {
  margin-top: 4rem;
}

@media screen and (min-width: 769px) {
  #oc {
    overflow: hidden;
  }
  #oc .oc__tab li {
    width: 24%;
  }
  #oc .oc__tab li:hover {
    filter: brightness(120%);
  }
  #oc .oc__tab li a:hover {
    opacity: 1;
  }
  #oc .oc__swiper {
    overflow: visible;
  }
  #oc .oc__swiper .oc__list {
    grid-template-columns: repeat(3, 31%);
  }
  #oc .oc__swiper li .info .date {
    font-size: 1.6rem;
    text-align: left;
  }
  #oc .oc__swiper li .info .ttl {
    font-size: 1.4rem;
  }
  #oc .oc_btn {
    margin-top: 4rem;
  }
  #oc .oc_btn a {
    padding: 2rem 5px;
  }
  #oc #sns {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 981px) {
  #oc .oc__swiper .oc__list {
    grid-template-columns: repeat(4, 23%);
  }
}
/*-----------------------------------
	SNSアイコン
------------------------------------*/
#sns .sns__list {
  justify-content: center;
}
#sns .sns__list li a {
  display: block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  letter-spacing: normal;
  margin: 0 10px;
  border: 1px solid #2E49A5;
  color: #2E49A5;
  font-size: 2rem;
}

/*-----------------------------------
	news・sns・youtube
------------------------------------*/
#other .other__sns {
  margin-bottom: clamp(3rem, 6.5104166667vw, 8rem);
}
#other .other__sns .other__sns-ttl {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  line-height: 1;
}
#other .other__sns .other__sns-ttl .other__sns-jp {
  font-size: clamp(1.4rem, 2.0833333333vw, 1.8rem);
}
#other .other__sns .other__sns-ttl .other__sns-jp img {
  height: 7vw;
  max-height: 30px;
  width: auto;
}
#other .other__sns .other__sns-ttl .other__sns-more {
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-size: 1.3rem;
  font-weight: bold;
  color: #2E49A5;
}
#other .other__sns .other__sns-wrap {
  padding: clamp(2rem, 3.90625vw, 4.5rem) clamp(1.5rem, 2.6041666667vw, 3rem);
  box-sizing: border-box;
  background: #fff;
}
#other .other__sns .info {
  margin-bottom: 50px;
}
#other .other__sns .info .info__list {
  color: #20254B;
}
#other .other__sns .info .info__list li {
  border-bottom: 1px solid;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: bold;
}
#other .other__sns .info .info__list li a {
  position: relative;
  display: block;
  padding: 20px 30px 10px 20px;
  padding: 5.33% 10.66% 5.33% 2.66%;
}
#other .other__sns .info .info__list li a:after {
  right: 5.3%;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: calc(50% - 2px);
  transform: rotate(45deg) translate(0%, -50%);
  content: "";
}
#other .other__sns .info .info__list li .info__date {
  display: block;
  margin-bottom: 5px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#other .other__sns .twitter .other__sns-wrap {
  height: 80vw;
  max-height: 100%;
  overflow: scroll;
}
#other .other__sns .twitter .other__sns-wrap .twitter-timeline {
  height: 100% !important;
}
#other .other__sns .twitter .other__sns-wrap .twitter-timeline iframe {
  border-radius: 12px;
  outline: 4px solid #fff;
  outline-offset: -4px;
}
#other .other__youtube {
  max-width: 680px;
  margin: 0 auto clamp(6rem, 10.4166666667vw, 10rem);
}

/*-----------------------------------
	ピックアップニュース
------------------------------------*/
#pickup {
  position: relative;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: bold;
}
#pickup:after {
  display: none !important;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
  width: 96.8%;
  border-bottom: 1px solid;
  content: "";
}
#pickup .pickup__ttl {
  align-items: flex-end;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #2E49A5;
}
#pickup .pickup__ttl-jp {
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: bold;
}
#pickup .pickup__ttl-more {
  font-size: 1.2rem;
}
#pickup .pickup__list {
  width: 100% !important;
}
#pickup .pickup__list .pickup__item {
  padding: 10px 0;
  border-bottom: 1px solid;
}
#pickup .pickup__list .pickup__item + .pickup__item {
  margin-top: 10px;
}
#pickup .pickup__list a {
  position: relative;
  display: block;
  padding-right: 1.5em;
  line-height: 1.5;
}
#pickup .pickup__list a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-25%, -50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}
#pickup .pickup__list .pickup__date {
  display: block;
  margin-bottom: 5px;
}
#pickup .swiper-slide {
  height: auto !important;
}
#pickup .swiper-button-next {
  left: auto;
  right: 0;
  width: 12px;
  height: 12px;
  margin-top: 0;
  transform: translateY(-25%) rotate(90deg);
  color: #fff;
}
#pickup .swiper-button-next:after {
  font-size: 1.2rem;
}
#pickup.no_data:after {
  display: none;
}

/*-----------------------------------
	マッチングバナー
------------------------------------*/
.bnr-mutch {
  position: relative;
  max-width: 960px;
  margin-bottom: clamp(4rem, 6.5104166667vw, 8rem);
  margin-left: auto;
  margin-right: auto;
}
.bnr-mutch .bnr-mutch__badge {
  position: absolute;
  right: 0;
  top: -25%;
  width: 20%;
  z-index: 1;
}
.bnr-mutch .bnr-mutch__deco--l, .bnr-mutch .bnr-mutch__deco--r {
  display: block;
  position: absolute;
  z-index: 1;
}
.bnr-mutch .bnr-mutch__deco--l {
  left: -4%;
  top: 2%;
  width: 8%;
}
.bnr-mutch .bnr-mutch__deco--r {
  right: -6%;
  bottom: 0%;
  width: 13%;
}

/*-----------------------------------
	フッター上のバナー
------------------------------------*/
.other__links .other__links-list {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.other__links .other__links-list li {
  width: 48%;
  margin-bottom: 2%;
}
.other__links .other__links-list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid;
  background: #ECEEF6;
  color: #2E49A5;
}
.other__links .other__links-list li .other__links-txt {
  margin: auto 0;
  padding: clamp(1rem, 1.5306122449vw, 2rem) clamp(0.8rem, 1.5306122449vw, 3rem);
  box-sizing: border-box;
  font-size: clamp(1.2rem, 1.4285714286vw, 1.8rem);
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: bold;
  text-align: center;
}
.other__links .other__links-list li .other__links-img img {
  height: 20vw;
  object-fit: cover;
  object-position: top;
}

.btn, .btn--bg-bl, .btn--bg-wh, .btn--push, .btn--bg-lg {
  width: 90%;
  max-width: 400px;
  margin: auto;
}
.btn a, .btn--bg-bl a, .btn--bg-wh a, .btn--push a, .btn--bg-lg a, .btn button, .btn--bg-bl button, .btn--bg-wh button, .btn--push button, .btn--bg-lg button {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: clamp(2rem, 3.2552083333vw, 3rem) 5px;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-size: clamp(1.3rem, 1.8229166667vw, 1.6rem);
  font-weight: 600;
  text-align: center;
}
.btn a:after, .btn--bg-bl a:after, .btn--bg-wh a:after, .btn--push a:after, .btn--bg-lg a:after, .btn button:after, .btn--bg-bl button:after, .btn--bg-wh button:after, .btn--push button:after, .btn--bg-lg button:after {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: calc(50% - 2px);
  transform: rotate(45deg) translate(0%, -50%);
  right: 30px;
  content: "";
}

.bg-lg a, .btn--bg-lg a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-lg a:before, .btn--bg-lg a:before, .bg-lg a:after, .btn--bg-lg a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.bg-lg a:before, .btn--bg-lg a:before {
  z-index: -1;
  background: #fff;
}
.bg-lg a:after, .btn--bg-lg a:after {
  z-index: -2;
  background: linear-gradient(45deg, #8CCEF2, #9F90F4);
}

.btn--push, .btn--bg-lg {
  position: relative;
  max-width: 580px;
  margin: 0 auto 7px;
}
.btn--push a, .btn--bg-lg a, .btn--push button, .btn--bg-lg button {
  padding: clamp(2.5rem, 3.90625vw, 4.5rem) 5px;
  background: #fff;
  border: 2px solid #2E49A5;
  color: #2E49A5;
  font-size: clamp(1.5rem, 2.0833333333vw, 1.8rem);
}
.btn--push a:after, .btn--bg-lg a:after, .btn--push button:after, .btn--bg-lg button:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: calc(50% - 1px);
  transform: rotate(45deg) translate(0%, -50%);
}
.btn--push:after, .btn--bg-lg:after {
  display: block;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #263377;
  content: "";
}

.btn--bg-lg a .arrow, .btn--bg-lg button .arrow {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: calc(50% - 1px);
  transform: rotate(45deg) translate(0%, -50%);
  right: 30px;
}
.btn--bg-lg a:after, .btn--bg-lg button:after {
  border: none;
  transform: none;
}

.btn--bg-wh a, .btn--bg-wh button {
  background: #fff;
  border: 2px solid #2E49A5;
  color: #2E49A5;
}

.btn--bg-bl {
  max-width: 100%;
}
.btn--bg-bl a, .btn--bg-bl button {
  padding: clamp(3rem, 5.2083333333vw, 5rem) clamp(1.5rem, 2.6041666667vw, 3rem);
  background: #4280F5;
  border: 2px solid #4280F5;
  color: #fff;
  font-size: clamp(1.6rem, 2.34375vw, 2rem);
  text-align: left;
}
.btn--bg-bl a:after, .btn--bg-bl button:after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: calc(50% - 2px);
  transform: rotate(45deg) translate(0%, -50%);
}

.btn--back a:after {
  border-top: 2px solid;
  border-right: 0;
  border-left: 2px solid;
  top: calc(50% - 2px);
  transform: rotate(-45deg) translate(0%, -50%);
  right: 0;
  left: 30px;
}

.pagettl__cout {
  margin-bottom: 40px;
}
.pagettl__cout .pagettl__cout-wp {
  margin-bottom: 11px;
  padding: 36.5px 0;
}
.pagettl__cout .pagettl__cout-txt {
  color: #FFF;
}
.pagettl__cout .pagettl__cout-txt .txt_main {
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  line-height: 1;
}
@media (min-width: 761px) {
  .pagettl__cout .pagettl__cout-txt .txt_main {
    font-size: calc(2.2rem + (1vw - 7.61px) * 4.0909090909);
  }
}
@media (min-width: 1201px) {
  .pagettl__cout .pagettl__cout-txt .txt_main {
    font-size: 4rem;
  }
}
.pagettl__cout .pagettl__cout-txt .txt_sub {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 761px) {
  .pagettl__cout .pagettl__cout-txt .txt_sub {
    font-size: calc(1.3rem + (1vw - 7.61px) * 1.1363636364);
  }
}
@media (min-width: 1201px) {
  .pagettl__cout .pagettl__cout-txt .txt_sub {
    font-size: 1.8rem;
  }
}
.pagettl__cout .pagettl__cout-breadcrumb {
  color: #0D2BA8;
  position: relative;
  font-size: 0;
  font-weight: 600;
  line-height: 2rem;
  white-space: nowrap;
}
.pagettl__cout .pagettl__cout-breadcrumb .common__wide-l {
  overflow-x: scroll;
  overflow-y: hidden;
}
.pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_link {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  text-decoration: underline;
  transition: none;
}
@media (min-width: 761px) {
  .pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_link {
    font-size: calc(1.1rem + (1vw - 7.61px) * 0.4545454545);
  }
}
@media (min-width: 1201px) {
  .pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_link {
    font-size: 1.3rem;
  }
}
.pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_arrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 28px;
  height: 12px;
}
.pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_arrow::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0D2BA8;
  border-right: 2px solid #0D2BA8;
  transform: translate(-60%, -50%) rotate(45deg);
}
.pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_current {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
}
@media (min-width: 761px) {
  .pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_current {
    font-size: calc(1.2rem + (1vw - 7.61px) * 0.2272727273);
  }
}
@media (min-width: 1201px) {
  .pagettl__cout .pagettl__cout-breadcrumb .breadcrumb_current {
    font-size: 1.3rem;
  }
}

.common__txt {
  margin-bottom: 40px;
}
.common__txt .common__txt-ttl {
  color: #0D2BA8;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.375;
  font-family: FP-ヒラギノUD角ゴ StdN W6, "sans-serif";
  font-weight: 600;
}
@media (min-width: 761px) {
  .common__txt .common__txt-ttl {
    font-size: calc(2.4rem + (1vw - 7.61px) * 3.6363636364);
  }
}
@media (min-width: 1201px) {
  .common__txt .common__txt-ttl {
    font-size: 4rem;
  }
}
.common__txt .common__txt-sub {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
@media (min-width: 761px) {
  .common__txt .common__txt-sub {
    font-size: calc(1.4rem + (1vw - 7.61px) * 0.9090909091);
  }
}
@media (min-width: 1201px) {
  .common__txt .common__txt-sub {
    font-size: 1.8rem;
  }
}

.header__cv--pc {
  z-index: -1;
}

#chatplusview {
  z-index: 999 !important;
  right: 0 !important;
  bottom: 0 !important;
}
#chatplusview #eye_catcher {
  opacity: 0 !important;
}
#chatplusview #eye_catcher.active {
  opacity: 1 !important;
}
#chatplusview #eye_catcher img {
  width: 80px !important;
}
#chatplusview .button-hide {
  transform: translate(50%, -50%) scale(0.6);
}

.home_event_bnr {
  margin: 12vw auto;
}
.home_event_bnr .event_bnr-wrap {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: 6vw;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  select {
    padding: 20px 16px;
  }
  /*-----------------------------------
      SNSアイコン
  ------------------------------------*/
  #sns .sns__list li a:hover {
    background: #2E49A5;
    color: #fff;
    opacity: 1;
  }
  /*-----------------------------------
  	ピックアップニュース
  ------------------------------------*/
  #pickup .pickup__ttl {
    justify-content: flex-start;
  }
  #pickup .pickup__ttl .pickup__ttl-jp {
    padding: 0% 4.16% 0% 0%;
  }
  #pickup .pickup__list a {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #pickup .pickup__list .pickup__date {
    padding: 0% 3.33% 0% 0%;
  }
  /*-----------------------------------
  	マッチングバナー
  ------------------------------------*/
  .bnr-mutch {
    margin: 0% 0% 6.66% 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr-mutch .bnr-mutch__img {
    transition: 0.3s;
  }
  .bnr-mutch .bnr-mutch__deco--l path, .bnr-mutch .bnr-mutch__deco--r path {
    transition: 0.3s;
  }
  .bnr-mutch a:after {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #9cbbd7;
    border-radius: 1.6em;
    opacity: 0;
    transition: 0.3s;
    content: "";
  }
  .bnr-mutch a:hover {
    opacity: 1;
  }
  .bnr-mutch a:hover .bnr__img {
    transform: translateY(-10px);
  }
  .bnr-mutch a:hover #parts_01-l {
    transform: matrix(0.719, -0.695, 0.695, 0.719, 2.734, 19.758) rotate(20deg);
  }
  .bnr-mutch a:hover #parts_02-l {
    transform: matrix(0.469, -0.883, 0.883, 0.469, -1.523, 131.078) rotate(20deg);
  }
  .bnr-mutch a:hover #parts_03-l {
    transform: matrix(0.309, -0.951, 0.951, 0.309, 42.061, -0.912) rotate(30deg);
  }
  .bnr-mutch a:hover #parts_04-l {
    transform: matrix(0.469, -0.883, 0.883, 0.469, -1.745, 69.005) rotate(20deg);
  }
  .bnr-mutch a:hover #parts_05-l {
    transform: translate(44.66px, 60.58px) rotate(22deg);
  }
  .bnr-mutch a:hover #parts_06-l {
    transform: translate(13.346px, 100.722px) rotate(153deg);
  }
  .bnr-mutch a:hover #parts_01-r {
    transform: matrix(0.309, -0.951, 0.951, 0.309, 1264.49, 2369.81) rotate(20deg);
  }
  .bnr-mutch a:hover #parts_02-r {
    transform: matrix(0.309, -0.951, 0.951, 0.309, 1254.52, 2263.49) rotate(20deg);
  }
  .bnr-mutch a:hover #parts_03-r {
    transform: translate(1263.53px, 2265.94px) rotate(28deg);
  }
  .bnr-mutch a:hover #parts_04-r {
    transform: matrix(0.883, 0.469, -0.469, 0.883, 1221.16, 2351.96) rotate(30deg);
  }
  .bnr-mutch a:hover #parts_05-r {
    transform: matrix(-0.035, 0.999, -0.999, -0.035, 1299.94, 2295.28) rotate(30deg);
  }
  .bnr-mutch a:hover #parts_06-r {
    transform: matrix(-0.788, 0.616, -0.616, -0.788, 1269.98, 2342.41) rotate(20deg);
  }
  .bnr-mutch a:hover:after {
    opacity: 1;
  }
  /*-----------------------------------
  	フッター上のバナー
  ------------------------------------*/
  .other__links .other__links-list li {
    width: 32%;
  }
  .other__links .other__links-list li a {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
  }
  .other__links .other__links-list li .other__links-txt {
    display: flex;
    align-items: center;
    padding: clamp(1rem, 1.5306122449vw, 2rem) 0 clamp(1rem, 1.5306122449vw, 2rem) clamp(0.8rem, 1.5306122449vw, 3rem);
    width: 45%;
    text-align: left;
  }
  .other__links .other__links-list li .other__links-img {
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    width: 55%;
  }
  .other__links .other__links-list li .other__links-img img {
    height: auto;
  }
  .bg-lg a:before, .btn--bg-lg a:before {
    transition: 0.3s;
  }
  .bg-lg a:hover, .btn--bg-lg a:hover {
    opacity: 1;
    color: #fff;
  }
  .bg-lg a:hover:before, .btn--bg-lg a:hover:before {
    opacity: 0;
  }
  .btn--bg-wh a:hover, .btn--bg-wh button:hover {
    opacity: 1;
    background: #4280F5;
    color: #fff;
  }
  .btn--bg-bl a:hover, .btn--bg-bl button:hover {
    opacity: 1;
    background: #fff;
    color: #4280F5;
  }
  .btn--push a:hover, .btn--bg-lg a:hover, .btn--push button:hover, .btn--bg-lg button:hover {
    opacity: 1;
    transform: translate(7px, 7px);
  }
  .pagettl__cout {
    position: relative;
    margin: 0% 0% 5.41% 0%;
  }
  .pagettl__cout .pagettl__cout-wp {
    margin-bottom: 0;
    padding: 80px 0;
  }
  .pagettl__cout .pagettl__cout-txt {
    margin-bottom: 43px;
  }
  .pagettl__cout .pagettl__cout-txt .txt_main {
    margin-bottom: 18px;
  }
  .pagettl__cout .pagettl__cout-breadcrumb {
    line-height: 1.6rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    color: #FFF;
  }
  .pagettl__cout .pagettl__cout-breadcrumb .common__wide-l {
    overflow: inherit;
  }
  .common__txt {
    margin: 0% 0% 3.36% 0%;
  }
  #chatplusview {
    transform: translateX(-54px) !important;
  }
  #chatplusview #eye_catcher {
    opacity: 0;
    right: -10px !important;
    transform: translateX(20px) rotate(-30deg) !important;
  }
  #chatplusview #eye_catcher img {
    width: 120px !important;
  }
  #chatplusview .button-hide {
    transform: rotate(30deg) scale(0.6);
  }
  .home_event_bnr {
    position: relative;
    z-index: 1;
    margin: clamp(60px, 6vw, 180px) auto clamp(20px, 6vw, 60px);
  }
  .home_event_bnr .event_bnr-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
    /*
    .item{
    	width: 48%;
    	margin: 0 auto;
    }
    &.col_2{
    	display: grid;
    	grid-template-columns: 48% 48%;
    	justify-content: space-between;
    	.item{
    		width: 100%;
    		margin: 0;
    	}
    	.item + .item{
    		margin: 0;
    	}
    }
    	*/
  }
}
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*-----------------------------------
      MVのイラスト
  ------------------------------------*/
  #mainimg {
    position: relative;
    z-index: 1;
  }
  #mainimg .il {
    display: block;
    position: absolute;
    z-index: 2;
    right: 50px;
    top: 45%;
    width: min(40%, 600px);
    opacity: 0;
    transform: translateY(10%);
    transition: 0.3s;
    transition-delay: 0.2s;
  }
  .body-open #mainimg .il {
    opacity: 1;
    transform: translateY(0%);
  }
  /*-----------------------------------
  	news・sns・youtube
  ------------------------------------*/
  #other .other__sns {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
  }
  #other .other__sns .info {
    width: 48%;
    margin-bottom: 0;
  }
  #other .other__sns .other__sns-wrap {
    height: min(40vw, 540px) !important;
    overflow: scroll;
  }
  #other .other__sns .twitter {
    width: 48%;
  }
  #other .other__sns .twitter .other__sns-wrap {
    overflow: hidden;
  }
  .common__txt {
    margin: 0% 0% 3.36% 0%;
  }
  .common__txt .common__txt-ttl {
    margin-bottom: 46px;
    line-height: 1.65;
  }
  .common__txt .common__txt-sub {
    line-height: 2.0555555556;
  }
  #chatplusview #eye_catcher img {
    width: 120px !important;
  }
  #chatplusview .button-hide {
    transform: rotate(30deg) scale(0.6);
  }
}
/*------------------------------
		1281px以上
------------------------------*/
@media screen and (min-width: 1201px) {
  /*-----------------------------------
      MVのイラスト
  ------------------------------------*/
  #mainimg .il {
    right: 10%;
  }
}
/*# sourceMappingURL=common.css.map */
