@charset "UTF-8";
/*
Theme Name: KJK韓国語語学院
Author: shin
Author URI: http://kjk-gakuin.com/
Description: KJK韓国語語学院
Version: 1.0.0
*/
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/itx0rke.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
*,
::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;
  list-style: none;
}

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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;
}

@font-face {
  font-family: "shippori-mincho";
  src: url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "shippori-mincho";
  src: url("../fonts/ShipporiMincho-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "shippori-mincho";
  src: url("../fonts/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "shippori-mincho";
  src: url("../fonts/ShipporiMincho-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "shippori-mincho";
  src: url("../fonts/ShipporiMincho-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/* 
  レスポンシブ対応
*/
/* 
  スマホ改行
*/
.sp-br {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sp-br {
    display: none;
  }
}

/* 
  PC改行
*/
.pc-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .pc-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

/* 
  タブレット以上改行しない
*/
.tb-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .tb-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .tb-br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .tb-br {
    display: none;
  }
}

/* 
  PC・スマホ表示切り替え
*/
@media screen and (min-width: 1025px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-sp {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tablet {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tablet {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tablet {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-under-tablet {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-minipc {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-minipc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-minipc {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-minipc {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-over-minipc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-under-tate {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-over-tate {
    display: none;
  }
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

.block30 {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .block30 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block30 {
    margin-top: 20px;
  }
}

.block50 {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .block50 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block50 {
    margin-top: 30px;
  }
}

.block50-p {
  padding-top: 30px;
}
@media screen and (max-width: 575px) {
  .block50-p {
    padding-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block50-p {
    padding-top: 30px;
  }
}

.block80 {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .block80 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block80 {
    margin-top: 50px;
  }
}

.block80-p {
  padding-top: 80px;
}
@media screen and (max-width: 575px) {
  .block80-p {
    padding-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block80-p {
    padding-top: 50px;
  }
}

.block120 {
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .block120 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block120 {
    margin-top: 80px;
  }
}

.block120-p {
  padding-top: 100px;
}
@media screen and (max-width: 575px) {
  .block120-p {
    padding-top: 90px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block120-p {
    padding-top: 90px;
  }
}

.block140 {
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .block140 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block140 {
    margin-top: 80px;
  }
}

.block170 {
  margin-top: 100px;
}
@media screen and (max-width: 575px) {
  .block170 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block170 {
    margin-top: 100px;
  }
}

.block170-p {
  padding-top: 100px;
}
@media screen and (max-width: 575px) {
  .block170-p {
    padding-top: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block170-p {
    padding-top: 100px;
  }
}

/* パンくず */
#bread-top {
  margin-top: 170px;
  font-size: 0.87em;
  padding: 10px 0;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 575px) {
  #bread-top {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #bread-top {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #bread-top {
    margin-top: 120px;
  }
}
#bread-top li {
  display: inline-block;
}
#bread-top li:after {
  content: ">";
  padding: 0 15px;
}
#bread-top li:last-child:after {
  content: "";
}
#bread-top img {
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 0 !important;
  height: 16px;
}
#bread-top img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#bread-top2 {
  font-size: 0.87em;
  padding: 10px 0;
  font-family: "futura-pt", sans-serif;
}
#bread-top2 ul {
  margin-top: 170px;
}
@media screen and (max-width: 575px) {
  #bread-top2 ul {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #bread-top2 ul {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #bread-top2 ul {
    margin-top: 120px;
  }
}
#bread-top2 li {
  display: inline-block;
  color: #fff;
}
#bread-top2 li:after {
  content: ">";
  padding: 0 15px;
}
#bread-top2 li:last-child:after {
  content: "";
}
#bread-top2 img {
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 0 !important;
  height: 16px;
}
#bread-top2 img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.text-animatin {
  overflow: hidden;
  pointer-events: none;
  width: 100%;
}
.text-animatin ul {
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: flowing 50s linear infinite;
          animation: flowing 50s linear infinite;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  will-change: transform;
}
.text-animatin ul li {
  display: inline;
  margin-right: 3%;
  font-size: 14em;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .text-animatin ul li {
    font-size: 5em;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .text-animatin ul li {
    font-size: 5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .text-animatin ul li {
    font-size: 7em;
  }
}

@-webkit-keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
  }
}

@keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
  }
}
.banner01 {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #6ABB97;
}
@media screen and (max-width: 575px) {
  .banner01 {
    width: 90%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner01 {
    width: 90%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner01 {
    width: 90%;
    margin-top: 50px;
  }
}
.banner01 .text {
  width: 50%;
  text-align: center;
  background-color: #6ABB97;
  color: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 575px) {
  .banner01 .text {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner01 .text {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner01 .text {
    padding: 30px 20px;
  }
}
.banner01 .text .p1 {
  font-size: 2.6rem;
  font-family: "futura-pt", sans-serif;
}
.banner01 .text .p2 {
  font-size: 2.6rem;
}
.banner01 .text h2 {
  font-size: 4.3rem;
  border-bottom: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.banner01 .pic {
  width: 50%;
  aspect-ratio: 5/3;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575px) {
  .banner01 .pic {
    width: 100%;
  }
}
.banner01 .pic img {
  width: 100%;
  height: 100%;
}
.banner01 .pic p {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: #6ABB97;
  padding: 5px 20px 5px 50px;
}
.banner01 .pic p i {
  padding-left: 30px;
}
.banner01 .pic p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 0;
  height: 0;
  border-right: 40px solid #6ABB97;
  border-top: 40px solid transparent;
}

.banner02 {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #6ABB97;
}
@media screen and (max-width: 575px) {
  .banner02 {
    width: 90%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner02 {
    width: 90%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner02 {
    width: 90%;
    margin-top: 50px;
  }
}
.banner02 .text {
  width: 50%;
  text-align: center;
  background-color: #6ABB97;
  color: #fff;
  padding: 10% 30px;
}
@media screen and (max-width: 575px) {
  .banner02 .text {
    width: 100%;
    padding: 20px;
  }
}
.banner02 .text h2 {
  font-size: 1.4vw;
  border-bottom: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .banner02 .text h2 {
    font-size: 3.8vw;
  }
}
.banner02 .text p {
  font-size: 0.9vw;
}
@media screen and (max-width: 575px) {
  .banner02 .text p {
    font-size: 2.5vw;
  }
}
.banner02 .pic {
  width: 50%;
  aspect-ratio: 5/3;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575px) {
  .banner02 .pic {
    width: 100%;
  }
}
.banner02 .pic img {
  width: 100%;
  height: 100%;
}
.banner02 .pic p {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: #6ABB97;
  padding: 5px 20px 5px 50px;
}
.banner02 .pic p i {
  padding-left: 30px;
}
.banner02 .pic p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 0;
  height: 0;
  border-right: 40px solid #6ABB97;
  border-top: 40px solid transparent;
}

.banner {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  background-color: #6ABB97;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .banner {
    width: 90%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner {
    width: 90%;
  }
}
.banner .title p {
  font-family: "futura-pt", sans-serif;
}
.banner .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner .in .box {
  padding: 0 40px;
}
@media screen and (max-width: 575px) {
  .banner .in .box {
    padding: 15px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .in .box {
    padding: 15px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .banner .in .box {
    padding: 0 20px;
  }
}
.banner .in .box h3 {
  font-size: 1.5vw;
}
@media screen and (max-width: 575px) {
  .banner .in .box h3 {
    font-size: 4vw;
  }
}
.banner .in .box p {
  font-size: 2.2vw;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 575px) {
  .banner .in .box p {
    font-size: 7.5vw;
  }
}
.banner .in .box .time {
  font-size: 1.6rem;
}
.banner .in .box:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 575px) {
  .banner .in .box:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.banner .bottom a {
  height: 50px;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #6ABB97;
  color: #6ABB97;
  border-radius: 30px;
  font-size: 1.6rem;
  margin: 0 30px;
}
@media screen and (max-width: 575px) {
  .banner .bottom a {
    margin: 15px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .bottom a {
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .bottom a {
    margin: 15px 0;
  }
}

.button01 {
  border: 1px solid #6ABB97;
  display: inline-block;
  padding: 5px 50px;
  border-radius: 30px;
  position: relative;
  color: #6ABB97;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
}
.button01 i {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 1.4rem;
}
.button01:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #6ABB97;
  color: #fff;
}

.button02 {
  border: 1px solid #6ABB97;
  display: inline-block;
  padding: 5px 50px;
  border-radius: 30px;
  position: relative;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #6ABB97;
}
.button02 i {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 1.4rem;
}
.button02:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #6ABB97;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.scroll-infinity__wrap .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  width: 200%;
}
.scroll-infinity__wrap .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__wrap .scroll-infinity__item {
  width: 25vw;
  margin: 0 15px;
}
.scroll-infinity__wrap .scroll-infinity__item > img {
  width: 100%;
  aspect-ratio: 3/2;
}

.title01 p {
  position: relative;
  padding-left: 45px;
  font-family: "futura-pt", sans-serif;
}
.title01 p::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #333333;
}

.title02 {
  color: #fff;
  text-align: center;
}
.title02 p {
  padding-left: 45px;
  font-family: "futura-pt", sans-serif;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 575px) {
  .title02 p {
    padding-left: 0;
  }
}
.title02 p::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .title02 p::before {
    display: none;
  }
}
.title02 p::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -43px;
  height: 1px;
  width: 30px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .title02 p::after {
    display: none;
  }
}

.title03 {
  color: #fff;
}
.title03 p {
  position: relative;
  padding-left: 45px;
  font-family: "futura-pt", sans-serif;
}
.title03 p::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #fff;
}

.title04 {
  color: #fff;
  text-align: center;
}
.title04 p {
  text-align: center !important;
  font-family: "futura-pt", sans-serif;
}

#page-title01 {
  text-align: center;
}
@media screen and (max-width: 575px) {
  #page-title01 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title01 {
    margin-top: 30px;
  }
}
#page-title01 p {
  font-family: "futura-pt", sans-serif;
}

#page-title01-w {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 575px) {
  #page-title01-w {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title01-w {
    margin-top: 30px;
  }
}
#page-title01-w p {
  font-family: "futura-pt", sans-serif;
}

#menu {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  #menu {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #menu {
    margin-top: 50px;
  }
}
#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu ul li {
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #menu ul li {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
#menu ul li i {
  margin-left: 5px;
  color: #6ABB97;
}
#menu ul li span {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  height: 17px;
  width: 1px;
  background-color: #333;
}
@media screen and (max-width: 575px) {
  #menu ul li span {
    display: none;
  }
}

#menu-w {
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  #menu-w {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #menu-w {
    margin-top: 50px;
  }
}
#menu-w ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu-w ul li {
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #menu-w ul li {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
#menu-w ul li i {
  margin-left: 5px;
  color: #fff;
}
#menu-w ul li span {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  height: 17px;
  width: 1px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #menu-w ul li span {
    display: none;
  }
}

/* ページネーションのスタイル */
.page-nation {
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
.page-nation a {
  width: none !important;
}

.page-numbers {
  display: inline-block;
  padding: 5px 10px; /* ページ番号のパディング */
  text-decoration: none; /* テキストの下線を消す */
  border: 1px solid #ddd; /* 境界線のスタイル */
  margin: 2px; /* マージン */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.page-numbers:hover {
  background-color: #6ABB97;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* 現在のページのスタイル */
.page-numbers.current {
  background-color: #6ABB97;
  border-color: #D6DBE5;
}

/* 「前ページ」と「次ページ」ボタンのスタイル */
.page-numbers.prev, .page-numbers.next {
  font-weight: bold;
}

/* 「前ページ」と「次ページ」ボタンのホバー時のスタイル */
.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: #6ABB97;
  color: #fff;
}

.slide-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slide-pics img {
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  width: 25%;
  margin: 0 15px;
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1rem;
  line-height: 1.7857;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2rem;
  font-family: "shippori-mincho", serif;
}

h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

main {
  padding-bottom: 80px;
}

.clear-main {
  padding-bottom: 0 !important;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

/* グーテンベルク */
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

.wp-embedded-content {
  max-width: 100%;
}

header #header-top {
  position: fixed;
  top: 30px;
  left: 50%;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 97;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DEF0E3;
  border-radius: 15px;
  /* バーガーメニュー */
}
@media screen and (max-width: 575px) {
  header #header-top {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
  }
}
header #header-top .logo {
  margin: 10px 0 10px 30px;
}
@media screen and (max-width: 575px) {
  header #header-top .logo {
    margin: 5px 0 5px 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo {
    margin-left: 15px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .logo {
    margin-top: 15px;
  }
}
header #header-top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: 176px;
  height: 29px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("image/logo01.png");
}
@media screen and (max-width: 575px) {
  header #header-top .logo a {
    width: 134px;
    height: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo a {
    width: 134px;
    height: 40px;
  }
}
header #header-top .logo a h1 {
  text-indent: -9999px;
  position: relative;
}
header #header-top .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  white-space: nowrap;
}
header #header-top .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #header-top .nav ul li {
  margin-right: 30px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .nav ul li {
    font-size: 1.2vw;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  header #header-top .nav ul li {
    font-size: 1.2vw;
  }
}
header #header-top .nav ul .ko {
  display: none;
}
header #header-top .nav ul a:hover .jp {
  display: none;
}
header #header-top .nav ul a:hover .ko {
  display: inline;
}
header #header-top .nav .mail {
  margin-right: 30px;
}
header #header-top .nav .mail a {
  height: 40px;
  line-height: 35px;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  background-color: #6ABB97;
  border: 2px solid #6ABB97;
  color: #fff;
  border-radius: 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .nav .mail a {
    font-size: 1.2vw;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  header #header-top .nav .mail a {
    font-size: 1.2vw;
    padding: 0 15px;
  }
}
header #header-top .nav .mail a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #6ABB97;
}
@media screen and (max-width: 575px) {
  header #header-top .nav {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .nav {
    display: none;
  }
}
header #header-top .hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 5px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  /* ナビ開いてる時のボタン */
}
@media screen and (min-width: 1025px) {
  header #header-top .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .hamburger {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .hamburger {
    top: 15px;
  }
}
header #header-top .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #6ABB97;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header #header-top .hamburger span:nth-child(1) {
  top: 10px;
}
header #header-top .hamburger span:nth-child(2) {
  top: 20px;
}
header #header-top .hamburger span:nth-child(3) {
  top: 30px;
}
header #header-top .hamburger.active span:nth-child(1), header #header-top .hamburger.active span:nth-child(3) {
  width: 14px;
}
header #header-top .hamburger.active span:nth-child(1) {
  -webkit-transform: translate(-1px, 5px) rotate(-45deg);
  transform: translate(-1px, 5px) rotate(-45deg);
}
header #header-top .hamburger.active span:nth-child(3) {
  -webkit-transform: translate(-1px, -5px) rotate(45deg);
  transform: translate(-1px, -5px) rotate(45deg);
}
header #header-top nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* このクラスを、jQueryで付与・削除する */
}
@media screen and (min-width: 1025px) {
  header #header-top nav.globalMenuSp {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top nav.globalMenuSp {
    display: none;
  }
}
header #header-top nav.globalMenuSp img {
  width: 134px;
  height: 40px;
  margin-top: 5px;
  margin-left: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
header #header-top nav.globalMenuSp ul {
  background: #fafafa;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-top: 30px;
}
header #header-top nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #D6DBE5;
  padding-left: 15px;
}
header #header-top nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1.4em 0;
  text-decoration: none;
}
header #header-top nav.globalMenuSp ul li i {
  color: #6ABB97;
  margin-right: 5px;
}
header #header-top nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
header #header-top nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
header #header-top .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
header #header-top .header-info a {
  background-color: #6ABB97;
  color: #fff;
  padding: 10px;
  font-size: 1.4rem;
  margin: 0 10px;
  white-space: nowrap;
}

footer {
  padding: 80px 0;
  background-color: #F4F0ED;
}
footer .footer-contact {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 11;
  text-align: center;
  width: 100%;
}
footer .footer-contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-contact .contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  width: 50%;
  height: 50px;
  position: relative;
}
footer .footer-contact .contact .mail {
  background-color: #6ABB97;
  color: #fff;
}
footer .footer-contact .contact .mail i {
  color: #fff;
}
footer .footer-contact .contact .recruit {
  background-color: #fafafa;
  color: #333;
}
footer .footer-contact .contact .recruit i {
  color: #6ABB97;
}
footer .footer-contact a {
  width: 100%;
}
footer .footer-contact p {
  text-align: center;
  font-size: 1rem;
}
footer .footer-contact .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0) !important;
}
footer .footer-contact .footer-big i {
  font-size: 2.6rem;
}
footer .side-link {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: fixed;
  top: 27%;
  right: -1px;
  z-index: 98;
  color: #6ABB97;
  border: 1px solid #000;
  background-color: #fff;
  padding: 30px 12px;
  border-radius: 10px 0 0 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  letter-spacing: 1rem;
}
footer .side-link i {
  color: #6ABB97;
}
footer .side-link:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #fff;
  color: #6ABB97;
}
footer .effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
footer .effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
footer .f-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
footer .f-wrapper .content .logo img {
  height: 50px;
}
@media screen and (max-width: 575px) {
  footer .f-wrapper .content .logo img {
    height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .f-wrapper .content .logo img {
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .f-wrapper .content .logo img {
    height: 30px;
  }
}
footer .f-wrapper .content .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .f-wrapper .content .in .left {
  width: 40%;
}
@media screen and (max-width: 575px) {
  footer .f-wrapper .content .in .left {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .f-wrapper .content .in .left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .f-wrapper .content .in .left {
    width: 100%;
  }
}
footer .f-wrapper .content .in .left h3 {
  font-size: 1.8rem;
}
footer .f-wrapper .content .in .left h3 i {
  color: #6ABB97;
  margin-right: 5px;
}
footer .f-wrapper .content .in .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6ABB97;
  font-size: 3.2rem;
}
footer .f-wrapper .content .in .left ul li {
  margin-right: 25px;
}
@media screen and (max-width: 575px) {
  footer .f-wrapper .content .in .left ul li {
    margin: 0 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .f-wrapper .content .in .left ul li {
    margin: 0 20px;
  }
}
footer .f-wrapper .content .in .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  footer .f-wrapper .content .in .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .f-wrapper .content .in .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .f-wrapper .content .in .right {
    width: 100%;
    margin-top: 50px;
  }
}
footer .f-wrapper .content .in .right ul {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  footer .f-wrapper .content .in .right ul {
    width: 100%;
    text-align: center;
  }
}
footer .f-wrapper .content .in .right ul li {
  margin-bottom: 30px;
}
footer .f-wrapper .copy {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.top-back {
  background-color: #ECF7F2;
}

#top {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #top {
    height: 490px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top {
    height: 490px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top {
    height: 490px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top {
    height: 690px;
  }
}
#top .message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}
@media screen and (max-width: 575px) {
  #top .message {
    top: 43%;
  }
}
#top .message h2 {
  font-size: 3vw;
  font-family: "shippori-mincho", serif;
  line-height: 1;
  letter-spacing: 0.3rem;
}
#top .message h2 span {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  #top .message h2 {
    font-size: 5.8vw;
    line-height: 1.5;
  }
}
#top .message p {
  font-size: 2.3vw;
  font-family: "batang", sans-serif;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  #top .message p {
    font-size: 1.6rem;
  }
}
#top .slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  /*ドットナビゲーションの設定*/
}
@media screen and (max-width: 575px) {
  #top .slider {
    height: 490px;
    min-height: auto;
    right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .slider {
    height: 490px;
    min-height: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .slider {
    height: 490px;
    min-height: auto;
    right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top .slider {
    height: 690px;
    min-height: auto;
    right: 0;
  }
}
#top .slider .slider-item {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  #top .slider .slider-item {
    height: 490px;
    min-height: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .slider .slider-item {
    height: 490px;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .slider .slider-item {
    height: 490px;
    min-height: auto;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top .slider .slider-item {
    height: 690px;
    min-height: auto;
  }
}
#top .slider .slick-dots {
  position: absolute;
  top: 35%;
  right: 5%;
}
@media screen and (max-width: 575px) {
  #top .slider .slick-dots {
    display: none !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top .slider .slick-dots {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top .slider .slick-dots {
    display: none !important;
  }
}
#top .slider .slick-dots li {
  margin: 20px 0;
}
#top .slider .slick-dots li button {
  position: relative;
  text-indent: -9999px;
}
#top .slider .slick-dots li button:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #ddd;
  font-size: 1.2rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
#top .slider .slick-dots li.slick-active button:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-size: 1.6rem;
  color: #6ABB97;
  margin-top: -3px;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
#top .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

#top-philosophy .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-philosophy .box .text {
  width: 60%;
  margin-left: 5%;
}
@media screen and (max-width: 575px) {
  #top-philosophy .box .text {
    width: 100%;
    margin-right: 5%;
  }
}
#top-philosophy .box .text .rinen {
  margin-left: 15%;
}
@media screen and (max-width: 575px) {
  #top-philosophy .box .text .rinen {
    margin-left: 0;
  }
}
#top-philosophy .box .text h3 {
  font-size: 2rem;
}
#top-philosophy .box .text p {
  font-family: "shippori-mincho", serif;
  font-weight: bold;
}
#top-philosophy .box .pic {
  width: 30%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-philosophy .box .pic {
    width: 100%;
    margin-top: 30px;
  }
}
#top-philosophy .box .pic img {
  width: 100%;
  height: 100%;
}
#top-philosophy .picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8%;
}
#top-philosophy .picture img {
  width: 30%;
  height: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 575px) {
  #top-philosophy .picture img {
    width: 40%;
  }
}
#top-philosophy .picture .pic02 {
  margin-top: 10%;
  margin-right: 12%;
}
@media screen and (max-width: 575px) {
  #top-philosophy .picture .pic02 {
    margin-right: 0;
  }
}

#top-news .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-news .box .left {
  width: 20%;
}
@media screen and (max-width: 575px) {
  #top-news .box .left {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-news .box .left {
    width: 100%;
  }
}
#top-news .box .right {
  width: 75%;
}
@media screen and (max-width: 575px) {
  #top-news .box .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-news .box .right {
    width: 100%;
    margin-top: 50px;
  }
}
#top-news .box .right a {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #D6DBE5;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  #top-news .box .right a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top-news .box .right a:last-child {
  border-bottom: 1px solid #D6DBE5;
}
#top-news .box .right a .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-news .box .right a .top .date {
  font-family: "futura-pt", sans-serif;
}
#top-news .box .right a .top .category {
  font-size: 1.4rem;
  background-color: #6ABB97;
  margin-left: 30px;
  padding: 0 15px;
  border-radius: 30px;
  color: #fff;
}
#top-news .box .right a .top h3 {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-left: 15px;
}
@media screen and (max-width: 575px) {
  #top-news .box .right a .top h3 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right a .top h3 {
    padding-right: 50px;
  }
}
#top-news .box .right a .bottom {
  padding-top: 10px;
}
#top-news .box .right a .bottom i {
  text-align: right;
  position: absolute;
  top: 36px;
  right: 0;
  color: #6ABB97;
  border: 1px solid #6ABB97;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
}
@media screen and (max-width: 575px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
  }
}

#top-reason {
  background-color: #CFBAAF;
  padding-bottom: 80px;
  position: relative;
  margin-top: 150px;
}
#top-reason::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150px;
  background-color: #CFBAAF;
  border-radius: 50%;
}
#top-reason .title02 {
  position: relative;
  z-index: 2;
}
#top-reason .box {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #top-reason .box {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-reason .box {
    padding: 0 30px 30px 30px;
  }
}
#top-reason .box .text {
  width: 50%;
}
@media screen and (max-width: 575px) {
  #top-reason .box .text {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-reason .box .text {
    width: 100%;
  }
}
#top-reason .box .text .count {
  color: #6ABB97;
  margin-left: -35px;
  height: 90px;
  font-family: "futura-pt", sans-serif;
  position: relative;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  #top-reason .box .text .count {
    line-height: 1.7857;
    text-align: center;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-reason .box .text .count {
    line-height: 1.7857;
    text-align: center;
    margin-left: 0;
    height: auto;
  }
}
#top-reason .box .text .count .en {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.6rem;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 0;
  font-weight: 600;
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #top-reason .box .text .count .en {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-reason .box .text .count .en {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
#top-reason .box .text .count .num {
  font-size: 8rem;
  position: absolute;
  top: 0;
  left: 60px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  #top-reason .box .text .count .num {
    position: relative;
    left: 0;
    font-size: 7rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-reason .box .text .count .num {
    position: relative;
    left: 0;
    font-size: 7rem;
    margin-top: 15px;
  }
}
#top-reason .box .text h3 {
  color: #6ABB97;
}
#top-reason .box .pic {
  width: 37%;
  text-align: right;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-reason .box .pic {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-reason .box .pic {
    width: 100%;
    margin-top: 30px;
  }
}
#top-reason .box .pic img {
  width: 100%;
  height: 100%;
}

#top-voice .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-voice .title .left {
  width: 30%;
}
@media screen and (max-width: 575px) {
  #top-voice .title .left {
    width: 100%;
  }
}
#top-voice .title .middle {
  width: 40%;
}
@media screen and (max-width: 575px) {
  #top-voice .title .middle {
    width: 100%;
    margin-top: 50px;
  }
}
#top-voice .title .right {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #top-voice .title .right {
    width: 100%;
    margin-top: 50px;
  }
}
#top-voice .slider {
  overflow: hidden;
}
#top-voice .voice-item {
  margin: 0 20px;
}
#top-voice .voice-item .voice-item-pic {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#top-voice .voice-item .voice-item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-voice .voice-item .voice-item-text {
  position: relative;
}
#top-voice .voice-item .voice-item-text::before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
#top-voice .voice-item .voice-item-text::after {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  right: 0;
}
#top-voice .voice-item .voice-item-text h3 {
  font-size: 1.8rem;
  margin: 15px 0;
}
#top-voice .voice-item .voice-item-text .right {
  text-align: right;
  margin-top: 15px;
}
#top-voice .nothing {
  text-align: center;
}
#top-voice .slick-dots {
  display: none;
}
#top-voice .slick-arrow {
  position: absolute;
  top: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 575px) {
  #top-voice .slick-arrow {
    top: 95px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-voice .slick-arrow {
    top: 85px;
  }
}
#top-voice .slick-arrow:hover {
  cursor: pointer;
}
#top-voice .prev-arrow {
  left: 9%;
}
#top-voice .next-arrow {
  right: 8%;
}
#top-voice .prev-arrow:before,
#top-voice .next-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #6ABB97;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  background-color: #6ABB97;
  text-align: center;
  line-height: 48px;
  color: #fff;
}
#top-voice .prev-arrow:before {
  content: "\f053";
}
#top-voice .next-arrow:before {
  content: "\f054";
}

#top-cource .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-cource .in a {
  width: 33.3333333333%;
}
@media screen and (max-width: 575px) {
  #top-cource .in a {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-cource .in a {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-cource .in a {
    width: 50%;
  }
}
#top-cource .in a h3 {
  padding: 30px 0;
  text-align: center;
}
#top-cource .in a .t1 {
  background-color: #FAF7F6;
}
#top-cource .in a .t2 {
  background-color: #F4F0ED;
}
#top-cource .in a .t3 {
  background-color: #EFE8E4;
}
#top-cource .in a .box {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-cource .in a .box {
    aspect-ratio: 4/3.3;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-cource .in a .box {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-cource .in a .box {
    aspect-ratio: 4/3;
  }
}
#top-cource .in a .box .text {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: #fff;
}
#top-cource .in a .box .button01 {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  right: 30px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-cource .in a .box .button01 {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-cource .in a .box .button01 {
    bottom: 15px;
    right: 15px;
  }
}
#top-cource .in a .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-cource .in a .box::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(138, 124, 117, 0.8);
  top: 0;
  left: 0;
  z-index: 1;
}
#top-cource .in a:hover .button01 {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #6ABB97;
  color: #fff;
}

#top-class .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-class .in a {
  width: 33.3333333333%;
  padding: 80px;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-class .in a {
    width: 100%;
    padding: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-class .in a {
    width: 50%;
    padding: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-class .in a {
    width: 50%;
    padding: 50px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-class .in a {
    padding: 50px;
  }
}
#top-class .in a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
#top-class .in a h3 {
  position: relative;
  z-index: 2;
  text-shadow: 1px 2px 3px #000;
  margin-bottom: 30px;
}
#top-class .in a p {
  position: relative;
  z-index: 2;
  text-shadow: 1px 2px 3px #000;
  text-align: left;
}
#top-class .in a .back {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-class .in a .back img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#top-class .in a i {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  color: #6ABB97;
  border: 1px solid #6ABB97;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #top-class .in a i {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-class .in a i {
    bottom: 20px;
    right: 20px;
  }
}
#top-class .in a:hover .back img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#top-material .slider {
  overflow: hidden;
}
#top-material .box {
  position: relative;
  aspect-ratio: 1/1.48;
  overflow: hidden;
  padding: 220px 30px 30px 30px;
}
@media screen and (max-width: 575px) {
  #top-material .box {
    padding: 200px 30px 0px 30px;
  }
}
#top-material .box::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  top: 0;
  left: 0;
  z-index: 1;
}
#top-material .box .category {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  background-color: #6ABB97;
  padding: 0 15px;
}
#top-material .box h3 {
  position: relative;
  z-index: 2;
  text-shadow: 1px 2px 3px #000;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  #top-material .box h3 {
    margin-bottom: 20px;
  }
}
#top-material .box p {
  position: relative;
  z-index: 2;
  text-shadow: 1px 2px 3px #000;
  text-align: left;
  color: #fff;
}
#top-material .box .back {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-material .box .back img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-material .bottom {
  text-align: center;
}
#top-material .nothing {
  text-align: center;
}
#top-material .slick-dots {
  display: none;
}
#top-material .slide-arrow {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
#top-material .slide-arrow:hover {
  cursor: pointer;
}
#top-material .prev-arrow {
  left: 20px;
}
#top-material .next-arrow {
  right: 20px;
}
#top-material .prev-arrow:before,
#top-material .next-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #6ABB97;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  background-color: #6ABB97;
  text-align: center;
  line-height: 48px;
  color: #fff;
}
#top-material .prev-arrow:before {
  content: "\f053";
}
#top-material .next-arrow:before {
  content: "\f054";
}
#top-material .materials-nothing {
  text-align: center;
  font-size: 2rem;
}

#top-time .zikan1 h3 {
  position: relative;
  background-color: #ECF7F2;
}
#top-time .zikan1 h3 i {
  color: #CFBAAF;
  text-align: center;
  -webkit-text-stroke: 5px #ECF7F2;
  margin-right: 5px;
}
#top-time .zikan1 h3::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 150px;
  height: 1px;
  width: 85%;
  background-color: #D6DBE5;
}
@media screen and (max-width: 575px) {
  #top-time .zikan1 h3::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-time .zikan1 h3::after {
    display: none;
  }
}
#top-time .zikan1 .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-time .zikan1 .in .box {
  width: 32%;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 30px;
}
@media screen and (max-width: 575px) {
  #top-time .zikan1 .in .box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-time .zikan1 .in .box {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-time .zikan1 .in .box {
    width: 48%;
  }
}
#top-time .zikan1 .in .box h4 {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  display: inline-block;
}
#top-time .zikan1 .in .box ul {
  padding-top: 20px;
}
#top-time .zikan1 .in .box p {
  text-align: left;
  padding-top: 20px;
}
#top-time .zikan1 .in .green {
  border-top: 5px solid #6ABB97;
}
#top-time .zikan1 .in .brown {
  border-top: 5px solid #CFBAAF;
}
#top-time .zikan2 h3 {
  position: relative;
  background-color: #ECF7F2;
}
#top-time .zikan2 h3 i {
  color: #CFBAAF;
  text-align: center;
  -webkit-text-stroke: 5px #ECF7F2;
  margin-right: 5px;
}
#top-time .zikan2 h3::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 150px;
  height: 1px;
  width: 85%;
  background-color: #D6DBE5;
}
@media screen and (max-width: 575px) {
  #top-time .zikan2 h3::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-time .zikan2 h3::after {
    display: none;
  }
}
#top-time .zikan2 .box {
  margin-top: 20px;
}
#top-time .zikan2 .box table {
  border-collapse: collapse;
  width: 100%;
}
#top-time .zikan2 .box table th {
  padding: 15px;
  text-align: center;
  border: 1px solid #D6DBE5;
  width: 14.2857142857%;
  white-space: nowrap;
}
#top-time .zikan2 .box table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #D6DBE5;
  background-color: #fff;
  width: 14.2857142857%;
  white-space: nowrap;
}
#top-time .zikan2 .box table .brown {
  background-color: #CFBAAF;
  color: #fff;
}
#top-time .zikan2 .box table .gray {
  background-color: #fafafa;
}
#top-time .zikan2 .box table .clear {
  border-left: none;
  border-top: none;
}

.class-content .class-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.class-content .class-top .pic {
  width: 35%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .class-content .class-top .pic {
    width: 100%;
  }
}
.class-content .class-top .pic img {
  width: 100%;
}
.class-content .class-top .text {
  width: 60%;
}
@media screen and (max-width: 575px) {
  .class-content .class-top .text {
    width: 100%;
    margin-top: 20px;
  }
}
.class-content .box01 h3 {
  position: relative;
  margin-bottom: 15px;
}
.class-content .box01 h3 i {
  color: #CFBAAF;
  text-align: center;
  -webkit-text-stroke: 5px #fff;
  margin-right: 5px;
}
.class-content .box01 h3::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 150px;
  height: 1px;
  width: 85%;
  background-color: #D6DBE5;
}
@media screen and (max-width: 575px) {
  .class-content .box01 h3::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .class-content .box01 h3::after {
    display: none;
  }
}
.class-content .box01 table {
  border-collapse: collapse;
  width: 100%;
}
.class-content .box01 table tr {
  border-bottom: 5px solid #fff;
}
.class-content .box01 table th {
  padding: 30px 30px 30px 50px;
  background-color: #fafafa;
  border-left: 3px solid #6ABB97;
  width: 20%;
}
@media screen and (max-width: 575px) {
  .class-content .box01 table th {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-left: none;
    border-top: 3px solid #6ABB97;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .class-content .box01 table th {
    padding: 20px 20px 20px 30px;
  }
}
.class-content .box01 table td {
  padding: 30px 30px 30px 50px;
  background-color: #fafafa;
  width: 70%;
  position: relative;
}
@media screen and (max-width: 575px) {
  .class-content .box01 table td {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .class-content .box01 table td {
    padding: 20px 20px 20px 30px;
  }
}
.class-content .box01 table td::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #6ABB97;
}
@media screen and (max-width: 575px) {
  .class-content .box01 table td::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 1px;
    width: 70%;
  }
}
.class-content .box02 h3 {
  position: relative;
  margin-bottom: 15px;
}
.class-content .box02 h3 i {
  color: #CFBAAF;
  text-align: center;
  -webkit-text-stroke: 5px #fff;
  margin-right: 5px;
}
.class-content .box02 h3::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 150px;
  height: 1px;
  width: 85%;
  background-color: #D6DBE5;
}
@media screen and (max-width: 575px) {
  .class-content .box02 h3::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .class-content .box02 h3::after {
    display: none;
  }
}
.class-content .box02 .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.class-content .box02 .in .map {
  width: 50%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .class-content .box02 .in .map {
    width: 100%;
  }
}
.class-content .box02 .in .text {
  width: 45%;
}
@media screen and (max-width: 575px) {
  .class-content .box02 .in .text {
    width: 100%;
    margin-top: 20px;
  }
}
.class-content .box02 .in .text h4 {
  border-bottom: 1px solid #D6DBE5;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.class-content .box02 .in .text h4::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 80px;
  background-color: #6ABB97;
}
.class-content .box03 h3 {
  position: relative;
}
.class-content .box03 h3 i {
  color: #CFBAAF;
  text-align: center;
  -webkit-text-stroke: 5px #fff;
  margin-right: 5px;
}
.class-content .box03 h3::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 150px;
  height: 1px;
  width: 85%;
  background-color: #D6DBE5;
}
@media screen and (max-width: 575px) {
  .class-content .box03 h3::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .class-content .box03 h3::after {
    display: none;
  }
}
.class-content .box03 .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.class-content .box03 .gallery img {
  width: 32%;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .class-content .box03 .gallery img {
    width: 47%;
  }
}

.teacher-content .teacher-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teacher-content .teacher-top .pic {
  width: 25%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 575px) {
  .teacher-content .teacher-top .pic {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-content .teacher-top .pic {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.teacher-content .teacher-top .pic img {
  width: 100%;
}
.teacher-content .teacher-top .text {
  width: 65%;
}
@media screen and (max-width: 575px) {
  .teacher-content .teacher-top .text {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-content .teacher-top .text {
    width: 100%;
    margin-top: 20px;
  }
}
.teacher-content .teacher-top .text .title01 h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 575px) {
  .teacher-content .teacher-top .text .title01 h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-content .teacher-top .text .title01 h2 {
    font-size: 2rem;
  }
}
.teacher-content .teacher-top .text table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.teacher-content .teacher-top .text table tr {
  border-bottom: 5px solid #fff;
}
.teacher-content .teacher-top .text table th {
  padding: 30px 30px 30px 50px;
  background-color: #fafafa;
  border-left: 3px solid #6ABB97;
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .teacher-content .teacher-top .text table th {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-left: none;
    border-top: 3px solid #6ABB97;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-content .teacher-top .text table th {
    padding: 20px 20px 20px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .teacher-content .teacher-top .text table th {
    padding: 20px 20px 20px 30px;
  }
}
.teacher-content .teacher-top .text table td {
  padding: 30px 30px 30px 50px;
  background-color: #fafafa;
  width: 70%;
  position: relative;
}
@media screen and (max-width: 575px) {
  .teacher-content .teacher-top .text table td {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-content .teacher-top .text table td {
    padding: 20px 20px 20px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .teacher-content .teacher-top .text table td {
    padding: 20px 20px 20px 30px;
  }
}
.teacher-content .teacher-top .text table td::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #6ABB97;
}
@media screen and (max-width: 575px) {
  .teacher-content .teacher-top .text table td::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 1px;
    width: 70%;
  }
}
.teacher-content .box h3 {
  border-bottom: 1px solid #D6DBE5;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.teacher-content .box h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 80px;
  background-color: #6ABB97;
}

#recruit-ideal .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recruit-ideal .in .box {
  width: 32%;
  background-color: #fafafa;
  padding: 40px;
}
@media screen and (max-width: 575px) {
  #recruit-ideal .in .box {
    width: 100%;
  }
}
#recruit-ideal .in .box .title {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  color: #6ABB97;
  font-size: 4rem;
}
#recruit-ideal .in .box h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#recruit-flow .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#recruit-flow .in .box {
  width: 17%;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #recruit-flow .in .box {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-flow .in .box {
    width: 48%;
  }
}
#recruit-flow .in .box h3 {
  text-align: center;
  font-size: 1.3vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  #recruit-flow .in .box h3 {
    font-size: 2rem;
    position: relative;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-flow .in .box h3 {
    font-size: 1.8rem;
  }
}
#recruit-flow .in .box .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #fafafa;
  margin: 30px 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  vertical-align: bottom;
}
@media screen and (max-width: 575px) {
  #recruit-flow .in .box .pic {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-flow .in .box .pic {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit-flow .in .box .pic img {
  width: 50%;
}
#recruit-flow .in .box::after {
  position: absolute;
  top: 43%;
  right: -14%;
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f061";
}
@media screen and (max-width: 575px) {
  #recruit-flow .in .box::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-flow .in .box::after {
    display: none;
  }
}
#recruit-flow .in .box:last-child::after {
  display: none;
}

#recruit-job .box table {
  border-collapse: collapse;
  width: 100%;
}
#recruit-job .box table tr {
  border-bottom: 5px solid #fff;
}
#recruit-job .box table th {
  padding: 30px 30px 30px 50px;
  background-color: #fafafa;
  border-left: 3px solid #6ABB97;
  width: 20%;
}
@media screen and (max-width: 575px) {
  #recruit-job .box table th {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-left: none;
    border-top: 3px solid #6ABB97;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-job .box table th {
    padding: 20px 20px 20px 30px;
  }
}
#recruit-job .box table td {
  padding: 30px 30px 30px 0;
  background-color: #fafafa;
  width: 70%;
}
@media screen and (max-width: 575px) {
  #recruit-job .box table td {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #recruit-job .box table td {
    padding: 20px 20px 20px 30px;
  }
}
#recruit-job .box table td p {
  border-left: 1px solid #6ABB97;
  padding-left: 50px;
}
@media screen and (max-width: 575px) {
  #recruit-job .box table td p {
    border-left: none;
    padding-left: 0;
  }
}

.course-green {
  background-color: #6ABB97;
}

.course-brown {
  background-color: #CFBAAF;
  border: 1px solid #CFBAAF;
}

.course {
  background-color: #fff;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .course {
    padding-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .course {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .course {
    padding-top: 120px;
  }
}
.course::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2%;
  background-color: #6ABB97;
}
.course .naiyo {
  text-align: center;
}
.course .naiyo table {
  border-collapse: collapse;
  width: 100%;
}
.course .naiyo table td {
  padding: 30px;
  border: 1px solid #D6DBE5;
}
.course .naiyo table img {
  width: 100px;
  cursor: pointer;
}
.course .naiyo .ari {
  border: 1px solid #D6DBE5;
}
.course .naiyo .nashi {
  border: none;
}
.course .naiyo .zukei {
  width: 110px;
  height: 120px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.course .naiyo .space15 {
  padding: 15px;
}
.course .naiyo .kaigyo {
  white-space: nowrap;
}
.course .naiyo .white {
  color: #fff;
}
.course .naiyo .gray {
  background-color: #fafafa;
}
.course .naiyo .left {
  text-align: left;
}

.pdf-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.pdf-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 600px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pdf-modal-content .pdf-modal-close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 8px 12px;
  font-size: 24px;
  cursor: pointer;
}
.pdf-modal-content iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.color01 {
  background-color: #BDE1D1;
}

.color02 {
  background-color: #ACD9C5;
}

.color03 {
  background-color: #9CD2BA;
}

.color04 {
  background-color: #8BCAAE;
}

.color05 {
  background-color: #7BC3A3;
}

.color06 {
  background-color: #6ABB97;
}

.semester {
  background-color: #fff;
  position: relative;
}
.semester::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2%;
  background-color: #6ABB97;
}
.semester .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px;
}
@media screen and (max-width: 575px) {
  .semester .in {
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .semester .in {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .semester .in {
    padding: 30px;
  }
}
.semester .in .left {
  width: 17%;
}
@media screen and (max-width: 575px) {
  .semester .in .left {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .semester .in .left {
    width: 100%;
  }
}
.semester .in .left h2 {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  .semester .in .left h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .semester .in .left h2 {
    margin-bottom: 15px;
  }
}
.semester .in .right {
  width: 83%;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .semester .in .right {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .semester .in .right {
    width: 100%;
    padding: 20px;
  }
}
.semester .in .right h3 {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.semester .in .right h3 i {
  color: #CFBAAF;
  text-align: center;
  -webkit-text-stroke: 5px #fff;
  margin-right: 5px;
}
.semester .in .right .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.semester .in .right .box .pic {
  width: 20%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .semester .in .right .box .pic {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .semester .in .right .box .pic {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .semester .in .right .box .pic {
    width: 100%;
  }
}
.semester .in .right .box .pic img {
  width: 100%;
  height: 100%;
}
.semester .in .right .box .text {
  width: 75%;
}
@media screen and (max-width: 575px) {
  .semester .in .right .box .text {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .semester .in .right .box .text {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .semester .in .right .box .text {
    width: 100%;
    margin-top: 20px;
  }
}

.last-semester {
  padding-bottom: 80px;
}
.last-semester::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2%;
  width: 100%;
  background-color: #6ABB97;
}

.special {
  background-color: #fff;
}
.special .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px;
}
@media screen and (max-width: 575px) {
  .special .in {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .special .in {
    width: 100%;
    padding: 20px;
  }
}
.special .in .left {
  width: 17%;
}
@media screen and (max-width: 575px) {
  .special .in .left {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .special .in .left {
    width: 100%;
  }
}
.special .in .left h2 {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  .special .in .left h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .special .in .left h2 {
    margin-bottom: 15px;
  }
}
.special .in .right {
  width: 83%;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .special .in .right {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .special .in .right {
    width: 100%;
    padding: 20px;
  }
}
.special .in .right h3 {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.special .in .right h3 i {
  color: #CFBAAF;
  text-align: center;
  -webkit-text-stroke: 5px #fff;
  margin-right: 5px;
}
.special .in .right .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.special .in .right .box .pic {
  width: 20%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.special .in .right .box .pic img {
  width: 100%;
  height: 100%;
}
.special .in .right .box .text {
  width: 75%;
}
.special .in .right .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .special .in .right .gallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .special .in .right .gallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.special .in .right .gallery img {
  cursor: pointer;
  width: 17%;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .special .in .right .gallery img {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .special .in .right .gallery img {
    width: 48%;
    margin-right: 0;
  }
}

.first-special {
  position: relative;
}
.first-special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2%;
  background-color: #CFBAAF;
}
.first-special::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2%;
  width: 100%;
  background-color: #CFBAAF;
}

.last-special {
  position: relative;
}
.last-special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2%;
  background-color: #CFBAAF;
}

.red-font {
  color: #D0000E;
}

.color01-1 {
  background-color: #EEF7F3;
}

.color02-1 {
  background-color: #DEF0E8;
}

.color03-1 {
  background-color: #CDE8DC;
}

.color04-1 {
  background-color: #BDE1D1;
}

.color05-1 {
  background-color: #ACD9C5;
}

.color06-1 {
  background-color: #9CD2BA;
}

.color01-2 {
  background-color: #FAF7F6;
}

.color02-2 {
  background-color: #F4F0ED;
}

.price {
  background-color: #fff;
}
.price .box table {
  border-collapse: collapse;
  width: 100%;
}
.price .box table th {
  padding: 15px;
  text-align: center;
  border: 1px solid #D6DBE5;
  width: 25%;
  white-space: nowrap;
}
.price .box table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #D6DBE5;
  background-color: #fff;
  width: 25%;
  white-space: nowrap;
}
.price .box table .brown {
  background-color: #CFBAAF;
  color: #fff;
}
.price .box table .gray {
  background-color: #fafafa;
}
.price .box table .clear {
  border-left: none;
  border-top: none;
}
.price .box ul {
  padding-bottom: 50px;
}
.price .box li {
  text-indent: -2.7rem;
  padding-left: 2.7rem;
}
.price .box li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  margin-right: 8px;
  color: #333;
}

.first-price {
  position: relative;
}
.first-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2%;
  background-color: #CFBAAF;
}
.first-price::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #CFBAAF;
}

.flow {
  background-color: #fff;
}
.flow .in .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flow .in .box .num {
  width: 10%;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .flow .in .box .num {
    width: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .flow .in .box .num {
    width: 15%;
  }
}
.flow .in .box .num p {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #6ABB97;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}
.flow .in .box .num::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 27.5px;
  z-index: -1;
  width: 2px;
  height: calc(100% + 220px);
  background-color: #ececec;
}
.flow .in .box .clear::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 27.5px;
  z-index: -1;
  width: 2px;
  height: calc(100% + 50px);
  background-color: #fff;
}
.flow .in .box .text {
  width: 55%;
  padding: 50px 0;
}
@media screen and (max-width: 575px) {
  .flow .in .box .text {
    padding: 25px 0;
    width: 70%;
  }
}
.flow .in .box .text h3 {
  margin-bottom: 15px;
}
.flow .in .box .pic {
  width: 25%;
  aspect-ratio: 3/2;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .flow .in .box .pic {
    display: none;
  }
}
.flow .in .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.space-down {
  padding-bottom: 80px;
}

#materials .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#materials .in a {
  width: 25%;
  position: relative;
  aspect-ratio: 1/1.31;
  overflow: hidden;
  padding: 200px 30px 0px 30px;
}
@media screen and (max-width: 575px) {
  #materials .in a {
    padding: 200px 30px 0px 30px;
  }
}
#materials .in a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  top: 0;
  left: 0;
  z-index: 1;
}
#materials .in a .category {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  background-color: #6ABB97;
  padding: 0 15px;
}
#materials .in a h3 {
  position: relative;
  z-index: 2;
  text-shadow: 1px 2px 3px #000;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 575px) {
  #materials .in a h3 {
    margin-bottom: 20px;
  }
}
#materials .in a p {
  position: relative;
  z-index: 2;
  text-shadow: 1px 2px 3px #000;
  text-align: left;
  color: #fff;
}
#materials .in a .back {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#materials .in a .back img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#materials .materials-nothing {
  text-align: center;
  font-size: 3.2rem;
}

#materials-contents {
  margin-bottom: 170px;
}
@media screen and (max-width: 575px) {
  #materials-contents {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #materials-contents {
    margin-bottom: 120px;
  }
}
#materials-contents .in h2 {
  font-size: 2.3rem;
}
#materials-contents .in .bottom h3 {
  margin-top: 80px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D6DBE5;
  padding-bottom: 10px;
  position: relative;
}
#materials-contents .in .bottom h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #6ABB97;
}
@media screen and (max-width: 575px) {
  #materials-contents .in .bottom h3 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #materials-contents .in .bottom h3 {
    margin-top: 50px;
  }
}

#contents-next {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  #contents-next {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contents-next {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contents-next a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  #contents-next a {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contents-next a {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
#contents-next .news-center {
  width: 300px;
  margin: 0 50px;
  text-align: center;
  border-radius: 30px;
  text-align: center;
  background-color: #6ABB97;
  border: 1px solid #6ABB97;
  padding: 15px 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  #contents-next .news-center {
    width: 100%;
    margin: 30px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contents-next .news-center {
    width: 100%;
    margin: 30px 0;
  }
}
#contents-next .next-link {
  position: relative;
  text-align: right;
  border-radius: 30px;
  background-color: #6ABB97;
  width: 150px;
  padding: 15px 15px 15px 0;
  color: #fff;
}
#contents-next .next-link::after {
  position: absolute;
  top: 14px;
  left: 30px;
  color: #6ABB97;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
}
#contents-next .prev-link {
  position: relative;
  text-align: left;
  border-radius: 30px;
  background-color: #6ABB97;
  color: #fff;
  width: 150px;
  padding: 15px 0 15px 15px;
}
#contents-next .prev-link::after {
  position: absolute;
  top: 14px;
  right: 30px;
  color: #6ABB97;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
}

.contact-form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (max-width: 575px) {
  .contact-form {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
.contact-form th {
  width: 30%;
  border-bottom: 1px solid #EFE8D9;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .contact-form th {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form th {
    width: 100%;
    display: block;
  }
}
.contact-form td {
  border-bottom: 1px solid #EFE8D9;
  padding: 15px 0;
}
@media screen and (max-width: 575px) {
  .contact-form td {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form td {
    width: 100%;
    display: block;
  }
}
.contact-form input {
  margin-bottom: 5px;
}
.contact-form .estimate-btm {
  border-bottom: 1px solid #EFE8D9;
  padding: 30px 0;
  text-align: center;
}
.contact-form .in {
  text-align: center;
  margin-top: 30px;
}
.contact-form .required {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  background: #6ABB97;
  border-radius: 2px;
  margin-right: 10px;
  padding: 2px 5px;
  display: inline-block;
}
.contact-form .contact-text {
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 35px;
  background-color: #fafafa;
}
.contact-form .contact-number {
  border-radius: 3px;
  padding: 5px;
  width: 70px;
  height: 35px;
  background-color: #fafafa;
}
.contact-form .contact-short {
  border-radius: 3px;
  padding: 5px;
  width: 20%;
  height: 35px;
  background-color: #fafafa;
}
@media screen and (max-width: 575px) {
  .contact-form .contact-short {
    width: 100%;
  }
}
.contact-form .contact-address {
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 35px;
  background-color: #fff;
}
.contact-form select {
  border-radius: 3px;
  padding: 5px;
  width: 40%;
  height: 35px;
  background-color: #FAF8F6;
  position: relative;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
@media screen and (max-width: 575px) {
  .contact-form select {
    width: 100%;
  }
}
.contact-form .text-area-big {
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 200px;
  background-color: #FAF8F6;
}
.contact-form .submit-btn {
  text-align: center;
  margin-top: 50px;
}
.contact-form .submit-btn input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: #ffffff;
  background: #6ABB97;
  border-style: none;
  border: 2px solid #6ABB97 !important;
  padding: 10px 80px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 70px;
  font-weight: bold;
}
.contact-form .submit-btn input:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #fff;
  color: #6ABB97;
}
.contact-form .privacy-policy {
  margin: 30px 0;
}
.contact-form .privacy-policy h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.contact-form .privacy-policy p {
  margin-bottom: 30px;
}
.contact-form .privacy-title {
  margin-top: 30px;
}
.contact-form .privacy-title h3 {
  font-size: 1.8rem;
}
.contact-form .privacy {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}
.contact-form .privacy .required {
  position: static;
  top: auto;
  right: auto;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  background: #6ABB97;
  border-radius: 2px;
  margin-right: 10px;
  padding: 2px 5px;
  display: inline-block;
}

.wpcf7-response-output {
  margin-top: 0 !important;
}

.label {
  width: 130px;
  text-align: center;
  display: inline-block;
  background-color: #6ABB97;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
}

/* ページリンク */
.pagination {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination a {
  font-weight: 400;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid gray;
  border-left-width: 0;
  min-width: 36px;
  height: 36px;
  color: gray;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #6ABB97;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ececec;
  cursor: default;
  pointer-events: none;
  color: #333;
  font-weight: 500;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pointer-none {
  pointer-events: none;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
.article-content .article-info .article-date {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  color: #888;
}

.article-list .text .article-date {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  color: #888;
}

/* 投稿一覧 */
#blog-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 170px;
  /* サイドバー */
}
@media screen and (max-width: 575px) {
  #blog-main {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #blog-main {
    width: 100%;
    margin-bottom: 80px;
  }
}
#blog-main .sidebar {
  width: 20%;
}
@media screen and (max-width: 575px) {
  #blog-main .sidebar {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #blog-main .sidebar {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #blog-main .sidebar {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
#blog-main .sidebar h3 {
  font-size: 2rem;
  border-left: 5px solid #6ABB97;
  padding-left: 10px;
  margin-bottom: 15px;
  font-family: "futura-pt", sans-serif;
}
#blog-main .sidebar ul {
  margin-bottom: 30px;
}
#blog-main .sidebar ul li {
  margin-bottom: 15px;
}
#blog-main .sidebar a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#blog-main .sidebar a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.6;
}
#blog-main .catecon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 78%;
}
@media screen and (max-width: 575px) {
  #blog-main .catecon {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #blog-main .catecon {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #blog-main .catecon {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
#blog-main .catecon .cate-box {
  margin-bottom: 30px;
  margin-right: 15px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #blog-main .catecon .cate-box {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #blog-main .catecon .cate-box {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
#blog-main .catecon .cate-box h3 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-left: 15px;
}
#blog-main .catecon .cate-box p {
  margin-top: 5px;
  display: inline-block;
}
#blog-main .catecon .cate-box .con {
  font-family: "futura-pt", sans-serif;
  margin-right: 10px;
}
#blog-main .catecon .cate-box .cate {
  display: inline-block;
  border: 1px solid #6ABB97;
  padding: 0 15px;
  font-family: "futura-pt", sans-serif;
  border-radius: 20px;
  color: #6ABB97;
  margin-left: 15px;
}

/* シングル */
.blog-contents {
  width: 75%;
}
@media screen and (max-width: 575px) {
  .blog-contents {
    width: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .blog-contents {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .blog-contents {
    width: auto;
  }
}
.blog-contents h2 {
  margin: 15px 0;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .blog-contents h2 {
    font-size: 2.3rem;
  }
}

.blog-contents-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .blog-contents-box {
    width: 100%;
  }
}
.blog-contents-box h2 {
  font-size: 2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .blog-contents-box h2 {
    margin-bottom: 30px;
  }
}
.blog-contents-box h2 span {
  display: block;
}
.blog-contents-box a {
  color: #6ABB97;
  border-bottom: 1px solid #6ABB97;
}
.blog-contents-box h3 {
  border-left: solid 5px #6ABB97;
  padding-left: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .blog-contents-box h3 {
    font-size: 1.6rem;
  }
}
.blog-contents-box h4 {
  margin-top: 20px;
}
.blog-contents-box p {
  margin: 15px 0;
}
.blog-contents-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 575px) {
  .blog-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .blog-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.news-contents-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .news-contents-box {
    width: 100%;
  }
}
.news-contents-box h2 {
  font-size: 2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .news-contents-box h2 {
    margin-bottom: 30px;
  }
}
.news-contents-box h2 span {
  display: block;
}
.news-contents-box a {
  color: #6ABB97;
  border-bottom: 1px solid #6ABB97;
}
.news-contents-box h3 {
  border-left: solid 5px #6ABB97;
  padding-left: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .news-contents-box h3 {
    font-size: 1.6rem;
  }
}
.news-contents-box h4 {
  margin-top: 20px;
}
.news-contents-box p {
  margin: 15px 0;
}
.news-contents-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 575px) {
  .news-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .news-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.works-contents-box {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .works-contents-box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .works-contents-box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .works-contents-box {
    width: 100%;
  }
}
.works-contents-box a {
  color: #6ABB97;
  border-bottom: 1px solid #6ABB97;
}
.works-contents-box h2 {
  font-size: 2.6rem;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  line-height: 0.75;
}
.works-contents-box .worksp3 {
  text-align: center;
  font-size: 1.4rem;
}
.works-contents-box h3 {
  border-left: solid 5px #6ABB97;
  padding-left: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .works-contents-box h3 {
    font-size: 1.6rem;
  }
}
.works-contents-box h4 {
  margin-top: 20px;
}
.works-contents-box p {
  margin: 15px 0;
}
.works-contents-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .works-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .works-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.works-contents-box table {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .works-contents-box table {
    margin-top: 30px;
  }
}

/* 404 */
#not-found {
  padding: 120px 0;
  text-align: center;
}
#not-found h2 {
  font-size: 3rem;
}
#not-found p {
  margin: 50px 0;
  text-align: center;
}
#not-found a {
  color: #fff;
  background-color: #6ABB97;
  padding: 20px 30px;
  border: 2px solid #6ABB97;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#not-found a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #6ABB97;
}