@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

._red {
  color: red !important;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

.gray-out {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}

.spacer {
  width: 100%;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-s {
  margin-top: 25px !important;
}
.mt-m {
  margin-top: 50px !important;
}
.mt-l {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-s {
  margin-bottom: 25px !important;
}
.mb-m {
  margin-bottom: 50px !important;
}
.mb-l {
  margin-bottom: 100px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mx-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mx-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-s {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-l {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-s {
  padding-top: 25px !important;
}
.pt-m {
  padding-top: 50px !important;
}
.pt-l {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-s {
  padding-bottom: 25px !important;
}
.pb-m {
  padding-bottom: 50px !important;
}
.pb-l {
  padding-bottom: 100px !important;
}

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.wide-inner {
  width: 1300px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.inner {
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  .inner {
    max-width: 900px;
    margin: 0 auto;
  }
}

/* --- Others --- */
/* Setting
======================================== */
body {
  font-size: 16px;
  color: #000;
  background-color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.8;
  letter-spacing: 0.1em;
  word-break: break-all;
}

img {
  display: block;
  max-width: 100%;
}

/* --- アンカーリンク調整 --- */
:target::before {
  content: "";
  display: block;
  height: 50px; /* ずらしたい高さ */
  margin-top: -50px;
  visibility: hidden;
}

/* Parts
======================================== */
/* --- TITLE --- */
.ttl-ul {
  text-align: center;
  margin: 50px auto 30px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 1001px) {
  .ttl-ul {
    font-size: 28px;
    margin: 80px auto 30px;
  }
}
.ttl-ul p {
  display: inline-block;
  border-bottom: 3px dotted #818181;
  padding-bottom: 10px;
}
.ttl-ul p + br + p {
  margin-top: 15px;
}
.ttl-ul span {
  color: #2F80D1;
}

/* --- BUTTON --- */
.btn-arrow {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  transition: 0.3s all;
}
.btn-arrow:before {
  content: url(../img/arrow_btn.svg);
  display: block;
  margin-right: 10px;
}
.btn-arrow:hover {
  opacity: 0.6;
}

/*--------------------------------
  Sub Mv
---------------------------------*/
.mv-wrap {
  background: #30b2ae;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
.mv-wrap ul.bread-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 1001px) {
  .mv-wrap ul.bread-list {
    margin-bottom: 20px;
  }
}
.mv-wrap ul.bread-list li:not(:last-child):after {
  content: "＞";
  display: inline-block;
  padding: 0 20px;
}
.mv-wrap .ttl {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1001px) {
  .mv-wrap .ttl {
    font-size: 42px;
  }
}
.mv-wrap .ttl span {
  font-size: 18px;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
@media (min-width: 1001px) {
  .mv-wrap .ttl span {
    font-size: 22px;
    margin-top: 15px;
  }
}
.mv-wrap .text {
  width: calc(100% - 6vw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 180px;
  text-align: center;
}
@media (min-width: 1001px) {
  .mv-wrap .text {
    height: 200px;
  }
}
.mv-wrap .triangle {
  position: relative;
  text-align: center;
  background: #fff;
  color: #fff;
  margin-top: 30px;
  padding-top: 50px;
}
@media (min-width: 1001px) {
  .mv-wrap .triangle {
    margin-top: 100px;
    padding-top: 45px;
  }
}
.mv-wrap .triangle:before {
  content: " ";
  position: absolute;
  top: -9vw;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9vw 35vw;
  border-color: transparent transparent #ffe785 transparent;
  overflow: hidden;
}
.mv-wrap .triangle:after {
  content: " ";
  position: absolute;
  top: -9vw;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9vw 0 0 100vw;
  border-color: transparent transparent transparent #fff;
  overflow: hidden;
}

/* Nav
======================================== */
.main-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1001px) {
  .main-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.main-container main {
  flex: 1;
}

nav.side {
  background-color: #FBF9F7;
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 300px;
  padding: 0 20px 30px;
}
@media (min-width: 1001px) {
  nav.side {
    display: flex;
  }
}
nav.side ul.nav-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
nav.side ul.nav-list li {
  text-align: center;
  padding: 20px 20px;
  border-bottom: 1px dashed #C6C1B7;
}
nav.side ul.nav-list li:nth-last-child(1) {
  border-bottom: none;
}
nav.side .btn-default {
  margin: 20px 0;
  width: 90%;
  text-align: center;
}
nav.side .searchform {
  width: 90%;
}

.recruit-wrap {
  border: 1px solid #2F80D1;
  background-color: #fff;
  margin-top: 30px;
  max-width: 100%;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 1000px) {
  .recruit-wrap {
    margin: 30px auto 0 !important;
  }
}
.recruit-wrap .ttl {
  display: block;
  text-align: center;
  background-color: #2F80D1;
  color: #fff;
}
.recruit-wrap ul {
  font-size: 14px;
  padding: 5px 20px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 1000px) {
  .recruit-wrap ul {
    padding: 5px 40px;
  }
}
.recruit-wrap ul li {
  padding: 0px !important;
  border: none !important;
  text-align: left !important;
}

/* Header
======================================== */
/* --- HAMBURGER MENU --- */
header {
  position: relative;
}
header.sub {
  height: 65px;
}
@media (min-width: 1001px) {
  header.sub {
    height: 60px;
  }
}
header .header-wrap {
  height: 65px;
  position: fixed;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1001px) {
  header .header-wrap {
    height: 60px;
  }
}
header .header-wrap .inner {
  width: calc(100% - 6vw);
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .inner .title {
  color: #2F80D1;
  font-size: 28px;
  font-weight: 700;
}
header .header-wrap .inner .title a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-wrap .inner .title img {
  height: 50px;
  width: auto;
  margin-right: 10px;
}
header .header-wrap .inner .apply {
  background-color: #ffb520;
  color: #fff;
  border-radius: 100px;
  padding: 0 50px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.3s all;
}
header .header-wrap .inner .apply:hover {
  opacity: 0.6;
}
@media (max-width: 1000px) {
  header .header-wrap .inner .apply {
    display: none;
  }
}

.hamburger {
  position: fixed;
  right: 10px;
  top: 10px;
  display: block;
  cursor: pointer;
  z-index: 5000;
  background-color: #2F80D1;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1001px) {
  .hamburger {
    display: none;
  }
}
.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav_sp {
  position: fixed;
  transition: 0.2s;
  top: 0px;
  right: -100%;
  background: #FBF9F7;
  width: 100%;
  height: 100%;
  z-index: 300;
  overflow-y: scroll;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
@media (min-width: 1001px) {
  .nav_sp {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.nav_sp.nav-active {
  right: 0;
}
.nav_sp .inner_nav {
  width: 85%;
  font-size: 18px;
}
.nav_sp .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.nav_sp .inner_nav ul li {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}
.nav_sp .inner_nav ul li:not(:last-child) {
  border-bottom: 1px dashed #C6C1B7;
}

/* Footer
======================================== */
.copyright {
  font-size: 10px;
  padding: 10px;
  background-color: #C6C1B7;
  text-align: center;
}
@media (min-width: 1001px) {
  .copyright {
    font-size: 14px;
  }
}

.btn-back {
  text-align: right;
  margin-top: 1em;
  vertical-align: baseline;
}
.btn-back:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/return.svg) no-repeat center center;
  vertical-align: bottom;
}

/* 設立概要
======================================== */
dl.price {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  dl.price {
    width: 80%;
  }
}
dl.price .row {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}
dl.price dt {
  background-color: #0da7b5;
  color: #fff;
  width: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  dl.price dt {
    width: 200px;
  }
}
dl.price dd {
  flex: 1;
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 20px;
  font-weight: 700;
  flex-direction: column;
}
dl.price dd span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

/* リンク集
======================================== */
section.link ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  section.link ul.list {
    gap: 50px;
  }
}
section.link ul.list li {
  background-color: #2F80D1;
  color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 30px 10px;
  font-size: 22px;
  transition: 0.3s all;
}
@media (min-width: 1001px) {
  section.link ul.list li {
    width: calc((100% - 50px) / 2);
  }
}
section.link ul.list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.link ul.list li:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-0.1875em);
  cursor: pointer;
}

/* サークル紹介
======================================== */
section.circle dl.list .wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px solid #fff;
}
section.circle dl.list .wrap dt, section.circle dl.list .wrap dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-left: 3px solid #fff;
  padding: 10px 5px;
  width: 39%;
}
@media (min-width: 1001px) {
  section.circle dl.list .wrap dt, section.circle dl.list .wrap dd {
    padding: 10px 15px;
    flex: 1;
  }
}
@media (max-width: 1000px) {
  section.circle dl.list .wrap dt, section.circle dl.list .wrap dd {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  section.circle dl.list .wrap dt.active, section.circle dl.list .wrap dd.active {
    width: 22%;
  }
}
section.circle dl.list .wrap dt {
  background-color: #30b2ae;
  color: #fff;
}
section.circle dl.list .wrap dd {
  background-color: #f6f6f6;
}
section.circle dl.list .wrap dd:nth-child(1) {
  background-color: #6dc4d3;
  color: #fff;
}

/* 入会手続き
======================================== */
section.membership_sub .doc-wrap {
  background-color: #f6f6f6;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  margin: 20px auto 50px;
  max-width: 100%;
}
@media (min-width: 1001px) {
  section.membership_sub .doc-wrap {
    padding: 20px 80px;
  }
}
section.membership_sub .doc-wrap p {
  margin-bottom: 20px;
}
section.membership_sub .doc-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1001px) {
  section.membership_sub .doc-wrap ul {
    gap: 15px;
  }
}
section.membership_sub .doc-wrap ul li {
  background-color: #ffb520;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  transition: 0.3s all;
}
section.membership_sub .doc-wrap ul li:hover {
  opacity: 0.6;
}
section.membership_sub .price {
  margin: 50px auto;
}

/* 活動プログラム
======================================== */
.inner.program {
  max-width: calc(100% - 2vw);
}
@media (min-width: 1001px) {
  .inner.program {
    max-width: 97%;
  }
}

section.program dl.program {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3px;
}
@media (max-width: 1000px) {
  section.program dl.program {
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 96vw;
    margin: 0 auto;
  }
}
section.program dl.program .wrap {
  display: flex;
}
@media (min-width: 1001px) {
  section.program dl.program .wrap {
    flex-wrap: wrap;
  }
}
section.program dl.program .wrap dt, section.program dl.program .wrap dd {
  padding: 10px 0px;
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1001px) {
  section.program dl.program .wrap dt, section.program dl.program .wrap dd {
    width: 37.5%;
  }
}
section.program dl.program .wrap dt .sub, section.program dl.program .wrap dd .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1001px) {
  section.program dl.program .wrap dt .sub, section.program dl.program .wrap dd .sub {
    flex-wrap: wrap;
  }
}
section.program dl.program .wrap dt span, section.program dl.program .wrap dd span {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.program dl.program .wrap dt.day, section.program dl.program .wrap dd.day {
  width: 50px;
}
@media (min-width: 1001px) {
  section.program dl.program .wrap dt.day, section.program dl.program .wrap dd.day {
    width: 5%;
  }
}
section.program dl.program .wrap dt.other, section.program dl.program .wrap dd.other {
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: none;
}
@media (min-width: 1001px) {
  section.program dl.program .wrap dt.other, section.program dl.program .wrap dd.other {
    width: 20%;
  }
}
section.program dl.program .wrap dt {
  background-color: #30b2ae;
  color: #fff;
  border-right: 3px solid #fff;
}
section.program dl.program .wrap dd {
  background-color: #f6f6f6;
  font-size: 14px;
  border-right: 3px solid #fff;
}

section.lecture h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 0;
}
@media (min-width: 1001px) {
  section.lecture h3 {
    font-size: 26px;
  }
}
section.lecture dl {
  margin-top: 15px;
}
section.lecture dl .wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px solid #fff;
}
section.lecture dl .wrap dt, section.lecture dl .wrap dd {
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-right: 3px solid #fff;
  font-size: 14px;
}
@media (min-width: 1001px) {
  section.lecture dl .wrap dt, section.lecture dl .wrap dd {
    font-size: 16px;
    padding: 10px 15px;
  }
}
section.lecture dl .wrap dt {
  background-color: #30b2ae;
  color: #fff;
  width: 100%;
}
@media (min-width: 1001px) {
  section.lecture dl .wrap dt {
    width: 170px;
  }
}
section.lecture dl .wrap dd {
  background-color: #f6f6f6;
  justify-content: left;
  flex: 100%;
}
@media (min-width: 1001px) {
  section.lecture dl .wrap dd.desc {
    flex: 2;
  }
  section.lecture dl .wrap dd.price {
    flex: 1;
  }
}

/* お知らせ
======================================== */
.details li {
  border-bottom: 1px dashed #C6C1B7;
}
.details li a {
  display: block;
  padding: 20px 1em;
}
.details li a time {
  width: 128px;
  text-align: center;
}
.details li a:hover {
  background-color: #FBF9F7;
}

.info-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 80px auto 30px;
  border-bottom: 3px dotted #818181;
  padding-bottom: 10px;
  color: #2F80D1;
}

section {
  padding: 40px 0;
}
@media (min-width: 1001px) {
  section {
    padding: 80px 0;
  }
}

/* MV
======================================== */
.mv {
  height: 300px;
  background-color: #FCFCF4;
  background-image: url("../img/mv.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 80% 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  .mv {
    height: 455px;
    padding: 50px;
    background-position: center right;
    background-size: 80% auto;
  }
  .mv:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    background-color: #FCFCF4;
    width: 50%;
    height: 455px;
    z-index: -1;
  }
}
.mv .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  padding: 10px;
}
@media (min-width: 1001px) {
  .mv .inner {
    justify-content: center;
  }
}
.mv .logo {
  width: 96px;
  margin-bottom: 30px;
}
.mv .sub-text {
  display: inline-block;
  font-size: 16px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  .mv .sub-text {
    font-size: 20px;
  }
}
.mv .main-text {
  display: inline-block;
  font-size: 20px;
  color: #2F80D1;
  background-color: #fff;
  font-size: 30px;
  padding: 10px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  .mv .main-text {
    font-size: 38px;
  }
}

/* News
======================================== */
section.news_top .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
section.news_top .heading {
  padding: 0 50px 0 0;
}
section.news_top .heading h2 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  section.news_top .heading h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  section.news_top .heading {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
section.news_top .details {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
section.news_top .details time {
  display: block;
}
@media (min-width: 1001px) {
  section.news_top .details time {
    display: inline-block;
    margin-right: 25px;
  }
}

/* Membership
======================================== */
section.membership {
  background-color: #FCFCF4;
  margin: 0 calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
}
section.membership .contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin: 30px auto 0;
}
section.membership .contact-list li {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  font-size: 14px;
}
section.membership .contact-list li h3 {
  font-size: 18px;
  font-weight: bolder;
}
section.membership .contact-list li .text {
  color: #2F80D1;
  font-weight: bolder;
  line-height: 1;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.membership .contact-list li .text:before {
  content: "";
  display: block;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
section.membership .contact-list li.tel .text {
  font-size: 34px;
}
section.membership .contact-list li.tel .text:before {
  background-image: url(../img/tel.png);
}
section.membership .contact-list li.mail .text {
  font-size: 16px;
}
@media (min-width: 1001px) {
  section.membership .contact-list li.mail .text {
    font-size: 20px;
  }
}
section.membership .contact-list li.mail .text:before {
  background-image: url(../img/mail.png);
}

/* Access
======================================== */
section.access iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 1001px) {
  section.access iframe {
    height: 400px;
  }
}/*# sourceMappingURL=styles.css.map */