@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
}
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
===================== */
/* background
------------------------*/
.recruit-page {
  background: #f7fcff
}
/* section Title
------------------------*/
.recruit-top {
  /* Japanese Section Title
  ------------------------*//* Text Center
  ------------------------*//* sp layout
  ------------------------*//* button
  ------------------------*/
}
.recruit-top .rec-ttl {
  position: relative;
  display: inline-block;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 3.36px;
  color: #2ea7e0
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-ttl {
    font-size: 28px;
    letter-spacing: 2.24px
  }
}
.recruit-top .rec-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -139px;
  width: 99px;
  height: 60px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/ttl-left.png);
  background-size: contain
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-ttl::before {
    left: -83px;
    width: 60px;
    height: 36px
  }
}
.recruit-top .rec-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -139px;
  width: 99px;
  height: 60px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/ttl-right.png);
  background-size: contain
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-ttl::after {
    right: -83px;
    width: 60px;
    height: 36px
  }
}
.recruit-top .rec-ttlja {
  margin-top: 12px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.96px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-ttlja {
    margin-top: 5px;
    font-size: 11px
  }
}
.recruit-top .tac {
  text-align: center
}
.recruit-top .rec-button {
  display: block;
  max-width: 380px;
  margin: 40px auto 0;
  padding: 20px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 30px;
  background: #f37e07
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-button {
    max-width: 295px;
    padding: 15px 0;
    font-size: 14px
  }
}
.recruit-top .rec-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 600px;
  margin-left: 210px;
  border-radius: 0 0 0 100px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/mv.jpg) center 10%/cover;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-mv__inner {
    height: 260px;
    margin: 0;
    border-radius: 0;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/mv-sp.jpg) center 10%/cover
  }
}
.recruit-top .rec-mv__sidebar {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 210px;
  height: 688px;
  padding: 30px;
  background-color: #f7fcff
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-mv__sidebar {
    display: none
  }
}
.recruit-top .rec-mv__logo {
  display: block;
  width: 150px
}
.recruit-top .rec-mv__ttl {
  margin: 50px auto 0;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.09;
  letter-spacing: 8.28px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}
.recruit-top .rec-mv__text {
  margin-bottom: 60px;
  margin-left: 70px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-mv__text {
    width: 259px;
    margin-bottom: 28px;
    margin-left: 21px
  }
}
.recruit-top .rec-info {
  position: relative;
  width: 100%;
  margin-top: 62px;
  padding-bottom: 100px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info {
    margin-top: 0;
    padding-top: 62px;
    padding-bottom: 60px
  }
}
.recruit-top .rec-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 139px;
  height: 544px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/information_right-bg.png);
  background-size: contain
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info::before {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/information_right-bg-sp.png) right center/contain no-repeat
  }
}
.recruit-top .rec-info::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  height: 598px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/information_left-bg.png);
  background-size: contain
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info::after {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/information_left-bg-sp.png) left center/contain no-repeat
  }
}
.recruit-top .rec-info div {
  text-align: center
}
.recruit-top .rec-info h2 {
  margin-top: 38px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info h2 {
    margin-top: 0
  }
}
.recruit-top .rec-info__posts {
  margin-top: 27px
}
.recruit-top .rec-info__posts ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info__posts ol {
    display: block;
    margin: 26px auto 0
  }
}
.recruit-top .rec-info__posts ol li {
  width: 30%
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info__posts ol li {
    width: 100%;
    margin-top: 22px
  }
  .recruit-top .rec-info__posts ol li:first-child {
    margin-top: 0
  }
}
.recruit-top .rec-info__posts ol li:nth-child(2n) {
  margin: 0 50px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info__posts ol li:nth-child(2n) {
    margin: 22px 0px 0
  }
}
.recruit-top .rec-info__posts ol li time {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.84px;
  color: #2ea7e0
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info__posts ol li time {
    margin-top: 14px;
    font-size: 10px
  }
}
.recruit-top .rec-info__posts ol li h3 {
  margin-top: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.96px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info__posts ol li h3 {
    margin-top: 7px;
    font-size: 14px
  }
}
.recruit-top .rec-info__posts ol li p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.84px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info__posts ol li p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.71
  }
}
.recruit-top .rec-info__img img {
  border-radius: 24px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-info__img img {
    border-radius: 12px
  }
}
.recruit-top .rec-info .rec-button {
  width: 88%
}
.recruit-top .rec-box {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/rec-box_bg.jpg) center center/cover
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/rec-box_bg-sp.jpg) center center/cover
  }
}
.recruit-top .rec-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-box__container {
    display: block;
    padding: 40px 5%
  }
}
.recruit-top .rec-box .rec-ttl::before,
.recruit-top .rec-box .rec-ttlja::before {
  content: none
}
.recruit-top .rec-box .rec-ttl::after,
.recruit-top .rec-box .rec-ttlja::after {
  content: none
}
.recruit-top .rec-message,
.recruit-top .rec-vision {
  width: 49.2%;
  padding: 50px 10px;
  text-align: center;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-message,
  .recruit-top .rec-vision {
    width: 100%;
    margin-bottom: 24px;
    padding: 32px 20px;
    border-radius: 12px
  }
}
.recruit-top .rec-message .rec-button,
.recruit-top .rec-vision .rec-button {
  margin-top: 30px
}
.recruit-top .rec-miryoku {
  width: 100%;
  margin-top: 20px;
  padding: 50px 10px;
  text-align: center;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-miryoku {
    padding: 32px 20px;
    border-radius: 12px
  }
}
.recruit-top .rec-miryoku .rec-button {
  margin-top: 30px
}
.recruit-top .rec-text {
  margin-top: 28px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.68px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-text {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1.6px
  }
}
.recruit-top .rec-recruit {
  position: relative;
  margin-top: 100px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-recruit {
    margin-top: 0;
    padding: 56px 0 33px
  }
}
.recruit-top .rec-recruit::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 24px;
  right: 0;
  width: 175px;
  height: 588px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/recruitment_right-bg.png)
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-recruit::before {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/recruitment_right-bg-sp.png) right center/contain no-repeat
  }
}
.recruit-top .rec-recruit::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 67px;
  left: 0;
  width: 128px;
  height: 412px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/recruitment_left-bg.png)
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-recruit::after {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/recruitment_left-bg-sp.png) left center/contain no-repeat
  }
}
.recruit-top .rec-recruit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-recruit__container {
    display: block
  }
}
.recruit-top .rec-recruit__content {
  overflow: hidden;
  width: 49%;
  max-width: 480px;
  padding-bottom: 50px;
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-recruit__content {
    width: 100%;
    max-width: 670px;
    margin: 24px auto 0;
    padding-bottom: 32px;
    border-radius: 16px
  }
  .recruit-top .rec-recruit__content:first-child {
    margin-top: 0
  }
}
.recruit-top .rec-recruit__img {
  width: 100%
}
.recruit-top .rec-recruit__ttl {
  margin-top: 50px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.68px;
  color: #2ea7e0
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-recruit__ttl {
    margin-top: 26px;
    font-size: 20px;
    letter-spacing: 1.22px
  }
}
.recruit-top .rec-recruit__text {
  margin-top: 20px;
  padding: 0 50px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.08px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-recruit__text {
    margin-top: 10px;
    padding: 0 10%;
    font-size: 13px;
    line-height: 1.71;
    letter-spacing: 0.77px
  }
}
.recruit-top .rec-recruit .rec-button {
  width: 79%;
  margin-top: 22px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-recruit .rec-button {
    width: 88%
  }
}
.recruit-top .rec-faq {
  position: relative;
  margin: 122px 0 120px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq {
    margin: 0;
    padding: 24px 0 66px
  }
}
.recruit-top .rec-faq::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -34px;
  right: -10px;
  width: 155px;
  height: 548px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/faq_right-bg.png)
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq::before {
    top: 0;
    right: 0;
    width: 50%;
    height: 426px;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/faq_right-bg-sp.png) right center/contain no-repeat
  }
}
.recruit-top .rec-faq::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -115px;
  left: -10px;
  width: 158px;
  height: 703px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/faq_left-bg.png)
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq::after {
    top: 0;
    left: 0;
    width: 50%;
    height: 426px;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/top/faq_left-bg-sp.png) left center/contain no-repeat
  }
}
.recruit-top .rec-faq ul {
  margin: 0 auto;
  margin-top: 60px
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq ul {
    margin-top: 32px
  }
}
.recruit-top .rec-faq ul li:last-child .rec-faq__ttl {
  border-bottom: 1px solid #009bd0
}
.recruit-top .rec-faq__ttl {
  position: relative;
  padding: 32px 83px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1.2px;
  border-top: 1px solid #009bd0
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq__ttl {
    padding: 21px 10%;
    font-size: 14px;
    letter-spacing: 0.86px
  }
}
.recruit-top .rec-faq__ttl::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 31px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #009bd0
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq__ttl::before {
    left: 0;
    font-size: 27px
  }
}
.recruit-top .rec-faq__toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  right: 30px;
  display: block;
  width: 20px;
  height: 100%
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq__toggle-btn {
    right: 0
  }
}
.recruit-top .rec-faq__toggle-btn::before,
.recruit-top .rec-faq__toggle-btn::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #f37e07
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq__toggle-btn::before,
  .recruit-top .rec-faq__toggle-btn::after {
    width: 15px
  }
}
.recruit-top .rec-faq__toggle-btn::before {
  top: 50%;
  right: 0
}
.recruit-top .rec-faq__toggle-btn::after {
  top: 50%;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.recruit-top .rec-faq .js-opened-qa {
  border-bottom: 1px solid #009bd0
}
.recruit-top .rec-faq .js-opened-qa .rec-faq__toggle-btn::after {
  -webkit-transform: none;
  transform: none
}
.recruit-top .rec-faq__box {
  position: relative;
  display: none;
  margin: 30px 0 50px;
  padding: 30px 30px 30px 83px;
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  letter-spacing: 0.96px;
  border-radius: 16px;
  background: #d3edfb
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq__box {
    margin: 20px 0 40px;
    padding: 20px 9% 20px 50px;
    font-size: 14px;
    line-height: 1.71;
    border-radius: 16px
  }
}
.recruit-top .rec-faq__box::before {
  content: "A";
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  color: #f37e07
}
@media screen and (max-width: 768px) {
  .recruit-top .rec-faq__box::before {
    top: 20px;
    left: 20px;
    font-size: 27px
  }
}
.page-message .page-ttl__ttl--en::before {
  top: -2px;
  left: calc(100% + 3px);
  width: 45px;
  height: 40px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/message/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-message .page-ttl__ttl--en::before {
    top: -20px;
    left: calc(100%);
    width: 85px;
    height: 79px
  }
}
.page-message .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/message/mv.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-message .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/message/mv_pc.jpg) right center/cover
  }
}
.page-message .sec-message {
  padding: 32px 0 74px
}
@media screen and (min-width: 769px) {
  .page-message .sec-message {
    padding: 90px 0 240px
  }
  .page-message .sec-message .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.page-message .sec-message .names {
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .names {
    width: 27%
  }
}
.page-message .sec-message .names__pic {
  overflow: hidden;
  width: 240px;
  margin: 0 auto;
  border-radius: 15px
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .names__pic {
    width: 100%;
    margin-top: 4px
  }
}
.page-message .sec-message .names__chairman {
  padding-top: 18px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.72px
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .names__chairman {
    padding-top: 18px;
    font-size: 15px;
    letter-spacing: 2px
  }
}
.page-message .sec-message .names__name {
  margin-top: 4px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2px
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .names__name {
    margin-top: 6px;
    font-size: 26px;
    letter-spacing: 0.1em
  }
}
.page-message .sec-message .names__en-name {
  display: inline-block;
  padding: 3px 10px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 8px;
  font-weight: 300;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 3.63px;
  color: #fff;
  border-radius: 10px;
  background: #6cc2eb
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .names__en-name {
    margin-top: 16px;
    padding: 5px 10px;
    font-size: 9px;
    letter-spacing: .44em
  }
}
.page-message .sec-message .message {
  margin-top: 40px
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .message {
    width: 64%;
    margin-top: 0
  }
}
.page-message .sec-message .message__ttl {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .message__ttl {
    font-size: 28px;
    line-height: 1.4
  }
}
.page-message .sec-message .message__txt {
  margin-top: 24px;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .message__txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2
  }
}
.page-message .sec-message .message__txt:nth-of-type(1) {
  margin-top: 14px
}
@media screen and (min-width: 769px) {
  .page-message .sec-message .message__txt:nth-of-type(1) {
    margin-top: 30px
  }
}
.page-sitemap .page-ttl__ttl--en::before {
  top: 10px;
  left: calc(100% + 10px);
  width: 33px;
  height: 37px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/sitemap/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-sitemap .page-ttl__ttl--en::before {
    top: -5px;
    left: calc(100% + 20px);
    width: 65px;
    height: 74px
  }
}
.page-sitemap .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/sitemap/mv.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-sitemap .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/sitemap/mv_pc.jpg) center center/cover
  }
}
.page-sitemap .sec-sitemap {
  padding: 18px 0 80px
}
@media screen and (min-width: 769px) {
  .page-sitemap .sec-sitemap {
    padding: 52px 0 200px
  }
}
.page-sitemap .sec-sitemap .container {
  position: relative;
  z-index: 1
}
@media screen and (min-width: 769px) {
  .page-sitemap .sec-sitemap .link-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-sitemap .sec-sitemap .link-list .pc-half {
    width: 48%
  }
}
.page-sitemap .sec-sitemap .link-list__item {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-sitemap .sec-sitemap .link-list__item {
    margin-top: 40px;
    border-radius: 16px
  }
}
.page-sitemap .sec-sitemap .link-list__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.9px;
  color: #fff;
  background: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-sitemap .sec-sitemap .link-list__link {
    padding: 12px 0;
    font-size: 18px;
    letter-spacing: 1.08px
  }
}
.page-sitemap .sec-sitemap .link-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/sitemap/icon_arrow.png) center center/contain no-repeat
}
.page-sitemap .sec-sitemap .link-sub {
  margin: 0 auto;
  padding: 0 9% 20px;
  background: #fff
}
@media screen and (min-width: 769px) {
  .page-sitemap .sec-sitemap .link-sub {
    padding-bottom: 24px
  }
}
.page-sitemap .sec-sitemap .link-sub__item {
  padding-top: 15px
}
@media screen and (min-width: 769px) {
  .page-sitemap .sec-sitemap .link-sub__item {
    padding-top: 24px
  }
}
.page-sitemap .sec-sitemap .link-sub__link {
  display: block;
  padding: 7px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.78px;
  color: #2ea7e0;
  border-radius: 8px;
  background: #ecf6fc
}
@media screen and (min-width: 769px) {
  .page-sitemap .sec-sitemap .link-sub__link {
    font-size: 16px;
    letter-spacing: 0.96px;
    border-radius: 12px
  }
}
.page-privacypolicy .page-ttl__ttl--en::before {
  top: 11px;
  left: calc(100% + 6px);
  width: 27px;
  height: 29px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/privacypolicy/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .page-ttl__ttl--en::before {
    top: -8px;
    left: calc(100% + 20px);
    width: 60px;
    height: 65px
  }
}
.page-privacypolicy .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/privacypolicy/mv.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/privacypolicy/mv_pc.jpg) center center/cover
  }
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .bg {
    padding: 90px 0 120px
  }
}
.page-privacypolicy .sec-policy {
  padding: 32px 0 80px
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .sec-policy {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
    border-radius: 24px;
    background: #fff
  }
}
.page-privacypolicy .sec-policy .container {
  padding: 35px 20px;
  border-radius: 12px;
  background: #fff
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .sec-policy .container {
    padding: 0 10px;
    border-radius: none
  }
}
.page-privacypolicy .sec-policy .policy-announce {
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: normal;
  border-radius: 12px;
  background: #f7fcff
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .sec-policy .policy-announce {
    padding: 35px 0;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.96px
  }
}
.page-privacypolicy .sec-policy .policy-list {
  padding-top: 10px
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .sec-policy .policy-list {
    padding-top: 32px
  }
}
.page-privacypolicy .sec-policy .policy-list__ttl {
  position: relative;
  margin-top: 24px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.63;
  counter-increment: title;
  letter-spacing: 0.96px;
  color: #f37e07
}
.page-privacypolicy .sec-policy .policy-list__ttl::before {
  content: counter(title) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: block
}
.page-privacypolicy .sec-policy .policy-list__detail {
  padding: 11px 0 26px 20px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
  border-bottom: 1px solid #009bd0
}
@media screen and (min-width: 769px) {
  .page-privacypolicy .sec-policy .policy-list__detail {
    padding: 8px 0 23px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.96px
  }
}
.page-vision .page-ttl::before {
  display: none
}
.page-vision .page-ttl__ttl--en::before {
  top: 11px;
  left: calc(100% + 6px);
  width: 27px;
  height: 29px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-vision .page-ttl__ttl--en::before {
    top: 0;
    left: calc(100% + 24px);
    width: 47px;
    height: 47px
  }
}
.page-vision .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/mv.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-vision .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/mv_pc.jpg) center center/cover
  }
}
.page-vision .sec-area {
  padding: 26px 0 102px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area {
    padding: 72px 0 175px
  }
}
.page-vision .sec-area__txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area__txt {
    font-size: 16px;
    line-height: 2
  }
}
.page-vision .sec-area .area__item {
  margin-top: 67px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area__item {
    margin-top: 142px
  }
}
.page-vision .sec-area .area__item:first-child {
  margin-top: 53px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area__item:first-child {
    margin-top: 110px
  }
}
.page-vision .sec-area .area__name {
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.1px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area__name {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.3px
  }
}
.page-vision .sec-area .area__name-en {
  position: relative;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.19px;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area__name-en {
    font-size: 45px;
    letter-spacing: 1.82px
  }
}
.page-vision .sec-area .area__name-en::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: calc((100% - 170px) / 2);
  height: 10px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/line_before.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area__name-en::before {
    width: calc((100% - 300px) / 2);
    height: 20px;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/line_before_pc.png) center center/contain no-repeat
  }
}
.page-vision .sec-area .area__name-en::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  width: calc((100% - 170px) / 2);
  height: 10px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/line_after.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area__name-en::after {
    width: calc((100% - 300px) / 2);
    height: 20px;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/line_after_pc.png) center center/contain no-repeat
  }
}
.page-vision .sec-area .area .facilities-list {
  padding-top: 6px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .page-vision .sec-area .area .facilities-list__spr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .page-vision .sec-area .area .facilities-list__spr .facilities-item {
    margin: 70px 0 0
  }
}
.page-vision .sec-area .area .facilities-item {
  overflow: hidden;
  width: 88%;
  margin: 25px auto 0;
  padding-bottom: 25px;
  text-align: center;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15)
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item {
    position: relative;
    width: 32%;
    margin: 66px 12px 0;
    padding-bottom: 95px
  }
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item__pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px
  }
}
.page-vision .sec-area .area .facilities-item__img {
  width: 100%
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item__img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: top center;
    transform-origin: top center
  }
}
.page-vision .sec-area .area .facilities-item__kind {
  display: block;
  font-size: 12px;
  text-align: center;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item__kind {
    font-size: 15px
  }
}
.page-vision .sec-area .area .facilities-item__name {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.8px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item__name {
    margin-top: 24px;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 2.2px
  }
}
.page-vision .sec-area .area .facilities-item__addr {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item__addr {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.33
  }
}
.page-vision .sec-area .area .facilities-item__tel {
  margin-top: 11px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item__tel {
    margin-top: 18px
  }
}
.page-vision .sec-area .area .facilities-item__link-btn {
  margin-top: 16px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item__link-btn {
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    margin: 0
  }
}
.page-vision .sec-area .area .facilities-item__link-btn a {
  display: block;
  max-width: 215px;
  margin: 0 auto;
  padding: 11px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.43px;
  color: #fff;
  border-radius: 17px;
  background-color: #f37e07
}
@media screen and (min-width: 769px) {
  .page-vision .sec-area .area .facilities-item__link-btn a {
    width: 84%;
    max-width: 261px;
    padding: 14px 0;
    border-radius: 20px
  }
}
.page-vision .sec-vision {
  padding-bottom: 380px;
  text-align: center;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/bg_vision.jpg) center bottom/cover
}
@media screen and (min-width: 769px) {
  .page-vision .sec-vision {
    padding-bottom: 390px;
    text-align: left;
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/vision/bg_vision_pc.jpg) center bottom/cover
  }
}
.page-vision .sec-vision__ttl {
  position: relative;
  top: -24px;
  display: inline-block;
  padding: 4px 22px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.28px;
  border-radius: 12px;
  background: #f7fcff
}
@media screen and (min-width: 769px) {
  .page-vision .sec-vision__ttl {
    top: -50px;
    left: -40px;
    padding: 2px 40px;
    font-size: 43.5px;
    font-weight: bold;
    letter-spacing: 4.35px;
    border-radius: 14px
  }
}
.page-vision .sec-vision__ttl--en {
  display: inline-block;
  margin-left: 8px;
  font-size: 9px;
  vertical-align: middle;
  letter-spacing: 0.9px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-vision__ttl--en {
    margin-left: 30px;
    font-size: 16px;
    letter-spacing: 1.6px
  }
}
@media screen and (min-width: 769px) {
  .page-vision .sec-vision .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
.page-vision .sec-vision .txt-ttl {
  margin: 14px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.58px;
  color: #fff
}
@media screen and (min-width: 769px) {
  .page-vision .sec-vision .txt-ttl {
    width: 100%;
    margin: 22px 0 18px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3.55px
  }
}
.page-vision .sec-vision .txt {
  margin-bottom: 28px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 1.28px;
  color: #fff
}
@media screen and (min-width: 769px) {
  .page-vision .sec-vision .txt {
    width: 320px;
    font-size: 15px;
    line-height: 1.93;
    letter-spacing: 1.2px
  }
}
.page-vision .sec-history {
  padding: 70px 0 50px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-history {
    padding: 144px 0 200px
  }
}
.page-vision .sec-history__ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 2.28px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-history__ttl {
    font-size: 43.5px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 4.35px
  }
}
.page-vision .sec-history__ttl--en {
  display: block;
  margin-top: 7px;
  font-size: 9px;
  letter-spacing: 0.9px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-history__ttl--en {
    display: inline;
    margin-left: 30px;
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: 1.6px
  }
}
.page-vision .sec-history .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-vision .sec-history .history-list {
    margin-top: 90px
  }
}
.page-vision .sec-history .history-list__year {
  position: relative;
  width: 150px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: 1.04px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-history .history-list__year {
    width: 230px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.28px
  }
}
.page-vision .sec-history .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-vision .sec-history .history-list__year::after {
    top: 14px;
    right: 32px;
    width: 18px
  }
}
.page-vision .sec-history .history-list__detail {
  width: calc(100% - 150px);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 1.12px
}
@media screen and (min-width: 769px) {
  .page-vision .sec-history .history-list__detail {
    width: calc(100% - 230px);
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1.28px
  }
}
.page-vision .sec-history .history-pic {
  margin-top: 34px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-vision .sec-history .history-pic {
    margin-top: 94px
  }
}
.page-information .page-ttl__ttl--en::before {
  top: 12px;
  left: calc(100% + 12px);
  width: 35px;
  height: 30px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/information/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-information .page-ttl__ttl--en::before {
    top: -5px;
    left: calc(100% + 30px);
    width: 69px;
    height: 60px
  }
}
.page-information .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/information/mv.jpg) center top/cover
}
@media screen and (min-width: 769px) {
  .page-information .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/information/mv_pc.jpg) center top/cover
  }
}
.page-information .sec-info {
  padding-top: 21px;
  padding-bottom: 80px
}
@media screen and (min-width: 769px) {
  .page-information .sec-info {
    padding-top: 74px;
    padding-bottom: 200px
  }
}
.page-information .sec-info__ttl {
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.6px;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-information .sec-info__ttl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.92px
  }
}
@media screen and (min-width: 769px) {
  .page-information .sec-info .container {
    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
  }
}
.page-information .select-category {
  position: relative;
  margin: 10px 0 30px;
  padding: 10px 0 20px;
  border-radius: 10px;
  background: #fff
}
@media screen and (min-width: 769px) {
  .page-information .select-category {
    width: 27%;
    padding: 42px 0 50px
  }
}
.page-information .select-category__ttl {
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.72px
}
@media screen and (min-width: 769px) {
  .page-information .select-category__ttl {
    margin-top: 22px;
    font-size: 16px;
    letter-spacing: 0.96px
  }
}
.page-information .select-category__name {
  position: relative;
  overflow: hidden;
  width: 88%;
  height: 40px;
  margin: 6px auto 0;
  padding: 9px 40px 0 15px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1.3px;
  color: rgba(51, 51, 51, 0.5);
  border-radius: 20px;
  background-color: #ecf6fc
}
@media screen and (min-width: 769px) {
  .page-information .select-category__name {
    display: none
  }
}
.page-information .select-category__name::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  border-width: 7.5px 4px 0 4px;
  border-style: solid;
  border-color: #f37e07 transparent transparent transparent
}
.page-information .category-all {
  position: absolute;
  z-index: 2;
  top: calc(100% + 6px);
  left: 10%;
  display: none;
  width: 80%;
  padding: 30px 4% 40px;
  border-radius: 6px;
  background-color: #ecf6fc
}
@media screen and (min-width: 769px) {
  .page-information .category-all {
    position: static;
    display: block !important;
    width: 85%;
    margin: 14px auto 0;
    padding: 0;
    border-radius: none;
    background: #fff
  }
}
.page-information .group-name {
  display: none
}
@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;
    margin-top: 8px;
    padding: 7px 0;
    font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1.6px;
    border: none;
    border-radius: 20px;
    background: #ecf6fc
  }
  .page-information .category-list__item a::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    border-width: 4.5px 0 4.5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #f37e07
  }
}
@media screen and (min-width: 769px) {
  .page-information .selected-category a {
    color: #fff;
    background: #2ea7e0
  }
  .page-information .selected-category a::before {
    border-color: transparent transparent transparent #fff
  }
}
@media screen and (min-width: 769px) {
  .page-information .right-container {
    width: 65%;
    min-width: 460px
  }
}
.page-information .category-ttl {
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-information .category-ttl {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 4px
  }
}
.page-information .news-list__item {
  margin-top: 15px
}
@media screen and (min-width: 769px) {
  .page-information .news-list__item {
    margin-top: 17px
  }
}
.page-information .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width: 769px) {
  .page-information .news-list__link {
    border-radius: 16px
  }
}
.page-information .news-list__pic {
  width: 40%
}
@media screen and (min-width: 769px) {
  .page-information .news-list__pic {
    width: 31%
  }
}
.page-information .news-list__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.page-information .news-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (min-width: 769px) {
  .page-information .news-list__info {
    width: 69%;
    padding: 40px 35px
  }
}
.page-information .news-list__date {
  margin-top: 6px;
  margin-right: 10px;
  font-size: 11px;
  letter-spacing: 0.72px;
  color: #2ea7e0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media screen and (min-width: 769px) {
  .page-information .news-list__date {
    margin-top: 0;
    margin-right: 12px;
    font-size: 14px;
    letter-spacing: 0.84px
  }
}
.page-information .news-list__category {
  margin-top: 6px;
  padding: 0 10px;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 9px;
  font-weight: 500;
  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: 0;
    padding: 0 18px;
    font-size: 15px;
    letter-spacing: 1.2px;
    border-radius: 15px
  }
}
.page-information .news-list__txt {
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.78px
}
@media screen and (min-width: 769px) {
  .page-information .news-list__txt {
    margin-top: 10px;
    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;
    padding: 60px 1% 0
  }
}
.page-information .page-btn__first,
.page-information .page-btn__last {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.72px;
  color: #2ea7e0
}
@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: 8px;
  right: calc(100% + 10px);
  width: 0;
  height: 0;
  border-width: 3.5px 6px 3.5px 0;
  border-style: solid;
  border-color: transparent #2ea7e0 transparent transparent
}
@media screen and (min-width: 769px) {
  .page-information .page-btn__first::before,
  .page-information .page-btn__last::before {
    top: 10px;
    right: calc(100% + 12px);
    border-width: 4.5px 8px 4.5px 0
  }
}
.page-information .page-btn__last::before {
  right: auto;
  left: calc(100% + 10px);
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-information .page-btn__last::before {
    left: calc(100% + 12px);
    border-width: 4.5px 0 4.5px 8px
  }
}
.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: #2ea7e0
}
.page-information .hide-group {
  position: absolute;
  bottom: 100%;
  left: 800px;
  opacity: 0
}
.page-information .hide-category {
  position: absolute;
  bottom: 100%;
  left: 800px;
  opacity: 0
}
.page-news .page-ttl__ttl--en::before {
  top: 12px;
  left: calc(100% + 12px);
  width: 35px;
  height: 30px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/information/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-news .page-ttl__ttl--en::before {
    top: -5px;
    left: calc(100% + 30px);
    width: 69px;
    height: 60px
  }
}
.page-news .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/information/mv.jpg) center top/cover
}
@media screen and (min-width: 769px) {
  .page-news .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/information/mv_pc.jpg) center top/cover
  }
}
.page-news .sec-news {
  padding: 32px 0 80px
}
@media screen and (min-width: 769px) {
  .page-news .sec-news {
    padding: 90px 0 200px
  }
}
.page-news .sec-news .container {
  padding: 28px 7% 30px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-news .sec-news .container {
    padding: 74px 4.5% 70px;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
  }
}
.page-news .sec-news .news-ttl {
  padding-bottom: 4px
}
@media screen and (min-width: 769px) {
  .page-news .sec-news .news-ttl {
    padding-bottom: 40px
  }
}
.page-news .sec-news .news-ttl__date {
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.78px;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-news .sec-news .news-ttl__date {
    font-size: 14px;
    letter-spacing: 0.84px
  }
}
.page-news .sec-news .news-ttl__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px
}
@media screen and (min-width: 769px) {
  .page-news .sec-news .news-ttl__name {
    font-size: 28px;
    letter-spacing: 1.68px
  }
}
.page-news .sec-news .news-ttl__category {
  display: inline-block;
  margin-top: 6px;
  padding: 0 10px;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 8px;
  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 .sec-news .news-ttl__category {
    margin-top: 18px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    border-radius: 15px
  }
}
.news-body p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .news-body p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.96px
  }
}
.news-body a {
  text-decoration: underline;
  color: #2ea7e0
}
.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
}
.group-name_year {
  margin-top: 22px;
  text-align: center;
  letter-spacing: 0.96px
}
.group-name_year span {
  font-size: 16px !important
}
.page-faq .page-ttl__ttl--en::before {
  top: 16px;
  left: calc(100% + 16px);
  width: 70px;
  height: 25px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/faq/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-faq .page-ttl__ttl--en::before {
    top: 14px;
    left: calc(100% + 26px);
    width: 121px;
    height: 44px
  }
}
.page-faq .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/faq/mv.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-faq .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/faq/mv_pc.jpg) right center/cover
  }
}
.page-faq .sec-faq {
  padding-bottom: 80px
}
@media screen and (min-width: 769px) {
  .page-faq .sec-faq {
    padding-bottom: 160px
  }
}
.page-faq .accordion-area {
  margin: 0 auto;
  padding-top: 90px
}
@media screen and (max-width: 768px) {
  .page-faq .accordion-area {
    padding-top: 32px
  }
}
.page-faq .accordion-area li:last-child .rec-faq__ttl {
  border-bottom: 1px solid #009bd0
}
.page-faq .rec-faq__ttl {
  position: relative;
  padding: 32px 83px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1.2px;
  border-top: 1px solid #009bd0
}
@media screen and (max-width: 768px) {
  .page-faq .rec-faq__ttl {
    padding: 21px 10%;
    font-size: 14px;
    letter-spacing: 0.86px
  }
}
.page-faq .rec-faq__ttl::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 31px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #009bd0
}
@media screen and (max-width: 768px) {
  .page-faq .rec-faq__ttl::before {
    left: 0;
    font-size: 27px
  }
}
.page-faq .rec-faq__toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  right: 30px;
  display: block;
  width: 20px;
  height: 100%
}
@media screen and (max-width: 768px) {
  .page-faq .rec-faq__toggle-btn {
    right: 0
  }
}
.page-faq .rec-faq__toggle-btn::before,
.page-faq .rec-faq__toggle-btn::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #f37e07
}
@media screen and (max-width: 768px) {
  .page-faq .rec-faq__toggle-btn::before,
  .page-faq .rec-faq__toggle-btn::after {
    width: 15px
  }
}
.page-faq .rec-faq__toggle-btn::before {
  top: 50%;
  right: 0
}
.page-faq .rec-faq__toggle-btn::after {
  top: 50%;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.page-faq .rec-faq .js-opened-qa {
  border-bottom: 1px solid #009bd0
}
.page-faq .rec-faq .js-opened-qa .rec-faq__toggle-btn::after {
  -webkit-transform: none;
  transform: none
}
.page-faq .rec-faq__box {
  position: relative;
  display: none;
  margin: 30px 0 50px;
  padding: 30px 30px 30px 83px;
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  letter-spacing: 0.96px;
  border-radius: 16px;
  background: #d3edfb
}
@media screen and (max-width: 768px) {
  .page-faq .rec-faq__box {
    margin: 20px 0 40px;
    padding: 20px 9% 20px 50px;
    font-size: 14px;
    line-height: 1.71;
    border-radius: 16px
  }
}
.page-faq .rec-faq__box::before {
  content: "A";
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  color: #f37e07
}
@media screen and (max-width: 768px) {
  .page-faq .rec-faq__box::before {
    top: 20px;
    left: 20px;
    font-size: 27px
  }
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .page-ttl::before {
    background: transparent
  }
}
.page-attractivenesstowork .page-ttl__ttl--en::before {
  top: auto;
  right: 0;
  bottom: 7px;
  left: 186px;
  width: 62px;
  height: 30px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/attractivenesstowork/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .page-ttl__ttl--en::before {
    top: -16px;
    left: calc(100% + 30px);
    width: 123px;
    height: 60px
  }
}
.page-attractivenesstowork .page-ttl__ttl--en {
  line-height: 1
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .page-ttl__ttl--en {
    letter-spacing: normal
  }
}
.page-attractivenesstowork .page-ttl__ttl--en.en-pc {
  display: none
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .page-ttl__ttl--en.en-pc {
    display: inline-block
  }
}
.page-attractivenesstowork .page-ttl__ttl--en.en-sp {
  display: inline-block
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .page-ttl__ttl--en.en-sp {
    display: none
  }
}
.page-attractivenesstowork .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/attractivenesstowork/mv.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/attractivenesstowork/mv_pc.jpg) right center/cover
  }
}
.page-attractivenesstowork .sec-explanation {
  padding: 30px 0 0
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .sec-explanation {
    padding: 54px 0 0
  }
}
.page-attractivenesstowork .sec-explanation__ttl {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .sec-explanation__ttl {
    padding-bottom: 44px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.66
  }
}
.page-attractivenesstowork .sec-explanation__ttl--deco {
  display: inline-block;
  margin-right: 2px;
  padding: 0 3px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: normal;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f2eb96 0, #f2eb96 8px)
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .sec-explanation__ttl--deco {
    margin-right: 8px;
    padding: 0 8px;
    font-size: 35px;
    font-weight: bold;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #f2eb96 0, #f2eb96 12px)
  }
}
.page-attractivenesstowork .sec-explanation__ttl--narrow {
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .sec-explanation__ttl--narrow {
    font-weight: bold
  }
}
.page-attractivenesstowork .sec-explanation__txt {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .sec-explanation__txt {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center
  }
}
.page-attractivenesstowork .explain-list {
  margin-top: 46px;
  padding: 50px 0 80px;
  counter-reset: number;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #dce7ec), to(#dce7ec));
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #dce7ec 50%, #dce7ec 100%)
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-list {
    margin-top: 96px;
    padding: 58px 0 200px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(60%, transparent), color-stop(60%, #dce7ec), to(#dce7ec));
    background: linear-gradient(90deg, transparent 0%, transparent 60%, #dce7ec 60%, #dce7ec 100%)
  }
}
.page-attractivenesstowork .explain-list__item {
  position: relative;
  margin: 60px 5% 0
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-list__item {
    max-width: 1400px;
    margin: 100px auto 0
  }
}
.page-attractivenesstowork .explain-list__item::before {
  content: "Attractiveness to work";
  position: absolute;
  top: 135px;
  left: 0;
  padding-top: 1px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  vertical-align: bottom;
  letter-spacing: normal;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-list__item::before {
    top: 172px;
    padding-top: 4px;
    font-size: 12px
  }
}
@media screen and (min-width: 1061px) {
  .page-attractivenesstowork .explain-list__item::before {
    left: calc(50% - 530px)
  }
}
.page-attractivenesstowork .explain-list__item::after {
  content: "0" counter(number);
  position: absolute;
  top: 28px;
  left: 0;
  width: 28px;
  height: 50px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 18px;
  line-height: 1;
  counter-increment: number;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  text-align: right;
  vertical-align: bottom;
  letter-spacing: normal;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-list__item::after {
    top: 40px;
    width: 40px;
    font-size: 25px
  }
}
@media screen and (min-width: 1061px) {
  .page-attractivenesstowork .explain-list__item::after {
    left: calc(50% - 530px)
  }
}
.page-attractivenesstowork .explain-list__item:first-child {
  margin-top: 0
}
.page-attractivenesstowork .explain-data {
  position: relative;
  padding-left: 42px
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .page-attractivenesstowork .explain-data .explain-texts {
    width: 50%;
    max-width: 530px;
    padding-right: 4%;
    padding-left: 40px
  }
}
.page-attractivenesstowork .explain-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 1px;
  height: 100%;
  background: #2ea7e0
}
@media screen and (min-width: 1061px) {
  .page-attractivenesstowork .explain-data::before {
    left: calc(50% - 530px + 24px)
  }
}
.page-attractivenesstowork .explain-data__ttl {
  position: relative;
  bottom: 4px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-data__ttl {
    font-size: 35px;
    line-height: 1.66
  }
}
.page-attractivenesstowork .explain-data__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-data__txt {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.56
  }
}
.page-attractivenesstowork .explain-data__txt:nth-of-type(1) {
  margin-top: 4px
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-data__txt:nth-of-type(1) {
    margin-top: 18px
  }
}
.page-attractivenesstowork .explain-data__pic {
  margin-top: 18px
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-data__pic {
    width: 50%;
    margin-top: 0
  }
}
.page-attractivenesstowork .explain-data__pic img {
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-data__pic img {
    border-radius: 26px 0 0 26px
  }
}
.page-attractivenesstowork .explain-data__figure {
  width: 100%;
  margin-top: 20px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-data__figure {
    margin-top: 160px;
    padding-bottom: 30px;
    padding-left: 40px
  }
}
.page-attractivenesstowork .explain-data__welfare {
  margin-top: 10px
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .explain-data__welfare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.page-attractivenesstowork .welfare-list {
  margin-top: 22px
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 771px;
    margin-top: 34px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.page-attractivenesstowork .welfare-list__container {
  overflow: hidden;
  margin-top: 15px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19)
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list__container {
    width: 48%;
    margin-top: 20px
  }
}
.page-attractivenesstowork .welfare-list__container:nth-of-type(2) .welfare-list__ttl {
  background: #acd494
}
.page-attractivenesstowork .welfare-list__container:nth-of-type(2) .welfare-list__ttl::before {
  width: 25px;
  height: 28px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/attractivenesstowork/icon002.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list__container:nth-of-type(2) .welfare-list__ttl::before {
    width: 44px;
    height: 50px;
    margin-right: 5px
  }
}
.page-attractivenesstowork .welfare-list__container:nth-of-type(3) .welfare-list__ttl {
  background: #91c3e2
}
.page-attractivenesstowork .welfare-list__container:nth-of-type(3) .welfare-list__ttl::before {
  width: 24px;
  height: 22px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/attractivenesstowork/icon003.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list__container:nth-of-type(3) .welfare-list__ttl::before {
    width: 40px;
    height: 37px
  }
}
.page-attractivenesstowork .welfare-list__container:nth-of-type(4) .welfare-list__ttl {
  background: #e7cb81
}
.page-attractivenesstowork .welfare-list__container:nth-of-type(4) .welfare-list__ttl::before {
  width: 28px;
  height: 23px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/attractivenesstowork/icon004.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list__container:nth-of-type(4) .welfare-list__ttl::before {
    width: 50px;
    height: 41px;
    margin-right: 5px
  }
}
.page-attractivenesstowork .welfare-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  letter-spacing: normal;
  color: #f7fcff;
  background: #eb8897;
  -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-attractivenesstowork .welfare-list__ttl {
    font-size: 17px
  }
}
.page-attractivenesstowork .welfare-list__ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 26px;
  margin-right: 6px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/attractivenesstowork/icon001.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list__ttl::before {
    width: 35px;
    height: 45px;
    margin-right: 16px
  }
}
.page-attractivenesstowork .welfare-list__txt {
  height: 100%;
  padding: 13px 0;
  background: #fff
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list__txt {
    padding: 27px 0
  }
}
.page-attractivenesstowork .welfare-list__values {
  font-size: 14px;
  line-height: 1.79;
  text-align: center;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list__values {
    padding: 0 9%;
    font-size: 15px;
    line-height: 1.67;
    text-align: left
  }
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare-list__values-twocols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .page-attractivenesstowork .welfare-list__values-twocols .welfare-list__values--item:nth-child(1) {
    width: 60%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .page-attractivenesstowork .welfare-list__values-twocols .welfare-list__values--item:nth-child(4) {
    width: 40%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .page-attractivenesstowork .welfare-list__values-twocols .welfare-list__values--item:nth-child(2) {
    width: 60%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .page-attractivenesstowork .welfare-list__values-twocols .welfare-list__values--item:nth-child(5) {
    width: 40%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .page-attractivenesstowork .welfare-list__values-twocols .welfare-list__values--item:nth-child(3) {
    width: 60%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
}
@media screen and (min-width: 769px) {
  .page-attractivenesstowork .welfare .explain-texts {
    width: calc(50% + 200px);
    max-width: calc(530px + 200px)
  }
  .page-attractivenesstowork .welfare .explain-data__pic {
    width: calc(50% - 200px)
  }
}
.page-application .page-ttl__ttl--en::before {
  top: 0;
  left: calc(100% + 10px);
  width: 58px;
  height: 42px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/application/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-application .page-ttl__ttl--en::before {
    top: -16px;
    left: calc(100% + 26px);
    width: 116px;
    height: 84px
  }
}
.page-application .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/application/mv.jpg) center top/cover
}
@media screen and (min-width: 769px) {
  .page-application .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/application/mv_pc.jpg) center top/cover
  }
}
.page-application .sec-application {
  padding: 32px 0 40px
}
@media screen and (min-width: 769px) {
  .page-application .sec-application {
    padding: 100px 0 80px
  }
}
.page-application .sec-application .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 16px;
  border-radius: 30px;
  background: #2ea7e0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width: 769px) {
  .page-application .sec-application .area-list {
    max-width: 800px;
    height: 80px;
    margin: 0 auto;
    border-radius: 40px
  }
}
.page-application .sec-application .area-list__pipe {
  width: 1px;
  height: 30px;
  background: #fff
}
.page-application .sec-application .area-list__item {
  position: relative;
  width: 30%;
  height: 100%
}
.page-application .sec-application .area-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.54px;
  color: #fff
}
@media screen and (min-width: 769px) {
  .page-application .sec-application .area-list__link {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    padding: 30px 0;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 0.84px
  }
  .page-application .sec-application .area-list__link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fec939;
    border-bottom: 2px solid #fec939
  }
  .page-application .sec-application .area-list__link:hover {
    top: 35%;
    opacity: 1;
    color: #fec939
  }
  .page-application .sec-application .area-list__link:hover::before {
    top: 78%
  }
}
.page-application .sec-application .area-list__link--en {
  margin-bottom: 5px;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.28px;
  color: #fff;
  color: inherit
}
@media screen and (max-width: 340px) {
  .page-application .sec-application .area-list__link--en {
    font-size: 14px
  }
}
@media screen and (min-width: 769px) {
  .page-application .sec-application .area-list__link--en {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2.08px
  }
  .page-application .sec-application .area-list__link--en::after {
    content: "/";
    margin: 0 5px;
    font-size: 14px;
    letter-spacing: 0.84px
  }
}
.page-application .area-details .area-info {
  position: relative;
  padding: 56px 0 62px
}
@media screen and (min-width: 769px) {
  .page-application .area-details .area-info {
    padding: 113px 0 120px
  }
}
.page-application .area-details .area-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/application/line.png) center bottom/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-application .area-details .area-info::before {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/application/line_pc.png) center bottom/contain no-repeat
  }
}
.page-application .area-details .area-info:last-child::before {
  display: none
}
.page-application .area-details .area-info__ttl {
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.63;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.86px
}
@media screen and (min-width: 769px) {
  .page-application .area-details .area-info__ttl {
    font-size: 16px;
    letter-spacing: 0.96px
  }
}
.page-application .area-details .area-info__ttl--en {
  display: block;
  margin-bottom: 8px;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 2.88px;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-application .area-details .area-info__ttl--en {
    font-size: 48px;
    letter-spacing: 3.84px
  }
}
.page-application .area-details .area-info__txt {
  margin-top: 27px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-application .area-details .area-info__txt {
    margin-top: 50px;
    font-size: 16px;
    line-height: 2
  }
}
@media screen and (min-width: 769px) {
  .page-application .area-details .kinds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.page-application .area-details .kinds:after {
  content: "";
  display: block;
  width: 88%
}
@media screen and (min-width: 769px) {
  .page-application .area-details .kinds:after {
    width: 31%
  }
}
.page-application .area-details .kinds__item {
  overflow: hidden;
  width: 88%;
  min-width: 260px;
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-application .area-details .kinds__item {
    width: 31%;
    min-width: 200px;
    margin: 40px 0 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
  }
}
.page-application .kind-info__pic {
  text-align: center
}
.page-application .kind-info__pic img {
  width: 100%
}
.page-application .kind-info__name {
  margin-top: 18px;
  padding: 0 6%;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.9px
}
@media screen and (min-width: 769px) {
  .page-application .kind-info__name {
    margin-top: 24px;
    padding: 0 8%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.96px
  }
}
.page-application .kind-info__detail {
  padding: 11px 6% 22px
}
@media screen and (min-width: 769px) {
  .page-application .kind-info__detail {
    padding: 10px 8% 30px
  }
}
.page-application .kind-info__detail .detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.page-application .kind-info__detail .detail-list__ttl {
  width: 60px;
  margin-right: 10px;
  padding: 3px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.66px;
  color: #fff;
  border-radius: 10px;
  background: #f37e07
}
@media screen and (min-width: 769px) {
  .page-application .kind-info__detail .detail-list__ttl {
    width: 72px;
    margin-top: 5px;
    margin-right: 12px;
    padding: 5px;
    font-size: 13px;
    letter-spacing: 0.78px;
    border-radius: 15px
  }
}
.page-application .kind-info__detail .detail-list__value {
  width: calc(100% - 70px);
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.84px
}
@media screen and (min-width: 769px) {
  .page-application .kind-info__detail .detail-list__value {
    width: calc(100% - 84px);
    margin-top: 5px
  }
}
.page-application .sec-appdata {
  padding-top: 32px
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata {
    padding-top: 100px
  }
}
.page-application .sec-appdata .container {
  text-align: center
}
.page-application .sec-appdata__ttl {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 32px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.02px;
  color: #fff;
  border-radius: 22px;
  background: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata__ttl {
    padding: 8px 50px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.68px;
    border-radius: 33px
  }
}
.page-application .sec-appdata__ttl::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 8px 5.5px 0 5.5px;
  border-style: solid;
  border-color: #2ea8e0 transparent transparent transparent
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata__ttl::before {
    border-width: 9px 6.5px 0 6.5px
  }
}
.page-application .sec-appdata__pic {
  max-width: 640px;
  margin: 0 auto;
  margin-top: 31px
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata__pic {
    margin-top: 58px
  }
}
.page-application .sec-appdata__pic img {
  width: 100%;
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
}
.page-application .sec-appdata__txt {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata__txt {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
    text-align: center
  }
}
.page-application .sec-appdata .appdata-container {
  margin-top: 56px;
  padding: 60px 0 100px;
  background: #fff
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata .appdata-container {
    margin-top: 110px;
    padding: 120px 0 200px
  }
}
.page-application .sec-appdata .appdata-list {
  overflow: hidden;
  border-radius: 10px
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata .appdata-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 32px
  }
}
.page-application .sec-appdata .appdata-list__name {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.68px;
  color: #fff;
  background: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata .appdata-list__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28%;
    padding: 0;
    font-size: 18px;
    letter-spacing: 2.16px;
    border-top: 1px solid #dcdcdc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .page-application .sec-appdata .appdata-list__name:nth-of-type(1) {
    border: none
  }
}
.page-application .sec-appdata .appdata-list__value {
  padding: 14px 10px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1.68px;
  background-color: #f3f9fc
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata .appdata-list__value {
    width: 72%;
    padding: 20px 50px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1.92px;
    border-top: 1px solid #dcdcdc
  }
  .page-application .sec-appdata .appdata-list__value:nth-of-type(1) {
    border: none
  }
}
.page-application .sec-appdata .button {
  display: block;
  max-width: 295px;
  margin: 40px auto 0;
  padding: 15px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 30px;
  background: #f37e07
}
@media screen and (min-width: 769px) {
  .page-application .sec-appdata .button {
    max-width: 440px;
    margin-top: 80px;
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: 2px
  }
}
@media screen and (min-width: 769px) {
  .page-newgraduate .page-ttl::before {
    background: transparent
  }
}
.page-newgraduate .page-ttl__ttl--en::before {
  top: 14px;
  left: calc(100% + 8px);
  width: 28px;
  height: 26px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/newgraduate/icon_ttl.png) center center/contain no-repeat
}
@media screen and (max-width: 340px) {
  .page-newgraduate .page-ttl__ttl--en::before {
    top: auto;
    bottom: 10px;
    left: 80%
  }
}
@media screen and (min-width: 769px) {
  .page-newgraduate .page-ttl__ttl--en::before {
    top: 4px;
    left: calc(100% + 26px);
    width: 56px;
    height: 52px
  }
}
.page-newgraduate .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/newgraduate/mv.jpg) center top/cover
}
@media screen and (min-width: 769px) {
  .page-newgraduate .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/newgraduate/mv_pc.jpg) center top/cover
  }
}
.page-to-newstaff .intro-txt {
  margin-top: 26px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .intro-txt {
    margin-top: 92px;
    font-size: 16px;
    line-height: 2
  }
}
.page-to-newstaff .to-newstaff-ttl {
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.63;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.86px
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .to-newstaff-ttl {
    font-size: 16px;
    letter-spacing: 0.96px
  }
}
.page-to-newstaff .to-newstaff-ttl__en {
  display: block;
  margin-bottom: 8px;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 2.88px;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .to-newstaff-ttl__en {
    font-size: 48px;
    letter-spacing: 3.84px
  }
}
.page-to-newstaff .to-newstaff-ttl__icon {
  position: relative;
  display: inline-block
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .to-newstaff-ttl__icon {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.page-to-newstaff .to-newstaff-ttl__icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-right: 20px;
  margin-right: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .to-newstaff-ttl__icon .to-newstaff-ttl__en {
    font-size: 26px;
    font-size: 2.6rem
  }
}
.page-to-newstaff .button {
  display: block;
  max-width: 295px;
  margin: 40px auto 0;
  padding: 15px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 30px;
  background: #f37e07
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .button {
    max-width: 440px;
    margin-top: 80px;
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: 2px
  }
}
.page-to-newstaff .sec-schedule {
  position: relative;
  padding: 70px 0 80px
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-schedule {
    padding: 116px 0 126px
  }
  .page-to-newstaff .sec-schedule .button {
    max-width: 380px;
    margin-top: 70px
  }
}
.page-to-newstaff .sec-schedule::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/newgraduate/line.png) center bottom/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-schedule::before {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/newgraduate/line_pc.png) center bottom/contain no-repeat
  }
}
.page-to-newstaff .sec-schedule .schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  counter-reset: number;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page-to-newstaff .sec-schedule .schedule-list__item {
  position: relative;
  width: 48%;
  margin-top: 38px;
  border-radius: 12px;
  background-color: #eee
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-schedule .schedule-list__item {
    width: 23%;
    margin-top: 70px;
    border-radius: 24px
  }
}
.page-to-newstaff .sec-schedule .schedule-list__item::before {
  content: "0" counter(number);
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 17px;
  font-weight: bold;
  counter-increment: number;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 2.04px;
  color: #fff;
  border-radius: 18px;
  background: #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-to-newstaff .sec-schedule .schedule-list__item::before {
    width: 56px;
    height: 56px;
    font-size: 26px;
    letter-spacing: 3.12px;
    border-radius: 28px
  }
}
.page-to-newstaff .sec-schedule .schedule-item {
  width: 81%;
  margin: 0 auto;
  padding: 26px 0 16px
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-schedule .schedule-item {
    padding: 44px 0 30px
  }
}
.page-to-newstaff .sec-schedule .schedule-item__ttl {
  padding-bottom: 8px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.96px;
  color: #2ea7e0;
  border-bottom: 1px dotted #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-schedule .schedule-item__ttl {
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.32px;
    border-bottom: 2px dotted #2ea7e0
  }
}
.page-to-newstaff .sec-schedule .schedule-item__txt {
  margin-top: 11px;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.78px
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-schedule .schedule-item__txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.84px
  }
}
.page-to-newstaff .sec-internship {
  padding: 76px 0 80px
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-internship {
    padding: 116px 0 120px
  }
  .page-to-newstaff .sec-internship .button {
    max-width: 380px;
    margin-top: 70px
  }
}
.page-to-newstaff .sec-internship__txt {
  margin-top: 40px;
  padding: 18px 6%;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal;
  border-radius: 12px;
  background-color: #eee
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-internship__txt {
    margin-top: 64px;
    padding: 30px 5%;
    font-size: 16px;
    line-height: 2;
    border-radius: 24px
  }
}
.page-to-newstaff .sec-day {
  padding: 60px 0 100px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day {
    padding: 120px 0 200px
  }
}
.page-to-newstaff .sec-day__ttl {
  display: inline-block;
  padding: 7px 10px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.44px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #e7f5b7 0, #e7f5b7 6px)
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day__ttl {
    padding: 10px 25px;
    font-size: 36px;
    letter-spacing: 2.16px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #e7f5b7 0, #e7f5b7 12px)
  }
}
.page-to-newstaff .sec-day__txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day__txt {
    margin-top: 42px;
    font-size: 16px;
    line-height: 2
  }
}
.page-to-newstaff .sec-day__link {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-bottom: 18px
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day__link {
    max-width: 608px;
    margin: 60px auto 0;
    padding-bottom: 28px
  }
}
.page-to-newstaff .sec-day__pic {
  position: relative;
  margin: 0 auto;
  padding: 0 6%
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day__pic {
    padding: 0 4%
  }
}
.page-to-newstaff .sec-day__pic::before {
  content: "Staff’s 1day";
  position: absolute;
  bottom: 0;
  left: 15px;
  display: block;
  font-family: "Quicksand","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  text-align: left;
  letter-spacing: normal;
  color: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day__pic::before {
    left: 8px;
    font-size: 18px
  }
}
.page-to-newstaff .sec-day__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  display: block;
  width: 1px;
  height: calc(100% - 80px);
  background: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day__pic::after {
    left: -5px;
    height: calc(100% - 120px)
  }
}
.page-to-newstaff .sec-day__pic img {
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day__pic img {
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
  }
}
.page-to-newstaff .sec-day__link-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 8px 19px 8px 19px;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
  color: #fff;
  border-radius: 9px;
  background: #2ea7e0
}
@media screen and (min-width: 769px) {
  .page-to-newstaff .sec-day__link-txt {
    padding: 9px 32px 9px 32px;
    font-size: 20px;
    letter-spacing: 1.2px;
    border-radius: 12px
  }
}
@media screen and (max-width: 768px) {
  .page-to-newstaff a.sec-day__link .sec-day__link-txt {
    padding-right: 24px
  }
}
@media screen and (min-width: 769px) {
  .page-to-newstaff a.sec-day__link .sec-day__link-txt {
    padding-right: 39px
  }
}
.page-to-newstaff a.sec-day__link .sec-day__link-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff
}
@media screen and (min-width: 769px) {
  .page-to-newstaff a.sec-day__link .sec-day__link-txt::before {
    right: 12px;
    border-width: 6px 0 6px 10px
  }
}
.page-to-newstaff .box-interview {
  margin-top: 60px
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-interview {
    margin-top: 50px
  }
}
.page-to-newstaff .box-interview .to-newstaff-ttl__icon::before {
  width: 71px;
  height: 50px;
  background-image: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/newgraduate/icon-interview.png)
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-interview .to-newstaff-ttl__icon::before {
    width: 53px;
    height: 37px
  }
}
.page-to-newstaff .box-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -40px
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-interview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
    margin-bottom: -20px
  }
}
.page-to-newstaff .box-interview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30.61224%;
  margin-bottom: 40px
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-interview__item {
    width: 100%;
    margin-bottom: 20px
  }
}
.page-to-newstaff .box-interview__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  padding: 8px 10px;
  color: #fff;
  border-radius: 24px 24px 0 0;
  background-color: #2ea7e0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-interview__head {
    height: auto;
    min-height: 50px;
    border-radius: 12px 12px 0 0
  }
}
.page-to-newstaff .box-interview__head::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: #2ea7e0 transparent transparent transparent
}
.page-to-newstaff .box-interview__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.06em
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-interview__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.38
  }
}
.page-to-newstaff .box-interview__body {
  padding: 30px 8.84354% 26px;
  text-align: left;
  border-width: 3px;
  border-style: none solid solid;
  border-color: #c6e3f1;
  border-radius: 0 0 24px 24px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-interview__body {
    padding: 25px 6.99088% 23px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    border-radius: 0 0 12px 12px
  }
}
.page-to-newstaff .box-oneday {
  margin-top: 120px
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday {
    margin-top: 70px
  }
}
.page-to-newstaff .box-oneday .to-newstaff-ttl__icon::before {
  width: 54px;
  height: 54px;
  background-image: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/newgraduate/icon-oneday.png)
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday .to-newstaff-ttl__icon::before {
    width: 38px;
    height: 38px
  }
}
.page-to-newstaff .box-oneday__panel {
  margin-top: 45px;
  padding: 5.10204% 5.10204% 6.12245%;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday__panel {
    margin-top: 35px;
    padding: 10.44776% 5.97015% 11.9403%;
    border-radius: 12px
  }
}
.page-to-newstaff .box-oneday__list {
  position: relative;
  padding: 16px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.73;
  text-align: left;
  color: #333;
  border-left: 3px solid #2ea7e0
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday__list {
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.54;
    border-left-width: 2px
  }
}
.page-to-newstaff .box-oneday__list::before,
.page-to-newstaff .box-oneday__list::after {
  content: "";
  position: absolute;
  left: -6px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2ea7e0
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday__list::before,
  .page-to-newstaff .box-oneday__list::after {
    left: -5px;
    width: 8px;
    height: 8px
  }
}
.page-to-newstaff .box-oneday__list::before {
  top: -4.5px
}
.page-to-newstaff .box-oneday__list::after {
  bottom: -4.5px
}
.page-to-newstaff .box-oneday__item {
  position: relative;
  margin-left: 80px;
  padding: 2.5% 3.75%;
  border-radius: 24px;
  background-color: #ecf4f8
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday__item {
    margin-left: 35px;
    border-radius: 12px
  }
}
.page-to-newstaff .box-oneday__item + li {
  margin-top: 16px
}
.page-to-newstaff .box-oneday__item::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: -81.5px;
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #f37e07
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday__item::before {
    left: -36px;
    width: 12px;
    height: 12px
  }
}
.page-to-newstaff .box-oneday__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 6px 18px 6px 0;
  border-style: solid;
  border-color: transparent #ecf4f8 transparent transparent
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday__item::after {
    border-width: 5px 9px 5px 0
  }
}
.page-to-newstaff .box-oneday__head {
  margin-bottom: 0.8em;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2ea7e0;
  border-bottom: 2px dashed #2ea7e0
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday__head {
    margin-bottom: 0.6em;
    padding: 0.3em;
    font-size: 13px;
    font-size: 1.3rem;
    border-width: 1px
  }
}
.page-to-newstaff .box-oneday__head span {
  font-weight: bold
}
.page-to-newstaff .box-oneday__time {
  margin-right: 1em;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle
}
@media screen and (max-width: 768px) {
  .page-to-newstaff .box-oneday__time {
    font-size: 15px;
    font-size: 1.5rem
  }
}
@media screen and (min-width: 769px) {
  .page-midcareer .page-ttl::before {
    background: transparent
  }
}
.page-midcareer .page-ttl__ttl--en::before {
  top: 14px;
  left: calc(100% + 10px);
  width: 28px;
  height: 28px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/midcareer/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-midcareer .page-ttl__ttl--en::before {
    top: 4px;
    left: calc(100% + 26px);
    width: 59px;
    height: 59px
  }
}
.page-midcareer .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/midcareer/mv.jpg) center top/cover
}
@media screen and (min-width: 769px) {
  .page-midcareer .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/midcareer/mv_pc.jpg) center top/cover
  }
}
.page-midcareer .sec-schedule::before {
  display: none
}
.page-midcareer .sec-schedule .schedule-list {
  padding-bottom: 25px
}
@media screen and (min-width: 769px) {
  .page-midcareer .sec-schedule .schedule-list {
    padding-bottom: 50px
  }
}
.page-midcareer .sec-schedule .button {
  margin-top: 10px
}
@media screen and (min-width: 769px) {
  .page-midcareer .sec-schedule .button {
    max-width: 440px;
    margin-top: 16px
  }
}
.page-midcareer .sec-day__ttl {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #bdeff7 0, #bdeff7 6px)
}
@media screen and (min-width: 769px) {
  .page-midcareer .sec-day__ttl {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #bdeff7 0, #bdeff7 12px)
  }
}
.page-contact .page-ttl__ttl--en::before {
  top: 5px;
  left: calc(100% + 10px);
  width: 35px;
  height: 34px;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/contact/icon_ttl.png) center center/contain no-repeat
}
@media screen and (min-width: 769px) {
  .page-contact .page-ttl__ttl--en::before {
    top: -16px;
    left: calc(100% + 26px);
    width: 77px;
    height: 74px
  }
}
.page-contact .page-ttl .mv {
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/contact/mv.jpg) center center/cover
}
@media screen and (min-width: 769px) {
  .page-contact .page-ttl .mv {
    background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/contact/mv_pc.jpg) right center/cover
  }
}
.page-contact .note {
  padding-top: 14px
}
@media screen and (min-width: 769px) {
  .page-contact .note {
    padding-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: left;
    letter-spacing: 1.28px
  }
}
.page-contact .form {
  margin-top: 44px;
  border-top: 1px solid #009bd0
}
@media screen and (min-width: 769px) {
  .page-contact .form {
    margin-top: 78px
  }
}
.page-contact .form__item {
  padding: 23px 0 30px;
  border-bottom: 1px solid #009bd0
}
@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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@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,
.page-contact .form__free {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 8px 3px;
  font-size: 9px;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.54px;
  color: #fff;
  border-radius: 7.5px;
  background-color: #009bd0
}
@media screen and (min-width: 769px) {
  .page-contact .form__required,
  .page-contact .form__free {
    margin-left: 14px;
    padding: 4px 10px 5px;
    font-size: 13px;
    letter-spacing: 0.78px;
    border-radius: 12px
  }
}
.page-contact .form__free {
  background: #91bece
}
.page-contact .form__input-area {
  margin-top: 8px
}
@media screen and (min-width: 769px) {
  .page-contact .form__input-area {
    width: 70%
  }
}
.page-contact .form__txtbox {
  width: 100%;
  padding: 13px 0 13px 10px;
  font-size: 13px;
  letter-spacing: 1.3px;
  border: none;
  border-radius: 25px;
  background-color: #f2f2f2
}
@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__postno-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.page-contact .form__postno-container .postno-line {
  width: 8%;
  max-width: 34px;
  height: 1px
}
@media screen and (min-width: 769px) {
  .page-contact .form__postno-container .postno-line {
    width: 5%;
    max-width: 36px
  }
}
.page-contact .form__postno-container .postno-line::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 auto;
  background: #333
}
@media screen and (min-width: 769px) {
  .page-contact .form__postno-container .postno-line::before {
    width: 12px
  }
}
.page-contact .form__postno-container .form__txtbox {
  width: 46%;
  max-width: 200px
}
@media screen and (min-width: 769px) {
  .page-contact .form__postno-container .form__txtbox {
    width: 26%
  }
}
.page-contact .form__postno-container .form__addr-btn {
  width: 100%;
  max-width: 434px;
  height: 50px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.72px;
  color: #fff;
  border: none;
  border-radius: 25px;
  background-color: #009bd0
}
@media screen and (min-width: 769px) {
  .page-contact .form__postno-container .form__addr-btn {
    width: 38%;
    margin-top: 0;
    margin-left: 5%;
    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: 16px;
  background-color: #f2f2f2
}
@media screen and (min-width: 769px) {
  .page-contact .form__txtarea {
    font-size: 16px;
    letter-spacing: 1.6px;
    border-radius: 32px
  }
}
.page-contact .form .form__check-container {
  margin-top: 34px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .page-contact .form .form__check-container {
    margin-top: 64px
  }
}
.page-contact .form .form__check-container label,
.page-contact .form .form__check-container p {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.93;
  text-align: left;
  letter-spacing: 1.12px;
  color: #333
}
@media screen and (min-width: 769px) {
  .page-contact .form .form__check-container label,
  .page-contact .form .form__check-container p {
    font: 16px;
    letter-spacing: 0.96px
  }
}
.page-contact .form .form__check-container a {
  text-decoration: underline;
  color: #333
}
.page-contact .form .form__check-container input[type=checkbox] {
  display: none
}
.page-contact .form .form__check-container input[type=checkbox] + label,
.page-contact .form .form__check-container .checked-box {
  position: relative;
  padding-left: 30px
}
.page-contact .form .form__check-container input[type=checkbox] + label::before,
.page-contact .form .form__check-container .checked-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background: #fff
}
.page-contact .form .form__check-container input[type=checkbox] + label::after,
.page-contact .form .form__check-container .checked-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  background: url(/wp-content/themes/taiyogakuin/_assets/images/recruit/contact/icon_check.svg) center center/contain no-repeat
}
.page-contact .form .form__check-container .checked-box {
  display: inline-block;
  vertical-align: middle
}
.page-contact .form .form__check-container .checked-box::after {
  opacity: 1
}
.page-contact .form .form__check-container input[type=checkbox]:checked + label::after {
  opacity: 1
}
.page-contact .form__btns {
  padding: 48px 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: 104px 0 160px;
    -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: 295px;
  margin: 0 auto;
  padding: 9px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  letter-spacing: 1.5px;
  color: #fff;
  border: none;
  border-radius: 23px;
  background: #f37e07
}
@media screen and (min-width: 769px) {
  .page-contact .form__submit,
  .page-contact .form__reset {
    width: 48%;
    margin: 0;
    padding: 18px 0;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 35px
  }
}
.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.page-contact-check .form__txtbox,
.page-contact.page-contact-check .form__txtarea {
  background: #fff
}
.page-contact.page-contact-check .form__check-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (min-width: 769px) {
  .page-contact.page-contact-check .form__input-area.form-birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .page-contact.page-contact-check .form__input-area.form-birthday .form__select-container {
    width: 60px;
    min-width: 20px
  }
}
.page-contact.page-contact-check .h-adr .form__check-container.input-show {
  display: none
}
@media screen and (min-width: 769px) {
  .page-contact.page-contact-complete .txt {
    text-align: center
  }
}
.page-contact.page-contact-complete .btn-returntop {
  width: 88%;
  max-width: 380px;
  margin: 34px auto 0;
  padding-bottom: 80px
}
@media screen and (min-width: 769px) {
  .page-contact.page-contact-complete .btn-returntop {
    margin: 74px auto 0;
    padding-bottom: 160px
  }
}
.page-contact.page-contact-complete .rec-button {
  display: block;
  max-width: 380px;
  margin: 40px auto 0;
  padding: 20px 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 30px;
  background: #f37e07
}
@media screen and (max-width: 768px) {
  .page-contact.page-contact-complete .rec-button {
    max-width: 295px;
    padding: 15px 0;
    font-size: 14px
  }
}
.page-contact-check .mw_wp_form_confirm .input-show {
  display: none
}
.page-contact-check .mw_wp_form_confirm input[type="reset"] {
  display: none
}
.page-contact-check .mw_wp_form_confirm .txt {
  margin-top: 0
}
.page-contact-check .mw_wp_form_confirm .form__select-container:before {
  display: none
}
@media screen and (min-width: 769px) {
  .page-contact-check .mw_wp_form_confirm .form__input-area.form-birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .page-contact-check .mw_wp_form_confirm .form__input-area.form-birthday .form__select-container {
    width: 60px;
    min-width: 20px
  }
}
.page-contact-check .mw_wp_form_confirm .form__reset {
  padding: 0
}
.page-contact-check .mw_wp_form_confirm .v2 {
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  letter-spacing: normal;
  color: #fff;
  border: none !important;
  background: none !important
}
/*# sourceMappingURL=../sourcemaps/recruit.css.map */
