@charset "UTF-8";

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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: bold;
}

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 */
  border: 0;
  border-top: 1px solid;
  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: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-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 padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
 * 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;
}

/* 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;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  transition: opacity .3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: table;
  box-sizing: border-box;
}


.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

html,
body {
  font-size: 62.5%;
  color: #000;
  line-height: 1;
  font-family: YuGothic, Meiryo, "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

h1,
h2,
h2,
h3,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  transition: all .4s ease-in;
}

a:hover {
  text-decoration: none;
  transition: all .4s ease-out;
}

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

input[type="text"],
input[type="button"],
input[type="email"],
input[type="checkbox"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.js-fade {
  opacity: 0;
}

.js-fade.js-fade {
  animation: fadeInY 1s ease-in-out forwards;
}

@keyframes fadeInY {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

[class*=__ttl] {
  font-weight: bold;
}

html {
  background: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  font-size: 1.4rem;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
}

.main>div,
.main section {
  margin-top: 80px;
}

.main .mv+div,
.main .mv+section,
.main .imageBlock+div,
.main .imageBlock+section {
  margin-top: 80px;
}

.main .mv {
  margin-top: 0;
}

.main .mgT0+.mgT0 {
  margin-top: 0;
}

.wrapper {
  min-width: 1280px;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
}

.modal-video-close-btn {
  top: -33px;
  right: -4px;
}

.modal-video-close-btn::before,
.modal-video-close-btn::after {
  height: 1px;
}

.logoWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 36px auto 35px;
}

.logoWrap__logo {
  height: 50px;
  width: auto;
}

.logoWrap__logo img {
  max-height: 100%;
}

.header {
  width: 100%;
  margin: 36px 0 35px;
}

.btn1 {
  position: relative;
  display: inline-block;
  min-width: 242px;
  padding: 15px 32px 15px 16px;
  color: var(--main-color);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1rem;
  box-shadow: 2px 2px;
  border: 1px solid var(--main-color);
  font-weight: bold;
  transition: 0.4s all ease-in;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
}

.btn1::before,
.btn1::after {
  content: "";
  position: absolute;
  display: block;
  transition: 0.4s all ease-in;
}

.btn1::after {
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  transform: rotate(45deg) translateY(-50%);
  width: 7px;
  height: 7px;
  top: 46%;
  right: 16px;
}

.btn1::before {
  border-top: 1px solid var(--main-color);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  top: 54%;
  right: 15px;
}

.btn1:hover {
  transition: 0.4s all ease-out;
  color: #fff;
  background: var(--main-color);
}

.btn1:hover::before,
.btn1:hover::after {
  transition: 0.4s all ease-out;
}

.btn1:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn1:hover::before {
  border-top: 1px solid #fff;
}

.btn1.sub {
  border-color: var(--sub-color);
  color: var(--sub-color);
}

.btn1.sub::after,
.btn1.sub::before {
  border-color: var(--sub-color);
}

.btn1.sub:hover {
  color: #fff;
  background: var(--sub-color);
}

.btn1.sub:hover::after,
.btn1.sub:hover::before {
  border-color: #fff;
}

.btn2,
.btn3 {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  display: block;
  width: 400px;
  padding: 20px 0;
  margin: auto;
  letter-spacing: 0.05em;
  border: 1px solid transparent;
  transition: 0.4s all ease-in;
  border-radius: 16px;
}

.btn2:hover,
.btn3:hover {
  color: var(--main-color);
  background: #fff;
  transition: 0.4s all ease-out;
}

.btn2.sub,
.sub.btn3 {
  background: var(--sub-color);
}

.btn2.sub:hover,
.sub.btn3:hover {
  background: #fff;
  color: var(--sub-color);
  border-color: var(--sub-color);
}

.btn3 {
  color: var(--main-color);
  background: #fff;
  transition: 0.4s all ease-in;
  border: 1px solid var(--main-color);
}

.btn3:hover {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s all ease-out;
}

.sideBtns {
  position: fixed;
  top: 28%;
  right: 0;
  z-index: 10000;
}

.sideBtns.on .doc {
  animation: sideBtns 0.4s ease-out forwards;
}

.sideBtns.on .sns {
  animation: sideBtns 0.4s 0.2s ease-out forwards;
}

.sideBtns a {
  font-weight: bold;
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
  width: 66px;
  height: 121px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translate(100%, 0);
  padding-right: 10px;
}

.sideBtns a:hover.line,
.sideBtns a:hover.fb {
  background: #84c6ff;
  color: #000;
}

.sideBtns a:hover.fb::before {
  background: url("/adpisa-h/img/common/icon-phone.png") center/cover no-repeat;
}

.sideBtns a:hover::before {
  transition: all 0.4s ease-out;
}

.sideBtns a::before {
  content: "";
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.4s ease-in;
}

.sideBtns a+a {
  margin-top: 5px;
}

.sideBtns .doc {
  color: #fff;
  background: #ff8888;
}

.sideBtns .doc::before {
  background: url("./../img/common/icon-book.png") center/cover no-repeat;
  width: 13px;
  height: 14px;
}

.sideBtns .doc:hover::before {
  background: url("./../img/common/icon-book-b.png") center/cover no-repeat;
}

.sideBtns .sns {
  line-height: 1.1;
}

.sideBtns .sns.line {
  color: #000;
  background: #f4dc5b;
}

.sideBtns .sns.line::before {
  background: url("./../img/common/icon-phone.png") center/cover no-repeat;
}

.sideBtns .sns.fb {
  color: #fff;
  background: #1777f2;
  letter-spacing: 0;
}

.sideBtns .sns.fb::before {
  background: url("./../img/common/icon-phone-w.png") center/cover no-repeat;
}

.sideBtns .sns::before {
  width: 12px;
  height: 16px;
}

.mv {
  position: relative;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  width: 1120px;
  margin: auto;
}

.mv img {
  margin: auto;
  margin-top: 70px;
}

.mv .scrollArrow {
  position: absolute;
  left: -45px;
  top: 288px;
}

.about__txtBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__ttl {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  font-size: 2.4rem;
  padding-right: 40px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.about__ttl span {
  color: var(--main-color);
  display: block;
  font-size: 1rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.about__txt {
  border-left: 1px var(--main-color) solid;
  padding-left: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.contents01__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents01__imgBlock {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}

.contents01__imgBlock__txt {
  margin-top: 20px;
}

.contents01__imgBlock__txt span {
  font-weight: bold;
}

.contents01__txtBlock {
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
}

.contents01__txtBlock__ttl {
  color: var(--main-color);
  font-size: 2.4rem;
  line-height: 1.7;
}

.contents01__txtBlock__txt {
  margin-top: 40px;
}

.application__linkTxt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
}

.application__link {
  margin-top: 30px;
}

.point__ttl {
  background: var(--main-color);
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 80px;
}

.point__block {
  padding-bottom: 60px;
}

.point__block:nth-last-of-type(1) {
  padding-bottom: 0;
}

.point__block__wrap {
  width: 96%;
  margin: 0 0 0 auto;
}

.point__block__ttl {
  font-size: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  -ms-flex-align: center;
  align-items: center;
}

.point__block__ttl .serial {
  transform: translateY(-0.3em);
}

.point__block__ttl .serial,
.point__block__ttl .num {
  font-size: 2.4rem;
  color: var(--main-color);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.point__block__ttl .num {
  font-size: 5.8rem;
  margin: 0 15px 0 5px;
  line-height: 1;
}

.point__block__contents {
  margin: 30px 0 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point__block__txt {
  -ms-flex: 1 0 44%;
  flex: 1 0 44%;
}

.point__block__txt+.point__block__img {
  margin-left: 40px;
}

.point__block__img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.point__block__link.btn1 {
  margin-top: 30px;
}

.point__block+.point__block {
  border-image: linear-gradient(to right, var(--main-color) 0, var(--main-color) 20%, #d5d5d5 20%, #d5d5d5 100%) 1/1px 0 0 0;
  border-top-style: solid;
  padding-top: 60px;
}

.imageBlock {
  text-align: center;
}

.program {
  position: relative;
  padding: 80px 0;
}

.program__ttl {
  font-size: 3.6rem;
  text-align: center;
}

.program__txt {
  font-size: 1.4rem;
  text-align: left;
  max-width: 960px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 0;
}

.program__txt::before {
  content: "";
  background: var(--main-color);
  width: 40px;
  height: 4px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.program::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: 0.15;
  z-index: -1;
}

.program__img {
  margin: 30px auto;
  text-align: center;
}

.program__lists {
  margin: 60px auto 30px;
}

.program__lists__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--main-color);
}

.program__lists__list {
  border: 1px solid #e0e0e0;
  margin-top: 25px;
}

.program__lists__list dl {
  display: -ms-flexbox;
  display: flex;
}

.program__lists__list dl dt {
  -ms-flex: 0 0 224px;
  flex: 0 0 224px;
  position: relative;
  padding: 5px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8fa;
}

.program__lists__list dl dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
}

.program__lists__list dl+dl {
  border-top: 1px solid #e0e0e0;
}

.program__lists__list+.program__lists__ttl {
  margin-top: 30px;
}

.program__block {
  background: #fff;
  margin-top: 60px;
  padding: 40px;
}

.program__block+.program__block {
  margin-top: 30px;
}

.program__block__ttl {
  font-size: 2.4rem;
  border-bottom: 1px dotted var(--main-color);
  padding-bottom: 15px;
}

.program__block__txt {
  margin-top: 20px;
}

.program__personWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.program__person {
  position: relative;
  margin-top: 30px;
  -ms-flex: 1 0 47%;
  flex: 1 0 47%;
  max-width: 47%;
}

.program__person:nth-of-type(1) {
  max-width: 100%;
}

.program__person:nth-of-type(2n) {
  margin-left: 40px;
}

.program__person__key {
  color: var(--main-color);
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 5px;
}

.program__person__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.program__person__icon {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  min-width: 150px;
  margin-right: 22px;
}

.program__person__name {
  -ms-flex: 0 1 79%;
  flex: 0 1 79%;
}

.program__person__name .name {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
  border-bottom: 1px dotted var(--main-color);
  padding-bottom: 15px;
  line-height: 1.8;
}

.program__person__name .nameTxt {
  padding: 15px 0 6px;
  line-height: 1.5;
  display: inline-block;
}

/* .subject__ttl {
  font-size: 1.8rem;
  background: #f8f8fa;
  padding: 10px 20px;
} */


.subject__ttl {
  font-size: 1.8rem;
  background: #f8f8fa;
  padding: 10px;
  margin: 60px -10px 0px;
}
.program__txt +.subject__ttl{
  margin: 10px -10px 0px;
}

.subject__txt{
  margin-top: 10px;
}

.subject__block {
  margin-top: 60px;
}

.subject__ttl+.subject__block {
  margin-top: 10px;
}
.subject__txt+.subject__block {
  margin-top: 20px;
}


.subject__block__cross{
  /* background: linear-gradient(#c4efff84 42%,#fff 50%,#f8fecd82 58%); */
  margin: 60px -20px 0px -20px;
}

.subject__block__cross .subject__block__cross__content:nth-of-type(1){
  background: #c4efff84;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.subject__block__cross .subject__block__cross__content:nth-of-type(2){
  background: #f8fecd82;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}


.subject__block__cross__content {
  padding: 10px 20px 30px 20px;
}

.subject__block__cross__ttl{
  text-align: center;
  font-size: 2.4rem;
}

.subject__block__cross__ttl+.subject__block{
  margin-top: 10px;
}

/* .subject__block__cross__content:nth-of-type(1) {
  background: #e5f8ff84;
} */

.subject__block__cross__content:nth-of-type(1) .subject__block__cross__ttl{
  color: #69d7ff;
}

/* .subject__block__cross__content:nth-of-type(2) {
  background: #fcffe582;
} */
.subject__block__cross__content:nth-of-type(2) .subject__block__cross__ttl{
  color: #ded600;
}
.subject__block__cross__transition{
  margin: 0px;
  background: linear-gradient(#c4efff84 1%,#fff 50%,#f8fecd82 99%);
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #adadad;
}

.subject__block__ttl {
  font-size: 2.4rem;
  font-weight: normal;
}

.subject__block__ttl span {
  color: #000;
  font-size: 1.4rem;
  margin-right: 14px;
}

.subject__block__ttl .subject__block__ttl2{
  font-weight: normal;
  font-size: 1.4rem;
}

.subject__block__ttl .subject__block__ttl2 span{
  color: #000;
  font-size: 1.4rem;
  margin-right: 14px;
}

.subject__block__ttl .subject__block__ttl3 {
  font-size: 2.4rem;
  font-weight: normal;
}
.subject__block__ttl img {
  vertical-align: middle;
}


.subject__block:nth-of-type(1) .subject__block__ttl {
  color: #f08437;
}

.subject__block:nth-of-type(2) .subject__block__ttl {
  color: #5cb531;
}

.subject__block:nth-of-type(3) .subject__block__ttl {
  color: #00ab84;
}

.subject__block:nth-of-type(4) .subject__block__ttl {
  color: #0099d9;
}

.subject__block:nth-of-type(5) .subject__block__ttl {
  color: #7d4698;
}

.subject__block:nth-of-type(6) .subject__block__ttl {
  color: #e95383;
}

.subject__block:nth-of-type(7) .subject__block__ttl {
  color: #103675;
}

.subject__block:nth-of-type(8) .subject__block__ttl {
  color: #804f1b;
}

.subject__block:nth-of-type(9) .subject__block__ttl {
  color: #f08437;
}

.subject__block:nth-of-type(10) .subject__block__ttl {
  color: #5cb531;
}

.subject__block:nth-of-type(11) .subject__block__ttl {
  color: #00ab84;
}

.subject__block:nth-of-type(12) .subject__block__ttl {
  color: #d38e04;
}

.subject__block:nth-of-type(13) .subject__block__ttl {
  color: #5f0692;
}

.subject__block:nth-of-type(14) .subject__block__ttl {
  color: #f08437;
}

.subject__block:nth-of-type(15) .subject__block__ttl {
  color: #5cb531;
}

.subject__block:nth-of-type(16) .subject__block__ttl {
  color: #00ab84;
}

.subject__block:nth-of-type(17) .subject__block__ttl {
  color: #0099d9;
}

.subject__block:nth-of-type(18) .subject__block__ttl {
  color: #7d4698;
}

.subject__block:nth-of-type(19) .subject__block__ttl {
  color: #e95383;
}

.subject__block__content {
  border: 1px solid #e0e0e0;
  margin-top: 10px;
}

.subject__block__content li {
  padding: 10px;
}

.subject__block__content li+li {
  border-top: 1px solid #e0e0e0;
}
.subject__block__content a{
  text-decoration: underline;
}

/* .subject__block__item {
  display: inline-block;
  margin-top: 20px;
} */

.subject__block__item span {
  font-weight: bold;
}

.subject__block__item span::after {
  content: "／";
}

.subject__block__item+.subject__block__item {
  margin-left: 0px;
}

.subject__note {
  display: inline;
}

.subject__note+.subject__note {
  margin-left: 20px;
}

.info {
  padding-bottom: 40px;
}

.info .info__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
}

.info__ttl {
  background: var(--sub-color);
  padding: 2px 0;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  text-align: center;
}

.info__contents {
  text-align: center;
}

.latest_info__contents {
  border: 5px solid var(--sub-color);
  text-align: center;
  padding-bottom: 30px;

}

.info__contents__date {
  font-size: 6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
  margin: 40px auto 10px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  width: 900px;
}

.info__contents__date .pcOnly {
  display: inline;
}

.info__contents__date .date {
  color: var(--sub-color);
}

.info__contents__date .day {
  font-size: 3.6rem;
}

.info__contents__date .slash {
  padding: 0 0.1em;
}

.info__contents__date+.info__content__date {
  margin-top: 0;
}

.info__contents__date.min {
  margin: 46px auto 20px;
  font-size: 6rem;
}

.info__contents__date+.info__contents__ttl {
  margin: 0;
}

.info__contents__ttl {
  font-size: 3.4rem;
  display: inline;
  background: linear-gradient(transparent 70%, #ffd8d8 30%);
  margin: 40px auto 20px;
  display: inline-block;
}

.latest_info__contents__ttl {
  margin: 20px auto;
}

.info__contents__ttl+.info__contents__date {
  margin-top: 10px;
}

.info__contents__link {
  margin-top: 20px;
}

/* .info__contents__txt {
  font-size: 2rem;
  text-align: left;
  max-width: 960px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 21px auto 0;
} */
.info__contents__txt {
  font-size: 2rem;
  text-align: center;
  max-width: 960px;
  margin: 10px auto 10px;
}
.info__contents__txt span{
  font-weight: bold;
}

.imageSlider .slider__container {
  width: 1280px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.imageSlider .slider__container.fixed {
  -ms-flex-pack: center;
  justify-content: center;
}

.imageSlider .slider__item {
  border-top: 10px solid var(--sub-color);
  display: -ms-flexbox;
  display: flex;
  transform: translateX(0);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.imageSlider .slider__item li {
  min-width: 360px;
}

.imageSlider img {
  max-width: inherit;
}

.contentCenter {
  -ms-flex-pack: center;
  justify-content: center;
}

.access__contents {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.access__contents+.access__contents {
  margin-top: 40px;
}

.access__map {
  margin-right: 60px;
  width: 500px;
  height: auto;
}

.access__info {
  -ms-flex: 0 1 42%;
  flex: 0 1 42%;
}

.access__info__name {
  font-size: 1.8rem;
  font-weight: bold;
}

.access__ttl {
  font-size: 4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: 0.04em;
  text-align: center;
}

.access__txt {
  margin: 8px 0 27px;
  text-align: center;
}

.access__google {
  margin: 75px 0 0 auto;
  width: 240px;
}

.access dl {
  display: -ms-flexbox;
  display: flex;
}

.access dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.access dl dt::after {
  content: "：";
}

.access dl dd {
  margin-left: 5px;
}

.access dl dd ul li::before {
  content: "・";
}

.access dl.station {
  display: block;
}

.access dl.station dt::after {
  content: "";
}

.contact {
  background: #eeeeee;
  text-align: center;
  padding: 47px 0 57px;
}

.contact__ttl {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}

.contact .btn2,
.contact .btn3 {
  margin-top: 30px;
}

.links {
  position: relative;
  padding: 60px 0;
}

.links .inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--sub-color);
  opacity: 0.3;
  z-index: -1;
}

.links .rank {
  -ms-flex: 0 0 265px;
  flex: 0 0 265px;
  margin-top: 38px;
}

.links .rank+.links__contents {
  display: block;
  -ms-flex: 0 0 66.4%;
  flex: 0 0 66.4%;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.links__contents {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links__ttl {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.links__list {
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  margin-top: 28px;
}

.links__list>ul {
  display: -ms-flexbox;
  display: flex;
}

.links__list--link {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links__list--link li {
  margin-bottom: 16px;
}

.links__list--link li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 76px;
  padding: 0 20px 0;
  width: 324px;
  height: 76px;
  display: block;
  background: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.links__list--link li a .txt,
.links__list--link li a .mark {
  display: block;
}

.links__list--link li a .mark {
  position: relative;
  top: -7px;
  margin-left: 14px;
}

.links__list--link li a .mark::before,
.links__list--link li a .mark::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 12px;
  height: 10px;
  transition: 0.4s all ease-in;
}

.links__list--link li a .mark::after {
  border: 2px solid var(--sub-color);
  top: 0;
  right: 0;
}

.links__list--link li a .mark::before {
  content: "";
  border-left: 2px solid var(--sub-color);
  border-bottom: 2px solid var(--sub-color);
  top: 4px;
  right: 4px;
}

.links__list--link li a:hover {
  background: var(--sub-color);
  color: #fff;
}

.links__list--link li a:hover .mark::before,
.links__list--link li a:hover .mark::after {
  transition: 0.4s all ease-out;
  border-color: #fff;
}

.links__list--sns {
  margin: 15px 0 20px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.links__list--sns li {
  position: relative;
  border-radius: 50%;
  background: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.4s all ease-in;
}

.links__list--sns li+li {
  margin-left: 20px;
}

.links__list--sns li:hover {
  transition: 0.4s all ease-out;
  border: 2px solid var(--sub-color);
}

.links__list--sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

.links__list--sns li img {
  position: relative;
  z-index: 10;
}

.links__list--sns li::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.links__list--sns li.fb::after {
  background: url("./../img/common/icon-fb.png") center/cover;
  width: 30px;
  height: 30px;
}

.links__list--sns li.tw::after {
  background: url("./../img/common/icon-tw.png") center/cover;
  width: 42px;
  height: 42px;
}

.links__list--sns li.ig::after {
  background: url("./../img/common/icon-ig.png") center/cover;
  width: 36px;
  height: 36px;
}

.links__list--sns li.yt::after {
  background: url("./../img/common/icon-yt.png") center/cover;
  width: 28px;
  height: 20px;
}

.links__list--sns li.line::after {
  background: url("./../img/common/icon-line.png") center/cover;
  width: 28px;
  height: 28px;
}

.links__list--snsDisc {
  margin-top: 19px;
}

.footer {
  text-align: center;
  padding: 29px 0 40px;
}

.footer__logo {
  margin-bottom: 50px;
}

.footer__copy {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro", "メイリオ", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-size: 1rem;
  margin-top: 26px;
  display: block;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@keyframes sideBtns {
  100% {
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: 320px;
  }

  .main>div,
  .main section {
    margin-top: 45px;
  }

  .main .mv+div,
  .main .mv+section,
  .main .imageBlock+div,
  .main .imageBlock+section {
    margin-top: 45px;
  }

  .inner {
    width: 90%;
  }

  .logoWrap {
    font-size: 1.5rem;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 20px 0 20px 20px;
  }

  .logoWrap__logo {
    margin-right: 10px;
    height: 30px;
  }

  .logoWrap__logo img {
    height: 31px;
    width: auto;
  }

  .logoWrap__name .category {
    border-left: 1px solid #000;
    margin-left: 5px;
    padding-left: 5px;
  }

  .logoWrap__name .category.spOnly {
    display: inline;
  }

  .header {
    margin: 20px 0 20px;
  }

  .btn1 {
    font-size: 1rem;
    padding: 13px 0 10px 13px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    left: auto;
    transform: inherit;
    margin: auto;
  }

  .btn1.spOnly {
    display: -ms-flexbox;
    display: flex;
  }

  .btn1::before {
    top: 56%;
  }

  .btn1::after {
    top: 49%;
  }

  .btn2,
  .btn3 {
    width: 250px;
    font-size: 1.2rem;
    padding: 14px 10px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    -ms-flex-pack: center;
    justify-content: center;
    left: auto;
    transform: inherit;
    margin: auto;
  }

  .sideBtns {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    top: auto;
    bottom: 0;
  }

  .sideBtns.on .doc,
  .sideBtns.on .line {
    animation: sideBtns 0.4s ease-out forwards;
  }

  .sideBtns a {
    -ms-writing-mode: unset;
    writing-mode: unset;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    height: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    transform: translate(0, 60px);
  }

  .sideBtns a::before {
    margin: 0 5px 0 0;
  }

  .sideBtns a+a {
    margin: 0;
  }

  .mv {
    width: 90%;
    margin-top: 21px;
  }

  .mv img {
    margin-top: 20px;
  }

  .about__txtBlock {
    display: block;
  }

  .about__ttl {
    font-size: 2rem;
    padding-right: 0;
    line-height: 1.7;
  }

  .about__ttl span {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .about__txt {
    padding: 0 0 0 16px;
    line-height: 1.9;
    letter-spacing: 0.01em;
    margin-top: 20px;
  }

  .contents01 {
    font-size: 1.4rem;
  }

  .contents01__wrap {
    display: block;
  }

  .contents01__imgBlock {
    width: 90%;
    margin: auto;
  }

  .contents01__imgBlock__txt {
    margin-top: 25px;
  }

  .contents01__txtBlock {
    margin-top: 30px;
  }

  z .contents01__txtBlock__ttl {
    font-size: 2.2rem;
  }

  .contents01__txtBlock__txt {
    margin-top: 30px;
  }

  .application__linkTxt {
    font-size: 1.4rem;
    margin-top: 40px;
  }

  .application__link {
    margin-top: 20px;
  }

  .point__ttl {
    font-size: 2.1rem;
    margin-bottom: 0;
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .point__ttl span {
    font-size: 2.8rem;
  }

  .point__block {
    padding-bottom: 50px;
  }

  .point__block__ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin-bottom: 25px;
    display: block;
  }

  .point__block__ttl .serial {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .point__block__ttl .num {
    font-size: 2.9rem;
  }

  .point__block__ttl span {
    font-size: 1.2rem;
  }

  .point__block__contents {
    display: block;
    margin: 25px 0 0;
  }

  .point__block__wrap {
    margin: auto;
    width: 100%;
  }

  .point__block__txt+.point__block__img {
    margin: 30px auto 0;
  }

  .point__block__img {
    width: 90%;
    text-align: center;
  }

  .point__block+.point__block {
    padding-top: 30px;
  }

  .program {
    padding: 50px 0;
  }

  .program__ttl {
    font-size: 2.2rem;
  }

  .program__txt {
    margin: 15px auto 0;
    width: 90%;
  }

  .program__txt::before {
    margin-bottom: 15px;
  }

  .program__lists {
    margin-top: 30px;
  }

  .program__lists__ttl {
    font-size: 1.4rem;
  }

  .program__lists+.program__block {
    margin-top: 20px;
  }

  .program__lists__list {
    margin-top: 15px;
  }

  .program__lists__list+.program__lists__ttl {
    margin-top: 20px;
  }

  .program__lists dl dt {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 2px 10px;
    font-size: 1rem;
  }

  .program__lists dl dd {
    padding: 2px 10px;
    font-size: 1rem;
  }

  .program__block {
    padding: 15px;
    margin-top: 40px;
  }

  .program__block__ttl {
    font-size: 1.6rem;
    padding-bottom: 15px;
  }

  .program__block__txt {
    margin-top: 15px;
  }

  .program__personWrap {
    display: block;
    width: 100%;
  }

  .program__person {
    margin-top: 15px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .program__person:nth-of-type(2n) {
    margin-left: 0;
  }

  .program__person__wrap {
    margin-top: 15px;
  }

  .program__person__icon {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-right: 17px;
    min-width: 25%;
  }

  .program__person__key {
    padding-bottom: 0;
  }

  .program__person__name {
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }

  .program__person__name .name {
    font-size: 1.4rem;
    padding: 0 0 6px;
  }

  .program__person__name .nameTxt {
    padding: 6px 0 9px;
    font-size: 1.2rem;
  }


  .subject__ttl {
    font-size: 1.4rem;
    padding: 5px 10px;
  }

  .subject__block {
    margin: 30px 0;
  }

  .subject__block__ttl {
    font-size: 1.8rem;
  }

  .subject__block__ttl span {
    font-size: 1rem;
    margin-right: 10px;
  }
  .subject__block__ttl .subject__block__ttl3{
    font-size: 1.8rem;
  }
  /* .subject__block:nth-of-type(1) {
    margin-top: 30px;
  } */

  .subject__block__content {
    margin-top: 10px;
  }

  .subject__block__content li {
    padding: 8px 10px;
  }

  .subject__block__item {
    margin-top: 15px;
  }

  .subject__block__item+.subject__block__item {
    margin-left: 15px;
  }

  .subject__note+.subject__note {
    margin-left: 10px;
  }

  .requirements__block__list dl {
    flex-flow: column;
  }


  .info {
    padding-bottom: 45px;
  }

  .info .info__inner {
    width: 90%;
  }

  .info__ttl {
    font-size: 2rem;
    padding: 11px 0;
    letter-spacing: 0.04em;
  }

  .info__contents {
    width: 90%;
    margin: auto;
  }

  .latest_info__contents {
    border: 3px solid var(--sub-color);
    padding-bottom: 15px;
  }

  .latest_info__contents__ttl {
    margin: 15px auto 10px;
  }

  .info__contents__date {
    font-size: 2rem;
    margin-top: 35px;
    line-height: 1.3;
    margin-bottom: 5px;
    width: 90%;
  }

  .info__contents__date .pcOnly {
    display: none;
  }

  .info__contents__date .day {
    font-size: 1.8rem;
  }

  .info__contents__date.min {
    font-size: 3rem;
  }

  .info__contents__date .time {
    display: block;
    font-size: 2rem;
  }

  .info__contents__date+.info__contents__ttl {
    margin: 0;
  }

  .info__contents__ttl {
    font-size: 1.7rem;
    margin: 30px auto 10px;
  }

  .info__contents__ttl+.info__contents__date {
    margin-top: 10px;
  }

  .info__contents__link {
    margin-top: 20px;
  }

  .info__contents__txt {
    font-size: 1.4rem;
  }

  .imageSlider {
    margin-top: 49px;
  }

  .imageSlider .slider__item {
    border-top: 5px solid var(--main-color);
    transform: translateX(0);
  }

  .imageSlider .slider__container {
    width: 100%;
  }

  .imageSlider .slider__item li {
    min-width: 180px;
  }

  .imageSlider img {
    width: 180px;
  }

  .access {
    margin-top: 48px;
  }

  .access .inner {
    width: 80%;
  }

  .access__info__name {
    font-size: 1.4rem;
  }

  .access__contents {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .access__contents+.access__contents {
    margin-top: 40px;
  }

  .access__ttl {
    text-align: center;
    font-size: 2.5rem;
  }

  .access__txt {
    text-align: center;
    font-size: 1.2rem;
    margin: 5px 0 18px;
  }

  .access dl {
    font-size: 1.2rem;
  }

  .access__map {
    margin: 26px 0 0;
    width: 100%;
  }

  .access__map p {
    text-align: center;
  }

  .access__google {
    margin: 30px auto 0;
  }

  .contact {
    margin-top: 53px;
    padding: 28px 0 39px;
  }

  .contact__ttl {
    font-size: 2rem;
  }

  .contact__txt {
    font-size: 1.2rem;
    width: 90%;
    margin: auto;
  }

  .contact .btn2,
  .contact .btn3 {
    margin-top: 13px;
    width: 250px;
  }

  .links {
    padding: 30px 0;
  }

  .links .inner {
    display: block;
  }

  .links .rank {
    padding-top: 10px;
    text-align: center;
    width: 185px;
    margin: auto;
  }

  .links .rank+.links__contents {
    margin-top: 25px;
  }

  .links__ttl {
    text-align: center;
    font-size: 3.2rem;
  }

  .links__contents {
    display: block;
  }

  .links__list {
    margin: 7px auto 0;
    max-width: 335px;
  }

  .links__list--link li {
    width: auto;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }

  .links__list--link li::after {
    background: url("./../img/common/icon-link-sp.png") center/cover;
    width: 10px;
    height: 8px;
    right: 13px;
    top: 27px;
  }

  .links__list--link li a {
    font-size: 1.2rem;
    line-height: 1.4;
    height: 60px;
    width: auto;
    padding: 10px 10px 10px;
    font-size: 1.1rem;
  }

  .links__list--link li a .mark::before {
    width: 7px;
    height: 6px;
    border-width: 1px;
    top: 4px;
  }

  .links__list--link li a .mark::after {
    width: 9px;
    height: 6px;
    border-width: 1px;
    top: 2px;
  }

  .links__list--snsDisc {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .links__list--sns li {
    width: 50px;
    height: 50px;
  }

  .links__list--sns li+li {
    margin-left: 12px;
  }

  .links__list--sns li.fb::after {
    width: 24px;
    height: 24px;
  }

  .links__list--sns li.tw::after {
    width: 36px;
    height: 36px;
  }

  .links__list--sns li.ig::after {
    width: 24px;
    height: 24px;
  }

  .links__list--sns li.yt::after {
    width: 25px;
    height: 18px;
  }

  .links__list--sns li.line::after {
    width: 26px;
    height: 26px;
  }

  .footer {
    padding: 20px 0 60px;
  }

  .footer .logoWrap {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .footer .logoWrap p {
    font-size: 1.8rem;
  }

  .footer__copy {
    width: 90%;
    margin: 25px auto 12px;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

/* added by Ikoma */
.btn1::after,
.btn1::before,
.program::after,
.program__txt::before,
.requirements__block__list dl dt::after,
.sideBtns a::before {
  content: ""
}

.program__lists__list dl+dl,
.requirements__block__list dl+dl {
  border-top: 1px solid #e0e0e0
}

.requirements__ttl {
  font-size: 1.8rem;
  background: #f8f8fa;
  padding: 10px 20px
}

.requirements__block {
  margin-top: 60px
}

.requirements__block__ttl {
  font-size: 2.4rem;
  font-weight: 400
}

.requirements__block__list {
  border: 1px solid #e0e0e0;
  margin-top: 25px
}

.requirements__block__list dl {
  display: -ms-flexbox;
  display: flex
}

.requirements__block__list dl dt {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  padding: 5px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.requirements__block__list dl dt::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: .41;
  z-index: -1
}

.requirements__block__detail{
  margin: 20px 10px;
  justify-content: center;
}

.toggle {
  display: none;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  width: 50%;
  margin: auto;
  padding: 10px;
  display: block;
  font-weight: bold;
  color: #fff;
  background: var(--main-color);
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.content a{
  text-decoration: underline;
}
.content ul{
  padding-left: 20px;
  list-style: disc;
}

.toggle:checked +.title+.content {
  max-height: 900px;
  transition: all 0.8s;
  background: #f8f8fa;
  padding: 10px;
}

.toggle:checked +.title{
  width: 100%;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

.info__ttl,
.links::after {
  background: var(--sub-color)
}

.requirements__block__list dl dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px
}

.requirements__ttl {
  font-size: 2.4rem;
  padding: 5px 10px
}

.requirements__block__ttl {
  font-size: 1.6rem
}

.requirements__block dl dd,
.requirements__block dl dt {
  padding: 15px 30px;
  font-size: 1.6rem
}

.requirements__block+.requirements__block {
  margin-top: 20px
}

.requirements__block__list {
  margin-top: 15px
}

