@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");
@import url("//fonts.googleapis.com/css2?family=M+PLUS+1p&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: #0366D6;
  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
* ------------------------------------------------------------------- */
.button, button, .reply {
  display: inline-block;
  font: 400 16px "Jost", "Noto Sans JP", sans-serif;
  font: 400 1.6rem "Jost", "Noto Sans JP", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 3px 10px 0;
  margin: 0 0.3rem 1rem 0;
  padding: 0.75em 1.75em;
  border: none;
  outline: 0;
  border-radius: 3px;
  background: #f0f1f3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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;
}

body {
  font-size: 16px;
  color: #333333;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.common-heading {
  padding: 35px 0;
  font-size: 30px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  color: rgba(219, 114, 178, .98);
  text-align: center;
  background-image: url(../img/common-heading.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.common-heading span {
  display: block;
}

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

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

a.pdf-icon {
  position: relative;
  color: #003070;
  text-decoration: underline;
}
a.pdf-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/ico_pdf.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 25px 25px;
}

a.word-icon {
  position: relative;
  color: #003070;
  text-decoration: underline;
}
a.word-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 25px;
  height: 20px;
  background-image: url(../img/ico_word.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 25px 25px;
}

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

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

.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;
}
.contact-button a::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 1em;
  width: 23px;
  height: 17px;
  background-image: url(../img/contact-icon.png);
  background-repeat: no-repeat;
}
.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;
}
.contact-button a:hover {
  color: #ffffff;
  opacity: 0.95;
}
.contact-button a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 30px;
}
.contact-button.top-access-button {
  margin-right: 10px;
}
.contact-button.top-access-button a {
  background: rgba(188, 186, 221, .98);
}
.contact-button.top-access-button a::before {
  width: 17px;
  height: 21px;
  background-image: url(../img/access-icon.png);
}
.contact-button.top-access-button a::after {
  background: rgb(135, 134, 158);
}

.button {
  display: block;
  text-align: center;
  background: none;
}
.button a {
  position: relative;
  display: inline-block;
  padding: 0.6em 3em;
  position: relative;
  background: rgba(219, 114, 178, .98);
  color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}
.button 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: rgb(163, 99, 135);
  border-radius: 30px;
}
.button a:hover {
  color: #ffffff;
  opacity: 0.95;
}
.button a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 30px;
}

.wf-mplus1p {
  font-family: "M PLUS 1p";
}

.video-area {
  position: relative;
  max-width: 800px;
  margin: 30px auto;
  padding-top: 45.25%;
}
.video-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--- ページトップへ戻る ---*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

/*--- ヘッダー ---*/
header .headwrap {
  background: #ffffff;
}
header .headwrap .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .headwrap .float .head-logo {
  min-width: 200px;
  width: 480px;
  margin-bottom: 0;
}
header .headwrap .float .head-logo a {
  display: block;
}
header .headwrap .float .head-logo a img {
  width: 100%;
}
header .headwrap .float .top-submenu {
  font-size: 12px;
}
header .headwrap .float .top-submenu ul li {
  padding-left: 10px;
}
header .headwrap .float .top-submenu ul li:first-of-type {
  margin-right: 1em;
}
header .headwrap .float .top-submenu ul li a img {
  height: 10px;
}
header .headwrap nav {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 229, 241)), to(rgb(188, 186, 221)));
  background: linear-gradient(to right, rgb(255, 229, 241) 0%, rgb(188, 186, 221) 100%);
  position: relative;
}
header .headwrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .headwrap nav ul li {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
header .headwrap nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  font-size: 14.5px;
  color: #ffffff;
}
header .headwrap nav ul li a:hover {
  opacity: 0.8;
  color: rgb(163, 99, 135);
}
header .headwrap nav ul li .submenu {
  position: absolute;
  top: 45px;
  right: 0;
  width: 100%;
  padding: 1.5em 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 229, 241)), to(rgb(188, 186, 221)));
  background: linear-gradient(to right, rgb(255, 229, 241) 0%, rgb(188, 186, 221) 100%);
  visibility: hidden;
  opacity: 0;
}
header .headwrap nav ul li .submenu .submenu-headline-wrapper {
  position: relative;
  display: block;
  width: 30%;
  padding: 0 0 0 240px;
}
header .headwrap nav ul li .submenu .submenu-headline-wrapper .submenu-headline-button {
  display: inline-block;
  color: #ffffff;
  padding: 0;
  font-size: 33.75px;
  font-size: 3.375rem;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
  z-index: 1;
}
header .headwrap nav ul li .submenu ul {
  display: block;
  width: 70%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .headwrap nav ul li .submenu ul li {
  padding: 0.5em 0;
}
header .headwrap nav ul li .submenu ul li a {
  display: inline;
  padding: 0;
  font-size: 14.5px;
  background: transparent;
}
header .headwrap nav ul li .submenu ul li a img {
  height: 12px;
}
header .headwrap nav ul li .submenu ul li a:hover {
  opacity: 0.7;
}
header .headwrap nav ul li:hover .submenu {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  visibility: visible;
  opacity: 1;
  z-index: 500;
}
header .main-visual {
  position: relative;
  max-width: 1680px;
  margin: 0 auto 50px;
}
header .main-visual .titleBlock {
  position: absolute;
  top: 7%;
  width: 145px;
  padding: 17px 0 9px 15px;
  display: block;
  z-index: 10;
}
header .main-visual .titleBlock::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 229, 241)), to(rgb(188, 186, 221)));
  background: linear-gradient(to bottom, rgb(255, 229, 241) 0%, rgb(188, 186, 221) 100%);
  z-index: -1;
}
header .main-visual .titleBlock .wrapper {
  position: relative;
  padding-top: 110%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .main-visual .titleBlock .wrapper h1 {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HG明朝E", "メイリオ", Meiryo, sans-serif;
  /* font-weight: 600;
  font-size: 18px;
  font-size: 11.25px; */
  font-size: 1.125rem;
  font-weight: 500;
}
header .main-visual .titleBlock .wrapper h1 > span {
  display: block;
  position: relative;
  left: 6%;
  padding: 2px 0 4px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
header .main-visual .titleBlock .wrapper h1 > span > span {
  font-size: 22px;
  color: rgba(255, 186, 187, .98);
}
header .main-visual .scroll {
  display: inline-block;
  position: absolute;
  bottom: 10%;
  left: -5%;
  width: 126px;
  height: 20px;
  font-size: 11px;
  /* font-size: 6.875px;
  font-size: 0.6875rem; */
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-transform: scale(0.5) rotate(90deg);
  transform: scale(0.5) rotate(90deg);
}
header .main-visual .scroll::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  background-color: #000;
  width: 100%;
  top: 0;
}
header .main-visual .scroll::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  background-color: #000;
  width: 5px;
  top: 0;
  right: 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .main-visual .pcBlock > div {
  content: "";
  display: block;
  width: 80%;
  min-height: 612px;
  background-image: url(../img/main-visualNEW.jpg);
  background-size: cover;
  padding-top: 50%;
}

/*--- メイン ---*/
section p {
  line-height: 1.8;
  margin: 0.75em 0;
}
section p a:link, section p a:visited {
  color: #0366D6;
}
section p span {
  display: block;
  line-height: 1.3;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
section p em {
  color: #aaaaaa;
  padding: 0 0.35em;
}

#news {
  background: rgba(211, 212, 229, .18);
  position: relative;
}
#news::before {
  content: "";
  position: absolute;
  right: 6%;
  top: -40%;
  width: 237px;
  height: 256px;
  background-image: url(../img/plum-news.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#news .left {
  width: 25%;
}
#news .right {
  width: 70%;
}
#news .right .news-list dl {
  border-bottom: 1px solid #e4e4e4;
}
#news .right .news-list dl dt {
  width: 25%;
}
#news .right .news-list dl dd {
  width: 75%;
  padding-bottom: 1em;
}
#news .right .news-list dl dd span {
  display: block;
}
#news .right .news-list dl dd span a {
  color: #a55985;
  text-decoration: underline;
}

/* --- NEW(新病院の建設について) --- */
#New {
  background: rgba(239, 218, 191, .3);
  position: relative;
}
#New::before {
  content: "";
  position: absolute;
  left: -1%;
  top: 6%;
  width: 256px;
  height: 156px;
  background-image: url(../img/plum-New.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#New h2 {
  color: rgba(219, 114, 178, .98);
}
#New .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#New .float .left {
  width: 42%;
}
#New .float .left p img {
  width: 100%;
  -webkit-box-shadow: 15px 15px 0px 0 rgb(60, 194, 235);
          box-shadow: 15px 15px 0px 0 rgb(60, 194, 235);
}
#New .float .right {
  width: 55%;
}
#New .float .right .button a {
  position: relative;
  padding: 1em 3em;
  background: rgba(219, 114, 178, .98);
  color: #ffffff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
#New .float .right .button a img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
}
#New .float .right .button 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: rgb(163, 99, 135);
  border-radius: 30px;
}
#New .float .right .button a:hover {
  opacity: 0.95;
}
#New .float .right .button a:hover img {
  opacity: 1;
}
#New .float .right .button a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 30px;
}

#sec01 {
  background-image: url(../img/sec-bg.png);
}
#sec01 .float {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sec01 .float .left {
  width: 55%;
}
#sec01 .float .right {
  width: 42%;
}
#sec01 .float .right p img {
  width: 100%;
}

#sec02 {
  background: #d6eef6;
}

#sec03 {
  background-image: url(../img/sec-bg.png);
}

#sec04 {
  padding: 80px 0 160px;
  padding: 8rem 0 16rem;
  background: #d6eef6;
}
#sec04 .common-heading {
  background-image: url(../img/common-heading_white.png);
}
#sec04 .float .left {
  width: 450px;
  margin-right: 7%;
}
#sec04 .float .right {
  width: 450px;
}
#sec04 .float figure {
  position: relative;
  margin: 0;
}
#sec04 .float figure div img {
  width: 450px;
  vertical-align: top;
}
#sec04 .float figure .video-area {
  padding-top: 70.25%;
}
#sec04 .float figure figcaption {
  position: absolute;
  bottom: -83px;
  right: -40px;
}
#sec04 .float figure figcaption a:hover {
  opacity: 0.85;
}
#sec04 .float figure figcaption a:hover img {
  opacity: 1;
}
#sec04 .float figure figcaption img {
  width: 453px;
  vertical-align: top;
}

#foot-bunner {
  padding: 0;
}
#foot-bunner .float {
  height: 318px;
}
#foot-bunner .float .left {
  width: 50%;
}
#foot-bunner .float .left a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bunner-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#foot-bunner .float .left a .ab-txt {
  position: absolute;
  top: 50%;
  right: 5%;
  color: #ffffff;
  text-shadow: 2px 2px 2px #333333;
  font-size: 28px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#foot-bunner .float .left:hover .ab-txt {
  font-size: 29px;
}
#foot-bunner .float .right {
  width: 50%;
}
#foot-bunner .float .right a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bunner-bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#foot-bunner .float .right a .ab-txt {
  position: absolute;
  top: 50%;
  left: 5%;
  color: #ffffff;
  text-shadow: 2px 2px 2px #333333;
  font-size: 28px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
#foot-bunner .float .right:hover .ab-txt {
  font-size: 29px;
}

/*--- フッター ---*/
footer .contact-area {
  padding: 80px 0;
  padding: 8rem 0;
  background: rgba(219, 114, 178, .1);
}
footer .contact-area p {
  font-size: 24px;
  text-align: center;
}
footer .contact-area .contact-button {
  width: 280px;
  margin: 0 auto;
}
footer .contact-area .contact-button a {
  display: block;
  padding: 1em 1.5em;
  text-align: center;
}
footer .contact-area .contact-button a::before {
  content: none;
}
footer .info-area .float-area {
  padding: 50px 0;
  padding: 5rem 0;
}
footer .info-area .float-area .left {
  width: 40%;
}
footer .info-area .float-area .left .foot-logo {
  width: 340px;
  font-size: 18px;
}
footer .info-area .float-area .left .foot-logo a {
  display: block;
  position: relative;
}
footer .info-area .float-area .left .foot-logo a img {
  width: 100%;
}
footer .info-area .float-area .left p {
  margin-bottom: 0;
}
footer .info-area .float-area .left p span {
  font-size: 35px;
}
footer .info-area .float-area .left p:last-of-type {
  margin-bottom: 1em;
}
footer .info-area .float-area .left .mini-menu .contact-button {
  font-size: 14px;
  margin-right: 20px;
}
footer .info-area .float-area .left .mini-menu .contact-button a {
  padding: 0.3em 1em 0.3em 3em;
}
footer .info-area .float-area .left .mini-menu .contact-button a::before {
  top: 0.5em;
}
footer .info-area .float-area .left .mini-menu .access-button {
  font-size: 14px;
}
footer .info-area .float-area .left .mini-menu .access-button a {
  position: relative;
  display: inline-block;
  padding: 0.3em 1em 0.3em 3em;
  position: relative;
  background: rgba(219, 114, 178, .98);
  color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}
footer .info-area .float-area .left .mini-menu .access-button a::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 1em;
  width: 17px;
  height: 22px;
  background-image: url(../img/access-icon.png);
  background-repeat: no-repeat;
}
footer .info-area .float-area .left .mini-menu .access-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;
}
footer .info-area .float-area .left .mini-menu .access-button a:hover {
  color: #ffffff;
  opacity: 0.95;
}
footer .info-area .float-area .left .mini-menu .access-button a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 30px;
}
footer .info-area .float-area .right {
  width: 60%;
  justify-content: space-between;
}
footer .info-area .float-area .right ul {
  /* width: 48%; */
  font-size: 14px;
  padding-right: 1.5em;
}
footer .info-area .float-area .right ul li {
  padding: 1em 0;
}
footer .info-area .float-area .right ul:first-of-type {
  /* width: 48%; */
  padding-right: 1.5em;
}
footer .info-area .under-button {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
footer .info-area .under-button div {
  width: 360px;
}
footer .info-area .under-button div:nth-child(2) {
  display: none;
}
footer .copyright {
  padding: 1em 0;
  background: rgb(219, 114, 178);
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}

#menu-btn-check {
  display: none;
}

.menu-btn {
  display: none;
}

/* レスポンシブ対応 */
.res_none-768 {
  display: block;
}

.res_inline-768 {
  display: none;
}

.res_block-768-b {
  display: none;
}

.res_block-768-c {
  display: none;
}

.res_block-640 {
  display: none;
}

.res_none-640 {
  display: block;
}

.res_none-768 {
  display: block;
}

.res_noneinline-768 {
  display: inline-block;
}

.res_inlineblock-640 {
  display: none;
}

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

.res_table-row-640 {
  display: none;
}

.res_nonetable-cell-640 {
  display: table-cell;
}

.res_nonetable-640 {
  display: table;
}

.res_table-640 {
  display: none;
}

.res_none-425 {
  display: block;
}

.res_none-375 {
  display: block;
}

.res_block-375 {
  display: none;
}

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

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

@media screen and (min-width: 1440px) {
  header .headwrap .inner {
    max-width: 1380px;
  }
  header .headwrap nav .inner {
    max-width: 1380px;
  }
}

@media screen and (min-width: 750px) {
  header .headwrap nav ul li .submenu .submenu-headline-wrapper::before {
    position: absolute;
    left: 0;
    top: -62px;
    font-size: 72px;
    font-size: 7.5rem;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, right top, from(rgb(199, 146, 209)), to(rgb(188, 186, 221)));
    background: linear-gradient(to right, rgb(199, 146, 209) 0%, rgb(188, 186, 221) 100%);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  header .headwrap nav ul li .submenu.recruit-menu .submenu-headline-wrapper::before {
    content: "RECRUIT";
  }
  header .main-visual .titleBlock {
    padding: 35px 0 20px 30px;
    width: 365px;
    top: 13%;
    left: -62%;
    right: 0;
    margin: 0 auto;
  }
  header .main-visual .titleBlock .wrapper h1 {
    font-size: 3.825rem;
  }
  header .main-visual .titleBlock .wrapper h1 > span {
    padding: 5px 0 7px;
  }
  header .main-visual .titleBlock .wrapper h1 > span > span {
    font-size: 4.911rem;
  }
  header .main-visual .scroll {
    left: 11%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header .main-visual .scroll::before {
    height: 1px;
  }
  header .main-visual .scroll::after {
    height: 1px;
  }
  header .main-visual .pcBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
}

@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(../img/preceptee6/header-sp.jpg) !important;
    background-position: -420px;
  }
  .interview header .main-visual {
    background-image: url(../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) {
  header .headwrap nav ul li a {
    font-size: 13.5px;
  }
  header .headwrap nav ul li .submenu ul {
    width: 55%;
  }
  header .main-visual .titleBlock {
    top: 7%;
  }
  .home #news::before {
    right: 2%;
  }
  .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) {
  /*-- 共通項目 --*/
  .res_none-768 {
    display: none;
  }
  .res_inline-768 {
    display: inline;
  }
  .res_block-768-b {
    display: block;
  }
  .res_block-768-c {
    display: block;
  }
  .res_noneinline-768 {
    display: none;
  }
  .inner {
    max-width: none;
    max-width: initial;
    width: 100%;
    padding: 0 2%;
    overflow: hidden;
  }
  header .headwrap nav ul li .submenu ul {
    width: 100%;
  }
  header .headwrap nav ul li a {
    padding: 1em 0.5em;
    font-size: 11px;
  }
  header .main-visual .titleBlock {
    left: -48%;
  }
  header .main-visual .scroll {
    left: 2%;
  }
  header .main-visual .pcBlock > div {
    background-position: 37% 0;
  }
  #foot-bunner .float .left a {
    background-position: 80%;
  }
  /*-- トップページ --*/
  #news .left .button a {
    padding: 0.6em 2em;
  }
  #sec04 {
    padding: 8rem 0 8rem;
  }
  #sec04 .float {
    padding-bottom: 40px;
  }
  #sec04 .float figure div img {
    width: 100%;
  }
  #sec04 .float figure figcaption {
    bottom: -40px;
    right: -18px;
  }
  #sec04 .float figure figcaption img {
    width: 350px;
  }
  /*-- 下層ページ --*/
  .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: 750px) {
  header .main-visual {
    padding-top: 0;
  }
  header .main-visual .pcBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  header .main-visual .pcBlock > div {
    content: "";
    display: block;
    width: 80%;
    min-height: 240px;
    background-image: url(../img/main-visualNEW_sp.jpg);
    background-size: cover;
    padding-top: 53%;
  }
}

@media screen and (max-width: 640px) {
  .res_block-640 {
    display: block;
  }
  .res_none-640 {
    display: none;
  }
  .res_inlineblock-640 {
    display: inline-block;
  }
  .res_noneflex-640 {
    display: none;
  }
  .res_table-row-640 {
    display: table-row;
  }
  .res_nonetable-cell-640 {
    display: none;
  }
  .res_block-768-b {
    display: none;
  }
  .res_nonetable-640 {
    display: none;
  }
  .res_table-640 {
    display: table;
  }
  header .main-visual {
    margin: 0 auto 25px;
  }
  section {
    padding: 3rem 0;
  }
  .float {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .float .left {
    width: 100%;
  }
  .float .right {
    width: 100%;
  }
  .common-heading {
    padding: 0;
    margin-bottom: 10px;
    font-size: 25px;
    background-size: contain;
  }
  .video-area {
    padding-top: 56.25%;
  }
  .pages header .main-visual {
    height: 178px;
  }
  .pages header .main-visual .page-heading {
    padding: 60px 0;
    font-size: 25px;
    background-size: 36%;
  }
  /*--- ハンバーガーメニュー ---*/
  .hamburger-menu {
    display: block;
  }
  .hamburger-menu .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hamburger-menu .menu-btn {
    position: absolute;
    top: -6px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  .hamburger-menu .menu-btn span,
  .hamburger-menu .menu-btn span:before,
  .hamburger-menu .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: rgba(219, 114, 178, .98);
    position: absolute;
  }
  .hamburger-menu .menu-btn span:before {
    bottom: 8px;
  }
  .hamburger-menu .menu-btn span:after {
    top: 8px;
  }
  .hamburger-menu .menu-btn .menu-txt {
    display: block;
    height: auto;
    width: auto;
    font-size: 10px;
    color: rgba(219, 114, 178, .98);
    background-color: transparent;
    top: 40px;
  }
  .hamburger-menu .menu-btn .menu-txt:before, .hamburger-menu .menu-btn .menu-txt:after {
    content: none;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn {
    position: fixed;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #ffffff;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #ffffff;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn .menu-txt {
    color: #ffffff;
  }
  header .headwrap .float .top-submenu {
    display: none;
  }
  header .headwrap nav {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    padding: 50px 0;
    top: 0;
    left: 100%;
    z-index: 80;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  header .headwrap nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
  }
  header .headwrap nav ul li {
    padding: 0.5em 1em;
  }
  header .headwrap nav ul li a {
    font-size: 14px;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(219, 114, 178, .98);
  }
  header .headwrap nav ul li.res-menu-button {
    text-align: center;
  }
  header .headwrap nav ul li.res-menu-button a {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 0.6em;
    border-radius: 20px;
    background: #ffffff;
    color: rgba(219, 114, 178, .98);
    text-shadow: none;
  }
  header .headwrap nav ul li.res-menu-button-2 {
    text-align: center;
  }
  header .headwrap nav ul li.res-menu-button-2 a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.6em;
    background: #ffffff;
    color: rgba(219, 114, 178, .98);
    text-shadow: none;
  }
  header .headwrap nav ul li .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    width: auto;
    background: none;
    padding: 0.5me 0;
  }
  header .headwrap nav ul li .submenu .submenu-headline-wrapper .submenu-headline-button {
    display: none;
  }
  header .headwrap nav ul li .submenu li {
    padding-left: 3em;
  }
  header .headwrap nav ul li .submenu li a {
    padding: 0;
    font-size: 14px;
  }
  header .main-visual .titleBlock {
    left: 0;
  }
  header .main-visual .scroll {
    bottom: 2%;
    font-size: 1.2rem;
  }
  #menu-btn-check:checked ~ nav {
    left: 0; /*メニューを画面内へ*/
  }
  header .headwrap .float {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  header .headwrap .float .head-logo {
    padding-left: 0;
    font-size: 18px;
  }
  header .headwrap .float .head-logo::before {
    width: 54px;
    height: 49px;
    background-size: contain;
    background-position: center 5px;
  }
  header .headwrap .float .contact-button {
    display: none;
  }
  /*-- トップページ --*/
  #news::before {
    right: 0%;
    top: -24%;
    width: 187px;
    height: 206px;
  }
  #news .float .left {
    width: 100%;
  }
  #news .float .right {
    width: 100%;
  }
  #news .float .right .news-list dl dt {
    width: 100%;
    line-height: 1em;
  }
  #news .float .right .news-list dl dd {
    width: 100%;
    /* line-height: 1em; */
  }
  #New::before {
    left: -4%;
    width: 186px;
    height: 86px;
  }
  #New .float .left {
    width: 100%;
  }
  #New .float .right {
    width: 100%;
  }
  #New .float .right .button {
    padding: 0.75em;
  }
  #New .float .right .button a {
    width: 100%;
    padding: 1em;
  }
  #sec01 .float .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #sec01 .float .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #sec04 {
    padding: 8rem 2%;
  }
  #sec04 .float .left {
    width: 100%;
    margin-right: 0;
  }
  #sec04 .float .right {
    width: 100%;
  }
  #sec04 .float .right figure {
    margin-bottom: 80px;
  }
  #sec04 .float figure {
    margin-bottom: 120px;
  }
  #sec04 .float figure div {
    text-align: center;
  }
  #sec04 .float figure figcaption {
    right: 40px;
  }
  #foot-bunner .float {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 400px;
  }
  #foot-bunner .float .left a {
    background-image: url(../img/bunner-bg01_sp.jpg);
  }
  #foot-bunner .float .left a .ab-txt {
    top: 60%;
    right: 22%;
  }
  #foot-bunner .float .right a {
    background-image: url(../img/bunner-bg02_sp.jpg);
  }
  #foot-bunner .float .right a .ab-txt {
    top: 60%;
    left: 16%;
    text-align: center;
  }
  footer .contact-area .contact-button {
    width: 200px;
  }
  footer .contact-area .contact-button a {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .info-area .inner {
    padding: 0;
  }
  footer .info-area .inner .float-area .left {
    width: 50%;
    padding-bottom: 5rem;
    margin: 0 auto;
  }
  footer .info-area .inner .float-area .left .foot-logo {
    text-align: center;
  }
  footer .info-area .inner .float-area .left p {
    text-align: center;
  }
  footer .info-area .inner .float-area .left .mini-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .info-area .inner .float-area .footmenu-sp {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 229, 241)), to(rgb(188, 186, 221)));
    background: linear-gradient(to right, rgb(255, 229, 241) 0%, rgb(188, 186, 221) 100%);
  }
  footer .info-area .inner .float-area .footmenu-sp ul {
    width: 100%;
  }
  footer .info-area .inner .float-area .footmenu-sp ul:first-of-type {
    width: 100%;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li {
    padding: 0;
    line-height: 3em;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li a {
    display: block;
    width: 100%;
    padding: 2%;
    /* color: #ffffff; */
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    width: 68px;
    height: 67px;
    margin: 0;
    background: transparent;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(219, 114, 178, .98);
    border-radius: 50%;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn::before, footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -12px;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: rgba(219, 114, 178, .98);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn::before {
    width: 15px;
    height: 2px;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn::after {
    width: 2px;
    height: 15px;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn.is-open::before {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn.is-open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .submenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .submenu li {
    padding-left: 0;
    padding-right: 0;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .submenu li:last-of-type {
    border-bottom: none;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn.is-open + .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  footer .info-area .under-button {
    margin-bottom: 5rem;
  }
  footer .info-area .under-button div {
    margin: 0 auto 30px auto;
  }
  footer .info-area .under-button div:last-of-type {
    margin: 0 auto 0 auto;
  }
  /*-- 下層ページ共通 --*/
  .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 #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%;
  }
  .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: 529px) {
  #foot-bunner .float .left a .ab-txt {
    font-size: 25px;
  }
  #foot-bunner .float .right a .ab-txt {
    left: 10%;
    font-size: 25px;
  }
  .access header .main-visual {
    background-position: -875px;
  }
}

@media screen and (max-width: 510px) {
  footer .info-area .inner .float-area .left {
    width: 60%;
  }
}

@media screen and (max-width: 468px) {
  #sec04 .float figure div img {
    width: 95%;
  }
  #sec04 .float figure figcaption {
    right: -18px;
    bottom: -50px;
  }
  #sec04 .float figure figcaption img {
    width: 400px;
  }
  .employ #sec01 .inner .button-movie {
    padding: 0.75em 0;
  }
  .access {
    background-position: -920px;
  }
}

@media screen and (max-width: 460px) {
  .res_none-460 {
    display: none;
  }
  header .headwrap nav ul {
    width: 90%;
  }
  header .main-visual {
    /* padding-top: 53.25%; */
  }
  footer .info-area .inner .float-area .left {
    width: 100%;
    padding: 0 2% 5rem;
  }
  footer .info-area .inner .float-area .left .mini-menu .contact-button {
    width: 48%;
  }
  footer .info-area .inner .float-area .left .mini-menu .contact-button a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5em 1em 0.5em 3em;
  }
  footer .info-area .inner .float-area .left .mini-menu .contact-button a:before {
    left: 46px;
  }
  footer .info-area .inner .float-area .left .mini-menu .access-button {
    width: 48%;
  }
  footer .info-area .inner .float-area .left .mini-menu .access-button a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5em 1em 0.5em 3em;
  }
  footer .info-area .inner .float-area .left .mini-menu .access-button a:before {
    top: 5px;
    left: 58px;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn {
    height: 60px;
  }
  /*-- 下層ページ --*/
  .pages .common-page-heading {
    padding-bottom: 45px;
    background-image: url(../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: 480px) {
  .res_none-425 {
    display: none;
  }
  body {
    font-size: 15px;
  }
  header .headwrap .float .head-logo {
    width: 250px;
  }
  header .headwrap .float .head-logo::before {
    width: 49px;
    height: 47px;
  }
  header .headwrap .float .contact-button {
    right: 60px;
  }
  header .headwrap .float .contact-button a {
    height: 50px;
    margin-top: 0;
  }
  header .hamburger-menu .menu-btn {
    height: 50px;
    right: 0;
  }
  header .hamburger-menu .menu-btn .menu-txt {
    top: 35px;
  }
  header .main-visual .scroll {
    left: -5%;
  }
  #news::before {
    width: 106px;
    height: 126px;
  }
  #New::before {
    left: -10%;
    width: 156px;
    height: 56px;
  }
  #sec04 .float figure figcaption img {
    width: 380px;
  }
  #foot-bunner .float .left a .ab-txt {
    font-size: 22px;
  }
  #foot-bunner .float .right a .ab-txt {
    font-size: 22px;
  }
  footer .contact-area p {
    font-size: 20px;
  }
  footer .info-area .inner .float-area .left .mini-menu .contact-button a:before {
    left: 40px;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn {
    height: 59px;
  }
  /*-- 下層ページ --*/
  .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: 414px) {
  body {
    font-size: 1.5rem;
  }
  h1, .h01 {
    font-size: 2.4rem;
  }
  h2, .h02 {
    font-size: 2.1rem;
  }
  h3, .h03 {
    font-size: 1.8rem;
  }
  h4, .h04 {
    font-size: 1.6rem;
  }
  h5, .h05 {
    font-size: 1.5rem;
  }
  h6, .h06 {
    font-size: 1.5rem;
  }
  /* section {
    padding: 5rem 0;
  } */
}

@media screen and (max-width: 390px) {
  #New::before {
    top: 10%;
  }
  .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: 375px) {
  .res_none-375 {
    display: none;
  }
  .res_block-375 {
    display: block;
  }
  header .headwrap .float .head-logo {
    font-size: 14px;
  }
  header .headwrap .float .head-logo::before {
    top: -17px;
    width: 44px;
    height: 39px;
  }
  #sec04 .float figure figcaption img {
    width: 350px;
  }
  #foot-bunner .float .left a .ab-txt {
    right: 18%;
    font-size: 20px;
  }
  #foot-bunner .float .right a .ab-txt {
    font-size: 20px;
  }
  footer .info-area .inner .float-area .left .mini-menu .contact-button a:before {
    left: 30px;
  }
  footer .info-area .inner .float-area .left .mini-menu .access-button a:before {
    left: 48px;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn {
    height: 57px;
  }
  footer .info-area .under-button div {
    width: 300px;
  }
  footer .info-area .under-button div a img {
    width: 100%;
  }
  /*-- 下層ページ --*/
  .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: 360px) {
  footer .info-area .inner .float-area .left .mini-menu .contact-button a:before {
    left: 23px;
  }
  footer .info-area .inner .float-area .left .mini-menu .access-button a:before {
    left: 40px;
  }
  .employ #sec01 .inner .button-movie {
    font-size: 1em;
  }
  .employ #sec01 .inner .button-movie a img {
    width: 18px;
  }
}

@media screen and (max-width: 354px) {
  footer .contact-area p {
    font-size: 18px;
  }
  #foot-bunner .float .left a .ab-txt {
    right: 13%;
    font-size: 18px;
  }
  #foot-bunner .float .right a .ab-txt {
    left: 6%;
    font-size: 18px;
  }
}

@media screen and (max-width: 333px) {
  footer .info-area .inner .float-area .left .mini-menu .contact-button a:before {
    left: 20px;
  }
  footer .info-area .inner .float-area .left .mini-menu .access-button a:before {
    left: 38px;
  }
}

@media screen and (max-width: 320px) {
  header .headwrap .inner {
    padding: 0;
  }
  header .headwrap .inner .float .contact-button {
    right: 50px;
  }
  header .headwrap .inner .hamburger-menu .menu-btn {
    width: 50px;
  }
  #New .float .right .button a {
    font-size: 14px;
  }
  #sec04 .float figure figcaption {
    right: -10px;
  }
  #sec04 .float figure figcaption img {
    width: 280px;
  }
  footer .info-area .inner .float-area .footmenu-sp ul li .dropdown__btn {
    height: 55px;
  }
  /*-- 下層ページ --*/
  .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/style.css.map */
