@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */
z abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

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

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

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

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

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

/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
  font-weight: bold;
}

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

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 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 odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*—————————————————————————————
    common
—————————————————————————————*/
html {
  font-size: 62.5%;
  font-size: 10px;
  min-width: 1280px;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
}

body {
  color: #221815;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.subContainer {
  margin: 0 auto;
  max-width: 740px;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .subContainer {
    max-width: 340px;
    padding: 0 10px;
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition-property: all;
  transition: 0.1s linear;
}

.cont-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .cont-pc {
    display: none;
  }
}
.cont-pc_inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .cont-pc_inline {
    display: none;
  }
}

.cont-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cont-sp {
    display: block;
  }
}
.cont-sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .cont-sp_inline {
    display: inline;
  }
}

.btn {
  display: block;
  background: #00a0e9;
  color: #fff;
  border-radius: 28px;
  position: relative;
}
.btn:before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn:before {
    right: 15px;
  }
}
.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn:hover {
    opacity: 1;
  }
}

.headline {
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.headline:before {
  content: "";
  position: absolute;
  height: 3px;
  top: 50%;
  margin-top: -2.5px;
  left: 0;
  right: 0;
  background: #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .headline:before {
    content: none;
  }
}
.headline.headline_pattern01 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.4px;
  margin: 0 70px 35px;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .headline.headline_pattern01 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4166666667;
    margin-bottom: 20px;
    padding: 0;
  }
}
.headline.headline_pattern01_mt {
  margin-top: 3em;
}
.headline.headline_pattern02 {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 0.4285714286;
  letter-spacing: 9px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .headline.headline_pattern02 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 0.9230769231;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }
}
.headline.headline_pattern03 {
  letter-spacing: 9px;
}
.headline.headline_pattern03:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .headline.headline_pattern03 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 0.9230769231;
    letter-spacing: 4px;
  }
}

.headline__txtWrapper {
  background: #fff;
  display: inline-block;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .headline__txtWrapper {
    display: inherit;
    padding: 0;
  }
}
.headline__txtWrapper.headline__txtWrapper_pattern01 {
  display: inline-block;
  width: 500px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .headline__txtWrapper.headline__txtWrapper_pattern01 {
    width: auto;
  }
}
.headline__txtWrapper.headline__txtWrapper_pattern02 {
  z-index: 2;
  position: relative;
  background: #00a0e9;
  display: inline-block;
  width: 500px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .headline__txtWrapper.headline__txtWrapper_pattern02 {
    width: auto;
  }
}
.headline__txtWrapper.headline__txtWrapper_bgGray {
  background: #edeff1;
}

.headline__txtInner {
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .headline__txtInner {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}

/*—————————————————————————————
    contents
—————————————————————————————*/
/*header*/
.mainHeader {
  z-index: 99;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.mainHeader #panel-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 35px;
  top: 20px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .mainHeader #panel-btn {
    right: 15px;
    top: 8px;
  }
}
.mainHeader #panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 4px;
  margin: -1px 0 0 0;
  background: #000;
  transition: 0.2s;
  border-radius: 3px;
  box-sizing: content-box;
}
.mainHeader #panel-btn-icon:before,
.mainHeader #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 4px;
  background: #000;
  transition: 0.3s;
  border-radius: 3px;
}
.mainHeader #panel-btn-icon:before {
  top: -11px;
}
.mainHeader #panel-btn-icon:after {
  bottom: -11px;
}
.mainHeader #panel-btn .close {
  background: transparent;
  border: none;
}
.mainHeader #panel-btn .close:before,
.mainHeader #panel-btn .close:after {
  margin-top: 0;
  top: auto;
  bottom: auto;
  border: none;
  background: #fff;
}
.mainHeader #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mainHeader #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*mainNav*/
.mainNav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 80px 0 0;
  background: #00a0e9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mainNav {
    padding: 60px 0 0;
  }
}
.mainNav .mainNav__logo {
  position: absolute;
  top: 15px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .mainNav .mainNav__logo {
    top: 13px;
    left: 15px;
  }
}
.mainNav .mainNav__logoImg {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .mainNav .mainNav__logoImg {
    height: 35px;
  }
}
.mainNav .mainNav__list {
  background: #fff;
  border-top: 1px solid #fff;
}
.mainNav .mainNav__item {
  border-bottom: 1px solid #fff;
}
.mainNav .mainNav__link {
  display: block;
  padding: 10px 0;
  background: #00a0e9;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .mainNav .mainNav__link {
    padding: 5px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
.mainNav .mainNav__link:hover {
  background: rgba(0, 160, 233, 0.9);
}
@media screen and (max-width: 767px) {
  .mainNav .mainNav__link:hover {
    background: #00a0e9;
  }
}

/*mv*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv {
  min-height: 700px;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: inherit;
    padding: 0 15px;
  }
}
.mv .mv__txt {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2222222222;
  text-align: center;
  margin: 80px auto 75px;
  font-style: oblique;
}
@media screen and (min-width: 1400px) {
  .mv .mv__txt {
    font-size: 2.5714285714vw;
    margin-bottom: 5.3571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 374px) {
  .mv .mv__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.mv .mv__row01 {
  -webkit-animation: fadeIn 2s 0.2s backwards;
          animation: fadeIn 2s 0.2s backwards;
}
.mv .mv__row02 {
  -webkit-animation: fadeIn 2s 0.4s backwards;
          animation: fadeIn 2s 0.4s backwards;
}
.mv .mv__logo01 {
  -webkit-animation: fadeIn 2s 0.8s backwards;
          animation: fadeIn 2s 0.8s backwards;
  width: 660px;
  height: auto;
  margin: 0 auto 70px;
}
@media screen and (min-width: 1400px) {
  .mv .mv__logo01 {
    width: 47.1428571429vw;
    margin: 0 auto 5vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__logo01 {
    width: 280px;
    margin: 0 auto 30px;
  }
}
.mv .mv__logo02 {
  -webkit-animation: fadeIn 2s 1s backwards;
          animation: fadeIn 2s 1s backwards;
  width: 528px;
  height: auto;
  margin: 0 auto 60px;
  /*margin: 0 auto;*/
}
@media screen and (min-width: 1400px) {
  .mv .mv__logo02 {
    width: 37.7142857143vw;
    margin: 0 auto 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__logo02 {
    width: 224px;
    margin: 0 auto 40px;
  }
}
.mv .mv__img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.mv .mv__btn {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  height: 74px;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 0 auto 24px;
  width: 670px;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  .mv .mv__btn {
    border-radius: 32px;
    width: 300px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    height: auto;
    padding: 8px;
    border-radius: 50em;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 320px) {
  .mv .mv__btn {
    width: 100%;
    max-width: 480px;
    font-size: 1.2rem;
  }
}
.mv span.mv__btn:before {
  content: none;
}
.mv span.mv__btn:hover {
  opacity: 1;
}
.mv .mv__pdf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto 75px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .mv__pdf {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-top: 20px;
  }
}
.mv .mv__pdf:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/ico_pdf01_pc.png) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -15px;
  right: -30px;
}
.mv .mv__pdf:hover {
  opacity: 0.7;
}
.mv .mv__pdf.margin-bottom-0 {
  margin-bottom: 0;
}
.mv .mv__linkTxt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .mv__linkTxt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-top: 20px;
  }
}
.mv .mv__linkTxt:hover {
  opacity: 0.7;
}
.mv .mv__link {
  text-decoration: underline;
}

/*about*/
.about .about__inner {
  background: #edeff1;
  overflow: hidden;
  padding: 125px 0;
}
@media screen and (max-width: 767px) {
  .about .about__inner {
    padding: 40px 0;
  }
}
.about__youtubeWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .about__youtubeWrap {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.about__youtube {
  width: calc(50% - 20px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .about__youtube {
    width: 100%;
  }
}
.about__youtubeTtl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .about__youtubeTtl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.about__youtubeTtl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .about__youtubeTtl br {
    display: inline;
  }
}
.about__youtubeBox {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .about__youtubeBox {
    margin-bottom: 9px;
  }
}
.about__youtubeBox iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__youtubePara {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about__youtubePara {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.about__youtubeLink {
  font-weight: 600;
  text-decoration: underline;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.about__youtubeLink:hover {
  text-decoration: none;
}
.about__youtubeLink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 68px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x34_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20341.6%22%20style%3D%22opacity%3A%201%3B%20width%3A%20256px%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23E61F19%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20.st2%7Bopacity%3A5.000000e-02%3Bfill%3A%23040000%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M453%2C332.8c-131.3%2C11.8-262.6%2C11.8-394%2C0c-24.4-2.2-44.3-20.4-48.6-44.5c-13.9-78.7-13.9-156.4%2C0-235%20C14.7%2C29.2%2C34.7%2C11%2C59%2C8.8c131.3-11.8%2C262.6-11.8%2C394%2C0c24.4%2C2.2%2C44.3%2C20.4%2C48.6%2C44.5c13.9%2C78.7%2C13.9%2C156.4%2C0%2C235%20C497.3%2C312.4%2C477.3%2C330.6%2C453%2C332.8z%22%20style%3D%22fill%3A%20rgb(0%2C%20160%2C%20233)%3B%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M335%2C158.3L222%2C93c-5.9-3.4-13.3%2C0.9-13.3%2C7.7v130.5c0%2C6.8%2C7.4%2C11.1%2C13.3%2C7.7l113-65.2%20C340.9%2C170.3%2C340.9%2C161.7%2C335%2C158.3z%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st2%22%20d%3D%22M346.9%2C167.9l-7.8-4.5c-0.5-2.2-1.9-4.3-4.2-5.6l-8.5-4.9c-0.5%2C0.5-1.1%2C1-1.9%2C1.4l-113%2C65.2%20c-1%2C0.5-1.9%2C0.9-3%2C1.1v10.1c0%2C6.8%2C7.4%2C11.1%2C13.3%2C7.7l113-65.2c2.8-1.6%2C4.2-4.4%2C4.4-7.2c0.2%2C3.2-1.2%2C6.5-4.4%2C8.3l-113%2C65.3%20c-0.4%2C0.3-0.9%2C0.5-1.4%2C0.6v0.6c0%2C6.8%2C7.4%2C11.1%2C13.3%2C7.7l113-65.2C352.9%2C179.9%2C352.9%2C171.3%2C346.9%2C167.9z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-position: center;
}
.about__youtubeThumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__newsWrap {
  max-width: 1100px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .about__newsWrap {
    max-width: 70%;
    margin: 20px auto 40px;
  }
}
.about__news {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about__news {
    gap: 40px;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.about__newsPara {
  margin-bottom: 45px;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__newsPara {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
}
.about__newsPara .cont-pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about__newsPara .cont-pc {
    display: none;
  }
}
.about__newsLink {
  font-weight: 600;
  text-decoration: underline;
}
.about__newsLink:hover {
  text-decoration: none;
}
.about__newsItem {
  max-width: 330px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__newsItem {
    max-width: 100%;
  }
}
.about__newsFig {
  margin: auto 0 0;
}
.about__newsImg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.about .about__box {
  margin: auto;
  opacity: 0;
  position: relative;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .about .about__box {
    width: 100%;
    min-height: auto;
    margin: auto;
  }
}
.about .about__box.about__box_active .about__cnt:before, .about .about__box.about__box_active .about__cnt:after {
  -webkit-transform: translate(-20px, 10px);
          transform: translate(-20px, 10px);
}
@media screen and (max-width: 767px) {
  .about .about__box.about__box_active .about__cnt:before, .about .about__box.about__box_active .about__cnt:after {
    -webkit-transform: translate(-10px, 5px);
            transform: translate(-10px, 5px);
  }
}
.about__wrap {
  min-height: 750px;
  padding-top: 75px;
  margin-top: -30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    min-height: 720px;
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.about .about__cnt {
  position: relative;
  width: 800px;
  padding: 0 0 45px 100px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .about .about__cnt {
    width: 100%;
    padding: 0 0 45px 25px;
    margin-right: 0;
  }
}
.about .about__cnt:before, .about .about__cnt:after {
  border-right: 20px solid #00a0e9;
  border-top: 20px solid transparent;
  content: "";
  left: 35px;
  position: absolute;
  transition: 1.4s;
}
@media screen and (max-width: 767px) {
  .about .about__cnt:before, .about .about__cnt:after {
    border-right-width: 10px;
    border-top-width: 10px;
    left: 10px;
  }
}
.about .about__cnt:before {
  height: 100%;
  top: 0;
  width: 0;
}
.about .about__cnt:after {
  border-right-color: transparent;
  border-top-color: #00a0e9;
  bottom: -20px;
  height: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about .about__cnt:after {
    bottom: -10px;
  }
}
.about .about__txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  padding-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about .about__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.about .about__txt-link {
  color: #00a0e9;
}
.about .about__cnt1 {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about .about__cnt1 {
    position: relative;
  }
}
.about .about__cnt2 {
  display: none;
  margin-bottom: 70px;
  padding: 0 0 45px 100px;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .about .about__cnt2 {
    margin-bottom: 20px;
    padding: 0 0 40px 25px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about .about__cnt2:after {
    bottom: -12px;
  }
}
.about .about__cnt2 .about__txt {
  width: 700px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about .about__cnt2 .about__txt {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.about .about__cnt2 .about__txt b {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about .about__cnt2 .about__txt b {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}
.about .about__cnt2 img {
  margin: 1em;
}
@media screen and (max-width: 767px) {
  .about .about__cnt2 img {
    display: block;
    margin: 0 auto 1em;
  }
}
.about .about__cnt2 .about__img--jidai {
  width: 180px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .about .about__cnt2 .about__img--jidai {
    width: 140px;
    height: auto;
  }
}
.about .about__cnt2 .about__img--180 {
  width: 150px;
  height: 126.56px;
}
@media screen and (max-width: 767px) {
  .about .about__cnt2 .about__img--180 {
    width: 120px;
    height: auto;
  }
}
.about .about__link-prev,
.about .about__link-next {
  display: block;
  width: 400px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  border: 1.5px solid #bababa;
  cursor: pointer;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .about .about__link-prev,
  .about .about__link-next {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 8px 0;
  }
}

@-webkit-keyframes aboutActive {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-20px, 10px);
            transform: translate(-20px, 10px);
  }
}

@keyframes aboutActive {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-20px, 10px);
            transform: translate(-20px, 10px);
  }
}
@-webkit-keyframes isShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes isShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*innovation*/
.innovation {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .innovation {
    padding: 50px 0 60px;
  }
}
.innovation .innovation__txt--blue {
  color: #00a0e9;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__txt--blue {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin: -18px 0 18px;
  }
}
.innovation .innovation__programList {
  display: -webkit-flex;
  display: flex;
  gap: 40px 80px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__programList {
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.innovation .innovation__programItem {
  width: calc(50% - 20px);
  transition: opacity 0.1s linear;
  padding-bottom: 80px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__programItem {
    width: 100%;
  }
}
.innovation .innovation__programItem:hover {
  opacity: 0.6;
}
.innovation .innovation__programItem::marker {
  display: none;
}
.innovation .innovation__modaal {
  display: none;
}
.innovation .innovation__lead {
  font-size: 30px;
  font-size: 3rem;
  line-height: 0.8;
  font-weight: bold;
  color: #00a0e9;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
.innovation .innovation__mainTxt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: justify;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__mainTxt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 35px;
  }
}
.innovation .innovation__mainTxt_pos_ct {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__mainTxt_pos_ct {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.innovation .innovation__mainTxt_textAlign_left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__mainTxt_textAlign_left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .innovation .innovation__mainTxt_textAlign_left:nth-of-type(2)::after {
    content: "";
  }
}
.innovation__mainTxt + .innovation__mainTxt {
  margin-bottom: 25px;
}
.innovation .innovation__mainTxtBold {
  font-weight: bold;
}
.innovation .innovation__txt01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin: 0 auto 80px;
  max-width: 36em;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__txt01 {
    margin: 0 auto 40px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.innovation .innovation__txt01Indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.innovation .innovation__txt02 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
  /*margin-bottom: 5px;*/
}
@media screen and (max-width: 767px) {
  .innovation .innovation__txt02 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.innovation .innovation__txt04 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin: 0 auto 1.5em;
  max-width: 36em;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__txt04 {
    margin: 0 auto 40px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.innovation .innovation__list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin: 2em auto 4.5em;
  padding-left: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__list {
    margin: 2em auto 40px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.innovation .innovation__item {
  margin-bottom: 1.5em;
}
.innovation .innovation__item:last-of-type {
  margin-bottom: 0;
}
.innovation .innovation__ttl02 {
  margin: 0 auto 0.5em;
  max-width: 28em;
  font-size: 18px;
}
.innovation .innovation__txt02Inner {
  position: relative;
}
.innovation .innovation__txt02Inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: #221815;
}
.innovation .innovation__link {
  width: 800px;
  height: 56px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.8;
  text-align: center;
}
.innovation .innovation__link_type_02 {
  height: auto;
  line-height: 1.35;
  padding: 15px;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__link {
    border-radius: 32px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    height: auto;
    letter-spacing: -0.03em;
    max-width: 380px;
    padding: 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .innovation .innovation__link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 8px 0;
  }
}
.innovation span.innovation__link {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .innovation span.innovation__link {
    margin-bottom: 6px;
  }
}
.innovation span.innovation__link:before {
  content: none;
}
.innovation span.innovation__link:hover {
  opacity: 1;
}
.innovation .innovation__txt_close {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__txt_close {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.innovation .innovation__detailBtn {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.8;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 100px;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__detailBtn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8125;
    width: 180px;
    bottom: 30px;
  }
}
.innovation .innovation__reserveLink {
  text-decoration: underline;
}
.innovation .headline__txtWrapper {
  width: 10em;
}
@media screen and (max-width: 767px) {
  .innovation .headline__txtWrapper {
    width: 100%;
  }
}
.innovation .innovation__btnWrap {
  margin: 50px 0 0;
}
.innovation .innovation__btn {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  height: 74px;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 0 auto 24px;
  width: 670px;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  .innovation .innovation__btn {
    border-radius: 32px;
    width: 300px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    height: auto;
    padding: 8px;
    border-radius: 50em;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 320px) {
  .innovation .innovation__btn {
    width: 100%;
    max-width: 480px;
    font-size: 1.2rem;
  }
}

.schedule {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 30px;
}
.schedule .schedule__dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.schedule .schedule__dl:last-child {
  margin-bottom: 0;
}
.schedule .schedule__dl.schedule__dl_pattern01 {
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.schedule .schedule__dt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    width: 50px;
    -webkit-flex: none;
            flex: none;
  }
}
.schedule .schedule__txt01 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__txt01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.schedule .schedule__txt02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__txt02 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.schedule .schedule__txt02_sm {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
.schedule .schedule__txt02_sm::before {
  content: "";
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__txt02_sm {
    display: none;
  }
}
.schedule .schedule__txt03 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.4px;
  margin: 5px 0 0;
}
.schedule .schedule__date {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 0.7894736842;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__date {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}

/*program*/
.program {
  padding: 160px 0 80px;
}
@media screen and (max-width: 767px) {
  .program {
    padding: 60px 0;
  }
}
.program .program__pdf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 55px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program .program__pdf {
    margin-bottom: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.program .program__pdf:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/ico_pdf01_pc.png) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -15px;
  right: -30px;
}
.program .program__pdf:hover {
  opacity: 0.7;
}
.program .program__txt--blue {
  color: #00a0e9;
  text-align: center;
  margin: -36px 0 18px;
}
@media screen and (max-width: 767px) {
  .program .program__txt--blue {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin: -18px 0 18px;
  }
}
.program .program__caution {
  text-align: center;
  color: #f00;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .program .program__caution {
    text-align: left;
    font-size: 1.3rem;
  }
}
.program .program__caution a {
  display: inline-block;
  text-decoration: underline;
}
.program .program__caution a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .program .program__caution a:hover {
    text-decoration: underline;
  }
}
.program .program__alert {
  color: #ff0000;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 0.5;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program .program__alert {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
.program .program__phaseTxt {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program .program__phaseTxt {
    font-size: 1.4rem;
    padding: 0 5px;
  }
}
.program .program__scheduleTxt {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 80px;
  margin-bottom: 16px;
  color: #00a0e9;
}
.program .program__scheduleTxt:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .program .program__scheduleTxt {
    font-size: 1.4rem;
    text-align: center;
  }
}
.program .program__phase {
  margin: 0 auto 3em;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .program .program__phase {
    margin: 0 auto 1em;
    max-width: 310px;
  }
}
.program .program__td {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .program .program__td {
    font-size: 1.4rem;
  }
}
.program .program__td:nth-child(2) .program__phaseLink {
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .program .program__td:nth-child(2) .program__phaseLink {
    padding: 0;
  }
}
.program .program__td:last-child .program__phaseLink {
  padding-bottom: 0.2rem;
}
.program .program__td--blue {
  color: #00a0e9;
}
.program .program__phaseLink {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .program .program__phaseLink {
    padding: 0 5px;
  }
}
.program__label {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0 7px;
}
.program__label_bg_gray {
  background: #7f7f7f;
}
.program__label_bg_blue {
  background: #00a0e9;
}
.program__label_bg_navy {
  background: #0c3388;
}
@media screen and (max-width: 767px) {
  .program__label {
    font-size: 1.4rem;
    line-height: 2.3rem;
    padding: 0 5px;
  }
}
.program .program__list {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .program .program__list {
    max-width: 310px;
    margin: 0 auto 40px;
  }
}
.program .program__item {
  list-style: none;
  padding-bottom: 10px;
  /*margin-bottom: 24px;*/
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .program .program__item {
    padding-bottom: 30px;
  }
}
.program .program__item:hover {
  opacity: 0.6;
}
.program .program__dl {
  display: -webkit-flex;
  display: flex;
  /*align-items: flex-end;*/
}
@media screen and (max-width: 767px) {
  .program .program__dl {
    display: block;
  }
}
.program .program__dt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75;
  -webkit-flex: none;
          flex: none;
  font-weight: bold;
  color: #00a0e9;
  letter-spacing: 4.2px;
  /*width: 230px;*/
  width: 185px;
  /*text-indent: -65px;*/
  padding-left: 80px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .program .program__dt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.program .program__dd {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.1;
  font-weight: bold;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (max-width: 767px) {
  .program .program__dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
.program .program__ddSub {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  max-width: 815px;
}
@media screen and (max-width: 767px) {
  .program .program__ddSub {
    display: block;
    margin: 8px 0 0;
  }
}
.program .program__ddSubInner {
  padding: 6px 0 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .program .program__ddSubInner {
    display: none;
  }
}
.program .program__ddInstractor, .program .program__ddSubInstractor {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .program .program__ddInstractor, .program .program__ddSubInstractor {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .program .program__ddInstractor:before, .program .program__ddSubInstractor:before {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.5px;
  }
}
.program .program__ddInstractor p, .program .program__ddSubInstractor p {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .program .program__ddInstractor p, .program .program__ddSubInstractor p {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .program .program__ddInstractor:before {
    content: "メンター";
  }
}
@media screen and (max-width: 767px) {
  .program .program__ddSubInstractor:before {
    content: "サブゼミ講師";
  }
}
.program .program__dd .program__label {
  vertical-align: middle;
  margin-top: -0.7rem;
}
.program .program__od {
  color: #4d4d4d;
}
.program .program__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .program .program__ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.program .program__ddInner {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.5px;
}
.program .program__ddInner_fw_reg {
  font-weight: normal;
}
.program .program__date {
  /*margin: 0 0 0 12px;*/
  color: #221815;
  letter-spacing: 0.5px;
}
.program .program__weel {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.program .program__ttl {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .program .program__ttl {
    margin: 0 5px 0 0;
  }
}
.program .program__ttlWrapper {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .program .program__ttlWrapper {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.program__subTxtLead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program__subTxtLead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-bottom: 18px;
    text-align: justify;
  }
}
.program__subTtl {
  color: #00a0e9;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .program__subTtl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 10px;
  }
}
.program__subTxt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .program__subTxt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 10px;
    text-align: justify;
  }
}
.program__subTxt_mb_m {
  margin-bottom: 30px;
}
.program__subList {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .program__subList {
    margin-bottom: 30px;
  }
}
.program__subDt {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .program__subDt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .program__subDd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.program__subDd p {
  display: -webkit-flex;
  display: flex;
}
.program__subDd span {
  -webkit-flex: none;
          flex: none;
}
.program .program__btnWrap {
  margin: 50px 0 0;
}
.program .program__btn {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  height: 74px;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 0 auto 60px;
  width: 670px;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  .program .program__btn {
    border-radius: 32px;
    width: 300px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    height: auto;
    padding: 8px;
    border-radius: 50em;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 320px) {
  .program .program__btn {
    width: 100%;
    max-width: 480px;
    font-size: 1.2rem;
  }
}

/* for IE 11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .program .program__dd {
    font-feature-settings: "palt" off;
  }
}
/* for IE 10 */
@media all and (-ms-high-contrast: none) {
  .program .program__dd {
    -webkit-font-feature-settings: "palt" off;
            font-feature-settings: "palt" off;
  }
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .program .program__dd {
    -webkit-font-feature-settings: "palt" off;
            font-feature-settings: "palt" off;
  }
}
/*　モーダルCSS */
.program-detail {
  width: 880px;
  height: 100%;
  padding: 25px 30px;
  list-style: none;
  /*　モーダルのinstractor */
}
@media screen and (max-width: 767px) {
  .program-detail {
    width: 100%;
    padding: 20px;
  }
}
.program-detail__body {
  position: relative;
  z-index: 5;
  width: 880px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .program-detail__body {
    width: 100%;
  }
}
.program-detail .program__label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-left: auto;
}
.program-detail__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  color: #00a0e9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 6px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: left;
}
.program-detail__info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.program-detail__info_align {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program-detail__infoItem:not(:first-child) {
    margin-top: 16px;
  }
}
.program-detail__info time {
  display: inline-block;
  width: 85px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.program-detail__info span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin: 0 12px 0 4px;
}
@media screen and (max-width: 767px) {
  .program-detail__info span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.program-detail__intention {
  display: -webkit-flex;
  display: flex;
  background-color: #00a0e9;
  padding: 10px 0;
  margin: 16px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .program-detail__intention {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.program-detail__intention p {
  -webkit-flex: none;
          flex: none;
  width: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .program-detail__intention p {
    width: 100%;
    margin-bottom: 12px;
  }
}
.program-detail__intention h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .program-detail__intention h2 {
    padding: 0 15px 0;
    text-align: center;
  }
}
.program-detail .program-detail__ttl {
  width: 100%;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program-detail .program-detail__ttl {
    padding-bottom: 0;
  }
}
.program-detail__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  list-style: none;
  margin-top: -10px;
}
.program-detail__list .program-detail__item {
  margin-bottom: 6px;
  text-indent: -3em;
  padding-left: 3em;
}
.program-detail__point {
  font-weight: bold;
  list-style: none;
  padding: 20px 0 20px 25px;
}
@media screen and (max-width: 767px) {
  .program-detail__point {
    padding: 20px 0;
  }
}
.program-detail__point .program-detail__item {
  text-indent: -94px;
  padding-left: 94px;
  margin-bottom: 6px;
}
.program-detail__point .program-detail__item:before {
  margin-right: 15px;
}
.program-detail__point .program-detail__item:nth-child(1):before {
  content: "ポイント①";
}
.program-detail__point .program-detail__item:nth-child(2):before {
  content: "ポイント②";
}
.program-detail__point .program-detail__item:nth-child(3):before {
  content: "ポイント③";
}
.program-detail__cnt, .program-detail__member {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
.program-detail__cnt {
  margin-bottom: 32px;
}
.program-detail__cnt + .program-detail__member {
  margin: 30px 0 30px;
}
.program-detail__subTtl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
}
.program-detail__center {
  text-align: center;
}
.program-detail__sm {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
}
.program-detail .instructor {
  display: -webkit-flex;
  display: flex;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .program-detail .instructor {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.program-detail .instructor:not(:last-child) {
  margin-bottom: 30px;
}
.program-detail .instructor__fig {
  -webkit-flex: none;
          flex: none;
  overflow: hidden;
  max-height: 200px;
  margin-left: 0;
  margin-top: 0;
  width: 170px;
  height: 177px;
}
@media screen and (max-width: 767px) {
  .program-detail .instructor__fig {
    margin: 0 auto;
  }
}
.program-detail .instructor__img {
  font-family: "object-fit:cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.program-detail .instructor__name {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.program-detail .instructor__position {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: bold;
  margin-bottom: 12px;
}
.program-detail .instructor__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .program-detail .instructor__txt {
    margin-top: 0;
  }
}

.iziModal-navigate .iziModal-navigate-caption {
  display: none !important;
}

.iziModal-navigate .iziModal-navigate-prev,
.iziModal-navigate .iziModal-navigate-next {
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .iziModal-navigate .iziModal-navigate-prev,
  .iziModal-navigate .iziModal-navigate-next {
    width: 60px;
    background-position: top 6px center;
    background-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .iziModal-navigate .iziModal-navigate-prev {
    left: 15px;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .iziModal-navigate .iziModal-navigate-next {
    left: 65px;
  }
}

@media screen and (max-width: 767px) {
  .iziModal {
    top: 50px;
    bottom: auto;
  }
}

.iziModal-navigate:before,
.iziModal-navigate:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .iziModal-navigate:before,
  .iziModal-navigate:after {
    width: 30px;
    height: 30px;
    border-top: 1px solid #fff;
    top: 18px;
  }
}

.iziModal-navigate:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 72px;
}
@media screen and (max-width: 767px) {
  .iziModal-navigate:before {
    right: 22px;
  }
}

.iziModal-navigate:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 4px;
}
@media screen and (max-width: 767px) {
  .iziModal-navigate:after {
    left: 20px;
    right: 0;
  }
}

.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

body.is_open {
  overflow: hidden;
}

/*point*/
.point {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 60px 0 0;
  }
}
.point__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__img img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}
.point .point__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 40px;
  height: 100%;
  margin-bottom: 95px;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .point .point__inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.point .point__wrap {
  width: 360px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .point .point__wrap {
    width: 100%;
  }
}
.point .point__mainTxt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-bottom: 40px;
  text-align: center;
  -webkit-flex: 1;
          flex: 1;
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .point .point__mainTxt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: left;
    padding-bottom: 0;
  }
}
.point .point__txtImg {
  height: 133px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .point .point__txtImg {
    width: 135px;
    height: auto;
  }
}
.point .person__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .point .person__list {
    -webkit-flex-flow: column;
            flex-flow: column;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 35px;
  }
}
.point .person__item {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .point .person__item {
    margin-bottom: 20px;
  }
  .point .person__item:last-child {
    margin-bottom: 0;
  }
}
.point .person__imgWrapper {
  margin-bottom: 25px;
  height: 298px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point .person__imgWrapper {
    margin-bottom: 4px;
  }
}
.point .person__img {
  font-family: "object-fit:cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point .person__img {
    max-width: 210px;
  }
}
.point .person__txt01 {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.0909090909;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point .person__txt01 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.point .person__txt02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .point .person__txt02 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.point .point__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.4px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .point .point__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .point .point__txt_point2 {
    margin-bottom: 30px;
  }
}
.point .point__txt02 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .point .point__txt02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 55px;
    text-align: left;
  }
}
.point__menter {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .point__menter {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 15px;
  }
}
.point .instructor {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .point .instructor {
    margin-bottom: 20px;
  }
}
.point .instructor.mb-l {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .point .instructor.mb-l {
    margin-bottom: 30px;
  }
}
.point .instructor__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .point .instructor__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 10px;
  }
}
.point .instructor__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point .instructor__list {
    padding: 0 10px;
  }
}
.point .instructor__list.mb0 {
  margin-bottom: 0;
}
.point .instructor__item {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 12px;
  padding-right: 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .point .instructor__item {
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%;
  }
}
.point .instructor__name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  -webkit-flex: none;
          flex: none;
  margin-right: 12px;
  text-align: center;
  text-align: left;
  width: 112px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .point .instructor__name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 84px;
  }
}
.point .instructor__position {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .point .instructor__position {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

/* instructor */
.instructor__ttlSmall {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: normal;
}

/* for IE 11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .point .point__txtImg {
    transform: translateY(75px);
  }
}
/* for IE 10 */
@media all and (-ms-high-contrast: none) {
  .point .point__txtImg {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .point .point__txtImg {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
}
/*detail*/
.detail {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .detail {
    padding: 60px 0;
  }
}
.detail .detail__caution {
  color: #ff0000;
  text-align: center;
  margin-bottom: 2em;
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .detail .detail__caution {
    font-size: 1.3rem;
    text-align: left;
  }
}
.detail .detail__caution a {
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: underline;
}
.detail .detail__caution a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .detail .detail__caution a:hover {
    text-decoration: underline;
  }
}
.detail .detail__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 30px;
}
.detail .detail__dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .detail .detail__dl {
    display: block;
  }
}
.detail .detail__dl:last-child {
  margin-bottom: 0;
}
.detail .detail__dt {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 0.9230769231;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #00a0e9;
  margin: 0 40px 0 0;
  width: 115px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .detail .detail__dt {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    width: inherit;
  }
}
.detail .detail__txt01 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 0.9230769231;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .detail .detail__txt01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 5px;
  }
}
.detail .detail__txt02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .detail .detail__txt02 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.detail .detail__txtInner {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.detail .detail__txt03 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .detail .detail__txt03 {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.detail .detail__link {
  width: 800px;
  height: 56px;
  margin: 80px auto 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.8;
  text-align: center;
}
.detail .detail__link_type_02 {
  height: auto;
  line-height: 1.35;
  padding: 15px;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  .detail .detail__link {
    border-radius: 32px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    height: auto;
    letter-spacing: -0.03em;
    max-width: 380px;
    padding: 10px 0;
    width: 100%;
    margin-top: 45px;
  }
}
@media screen and (max-width: 374px) {
  .detail .detail__link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 8px 0;
  }
}
.detail span.detail__link {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .detail span.detail__link {
    margin-bottom: 6px;
  }
}
.detail span.detail__link:before {
  content: none;
}
.detail span.detail__link:hover {
  opacity: 1;
}

/*link*/
.link {
  background: #edeff1;
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  .link {
    padding: 30px 0;
  }
}
.link .container {
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .link .container {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0 20px;
    -webkit-align-items: center;
            align-items: center;
    width: auto;
  }
}
.link .link__inner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .link .link__inner {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .link .link__inner {
    width: 100%;
  }
}
.link .link__inner .link__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .link .link__inner .link__item {
    width: 100%;
  }
}
.link .link__inner:first-of-type {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .link .link__inner:first-of-type {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .link .link__inner:first-of-type {
    width: 100%;
  }
}
.link .link__inner:first-of-type .link__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .link .link__inner:first-of-type .link__item {
    width: 100%;
  }
}
.link .link__inner:nth-of-type(2) {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .link .link__inner:nth-of-type(2) {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .link .link__inner:nth-of-type(2) {
    width: 100%;
  }
}
.link .link__inner:nth-of-type(2) .link__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .link .link__inner:nth-of-type(2) .link__item {
    width: 100%;
  }
}
.link .link__inner:nth-of-type(3) {
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .link .link__inner:nth-of-type(3) {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .link .link__inner:nth-of-type(3) {
    width: 100%;
  }
}
.link .link__inner:nth-of-type(3) .link__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .link .link__inner:nth-of-type(3) .link__item {
    width: 100%;
  }
}
.link .link__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .link .link__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 10px;
  }
}
.link .link__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .link .link__list {
    -webkit-flex-flow: column;
            flex-flow: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0;
  }
}
.link .link__item {
  list-style: none;
  display: block;
}
.link .link__anchor {
  width: 100%;
  height: 70px;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .link .link__anchor {
    height: 60px;
  }
}
.link .link__anchor:hover {
  opacity: 0.7;
}
.link .link__img {
  max-width: 160px;
}
.link .link__img.link__img_pattern01 {
  max-width: 140px;
}
.link .link__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 70px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .link .link__txt {
    height: auto;
  }
}

/*blog*/
.blog {
  padding: 80px 0 60px;
  background-color: #edeff1;
  min-height: 858px;
}
@media screen and (max-width: 767px) {
  .blog {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .blog {
    min-height: 1940px;
  }
}
.blog .blog__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  color: #00a0e9;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog .blog__title {
    margin-bottom: 25px;
  }
}
.blog h3 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0 25px 0 0;
}
@media screen and (max-width: 767px) {
  .blog h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    margin: 0 15px 0 0;
  }
}
.blog .text__subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.blog .blog__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .blog .blog__list {
    display: block;
  }
}
.blog .blog__list:after {
  content: "";
  display: block;
  width: 320px;
}
.blog .blog__item {
  width: 320px;
  background-color: #fff;
  position: relative;
  -webkit-align-items: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .blog .blog__item {
    width: 290px;
    margin: 0 auto 20px;
  }
}
.blog .blog__item:nth-child(2n) {
  background-color: #00a0e9;
}
.blog .blog__item:nth-child(2n) a {
  color: #fff;
}
.blog .blog__item:nth-child(2n) .blog__photo {
  background: #fff;
}
.blog .blog__item a {
  text-decoration: none;
  color: #3e3a39;
  display: block;
  opacity: 1;
  transition: opacity 0.1s linear;
}
.blog .blog__item a:hover {
  opacity: 0.7;
}
.blog .blog__item a:hover .blog__more {
  text-decoration: underline;
}
.blog .blog__photo {
  background: #00a0e9;
  background-size: cover;
  width: 320px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .blog .blog__photo {
    width: 290px;
    height: 217.5px;
  }
}
.blog .blog__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blog__description {
  padding: 20px 20px 50px;
}
.blog .blog__entrytitle {
  font-size: 22px;
  line-height: 1.45455;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  word-break: break-all;
}
.blog .blog__abstract {
  font-size: 14px;
  line-height: 1.71429;
  word-break: break-all;
}
.blog .blog__more {
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.blog .blog__button {
  text-align: right;
  margin-top: 30px;
}
.blog .btn__moreLink {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5;
  width: 316px;
  height: 50px;
  margin: 0 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog .btn__moreLink {
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.7777777778;
    width: 290px;
    height: auto;
  }
}

/*apply*/
.apply {
  opacity: 0;
  border-top: 1px solid #fff;
  transition: 1s;
  z-index: 10;
  color: #fff;
  background: #00a0e9;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.apply .container {
  height: 93px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .apply .container {
    padding: 0 5px;
    height: 70px;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.apply .apply__logo img {
  vertical-align: middle;
}
.apply .apply__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .apply .apply__inner {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.apply .apply__txt01 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 0.75;
  font-weight: bold;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .apply .apply__txt01 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .apply .apply__txt01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.apply .apply__txt02 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: bold;
  letter-spacing: 0.3px;
  padding: 4px 0 0;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .apply .apply__txt02 {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8181818182;
    padding: 0 0 0;
    margin: 0 0.5em 0 0;
  }
}
@media screen and (max-width: 374px) {
  .apply .apply__txt02 {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    padding: 0;
    margin-right: 5px;
  }
}
.apply .apply__txt_close {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .apply .apply__txt_close {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-right: 20px;
    width: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .apply .apply__txt_close {
    margin-right: 10px;
  }
}
.apply .apply__txt_close ~ .apply__txt01,
.apply .apply__txt_close ~ .apply__txt02 {
  display: none;
}
@media screen and (max-width: 374px) {
  .apply .apply__txt_close ~ .apply__link {
    width: 145px;
  }
}
.apply .apply__link {
  width: 320px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.3333333333;
  border-radius: 8px;
  border: solid 1px #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  line-height: 1;
  padding: 18px 10px;
}
.apply .apply__link .cont-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .apply .apply__link .cont-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .apply .apply__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.07em;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 374px) {
  .apply .apply__link {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    height: 40px;
    padding: 13px 7px;
    width: 160px;
    font-size: 1.2rem;
  }
}
.apply .apply__link:hover {
  background: #fff;
  color: #00a0e9;
  font-weight: bold;
}

/*mainFooter*/
.mainFooter {
  padding: 20px 0 113px;
  /*padding: 20px 0 22px;*/
}
@media screen and (max-width: 767px) {
  .mainFooter {
    padding-bottom: 90px;
    /*padding-bottom: 19px;*/
  }
}
.mainFooter .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.mainFooter .mainFooter__caution {
  font-size: 1.2rem;
  color: #f00;
}
.mainFooter .mainFooter__pdf {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
}
@media (max-width: 350px) {
  .mainFooter .mainFooter__pdf {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.mainFooter .mainFooter__pdf:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/ico_pdf01_pc.png) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -15px;
  right: -30px;
}
.mainFooter .mainFooter__pdf:hover {
  opacity: 0.7;
}
.mainFooter .mainFooter__link a {
  color: #ff0000;
}
.mainFooter .mainFooter__link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mainFooter .mainFooter__link a:hover {
    text-decoration: none;
  }
}
.mainFooter .mainFooter__txt {
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  text-align: center;
  width: auto;
}

/**/
.highlight {
  background: linear-gradient(transparent 70%, #00a0e9 0);
}

/* YouTubeモーダル */
.aboutModal__wrap, .aboutModal__inner {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.aboutModal__inner {
  background: none;
  display: block;
  z-index: 11;
}
.aboutModal__content {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.aboutModal__iframeWrap {
  bottom: 0;
  left: 0;
  height: 0;
  margin: auto;
  padding-top: 56.25%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.aboutModal__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: none;
}
.aboutModal__close {
  cursor: pointer;
  height: 100px;
  margin-left: auto;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  z-index: 12;
}
.aboutModal__close:before, .aboutModal__close:after {
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 40px;
  right: 30%;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .aboutModal__close:before, .aboutModal__close:after {
    top: 25px;
    width: 34px;
    border-top: 1px solid #fff;
  }
}
.aboutModal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.aboutModal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.prev {
  width: 100%;
}
.prev__link {
  display: block;
  width: 670px;
  margin: 0 auto;
  position: relative;
}
.prev__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .prev__link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .prev__link {
    width: 100%;
  }
}
.prev__fig {
  width: 100%;
  margin: 0;
  aspect-ratio: 16/9;
  border: 1px solid #eeeff1;
}
.prev__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}