@charset "UTF-8";
@import url(https://use.typekit.net/vre8crj.css);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);
.is-active {
  border-bottom: 2px solid #000
}
.panel {
  display: none
}
.panel.is-show {
  display: block
}
.news-body .aligncenter {
  display: block;
  margin: 10px auto 0
}
.news-body img {
  margin-top: 20px
}
.page-error {
  display: table;
  width: 100%;
  height: 100vh;
  padding: 0 15px;
  text-align: center
}
.page-error .inner {
  display: table-cell;
  vertical-align: middle
}
.page-error .inner h1 {
  margin-bottom: 5px;
  font-size: 48px
}
@media screen and (max-width: 768px) {
  .page-error .inner h1 {
    font-size: 24px
  }
}
.page-error .inner figure {
  width: 120px;
  margin: 45px auto 0
}
.page-error .text-small {
  font-size: 12px
}
.page-error .link {
  display: block;
  margin-top: 20px
}
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */-ms-text-size-adjust: 100%;
  /* 2 */-webkit-text-size-adjust: 100%/* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */display: block
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */height: 0;
  /* 1 */overflow: visible/* 2 */
}
/**
 * 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: 1em/* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */-webkit-text-decoration-skip: objects/* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */text-decoration: underline;
  /* 2 */-webkit-text-decoration: underline dotted;
  text-decoration: underline dotted/* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder
}
/**
 * 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: 1em/* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */font-size: 100%;
  /* 1 */line-height: 1.15;
  /* 1 */margin: 0/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */overflow: visible
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */text-transform: none
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button/* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */color: inherit;
  /* 2 */display: table;
  /* 1 */max-width: 100%;
  /* 1 */padding: 0;
  /* 3 */white-space: normal/* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */vertical-align: baseline/* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */padding: 0/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */outline-offset: -2px/* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */font: inherit/* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block
}
/**
 * Add the correct display in IE.
 */
template {
  display: none
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none
}
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */-webkit-box-sizing: border-box;
  box-sizing: border-box/* 2 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */vertical-align: inherit/* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  /* 2 */line-height: 1.15;
  /* 3 */-moz-tab-size: 4;
  /* 4 */-o-tab-size: 4;
  tab-size: 4;
  /* 4 */-ms-text-size-adjust: 100%;
  /* 5 */-webkit-text-size-adjust: 100%;
  /* 5 */word-break: break-word/* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */overflow: visible/* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none
}
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Oxygen Mono,Liberation Mono,monospace;
  /* 1 */font-size: 1em/* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent
}
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder
}
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo,Consolas,Roboto Mono,Ubuntu Monospace,Oxygen Mono,Liberation Mono,monospace;
  /* 1 */font-size: 1em/* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%
}
/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::selection {
  background-color: #b3d4fc;
  /* 1 */color: #000;
  /* 1 */text-shadow: none
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse
}
/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */text-transform: none/* 2 */
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em
}
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */display: table;
  /* 1 */max-width: 100%;
  /* 1 */white-space: normal/* 1 */
}
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */vertical-align: baseline/* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */overflow: auto;
  /* 2 */resize: vertical/* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */outline-offset: -2px/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */font: inherit/* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block
}
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}
dialog:not([open]) {
  display: none
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block
}
/**
 * Add the correct display in IE.
 */
template {
  display: none
}
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */touch-action: manipulation/* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: not-allowed
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  font-size: 62.5%
}
body {
  overflow: hidden;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
li {
  list-style-type: none
}
a {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #000;
  outline: none
}
a:hover {
  opacity: 0.7
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select::-ms-expand {
  display: none
}
input::-webkit-input-placeholder {
  color: #d0d0d0
}
input:-ms-input-placeholder {
  color: #d0d0d0
}
input::-ms-input-placeholder {
  color: #d0d0d0
}
input::placeholder {
  color: #d0d0d0
}
input::-ms-input-placeholder {
  color: #d0d0d0
}
input:-ms-input-placeholder {
  color: #d0d0d0
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.show-sp {
  display: block
}
@media screen and (min-width: 769px) {
  .show-sp {
    display: none
  }
}
.show-pc {
  display: none
}
@media screen and (min-width: 769px) {
  .show-pc {
    display: block
  }
}
.i-block {
  display: inline-block
}
main {
  padding-top: 60px
}
@media screen and (min-width: 769px) {
  main {
    padding-top: 0
  }
}
.container {
  width: 90%;
  margin-right: auto;
  margin-left: auto
}
@media screen and (min-width: 769px) {
  .container {
    max-width: 1000px;
    padding-right: 10px;
    padding-left: 10px
  }
}
.page-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/policy/bg-ttl.jpg) center center/cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (min-width: 769px) {
  .page-ttl {
    height: 346px
  }
}
.page-ttl__ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 1.19px;
  color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-ttl__ttl {
    padding-top: 84px;
    font-size: 40px;
    letter-spacing: 2.03px
  }
}
.page-ttl__ttl--en {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.6px;
  color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-ttl__ttl--en {
    font-size: 16px;
    letter-spacing: 2.56px
  }
}
.page-ttl__ttl--en::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 7px auto;
  background-color: #fff
}
@media screen and (min-width: 769px) {
  .page-ttl__ttl--en::before {
    width: 30px;
    margin: 14px auto 17px
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 6px auto 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    margin: 22px 0 25px 48px
  }
}
.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breadcrumb__item::after {
  content: '>';
  padding: 0 10px;
  color: #333
}
.breadcrumb__item:last-child::after {
  display: none
}
.breadcrumb__link {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.23;
  text-align: left;
  letter-spacing: normal;
  color: #1a9dc8
}
@media screen and (min-width: 769px) {
  .breadcrumb__link {
    font-size: 14px
  }
}
a.breadcrumb__link {
  display: block;
  color: #333
}
.sec-ttl {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1.2px;
  color: #d0d0d0
}
@media screen and (min-width: 769px) {
  .sec-ttl {
    font-size: 16px;
    letter-spacing: 1.6px
  }
}
.sec-ttl__en {
  display: block;
  font-family: "Roboto","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .sec-ttl__en {
    font-size: 52px
  }
}
.sec-ttl__en::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 9px auto 9px;
  background-color: #d0d0d0
}
@media screen and (min-width: 769px) {
  .sec-ttl__en::after {
    width: 30px;
    margin: 12px auto 14px
  }
}
.recruit-site .page-ttl {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: none
}
@media screen and (min-width: 769px) {
  .recruit-site .page-ttl::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 450px;
    background: #f7fcff
  }
  .recruit-site .page-ttl::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 5px;
    display: block;
    width: 139px;
    height: 251px;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/deco_mv-right_pc.png) center center/contain no-repeat
  }
}
.recruit-site .page-ttl__ttl {
  width: 100%;
  margin: 0 auto;
  padding: 30px 5% 10px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.66px;
  color: #333;
  background: #fff
}
@media screen and (min-width: 769px) {
  .recruit-site .page-ttl__ttl {
    padding: 122px 0 26px 52px;
    padding-top: 122px;
    font-size: 16px;
    letter-spacing: 0.96px
  }
}
.recruit-site .page-ttl__ttl::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin-right: 6px;
  vertical-align: middle;
  background: #333
}
@media screen and (min-width: 769px) {
  .recruit-site .page-ttl__ttl::before {
    height: 2px;
    margin-right: 10px
  }
}
.recruit-site .page-ttl__ttl--en {
  position: relative;
  display: inline-block;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.26;
  text-align: left;
  letter-spacing: 1.71px;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .recruit-site .page-ttl__ttl--en {
    font-size: 92px;
    line-height: 1;
    letter-spacing: 3.7px
  }
}
.recruit-site .page-ttl__ttl--en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 45px;
  height: 40px;
  margin: 0
}
@media screen and (min-width: 769px) {
  .recruit-site .page-ttl__ttl--en::before {
    width: 85px;
    height: 79px;
    margin: 14px auto 17px
  }
}
.recruit-site .mv {
  width: 100%;
  height: 240px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/message/mv.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .recruit-site .mv {
    position: relative;
    width: calc(980px + (100% - 980px) / 2);
    height: 600px;
    border-radius: 0 0 100px 0
  }
  .recruit-site .mv::before {
    content: "Recruite Information";
    position: absolute;
    top: 0;
    right: -75px;
    display: block;
    width: 540px;
    font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    text-align: center;
    letter-spacing: 0.2em;
    color: #333
  }
}
.recruit-site .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 6px 5% 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width: 769px) {
  .recruit-site .breadcrumb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 610px;
    padding-right: calc((100% - 980px) / 2)
  }
}
.recruit-site .breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.recruit-site .breadcrumb__item::after {
  content: '/';
  padding: 0 10px;
  color: #333
}
.recruit-site .breadcrumb__item:last-child::after {
  display: none
}
.recruit-site .breadcrumb__link {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.23;
  text-align: left;
  letter-spacing: normal;
  color: #1a9dc8
}
@media screen and (min-width: 769px) {
  .recruit-site .breadcrumb__link {
    font-size: 14px
  }
}
.recruit-site a.breadcrumb__link {
  display: block;
  color: #333
}
.bg-in-water {
  position: relative;
  z-index: 0;
  background: #f7fcff
}
.bg-in-water::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 63px;
  height: 100%;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/deco_left.png) center top/63px auto repeat-y
}
@media screen and (min-width: 769px) {
  .bg-in-water::before {
    width: 188px;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/deco_left_pc.png) center top/auto repeat-y
  }
}
.bg-in-water::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 58px;
  height: 100%;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/deco_right.png) center top/58px auto repeat-y
}
@media screen and (min-width: 769px) {
  .bg-in-water::after {
    width: 139px;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/deco_right_pc.png) center top/auto repeat-y
  }
}
.bg-blue {
  background: #f7fcff
}
.bg-blue-sp {
  background: #f7fcff
}
@media screen and (min-width: 769px) {
  .bg-blue-sp {
    background: none
  }
}
.bg-white {
  background: #fff
}
.pc-logo {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 52px;
  width: 80px
}
.logo-hidden .pc-logo {
  display: none
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%
}
@media screen and (min-width: 769px) {
  .header {
    position: static
  }
}
.header__nav {
  position: absolute;
  z-index: 10;
  top: 32px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-width: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.header__list {
  margin-left: 60px
}
.header__link {
  display: block;
  font-weight: 500;
  color: #fff
}
.sp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-left: 5%;
  background: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width: 769px) {
  .sp-header {
    display: none
  }
}
.sp-logo {
  width: 50px;
  margin-top: 8px
}
@media all and (-ms-high-contrast: none) {
  .sp-logo__img {
    display: none
  }
}
.sp-logo__img-sp {
  display: none
}
@media all and (-ms-high-contrast: none) {
  .sp-logo__img-sp {
    display: inline
  }
}
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.recruit-btn,
.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60px;
  cursor: pointer;
  text-align: center;
  background: #a00;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.recruit-btn__txt,
.menu-btn__txt {
  padding: 3px 0 10px;
  font-size: 9px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.54px;
  color: #fff
}
.recruit-btn {
  background: #f4b907
}
.recruit-btn__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
  width: 25%;
  margin: 0 auto
}
.menu-btn {
  z-index: 12;
  background: #f37e07
}
.menu-btn__line {
  position: relative;
  width: 15px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff
}
.menu-btn__line::before,
.menu-btn__line::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  display: block;
  width: 15px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff
}
.menu-btn__line::after {
  bottom: 12px
}
.sp-menu {
  position: fixed;
  z-index: 11;
  right: -105%;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding: 66px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  color: #fff;
  background: #f37e07
}
.sp-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 94px;
  background: #f37e07
}
.sp-menu__ttl {
  font-family: "Roboto","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 28px;
  letter-spacing: 2.8px
}
.gnav {
  width: 78%;
  margin: 16px auto 0
}
.gnav__item {
  margin-top: 10px
}
.gnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #fff;
  border-radius: 6px;
  background: #f4b907;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.gnav__link.link2 {
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  background: #f79b24
}
.small-links {
  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: 30px
}
.small-links__item {
  width: 49%
}
.small-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 1.4px;
  color: #f37e07;
  border-radius: 6px;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
/* Recruit ヘッダー
------------------------*/
.header-recruit {
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  padding-right: 3.57143%;
  padding-left: 210px
}
@media screen and (max-width: 768px) {
  .header-recruit {
    padding: 0
  }
}
.header-recruit .pc-logo {
  width: 105px
}
.header-recruit__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1127px;
  margin-left: auto
}
.header-recruit__list {
  position: relative;
  margin-left: auto;
  padding: 15px 10px;
  line-height: 1
}
@media (max-width: 1100px) {
  .header-recruit__list {
    margin-left: 20px
  }
}
.header-recruit__list .sub-link {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  display: none;
  width: 100%;
  min-width: 140px;
  margin-top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.header-recruit__list .sub-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 40px;
  background-color: #f37e07;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.header-recruit__list .sub-link__link:hover {
  opacity: 1;
  background-color: #f7a551
}
.header-recruit__list .sub-link__link:hover::before {
  border-color: transparent transparent #f7a551 transparent
}
.header-recruit__list .sub-link__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0 4px 6px 4px;
  border-style: solid;
  border-color: transparent transparent #f37e07 transparent
}
.header-recruit__link {
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500
}
.header-recruit__link:hover {
  opacity: 0.3
}
.header-recruit .side-nav__contact,
.header-recruit .side-nav__entry {
  position: fixed;
  z-index: 1;
  top: 180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 190px;
  color: #fff;
  border-radius: 8px 0 0 8px;
  background: #6fba2c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header-recruit .side-nav__contact::before,
.header-recruit .side-nav__entry::before {
  content: "";
  display: block;
  width: 19px;
  height: 123px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/btn_contact.png) center center/contain no-repeat
}
.header-recruit .side-nav__entry {
  top: 380px;
  background: #f37e07
}
.header-recruit .side-nav__entry::before {
  content: "";
  display: block;
  width: 16px;
  height: 106px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/btn_entry.png) center center/contain no-repeat
}
.header-recruit__sp {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-left: 5%;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width: 769px) {
  .header-recruit__sp {
    display: none
  }
}
.header-recruit__sp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
.header-recruit__sp-title {
  display: inline-block;
  width: 116px;
  height: auto;
  margin-bottom: 19px;
  margin-left: 16px
}
.header-recruit__sp .sp-menu {
  width: 85%;
  padding-top: 30px;
  border-radius: 35px 0 0 35px;
  background: #2ea7e0;
  -webkit-box-shadow: -5.3px 5.3px 15px 0 rgba(16, 74, 102, 0.32);
  box-shadow: -5.3px 5.3px 15px 0 rgba(16, 74, 102, 0.32)
}
.header-recruit__sp .sp-menu::after {
  background: #2ea7e0
}
.header-recruit__sp .sp-menu__ttl {
  width: 72%;
  margin: 0 auto;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2.1px
}
.header-recruit__sp .gnav {
  width: 72%;
  margin-top: 32px
}
.header-recruit__sp .gnav__item {
  margin-top: 24px
}
.header-recruit__sp .gnav__item .sub-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 24px;
  padding-left: 1em;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.header-recruit__sp .gnav__item .sub-link__link::before {
  content: "-";
  width: 1em;
  text-align: center
}
.header-recruit__sp .gnav__link {
  height: 30px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.8px;
  background: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.header-recruit__sp .menu-btn {
  background: #6fba2c
}
.header-recruit__sp .menu-btn.js-close-btn {
  background: transparent
}
.sp-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8)
}
@media screen and (min-width: 769px) {
  .taiyo-header .taiyo-logo {
    width: 228px
  }
}
.taiyo-header .header__nav {
  top: 16px;
  width: calc(100% - 340px);
  min-width: 100px
}
@media screen and (min-width: 970px) {
  .taiyo-header .header__nav {
    max-width: 973px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.taiyo-header .header__list {
  position: relative;
  margin-left: 20px;
  padding-bottom: 20px
}
@media screen and (min-width: 970px) {
  .taiyo-header .header__list {
    margin-left: auto;
    padding-left: 10px
  }
}
.taiyo-header .sub-link {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50%;
  display: none;
  width: 200px;
  padding: 14px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border-radius: 12px;
  background: #e6f6ff;
  -webkit-box-shadow: 3.214px 3.83px 0px 0px #8bceed;
  box-shadow: 3.214px 3.83px 0px 0px #8bceed
}
.taiyo-header .sub-link__link img {
  vertical-align: middle
}
.taiyo-header .side-nav__contact,
.taiyo-header .side-nav__entry {
  position: fixed;
  z-index: 1;
  top: 123px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 190px;
  color: #fff;
  border-radius: 8px 0 0 8px;
  background: #6fba2c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.taiyo-header .side-nav__contact::before,
.taiyo-header .side-nav__entry::before {
  content: "";
  display: block;
  width: 19px;
  height: 122px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/taiyo/header/btn_contact.png) center center/contain no-repeat
}
.taiyo-header .side-nav__entry {
  top: 323px;
  background: #2ea7e0
}
.taiyo-header .side-nav__entry::before {
  content: "";
  display: block;
  width: 16px;
  height: 97px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/taiyo/header/btn_recruit.png) center center/contain no-repeat
}
.taiyo-header .sp-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%
}
.taiyo-header .sp-header .sp-logo {
  width: 145px;
  margin-top: 12px
}
.taiyo-header .sp-header .recruit-btn {
  background: #6fba2c
}
.taiyo-header .sp-header .recruit-btn img {
  width: 15px
}
.taiyo-header .sp-header .recruit-btn__txt img {
  width: 54px;
  padding-top: 5px;
  vertical-align: top
}
.taiyo-header .sp-header .menu-btn {
  background: #2ea7e0
}
.taiyo-header .sp-header .menu-btn__txt img {
  width: 35px;
  padding-top: 5px;
  vertical-align: top
}
.taiyo-header .sp-header .sp-menu {
  width: 87%;
  padding-top: 30px;
  background: #2ea7e0
}
.taiyo-header .sp-header .sp-menu::after {
  background: #2ea7e0
}
.taiyo-header .sp-header .sp-menu__ttl {
  text-align: center
}
.taiyo-header .sp-header .sp-menu__ttl img {
  width: 92px
}
.taiyo-header .sp-header .gnav {
  width: 100%;
  margin-top: 32px;
  border-top: 1px dotted #fff
}
.taiyo-header .sp-header .gnav__item {
  margin: 0;
  text-align: center;
  border-bottom: 1px dotted #fff
}
.taiyo-header .sp-header .gnav__item:nth-child(1) .gnav__link img {
  width: 51px
}
.taiyo-header .sp-header .gnav__item:nth-child(2) .gnav__link img {
  width: 85px
}
.taiyo-header .sp-header .gnav__item:nth-child(2) .gnav__sub-link img {
  width: 92px
}
.taiyo-header .sp-header .gnav__item:nth-child(3) .gnav__link img {
  width: 132px
}
.taiyo-header .sp-header .gnav__item:nth-child(4) .gnav__link img {
  width: 140px
}
.taiyo-header .sp-header .gnav__item:nth-child(5) .gnav__link img {
  width: 103px
}
.taiyo-header .sp-header .gnav__item:nth-child(5) .gnav__sub-link img {
  width: 76px
}
.taiyo-header .sp-header .gnav__item:nth-child(6) .gnav__link img {
  width: 86px
}
.taiyo-header .sp-header .gnav__item:nth-child(7) .gnav__link img {
  width: 101px
}
.taiyo-header .sp-header .gnav__item:nth-child(8) .gnav__link img {
  width: 66px
}
.taiyo-header .sp-header .gnav__link {
  height: auto;
  padding: 25px 0;
  background: none
}
.taiyo-header .sp-header .gnav__sub-link {
  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;
  padding: 0 0 25px;
  background: none
}
.taiyo-header .sp-header .gnav__small-item {
  margin: 0;
  margin-top: 32px;
  text-align: center;
  border: none
}
.taiyo-header .sp-header .gnav__small-item:nth-child(9) {
  margin-top: 50px
}
.taiyo-header .sp-header .gnav__small-item:nth-child(9) .gnav__small-link img {
  width: 90px
}
.taiyo-header .sp-header .gnav__small-item:nth-child(10) .gnav__small-link img {
  width: 151px
}
.taiyo-header .sp-header .gnav__small-item:nth-child(11) .gnav__small-link img {
  width: 91px
}
.taiyo-header .sp-header .gnav__small-link {
  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;
  background: none
}
.taiyo-header .sp-header .gnav__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin: 50px auto 0;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.taiyo-header .sp-header .gnav__btn {
  width: 47%
}
.taiyo-header .sp-header .sp-menu-bg {
  background: rgba(0, 0, 0, 0.8)
}
.taiyo-header .sp-header .js-close-btn {
  background: transparent
}
@media screen and (min-width: 769px) {
  .taiyo-header-index .taiyo-logo img {
    width: 120px
  }
}
.js-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: auto
}
.js-gnav-show {
  right: 0
}
.js-gnav-bg-show {
  width: 100%;
  opacity: 1
}
.js-close-btn {
  background: transparent
}
.js-close-btn .menu-btn__txt {
  opacity: 0
}
.js-close-btn .menu-btn__line {
  background: transparent
}
.js-close-btn .menu-btn__line::before,
.js-close-btn .menu-btn__line::after {
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 1px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg)
}
.js-close-btn .menu-btn__line::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg)
}
.contact {
  text-align: center;
  color: #fff;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/bg-contact.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .contact {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/bg-contact_pc.jpg) center 40%/cover
  }
}
.contact__container {
  padding: 80px 0 78px
}
@media screen and (min-width: 769px) {
  .contact__container {
    padding: 100px 0
  }
}
.contact .sec-ttl,
.contact .sec-ttl__en {
  color: #fff
}
.contact__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 1.12px
}
@media screen and (min-width: 769px) {
  .contact__text {
    margin-top: 38px
  }
}
.contact__inner {
  width: 240px;
  margin: 35px auto 0
}
@media screen and (min-width: 769px) {
  .contact__inner {
    width: 380px
  }
}
.footer {
  position: relative;
  padding: 40px 0 15px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .footer {
    padding-bottom: 20px
  }
}
.footer .to-top {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (min-width: 769px) {
  .footer .to-top {
    right: 30px
  }
}
.footer .to-top__link {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #72b7e5
}
@media screen and (min-width: 769px) {
  .footer .to-top__link {
    width: 60px;
    height: 60px
  }
}
.footer .to-top__link::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, 70%) rotate(45deg);
  transform: translate(-50%, 70%) rotate(45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff
}
@media screen and (min-width: 769px) {
  .footer .to-top__link::after {
    width: 10px;
    height: 10px
  }
}
.footer__logo {
  width: 65px;
  margin: 0 auto
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: 94px
  }
}
.footer__container {
  width: 100%;
  margin-top: 30px
}
@media screen and (min-width: 769px) {
  .footer__container {
    max-width: 900px;
    margin: 40px auto 0
  }
}
@media screen and (min-width: 769px) {
  .footer__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.footer__list {
  text-align: center;
  border-bottom: 1px solid #fff
}
@media screen and (min-width: 769px) {
  .footer__list {
    margin: 0 20px;
    border: none
  }
}
.footer__list:nth-of-type(1) {
  border-top: 1px solid #fff
}
@media screen and (min-width: 769px) {
  .footer__list:nth-of-type(1) {
    border: none
  }
}
.footer__link {
  display: block;
  padding: 14px 0;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1.04px;
  color: #333
}
@media screen and (min-width: 769px) {
  .footer__link {
    margin-bottom: 8px;
    padding: 2px 5px;
    font-size: 15px;
    letter-spacing: 0.8px
  }
}
.footer__copyright {
  display: block;
  margin-top: 48px;
  font-size: 9px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    margin-top: 32px;
    font-size: 13px
  }
}
.to-top__link.recruit-to-top__link {
  background: #f37e07
}
.footer__container.rec-footer__container {
  max-width: 2000px
}
.rec-footer__list {
  position: relative
}
.rec-footer__list::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000
}
.rec-footer__list::before:nth-last-child(7) {
  content: none
}
.taiyo-footer {
  padding-top: 50px;
  background: transparent
}
@media screen and (min-width: 769px) {
  .taiyo-footer {
    padding-top: 100px
  }
}
.taiyo-footer .footer__list {
  border-bottom: 1px solid #e5e5e5
}
@media screen and (min-width: 769px) {
  .taiyo-footer .footer__list {
    border: none
  }
}
.taiyo-footer .footer__list:nth-of-type(1) {
  border-top: 1px solid #e5e5e5
}
@media screen and (min-width: 769px) {
  .taiyo-footer .footer__list:nth-of-type(1) {
    border: none
  }
}
.taiyo-footer .to-top {
  z-index: 1;
  top: -17px;
  -webkit-transform: none;
  transform: none
}
.taiyo-footer .to-top__link {
  width: 45px;
  height: 45px;
  background: #2ea7e0
}
@media screen and (min-width: 769px) {
  .taiyo-footer .to-top__link {
    width: 60px;
    height: 60px
  }
}
.taiyo-footer .to-top__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/wp-content/themes/taiyogakuin/_assets/images/taiyo/icon_totop.svg) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .taiyo-footer .to-top__link::before {
    width: 20px;
    height: 24px
  }
}
.taiyo-footer .to-top__link::after {
  display: none
}
/* ---------------------
  - Layout Common
   - section-title
   - button

  - Sidebar
  - MV
  - SchoolList (swiper)
  - News
  - Identitiy
  - Message
  - Overview
  - Our Group

--------------------- */
/* =====================
  Layout Common
===================== */
/* button
------------------------*/
.button {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  letter-spacing: 1.5px;
  color: #fff;
  border-radius: 6px;
  background-color: #f37e07
}
@media screen and (min-width: 769px) {
  .button {
    padding: 26px 0;
    font-size: 18px;
    border-radius: 8px
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #fff
}
@media screen and (min-width: 769px) {
  .button::before {
    right: 38px;
    width: 18px;
    height: 18px
  }
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 0;
  height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #f37e07
}
@media screen and (min-width: 769px) {
  .button::after {
    right: 43px;
    border-width: 3px 0 3px 6px
  }
}
.button:hover {
  opacity: 0.7
}
.mv-container {
  padding-top: 60px/*  Sidebar
------------------------*//*  Mv
------------------------*//*  SchoolList
  ------------------------*/
}
@media screen and (min-width: 769px) {
  .mv-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0
  }
}
.mv-container .sidebar {
  display: none
}
@media screen and (min-width: 769px) {
  .mv-container .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 120px;
    height: 800px;
    background: #fff
  }
}
.mv-container .sidebar__logo {
  display: block;
  width: 82px;
  min-height: 0%;
  margin: 40px auto 0
}
.mv-container .sidebar__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  margin: 60px auto;
  font-size: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}
.mv-container .sidebar__recruit {
  position: fixed;
  z-index: 2;
  top: 680px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 120px;
  height: 120px;
  background: #f37e07;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mv-container .sidebar__recruit-icon {
  width: 30px;
  min-height: 0%;
  margin: 0 auto
}
.mv-container .sidebar__recruit-img {
  fill: #fff
}
.mv-container .sidebar__recruit-text {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.08px;
  color: #fff
}
.mv-container .sidebar .js-recruitbtn-leftbottom {
  top: auto;
  bottom: 0;
  left: 0
}
.mv-container .select-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 6px;
  background: #fff
}
@media screen and (min-width: 769px) {
  .mv-container .select-container {
    display: none
  }
}
.mv-container .select-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: #f37e07
}
.mv-container .select-container::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent
}
.mv-container .area-select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding-left: 16px;
  font-size: 12px;
  letter-spacing: 1.2px;
  border: none;
  background-color: transparent
}
.mv-container .swiper-outer {
  position: absolute;
  top: 90px;
  left: 0;
  overflow: hidden;
  width: 100%;
  padding: 0 12%
}
@media screen and (min-width: 769px) {
  .mv-container .swiper-outer {
    top: 70px
  }
}
@media screen and (min-width: 769px) {
  .mv-container .swiper-outer {
    padding: 0 70px 0 60px
  }
}
.mv-container .swiper-outer .swiper-container {
  overflow: hidden;
  width: 100%
}
.mv-container .swiper-button-prev {
  position: absolute;
  z-index: 1;
  top: 118px;
  left: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #72b7e5
}
@media screen and (min-width: 769px) {
  .mv-container .swiper-button-prev {
    width: 50px;
    height: 50px
  }
}
.mv-container .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff
}
@media screen and (min-width: 769px) {
  .mv-container .swiper-button-prev::before {
    left: 21px;
    width: 10px;
    height: 10px
  }
}
.mv-container .swiper-button-next {
  position: absolute;
  z-index: 2;
  top: 118px;
  right: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #72b7e5
}
@media screen and (min-width: 769px) {
  .mv-container .swiper-button-next {
    right: 0;
    width: 50px;
    height: 50px
  }
}
.mv-container .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}
@media screen and (min-width: 769px) {
  .mv-container .swiper-button-next::before {
    right: 21px;
    width: 10px;
    height: 10px
  }
}
.mv-container .swiper-button-prev.swiper-button-disabled,
.mv-container .swiper-button-next.swiper-button-disabled {
  display: none
}
.mv-container .school-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.mv-container .school-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width: 769px) {
  .mv-container .school-list__item {
    width: 474px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.mv-container .school-list__pic {
  width: 45%
}
@media screen and (min-width: 769px) {
  .mv-container .school-list__pic {
    width: 210px;
    margin-right: 14px
  }
}
.mv-container .school-list__pic img {
  border-radius: 12px;
  -webkit-box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.18)
}
@media screen and (min-width: 769px) {
  .mv-container .school-list__pic img {
    border-radius: 24px
  }
}
.mv-container .school-list__txt {
  width: 50%;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.6px
}
@media screen and (min-width: 769px) {
  .mv-container .school-list__txt {
    width: auto;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.84px
  }
}
.mv-container .school-list__txt--group {
  display: block;
  margin-bottom: 1px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.6px
}
@media screen and (min-width: 769px) {
  .mv-container .school-list__txt--group {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.84px
  }
}
.mv-container .school-list__txt--name {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.72px
}
@media screen and (min-width: 769px) {
  .mv-container .school-list__txt--name {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.96px
  }
}
@media screen and (min-width: 769px) {
  .mv-container .mv-inner {
    width: 100%;
    margin-left: 120px
  }
}
.mv-container .mv {
  height: 260px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/top/mv001.jpg) center top/cover
}
@media screen and (min-width: 769px) {
  .mv-container .mv {
    height: 560px
  }
}
.mv-container .mv .swiper-wrapper {
  width: 100%;
  height: 100%
}
.mv-container .mv .swiper-slide {
  width: 100%;
  height: 100%;
  padding-top: 60px
}
.mv-container .mv .mv01 {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/top/mv001.jpg) center top/cover
}
.mv-container .mv .mv02 {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/top/mv002.jpg) center center/cover
}
.mv-container .mv .mv03 {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/top/mv003.jpg) center center/cover
}
.mv-container .mv .mv04 {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/top/mv004.jpg) center center/cover
}
.mv-container .mv .mv05 {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/top/mv005.jpg) center center/cover
}
.mv-container .mv .swiper-pagination-bullet-active {
  background: #f37e07
}
.mv-container .schoolList {
  padding: 28px 10px 33%;
  background-color: #fffeeb
}
@media screen and (min-width: 769px) {
  .mv-container .schoolList {
    height: 240px;
    padding: 25px 0 0 30px
  }
}
.mv-container .schoolList__ttl {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.02px
}
@media screen and (min-width: 769px) {
  .mv-container .schoolList__ttl {
    font-size: 28px;
    text-align: left;
    letter-spacing: 1.68px
  }
}
.mv-container .tab-panel {
  position: relative;
  width: 100%
}
@media screen and (min-width: 769px) {
  .mv-container .tab-panel {
    width: calc(100vw - 190px)
  }
}
@media screen and (min-width: 769px) {
  .mv-container .tab-panel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.mv-container .tab-group {
  display: none
}
@media screen and (min-width: 769px) {
  .mv-container .tab-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 426px;
    margin-left: 52px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.mv-container .tab {
  cursor: pointer;
  letter-spacing: 1.6px
}
.mv-container .tab:hover {
  opacity: .8
}
.mv-container .tab.js-selected-tab {
  border-bottom: 1px solid #333
}
.mv-container .js-hakodate .area-sapporo {
  display: none
}
.mv-container .js-hakodate .area-tokyo {
  display: none
}
.mv-container .js-sapporo .area-hakodate {
  display: none
}
.mv-container .js-sapporo .area-tokyo {
  display: none
}
.mv-container .js-tokyo .area-hakodate {
  display: none
}
.mv-container .js-tokyo .area-sapporo {
  display: none
}
.page-top {
  /*  News
  ------------------------*//*  Identitiy
  ------------------------*//*  Message
  ------------------------*//*  Overview
  ------------------------*//*  Our Group
  ------------------------*/
}
.page-top .news {
  padding-top: 10px;
  padding-bottom: 78px
}
@media screen and (min-width: 769px) {
  .page-top .news {
    margin-top: 120px;
    padding-bottom: 116px
  }
  .page-top .news .ttl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 29%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .page-top .news .sec-ttl {
    text-align: left
  }
  .page-top .news .sec-ttl__en {
    text-align: left
  }
  .page-top .news .sec-ttl__en::after {
    margin-left: 0
  }
}
.page-top .news .container {
  padding-top: 26px;
  -webkit-box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-top .news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
  }
}
.page-top .news__posts {
  margin-top: 26px;
  padding: 26px 0 18px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-top .news__posts {
    width: 71%;
    margin-top: 0;
    padding: 30px 0
  }
}
.page-top .news__posts .news-list {
  width: 88%;
  margin: 0 auto
}
@media screen and (min-width: 769px) {
  .page-top .news__posts .news-list {
    width: 86%
  }
}
.page-top .news__posts .news-list__item {
  width: 100%;
  padding: 12px 0
}
@media screen and (min-width: 769px) {
  .page-top .news__posts .news-list__item {
    padding: 20px 0
  }
}
.page-top .news__posts .news-list__link {
  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
}
@media screen and (min-width: 769px) {
  .page-top .news__posts .news-list__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
  }
}
.page-top .news__posts .news-list__link:hover {
  text-decoration: underline;
  opacity: 0.7
}
.page-top .news__posts .news-list__pic {
  overflow: hidden;
  width: 27%;
  border-radius: 6px
}
@media screen and (min-width: 769px) {
  .page-top .news__posts .news-list__pic {
    width: 17%
  }
}
.page-top .news__posts .news-list__info {
  width: 66%
}
@media screen and (min-width: 769px) {
  .page-top .news__posts .news-list__info {
    width: 80%
  }
}
.page-top .news__posts .news-list__date {
  margin-top: 13px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.66px;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-top .news__posts .news-list__date {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.84px
  }
}
.page-top .news__posts .news-list__txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.84px
}
@media screen and (min-width: 769px) {
  .page-top .news__posts .news-list__txt {
    margin-top: 12px;
    line-height: 1.31;
    letter-spacing: 0.96px
  }
}
.page-top .news__btn {
  width: 240px;
  margin: 40px auto 0
}
@media screen and (min-width: 769px) {
  .page-top .news__btn {
    width: 380px;
    margin-top: 60px
  }
}
.page-top .identitiy {
  position: relative;
  z-index: 1;
  padding-bottom: 80px
}
@media screen and (min-width: 769px) {
  .page-top .identitiy {
    padding-bottom: 120px
  }
  .page-top .identitiy .container {
    max-width: 1100px
  }
}
.page-top .identitiy::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 79%;
  background: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-top .identitiy::before {
    bottom: 26%;
    left: 34%;
    width: 103%;
    max-width: 1010px;
    height: 56.5%
  }
}
@media screen and (min-width: 769px) {
  .page-top .identitiy__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 128px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 4%
  }
}
.page-top .identitiy__pic {
  width: 78%;
  margin: 24px auto 0
}
@media screen and (min-width: 769px) {
  .page-top .identitiy__pic {
    width: 38%;
    margin: 0
  }
}
.page-top .identitiy__pic img {
  -webkit-box-shadow: 2.5px 4.3px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.3px 30px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-top .identitiy__text {
    width: 55%
  }
}
.page-top .identitiy__text h3 {
  margin-top: 33px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-top .identitiy__text h3 {
    margin-top: 0;
    font-size: 32px;
    line-height: 1
  }
}
.page-top .identitiy__text p {
  margin-top: 21px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-top .identitiy__text p {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.81;
    letter-spacing: 1.28px
  }
}
.page-top .identitiy__text p:nth-of-type(1) {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1.28px
}
@media screen and (min-width: 769px) {
  .page-top .identitiy__text p:nth-of-type(1) {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: 2px
  }
}
.page-top .identitiy__btn {
  width: 240px;
  margin: 34px auto 0
}
@media screen and (min-width: 769px) {
  .page-top .identitiy__btn {
    width: 380px;
    margin-top: 130px
  }
}
.page-top .message {
  position: relative;
  padding: 76px 0 80px
}
@media screen and (min-width: 769px) {
  .page-top .message {
    padding: 60px 0 80px
  }
  .page-top .message .sec-ttl {
    text-align: left
  }
  .page-top .message .sec-ttl__en {
    text-align: left
  }
  .page-top .message .sec-ttl__en::after {
    margin-left: 0
  }
  .page-top .message .container {
    position: relative
  }
}
.page-top .message::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 79%;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-top .message::before {
    top: 0;
    right: 50%;
    bottom: auto;
    left: auto;
    width: 80%;
    max-width: 1119px;
    height: 67%;
    -webkit-transform: translateX(37%);
    transform: translateX(37%)
  }
}
.page-top .message__pics {
  position: relative;
  margin-top: 26px;
  padding-top: 106%
}
@media screen and (min-width: 769px) {
  .page-top .message__pics {
    position: absolute;
    top: 0;
    left: calc(50% + 50px);
    width: 58%;
    height: 98%;
    max-height: 637px;
    margin-top: 30px;
    padding-top: 0
  }
}
.page-top .message__pic1,
.page-top .message__pic2,
.page-top .message__pic3 {
  position: absolute
}
.page-top .message__pic1 img,
.page-top .message__pic2 img,
.page-top .message__pic3 img {
  -webkit-box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1)
}
.page-top .message__pic1 {
  z-index: 1;
  top: 0;
  left: 50%;
  width: 78%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (min-width: 769px) {
  .page-top .message__pic1 {
    left: 0;
    width: 81%;
    -webkit-transform: none;
    transform: none
  }
}
.page-top .message__pic2 {
  bottom: 0;
  left: 0;
  width: 45%
}
@media screen and (min-width: 769px) {
  .page-top .message__pic2 {
    width: 46%;
    min-width: 250px
  }
}
.page-top .message__pic3 {
  z-index: 0;
  top: 48%;
  right: 0;
  width: 45%
}
@media screen and (min-width: 769px) {
  .page-top .message__pic3 {
    right: 10%;
    width: 46%;
    min-width: 250px
  }
}
@media screen and (min-width: 1200px) {
  .page-top .message__pic3 {
    right: 0
  }
}
.page-top .message p {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-top .message p {
    width: 50%;
    margin-top: 28px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px
  }
}
.page-top .message__btn {
  width: 240px;
  margin: 34px auto 0
}
@media screen and (min-width: 769px) {
  .page-top .message__btn {
    width: 380px;
    margin-top: 80px
  }
}
.page-top .overview {
  padding: 78px 0 76px
}
@media screen and (min-width: 769px) {
  .page-top .overview {
    padding: 38px 0 120px
  }
}
.page-top .overview__container {
  margin-top: 28px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0
}
@media screen and (min-width: 769px) {
  .page-top .overview__container {
    margin: 64px auto 60px
  }
}
.page-top .overview__container .overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (min-width: 769px) {
  .page-top .overview__container .overview__list {
    padding: 46px 0 52px 12%
  }
}
.page-top .overview__container .overview__list .overview__term {
  width: 33%;
  margin-top: 15px;
  font-family: "Noto Serif JP","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.84px
}
@media screen and (min-width: 769px) {
  .page-top .overview__container .overview__list .overview__term {
    width: 32%;
    margin-top: 32px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33
  }
  .page-top .overview__container .overview__list .overview__term:nth-of-type(1) {
    margin-top: 0
  }
}
.page-top .overview__container .overview__list .overview__detail {
  width: 67%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1.12px
}
@media screen and (min-width: 769px) {
  .page-top .overview__container .overview__list .overview__detail {
    width: 68%;
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.28px
  }
  .page-top .overview__container .overview__list .overview__detail:nth-of-type(1) {
    margin-top: 0
  }
}
.page-top .overview__container .overview__list .overview__detail .area-list {
  display: block
}
@media screen and (min-width: 769px) {
  .page-top .overview__container .overview__list .overview__detail .area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.page-top .overview__container .overview__list .overview__detail .area-list__term {
  margin-top: 20px
}
@media screen and (min-width: 769px) {
  .page-top .overview__container .overview__list .overview__detail .area-list__term {
    width: 140px;
    margin-top: 24px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.28px
  }
}
.page-top .overview__container .overview__list .overview__detail .area-list__term:first-child {
  margin-top: 0
}
@media screen and (min-width: 769px) {
  .page-top .overview__container .overview__list .overview__detail .area-list__detail {
    width: calc(100% - 140px);
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: 1.28px
  }
  .page-top .overview__container .overview__list .overview__detail .area-list__detail:first-of-type {
    margin-top: 0
  }
}
.page-top .overview__btn {
  width: 240px;
  margin: 40px auto 0
}
@media screen and (min-width: 769px) {
  .page-top .overview__btn {
    width: 380px
  }
}
.page-top .ourgroup {
  position: relative;
  padding-bottom: 80px
}
@media screen and (min-width: 769px) {
  .page-top .ourgroup {
    padding-bottom: 195px
  }
  .page-top .ourgroup .sec-ttl {
    text-align: left
  }
  .page-top .ourgroup .sec-ttl__en {
    text-align: left
  }
  .page-top .ourgroup .sec-ttl__en::after {
    margin-left: 0
  }
  .page-top .ourgroup .container {
    position: relative
  }
}
.page-top .ourgroup__pic {
  position: relative;
  margin-top: 26px
}
@media screen and (min-width: 769px) {
  .page-top .ourgroup__pic {
    position: absolute;
    top: 0;
    left: 50%;
    width: 54%;
    margin-top: 0
  }
}
.page-top .ourgroup__pic::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 16%;
  display: block;
  width: 100%;
  height: 90%;
  background: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-top .ourgroup__pic::before {
    top: 9%;
    left: 20%;
    width: 109%;
    height: 112%
  }
}
.page-top .ourgroup__pic::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 3%;
  bottom: -8%;
  display: block;
  width: 31%;
  height: 35%;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/top/icon-lion.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-top .ourgroup__pic::after {
    right: 3%;
    bottom: -24%;
    width: 36%;
    height: 36%
  }
}
@media screen and (min-width: 1200px) {
  .page-top .ourgroup__pic::after {
    right: -10%
  }
}
.page-top .ourgroup__pic img {
  -webkit-box-shadow: 2.5px 4.3px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.3px 30px 0 rgba(0, 0, 0, 0.1)
}
.page-top .ourgroup__text {
  margin-top: 43px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-top .ourgroup__text {
    width: 42%;
    margin-top: 26px;
    font: 16px;
    line-height: 2;
    letter-spacing: 1.28px
  }
}
.page-top .ourgroup__btn {
  width: 240px;
  margin: 34px auto 0
}
@media screen and (min-width: 769px) {
  .page-top .ourgroup__btn {
    width: 380px;
    margin: 54px auto 0 0
  }
}
.page-policy .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/policy/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-policy .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/policy/bg-ttl_pc.jpg) center center/cover
  }
}
.page-policy .kv {
  position: relative;
  margin-top: 41px;
  padding-bottom: 53px
}
@media screen and (min-width: 769px) {
  .page-policy .kv {
    margin-top: 50px;
    padding-bottom: 144px
  }
}
.page-policy .kv::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 83%;
  background: #f6f6f3
}
@media screen and (min-width: 769px) {
  .page-policy .kv::before {
    z-index: 2;
    right: calc(50% + 137px);
    width: 40%;
    max-width: 563px;
    height: calc(100% - 82px)
  }
}
@media screen and (min-width: 769px) {
  .page-policy .kv__pic {
    position: absolute;
    top: 0;
    left: calc(50% - 186px);
    width: 63%;
    max-width: 886px
  }
}
@media screen and (min-width: 769px) {
  .page-policy .kv__txts {
    position: relative;
    z-index: 3
  }
}
.page-policy .kv__ttl {
  margin-top: 41px;
  font-size: 20.8px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2.08px
}
@media screen and (min-width: 769px) {
  .page-policy .kv__ttl {
    padding-top: 44px;
    font-size: 43px;
    text-align: left;
    letter-spacing: 4.35px
  }
}
.page-policy .kv__txt,
.page-policy .kv__txt2 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-policy .kv__txt,
  .page-policy .kv__txt2 {
    margin-top: 32px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1.44px
  }
}
.page-policy .kv__txt2 {
  margin-top: 31px
}
@media screen and (min-width: 769px) {
  .page-policy .kv__txt2 {
    margin-top: 8px
  }
}
.page-policy .texts {
  padding-top: 32px
}
@media screen and (min-width: 769px) {
  .page-policy .texts {
    padding-top: 54px
  }
}
.page-policy .btn-container {
  margin-top: 34px
}
@media screen and (min-width: 769px) {
  .page-policy .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.page-policy .btn-container .button {
  margin-top: 12px
}
@media screen and (min-width: 769px) {
  .page-policy .btn-container .button {
    width: 49%
  }
}
.page-policy .txt-name {
  margin-top: 41px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  text-align: center;
  letter-spacing: 1.44px
}
@media screen and (min-width: 769px) {
  .page-policy .txt-name {
    margin-top: 100px;
    font-size: 31px;
    letter-spacing: 2.48px
  }
}
.page-policy .txt-detail {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-policy .txt-detail {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px
  }
}
.page-policy .sec-movie {
  margin-top: 70px;
  padding-bottom: 80px
}
@media screen and (min-width: 769px) {
  .page-policy .sec-movie {
    margin-top: 188px;
    padding-bottom: 200px
  }
}
.page-policy .youtube {
  position: relative;
  display: block;
  margin-top: 22px;
  padding-top: 56%;
  background: #aaa
}
@media screen and (min-width: 769px) {
  .page-policy .youtube {
    margin-top: 60px
  }
}
.page-policy .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.page-policy .txt {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-policy .txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.28px
  }
}
.page-about .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/about/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-about .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/about/bg-ttl_pc.jpg) center center/cover
  }
}
.page-about .sec-dept {
  margin-top: 40px;
  padding-bottom: 100px
}
@media screen and (min-width: 769px) {
  .page-about .sec-dept {
    margin-top: 74px;
    padding-bottom: 137px
  }
}
.page-about .dept-list {
  margin-top: 24px
}
@media screen and (min-width: 769px) {
  .page-about .dept-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.page-about .dept-list__item {
  margin-top: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.21)
}
@media screen and (min-width: 769px) {
  .page-about .dept-list__item {
    width: 43%;
    margin: 59px 18px 0;
    border-radius: 24px
  }
}
.page-about .dept-list__item:nth-child(1) {
  margin-top: 0
}
@media screen and (min-width: 769px) {
  .page-about .dept-list__item:nth-child(1) {
    margin-top: 59px
  }
}
.page-about .dept-list__item:nth-child(1) .dept-list__link {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/about/img-link001.jpg) center center/cover
}
.page-about .dept-list__item:nth-child(1) .dept-list__link::before {
  background: #7ec9df
}
.page-about .dept-list__item:nth-child(2) .dept-list__link {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/about/img-link002.jpg) center center/cover
}
.page-about .dept-list__item:nth-child(2) .dept-list__link::before {
  background: #dbd956
}
.page-about .dept-list__item:nth-child(3) .dept-list__link {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/about/img-link003.jpg) center center/cover
}
.page-about .dept-list__item:nth-child(3) .dept-list__link::before {
  background: #e7949a
}
.page-about .dept-list__link {
  position: relative;
  display: block;
  padding: 68px 0 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 12px
}
@media screen and (min-width: 769px) {
  .page-about .dept-list__link {
    padding: 96px 0 48px;
    font-size: 32px;
    letter-spacing: 3.2px
  }
}
.page-about .dept-list__link--en {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px
}
@media screen and (min-width: 769px) {
  .page-about .dept-list__link--en {
    font-size: 14px;
    letter-spacing: 1.4px
  }
}
.page-about .dept-list__link--en::before {
  content: "--------------------";
  display: block;
  margin: 4px 0
}
@media screen and (min-width: 769px) {
  .page-about .dept-list__link--en::before {
    font-size: 18px
  }
}
.page-about .dept-list__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background: #7ec9df
}
@media screen and (min-width: 769px) {
  .page-about .dept-list__link::before {
    width: 51px;
    height: 51px
  }
}
.page-about .dept-list__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-55%, 50%) rotate(45deg);
  transform: translate(-55%, 50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}
@media screen and (min-width: 769px) {
  .page-about .dept-list__link::after {
    width: 10px;
    height: 10px
  }
}
.page-about .sec-history {
  padding-top: 78px;
  background: #f6f6f3
}
@media screen and (min-width: 769px) {
  .page-about .sec-history {
    padding-top: 150px
  }
}
.page-about .history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (min-width: 769px) {
  .page-about .history-list {
    margin-top: 86px
  }
}
.page-about .history-list__year {
  position: relative;
  width: 150px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: 1.04px
}
@media screen and (min-width: 769px) {
  .page-about .history-list__year {
    width: 230px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.28px
  }
}
.page-about .history-list__year::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 18px;
  display: block;
  width: 6px;
  height: 1px;
  background: #333
}
@media screen and (min-width: 769px) {
  .page-about .history-list__year::after {
    top: 14px;
    right: 32px;
    width: 18px
  }
}
.page-about .history-list__detail {
  width: calc(100% - 150px);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 1.12px
}
@media screen and (min-width: 769px) {
  .page-about .history-list__detail {
    width: calc(100% - 230px);
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.28px
  }
}
.page-about .history-pic {
  margin-top: 38px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-about .history-pic {
    margin-top: 126px
  }
}
.page-about .sec-overview {
  padding-top: 75px;
  padding-bottom: 80px
}
@media screen and (min-width: 769px) {
  .page-about .sec-overview {
    padding-top: 110px;
    padding-bottom: 160px
  }
}
.page-about .overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (min-width: 769px) {
  .page-about .overview-list {
    margin-top: 96px
  }
}
.page-about .overview-list::before,
.page-about .overview-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d0d0d0
}
.page-about .overview-list::before {
  margin-bottom: 35px
}
@media screen and (min-width: 769px) {
  .page-about .overview-list::before {
    margin-bottom: 43px
  }
}
.page-about .overview-list::after {
  margin-top: 19px
}
@media screen and (min-width: 769px) {
  .page-about .overview-list::after {
    margin-top: 17px
  }
}
.page-about .overview-list__name {
  width: 34%;
  margin-bottom: 14px;
  font-family: "Noto Serif JP","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px
}
@media screen and (min-width: 769px) {
  .page-about .overview-list__name {
    width: 40%;
    margin-bottom: 25px;
    padding-left: 11%;
    font-size: 18px;
    letter-spacing: 1.08px
  }
}
.page-about .overview-list__detail {
  width: 66%;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1.12px
}
@media screen and (min-width: 769px) {
  .page-about .overview-list__detail {
    width: 60%;
    margin-bottom: 25px;
    font-size: 16px
  }
}
.page-about .overview-list .school-list__item {
  margin-bottom: 14px
}
@media screen and (min-width: 769px) {
  .page-about .overview-list .school-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    line-height: 1.5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .page-about .overview-list .school-list__item .school-list__area {
    width: 120px
  }
  .page-about .overview-list .school-list__item .school-list__school-name {
    width: calc(100% - 120px)
  }
}
.page-about .overview-list .school-list__item:last-child {
  margin-bottom: 0
}
.page-greeting .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/greeting/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-greeting .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/greeting/bg-ttl_pc.jpg) center center/cover
  }
}
.page-greeting .sec-chairman {
  padding-top: 41px;
  padding-bottom: 72px
}
@media screen and (min-width: 769px) {
  .page-greeting .sec-chairman {
    padding-top: 72px;
    padding-bottom: 238px
  }
}
@media screen and (min-width: 769px) {
  .page-greeting .chairman-pic {
    width: 52%;
    margin: 0 auto
  }
}
.page-greeting .chairman-img {
  -webkit-box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1)
}
.page-greeting .chairman-info {
  margin-top: 27px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-greeting .chairman-info {
    margin-top: 45px
  }
}
.page-greeting .chairman-info__post {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.76px
}
@media screen and (min-width: 769px) {
  .page-greeting .chairman-info__post {
    font-size: 17px;
    letter-spacing: 2.72px
  }
}
.page-greeting .chairman-info__name {
  font-size: 21.3px;
  font-weight: 500;
  letter-spacing: 2.13px
}
@media screen and (min-width: 769px) {
  .page-greeting .chairman-info__name {
    font-size: 29px;
    letter-spacing: 2.9px
  }
}
.page-greeting .txt {
  margin-top: 11px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-greeting .txt {
    margin-top: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.28px
  }
}
.page-greeting .sec-mission {
  padding-top: 80px;
  padding-bottom: 72px;
  background: #f6f6f3
}
@media screen and (min-width: 769px) {
  .page-greeting .sec-mission {
    padding-top: 51px;
    padding-bottom: 190px
  }
}
@media screen and (min-width: 769px) {
  .page-greeting .sec-mission .container {
    position: relative
  }
}
.page-greeting .mission-ttl {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #d0d0d0
}
@media screen and (min-width: 769px) {
  .page-greeting .mission-ttl {
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 0;
    width: 370px;
    font-size: 16px;
    letter-spacing: 1.6px
  }
}
.page-greeting .mission-ttl__note {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.76px;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-greeting .mission-ttl__note {
    margin-bottom: 13px;
    font-size: 20px;
    letter-spacing: 3.2px
  }
}
.page-greeting .mission-ttl__en {
  display: block;
  margin-bottom: 16px;
  font-family: "Roboto","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 35.3px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 2.12px;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-greeting .mission-ttl__en {
    margin-bottom: 30px;
    font-size: 60.5px;
    line-height: 1.13;
    letter-spacing: 3.63px
  }
}
.page-greeting .mission-pic {
  margin-top: 29px
}
@media screen and (min-width: 769px) {
  .page-greeting .mission-pic {
    position: relative;
    z-index: 1;
    width: 57%;
    margin-top: 0
  }
  .page-greeting .mission-pic::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 80px;
    bottom: 80px;
    display: block;
    width: 114%;
    height: 105%;
    background: #ede9e4
  }
}
.page-greeting .mission-img {
  -webkit-box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1)
}
.page-greeting .mission-txt {
  margin-top: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.07;
  text-align: center;
  letter-spacing: 2.56px
}
@media screen and (min-width: 769px) {
  .page-greeting .mission-txt {
    margin-top: 72px;
    font-size: 26px;
    line-height: 1.92;
    letter-spacing: 4.16px
  }
}
.page-privacypolicy .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/privacypolicy/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/privacypolicy/bg-ttl_pc.jpg) center center/cover
  }
}
.page-privacypolicy .sec-policy {
  padding-top: 42px
}
.page-privacypolicy .policy-announce {
  padding: 22px 6%;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  border-radius: 7px;
  background: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .policy-announce {
    padding: 32px 0;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 1.28px;
    border-radius: 15px
  }
}
.page-privacypolicy .policy-list {
  margin-top: 44px;
  font-size: 15px
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .policy-list {
    margin-top: 76px
  }
}
.page-privacypolicy .policy-list__ttl {
  position: relative;
  margin-bottom: 7px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .policy-list__ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.44px
  }
}
.page-privacypolicy .policy-list__ttl::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f37e07
}
.page-privacypolicy .policy-list__detail {
  margin-bottom: 33px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .policy-list__detail {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1.28px
  }
}
.page-privacypolicy .policy-list__detail::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  background: #d0d0d0
}
.page-privacypolicy .btn-returntop {
  width: 240px;
  margin: 50px auto 80px
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .btn-returntop {
    width: 380px;
    margin: 80px auto 200px
  }
}
.page-kindergarten .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/facilities/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-kindergarten .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/facilities/bg-ttl_pc.jpg) center center/cover
  }
}
.page-kindergarten .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -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 (min-width: 769px) {
  .page-kindergarten .area-list {
    margin-top: 104px
  }
}
.page-kindergarten .area-list__item::after {
  content: "/";
  margin: 0 18px;
  font-size: 14px;
  font-weight: bold
}
@media screen and (min-width: 769px) {
  .page-kindergarten .area-list__item::after {
    margin: 0 22px;
    font-size: 18px
  }
}
.page-kindergarten .area-list__item:last-child::after {
  display: none
}
.page-kindergarten .area-list__link {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-kindergarten .area-list__link {
    font-size: 18px
  }
}
.page-kindergarten .sec-hakodate,
.page-kindergarten .sec-sapporo,
.page-kindergarten .sec-tokyo {
  padding-top: 78px;
  padding-bottom: 20px
}
@media screen and (min-width: 769px) {
  .page-kindergarten .sec-hakodate,
  .page-kindergarten .sec-sapporo,
  .page-kindergarten .sec-tokyo {
    padding-top: 98px
  }
}
@media screen and (min-width: 769px) {
  .page-kindergarten .sec-hakodate .container,
  .page-kindergarten .sec-sapporo .container,
  .page-kindergarten .sec-tokyo .container {
    max-width: 1100px
  }
}
.page-kindergarten .facilities-list {
  margin-top: 30px
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.page-kindergarten .facilities-item {
  position: relative;
  padding-bottom: 60px
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item {
    width: 49%;
    padding-bottom: 140px
  }
}
.page-kindergarten .facilities-item__area {
  position: absolute;
  top: 0;
  left: 6%;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  letter-spacing: 1.3px;
  color: #948e8e
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__area {
    left: 4%;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1.8px
  }
}
.page-kindergarten .facilities-item__area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 110px;
  display: block;
  width: calc(90vw - 110px);
  height: 1px;
  background: #948e8e
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__area::before {
    left: 152px;
    width: calc(100% - 152px)
  }
}
.page-kindergarten .facilities-item__pic {
  height: 90vw;
  margin: 0 auto;
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__pic {
    position: relative;
    width: 78%;
    height: 0;
    margin-left: 35px;
    padding-bottom: 100%
  }
}
.page-kindergarten .facilities-item__img {
  width: auto;
  height: 100%;
  -webkit-box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.18)
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__img {
    position: absolute;
    top: 0;
    left: 0
  }
}
.page-kindergarten .facilities-item__info {
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__info {
    position: relative;
    z-index: 1;
    width: 65%;
    margin: -170px 0 0 auto;
    padding-top: 32px;
    padding-bottom: 12px;
    background: #fff
  }
}
.page-kindergarten .facilities-item__name {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__name {
    margin-top: 0;
    font-size: 29px;
    letter-spacing: 2.9px
  }
}
.page-kindergarten .facilities-item__kind {
  display: block;
  font-size: 11px;
  letter-spacing: 1.1px
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__kind {
    font-size: 15px;
    letter-spacing: 1.5px
  }
}
.page-kindergarten .facilities-item__addr {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__addr {
    margin-top: 24px;
    padding-left: 9%;
    font-size: 15px;
    line-height: 1.33;
    text-align: left
  }
}
.page-kindergarten .facilities-item__tel {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: normal;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__tel {
    margin-top: 15px;
    padding-left: 9%;
    font-size: 15px;
    line-height: 1.33;
    text-align: left
  }
}
.page-kindergarten .facilities-item__tel .slash {
  display: inline-block;
  padding: 0 6px
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__tel .slash {
    display: none
  }
}
.page-kindergarten .facilities-item__link-btn {
  width: 240px;
  margin: 18px auto 0
}
@media screen and (min-width: 769px) {
  .page-kindergarten .facilities-item__link-btn {
    position: absolute;
    top: 100%;
    left: 9%;
    width: 82%;
    min-width: 200px;
    margin: 20px auto 0
  }
  .page-kindergarten .facilities-item__link-btn .button {
    padding: 18px 0;
    font-size: 14px;
    letter-spacing: 1.4px;
    border-radius: 5px
  }
}
.page-kindergarten .sec-hakodate {
  margin-top: 26px;
  background: #f6f6f3
}
@media screen and (min-width: 769px) {
  .page-kindergarten .sec-hakodate {
    margin-top: 58px
  }
}
.page-kindergarten .sec-hakodate .facilities-item:nth-child(1) .facilities-item__tel {
  color: #2ea7e0
}
.page-kindergarten .sec-hakodate .facilities-item:nth-child(1) .button {
  background: #2ea7e0
}
.page-kindergarten .sec-hakodate .facilities-item:nth-child(1) .button::after {
  border-color: transparent transparent transparent #2ea7e0
}
.page-kindergarten .sec-hakodate .facilities-item:nth-child(2) .facilities-item__tel {
  color: #40be9f
}
.page-kindergarten .sec-hakodate .facilities-item:nth-child(2) .button {
  background: #40be9f
}
.page-kindergarten .sec-hakodate .facilities-item:nth-child(2) .button::after {
  border-color: transparent transparent transparent #40be9f
}
.page-kindergarten .sec-sapporo .facilities-item__area::before {
  left: 102px;
  width: calc(90vw - 102px)
}
@media screen and (min-width: 769px) {
  .page-kindergarten .sec-sapporo .facilities-item__area::before {
    left: 145px;
    width: calc(100% - 145px)
  }
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(1) .facilities-item__tel {
  color: #f38b21
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(1) .button {
  background: #f38b21
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(1) .button::after {
  border-color: transparent transparent transparent #f38b21
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(2) .facilities-item__tel {
  color: #fbc624
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(2) .button {
  background: #fbc624
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(2) .button::after {
  border-color: transparent transparent transparent #fbc624
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(3) .facilities-item__tel {
  color: #f05613
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(3) .button {
  background: #f05613
}
.page-kindergarten .sec-sapporo .facilities-item:nth-child(3) .button::after {
  border-color: transparent transparent transparent #f05613
}
.page-kindergarten .sec-tokyo {
  background: #f6f6f3
}
@media screen and (min-width: 769px) {
  .page-kindergarten .sec-tokyo {
    padding-bottom: 128px
  }
}
.page-kindergarten .sec-tokyo .facilities-item__area::before {
  left: 84px;
  width: calc(90vw - 84px)
}
@media screen and (min-width: 769px) {
  .page-kindergarten .sec-tokyo .facilities-item__area::before {
    left: 119px;
    width: calc(100% - 119px)
  }
}
.page-kindergarten .sec-tokyo .facilities-item:nth-child(1) .facilities-item__tel {
  color: #b673be
}
.page-kindergarten .sec-tokyo .facilities-item:nth-child(1) .button {
  background: #b673be
}
.page-kindergarten .sec-tokyo .facilities-item:nth-child(1) .button::after {
  border-color: transparent transparent transparent #b673be
}
.page-kindergarten .sec-tokyo .facilities-item:nth-child(2) .facilities-item__tel {
  color: #ea8c9d
}
.page-kindergarten .sec-tokyo .facilities-item:nth-child(2) .button {
  background: #ea8c9d
}
.page-kindergarten .sec-tokyo .facilities-item:nth-child(2) .button::after {
  border-color: transparent transparent transparent #ea8c9d
}
.page-department {
  background: #f6f6f3
}
.page-department .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/department/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-department .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/department/bg-ttl_pc.jpg) center center/cover
  }
}
.page-department .sec-childcare,
.page-department .sec-future,
.page-department .sec-headquarters {
  padding: 60px 0 53px
}
@media screen and (min-width: 769px) {
  .page-department .sec-childcare,
  .page-department .sec-future,
  .page-department .sec-headquarters {
    padding: 38px 0 70px
  }
  .page-department .sec-childcare .container,
  .page-department .sec-future .container,
  .page-department .sec-headquarters .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px
  }
}
@media screen and (min-width: 769px) {
  .page-department .sec-pic {
    position: relative;
    z-index: 1;
    width: 44%
  }
  .page-department .sec-pic::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 18%;
    bottom: 17%;
    display: block;
    width: 116%;
    height: 98%;
    background: #ede9e4
  }
}
.page-department .sec-img {
  -webkit-box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1)
}
.page-department .sec-info {
  margin-top: 20px
}
@media screen and (min-width: 769px) {
  .page-department .sec-info {
    width: 50%
  }
}
.page-department .sec-ttl {
  font-size: 11.5px;
  font-weight: bold;
  line-height: 2.2;
  text-align: left;
  letter-spacing: 1.15px;
  color: #7ec9df;
  background: inherit
}
@media screen and (min-width: 769px) {
  .page-department .sec-ttl {
    margin-top: 66px;
    font-size: 15px;
    letter-spacing: 1.5px
  }
}
.page-department .sec-ttl__en {
  position: relative;
  font-size: 35.8px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 3.58px;
  color: #7ec9df
}
@media screen and (min-width: 769px) {
  .page-department .sec-ttl__en {
    font-size: 60px;
    letter-spacing: 6px
  }
}
.page-department .sec-ttl__en::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 3px;
  display: block;
  width: calc(100% - 219px);
  border-bottom: 1px dashed #7ec9df;
  background: transparent
}
@media screen and (min-width: 769px) {
  .page-department .sec-ttl__en::after {
    top: 28px;
    width: calc(100% - 342px)
  }
}
.page-department .sec-txt {
  margin-top: 22px;
  padding-left: 8%;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-department .sec-txt {
    margin-top: 34px;
    padding-right: 9%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: normal
  }
}
@media screen and (min-width: 769px) {
  .page-department .sec-childcare {
    margin-top: 100px
  }
}
.page-department .sec-future {
  background: #fff
}
@media screen and (min-width: 769px) {
  .page-department .sec-future .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .page-department .sec-future .sec-pic::after {
    right: auto;
    left: 23%;
    width: 111%;
    height: 98%
  }
  .page-department .sec-future .sec-info {
    padding-left: 5%
  }
  .page-department .sec-future .sec-txt {
    padding-right: 0
  }
}
.page-department .sec-future .sec-ttl {
  color: #dbd956
}
.page-department .sec-future .sec-ttl__en {
  color: #dbd956
}
.page-department .sec-future .sec-ttl__en::after {
  width: calc(100% - 155px);
  border-color: #dbd956
}
@media screen and (min-width: 769px) {
  .page-department .sec-future .sec-ttl__en::after {
    width: calc(100% - 234px)
  }
}
.page-department .sec-headquarters {
  padding-bottom: 72px
}
@media screen and (min-width: 769px) {
  .page-department .sec-headquarters {
    padding-bottom: 160px
  }
}
.page-department .sec-headquarters .sec-ttl {
  color: #e7949a
}
.page-department .sec-headquarters .sec-ttl__en {
  color: #e7949a
}
.page-department .sec-headquarters .sec-ttl__en::after {
  width: calc(100% - 290px);
  border-color: #e7949a
}
@media screen and (min-width: 769px) {
  .page-department .sec-headquarters .sec-ttl__en::after {
    width: calc(100% - 470px)
  }
}
.page-sitemap .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/sitemap/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-sitemap .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/sitemap/bg-ttl_pc.jpg) center center/cover
  }
}
.page-sitemap .map {
  padding: 16px 0 80px
}
@media screen and (min-width: 769px) {
  .page-sitemap .map {
    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: 46px 0 160px
  }
}
.page-sitemap .category {
  margin-top: 25px;
  padding: 30px 6%;
  border-radius: 7.5px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-sitemap .category {
    width: 47%;
    margin-top: 60px;
    padding: 32px 4%;
    border-radius: 15px
  }
  .page-sitemap .category:nth-child(1),
  .page-sitemap .category:nth-child(2) {
    margin-top: 0
  }
}
.page-sitemap .category__en {
  font-family: "Roboto","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-sitemap .category__en {
    font-size: 40px
  }
}
.page-sitemap .category__ja {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.1px;
  color: #d0d0d0
}
@media screen and (min-width: 769px) {
  .page-sitemap .category__ja {
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 1.5px
  }
  .page-sitemap .category__ja::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 23px;
    background: #d0d0d0
  }
}
.page-sitemap .link-list__item {
  margin-top: 9px
}
.page-sitemap .link-list__item:first-child {
  margin-top: 20px
}
.page-sitemap .link-list__link {
  position: relative;
  display: block;
  padding: 7px 5%;
  font-size: 15px;
  letter-spacing: 1.2px;
  border-radius: 7px;
  background: #fff
}
@media screen and (min-width: 769px) {
  .page-sitemap .link-list__link {
    padding: 2px 0 2px 8%;
    font-size: 16px;
    letter-spacing: 1.28px;
    background: transparent
  }
}
.page-sitemap .link-list__link::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 5%;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f37e07
}
@media screen and (min-width: 769px) {
  .page-sitemap .link-list__link::before {
    top: 9px;
    right: auto;
    left: 0;
    width: 16px;
    height: 16px
  }
}
.page-sitemap .link-list__link::after {
  content: "";
  position: absolute;
  top: 19px;
  right: calc(5% + 5px);
  display: block;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff
}
@media screen and (min-width: 769px) {
  .page-sitemap .link-list__link::after {
    top: 14px;
    right: auto;
    left: 4px;
    width: 6px;
    height: 6px
  }
}
.page-sitemap .sub-list__item {
  margin-top: 5px
}
@media screen and (min-width: 769px) {
  .page-sitemap .sub-list__item {
    margin-top: 0
  }
}
.page-sitemap .sub-list__item:first-child {
  margin-top: 14px
}
@media screen and (min-width: 769px) {
  .page-sitemap .sub-list__item:first-child {
    margin-top: 0
  }
}
.page-sitemap .sub-list__item:last-child {
  margin-bottom: 13px
}
@media screen and (min-width: 769px) {
  .page-sitemap .sub-list__item:last-child {
    margin-bottom: 0
  }
}
.page-sitemap .sub-list__link {
  display: block;
  padding: 6px 5%;
  font-size: 13px;
  letter-spacing: 1.04px;
  border-radius: 7px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-sitemap .sub-list__link {
    padding: 2px 0;
    font-size: 16px;
    letter-spacing: 1.28px;
    background: transparent
  }
  .page-sitemap .sub-list__link::before {
    content: "- "
  }
}
.page-information .page-ttl,
.page-news .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/information/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-information .page-ttl,
  .page-news .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/information/bg-ttl_pc.jpg) center center/cover
  }
}
.page-information .container {
  margin-top: 34px
}
@media screen and (min-width: 769px) {
  .page-information .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.page-information .sec-ttl {
  font-size: 10px;
  letter-spacing: 1px
}
.page-information .sec-ttl__en {
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: normal
}
.page-information .sec-ttl__en::after {
  display: none
}
.page-information .select-category {
  position: relative;
  margin-bottom: 40px;
  padding-top: 12px
}
@media screen and (min-width: 769px) {
  .page-information .select-category {
    width: 31%
  }
}
.page-information .select-category__name {
  position: relative;
  overflow: hidden;
  height: 40px;
  padding: 9px 40px 0 15px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1.2px;
  border-radius: 6px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-information .select-category__name {
    display: none
  }
}
.page-information .select-category__name::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: #f37e07
}
.page-information .select-category__name::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent
}
.page-information .category-all {
  position: absolute;
  z-index: 2;
  top: calc(100% + 6px);
  left: 0;
  display: none;
  width: 100%;
  padding: 30px 4% 40px;
  border-radius: 6px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-information .category-all {
    position: static;
    display: block !important;
    padding: 0 7% 40px;
    border-radius: 15px
  }
}
.page-information .group-name {
  margin-top: 31px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
  color: #d0d0d0
}
@media screen and (min-width: 769px) {
  .page-information .group-name {
    margin-top: 0;
    padding-top: 37px;
    padding-left: 10px;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1.2px
  }
}
.page-information .group-name__en {
  display: block;
  font-family: "Roboto","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 23px;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-information .group-name__en {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px
  }
}
.page-information .category-list__item a {
  display: block;
  padding: 7px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1.4px;
  border-bottom: 1px solid #fff
}
@media screen and (min-width: 769px) {
  .page-information .category-list__item a {
    position: relative;
    padding: 12px 10px 13px;
    font-size: 14px;
    letter-spacing: 1.4px
  }
  .page-information .category-list__item a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #f37e07
  }
  .page-information .category-list__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    display: block;
    width: 4px;
    height: 4px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
  }
}
.page-information .category-list[data-group="2"] .category-list__item::before {
  background: #72b7e5
}
@media screen and (min-width: 769px) {
  .page-information .right-container {
    width: 65%;
    min-width: 460px
  }
}
.page-information .category-ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-information .category-ttl {
    margin-bottom: 39px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: normal
  }
}
.page-information .news-list__item {
  margin-top: 15px
}
.page-information .news-list__link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5%;
  border: 1px solid #f7f7f7;
  border-radius: 7px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (min-width: 769px) {
  .page-information .news-list__link {
    padding: 24px 4%;
    border-radius: 15px
  }
}
.page-information .news-list__pic {
  overflow: hidden;
  width: 27%;
  border-radius: 6px
}
@media screen and (min-width: 769px) {
  .page-information .news-list__pic {
    width: 17%;
    border-radius: 12px
  }
}
.page-information .news-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width: 769px) {
  .page-information .news-list__info {
    width: 76%
  }
}
.page-information .news-list__date {
  margin-top: 6px;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0.72px;
  color: #f37e07;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media screen and (min-width: 769px) {
  .page-information .news-list__date {
    margin-top: 16px;
    margin-right: 12px;
    font-size: 14px;
    letter-spacing: 0.84px
  }
}
.page-information .news-list__category {
  margin-top: 6px;
  padding: 0 10px 1px;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.66px;
  color: #fff;
  border-radius: 9px;
  background: #f37e07;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media screen and (min-width: 769px) {
  .page-information .news-list__category {
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 0.78px;
    border-radius: 12px
  }
}
.page-information .news-list__txt {
  width: 100%;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 1.12px
}
@media screen and (min-width: 769px) {
  .page-information .news-list__txt {
    margin-top: 19px;
    font-size: 16px;
    letter-spacing: 0.96px
  }
}
.page-information .page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  max-width: 440px;
  margin: 0 auto;
  padding: 50px 1% 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (min-width: 769px) {
  .page-information .page-btn {
    max-width: 600px
  }
}
.page-information .page-btn__first,
.page-information .page-btn__last {
  position: relative;
  display: block;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.78px;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-information .page-btn__first,
  .page-information .page-btn__last {
    font-size: 15px;
    letter-spacing: 0.9px
  }
}
.page-information .page-btn__first::before,
.page-information .page-btn__last::before {
  content: "";
  position: absolute;
  top: 53%;
  right: calc(100% + 7px);
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-top: 1px solid #f37e07;
  border-left: 1px solid #f37e07
}
@media screen and (min-width: 769px) {
  .page-information .page-btn__first::before,
  .page-information .page-btn__last::before {
    right: calc(100% + 12px)
  }
}
.page-information .page-btn__last::before {
  right: auto;
  left: calc(100% + 7px);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #f37e07;
  border-right: 1px solid #f37e07;
  border-left: none
}
@media screen and (min-width: 769px) {
  .page-information .page-btn__last::before {
    left: calc(100% + 12px)
  }
}
.page-information .page-btn span.page-btn__first,
.page-information .page-btn span.page-btn__last {
  opacity: 0.3
}
.page-information .page-btn__no {
  width: calc(100% - 60px)
}
@media screen and (min-width: 769px) {
  .page-information .page-btn__no {
    width: calc(100% - 80px)
  }
}
.page-information .page-btn__no-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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
}
.page-information .page-btn__no-btn {
  margin: 0 5px 5px
}
@media screen and (min-width: 769px) {
  .page-information .page-btn__no-btn {
    margin: 0 7px 10px
  }
}
.page-information .page-btn__no-btn .page-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  font-family: "Roboto","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background: #e6e6e6;
  -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 (min-width: 769px) {
  .page-information .page-btn__no-btn .page-btn__link {
    width: 32px;
    height: 32px;
    font-size: 16px
  }
}
.page-information .page-btn__no-btn span.page-btn__link {
  background: #f37e07
}
.page-news .container {
  padding: 34px 0 74px
}
@media screen and (min-width: 769px) {
  .page-news .container {
    position: relative;
    padding: 40px 0 230px
  }
  .page-news .container::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 27%;
    left: 150px;
    display: block;
    width: 1040px;
    height: 60%;
    background: #f7f7f7
  }
}
.page-news .news-ttl {
  padding-bottom: 20px;
  border-bottom: 1px dashed #d0d0d0
}
@media screen and (min-width: 769px) {
  .page-news .news-ttl {
    padding-bottom: 30px
  }
}
.page-news .news-ttl__date {
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.78px;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-news .news-ttl__date {
    font-size: 14px;
    letter-spacing: 0.84px
  }
}
.page-news .news-ttl__name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-news .news-ttl__name {
    font-size: 28px;
    letter-spacing: 1.68px
  }
}
.page-news .news-ttl__category {
  display: inline-block;
  margin-top: 6px;
  padding: 0 10px 1px;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.66px;
  color: #fff;
  border-radius: 9px;
  background: #f37e07;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media screen and (min-width: 769px) {
  .page-news .news-ttl__category {
    margin-top: 12px;
    font-size: 13px;
    letter-spacing: 0.78px;
    border-radius: 12px
  }
}
.news-body p {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .news-body p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1.28px
  }
}
.news-body a {
  text-decoration: underline;
  color: #f37e07
}
.news-body h2,
.news-body h3,
.news-body h4,
.news-body h5,
.news-body h6 {
  font-weight: bold
}
.news-body h2 {
  margin-top: 11px;
  font-size: 24px;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .news-body h2 {
    margin-top: 15px;
    font-size: 26px
  }
}
.news-body h3 {
  margin-top: 11px;
  font-size: 20px;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .news-body h3 {
    margin-top: 15px;
    font-size: 20px
  }
}
.news-body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}
.news-body .alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
  text-align: right
}
.news-body ul,
.news-body ol {
  margin-top: 11px
}
@media screen and (min-width: 769px) {
  .news-body ul,
  .news-body ol {
    margin-top: 15px
  }
}
.news-body ul li,
.news-body ol li {
  padding-left: 1em;
  text-indent: -1em
}
.news-body ul li::before {
  content: "・"
}
.news-body ol {
  counter-reset: number
}
.news-body ol li::before {
  content: counter(number) ". ";
  counter-increment: number
}
.hide-group {
  position: absolute;
  bottom: 100%;
  left: 800px;
  opacity: 0
}
.hide-category {
  position: absolute;
  bottom: 100%;
  left: 800px;
  opacity: 0
}
.category-list[data-group="1"] .selected-category a {
  color: #f37e07
}
.category-list[data-group="2"] .selected-category a {
  color: #72b7e5
}
.page-information {
  padding-bottom: 80px
}
.page-information .group-1 {
  color: #f37e07
}
.page-information .group-2 {
  color: #72b7e5
}
.category-1 .news-list__category,
.category-1 .news-ttl__category,
.category-2 .news-list__category,
.category-2 .news-ttl__category,
.category-3 .news-list__category,
.category-3 .news-ttl__category {
  background: #f37e07
}
.category-4 .news-list__category,
.category-4 .news-ttl__category {
  background: #2ea7e0
}
.category-5 .news-list__category,
.category-5 .news-ttl__category {
  background: #40be9f
}
.category-6 .news-list__category,
.category-6 .news-ttl__category {
  background: #ee6103
}
.category-7 .news-list__category,
.category-7 .news-ttl__category {
  background: #b673be
}
.category-8 .news-list__category,
.category-8 .news-ttl__category {
  background: #f05613
}
.category-9 .news-list__category,
.category-9 .news-ttl__category {
  background: #fbc624
}
.category-10 .news-list__category,
.category-10 .news-ttl__category {
  background: #ea8c9d
}
.page-contact .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/contact/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-contact .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/contact/bg-ttl_pc.jpg) center center/cover
  }
}
.page-contact .note {
  margin-top: 34px
}
@media screen and (min-width: 769px) {
  .page-contact .note {
    margin-top: 60px
  }
}
.page-contact .note .complete-img {
  display: block;
  width: 51%;
  max-width: 200px;
  margin: 40px auto 24px
}
@media screen and (min-width: 769px) {
  .page-contact .note .complete-img {
    margin: 82px auto 32px
  }
}
.page-contact .txt {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-contact .txt {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 1.28px
  }
}
.page-contact .txt__strong {
  font-weight: 500;
  color: #f37e07
}
.page-contact .txt__link {
  text-decoration: underline;
  color: #f37e07
}
.page-contact .form {
  margin-top: 45px;
  border-top: 1px solid #efefef
}
@media screen and (min-width: 769px) {
  .page-contact .form {
    margin-top: 78px
  }
}
.page-contact .form__item {
  padding: 23px 0 30px;
  border-bottom: 1px solid #efefef
}
@media screen and (min-width: 769px) {
  .page-contact .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0
  }
}
.page-contact .form__lbl {
  display: block;
  font-size: 14px;
  letter-spacing: 0.84px
}
@media screen and (min-width: 769px) {
  .page-contact .form__lbl {
    width: 30%;
    font-size: 16px;
    letter-spacing: 0.96px
  }
}
@media screen and (min-width: 769px) {
  .page-contact .form .form-message .form__lbl {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 15px
  }
}
.page-contact .form__required {
  height: 15px;
  margin-left: 5px;
  padding: 0 8px 1px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.54px;
  color: #fff;
  border-radius: 7.5px;
  background-color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-contact .form__required {
    margin-left: 10px;
    padding: 0 10px 1px;
    font-size: 13px;
    letter-spacing: 0.78px;
    border-radius: 12px
  }
}
.page-contact .form__input-area {
  margin-top: 8px
}
@media screen and (min-width: 769px) {
  .page-contact .form__input-area {
    width: 70%
  }
}
@media screen and (min-width: 769px) {
  .page-contact .form__input-area.form-birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .page-contact .form__input-area.form-birthday .form__select-container {
    width: 23%;
    min-width: 80px
  }
}
.page-contact .form__txtbox {
  width: 100%;
  padding: 13px 0 13px 10px;
  font-size: 13px;
  letter-spacing: 1.3px;
  border: none;
  border-radius: 6px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-contact .form__txtbox {
    padding: 10px 0 10px 20px;
    font-size: 16px;
    letter-spacing: 1.6px
  }
}
.page-contact .form__select-container {
  position: relative;
  width: 140px;
  margin-top: 8px
}
@media screen and (min-width: 769px) {
  .page-contact .form__select-container {
    margin-top: 0
  }
}
.page-contact .form__select-container::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f37e07
}
@media screen and (min-width: 769px) {
  .page-contact .form__select-container::before {
    width: 18px;
    height: 18px
  }
}
.page-contact .form__select-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  border-width: 4px 3px 0 3px;
  border-style: solid;
  border-color: #fff transparent transparent transparent
}
@media screen and (min-width: 769px) {
  .page-contact .form__select-container::after {
    right: 15px;
    border-width: 5px 4px 0 4px
  }
}
.page-contact .form__select {
  width: 100%;
  padding: 13px 0 13px 10px;
  font-size: 13px;
  letter-spacing: 1.3px;
  border: none;
  border-radius: 6px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-contact .form__select {
    padding: 10px 0 10px 20px;
    font-size: 16px;
    letter-spacing: 1.6px
  }
}
.page-contact .form .form__birth-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (min-width: 769px) {
  .page-contact .form .form__birth-container {
    margin-top: 0;
    margin-left: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.page-contact .form .form__birth-container .form__txtbox {
  width: 24%
}
@media screen and (min-width: 769px) {
  .page-contact .form .form__birth-container .form__txtbox {
    max-width: 100px
  }
}
.page-contact .form .form__birth-container .txt {
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: 0.84px
}
@media screen and (min-width: 769px) {
  .page-contact .form .form__birth-container .txt {
    padding: 0 14px 0 7px;
    font-size: 16px
  }
}
.page-contact .form__postno-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width: 769px) {
  .page-contact .form__postno-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.page-contact .form__postno-container .form__txtbox {
  width: 48%;
  max-width: 240px
}
@media screen and (min-width: 769px) {
  .page-contact .form__postno-container .form__txtbox {
    margin-right: 16px
  }
}
.page-contact .form__postno-container .form__addr-btn {
  width: 48%;
  max-width: 240px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #fff;
  border: none;
  border-radius: 6px;
  background-color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-contact .form__postno-container .form__addr-btn {
    font-size: 16px;
    letter-spacing: 1.6px
  }
}
.page-contact .form__txtarea {
  width: 100%;
  height: 200px;
  padding: 13px 0 0 10px;
  font-size: 13px;
  resize: none;
  letter-spacing: 1.3px;
  border: none;
  border-radius: 6px;
  background-color: #f7f7f7
}
@media screen and (min-width: 769px) {
  .page-contact .form__txtarea {
    font-size: 16px;
    letter-spacing: 1.6px
  }
}
.page-contact .form__btns {
  padding: 50px 0 80px
}
@media screen and (min-width: 769px) {
  .page-contact .form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 80%;
    max-width: 790px;
    margin: 0 auto;
    padding: 70px 0 200px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.page-contact .form__submit.button__disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.8;
  border: none
}
.page-contact .form__submit,
.page-contact .form__reset {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  letter-spacing: 1.5px;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #f37e07
}
@media screen and (min-width: 769px) {
  .page-contact .form__submit,
  .page-contact .form__reset {
    width: 48%;
    margin: 0;
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1.8px;
    border-radius: 8px
  }
}
.page-contact .form__reset {
  margin-top: 12px;
  background: #d8d8d8
}
@media screen and (min-width: 769px) {
  .page-contact .form__reset {
    margin-top: 0
  }
}
.page-contact .btn-returntop {
  width: 71%;
  max-width: 380px;
  margin: 34px auto 80px
}
@media screen and (min-width: 769px) {
  .page-contact .btn-returntop {
    margin: 74px auto 160px
  }
}
.page-contact .mw_wp_form_confirm .input-show {
  display: none
}
.page-contact .mw_wp_form_confirm input[type="reset"] {
  display: none
}
.page-contact .mw_wp_form_confirm .txt {
  margin-top: 0
}
.page-contact .mw_wp_form_confirm .form__reset {
  padding: 0
}
.page-contact .mw_wp_form_confirm .resetBtn {
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  letter-spacing: normal;
  color: #fff;
  border: none;
  background: none
}
.page-contact .mw_wp_form_confirm .form__select-container:before {
  display: none
}
@media screen and (min-width: 769px) {
  .page-contact .mw_wp_form_confirm .form__input-area.form-birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .page-contact .mw_wp_form_confirm .form__input-area.form-birthday .form__select-container {
    width: 60px;
    min-width: 20px
  }
}
.page-ideal .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/ideal/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-ideal .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/ideal/bg-ttl_pc.jpg) center center/cover
  }
}
.page-ideal .page-ttl__ttl {
  line-height: 1.17
}
.page-ideal .page-ttl__ttl--note {
  display: block;
  margin: 7px auto 14px;
  font-size: 14.3px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.71px
}
@media screen and (min-width: 769px) {
  .page-ideal .page-ttl__ttl--note {
    margin: 10px auto 20px;
    font-size: 24px;
    letter-spacing: 1.23px
  }
}
.page-ideal .sec-ttl {
  font-family: "Roboto","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif
}
.page-ideal .sec-ttl__en {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-ttl__en {
    font-size: 41px;
    letter-spacing: 3.32px
  }
}
.page-ideal .sec-ttl__note {
  display: block;
  margin: 6px auto 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.28px
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-ttl__note {
    margin: 6px auto 20px;
    font-size: 25px;
    letter-spacing: 2.04px
  }
}
.page-ideal .sec-subttl {
  margin-top: 28px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.71;
  text-align: center;
  letter-spacing: 1.36px
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-subttl {
    margin-top: 50px;
    font-size: 34px;
    letter-spacing: 2.72px
  }
}
.page-ideal .sec-pic {
  position: relative;
  z-index: 1;
  width: 88%;
  margin: 25px auto 60px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-pic {
    width: 45%;
    margin: 0
  }
}
.page-ideal .sec-pic img {
  -webkit-box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.33px 30px 0px rgba(0, 0, 0, 0.1)
}
.page-ideal .sec-pic::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20%;
  right: 12%;
  display: block;
  width: 105%;
  height: 93%;
  background: #ede9e4
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-pic::before {
    top: -19%;
    right: 20%;
    width: 127%;
    height: 106%
  }
}
.page-ideal .sec-txt {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px
  }
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-twocolumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 118px 0 38px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
@media screen and (min-width: 769px) {
  .page-ideal .txt-column {
    width: 50%
  }
}
.page-ideal .sec-arigato {
  padding: 36px 0 76px
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-arigato {
    padding: 44px 0 158px
  }
}
.page-ideal .sec-kokoro {
  padding: 64px 0 76px;
  background: #f6f6f3
}
@media screen and (min-width: 769px) {
  .page-ideal .sec-kokoro {
    padding: 112px 0 158px
  }
}
.page-complainthandling {
  counter-reset: number 0
}
.page-complainthandling .show-pc {
  display: none
}
@media screen and (min-width: 769px) {
  .page-complainthandling .show-pc {
    display: inline
  }
}
.page-complainthandling .show-sp {
  display: block
}
@media screen and (min-width: 769px) {
  .page-complainthandling .show-sp {
    display: none
  }
}
.page-complainthandling .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/complainthandling/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-complainthandling .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/complainthandling/bg-ttl_pc.jpg) center center/cover
  }
}
.page-complainthandling .compHandling {
  margin-top: 38px
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling {
    margin-top: 74px
  }
}
.page-complainthandling .compHandling__txt {
  margin-top: 26px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling__txt {
    margin-top: 56px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    letter-spacing: 1.28px
  }
}
.page-complainthandling .compHandling__img {
  width: 96.41791%;
  margin: 26px auto 0
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling__img {
    width: 49.79592%;
    margin-top: 50px;
    text-align: center
  }
}
.page-complainthandling .compHandling dl {
  overflow: hidden;
  margin-top: 24px;
  border-radius: 12px;
  -webkit-box-shadow: 2.5px 4.3px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2.5px 4.3px 30px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling dl {
    margin-top: 32px;
    border-radius: 15px
  }
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling dl .compHandling__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .page-complainthandling .compHandling dl .compHandling__inner:last-child dt {
    border-bottom: none
  }
  .page-complainthandling .compHandling dl .compHandling__inner:last-child dd {
    border-bottom: none
  }
}
.page-complainthandling .compHandling dl dt {
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24.4898%;
    padding: 0;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.page-complainthandling .compHandling dl dd {
  padding: 19px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  text-align: center;
  letter-spacing: 0.08em
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling dl dd {
    display: block;
    width: 75.5102%;
    padding: 26px 40px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #d0d0d0
  }
}
.page-complainthandling .compHandling dl dd p {
  line-height: 2
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling dl dd p {
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em
  }
}
.page-complainthandling .compHandling dl dd .compHandling__tell {
  display: block
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compHandling dl dd .compHandling__tell {
    display: inline;
    float: right;
    width: 170px
  }
}
.page-complainthandling .compSolution {
  margin-top: 80px;
  padding: 80px 0 56px;
  background-color: #f6f6f3
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compSolution {
    margin-top: 160px;
    padding: 160px 0
  }
}
.page-complainthandling .compSolution__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compSolution__ttl {
    font-size: 32px
  }
}
.page-complainthandling .compSolution__wrapper {
  margin-top: 40px
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compSolution__wrapper {
    margin-top: 80px
  }
}
.page-complainthandling .compSolution__content {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 28px 20px 24px;
  border-radius: 12px;
  background-color: #fff
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compSolution__content {
    margin-bottom: 20px;
    padding: 40px 40px 36px;
    border-radius: 15px
  }
}
.page-complainthandling .compSolution__subttl {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compSolution__subttl {
    padding-left: 55px;
    font-size: 20px
  }
}
.page-complainthandling .compSolution__subttl::before {
  content: counter(number) " ";
  position: absolute;
  top: 51%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  font-family: "Roboto","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  counter-increment: number 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #f37e07;
  -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 (min-width: 769px) {
  .page-complainthandling .compSolution__subttl::before {
    width: 40px;
    height: 40px;
    font-size: 18px
  }
}
.page-complainthandling .compSolution__subttl::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 4px 1px
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compSolution__subttl::after {
    bottom: -26px;
    background-image: linear-gradient(to right, #333, #333 4px, transparent 4px, transparent 4px);
    background-repeat: repeat-x;
    background-size: 8px 4px
  }
}
.page-complainthandling .compSolution__txt {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 0.08em
}
@media screen and (min-width: 769px) {
  .page-complainthandling .compSolution__txt {
    margin-top: 48px;
    font-size: 16px
  }
}
.page-complainthandling .compSolution__txt span {
  display: block;
  padding-left: 3em;
  text-indent: -3em
}
.page-complainthandling .compSolution__txt span:nth-of-type(1) {
  margin-top: 10px
}
.page-selfcheck .show-pc {
  display: none
}
@media screen and (min-width: 769px) {
  .page-selfcheck .show-pc {
    display: inline-block
  }
}
.page-selfcheck .show-sp {
  display: block
}
@media screen and (min-width: 769px) {
  .page-selfcheck .show-sp {
    display: none
  }
}
.page-selfcheck .page-ttl {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/selfcheck/bg-ttl.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-selfcheck .page-ttl {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/gakuin/selfcheck/bg-ttl_pc.jpg) center center/cover
  }
}
.page-selfcheck .ourgroup {
  margin-top: 38px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .ourgroup {
    margin-top: 90px
  }
}
.page-selfcheck .ourgroup__list {
  margin-top: 34px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .ourgroup__list {
    margin-top: 35px
  }
}
.page-selfcheck .ourgroup__list--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.page-selfcheck .ourgroup__list--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
.page-selfcheck .ourgroup__list--names {
  margin-left: 16px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .ourgroup__list--names {
    margin-left: 60px
  }
}
.page-selfcheck .ourgroup dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  border-radius: 7.5px;
  -webkit-box-shadow: 1.3px 2.2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1.3px 2.2px 15px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-selfcheck .ourgroup dl {
    max-width: 880px;
    margin: 18px auto 0;
    border-radius: 15px
  }
}
.page-selfcheck .ourgroup dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22%;
  min-height: 120px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #fff;
  background: #f37e07
}
@media screen and (min-width: 769px) {
  .page-selfcheck .ourgroup dl dt {
    min-height: 100px;
    font-size: 20px
  }
}
.page-selfcheck .ourgroup dl dd {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1.12px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .ourgroup dl dd {
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px
  }
}
.page-selfcheck .selfcheck {
  margin-top: 76px;
  padding-bottom: 80px;
  background-color: #f6f6f3
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck {
    margin-top: 160px;
    padding-bottom: 160px
  }
}
.page-selfcheck .selfcheck__author {
  padding-top: 80px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.12px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck__author {
    padding-top: 154px;
    font-size: 16px
  }
}
.page-selfcheck .selfcheck__content {
  position: relative;
  margin-top: 58px;
  padding: 43px 20px 26px;
  background-color: #fff
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck__content {
    margin-top: 90px;
    padding: 62px 40px 40px
  }
}
.page-selfcheck .selfcheck__content:nth-of-type(1) {
  margin-top: 34px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck__content:nth-of-type(1) {
    margin-top: 60px
  }
}
.page-selfcheck .selfcheck__content-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: 295px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 1.4px;
  color: #fff;
  border-radius: 8px;
  background-color: #72b7e5
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck__content-ttl {
    width: auto;
    min-width: 430px;
    margin: 0 auto;
    padding: 18px 54px;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 8px
  }
}
.page-selfcheck .selfcheck__content-ttl::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-width: 7px 5px 0 5px;
  border-style: solid;
  border-color: #72b7e5 transparent transparent transparent
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck__content-ttl::before {
    border-width: 9px 6.5px 0 6.5px
  }
}
.page-selfcheck .selfcheck__content-txt {
  font-size: 15px;
  letter-spacing: 0.08em
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck__content-txt {
    font-size: 16px
  }
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck .check-list {
    max-width: 800px;
    margin: 30px auto 20px;
    border: 1px solid #e5e5e5;
    border-bottom: none
  }
}
.page-selfcheck .selfcheck .check-list__item {
  margin-top: 30px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck .check-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.page-selfcheck .selfcheck .check-list__item:nth-of-type(1) {
  margin-top: 8px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck .check-list__item:nth-of-type(1) {
    margin-top: 0
  }
  .page-selfcheck .selfcheck .check-list__item:nth-of-type(1) .check-list__ttl {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
.page-selfcheck .selfcheck .check-list__ttl {
  padding: 9px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.12px;
  color: #fff;
  border: solid 1px #c6c6c6;
  background-color: #c6c6c6
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck .check-list__ttl {
    display: none;
    width: 68%;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.87;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #d5d5d5;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .page-selfcheck .selfcheck .check-list__ttl:nth-of-type(1) {
    width: 32%;
    border-right: 1px solid #fff
  }
}
.page-selfcheck .selfcheck .check-list__value {
  padding: 14px 6% 18px;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 1.04px;
  border: solid 1px #c6c6c6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck .check-list__value {
    width: 68%;
    padding: 24px 40px 24px 30px;
    font-size: 15px;
    line-height: 1.87;
    letter-spacing: 1.2px;
    border: none;
    border-bottom: 1px solid #e5e5e5
  }
}
.page-selfcheck .selfcheck .check-list__value:nth-of-type(1) {
  background-color: #f0f0f0
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck .check-list__value:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 1.87;
    letter-spacing: 1.2px;
    color: #333;
    border: none;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.page-selfcheck .selfcheck-link {
  width: 240px;
  margin: 40px auto 80px
}
@media screen and (min-width: 769px) {
  .page-selfcheck .selfcheck-link {
    width: 380px;
    margin: 100px auto 160px
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
