@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.7em;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #111;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
  line-height: 2.1;
}

body, html {
  padding: 0;
  margin: 0;
}

body {
  font-size: 1.6em;
  color: #111;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
}

a, img {
  transition-duration: 0.5s;
}

a {
  text-decoration: none;
  color: #111;
}

a:hover, a:hover img {
  transition-duration: 0.5s;
}

a:hover img {
  opacity: 0.6;
}

li, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
}

/* --------------------------
base
-------------------------- */
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.6;
  color: #111111;
  /*loadling*/
  /*opacity: 0;
  transition: opacity 1s;
  &.loaded {
  	opacity: 1;
  }*/
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}
body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.is-fixed {
    width: inherit;
    height: inherit;
    position: inherit;
    overflow: inherit;
  }
}

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

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

* {
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}
img.real {
  width: auto;
}

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

a,
input[type=submit] {
  transition: opacity 0.5s, background-color 0.5s;
}
a:hover img,
input[type=submit]:hover img {
  opacity: 1;
}

a {
  color: #111111;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* --------------------------
animation
-------------------------- */
/* --------------------------
component
-------------------------- */
.content_min {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content_min {
    width: 1160px;
    margin: 0 auto;
  }
}

.c-btn {
  position: relative;
  z-index: 0;
  transition: padding-top 0.3s, margin-bottom 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn {
    max-width: 500px;
    margin: 0 auto;
  }
}
.c-btn:hover {
  padding-top: 6px;
  margin-bottom: -6px;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    padding-top: 8px;
    margin-bottom: -8px;
  }
}
.c-btn a {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #111111;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 22px;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    font-size: 20px;
    padding: 21px;
  }
}
.c-btn a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #333;
  bottom: -6px;
  left: 0;
  z-index: -2;
  transition: bottom 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn a:before {
    bottom: -8px;
  }
}
.c-btn a:after {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: url(../images/ico-hand.svg) 50% 50% no-repeat;
  background-size: cover;
  width: 28px;
  height: 25px;
  margin-left: 7px;
}
.c-btn a:hover:before {
  bottom: -1px;
}
.c-btn a strong {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .c-btn a strong {
    font-size: 24px;
  }
}
.c-btn.is-big a {
  padding: 32px 21px;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 768px) {
  .c-btn.is-big a {
    padding: 31px 16px 31px 43px;
  }
}
.c-btn.is-application a {
  background-color: #F28B15;
}
.c-btn.is-interview a {
  background-color: #FFFF00;
  color: #111111;
}
.c-btn.is-request a {
  background-color: #0C5BBC;
}
.c-btn.is-request_between a {
  background-color: #0C5BBC;
}
.c-btn.is-request_between a:after {
  margin: 0 -12px 0 18px;
}
@media screen and (min-width: 768px) {
  .c-btn.is-request_between a:after {
    margin: 0 0 0 7px;
  }
}
.c-btn.is-corporate a {
  background-color: #C4FF04;
  color: #111111;
}

.c-contact_list {
  position: relative;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #111111;
  padding: 55px 15px 41px;
}
@media screen and (min-width: 768px) {
  .c-contact_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 66px 115px 70px;
  }
}
.c-contact_list:before, .c-contact_list:after {
  content: "";
  display: block;
  background: #e0eaef;
  border: 1px solid #111111;
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .c-contact_list:before, .c-contact_list:after {
    width: 20px;
    height: 20px;
  }
}
.c-contact_list:before {
  left: 20px;
}
.c-contact_list:after {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .c-contact_list li {
    width: calc((100% - 40px) / 2);
  }
}
.c-contact_list li:nth-of-type(n+2) {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .c-contact_list li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.c-contact_list li .ttl {
  display: table;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: center;
  margin: 0 auto 13px;
}
@media screen and (min-width: 768px) {
  .c-contact_list li .ttl {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 21px;
  }
}
.c-contact_list li .ttl:before, .c-contact_list li .ttl:after {
  content: "";
  display: block;
  background: url(../images/cta_deco01.svg) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: -51px;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .c-contact_list li .ttl:before, .c-contact_list li .ttl:after {
    background-image: url(../images/pc/cta_deco01.svg);
    top: -4px;
    left: -77px;
    width: 59px;
    height: 59px;
  }
}
.c-contact_list li .ttl:after {
  transform: scaleX(-1);
  left: auto;
  right: -51px;
}
@media screen and (min-width: 768px) {
  .c-contact_list li .ttl:after {
    right: -77px;
  }
}
.c-contact_list li .c-btn a {
  padding-top: 27px;
  padding-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .c-contact_list li .c-btn a {
    padding: 22px 0 22px 26px;
  }
}
@media screen and (min-width: 768px) {
  .c-contact_list li .c-btn a:after {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-contact_list li .c-btn a strong {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
  }
}
.c-banner_list li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-banner_list li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-banner_list li {
    width: calc((100% - 40px) / 2);
  }
}
.c-banner_list li a {
  position: relative;
  display: block;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .c-banner_list li a:hover {
    transform: scale(1.05);
  }
}
.c-banner_list li a[target=_blank]:before {
  content: "";
  display: block;
  background: url(../images/ico-target.svg) 50% 50% no-repeat;
  background-size: 16px auto;
  border-radius: 100px;
  background-color: #111111;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .c-banner_list li a[target=_blank]:before {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
}

.c-sns_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.c-sns_list li {
  transition: padding-top 0.3s, margin-bottom 0.3s;
}
.c-sns_list li:hover {
  padding-top: 4px;
  margin-bottom: -4px;
}
@media screen and (min-width: 768px) {
  .c-sns_list li:hover {
    padding-top: 8px;
    margin-bottom: -8px;
  }
}
.c-sns_list li:nth-of-type(n+2) {
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .c-sns_list li:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
.c-sns_list li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #111111;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .c-sns_list li a {
    width: 70px;
    height: 70px;
  }
}
.c-sns_list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #333;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
  transition: bottom 0.3s;
}
@media screen and (min-width: 768px) {
  .c-sns_list li a:before {
    bottom: -8px;
  }
}
.c-sns_list li a:hover:before {
  bottom: -1px;
}
.c-sns_list li.instagram a {
  background-color: #EC7D7D;
  background: linear-gradient(-135deg, #df10b8 0%, #e83965 31.39%, #fb7d13 65.69%, #fec51e 100%);
}
.c-sns_list li.instagram a img {
  width: 26px;
}
.c-sns_list li.facebook a {
  background-color: #1877F2;
}
.c-sns_list li.youtube a {
  background-color: #FF0000;
}
.c-sns_list li.line a {
  background-color: #06C755;
}

.c-bg_scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .c-bg_scroll {
    align-items: flex-start;
  }
}
.c-bg_scroll span {
  background: 0 0 repeat-x;
  background-size: auto 100%;
  transform: rotate(-10deg);
  width: calc(110% + 100px);
  height: 61px;
  margin: 0 -50px;
}
@media screen and (min-width: 768px) {
  .c-bg_scroll span {
    height: 114px;
  }
}
.c-bg_scroll.is-white span {
  background-image: url(../images/bg_scroll_white.svg);
}
.c-bg_scroll.is-blue span {
  background-image: url(../images/bg_scroll_blue.svg);
}

span._underline {
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 65%, #FFFF00 66%, #FFFF00 100%);
}

/* --------------------------
top common
-------------------------- */
.top_section_ttl {
  text-align: center;
}
.top_section_ttl .en {
  display: table;
  margin: 0 auto 3px;
}
@media screen and (min-width: 768px) {
  .top_section_ttl .en img {
    height: 60px;
  }
}
.top_section_ttl .jp {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top_section_ttl .jp {
    font-size: 20px;
  }
}

/* --------------------------
header
-------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    display: block;
    height: inherit;
  }
}
.header .logo {
  width: 223px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .header .logo {
    width: 328px;
    margin-left: 40px;
  }
}
.header .logo a:hover {
  opacity: 0.5;
}
.header_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header_inner {
    min-width: 1280px;
  }
}

.header_btn {
  position: relative;
  width: 60px;
  height: 60px;
  background: #111111;
}
@media screen and (min-width: 768px) {
  .header_btn {
    display: none;
  }
}
.header_btn span {
  width: 21px;
  height: 2px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: transform 0.3s;
}
.header_btn span:first-of-type {
  top: calc(50% - 7px);
}
.header_btn span:last-of-type {
  top: calc(50% + 7px);
}
.header_btn.is-open span:first-of-type {
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
}
.header_btn.is-open span:nth-of-type(2) {
  display: none;
}
.header_btn.is-open span:last-of-type {
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.header_nav {
  display: none;
  overflow: hidden;
  background: url(../images/schedule_bg01.png) 50% 0;
  background-size: 52px auto;
  z-index: 30;
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100svh - 60px);
  padding: 60px 20px;
  overflow: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header_nav {
    position: relative;
    left: auto;
    top: auto;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    align-items: center;
    height: 100px;
    background: #fff;
    padding: 0 32px 0 0;
    overflow: inherit;
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .header_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.header_nav_anchor {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .header_nav_anchor {
    margin: 0 26px 0 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header_nav_anchor li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.header_nav_anchor li:nth-child(n+2) {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .header_nav_anchor li:nth-child(n+2) {
    margin: 0 0 0 40px;
  }
}
.header_nav_anchor li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header_nav_anchor li a {
    flex-direction: row;
    font-size: 16px;
  }
  .header_nav_anchor li a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background-color: #C4FF04;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.header_nav_anchor li a img {
  width: auto;
  height: 40px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .header_nav_anchor li a img {
    display: none;
  }
}
.header_nav_link {
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .header_nav_link {
    display: none !important;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .header_nav_link li {
    width: 180px;
  }
}
.header_nav_link li a {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .header_nav_link li a {
    font-size: 14px;
    padding: 19px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .header_nav_link li a:after {
    display: none;
  }
}
.header_nav_link li a strong {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .header_nav_link li a strong {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .header_nav_link li a span {
    display: none;
  }
}
.header_nav_link li:nth-of-type(2) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .header_nav_link li:nth-of-type(2) {
    width: 150px;
    margin-top: 0;
    margin-left: 15px;
  }
}
.header_nav .c-banner_list {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .header_nav .c-banner_list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header_nav .c-sns_list {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header_scroll {
    position: fixed;
    animation: headerScroll 0.5s;
  }
  .header_scroll .logo {
    width: 275px;
    margin-right: 60px;
    /* 40 + 275 = 315 */
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header_scroll .header_nav {
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header_scroll .header_nav_anchor {
    flex: 1;
    margin-right: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .header_scroll .header_nav_link {
    /* 30 + 345 = 375 */
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header_scroll .header_nav_link {
    display: flex !important;
  }
}

@keyframes headerScroll {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
/* --------------------------
footer
-------------------------- */
.footer {
  position: relative;
}

.footer_top {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px 64px;
}
@media screen and (min-width: 768px) {
  .footer_top {
    padding: 60px 0 85px;
  }
}
.footer_top .contact_list {
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .footer_top .contact_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 883px;
    margin: 0 auto 51px;
  }
}
@media screen and (min-width: 768px) {
  .footer_top .contact_list li {
    width: calc((100% - 40px) / 2);
  }
}
.footer_top .contact_list li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer_top .contact_list li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.footer_top .contact_list li .c-btn a {
  padding: 32px 22px;
}
@media screen and (min-width: 768px) {
  .footer_top .contact_list li .c-btn a {
    padding: 27px 0px 27px 27px;
  }
}
.footer_top .c-banner_list {
  margin-bottom: 60px;
}
.footer_top .logo {
  max-width: 335px;
  margin: 0 auto 12px;
}
@media screen and (min-width: 768px) {
  .footer_top .logo {
    max-width: 360px;
    margin-bottom: 20px;
  }
}
.footer_top .logo a:hover {
  opacity: 0.5;
}
.footer_top .address {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 22.5px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer_top .address {
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-bottom: 38px;
  }
}

.footer_bottom {
  background-color: #111111;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .footer_bottom {
    padding: 21px;
  }
}
.footer_bottom .copyright {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_bottom .copyright {
    text-align: center;
  }
}

.btn_page_top {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .btn_page_top {
    bottom: 30px;
    right: 30px;
  }
}
.btn_page_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 73px;
  height: 73px;
  background: #009fde;
  border: 2px solid #fff;
  border-radius: 100%;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 16px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn_page_top a:hover {
    background: #073E82;
  }
}

/* --------------------------
MV
-------------------------- */
.top_mv {
  background: url(../images/mv_bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .top_mv {
    background-image: url(../images/pc/mv_bg01.jpg);
    height: 843px;
    margin-top: 100px;
  }
}
.top_mv .content_min {
  position: relative;
  padding: 5.4vw 0 14.2vw;
}
@media screen and (min-width: 768px) {
  .top_mv .content_min {
    padding: 45px 0 0;
    height: 100%;
  }
}
.top_mv .ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 768px) {
  .top_mv .ttl {
    margin-bottom: 16px;
    margin-left: -50px;
  }
}
.top_mv .ttl:before {
  content: "";
  display: block;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/mv_deco01.svg);
  width: 11.2vw;
  height: 21vw;
  top: 146vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top_mv .ttl:before {
    display: none;
    background-image: url(../images/pc/mv_deco01.svg);
    width: 104px;
    height: 97px;
    top: 328px;
    left: -200px;
  }
}
.top_mv .ttl img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_mv .ttl img {
    width: 1283px;
  }
}
.top_mv .lead_area {
  margin-left: 6vw;
}
@media screen and (min-width: 768px) {
  .top_mv .lead_area {
    margin: 0;
    text-align: center;
  }
}
.top_mv .lead_area p {
  font-weight: bold;
  font-size: 4vw;
  line-height: 9vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0 2vw;
}
@media screen and (min-width: 768px) {
  .top_mv .lead_area p {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 52px;
    padding: 0 11px 0 0;
  }
}
.top_mv .lead_area p strong {
  color: #008CD4;
}
.top_mv .lead_area p em {
  display: inline-block;
  font-style: normal;
  transform: rotate(26deg);
  font-size: 5vw;
  vertical-align: 0;
  margin-left: -0.2vw;
}
@media screen and (min-width: 768px) {
  .top_mv .lead_area p em {
    transform: rotate(20deg);
    font-size: 28px;
    margin-left: -2px;
  }
}
.top_mv .lead_area p:nth-of-type(n+2) {
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .top_mv .lead_area p:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.top_mv .link_area {
  position: relative;
  z-index: 1;
  margin: 23px 5.25vw 0;
}
@media screen and (min-width: 768px) {
  .top_mv .link_area {
    position: static;
    width: 950px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li {
    margin: 0;
    width: 460px;
  }
}
.top_mv .link_area li + li {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li + li {
    margin-top: 0;
  }
}
.top_mv .link_area li a {
  padding: 16px 16px 17px 36px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li a {
    padding: 22px !important;
    font-size: 20px;
  }
}
.top_mv .link_area li a strong {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li a strong {
    font-size: 24px;
  }
}
.top_mv .link_area li:nth-of-type(2) a:after {
  margin: 0 0 0 30px;
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li:nth-of-type(2) a:after {
    margin-left: 7px;
  }
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li:nth-of-type(3) {
    width: 100%;
    max-width: 950px;
    position: absolute;
    bottom: 66px;
    right: 50%;
    transform: translate(50%, 0);
  }
  .top_mv .link_area li:nth-of-type(3):hover {
    padding-top: 0;
  }
}
.top_mv .link_area li:nth-of-type(3) a {
  padding-inline: 5px 0;
  letter-spacing: 0.05em;
  background-color: #00B495;
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li:nth-of-type(3) a {
    padding: 16px 16px 23px !important;
    border-radius: 10px;
    background-color: #FFF;
    letter-spacing: 0.1em;
    color: #111111;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li:nth-of-type(3) a:before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li:nth-of-type(3) a:after {
    order: 1;
    margin-inline: 10px 30px;
  }
}
.top_mv .link_area li:nth-of-type(3) a > i {
  display: none;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li:nth-of-type(3) a > i {
    display: inline;
  }
}
.top_mv .link_area li:nth-of-type(3) a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_mv .link_area li:nth-of-type(3) a span {
    order: 2;
    display: inline-block;
    margin-bottom: -6px;
    font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-size: 24px;
  }
  .top_mv .link_area li:nth-of-type(3) a span i {
    font-style: normal;
    font-size: 35px;
    letter-spacing: 0.1em;
  }
}

.top_event {
  background-color: #0C5BBC;
  padding: 62px 0 0;
}
@media screen and (min-width: 768px) {
  .top_event {
    padding: 99px 0 0;
  }
}
.top_event .content_min {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .top_event .content_min {
    width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top_event .sec_ttl {
  position: absolute;
  right: 10px;
  top: -22px;
  width: 36px;
}
@media screen and (min-width: 768px) {
  .top_event .sec_ttl {
    right: 35px;
    top: -40px;
    width: 60px;
  }
}
.top_event .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 76.67vw;
}
@media screen and (min-width: 768px) {
  .top_event .img {
    width: 490px;
    height: auto;
  }
}
.top_event .main {
  padding: 27px 20px 30px;
}
@media screen and (min-width: 768px) {
  .top_event .main {
    padding: 36px 50px 57px 60px;
    flex: 1;
  }
}
.top_event .main .date {
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #022EBC;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top_event .main .date {
    font-size: 40px;
    margin-bottom: 14px;
  }
}
.top_event .main .date strong {
  font-size: 46px;
  margin-left: 7px;
}
@media screen and (min-width: 768px) {
  .top_event .main .date strong {
    font-size: 65px;
    margin-left: 0;
  }
}
.top_event .main .date em {
  vertical-align: 6px;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  border-radius: 100px;
  background: #e55c5c;
  padding: 4px 10px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .top_event .main .date em {
    font-size: 20px;
  }
}
.top_event .main .time {
  font-weight: 500;
  font-size: 15px;
  color: #022EBC;
  line-height: 1.35;
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .top_event .main .time {
    font-size: 19px;
    margin-bottom: 30px;
  }
}
.top_event .main .time strong {
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .top_event .main .time strong {
    font-size: 24px;
    margin-left: 15px;
  }
}
.top_event .main .ttl {
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .top_event .main .ttl {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 17px;
  }
}
.top_event .main .txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .top_event .main .txt {
    font-size: 16px;
    line-height: 24px;
  }
}

.top_program {
  background-color: #0C5BBC;
  background-size: 52px auto;
  padding: 31px 20px 0;
}
@media screen and (min-width: 768px) {
  .top_program {
    padding: 54px 0 0;
  }
}
.top_program .content_min {
  position: relative;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .top_program .content_min {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
  }
}
.top_program .sec_ttl {
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.3px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_program .sec_ttl {
    font-size: 38px;
    letter-spacing: 1.9px;
    margin: 0 auto 55px;
  }
}
.top_program .inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (min-width: 768px) {
  .top_program .inner {
    flex-direction: initial;
    gap: 80px 30px;
    flex-wrap: wrap;
  }
}
.top_program .inner .col {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 41px 30px 35px;
}
@media screen and (min-width: 768px) {
  .top_program .inner .col {
    width: calc(33.3333333333% - 20px);
    padding: 49px 37px 34px;
  }
}
.top_program .inner .col:before {
  content: "";
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
  background: #F28B15;
  line-height: 1.4;
  letter-spacing: 1.1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%) rotate(-10deg);
  position: absolute;
  top: -16px;
  left: 50%;
  width: 100px;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .top_program .inner .col:before {
    font-size: 28px;
    letter-spacing: 1.4px;
    width: 82px;
    height: 40px;
    top: -21px;
    padding-top: 1px;
    transform: translateX(-50%) rotate(-11deg);
  }
}
.top_program .inner .col .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_program .inner .col .title {
    font-size: 20px;
    letter-spacing: 1.6px;
    margin-bottom: 28px;
  }
}
.top_program .inner .col .title::after {
  content: "";
  background-image: url(../images/event_line.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 44.033px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top_program .inner .col p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top_program .inner .col p {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.top_merit {
  position: relative;
  background-color: #0C5BBC;
}
.top_merit .content_min {
  position: relative;
  z-index: 1;
  padding: 47px 20px 161px;
}
@media screen and (min-width: 768px) {
  .top_merit .content_min {
    padding: 78px 0 120px;
  }
}
.top_merit .lead_area {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .top_merit .lead_area {
    margin-bottom: 137px;
  }
}
.top_merit .lead_area p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 32.4px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top_merit .lead_area p {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }
}
.top_merit .lead_area p:nth-of-type(n+2) {
  margin-top: 1.4em;
}
.top_merit .lead_area p strong {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .top_merit .lead_area p strong {
    font-size: 24px;
  }
}
.top_merit .merit_list {
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .top_merit .merit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top_merit .merit_list .ttl {
  width: 280px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top_merit .merit_list .ttl {
    width: 444px;
    margin: -96px 73px 0 auto;
  }
}
.top_merit .merit_list .col {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_merit .merit_list .col {
    width: calc((100% - 60px) / 2);
  }
}
.top_merit .merit_list .col:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top_merit .merit_list .col:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top_merit .merit_list .col:nth-of-type(2n) {
    margin-top: -109px;
  }
  .top_merit .merit_list .col:nth-of-type(2n) .txt {
    margin-top: -78px;
  }
}
.top_merit .merit_list .col .img {
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 253px;
  margin-left: 65px;
}
@media screen and (min-width: 768px) {
  .top_merit .merit_list .col .img {
    height: 294px;
    margin-left: 40px;
  }
}
.top_merit .merit_list .col .txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}
.top_merit .merit_list .col .txt:before {
  content: "";
  display: block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  text-shadow: 1px 1px 0 #073e82, -1px 1px 0 #073e82, 1px -1px 0 #073e82, -1px -1px 0 #073e82;
  color: #fff;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 57px;
  margin: 12px 0px 14px;
}
@media screen and (min-width: 768px) {
  .top_merit .merit_list .col .txt:before {
    font-size: 67px;
    margin: 13px 0 16px;
  }
}
.top_merit .merit_list .col .txt span {
  display: inline;
  background: linear-gradient(transparent 0%, #C4FF04 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 38px;
  padding: 4px 10px;
}
@media screen and (min-width: 768px) {
  .top_merit .merit_list .col .txt span {
    font-size: 20px;
    line-height: 44px;
    padding: 5px 10px;
  }
}
.top_merit .btn_area {
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .top_merit .btn_area {
    margin-bottom: 55px;
  }
}
.top_merit .c-bg_scroll span {
  margin-bottom: 78px;
}
@media screen and (min-width: 768px) {
  .top_merit .c-bg_scroll span {
    margin-bottom: 0;
    margin-top: 1250px;
  }
}

.top_club {
  position: relative;
  background-color: #0C5BBC;
  padding: 0 20px 65px;
}
@media screen and (min-width: 768px) {
  .top_club {
    padding: 0 0 107px;
  }
}
.top_club .content_min .sec_ttl {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top_club .content_min .sec_ttl {
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 53px;
  }
}
.top_club .content_min .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top_club .content_min .inner {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 70px;
  }
}
.top_club .content_min .inner .col {
  overflow: hidden;
  background: #fff;
  border-radius: 30px 30px 0px 30px;
}
@media screen and (min-width: 768px) {
  .top_club .content_min .inner .col {
    width: calc((100% - 120px) / 4);
  }
}
.top_club .content_min .inner .col:nth-of-type(2) {
  border-radius: 30px 0px 30px 30px;
}
.top_club .content_min .inner .col:nth-of-type(3) {
  border-radius: 30px 30px 30px 0px;
}
.top_club .content_min .inner .col:nth-of-type(4) {
  border-radius: 30px 30px 0px 30px;
}
.top_club .content_min .inner .col .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  aspect-ratio: 335/180;
}
@media screen and (min-width: 768px) {
  .top_club .content_min .inner .col .img {
    aspect-ratio: 260/180;
  }
}
.top_club .content_min .inner .col .img .title {
  position: absolute;
  bottom: -20px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .top_club .content_min .inner .col .img .title {
    left: 25px;
  }
}
.top_club .content_min .inner .col .img .title span {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #111;
  display: table;
  padding: 2px 10px;
}
.top_club .content_min .inner .col .text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 22.5px;
  text-align: left;
  color: #111;
  padding: 39px 25px 34px;
}
.top_schedule {
  background-color: #FFFF51;
  background-image: linear-gradient(315deg, #FBFB3C 0%, #FBFB3C 25%, #FFFF51 25%, #FFFF51 50%, #FBFB3C 50%, #FBFB3C 75%, #FFFF51 75%, #FFFF51 100%);
  background-size: 60px 60px;
  background-repeat: repeat;
}
.top_schedule .content_min {
  padding: 50px 20px 59px;
}
@media screen and (min-width: 768px) {
  .top_schedule .content_min {
    padding: 80px 0 100px;
  }
}
.top_schedule .top_section_ttl {
  margin-bottom: 57px;
}
@media screen and (min-width: 768px) {
  .top_schedule .top_section_ttl {
    margin-bottom: 68px;
  }
}
.top_schedule .schedule_list {
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 60px 0;
  }
}
.top_schedule .schedule_list .col {
  position: relative;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #008CD4;
  padding: 51px 16px 27px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col {
    width: 100%;
    padding: 50px 40px 58px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
}
.top_schedule .schedule_list .col:after {
  content: "";
  display: block;
  width: 23px;
  height: 70px;
  background: url(../images/schedule_arrow01.svg) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  bottom: -60px;
  left: calc(50% - 11px);
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col:after {
    bottom: -52px;
  }
}
.top_schedule .schedule_list .col .num {
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  background: #008CD4;
  position: absolute;
  top: -17px;
  right: 50%;
  transform: translate(50%, 0) rotate(-7deg);
  padding: 1px 30px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .num {
    font-size: 33px;
    line-height: 48px;
    top: -20px;
    right: auto;
    left: -22px;
    transform: translate(0, 0) rotate(-7deg) !important;
  }
}
.top_schedule .schedule_list .col .img {
  margin: 0 10px 18px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .img {
    margin: 0 10px 20px;
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .main {
    flex: 1;
  }
}
.top_schedule .schedule_list .col .main .ttl {
  color: #008CD4;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .main .ttl {
    font-size: 26px;
    line-height: 1.4230769231;
    text-align: left;
    margin-bottom: 20px;
  }
}
.top_schedule .schedule_list .col .main .txt {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .main .txt {
    line-height: 22.5px;
  }
}
.top_schedule .schedule_list .col .main .txt li {
  padding-left: 17px;
  text-indent: -17px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .main .txt li {
    padding-left: 19px;
    text-indent: -19px;
  }
}
.top_schedule .schedule_list .col .main .txt li:before {
  content: "";
  display: inline-block;
  vertical-align: 1px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #008CD4;
  margin-right: 9px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .main .txt li:before {
    margin-right: 11px;
  }
}
.top_schedule .schedule_list .col .main ul {
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .main ul {
    margin-bottom: -1px;
  }
}
.top_schedule .schedule_list .col .main .note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 23.4px;
  color: #e55c5c;
  margin: 15px 0 0 1.5em;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .main .note {
    line-height: 19.5px;
    margin: 20px 0 0 1.25em;
  }
}
.top_schedule .schedule_list .col .main .note:before {
  content: "※ ";
  display: inline-block;
  text-indent: -1.5em;
}
.top_schedule .schedule_list .col .stamp {
  margin-top: 18px;
  border-radius: 35px;
  background: #e5f6ff;
  padding: 26px 20px 25px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .stamp {
    margin-top: 0;
    width: 570px;
    padding: 40px 30px 40px 40px;
  }
}
.top_schedule .schedule_list .col .stamp .ttl {
  width: 220px;
  margin: 0 auto 14px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .stamp .ttl {
    width: 408.23px;
    margin: 0 0 18px;
  }
}
.top_schedule .schedule_list .col .stamp .txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 22.5px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col .stamp .txt {
    font-size: 15px;
    padding-left: 10px;
  }
}
.top_schedule .schedule_list .col:nth-of-type(n+2) {
  margin-top: 108px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col:nth-of-type(n+2) {
    margin-top: 58px;
  }
}
.top_schedule .schedule_list .col:nth-of-type(2n) .num {
  transform: translate(50%, 0) rotate(7deg);
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._step01, .top_schedule .schedule_list .col._step02, .top_schedule .schedule_list .col._step03, .top_schedule .schedule_list .col._last {
    margin-top: 0;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col:nth-of-type(1):after {
    left: auto;
    right: -37px;
    bottom: calc(50% + 10px);
    transform: translate(0, 50%) rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._step03 {
    padding: 40px 80px 45px;
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._step03::after {
    left: -37px;
    bottom: 50%;
    transform: translate(0, 50%) rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._step03 .ttlWrap {
    display: flex;
    align-items: baseline;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._step03 .ttlWrap .note {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._step03 .txt {
    display: grid;
    gap: 0 30px;
    grid-template-columns: auto auto;
  }
}
.top_schedule .schedule_list .col._last {
  padding-block: 45px 35px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._last {
    padding-block: 30px 39px;
    order: 3;
    display: flex;
    align-items: center;
  }
}
.top_schedule .schedule_list .col._last:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._last .main {
    text-align: center;
  }
}
.top_schedule .schedule_list .col._last .main .ttl {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._last .main .ttl {
    text-align: center;
  }
}
.top_schedule .schedule_list .col._last .main .note {
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .top_schedule .schedule_list .col._last .main .note {
    margin-top: 10px;
  }
}
.top_schedule .btn_area {
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .top_schedule .btn_area {
    margin-bottom: 85px;
  }
}
.top_schedule .c-contact_list li:first-of-type .ttl:before {
  left: -43px;
}
@media screen and (min-width: 768px) {
  .top_schedule .c-contact_list li:first-of-type .ttl:before {
    left: -77px;
  }
}
.top_schedule .c-contact_list li:first-of-type .ttl:after {
  right: -43px;
}
@media screen and (min-width: 768px) {
  .top_schedule .c-contact_list li:first-of-type .ttl:after {
    right: -77px;
  }
}

.top_feature {
  position: relative;
  background: url(../images/feature_bg01.png) 50% 0;
  background-size: 180px auto;
}
.top_feature .content_min {
  position: relative;
  z-index: 1;
  padding: 50px 0 132px;
}
@media screen and (min-width: 768px) {
  .top_feature .content_min {
    padding: 80px 0 100px;
  }
}
.top_feature .top_section_ttl {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .top_feature .top_section_ttl {
    margin-bottom: 48px;
  }
}
.top_feature .feature_list .col {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col {
    padding-top: 60px;
  }
}
.top_feature .feature_list .col:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col:nth-of-type(n+2) {
    margin-top: 70px;
  }
}
.top_feature .feature_list .col:nth-of-type(2n+1) .img {
  margin-left: 40px;
}
.top_feature .feature_list .col:nth-of-type(2n) .img {
  margin-right: 40px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 500px;
    margin: 0 !important;
  }
}
.top_feature .feature_list .col .txt_area {
  position: relative;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #111111;
  padding: 31px 15px 20px;
  margin: -24px 15px 0;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area {
    width: 640px;
    padding: 60px;
    margin: 0;
  }
}
.top_feature .feature_list .col .txt_area .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 33px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .ttl {
    text-align: left;
    font-size: 28px;
    line-height: 39.2px;
    margin-bottom: 17px;
  }
}
.top_feature .feature_list .col .txt_area .txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.top_feature .feature_list .col .txt_area .point {
  background-color: #eff4f7;
  padding: 20px 19px 16px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .point {
    padding: 20px;
  }
}
.top_feature .feature_list .col .txt_area .point:nth-of-type(n+2) {
  margin-top: 20px;
}
.top_feature .feature_list .col .txt_area .point .point_major {
  display: table;
  text-align: center;
  background-color: #0C5BBC;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 3px 10px 5px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .point .point_major {
    font-size: 16px;
    padding: 4px 14px 6px;
  }
}
.top_feature .feature_list .col .txt_area .point .point_major:nth-of-type(n+2) {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .point .point_major:nth-of-type(n+2) {
    margin-top: 6px;
  }
}
.top_feature .feature_list .col .txt_area .point .point_major.is-lightblue {
  background-color: #009FDE;
}
.top_feature .feature_list .col .txt_area .point .point_major.is-red {
  background-color: #E14242;
}
.top_feature .feature_list .col .txt_area .point .point_major.is-orange {
  background-color: #F65D3A;
}
.top_feature .feature_list .col .txt_area .point .point_sub {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .point .point_sub {
    font-size: 17px;
    line-height: 25.5px;
    margin-bottom: 11px;
  }
}
.top_feature .feature_list .col .txt_area .point .point_ttl {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .point .point_ttl {
    font-size: 17px;
    margin-top: 5px;
  }
}
.top_feature .feature_list .col .txt_area .point .point_ttl span {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .point .point_ttl span {
    margin-top: 0;
  }
}
.top_feature .feature_list .col .txt_area .point .point_ttl span strong {
  display: inline-block;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 50px;
  margin-right: 3px;
  vertical-align: -4px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col .txt_area .point .point_ttl span strong {
    margin-right: 5px;
    vertical-align: -2px;
  }
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col01 .txt_area .point {
    padding: 23px 42px;
  }
}
.top_feature .feature_list .col.col01 .txt_area .point:nth-of-type(2) {
  padding-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col01 .txt_area .point:nth-of-type(2) {
    padding-bottom: 20px;
  }
}
.top_feature .feature_list .col.col01 .txt_area .point:nth-of-type(2) .point_ttl {
  font-weight: bold;
  font-size: 19px;
  line-height: 28.5px;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col01 .txt_area .point:nth-of-type(2) .point_ttl {
    font-size: 25px;
    line-height: 33px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .img {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .txt_area {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .txt_area .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 30px;
  }
}
.top_feature .feature_list .col.col02 .txt_area .point .point_main {
  display: table;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .txt_area .point .point_main {
    margin: 3px 30px 0 0;
  }
}
.top_feature .feature_list .col.col02 .txt_area .point .point_main .point_major {
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .txt_area .point .point_main .point_major {
    font-size: 18px;
  }
}
.top_feature .feature_list .col.col02 .txt_area .point .point_main .point_ttl {
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .txt_area .point .point_main .point_ttl {
    font-size: 20px;
    margin-top: 17px;
  }
}
.top_feature .feature_list .col.col02 .txt_area .point .point_main .point_ttl span {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .txt_area .point .point_main .point_ttl span {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.top_feature .feature_list .col.col02 .txt_area .point .point_main .point_ttl span strong {
  margin: 0 6px 0 0;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .txt_area .point .point_main .point_ttl span strong {
    margin: 0 -4px 0 0;
    font-size: 68px;
  }
}
.top_feature .feature_list .col.col02 .txt_area .point .point_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col02 .txt_area .point .point_txt {
    flex: 1;
    line-height: 25.2px;
  }
}
.top_feature .feature_list .col.col03 .txt_area .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 14px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col03 .txt_area .point {
    padding: 30px 50px 35px;
  }
}
.top_feature .feature_list .col.col03 .txt_area .point .point_col {
  width: calc((100% - 36px) / 3);
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col03 .txt_area .point .point_col {
    width: calc((100% - 60px) / 3);
  }
}
.top_feature .feature_list .col.col03 .txt_area .point .point_col .point_major {
  display: block;
}
.top_feature .feature_list .col.col03 .txt_area .point .point_col .point_ttl {
  text-align: center;
  font-size: 12px;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col03 .txt_area .point .point_col .point_ttl {
    font-size: 17px;
    margin-top: 3px;
  }
}
.top_feature .feature_list .col.col03 .txt_area .point .point_col .point_ttl span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col03 .txt_area .point .point_col .point_ttl span {
    font-size: 24px;
    margin-left: 3px;
  }
}
.top_feature .feature_list .col.col03 .txt_area .point .point_col .point_ttl span strong {
  font-size: 35px;
  letter-spacing: 0;
  vertical-align: -1px;
}
@media screen and (min-width: 768px) {
  .top_feature .feature_list .col.col03 .txt_area .point .point_col .point_ttl span strong {
    font-size: 50px;
    vertical-align: -2px;
  }
}
.top_feature .c-bg_scroll span {
  margin-bottom: 85px;
}
@media screen and (min-width: 768px) {
  .top_feature .c-bg_scroll span {
    margin-bottom: 0;
    margin-top: 840px;
  }
}

.top_major {
  background: url(../images/major_bg01.png) 50% 0;
  background-size: 180px auto;
}
.top_major .content_min {
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .top_major .content_min {
    padding: 80px 0;
  }
}
.top_major .top_section_ttl {
  color: #fff;
  margin-bottom: 37px;
}
@media screen and (min-width: 768px) {
  .top_major .top_section_ttl {
    margin-bottom: 49px;
  }
}
.top_major .feature_list {
  margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 97px;
  }
}
.top_major .feature_list .col {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #111111;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col {
    width: calc((100% - 40px) / 2);
  }
}
.top_major .feature_list .col:nth-of-type(n+2) {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col:nth-of-type(n+3) {
    margin-top: 38px;
  }
}
.top_major .feature_list .col .img {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col .img {
    height: 270px;
  }
}
.top_major .feature_list .col .img .en {
  position: absolute;
  top: 20px;
  right: 7px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col .img .en {
    top: 22px;
    right: 22px;
  }
}
.top_major .feature_list .col .img .year {
  display: table;
  background: #111111;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 15px;
  line-height: 29px;
  color: #fff;
  padding: 0 9px;
  position: absolute;
  bottom: 14px;
  left: 19px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col .img .year {
    font-size: 20px;
    line-height: 37px;
    bottom: 22px;
    left: 28px;
  }
}
.top_major .feature_list .col .txt_area {
  position: relative;
  padding: 0 19px 28px;
  margin-top: -14px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col .txt_area {
    padding: 0 28px 37px;
    margin-top: -22px;
  }
}
.top_major .feature_list .col .txt_area .ttl {
  display: table;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 27px;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col .txt_area .ttl {
    font-size: 24px;
    line-height: 30px;
    padding: 7px 9px;
    margin-bottom: 19px;
  }
}
.top_major .feature_list .col .txt_area .txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col .txt_area .txt:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
}
.top_major .feature_list .col .future_ttl {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin: 20px 0 8px;
}
@media screen and (min-width: 768px) {
  .top_major .feature_list .col .future_ttl {
    margin: 30px 0 8px;
  }
}
.top_major .feature_list .col .future_list li {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 22.5px;
  text-indent: -15px;
  margin-left: 15px;
}
.top_major .feature_list .col .future_list li:nth-of-type(n+2) {
  margin-top: 4px;
}
.top_major .feature_list .col .future_list li:before {
  content: "";
  display: inline-block;
  vertical-align: 3px;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  margin-right: 8px;
}
.top_major .feature_list .col.is-blue .txt_area .ttl {
  background-color: #009FDE;
}
.top_major .feature_list .col.is-blue .txt_area .future_list li:before {
  background-color: #009FDE;
}
.top_major .feature_list .col.is-red .txt_area .ttl {
  background-color: #E14242;
}
.top_major .feature_list .col.is-red .txt_area .future_list li:before {
  background-color: #E14242;
}
.top_major .feature_list .col.is-orange .txt_area .ttl {
  background-color: #F65D3A;
}
.top_major .feature_list .col.is-orange .txt_area .future_list li:before {
  background-color: #F65D3A;
}
.top_major .feature_list .col.is-green .txt_area .ttl {
  background-color: #00BBAD;
}
.top_major .feature_list .col.is-green .txt_area .future_list li:before {
  background-color: #00BBAD;
}
.top_major .c-contact_list {
  margin-bottom: -288px;
}
@media screen and (min-width: 768px) {
  .top_major .c-contact_list {
    margin-bottom: -227px;
  }
}

.top_faq-access {
  background: url(../images/faq-access_bg01.png) 50% 0;
  background-size: 52px auto;
  padding: 330px 0 60px;
}
@media screen and (min-width: 768px) {
  .top_faq-access {
    padding: 226px 0 99px;
  }
}
@media screen and (min-width: 768px) {
  .top_faq-access .content_min {
    width: 1040px;
  }
}
.top_faq-access #faq {
  margin-bottom: 71px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq {
    margin-bottom: 90px;
  }
}
.top_faq-access #faq .top_section_ttl {
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .top_section_ttl {
    margin-bottom: 40px;
  }
}
.top_faq-access #faq .faq_list .col {
  background-color: #fff;
  padding-bottom: 1px;
  margin-top: 1px;
}
.top_faq-access #faq .faq_list .col:first-of-type {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col:first-of-type {
    border-radius: 10px 10px 0 0;
  }
}
.top_faq-access #faq .faq_list .col:last-of-type {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col:last-of-type {
    border-radius: 0 0 10px 10px;
  }
}
.top_faq-access #faq .faq_list .col .ttl:before,
.top_faq-access #faq .faq_list .col .txt:before {
  display: inline-block;
  font-family: "Montserrat", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 15px;
  text-align: center;
  color: #fff;
  width: 30px;
  line-height: 30px;
  border-radius: 100px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col .ttl:before,
  .top_faq-access #faq .faq_list .col .txt:before {
    font-size: 22px;
    width: 36px;
    line-height: 36px;
  }
}
.top_faq-access #faq .faq_list .col .ttl {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 19px 20px 19px 15px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col .ttl {
    padding: 30px 68px;
  }
}
.top_faq-access #faq .faq_list .col .ttl:before {
  content: "Q";
  background: #111111;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col .ttl:before {
    margin-right: 20px;
  }
}
.top_faq-access #faq .faq_list .col .ttl span {
  flex: 1;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 27px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col .ttl span {
    font-size: 18px;
  }
}
.top_faq-access #faq .faq_list .col .ttl span:before, .top_faq-access #faq .faq_list .col .ttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: transform 0.3s;
  background: #111111;
  border-radius: 100px;
  width: 22px;
  height: 4px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col .ttl span:before, .top_faq-access #faq .faq_list .col .ttl span:after {
    width: 28px;
  }
}
.top_faq-access #faq .faq_list .col .ttl span:after {
  transform: translate(0, -50%) rotate(90deg);
}
.top_faq-access #faq .faq_list .col .txt {
  display: none;
  position: relative;
  border-radius: 10px;
  background: rgba(224, 234, 239, 0.5);
  padding: 25px 15px 29px 61px;
  margin: 0 15px 20px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col .txt {
    padding: 34px 30px 38px 96px;
    margin: 0 70px 33px;
  }
}
.top_faq-access #faq .faq_list .col .txt:before {
  content: "A";
  background: #0C5BBC;
  position: absolute;
  top: 20px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col .txt:before {
    top: 30px;
    left: 40px;
  }
}
.top_faq-access #faq .faq_list .col .txt p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 22.5px;
}
.top_faq-access #faq .faq_list .col .txt p:nth-of-type(n+2) {
  margin-top: 1em;
}
.top_faq-access #faq .faq_list .col .txt p a {
  font-size: 14px;
  color: #244cce;
  text-decoration: underline;
}
.top_faq-access #faq .faq_list .col .txt p a:hover {
  text-decoration: none;
}
.top_faq-access #faq .faq_list .col.is-open {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col.is-open {
    border: 2px solid #FF5B5B;
  }
}
@media screen and (min-width: 768px) {
  .top_faq-access #faq .faq_list .col.is-open .ttl {
    padding-top: 28px;
    padding-bottom: 15px;
  }
}
.top_faq-access #faq .faq_list .col.is-open .ttl:before {
  background: #FF5B5B;
}
.top_faq-access #faq .faq_list .col.is-open .ttl span:before, .top_faq-access #faq .faq_list .col.is-open .ttl span:after {
  background: #FF5B5B;
}
.top_faq-access #faq .faq_list .col.is-open .ttl span:after {
  transform: translate(0, -50%) rotate(0);
}
.top_faq-access #access .content_min {
  position: relative;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #111111;
  padding: 49px 20px 31px;
  margin: 0 15px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .top_faq-access #access .content_min {
    width: 1040px;
    padding: 60px;
    margin: 0 auto;
  }
}
.top_faq-access #access .top_section_ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #access .top_section_ttl {
    margin-bottom: 37px;
  }
}
.top_faq-access #access .main {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #access .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 49px;
  }
}
.top_faq-access #access .main .txt_area {
  flex: 1;
}
.top_faq-access #access .main .txt_area .ttl {
  display: table;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 41px;
  text-align: center;
  color: #fff;
  background-color: #111111;
  padding: 0 30px;
  position: absolute;
  top: -13px;
  left: -15px;
  transform: rotate(-4deg);
}
@media screen and (min-width: 768px) {
  .top_faq-access #access .main .txt_area .ttl {
    position: relative;
    font-size: 20px;
    line-height: 45px;
    padding: 0 30px;
    margin: 13px 0 23px 14px;
  }
}
.top_faq-access #access .main .txt_area .txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 27px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #access .main .txt_area .txt {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 38px;
  }
}
.top_faq-access #access .main .txt_area .access_list li {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-indent: -13px;
  margin-left: 13px;
}
.top_faq-access #access .main .txt_area .access_list li:nth-of-type(n+2) {
  margin-top: 8px;
}
.top_faq-access #access .main .txt_area .access_list li:before {
  content: "";
  display: inline-block;
  vertical-align: 4px;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #009fde;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #access .main .txt_area .access_list li:before {
    margin-right: 13px;
  }
}
.top_faq-access #access .main .img {
  border: 3px solid #e0eaef;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #access .main .img {
    width: 459px;
    border-width: 7px;
    margin-bottom: 0;
  }
}
.top_faq-access #access .map iframe {
  vertical-align: middle;
  width: 100%;
  height: 220px;
}
@media screen and (min-width: 768px) {
  .top_faq-access #access .map iframe {
    height: 260px;
  }
}/*# sourceMappingURL=style.css.map */