@charset "UTF-8";
/* 共通項目 */
@import url("//fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Spectral:wght@300;400;500;700&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,700,900&display=swap");
/**
* -------------------------------------------------------------------
* Base
* ------------------------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  color: #3c3c3c;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

section {
  padding: 80px 0;
  padding: 8rem 0;
}

a {
  color: #a55985;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*&:visited {
    color: $color-link;
    text-decoration: none;
    transition: all .3s ease-in-out;
  }*/
}
a:hover, a:focus {
  color: #9c9c9c;
  text-decoration: none;
}

a:hover img, .hover a:hover, a.hover, img.hover:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.linkbox {
  position: relative;
}
.linkbox a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.linkbox:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

/**
* ===================================================================
* Typography
* ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 0.75em;
}

.title {
  text-shadow: 1px 2px 5px #bbb;
}

h1, .h01 {
  font-size: 30px;
  font-size: 3rem;
}

h2, .h02 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3, .h03 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4, .h04 {
  font-size: 21px;
  font-size: 2.1rem;
}

h5, .h05 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6, .h06 {
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  margin: 0 0 1.25em;
}

.plain {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  text-shadow: none;
  text-shadow: initial;
}

.serif {
  font-family: "Spectral", "Noto Serif JP", serif;
}

em, i, b {
  font-weight: normal;
  font-style: normal;
}

blockquote {
  position: relative;
  margin: 30px 0;
  margin: 3rem 0;
  padding-left: 40px;
  padding-left: 4rem;
}
blockquote:before {
  position: absolute;
  top: 30px;
  top: 3rem;
  left: 0;
  color: #3c3c3c;
  font-family: arial, sans-serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 0;
  content: "“";
  margin: 0;
}
blockquote p {
  font-family: "Spectral", "Noto Serif JP", serif;
  font-style: italic;
  padding: 0;
}
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a {
  color: #8d8d8d;
  border: none;
}
blockquote cite a:visited {
  color: #8d8d8d;
  border: none;
}

code {
  white-space: nowrap;
  margin: 0 2px;
  margin: 0 0.2rem;
  padding: 3px 6px;
  padding: 0.3rem 0.6rem;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background: #f1f1f1;
}

del {
  text-decoration: line-through;
}

abbr {
  color: #8d8d8d;
  -webkit-font-feature-settings: "c2sc";
          font-feature-settings: "c2sc";
  font-variant: small-caps;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  text-transform: lowercase;
}

dfn {
  font-style: italic;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: dotted 1px #e8e8e8;
}

mark {
  background: #ff0;
  color: #000;
}

small, .small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 10px;
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.red {
  color: #ff0000;
}

/**
* ===================================================================
* Images
* ------------------------------------------------------------------- */
img {
  border: 0;
}
img a:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img.shadow {
  margin: 5px;
  -webkit-box-shadow: rgba(50, 50, 93, .1) 0px 8px 18px -3px, rgba(0, 0, 0, .1) 0px 5px 10px -5px;
          box-shadow: rgba(50, 50, 93, .1) 0px 8px 18px -3px, rgba(0, 0, 0, .1) 0px 5px 10px -5px;
}
img.responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
}

/**
* ===================================================================
* Lists
* ------------------------------------------------------------------- */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.decimal {
  list-style: decimal;
  margin-bottom: 0.5em;
  padding-left: 25px;
  padding-left: 2.5rem;
}
ol.decimal li {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
ol.decimal li:last-child {
  margin-bottom: 0;
}
ol.decimal li p {
  margin: 0.3em 0 0.3em 0.5em;
}

ul.disc {
  list-style: disc;
  margin-bottom: 0.5em;
  padding-left: 25px;
  padding-left: 2.5rem;
}
ul.disc li {
  margin-bottom: 0.5em;
  padding-left: 0.15em;
}
ul.disc li:last-child {
  margin-bottom: 0;
}
ul.disc li p {
  margin: 0.3em 0 0.3em 0.5em;
}

ul.kome {
  padding-left: 25px;
  padding-left: 2.5rem;
}
ul.kome li {
  text-indent: -1.3em;
  margin-bottom: 0.5em;
}
ul.kome li:before {
  display: inline;
  content: "※";
  padding-right: 0.22em;
}

li {
  display: list-item;
}

dt, dd {
  margin: 0;
  padding: 0;
}

/**
* ===================================================================
* Tables
* ------------------------------------------------------------------- */
table {
  max-width: 100%;
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.table th, .table td {
  text-align: left;
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  border-bottom: 1px solid #e8e8e8;
}
.table th {
  color: #252525;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}
.table th:last-child,
.table td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/**
* ===================================================================
* Forms
* ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select {
  /* display: block; */
  max-width: 100%;
  outline: none;
  color: #737373;
  font: 400 16px "Jost", "Noto Sans JP", sans-serif;
  font: 400 1.6rem "Jost", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  border: 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea {
  min-height: 250px;
  min-height: 25rem;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus, select:focus {
  color: #3c3c3c;
  border: 1px solid #d2fef9;
  background: #f4fffe;
}

label, legend {
  display: block;
  color: #3c3c3c;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
}

label span, legend span {
  color: #05bca9;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

/**
* ===================================================================
* Style Placeholder Text
* ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a1a1a1;
}

:-moz-placeholder {
  color: #a1a1a1;
}

::-moz-placeholder {
  color: #a1a1a1;
}

:-ms-input-placeholder {
  color: #a1a1a1;
}

.placeholder {
  color: #a1a1a1 !important;
}

/**
* ===================================================================
* Buttons
* ------------------------------------------------------------------- */
input[type=submit], input[type=reset], input[type=button] {
  display: inline-block;
  font: 400 16px "Jost", "Noto Sans JP", sans-serif;
  font: 400 1.6rem "Jost", "Noto Sans JP", sans-serif;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 3px 10px 0;
  margin: 0 0.3rem 1rem 0;
  padding: 10px 25px 7.5px;
  padding: 1rem 2.5rem 0.75rem;
  border: none;
  border-radius: 3px;
  background: #f0f1f3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit] a, input[type=submit] a:visited, input[type=reset] a, input[type=reset] a:visited, input[type=button] a, input[type=button] a:visited {
  color: white;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  outline: 0;
  background: #f0f1f3;
  opacity: 0.5;
}

.button:focus, button:focus {
  outline: 0;
  background: #f0f1f3;
}

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  outline: 0;
  background: #f0f1f3;
}

.btn {
  color: #495057;
  background-color: #f0f1f3;
}
.btn:hover {
  background-color: #d9dcdf;
}

.btn-primary {
  color: #ffffff;
  background-color: #f03d4d;
}
.btn-primary:hover {
  background-color: #d31020;
}

.btn-transparent {
  color: #495057;
  background-color: #ffffff;
}
.btn-transparent:hover {
  background-color: #eaebec;
}

.btn-light {
  color: #495057;
  background-color: #fafdff;
}
.btn-light:hover {
  background-color: #dce3eb;
}

.btn-dark {
  color: #ffffff;
  background-color: #3c3c3c;
}
.btn-dark:hover {
  background-color: #5c5c5c;
}

/**
* ===================================================================
* Container
* ------------------------------------------------------------------- */
.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
  padding: 0 1%;
}

.min-container {
  max-width: 800px;
  width: auto;
  margin: 0 auto;
  padding: 0 1%;
}

.wide-container {
  max-width: 1600px;
  width: auto;
  margin: 0 auto;
  padding: 0 1%;
}

.full-container {
  width: 100%;
  margin: 0;
  padding: 0 1%;
}

.sub-content {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 1%;
  padding: 3rem 1%;
}

/**
 * ===================================================================
 * Grid
 * -------------------------------------------------------------------  */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.position_center {
  display: grid;
  place-items: center;
}

.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.horizontal_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.row-grid {
  display: grid;
}

.row-two {
  grid-template-columns: 1fr 1fr;
}

.row-three {
  grid-template-columns: 1fr 1fr 1fr;
}

.row-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/**
* ===================================================================
* Utility
* ------------------------------------------------------------------- */
.clear {
  clear: both;
  overflow: hidden;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-center {
  text-align: center;
}
.text-center > * {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.aligncenter, div.aligncenter, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

.alignright {
  display: inline;
  float: right;
}

img.alignright {
  margin: 5px 5px 15px 20px;
  padding: 0;
}

.alignleft {
  display: inline;
  float: left;
}

img.alignleft {
  margin: 5px 20px 15px 5px;
  padding: 0;
}

.box-shadow {
  -webkit-box-shadow: rgba(50, 50, 93, .1) 0px 8px 18px -3px, rgba(0, 0, 0, .1) 0px 5px 10px -5px;
          box-shadow: rgba(50, 50, 93, .1) 0px 8px 18px -3px, rgba(0, 0, 0, .1) 0px 5px 10px -5px;
}

a {
  color: rgba(219, 114, 178, .98);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.red {
  color: #ff0000;
}

section p span {
  display: block;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
section p span.image-caption {
  margin-left: 0;
  text-align: center;
}
section#page-secList {
  padding-bottom: 2em;
}
section#page-secList p {
  text-align: center;
  line-height: 2em;
}
section#page-secList p a {
  color: rgba(219, 114, 178, .98);
  text-decoration: underline;
}

.pages header {
  height: auto;
}
.pages header .main-visual {
  position: relative;
  background-repeat: no-repeat;
  padding-top: 0;
  max-width: none;
}
.pages header .main-visual .page-heading {
  padding: 90px 0;
  font-size: 30px;
  color: rgba(219, 114, 178, .98);
  font-weight: bold;
  background-image: url(/common/img/page-heading.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.pages header .main-visual .page-heading span {
  display: block;
}
.pages .common-page-heading {
  margin-bottom: 30px;
  padding-bottom: 55px;
  color: rgba(219, 114, 178, .98);
  font-size: 24px;
  text-align: center;
  background-image: url(/common/img/common-p-h-under.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pages .common-page-heading3 {
  margin: 60px 0px;
  color: rgba(219, 114, 178, .98);
  text-align: center;
}
.pages section {
  border-top: none;
  border-bottom: none;
}
.pages section p {
  line-height: 2;
}
.pages #sec01 {
  background-image: none;
}
.pages dl dd a {
  color: rgba(219, 114, 178, .98);
  text-decoration: underline;
}

.system header .main-visual {
  height: 261px;
  background-image: url(/common/img/system/header.jpg);
}
.system #page-secList {
  text-align: center;
  padding-block: 70px;
  padding-block: 7rem;
}
.system #page-secList .marker-text {
  padding-bottom: 4em;
}
.system #page-secList h2 {
  display: inline;
  color: #9cd183;
  font-family: "Kaisei Decol", serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(254, 246, 98, .5)));
  background: linear-gradient(transparent 60%, rgba(254, 246, 98, .5) 60%);
}
.system #page-secList h2 * {
  font-family: "Kaisei Decol", serif;
}
.system #sec01 .center {
  text-align: center;
}
.system #sec01 .policy-txt {
  font-family: "Kaisei Decol", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#53e033), color-stop(41%, #5dddff), to(#ff6fa9));
  background: linear-gradient(90deg, #53e033 0%, #5dddff 41%, #ff6fa9 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.system #sec01 .policy-txt * {
  font-family: "Kaisei Decol", serif;
}
.system #sec99 {
  background: rgb(255, 249, 249);
}
.system #sec02 .float {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.system #sec02 .float .left {
  width: 100%;
}
.system #sec02 .float .left p {
  line-height: 1.75;
  margin-bottom: 0.75em;
}
.system #sec02 .float .left p .orange {
  display: inline;
  margin-left: 0;
  color: #FF9101;
}
.system #sec02 .float .right {
  width: 100%;
}
.system #sec02 .float .right p {
  text-align: center;
}
.system #sec03 {
  padding: 80px 0;
  padding: 8rem 0;
  background: rgb(255, 249, 249);
}
.system #sec03 table {
  margin-bottom: 1em;
}
.system #sec03 table thead th {
  padding: 1.5em 1em;
  background: #F1F1F1;
  border: 1px solid #3c3c3c;
}
.system #sec03 table thead th.no-border {
  background: none;
  border: none;
}
.system #sec03 table tbody th {
  padding: 1.25em 1em;
  background: #ffffff;
  border: 1px solid #3c3c3c;
  text-align: center;
  vertical-align: middle;
}
.system #sec03 table tbody td {
  padding: 1.25em 1em;
  background: #ffffff;
  border: 1px solid #3c3c3c;
  vertical-align: middle;
}
.system #sec03 ul.kome li:not(:last-child) {
  margin-bottom: 0.35em;
}
.system #sec04 .float {
  display: none !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.system #sec04 .float .left {
  margin-right: 0;
}
.system #sec04 .float .left, .system #sec04 .float .right {
  width: 47.5%;
}
.system #sec04 .float .left img, .system #sec04 .float .right img {
  width: 100%;
}
.system #sec04 .graphｰlayout {
  margin-inline: 1%;
}
.system #sec04 .graphｰlayout li {
  width: 90%;
  margin: 0 auto 7%;
}
.system #sec04 .graphｰlayout img {
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="6" dy="6" result="offsetblur" /><feFlood flood-color="rgba(218,198,206,0.85)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(5px 5px 5px rgba(218, 198, 206, .85));
          filter: drop-shadow(5px 5px 5px rgba(218, 198, 206, .85));
}
.system #sec04 .alma-mater {
  margin: 0 6% 15px;
  padding: 30px 40px;
  background-color: #FFE5F0;
  border-radius: 10px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="6" dy="6" result="offsetblur" /><feFlood flood-color="rgba(218,198,206,0.85)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(5px 5px 5px rgba(218, 198, 206, .85));
          filter: drop-shadow(5px 5px 5px rgba(218, 198, 206, .85));
}
.system #sec04 .alma-mater h6 {
  color: #707070;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-block: 0.5em 0.35em;
  margin-bottom: 1.25em;
  background-color: #ffffff;
  border-radius: 8px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(218,198,206,0.75)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(4px 4px 4px rgba(218, 198, 206, .75));
          filter: drop-shadow(4px 4px 4px rgba(218, 198, 206, .75));
}
.system #sec04 .alma-mater p {
  letter-spacing: 0.075em;
  line-height: 1.65;
  margin-bottom: 0;
}
.system #sec05 {
  padding: 80px 0 160px;
  padding: 8rem 0 16rem;
  background: rgb(255, 249, 249);
}
.system #sec05 .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.system #sec05 .float .left {
  width: 50%;
}
.system #sec05 .float .left table {
  width: 100%;
}
.system #sec05 .float .left table thead th {
  background: #F1F1F1;
  border: 1px solid #3c3c3c;
}
.system #sec05 .float .left table thead th p {
  line-height: 1.5;
}
.system #sec05 .float .left table tbody td {
  background: #ffffff;
  border: 1px solid #3c3c3c;
  text-align: center;
}
.system #sec05 .float .right p {
  margin: 0;
}
.system #sec05 .float .right p img {
  vertical-align: top;
}

.activity header .main-visual {
  height: 261px;
  background-image: url(/common/img/activity/header.jpg);
}
.activity #sec01 {
  background: none;
}
.activity #sec01 ul {
  width: 580px;
  margin: 0 auto;
}
.activity #sec01 ul li {
  position: relative;
  padding: 1em 0 1em 2em;
  font-size: 18px;
}
.activity #sec01 ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  background-image: url(/common/img/list-icon.png);
  background-size: contain;
  width: 25px;
  height: 26px;
}
.activity #sec02 {
  background: #f9fcfd;
  background: rgb(255, 249, 249);
}
.activity #sec03 {
  background: rgb(255, 249, 249);
}
.activity #sec03 .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.activity #sec03 .float:last-of-type {
  margin-bottom: 0;
}
.activity #sec03 .float:last-of-type .left {
  width: 48%;
}
.activity #sec03 .float:last-of-type .left h3 {
  margin-bottom: 1.5em;
}
.activity #sec03 .float:last-of-type .left h4 {
  font-weight: bold;
}
.activity #sec03 .float:last-of-type .left p {
  font-size: 15px;
}
.activity #sec03 .float:last-of-type .right {
  width: 47%;
}
.activity #sec03 .float:last-of-type .right p img {
  width: 100%;
}
.activity #sec03 .float .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.activity #sec03 .float .left p {
  margin-top: auto;
}
.activity #sec03 .float .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.activity #sec03 .float .right p {
  margin-top: auto;
}
.activity #sec03 .float ol {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.activity #sec03 .float ol li {
  margin-left: 1.2em;
  line-height: 2em;
  font-size: 14px;
}
.activity #sec03 .row.space_between li {
  width: 30%;
}
.activity #sec03 .row.space_between img {
  width: 100%;
  height: auto;
}
.activity #sec04 {
  background: none;
}
.activity #sec04 h3 {
  font-size: 21px;
  font-size: 2.1rem;
}
.activity #sec04 .kensyu-box {
  /* margin-bottom: 10rem; */
}
.activity #sec04 .kensyu-box .kensyu-box-inner {
  margin-bottom: 50px;
}
.activity #sec04 .kensyu-box .kensyu-box-inner:last-of-type {
  margin-bottom: 0;
}
.activity #sec04 .kensyu-box .center {
  text-align: center;
}
.activity #sec04 .row.space_between img {
  width: 100%;
  height: 100%;
}
.activity #sec04 .gallery01 li, .activity #sec04 .gallery0201 li {
  width: 30%;
}
.activity #sec04 .gallery0201 {
  margin-bottom: 5%;
}
.activity #sec04 .gallery0202 li {
  width: 47.5%;
}
.activity #sec05 {
  background: rgb(255, 249, 249);
}
.activity #sec05 img:hover {
  cursor: pointer;
}
.activity #sec05 a {
  display: block;
}
.activity #sec05 small {
  display: table;
  margin-inline: auto;
}

/* .plan {
  header {
    .main-visual {
      height: 261px;
      background-image: url(/common/img/plan/header.jpg);
    }
  }
  .plan-table {
    th {
      width: 10%;
      padding: 1%;
      background: #fffbe9;
    }
    td {
      width: 40%;
      padding: 1%;
      p {
        text-indent: -2em;
        margin-left: 1em;
      }
    }
  }
  .plan-table-single {
    td {
      p {
        text-indent: 0em;
        margin-left: 0em;
      }
    }
  }
  #sec01 {
    .pink {
      display: inline;
      color: pink;
    }
  }
  #sec02 {
    background: none;
  }
} */
/* .preceptee6 {
  header {
    .main-visual {
      height: 261px;
      background-image: url(/common/img/preceptee6/header.jpg);
    }
  }
  section {
    .float {
      .image {
        img {
          width: 100%;
        }
      }
    }
  }
  #sec01 {
    .float {
      .left,
      .right {
        width: 48%;
        p {
          text-align: center;
        }
        .video-area {
          margin: 0.75em 0;
          padding-top: 75.25%;
        }
      }
    }
  }
  #sec02 {
    background: #f9fcfd;
    background: rgba(255,249,249);
    .float {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      .left,
      .center,
      .right {
        width: 32%;
        .video-area {
          padding-top: 67.25%;
        }
        p {
          text-align: center;
        }
      }
    }
  }
  #sec03 {
    background-image: none;
    .float {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 5rem;
      .left,
      .right {
        width: 48%;
      }
    }
    h4 {
      font-weight: bold;
    }
    h4 + p {
      margin-bottom: 35px;
    }
  }
} */
.interview header .main-visual {
  height: 261px;
  background-image: url(/common/img/preceptee6/header.jpg);
}
.interview section .interview-heading {
  text-align: center;
  color: #003070;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.interview section .float .image img {
  width: 100%;
}
.interview #sec01 {
  padding-bottom: 0;
}
.interview #sec01 figure {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.interview #sec01 figure p {
  text-align: center;
}
.interview #sec01 figure figcaption {
  text-align: center;
  font-size: 20px;
}
.interview #sec01 .prof-box {
  padding-bottom: 50px;
  padding-bottom: 5rem;
  border-bottom: 1px solid #003070;
}
.interview #sec01 .prof-box p {
  margin-bottom: 2em;
}
.interview #sec01 .prof-box p .nurse-name {
  display: inline;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.interview #sec02 {
  background-image: url(/common/img/sec-bg.png);
}
.interview #sec02 .qa-box {
  margin-bottom: 100px;
  margin-bottom: 10rem;
  overflow: hidden;
}
.interview #sec02 .qa-box:last-of-type {
  margin-bottom: 0;
}
.interview #sec02 .qa-box dt {
  position: relative;
  margin-bottom: 20px;
  padding-left: 2.2em;
  line-height: 2.5em;
  font-size: 20px;
}
.interview #sec02 .qa-box dt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/common/img/interview/q-back.png);
}
.interview #sec02 .qa-box dd {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.8em;
  line-height: 1.8em;
}
.interview #sec02 .qa-box dd::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/common/img/interview/a-back.png);
}
.interview #sec02 .qa-box .no-back::before {
  content: none;
}
.interview #sec02 .qa-box .f-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.ward header .main-visual {
  height: 261px;
  background-image: url(/common/img/ward/header.jpg);
}
.ward #secList p a {
  color: rgba(219, 114, 178, .98);
  text-decoration: underline;
}
.ward section .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ward section .float .left.txt {
  width: 100%;
}
.ward section .float .right.image img {
  width: 100%;
}
.ward #sec01 .inner .float .left {
  /* width: 65%; */
  width: 100%;
}
.ward #sec01 .inner .float .right {
  /* width: 30%; */
}
.ward #sec02 {
  background: none;
}
.ward #sec03 {
  background: none;
}
.ward #sec04 {
  background: none;
}
.ward #sec04 .inner .float .left {
  width: 65%;
}
.ward #sec04 .inner .float .right {
  width: 30%;
}
.ward #sec11 {
  background: rgb(255, 249, 249);
}
.ward #sec11 .video-image {
  width: 48%;
}
.ward #sec12 .video-image {
  width: 48%;
}
.ward #sec13 {
  background: rgb(255, 249, 249);
}
.ward #sec13 .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.ward #sec13 .float .left,
.ward #sec13 .float .right {
  width: 48%;
}
.ward #sec13 .inner-list {
  margin: 50px 0;
}
.ward #sec13 .inner-list p {
  text-align: center;
  line-height: 2em;
}
.ward #sec13 .inner-list p a {
  color: rgba(219, 114, 178, .98);
  text-decoration: underline;
}
.ward #sec13 .sec13-box {
  margin: 50px 0 100px;
}
.ward #sec13 .sec13-box h4 {
  color: rgba(219, 114, 178, .98);
  border-bottom: 1px solid rgba(219, 114, 178, .98);
  font-size: 1.5em;
  font-weight: bold;
}
.ward #sec13 .sec13-box h5 {
  color: rgba(219, 114, 178, .98);
  font-weight: bold;
  border-left: 8px solid rgba(219, 114, 178, .98);
  padding-left: 3px;
}
.ward #sec13 .sec13-box .sec13-parent {
  margin: 30px 0;
}
.ward #sec13 .sec13-box .sec13-parent .sec13-inner {
  margin-bottom: 2em;
}
.ward #sec13 .sec13-box .sec13-parent .sec13-inner p span {
  font-weight: bold;
  margin-left: 0;
}
.ward #sec13 .sec13-box .contact-button {
  margin: 1.5em auto 3em;
  text-align: center;
}
.ward #sec13 .sec13-box .contact-button a {
  padding: 1.2em 2em;
}
.ward #sec13 .sec13-box .contact-button a::before {
  content: none;
}
.ward #sec14 .inner .float {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ward #sec14 .inner .float li {
  width: 24.5%;
}
.ward #sec14 .inner .float li a {
  display: block;
}
.ward #sec14 .inner .float li a img {
  width: 100%;
  -webkit-box-shadow: 3px 3px 5px rgba(219, 114, 178, .5);
          box-shadow: 3px 3px 5px rgba(219, 114, 178, .5);
}
.ward #sec14 .inner .float li a figcaption {
  width: 100%;
  text-align: center;
  margin-top: 0.8em;
  font-size: 18px;
}
.ward #sec14 .inner .letter-list {
  list-style-type: circle;
  margin: 30px 0 0 60px;
}
.ward #sec14 .inner .letter-list li a {
  text-decoration: underline;
}
.ward #sec10 img {
  display: block;
  margin-inline: auto;
}
.ward .video-image {
  height: auto;
}
.ward .video-image p {
  line-height: 1.3;
  margin-block: 0.5em 1em;
}
.ward .video-image span {
  display: block;
  width: 100%;
  padding: 0 0 0.1em 0.35em;
  border-bottom: solid 5px white;
}
.ward .video-image span.is_new {
  color: red;
  font-weight: 600;
  border-bottom: solid 5px red;
}
.ward .video-image iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.employ header .main-visual {
  height: 261px;
  background-image: url(/common/img/employ/header.jpg);
}
.employ #sec01 .inner .button-movie {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 1.5em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.employ #sec01 .inner .button-movie a {
  position: relative;
  width: 100%;
  padding: 2em 3em;
  border-radius: 60px;
  background: #ffffff;
  color: rgba(219, 114, 178, .98);
  border: 3px solid rgba(219, 114, 178, .98);
  overflow: hidden;
}
.employ #sec01 .inner .button-movie a img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: -2px;
}
.employ #sec01 .inner .button-movie a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(219, 114, 178, .98);
  border-radius: 55px;
}
.employ #sec01 .inner .button-movie a:hover {
  color: #ffffff;
  opacity: 0.95;
}
.employ #sec01 .inner .button-movie a:hover img {
  opacity: 1;
}
.employ #sec01 .inner .button-movie a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 55px;
}
.employ #sec02 {
  background: rgb(255, 249, 249);
}
.employ #sec02 .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.employ #sec02 .right.image {
  margin-left: 2%;
}
.employ #sec02 .right.image img {
  width: 240px;
  height: 307px;
  -o-object-fit: cover;
     object-fit: cover;
}
.employ #sec03 {
  background-image: none;
}
.employ #sec03 .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.employ #sec03 .float .bosyu-box {
  width: 90%;
  margin: 0 auto 1.5em;
}
.employ #sec03 .float .bosyu-box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2em 1em;
  color: #ffffff;
  background: rgb(165, 162, 219);
  text-align: center;
  font-size: 24px;
}
.employ #sec03 .poster-image {
  text-align: center;
  margin-top: 50px;
}
.employ #sec04 {
  background: rgb(255, 249, 249);
}
.employ #sec04 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.employ #sec04 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #3c3c3c;
}
.employ #sec04 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.employ #sec04 .list-box dl dd {
  width: 70%;
}
.employ #sec04 .float {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.guide-new header .main-visual {
  height: 261px;
  background-image: url(/common/img/guide-new/header.jpg);
}
.guide-new #sec01 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.guide-new #sec01 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.guide-new #sec01 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.guide-new #sec01 .list-box dl dd {
  width: 70%;
}
.guide-new #sec01 .list-box dl dd .contact-button {
  margin: 1.5em auto 0 3em;
}
.guide-new #sec01 .list-box dl dd .contact-button a {
  color: #ffffff;
  padding: 1em 1.5em;
  text-decoration: none;
}
.guide-new #sec01 .list-box dl dd .contact-button a::before {
  content: none;
}
.guide-new #sec02 {
  background: #f9fcfd;
  background: rgb(255, 249, 249);
}
.guide-new #sec02 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.guide-new #sec02 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.guide-new #sec02 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.guide-new #sec02 .list-box dl dd {
  width: 70%;
}
.guide-new #sec03 {
  background-image: none;
}
.guide-new #sec03 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.guide-new #sec03 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.guide-new #sec03 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.guide-new #sec03 .list-box dl dd {
  width: 70%;
}

.guide-exp header .main-visual {
  height: 261px;
  background-image: url(/common/img/guide-new/header.jpg);
}
.guide-exp #sec01 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.guide-exp #sec01 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.guide-exp #sec01 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.guide-exp #sec01 .list-box dl dd {
  width: 70%;
}
.guide-exp #sec01 .list-box dl dd .contact-button {
  margin: 1.5em auto 0 3em;
}
.guide-exp #sec01 .list-box dl dd .contact-button a {
  color: #ffffff;
  padding: 1em 1.5em;
  text-decoration: none;
}
.guide-exp #sec01 .list-box dl dd .contact-button a::before {
  content: none;
}
.guide-exp #sec02 {
  background-image: none;
}
.guide-exp #sec02 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.guide-exp #sec02 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.guide-exp #sec02 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.guide-exp #sec02 .list-box dl dd {
  width: 70%;
}
.guide-exp #sec03 {
  background: #f9fcfd;
  background: rgb(255, 249, 249);
}
.guide-exp #sec03 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.guide-exp #sec03 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.guide-exp #sec03 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.guide-exp #sec03 .list-box dl dd {
  width: 70%;
}
.guide-exp #sec10 {
  background: #f9fcfd;
  background: rgb(255, 249, 249);
}
.guide-exp #sec10 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.guide-exp #sec10 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.guide-exp #sec10 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.guide-exp #sec10 .list-box dl dd {
  width: 70%;
}

.rinji header .main-visual {
  height: 261px;
  background-image: url(/common/img/guide-new/header.jpg);
}
.rinji #sec01 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.rinji #sec01 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.rinji #sec01 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.rinji #sec01 .list-box dl dd {
  width: 70%;
  line-height: 1.65;
}
.rinji #sec01 .list-box dl dd .contact-button {
  margin: 1.5em auto 0 3em;
}
.rinji #sec01 .list-box dl dd .contact-button a {
  color: #ffffff;
  padding: 1em 1.5em;
}
.rinji #sec01 .list-box dl dd .contact-button a::before {
  content: none;
}
.rinji #sec02 {
  background: #f9fcfd;
  background: rgb(255, 249, 249);
}
.rinji #sec02 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.rinji #sec02 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.rinji #sec02 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.rinji #sec02 .list-box dl dd {
  width: 70%;
}
.rinji #sec03 {
  background-image: none;
}
.rinji #sec03 .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.rinji #sec03 .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.rinji #sec03 .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.rinji #sec03 .list-box dl dd {
  width: 70%;
}

.internship header .main-visual {
  height: 261px;
  background-image: url(/common/img/internship/header.jpg);
}
.internship header .main-visual img {
  display: table;
  margin-inline: auto;
}
.internship #secList {
  padding-bottom: 3em;
}
.internship #secList p a {
  color: rgba(219, 114, 178, .98);
  text-decoration: underline;
}
.internship .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.internship .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 2em 0;
  border-bottom: 1px solid #3c3c3c;
}
.internship .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.internship .list-box dl dd {
  width: 70%;
}
.internship .list-box dl dd p {
  line-height: 1.8em;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.internship .list-box dl dd .contact-button {
  margin: 1.5em auto 0 3em;
}
.internship .list-box dl dd .contact-button a {
  color: #ffffff;
  padding: 1em 1.5em;
  text-decoration: none;
}
.internship .list-box dl dd .contact-button a::before {
  content: none;
}
.internship .list-box span.date {
  display: inline-block;
}
.internship #sec02 {
  background: #f9fcfd;
  background: rgb(255, 249, 249);
}
.internship #sec02 .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.internship #sec02 .float .txt ul li {
  line-height: 2em;
}
.internship #sec02 #introduction-video {
  padding-top: 80px;
  padding-top: 8rem;
}
.internship #sec02 .video-image {
  max-width: 600px;
  width: 90%;
  height: auto;
  margin: auto;
}
.internship #sec02 .video-image iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.internship #sec03 {
  background: none;
}
.internship #sec03 .position_center {
  display: grid;
  place-items: center;
}
.internship #sec03 .position_center figcaption {
  color: #0366D6;
}
.internship #sec04 {
  background: #f9fcfd;
  background: rgb(255, 249, 249);
}
.internship #sec04 .contact-button a {
  display: table;
  margin: 2em auto 0;
}

/*-- お問い合わせフォーム --*/
#mail_form {
  max-width: 960px;
  width: 95%;
  margin: 50px auto;
  padding: 10px 5%;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 10px rgba(100, 100, 100, .25);
          box-shadow: 0 0 10px rgba(100, 100, 100, .25);
  font-size: 95%;
  line-height: 1.65;
}
#mail_form dl {
  margin: 0;
}
#mail_form dl dt {
  width: 29.5%;
  text-align: right;
  padding: 15px 0.5%;
}
#mail_form dl dt span {
  display: block;
  color: #3377ff;
  font-size: 0.85em;
}
#mail_form dl dd {
  width: 68%;
  padding: 15px 1%;
}
#mail_form dl dd input[type=text], #mail_form dl dd input[type=email], #mail_form dl dd input[type=tel] {
  max-width: 90%;
  padding: 13px 2% 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 100%;
}
#mail_form dl dd input[type=text]:not(:last-child), #mail_form dl dd input[type=email]:not(:last-child), #mail_form dl dd input[type=tel]:not(:last-child) {
  margin-right: 0.75em;
}
#mail_form dl dd input[type=text]:focus, #mail_form dl dd input[type=email]:focus, #mail_form dl dd input[type=tel]:focus {
  -webkit-box-shadow: 0px 0px 5px #55ccff;
          box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}
#mail_form dl dd .supplement {
  display: block;
  line-height: 1.4;
  margin-bottom: 0.65em;
}
#mail_form dl dd .input-long {
  width: 75%;
}
#mail_form dl dd textarea {
  display: block;
  width: 92%;
  max-width: 92%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
}
#mail_form dl.end {
  padding-bottom: 0.35em;
  border-bottom: 1px solid #cccccc;
}
#mail_form dl.end dt, #mail_form dl.end dd {
  border-bottom: none;
}
#mail_form dl.required dt::before {
  content: "必須";
  background: #d9534f;
  border: 1px solid #d43f3a;
}

#formWrap input[type=submit], #formWrap input[type=button] {
  display: block;
  width: 11em;
  margin: 3em auto 2.5em;
  padding: 0.75em 2em;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  background: #5cb85c;
  font-size: 100%;
  color: #ffffff;
  font-family: inherit;
}
#formWrap .clinicaldepartment label {
  display: inline-block;
}
#formWrap .clinicaldepartment label:not(:last-child) {
  margin-right: 0.75em;
}
#formWrap .clinicaldepartment, #formWrap ul.row li {
  display: inline-block;
}
#formWrap .clinicaldepartment:not(:last-child), #formWrap ul.row li:not(:last-child) {
  margin-right: 0.75em;
}

.reference header .main-visual {
  height: 261px;
  background-image: url(/common/img/reference/header.jpg);
}
.reference#fieldtrip #formWrap dt::before {
  content: none;
}

/*-- お問い合わせ（一覧） --*/
.reference-archive header .contact-button a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.5em 3em;
  position: relative;
  background: rgba(219, 114, 178, .98);
  color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}
.reference-archive header .contact-button a::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 1em;
  width: 23px;
  height: 17px;
  background-image: url(/common/img/contact-icon.png);
  background-repeat: no-repeat;
}
.reference-archive header .contact-button a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgb(163, 99, 135);
  border-radius: 30px;
}
.reference-archive header .contact-button a:hover {
  color: #ffffff;
  opacity: 0.95;
}
.reference-archive header .contact-button a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 30px;
}
.reference-archive header .contact-button.top-access-button {
  margin-right: 10px;
}
.reference-archive header .contact-button.top-access-button a {
  background: rgba(188, 186, 221, .98);
}
.reference-archive header .contact-button.top-access-button a::before {
  width: 17px;
  height: 21px;
  background-image: url(/common/img/access-icon.png);
}
.reference-archive header .contact-button.top-access-button a::after {
  background: rgb(135, 134, 158);
}
.reference-archive .inner p {
  text-align: center;
}
.reference-archive .inner p span {
  display: inline-block;
}
.reference-archive .inner p span.tel-number {
  margin-left: 10px;
  font-size: 40px;
  font-size: 4rem;
}
.reference-archive section .contact-button {
  text-align: center;
}
.reference-archive section .contact-button a {
  margin-top: 0.8em;
  padding: 1em 1.8em;
}
.reference-archive section .contact-button a:before {
  content: none;
}
.reference-archive #sec02 {
  background: #ffffff;
}
.reference-archive #sec03 {
  background-image: none;
}
.reference-archive #sec04 {
  padding: 80px 0;
  padding: 8rem 0;
  background: #ffffff;
}
.reference-archive #sec05 {
  padding: 80px 0 160px;
  padding: 8rem 0 16rem;
}

/*-- 確認画面 --*/
.confirm #formWrap > a {
  display: none !important;
}
.confirm #formWrap p.error_messe {
  max-width: 480px;
  width: 95%;
  font-size: 1.15em;
  margin-inline: auto;
}
.confirm #mail_form dl {
  font-size: 1.15em;
}
.confirm #mail_form dl dt {
  color: #8c8c8c;
}
.confirm #mail_form dl dt::before {
  display: none;
}
.confirm .button_area {
  max-width: 640px;
  width: 85%;
  margin-inline: auto;
}

.confirm-reference #mail_form dl:nth-child(9) {
  display: none !important;
}

.confirm-fieldtrip #mail_form dl:nth-child(10) {
  display: none !important;
}

.confirm-intern #mail_form dl:nth-child(12) {
  display: none !important;
}

.confirm-reqdoc-kisotsu #mail_form dl:nth-child(11) {
  display: none !important;
}

.confirm-reqdoc-shinsotsu #mail_form dl:nth-child(11) {
  display: none !important;
}

.confirm-reqdoc-rinji #mail_form dl:nth-child(11) {
  display: none !important;
}

/*-- サンクスページ --*/
.thanks header .main-visual {
  height: 261px;
  background-image: url(/common/img/reference/header.jpg);
}
.thanks #sec-thanks {
  padding-block: 150px 250px;
  padding-block: 15rem 25rem;
}
.thanks #sec-thanks p {
  text-align: center;
}
.thanks #sec-thanks p:first-of-type {
  margin-bottom: 30px;
}
.thanks #sec-thanks p a {
  /* background: #003070; */
  background: rgba(219, 114, 178, .98);
  color: #ffffff;
  padding: 0.6em 3em;
  border-radius: 30px;
}

/*-- お知らせ --*/
.news header .main-visual {
  height: 261px;
  background-image: url(/common/img/news/header.jpg);
}
.news #sec-news .list-box {
  width: 90%;
  margin: 0 auto 50px;
}
.news #sec-news .list-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #3c3c3c;
}
.news #sec-news .list-box dl dt {
  width: 30%;
  font-weight: bold;
}
.news #sec-news .list-box dl dd {
  width: 70%;
}

/*-- アクセス --*/
.access header .main-visual {
  height: 261px;
  background-image: url(/common/img/access/header.jpg);
}
.access .center {
  text-align: center;
}
.access .g-map {
  width: 900px;
  height: auto;
  margin: 0 auto 50px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.access .g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.access .map {
  text-align: center;
}

/*-- レスポンシブ設定 --*/

@media screen and (max-width: 640px) {
  section {
    padding: 5rem 0;
  }
  section#page-secList p {
    text-align: left;
  }
  .system #page-secList .sp-list {
    padding-right: 5%;
  }
  .system #sec03 table thead th {
    padding: 1em 0.75em;
  }
  .system #sec03 table tbody th {
    width: 13em;
    padding: 0.75em 0.5em;
  }
  .system #sec03 table tbody th br {
    display: none;
  }
  .system #sec03 table tbody td {
    padding: 0.75em 0.5em;
  }
  .activity #sec03 .row.space_between {
    display: block;
  }
  .activity #sec03 .row.space_between li {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
  .activity #sec03 .row.space_between li:not(:last-child) {
    margin-bottom: 5%;
  }
  .activity #sec04 .gallery01, .activity #sec04 .gallery0201, .activity #sec04 .gallery0202 {
    display: block;
  }
  .activity #sec04 .gallery01 li, .activity #sec04 .gallery0201 li, .activity #sec04 .gallery0202 li {
    max-width: 360px;
    width: 100%;
    margin-inline: auto;
  }
  .activity #sec04 .gallery01 li:not(:last-child), .activity #sec04 .gallery0201 li:not(:last-child), .activity #sec04 .gallery0202 li:not(:last-child) {
    margin-bottom: 5%;
  }
  .ward .row.space_between.row_reverse {
    display: block;
  }
  .ward .video-image {
    width: 100% !important;
  }
  .pages header .main-visual {
    height: 178px;
  }
  .pages header .main-visual .page-heading {
    padding: 60px 0;
    font-size: 25px;
    background-size: 36%;
  }
  /*-- 下層ページ共通 --*/
  .pages .image p img {
    width: 100%;
  }
  /*-- 各下層ページ --*/
  .system header .main-visual {
    background-position: -1100px;
  }
  .system #sec01 .center img {
    width: 100%;
  }
  .system #sec02 .float .left {
    width: 100%;
  }
  .system #sec02 .float .right {
    width: 100%;
  }
  .system #sec03 .float .left {
    width: 100%;
  }
  .system #sec03 .float .right {
    width: 100%;
  }
  .system #sec04 .float .left,
  .system #sec04 .float .right {
    width: 100%;
  }
  .system #sec04 .sec04-res-table th {
    background: #F1F1F1;
    border: 1px solid #3c3c3c;
  }
  .system #sec05 .float .left {
    width: 100% !important;
    margin-bottom: 1.5em;
  }
  .system #sec05 .float .right {
    width: 100% !important;
  }
  .activity #sec01 .align-center {
    text-align: left;
  }
  .activity #sec01 .inner > ul {
    width: 100%;
  }
  .activity #sec02 ul {
    width: 100%;
  }
  .activity #sec03 .float .left {
    width: 100%;
  }
  .activity #sec03 .float .right {
    width: 100%;
  }
  .activity #sec03 .float:first-of-type .left {
    margin-bottom: 5rem;
  }
  .activity #sec03 .float:first-of-type .left p img {
    width: 100%;
  }
  .activity #sec03 .float:first-of-type .right p img {
    width: 100%;
  }
  .activity #sec03 .float:last-of-type .left {
    width: 100%;
  }
  .activity #sec03 .float:last-of-type .right {
    width: 100%;
  }
  .activity #sec04 .kensyu-box img {
    width: 100%;
  }
  .activity #sec05 p img {
    width: 100%;
  }
  .plan header .main-visual {
    background-position: -890px;
  }
  .preceptee6 header .main-visual {
    background-position: -1025px;
  }
  .preceptee6 #sec01 .float .left {
    width: 100%;
    margin-bottom: 5rem;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
  .preceptee6 #sec01 .float .right {
    width: 100%;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
  .preceptee6 #sec02 .float .left {
    width: 100%;
    margin-bottom: 5rem;
  }
  .preceptee6 #sec02 .float .center {
    width: 100%;
    margin-bottom: 5rem;
  }
  .preceptee6 #sec02 .float .right {
    width: 100%;
  }
  .preceptee6 #sec03 .float .left {
    width: 100%;
  }
  .preceptee6 #sec03 .float .right {
    width: 100%;
  }
  .ward #secList {
    padding-bottom: 0;
  }
  .ward #secList .sp-list p {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5;
    color: #333333;
  }
  .ward #secList .sp-list p a {
    color: rgba(219, 114, 178, .98);
    text-decoration: underline;
  }
  .ward section .inner .float .left {
    width: 100%;
  }
  .ward section .inner .float .right {
    width: 100%;
  }
  .ward #sec01 .inner .float .left,
  .ward #sec02 .inner .float .left,
  .ward #sec03 .inner .float .left,
  .ward #sec04 .inner .float .left,
  .ward #sec05 .inner .float .left,
  .ward #sec06 .inner .float .left,
  .ward #sec07 .inner .float .left,
  .ward #sec08 .inner .float .left,
  .ward #sec09 .inner .float .left,
  .ward #sec10 .inner .float .left,
  .ward #sec11 .inner .float .left,
  .ward #sec12 .inner .float .left,
  .ward #sec13 .inner .float .left,
  .ward #sec14 .inner .float .left,
  .ward #sec15 .inner .float .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .ward #sec01 .inner .float .right,
  .ward #sec02 .inner .float .right,
  .ward #sec03 .inner .float .right,
  .ward #sec04 .inner .float .right,
  .ward #sec05 .inner .float .right,
  .ward #sec06 .inner .float .right,
  .ward #sec07 .inner .float .right,
  .ward #sec08 .inner .float .right,
  .ward #sec09 .inner .float .right,
  .ward #sec10 .inner .float .right,
  .ward #sec11 .inner .float .right,
  .ward #sec12 .inner .float .right,
  .ward #sec13 .inner .float .right,
  .ward #sec14 .inner .float .right,
  .ward #sec15 .inner .float .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .ward #sec13 img {
    width: 100%;
  }
  .ward #sec13 .float img {
    display: block;
    margin-bottom: 20px;
  }
  .ward #sec13 .float img:last-of-type {
    margin-bottom: 0;
  }
  .ward #sec13 .float picture {
    margin-bottom: 20px;
  }
  .ward #sec13 .float picture:last-of-type {
    margin-bottom: 0;
  }
  .ward #sec14 .inner .float li {
    width: 100%;
  }
  .interview header .main-visual {
    background-position: -1126px;
  }
  .interview #sec01 figure img {
    width: 100%;
  }
  .interview #sec02 .qa-box {
    overflow: visible;
  }
  .interview #sec02 .qa-box dt {
    line-height: 1.5em;
  }
  .interview #sec02 .qa-box dt:before {
    top: -8px;
  }
  .interview #sec02 .qa-box img {
    width: 100%;
  }
  .employ header .main-visual {
    background-position: -910px;
  }
  .employ #sec01 .inner .button-movie {
    font-size: 1.2em;
  }
  .employ #sec01 .inner .button-movie a {
    padding: 2em;
  }
  .employ #sec02 .float .left {
    width: 100% !important;
  }
  .employ #sec02 .float .right {
    width: 100% !important;
  }
  .employ #sec03 .float {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .employ #sec03 .float .bosyu-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 0.5em;
    font-size: 20px;
  }
  .employ #sec03 .float .bosyu-box a:before {
    left: 3%;
  }
  .employ #sec03 .float .bosyu-box a:after {
    right: 3%;
  }
  .employ #sec04 .float {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .employ #sec04 .list-box {
    width: 100%;
  }
  .guide-new header .main-visual {
    background-position: -250px;
  }
  .guide-new #sec01 .list-box {
    width: 100%;
  }
  .guide-new #sec02 .list-box {
    width: 100%;
  }
  .guide-new #sec03 .list-box {
    width: 100%;
  }
  .guide-exp header .main-visual {
    background-position: -250px;
  }
  .guide-exp #sec01 .list-box {
    width: 100%;
  }
  .guide-exp #sec02 .list-box {
    width: 100%;
  }
  .guide-exp #sec03 .list-box {
    width: 100%;
  }
  .rinji header .main-visual {
    background-position: -250px;
  }
  .rinji #sec01 .list-box {
    width: 100%;
  }
  .rinji #sec02 .list-box {
    width: 100%;
  }
  .rinji #sec03 .list-box {
    width: 100%;
  }
  .internship #secList {
    padding-bottom: 0;
  }
  .internship #secList .sp-list p {
    /* text-indent: -1em;
              margin-left: 1em;
              line-height: 1.5;
              color: #003070;
              text-align: left; */
  }
  .internship #secList .sp-list p a {
    color: rgba(219, 114, 178, .98);
    text-decoration: underline;
  }
  .internship #sec01 .list-box {
    width: 100%;
  }
  .internship #sec02 .list-box {
    width: 100%;
  }
  /*-- お問い合わせフォーム --*/
  .reference header .main-visual {
    background-position: -945px;
  }
  .reference #formWrap .formTable th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .reference #formWrap .formTable td {
    display: block;
    width: 100%;
    line-height: 2em;
  }
  .reference #formWrap .formTable td input[type=text] {
    width: 100%;
  }
  .reference #mail_form dl dd .input-long {
    max-width: 100%;
    width: 100%;
  }
  .thanks header .main-visual {
    background-position: -945px;
  }
  .news header .main-visual {
    background-position: -945px;
  }
  .news #sec-news .list-box {
    width: 100%;
  }
  .access header .main-visual {
    background-position: -780px;
  }
}

@media screen and (max-width: 480px) {
  section {
    padding: 3rem 0;
  }
  .system #sec03 table tbody th {
    width: 8em;
  }
  .system #sec03 table tbody th br {
    display: block;
  }
}

@media screen and (min-width: 481px) {
  .system #page-secList .marker-text {
    text-align: center;
  }
  .system #page-secList h2 {
    font-size: 3.6rem;
  }
  .system #sec04 .graphｰlayout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 50px;
  }
  .system #sec04 .graphｰlayout li:nth-child(6) {
    display: block;
  }
  .system #sec04 .graphｰlayout li:last-child {
    margin-bottom: 7%;
  }
  .system #sec04 .alma-mater {
    margin: 0 3.15%;
  }
  .employ #sec03 .float .bosyu-box {
    width: 32%;
  }
  .employ #sec03 .float .bosyu-box.two-line a {
    padding-top: 2.65em;
  }
}

@media screen and (min-width: 390px) {
  .system #page-secList h2 {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 961px) {
  .system #page-secList h2 {
    display: table;
    padding-left: 0.5em;
  }
  .system #page-secList h2 br {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .system #sec01 .policy-txt {
    text-align: left;
    line-height: 1.5;
    padding-inline: 1em;
  }
  .system #sec01 .policy-txt span {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .system #sec03 table thead th {
    width: 38%;
  }
}

@media screen and (min-width: 641px) {
  .ward #sec12 .interview_video .video01 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ward #sec12 .interview_video .video02 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ward #sec12 .interview_video .video03 {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30;
  }
  .ward #sec12 .interview_video .video04 {
    -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
            order: 40;
  }
  .employ #sec02 .float {
    max-width: 780px;
    width: 100%;
    margin-inline: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .employ #sec02 .left.txt {
    margin-top: 2em;
  }
  .employ #sec02 .left.txt li:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 641px) {
  .employ #sec02 .right.image img {
    display: block;
    margin: 2em auto;
  }
}

@media screen and (max-width: 375px) {
  .internship header .main-visual .page-heading {
    font-size: 22px;
  }
  /*-- 下層ページ --*/
  .pages .common-page-heading {
    font-size: 22px;
  }
  .plan header .main-visual {
    background-position: -1190px;
  }
  .preceptee6 header .main-visual {
    background-position: -1268px;
  }
  .interview header .main-visual {
    background-position: -1265px;
  }
  .employ header .main-visual {
    background-position: -1190px;
  }
  .reference header .main-visual {
    background-position: -1155px;
  }
  .thanks header .main-visual {
    background-position: -1155px;
  }
  .thanks #sec-thanks p:first-of-type {
    text-align: left;
  }
  .news header .main-visual {
    background-position: -1155px;
  }
  .access header .main-visual {
    background-position: -1000px;
  }
  .reference-archive .inner p span.tel-number {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .internship .list-box .forPC {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .pages header .main-visual {
    background-color: #faebf2;
    background-position: center;
  }
}

@media screen and (max-width: 1700px) {
  .system header .main-visual {
    background-position: -100px;
  }
  .activity header .main-visual {
    background-position: -100px;
  }
  .plan header .main-visual {
    background-position: -100px;
  }
  .preceptee6 header .main-visual {
    background-position: -100px;
  }
  .interview header .main-visual {
    background-position: -100px;
  }
  .ward header .main-visual {
    background-position: -100px;
  }
  .guide-new header .main-visual {
    background-position: -100px;
  }
  .guide-exp header .main-visual {
    background-position: -100px;
  }
  .rinji header .main-visual {
    background-position: -100px;
  }
  .internship header .main-visual {
    background-position: -100px;
  }
}

@media screen and (max-width: 1500px) {
  .system header .main-visual {
    background-position: -200px;
  }
  .activity header .main-visual {
    background-position: -200px;
  }
  .plan header .main-visual {
    background-position: -200px;
  }
  .preceptee6 header .main-visual {
    background-position: -200px;
  }
  .interview header .main-visual {
    background-position: -200px;
  }
  .ward header .main-visual {
    background-position: -200px;
  }
  .employ header .main-visual {
    background-position: -100px;
  }
  .guide-new header .main-visual {
    background-position: -200px;
  }
  .guide-exp header .main-visual {
    background-position: -200px;
  }
  .rinji header .main-visual {
    background-position: -200px;
  }
  .internship header .main-visual {
    background-position: -200px;
  }
  .reference header .main-visual {
    background-position: -200px;
  }
  .thanks header .main-visual {
    background-position: -200px;
  }
  .news header .main-visual {
    background-position: -200px;
  }
  .access header .main-visual {
    background-position: -200px;
  }
}

@media screen and (max-width: 1440px) {
  .system header .main-visual {
    background-position: -250px;
  }
  .activity header .main-visual {
    background-position: -250px;
  }
  .plan header .main-visual {
    background-position: -250px;
  }
  .preceptee6 header .main-visual {
    background-position: -250px;
  }
  .interview header .main-visual {
    background-position: -250px;
  }
  .ward header .main-visual {
    background-position: -250px;
  }
  .employ header .main-visual {
    background-position: -150px;
  }
  .guide-new header .main-visual {
    background-position: -250px;
  }
  .guide-exp header .main-visual {
    background-position: -250px;
  }
  .rinji header .main-visual {
    background-position: -250px;
  }
  .internship header .main-visual {
    background-position: -250px;
  }
  .reference header .main-visual {
    background-position: -250px;
  }
  .thanks header .main-visual {
    background-position: -250px;
  }
  .news header .main-visual {
    background-position: -250px;
  }
  .access header .main-visual {
    background-position: -250px;
  }
}

@media screen and (max-width: 1300px) {
  .system header .main-visual {
    background-position: -300px;
  }
  .activity header .main-visual {
    background-position: -300px;
  }
  .plan header .main-visual {
    background-position: -300px;
  }
  .preceptee6 header .main-visual {
    background-image: url(/common/img/preceptee6/header-sp.jpg) !important;
    background-position: -420px;
  }
  .interview header .main-visual {
    background-image: url(/common/img/interview/header-sp.jpg) !important;
    background-position: -420px;
  }
  .ward header .main-visual {
    background-position: -300px;
  }
  .employ header .main-visual {
    background-position: -300px;
  }
  .guide-new header .main-visual {
    background-position: -300px;
  }
  .guide-exp header .main-visual {
    background-position: -300px;
  }
  .rinji header .main-visual {
    background-position: -300px;
  }
  .internship header .main-visual {
    background-position: -300px;
  }
  .reference header .main-visual {
    background-position: -300px;
  }
  .thanks header .main-visual {
    background-position: -300px;
  }
  .news header .main-visual {
    background-position: -300px;
  }
  .access header .main-visual {
    background-position: -300px;
  }
}

@media screen and (max-width: 1100px) {
  .system header .main-visual {
    background-position: -450px;
  }
  .activity header .main-visual {
    background-position: -390px;
  }
  .plan header .main-visual {
    background-position: -450px;
  }
  .preceptee6 header .main-visual {
    background-position: -590px;
  }
  .interview header .main-visual {
    background-position: -630px;
  }
  .ward header .main-visual {
    background-position: -350px;
  }
  .employ header .main-visual {
    background-position: -450px;
  }
  .guide-new header .main-visual {
    background-position: -400px;
  }
  .guide-exp header .main-visual {
    background-position: -400px;
  }
  .rinji header .main-visual {
    background-position: -400px;
  }
  .internship header .main-visual {
    background-position: -400px;
  }
  .reference header .main-visual {
    background-position: -500px;
  }
  .thanks header .main-visual {
    background-position: -500px;
  }
  .news header .main-visual {
    background-position: -500px;
  }
  .access header .main-visual {
    background-position: -500px;
  }
}

@media screen and (max-width: 1024px) {
  .preceptee6 header .main-visual {
    background-position: -645px;
  }
  .reference header .main-visual {
    background-position: -645px;
  }
  .thanks header .main-visual {
    background-position: -645px;
  }
  .news header .main-visual {
    background-position: -645px;
  }
  .access header .main-visual {
    background-position: -645px;
  }
}

@media screen and (max-width: 1000px) {
  .reference #formWrap .input-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 960px) {
  .system #sec02 .float {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .system #sec02 .float .left {
    /* width: 48%; */
    width: 100%;
  }
  .system #sec02 .float .right {
    /* width: 48%; */
    width: 100%;
  }
  .system #sec02 .float .right img {
    width: 100%;
  }
  .system #sec03 .float .left {
    width: 48%;
  }
  .system #sec03 .float .left img {
    width: 100%;
  }
  .system #sec03 .float .right {
    width: 48%;
  }
  .system #sec03 .float .right img {
    width: 100%;
  }
  .system #sec05 .float .right img {
    width: 100%;
  }
  .employ header .main-visual {
    background-position: -580px;
  }
  .plan header .main-visual {
    background-position: -580px;
  }
  .preceptee6 header .main-visual {
    background-position: -900px;
  }
  .interview header .main-visual {
    background-position: -700px;
  }
}

@media screen and (max-width: 900px) {
  .access .g-map {
    width: 100%;
  }
  .access .map img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /*-- 下層ページ --*/
  .system header .main-visual {
    background-position: -540px;
  }
  .system #sec05 .float .left {
    width: 48%;
  }
  .system #sec05 .float .right {
    width: 48%;
  }
  .activity #sec03 .float .left {
    width: 48%;
  }
  .activity #sec03 .float .left img {
    width: 100%;
  }
  .activity #sec03 .float .right {
    width: 48%;
  }
  .activity #sec03 .float .right img {
    width: 100%;
  }
  .activity #sec03 .center img {
    width: 100%;
  }
  .activity #sec04 .kensyu-box img {
    width: 100%;
  }
  .plan header .main-visual {
    background-position: -800px;
  }
  .interview header .main-visual {
    background-position: -890px;
  }
  .employ header .main-visual {
    background-position: -800px;
  }
  .employ #sec02 .float .left ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .employ #sec03 .float .bosyu-box a {
    padding: 2em 0.5em;
  }
  .employ #sec03 .float .bosyu-box a:before {
    left: 5%;
  }
  .employ #sec03 .float .bosyu-box a:after {
    right: 5%;
  }
  .internship header .main-visual {
    background-position: -440px;
  }
  /*-- お問い合わせフォーム --*/
  .reference header .main-visual {
    background-position: -825px;
  }
  .reference #formWrap .formTable {
    table-layout: fixed;
  }
  .thanks header .main-visual {
    background-position: -825px;
  }
  .news header .main-visual {
    background-position: -825px;
  }
  .access header .main-visual {
    background-position: -710px;
  }
}

@media screen and (max-width: 529px) {
  .access header .main-visual {
    background-position: -875px;
  }
}

@media screen and (max-width: 468px) {
  .employ #sec01 .inner .button-movie {
    padding: 0.75em 0;
  }
  .access {
    background-position: -920px;
  }
  #mail_form {
    margin-top: 25px;
    padding-inline: 3%;
  }
  #mail_form dl dt {
    width: auto;
    line-height: 1.45;
    text-align: left;
    padding-bottom: 0;
    border: none;
  }
  #mail_form dl dt span {
    white-space: nowrap;
  }
  #mail_form dl dt::before {
    margin: 0 1em 0 0;
  }
  #mail_form dl dd {
    width: 100%;
    padding-top: 5px;
  }
  #mail_form dl dd .double-input {
    width: 45%;
  }
}

@media screen and (max-width: 460px) {
  /*-- 下層ページ --*/
  .pages .common-page-heading {
    margin-bottom: 20px;
    padding-bottom: 45px;
    background-image: url(/common/img/common-p-h-under-sp.png);
  }
  /*-- 各下層ページ --*/
  .system #sec01 .policy-txt {
    text-align: left;
  }
  .plan header .main-visual {
    background-position: -1150px;
  }
  .plan .plan-table th {
    display: block;
    width: 100%;
    padding: 2% 1%;
  }
  .plan .plan-table td {
    display: block;
    width: 100%;
  }
  .plan .plan-table .res_nonetable-cell-640 {
    display: none;
  }
  .preceptee6 header .main-visual {
    background-position: -1222px;
  }
  .interview header .main-visual {
    background-position: -1225px;
  }
  .ward .common-page-heading {
    font-size: 20px;
  }
  .employ header .main-visual {
    background-position: -1150px;
  }
  .employ #sec02 .float .txt ul li {
    line-height: 1.3;
    text-indent: -1em;
    margin-left: 1em;
  }
  .employ #sec02 .float .txt ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .employ #sec03 .float {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .employ #sec04 .float {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .employ #sec04 .float div img {
    width: 100%;
  }
  .guide-new .list-box dl dd .contact-button {
    margin: 1.5em auto 0 auto;
    text-align: center;
  }
  .guide-new #sec01 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-new #sec01 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .guide-new #sec01 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .guide-new #sec02 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-new #sec02 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .guide-new #sec02 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .guide-new #sec03 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-new #sec03 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .guide-new #sec03 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .guide-exp .list-box dl dd .contact-button {
    margin: 1.5em auto 0 auto;
    text-align: center;
  }
  .guide-exp #sec01 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-exp #sec01 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .guide-exp #sec01 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .guide-exp #sec02 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-exp #sec02 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .guide-exp #sec02 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .guide-exp #sec03 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-exp #sec03 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .guide-exp #sec03 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .rinji #sec01 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rinji #sec01 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .rinji #sec01 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .rinji #sec02 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rinji #sec02 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .rinji #sec02 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .rinji #sec03 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rinji #sec03 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .rinji #sec03 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .internship .list-box dl dd .contact-button {
    margin: 1.5em auto 0 auto;
    text-align: center;
  }
  .internship #sec01 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .internship #sec01 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .internship #sec01 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .internship #sec02 .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .internship #sec02 .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .internship #sec02 .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .reference header .main-visual {
    background-position: -1095px;
  }
  .thanks header .main-visual {
    background-position: -1095px;
  }
  .news header .main-visual {
    background-position: -1095px;
  }
  .news #sec-news .list-box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news #sec-news .list-box dl dt {
    width: 100%;
    padding-bottom: 0.5em;
  }
  .news #sec-news .list-box dl dd {
    width: 100%;
    line-height: 1.8em;
  }
  .access .g-map {
    padding-bottom: 75.25%;
  }
}

@media screen and (max-width: 425px) {
  /*-- 下層ページ --*/
  .system #sec01 .policy-txt {
    font-size: 18px;
  }
  .system #sec04 .sec04-res-table p {
    font-size: 14px;
  }
  .system #sec05 .sec04-res-table-2 p {
    font-size: 14px;
  }
  .activity #sec02 .policy-txt {
    font-size: 18px;
  }
  .activity #sec02 ul li {
    font-size: 16px;
  }
  .activity #sec03 h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .activity #sec04 h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .activity #sec04 h4 {
    font-size: 16px;
    font-weight: bold;
  }
  .activity #sec05 h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .preceptee6 header .main-visual {
    background-position: -1245px;
  }
  .preceptee6 #sec03 h4 {
    font-size: 18px;
  }
  .interview #sec01 .interview-heading {
    font-size: 22px;
  }
  .interview #sec01 figure figcaption {
    font-size: 18px;
  }
  .interview #sec01 h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .interview #sec02 .qa-box dt {
    padding-left: 2.4em;
    font-size: 18px;
  }
  .interview #sec02 .qa-box dt:before {
    top: -8px;
  }
  .interview #sec02 .qa-box dd {
    padding-left: 3em;
  }
  .reference header .main-visual {
    background-position: -1115px;
  }
  .thanks header .main-visual {
    background-position: -1115px;
  }
  .news header .main-visual {
    background-position: -1115px;
  }
  .access header .main-visual {
    background-position: -955px;
  }
}

@media screen and (max-width: 390px) {
  .employ #sec01 .inner .button-movie a {
    padding: 2em 0;
  }
  .employ #sec03 .float {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .employ #sec03 .float .bosyu-box {
    width: 100%;
  }
  .employ #sec03 .float .bosyu-box:first-of-type {
    margin-right: 0;
  }
  .employ #sec03 .float .bosyu-box:nth-of-type(2) {
    margin-left: 0;
  }
  .employ #sec03 .float .bosyu-box a:before {
    left: 23%;
  }
  .employ #sec03 .float .bosyu-box a:after {
    right: 23%;
  }
}

@media screen and (max-width: 360px) {
  .employ #sec01 .inner .button-movie {
    font-size: 1em;
  }
  .employ #sec01 .inner .button-movie a img {
    width: 18px;
  }
}

@media screen and (max-width: 320px) {
  /*-- 下層ページ --*/
  .preceptee6 header .main-visual {
    background-position: -1295px;
  }
  .interview header .main-visual {
    background-position: -1290px;
  }
  .employ #sec03 .float .bosyu-box a:before {
    left: 18%;
  }
  .employ #sec03 .float .bosyu-box a:after {
    right: 18%;
  }
  .reference header .main-visual {
    background-position: -1205px;
  }
  .thanks header .main-visual {
    background-position: -1205px;
  }
  .news header .main-visual {
    background-position: -1205px;
  }
  .access header .main-visual {
    background-position: -1045px;
  }
}
/*# sourceMappingURL=maps/pages.css.map */
