@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

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

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans", sans-serif;
  color: #222;
  font-size: 16px;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.inner {
  width: 1520px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  width: 1320px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 1730px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-img {
  width: 42.1%;
  height: 707px;
  height: auto;
}
.about-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-content {
  width: 50%;
}

.about {
  margin-top: 166px;
  margin-bottom: 132px;
}
.about-title {
  font-size: 120px;
  color: #707070;
  opacity: 0.22;
  font-family: futura, futura-pt, sans-serif;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.about-sub_title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.45;
}
.about-text {
  line-height: 2;
  margin-top: 55px;
  font-weight: bold;
}

.about .btn {
  margin-top: 60px;
}

@media screen and (max-width: 1600px) {
  .about {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .about {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .about-img {
    width: 46.5%;
  }
  .about-img img {
    margin-top: 10px;
    width: 90%;
  }
  .about-content {
    width: 49%;
  }

  .about-title {
    font-size: 48px;
    letter-spacing: 0.16em;
  }
  .about-sub_title {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-text {
    line-height: 1.8;
    margin-top: 30px;
    font-weight: normal;
  }

  .about .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 950px) {
  .about {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 786px) {
  .about .flex {
    display: block;
  }

  .about-img {
    text-align: center;
    width: 100%;
  }
  .about-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 30px;
  }
}
/*ラーニング*/
.learning {
  background-color: #f4f8fa;
  padding-top: 110px;
  padding-bottom: 47px;
}
.learning-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 120px;
  margin-left: 100px;
}
.learning-article {
  position: relative;
  margin-right: 40px;
}
.learning-article:nth-child(4) {
  margin-left: 100px;
}

.sec-title-learn {
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.sec-title-learn_l {
  font-family: futura, futura-pt, sans-serif;
  font-size: 60px;
  letter-spacing: 0.15em;
  margin-right: 77px;
}

.learning-card {
  width: 360px;
  max-width: 100%;
  height: 410px;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-bottom: 98px;
}
.learning-img {
  width: 50%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
}
.learning-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.learning-title.no_5 {
  letter-spacing: -0.08em;
}
.learning-txt {
  font-size: 15px;
  line-height: 1.86;
  margin: 0 25px;
}

.learning-card {
  -webkit-transition: 1s;
  transition: 1s;
}
.learning-card:hover {
  -webkit-box-shadow: 6px 6px 20px #bab7b7;
          box-shadow: 6px 6px 20px #bab7b7;
}

.learning-card:hover .learning-txt,
.learning-card:hover .learning-img,
.learning-card:hover .learning-title {
  opacity: 0.6;
}

.learning-txt,
.learning-img,
.learning-title {
  -webkit-transition: 1s;
  transition: 1s;
}

.learning-no {
  font-family: futura, futura-pt, sans-serif;
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 20px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1600px) {
  .learning-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
  .learning-article {
    margin-right: 0;
  }
  .learning-article:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1430px) {
  .learning-wrap {
    max-width: 96%;
  }
}
@media screen and (max-width: 1280px) {
  .learning-wrap {
    max-width: 70%;
  }
}
@media screen and (max-width: 1170px) {
  .learning-wrap {
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .learning-wrap {
    max-width: 96%;
  }
  .learning-article {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .learning-article:nth-child(4) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 950px) {
  .learning-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .learning-card {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec-title-learn {
    display: block;
    font-size: 18px;
  }
  .sec-title-learn_l {
    display: block;
    font-size: 40px;
    letter-spacing: normal;
    margin-bottom: 10px;
  }

  .learning-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .learning-txt {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 25px;
  }
}
/*feature*/
.feature {
  background-image: url(../image/feature2.jpg);
  width: 100%;
  height: 567px;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.feature::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(130, 172, 191, 0.67);
}

.feauture-head {
  padding-top: 180px;
  position: relative;
  width: 23%;
  height: 100%;
}
.feauture-head span {
  display: block;
  margin-bottom: 15px;
}
.feauture-head .btn {
  margin-top: 60px;
  font-size: 16px;
}

/*ボタンsp用*/
.feature .btn-sp {
  display: none;
}

.feauture-wrap {
  position: relative;
  width: 67%;
  margin-top: 80px;
}
.feauture-wrap-list {
  background-color: #fff;
  padding: 30px 20px 38px 40px;
  margin-bottom: 60px;
  -webkit-box-shadow: 6px 6px 30px rgba(142, 142, 142, 0.16);
          box-shadow: 6px 6px 30px rgba(142, 142, 142, 0.16);
}
.feauture-wrap-body {
  margin-left: 60px;
}
.feauture-wrap-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.feauture-wrap-text {
  line-height: 2;
}

.feature-no {
  font-family: futura-pt, sans-serif;
  font-size: 60px;
  color: #85b6cb;
  font-weight: bold;
}

@media screen and (max-width: 1800px) {
  .feature {
    height: 780px;
  }

  .feature .sec-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .feature {
    height: 850px;
  }

  .feauture-head {
    width: 28%;
  }

  .feauture-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .feature {
    height: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }

  .feauture-head {
    padding-top: 80px;
    width: 100%;
  }

  .feauture-wrap {
    width: 100%;
  }

  .feature .btn-pc {
    display: none;
  }

  .feature .btn-sp {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .feature-no {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .feauture-wrap-list {
    display: block;
    padding: 18px;
  }

  .feature-no {
    font-size: 32px;
  }

  .feauture-wrap-body {
    margin-left: 0px;
  }

  .feauture-wrap-text {
    line-height: normal;
  }
}
@media screen and (max-width: 580px) {
  .feature {
    height: 1280px;
  }
  .feature-title {
    font-size: 28px;
  }
  .feature-wrap-title {
    font-size: 18px;
  }
}
.voice {
  width: 100%;
  padding-top: 350px;
  padding-left: 85px;
  overflow: hidden;
  /*スマホ用ボタン*/
}
.voice-head {
  width: 15.6%;
  margin-right: 6.4%;
}
.voice-head .btn a {
  margin-top: 60px;
  font-size: 15px;
}
.voice .btn-sp {
  display: none;
}
.voice span {
  display: block;
  margin-bottom: 15px;
}

.voice-slider .slick-slide {
  margin-right: 65px;
}

.voice-slider {
  padding: 0;
  width: 94.25%;
  height: 372px;
}

.voice-img {
  width: 360px;
  height: 372px;
  overflow: hidden;
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.voice-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}

@media screen and (max-width: 1600px) {
  .voice-wrap {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .voice {
    width: 100%;
    padding-top: 50px;
  }
  .voice-head {
    width: 90%;
    margin-bottom: 100px;
  }
  .voice .btn-pc {
    display: none;
  }
  .voice .btn-sp {
    display: block;
  }
  .voice span {
    display: block;
    margin-bottom: 15px;
  }

  .voice-slider .slick-slide {
    margin-right: 45px;
  }

  .voice-slider {
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  .voice-slider .slick-slide {
    margin-right: 35px;
  }

  .voice {
    padding-left: 35px;
  }

  .voice-wrap {
    height: 780px;
    margin-bottom: 0;
  }

  .voice-img img {
    width: 100%;
    height: 460px;
  }
}
@media screen and (max-width: 680px) {
  .voice-wrap {
    height: 730px;
  }
}
/*コース*/
.course {
  margin-top: 160px;
  color: #fff;
}
.course-head {
  text-align: center;
}
.course-title {
  font-size: 28px;
  margin-bottom: 55px;
  font-weight: bold;
  position: relative;
}
.course-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -60px;
  width: 1px;
  height: 35px;
  margin: auto;
  background-color: #fff;
}

.course-content {
  position: absolute;
  width: 54%;
  top: 240px;
  left: 23.4%;
  margin-left: auto;
  margin-right: auto;
}
.course-text {
  line-height: 2;
}

.course-design {
  background-image: url(../image/design2.jpg);
  width: 50%;
  height: 657px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.course-design::before {
  position: absolute;
  display: inline-block;
  background-color: rgba(132, 181, 203, 0.8);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.course-program {
  background-image: url(../image/program2.jpg);
  width: 50%;
  height: 657px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.course-program::before {
  position: absolute;
  display: inline-block;
  background-color: rgba(96, 151, 224, 0.8);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.course-design a,
.course-program a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.course-design a:hover,
.course-program a:hover {
  opacity: 0.7;
}

/*右下矢印*/
.course .arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media screen and (max-width: 1600px) {
  .course-design,
.course-program {
    height: 500px;
  }

  .course-content {
    width: 65%;
    top: 100px;
    left: 13%;
  }
}
@media screen and (max-width: 950px) {
  .course {
    margin-top: 80px;
  }
  .course-content {
    width: 75%;
  }
  .course-title {
    font-size: 24px;
  }

  .course-wrap {
    display: block;
  }

  .course-design,
.course-program {
    width: 100%;
    height: 460px;
  }
}
/*受講の流れ*/
.flow {
  margin-top: 170px;
  margin-bottom: 160px;
}

.flow-wrap {
  width: 1212px;
  max-width: 96%;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.flow-wrap2 {
  width: 1420px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.flow-circle {
  position: relative;
}

.flow-circle-1st {
  width: 45%;
}

.flow-circle-2nd {
  width: 46.9%;
}

.flow-circle-3rd {
  width: 8.1%;
}

.flow-no {
  width: 98px;
  border: 1px solid #222;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
}
.flow-no span {
  display: block;
  font-size: 10px;
}

.flow-circle-1st::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 20%;
  width: 77%;
  height: 1px;
  background-color: #222;
}

.flow-circle-2nd::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 18%;
  width: 80%;
  height: 1px;
  background-color: #222;
}

.flow-list {
  width: 23.93%;
  margin-top: 36px;
}
.flow-list-title {
  font-size: 24px;
  text-align: center;
}
.flow-list-img {
  width: 100%;
  height: 212px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.flow-list-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-list-text {
  font-size: 15px;
  line-height: 2;
}

/*よくある質問*/
.fq {
  margin-bottom: 290px;
}

.fq {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.fq-wrap {
  margin-top: 90px;
  font-size: 18px;
}
.fq-list {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 60px;
  background-color: #f4f8fa;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.fq-list-left {
  width: 92%;
}
.fq-answer {
  display: none;
  padding-left: 60px;
  padding-bottom: 30px;
}

/*プラスアイコン*/
.add_circle {
  width: 50px;
  height: 50px;
}
.add_circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fq-title {
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.fq-title_l {
  font-family: futura, futura-pt, sans-serif;
  font-size: 60px;
  letter-spacing: 0.15em;
  margin-right: 40px;
}

@media screen and (max-width: 1600px) {
  .flow-list {
    width: 30%;
  }
  .flow-list-img {
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .flow-circle-1st::after {
    left: 30%;
    width: 65%;
    background-color: #222;
  }

  .flow-circle-2nd::after {
    left: 29%;
    width: 67%;
    background-color: #222;
  }
}
@media screen and (max-width: 950px) {
  .flow {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .flow-list-title {
    font-size: 18px;
  }

  .fq {
    margin-bottom: 110px;
  }

  /*プラス・サークル*/
  .add_circle {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .flow-list-title {
    font-size: 18px;
    font-weight: bold;
  }

  .flow-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flow-circle {
    display: none;
  }

  .flow-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }

  .fq-title {
    font-size: 18px;
    display: block;
  }
  .fq-title_l {
    font-size: 40px;
    letter-spacing: normal;
    margin-right: 20px;
  }
  .fq-title p {
    margin-top: 13px;
  }

  .fq-list {
    padding-left: 20px;
    letter-spacing: normal;
    font-size: 16px;
    letter-spacing: normal;
  }
  .fq-list-left {
    width: 90%;
  }

  .fq-answer {
    padding-left: 20px;
  }
}
/*コンタクト*/
.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f8fa;
}
.contact-wrap {
  width: 1320px;
  max-width: 96%;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-text {
  font-weight: bold;
}
.contact-body {
  margin-top: 75px;
}

.btn_cta {
  width: 44.6%;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  font-weight: bold;
  text-align: center;
  background: #84b5cb;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.btn_cta:hover {
  opacity: 0.8;
}
.btn_cta a {
  display: block;
}
.btn_cta.right {
  background-color: #6097e0;
}

/*フッター*/
.footer {
  background-color: #303b40;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 116px;
}

.footer-wrap .footer-head {
  width: 31%;
  height: 411px;
  padding-right: 170px;
  margin-right: 9.5%;
  border-right: 1px solid #fff;
  font-size: 18px;
  margin-bottom: 50px;
}
.footer-wrap .first {
  width: 26.6%;
}
.footer-wrap .second {
  width: 32.9%;
}

/*sns*/
.twitter:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}

.twitter {
  font-size: 20px;
  background-color: #03a9f4;
  padding: 6px 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.insta {
  color: #fff;
  font-size: 24px;
  background-color: #f7504d;
  padding: 10px 12px;
  border-radius: 50%;
}

.footer-title {
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.footer-nav {
  font-size: 15px;
}
.footer-nav li a {
  display: inline-block;
  margin-bottom: 29px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
.footer-nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer li a:hover::after {
  visibility: visible;
  opacity: 1;
}

.list-deco {
  position: relative;
  margin-left: 10px;
}
.list-deco::after {
  display: block;
  content: "";
  position: absolute;
  top: 20%;
  left: -10px;
  width: 5px;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 1680px) {
  .btn_cta {
    width: 47%;
  }

  .footer-wrap .footer-head {
    width: 38%;
    padding-right: 12px;
    margin-right: 3%;
  }
  .footer-wrap .first {
    width: 26.6%;
  }
  .footer-wrap .second {
    width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-wrap .footer-head {
    height: 120px;
    border-right: none;
    width: 100%;
  }
  .footer-wrap .first {
    width: 100%;
  }
  .footer-wrap .second {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-text {
    font-size: 20px;
  }

  .btn_cta {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_cta.left {
    margin-bottom: 50px;
  }

  .footer-head {
    font-size: 14px;
  }
  .footer-title {
    letter-spacing: normal;
  }
}
/*下層ページヘッダー*/
.gnav.type-b {
  color: #222;
}
.gnav.type-b li a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.gnav.type-b li a:hover {
  color: #6097e0;
}

.sub-bg {
  background-color: #f4f8fa;
  height: 280px;
  margin-top: 118px;
  padding-top: 90px;
}

.page-title {
  font-size: 18px;
  letter-spacing: 0.2em;
}
.page-title span {
  display: block;
  font-size: 40px;
  font-family: futura, futura-pt, sans-serif;
  margin-bottom: 25px;
  letter-spacing: 0.25em;
}

/*セクションタイトル*/
.sec-title-1 {
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.sec-title-1_l {
  font-family: futura, futura-pt, sans-serif;
  font-size: 60px;
  letter-spacing: 0.15em;
  margin-right: 65px;
}

@media screen and (max-width: 768px) {
  .sec-title-1 {
    font-size: 18px;
    display: block;
  }
  .sec-title-1_l {
    display: block;
    letter-spacing: normal;
    margin-right: 20px;
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.sec-title {
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.sec-title span {
  font-family: Futura, futura-pt, sans-serif;
  font-size: 60px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 18px;
  }
  .sec-title span {
    font-size: 40px;
    letter-spacing: normal;
  }
}
/*ボタン*/
.btn a {
  width: 300px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#4c86d5), to(#85b6cb));
  background: linear-gradient(right, #4c86d5, #85b6cb);
  color: #fff;
  position: relative;
}
.btn a::before, .btn a::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 0;
  height: 1px;
  background-color: #333;
}
.btn a::before {
  width: 18%;
  -webkit-transform: translate(30px, 0px);
          transform: translate(30px, 0px);
}
.btn a::after {
  width: 8px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(30px, 0px) rotate(42deg);
          transform: translate(30px, 0px) rotate(42deg);
}

.btn a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 786px) {
  .btn a {
    width: 80%;
    font-size: 13px;
  }
}
/* アニメーション */
.visible,
.invisible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  opacity: 1;
}

/* 上にアニメーション */
.visible.animeTop,
.invisible.animeTop {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.visible.animeTop {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 左からアニメーション */
.visible.animeLeft,
.invisible.animeLeft {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.visible.animeLeft {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*メイン*/
.session {
  padding-top: 95px;
  padding-bottom: 385px;
}

.session-head1 {
  line-height: 2;
}

.session-head2 {
  background-color: #fff4f4;
  margin-top: 50px;
  margin-bottom: 90px;
  padding: 55px 62px 100px 40px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.session-head2-title {
  color: #db2626;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

.session-card {
  margin-bottom: 125px;
}
.session-img {
  width: 44.54%;
  height: 434px;
}
.session-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.session-body-text {
  width: 48.2%;
}

.session-body-text {
  line-height: 1.85;
  letter-spacing: 0.2em;
}

.session-card.last {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.session-body2 {
  margin-top: 190px;
}
.session-title {
  font-size: 24px;
  border-bottom: 2px solid #222;
  padding-bottom: 20px;
}
.session-text {
  margin-top: 60px;
  line-height: 1.85;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1280px) {
  .session {
    padding-bottom: 180px;
  }
  .session-img {
    width: 46%;
  }
  .session-body-text {
    width: 46%;
  }

  .session-body-text,
.session-body-text2 {
    line-height: 1.65;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 950px) {
  .session-card {
    display: block;
  }

  .session-img {
    width: 96%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .session-body-text {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .session-head1,
.session-head2,
.session-body2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
/**カテゴリー*/
.page_category ul {
  margin-top: 60px;
  margin-bottom: 70px;
}

.page_category li {
  background-color: #f2f2f2;
  margin-right: 20px;
  font-size: 15px;
  width: 153px;
}
.page_category li a {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.page_category li a:hover {
  opacity: 0.6;
}

/*コンテンツ・ブログ*/
.blog-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-card {
  width: 44.73%;
  margin-bottom: 60px;
}
.blog-category {
  font-size: 14px;
}

.blog-img {
  width: 38.23%;
  height: 193px;
  overflow: hidden;
}
.blog-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}
.blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-content {
  width: 56.5%;
  padding-top: 5px;
}
.blog-title {
  line-height: 2;
  margin-top: 8px;
}

.blog-category .date {
  margin-right: 45px;
  position: relative;
}
.blog-category .date::after {
  content: "";
  position: absolute;
  display: block;
  top: 20%;
  right: -24px;
  width: 1px;
  height: 15px;
  background-color: #222;
}

/*ぺージャー*/
.pager {
  margin-top: 20px;
  margin-bottom: 180px;
}
.pager-no a {
  display: block;
  padding: 10px 13px;
  background-color: #f4f8fa;
  border: 1px solid #f4f8fa;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pager-no a:hover {
  border: 1px solid #84b5cb;
  background-color: #e6e7e7;
}
.pager .current a {
  display: block;
  background-color: #84b5cb;
  border: 1px solid #84b5cb;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pager .current a:hover {
  border: 1px solid #84b5cb;
  background-color: #fff;
  color: #84b5cb;
}

@media screen and (max-width: 1280px) {
  .page_blog {
    width: 100%;
  }

  .blog-card {
    width: 100%;
  }
  .blog-content {
    padding: 5px 15px 10px;
  }

  .blog-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog-img {
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .page_category ul {
    display: block;
    width: 40%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .page_category li {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .page_category li a {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .blog-wrap {
    width: 90%;
  }

  .blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .blog-img {
    width: 100%;
    height: 300px;
  }

  .blog-content {
    width: 100%;
    padding-top: 18px;
  }
  .blog-title {
    line-height: 1.75;
  }
}
/*voice矢印の設定*/
.slick-prev,
.slick-next {
  position: absolute;
  top: -70px;
  cursor: pointer;
}

.slick-prev {
  background-image: url(../image/prev.png);
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.slick-next {
  background-image: url(../image/next.png);
  left: 3.7%;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  .slick-next {
    left: 6%;
  }
}
@media screen and (max-width: 786px) {
  .slick-next {
    left: 9%;
  }
}
@media screen and (max-width: 495px) {
  .slick-next {
    left: 14%;
  }
}
/*voiceの設定ここまで*/
/*メインビジュアル・スライダー*/
/*背景画像*/
/*右下ページャー*/
.top-slider {
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-slider::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 285px;
  height: 80px;
  background: -webkit-gradient(linear, right top, left top, from(#4c86d5), to(#85b6cb));
  background: linear-gradient(right, #4c86d5, #85b6cb);
  right: 0;
  bottom: 0;
}

.top-slider .slider-item {
  width: 1920px;
  height: 890px;
}

.top-slider .slider-item01 {
  background: url(../image/top2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-slider .slider-item02 {
  background: url(../image/top2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-slider .slider-item03 {
  background: url(../image/top2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*スライダー矢印*/
.top-slick-prev,
.top-slick-next {
  position: absolute;
  z-index: 200;
  top: 95.8%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 20px;
  width: 20px;
}

.top-slick-prev {
  right: 11.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.top-slick-next {
  right: 1%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*ドットナビゲーション*/
.slick-dots {
  position: absolute;
  z-index: 100;
  text-align: right;
  bottom: 2%;
  right: 4.5%;
}

.slick-dots li {
  display: inline-block;
  margin: 0 7.8px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.slick-dots .slick-active button {
  background: #333;
}

/*========ヘッダー========*/
.header {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 20px;
  z-index: 10;
}

.site-title {
  width: 45.7%;
}
.site-title img {
  height: 100%;
  width: 120px;
}

.gnav {
  width: 41.05%;
  margin-right: 50px;
  padding-top: 30px;
}

.gnav-list li {
  list-style: none;
}
.gnav-list li a {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}
.gnav-list li a:hover {
  color: #58add1;
}

.header-btn {
  font-size: 14px;
  display: block;
  width: 146px;
  background: #58add1;
  padding: 7px 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}
.header-btn:hover {
  opacity: 0.8;
}

/*資料請求*/
.icon-file {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

/*テキストエリア*/
.mv-content {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.9;
  position: absolute;
  top: 430px;
  left: 10%;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .site-title {
    width: 40%;
  }

  .gnav {
    width: 50%;
    margin-right: 0;
    padding-right: 30px;
  }

  .top-slider::after {
    width: 240px;
    height: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .site-title {
    width: 30%;
  }

  .gnav {
    width: 60%;
    padding-right: 18px;
  }

  .mv-content {
    font-size: 38px;
    letter-spacing: normal;
    line-height: 1.75;
  }

  .slick-dots {
    right: 2.5%;
  }
}
@media screen and (max-width: 1220px) {
  .top-slider .slider-item {
    width: 1220px;
  }

  .top-slider .slider-item01 {
    background: url(../image/top_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .top-slider .slider-item02 {
    background: url(../image/top_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .top-slider .slider-item03 {
    background: url(../image/top_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  /*ドットナビゲーション*/
  .top-slider::after {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrap {
    display: block;
  }

  .header-btn {
    position: absolute;
    top: 0;
    right: 20px;
  }

  .gnav-list {
    padding-top: 0;
    padding-right: 0;
    display: none;
  }

  /*ハンバーガー*/
  .gnavbtn {
    position: fixed;
    z-index: 999;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }

  .gnavbtn span {
    display: block;
    width: 20px;
    height: 3px;
    background: #aaa;
    margin-top: 5px;
    z-index: 999;
  }

  .gnav-list {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    padding-top: 80px;
    background-color: rgba(34, 34, 34, 0.95);
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: 1s;
    transition: 1s;
  }

  .show .gnav-list {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .gnav.type-b {
    color: #fff;
  }

  .gnav-list li {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 786px) {
  .top-slick-prev {
    right: 16%;
  }

  .top-slider::after {
    width: 156px;
  }

  .mv-content {
    font-size: 30px;
    letter-spacing: normal;
    line-height: 1.75;
    left: 5%;
  }

  .top-slider .slider-item01,
.top-slider .slider-item02,
.top-slider .slider-item03 {
    background-position: initial;
  }
}
@media screen and (max-width: 490px) {
  .top-slick-prev {
    right: 25%;
  }

  .top-slider::after {
    width: 170px;
  }

  .slick-dots {
    right: 2.2%;
  }

  .mv-content {
    font-size: 22px;
    letter-spacing: normal;
  }
}
/*# sourceMappingURL=style.css.map */