@charset "UTF-8";
abbr,address,article,aside,audio,b,blockquote {
  background: 0 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  background: 0 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body div {
  background: 0 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
  background: 0 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,aside,details,figure,footer,header,nav,section,summary {
  display: block;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,:after,:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
embed,img,object {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote:after,blockquote:before {
  content: '';
  content: none;
}
q:after,q:before {
  content: '';
  content: none;
}
a {
  background: 0 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
del {
  text-decoration: line-through;
}
abbr[title],dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: 700;
  vertical-align: bottom;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,select {
  vertical-align: middle;
}
pre {
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
.ie7 input[type=checkbox] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input,select,textarea {
  font: 99% sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 700;
}
td {
  vertical-align: top;
}
td img {
  vertical-align: top;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -.5em;
}
sub {
  bottom: -.25em;
}
code,kbd,pre,samp {
  font-family: monospace,sans-serif;
}
.clickable,button {
  cursor: pointer;
}
input[type=button],input[type=file],input[type=submit] {
  cursor: pointer;
}
label {
  cursor: pointer;
}
button,input,select,textarea {
  margin: 0;
}
button,input[type=button] {
  overflow: visible;
  width: auto;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.mobile {
  display: none;
}
img {
  max-width: none;
  vertical-align: middle;
}
a {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
button {
  background: 0 0;
  border: none;
  line-height: 1;
  padding: 0;
}
body {
  color: #3c3c3c;
  font-family: 'M PLUS Rounded 1c',sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
.container {
  margin: 0 auto;
  position: relative;
  width: 1160px;
}
.header {
  background: #fff;
  border-top: 5px solid #00ab8d;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.header::after {
  background: url(../img/header_bottom.svg) center bottom no-repeat;
  background-size: contain;
  content: '';
  height: 58px;
  left: 0;
  position: absolute;
  top: 99%;
  width: 100%;
}
.header .container {
  -webkit-transition: padding .2s 0s ease-out;
  padding: 30px 0;
  transition: padding .2s 0s ease-out;
  width: 1200px;
}
.header.scroll {
  border-top-width: 0;
}
.header.scroll .container {
  padding: 0;
}
.header.scroll .header__logo img.desktop {
  opacity: 0;
  display: none;
}
.header.scroll .header__logo img.desktop.scroll {
  opacity: 1;
  display: block;
}
.header.scroll::after {
  display: none;
}
.header.scroll h1 {
  width: 100%;
  animation: appear .2s 0s ease;
}
.header__logo {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  z-index: 4;
}
.header__logo img.desktop {
  animation: appear 1.2s 0s ease;
}
.header__logo img.desktop.scroll {
  -webkit-transform: translateX(-50%);
  left: 50%;
  opacity: 0;
  display: none;
  position: absolute;
  transform: translateX(-50%);
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__mascot {
  left: 10.66667vw;
  position: absolute;
  top: 3.33333vw;
  width: 9.77778vw;
  z-index: 4;
}
.menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.menu ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 430px;
}
.menu ul::after {
  border-top: 1px solid #b4b4b4;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.menu ul:nth-child(2) .menu__item {
  margin-right: 22px;
}
.menu ul:nth-child(2) .menu__item:nth-child(3n) {
  margin-right: 0;
}
.menu__item a {
  display: block;
  padding: 17px;
}
.menu__entry a {
  background: #fff;
  border-radius: 10px;
  color: #00ab8d;
  display: block;
  margin-top: 4.44444vw;
  padding: 3.33333vw;
}
.footer {
  background: #fff;
  padding: 80px 0;
  position: relative;
}
.footer::before {
  background: url(../img/footer_above.svg) center top no-repeat;
  background-size: 100% auto;
  bottom: 99%;
  content: '';
  height: 58px;
  left: 0;
  position: absolute;
  width: 100%;
}
.footer__logo {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 4;
}
.footer .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 1060px;
}
.footer address {
  font-size: 14px;
  font-style: normal;
}
.footer address strong {
  display: block;
  margin-top: 20px;
}
.footer address strong img {
  margin-right: 5px;
}
.footer__button {
  text-align: center;
  width: 280px;
}
.footer__button a {
  border: 2px solid #00ab8d;
  border-radius: 10px;
  color: #00ab8d;
  display: block;
  line-height: 1;
  padding: 20px 0;
}
.footer__copyright {
  font-size: 11px;
  margin-top: 20px;
  text-align: center;
}
.heading {
  text-align: center;
}
.cover {
  margin-top: 183px;
  position: relative;
}
.cover__item img {
  margin: 0 auto;
  width: 100%;
}
.cover__slide {
  line-height: 0;
}
.cover__switcher {
  -webkit-transform: translateX(-50%);
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.cover__switcher a {
  display: inline-block;
  height: 12px;
  line-height: 12px;
  margin: 0 7px;
  overflow: hidden;
  width: 12px;
}
.cover__switcher a::before {
  background: #fff;
  border: 2px solid #00ab8d;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.cover__switcher a.current::before {
  background: #00ab8d;
}
.cover__message {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cover__message img {
  left: 0;
  max-width: 100%;
  position: absolute;
}
.cover__message img:nth-child(1) {
  top: 50px;
}
.cover__message img:nth-child(2) {
  bottom: 80px;
}
.cover__message .container {
  height: 100%;
}
.safety {
  background: #ffee9c;
  padding: 90px 0 100px 0;
}
.safety__content {
  background: #fff;
  padding: 45px 150px 55px 150px;
  position: relative;
}
.safety__content::after {
  background: url(../img/safety_back.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  height: 35px;
  left: 0;
  position: absolute;
  width: 100%;
}
.safety__content::before {
  background: url(../img/safety_back.svg) 0 0 no-repeat;
  background-size: 100% auto;
  bottom: 100%;
  content: '';
  height: 35px;
  left: 0;
  position: absolute;
  width: 100%;
}
.safety__content::after {
  background-position: left bottom;
  top: 100%;
}
.safety .heading {
  margin-left: -11px;
}
.safety__message {
  margin-top: 14px;
  text-align: center;
}
.safety__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #f2fbf9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 25px 0;
}
.safety__list ul {
  width: 500px;
}
.safety__list li {
  color: #00ab8d;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.safety__list li::before {
  background: #ffd50c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 1em;
  margin-right: 2px;
  vertical-align: middle;
  width: 1em;
}
.safety__photo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.safety__photo>* {
  margin-top: 20px;
}
.meeting {
  background: #fff;
  padding: 70px 0;
  position: relative;
}

.meeting::after {
  background: url(../img/header_bottom.svg) center bottom no-repeat;
  background-size: contain;
  content: '';
  height: 58px;
  left: 0;
  position: absolute;
  top: 99%;
  width: 100%;
}
.meeting .container {
  width: 860px;
}
.meeting__message {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.meeting__message p {
  line-height: 30px;
  width: 532px;
}
.meeting__content {
  background: #fdf1f2;
  border-radius: 20px;
  margin-top: 40px;
  padding: 26px 0 30px 0;
  position: relative;
}
.meeting__content::after {
  background: url(../img/meeting_figure.svg) 0 0 no-repeat;
  bottom: -40px;
  content: '';
  height: 170px;
  left: 32px;
  position: absolute;
  width: 132px;
}
.meeting__content h3 {
  color: #e5555d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.meeting__content ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0 auto;
  position: relative;
  width: 482px;
}
.meeting__content ul::after {
  border-left: 2px dotted #e5555d;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
}
.meeting__content li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.meeting__content li::before {
  background: #3c3c3c;
  content: '';
  display: inline-block;
  height: 1em;
  margin-right: 2px;
  vertical-align: middle;
  width: 1em;
}
.meeting__content li:nth-child(2n-1) {
  margin-right: 62px;
  width: 227px;
}
.meeting__more {
  margin-top: 40px;
}
.meeting__more p {
  margin: 0 auto;
  width: 460px;
}
.meeting__more p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 26px;
  width: 418px;
}
.meeting__more a {
  background: #e5555d;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.meeting__more a::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/icon_arrow_1.svg) center center no-repeat;
  content: '';
  height: 11px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
.introduce {
  background: url(../img/introduce_back.svg) center 84px no-repeat #cceee8;
  background-size: 1399px auto;
  padding: 24px 0 70px 0;
}
.introduce .container {
  width: 960px;
}
.introduce__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
.introduce__column,.introduce__column--1,.introduce__column--2,.introduce__column--3,.introduce__column--photo {
  background: #fff;
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px 0 0 0;
  text-align: center;
}
.introduce__column h3,.introduce__column--1 h3,.introduce__column--2 h3,.introduce__column--3 h3,.introduce__column--photo h3 {
  border-bottom: 1px solid #00ab8d;
  color: #00ab8d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 30px;
  padding-bottom: 14px;
}
.introduce__column h3.small,.introduce__column--1 h3.small,.introduce__column--2 h3.small,.introduce__column--3 h3.small,.introduce__column--photo h3.small {
  font-size: 18px;
}
.introduce__column p::before,.introduce__column--1 p::before,.introduce__column--2 p::before,.introduce__column--3 p::before,.introduce__column--photo p::before {
  content: '';
  display: inline-block;
  height: 122px;
  vertical-align: middle;
}
.introduce__column--1 {
  width: 590px;
}
.introduce__column--1 p::before {
  height: 168px;
}
.introduce__column--2 {
  width: 350px;
}
.introduce__column--3 {
  width: 222px;
}
.introduce__column--photo {
  padding: 0!important;
}
.introduce__column--photo img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.welfare {
  background: url(../img/welfare_back.svg) center top no-repeat #fcfaea;
  background-size: 100% auto;
  padding: 0 0 60px 0;
}
.welfare .container {
  width: 1060px;
}
.welfare .heading {
  position: relative;
  top: -18px;
}
.welfare__column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 40px 44px;
  position: relative;
}
.welfare__column>div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  min-height: 280px;
}
.welfare__column>div h3 {
  color: #00ab8d;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 10px;
}
.welfare__column>div p {
  margin-top: 25px;
}
.welfare__column>div img:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: -40px;
}
.welfare__column:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}
.welfare__column:nth-child(2n)>div {
  margin-left: 0;
  margin-right: 40px;
}
.welfare__column:first-child {
  margin-top: 30px;
}
.faq {
  background: #e0f5f1;
  padding: 45px 0 55px 0;
}
.faq .container {
  width: 1060px;
}
.faq__frame {
  background: url(../img/faq_frame@2x.png) center top no-repeat;
  background-size: cover;
  height: 442px;
  margin-top: 35px;
  padding: 70px 130px 0 100px;
  width: 1060px;
}
.faq__case>div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.faq__case>div>div {
  margin-right: 10px;
}
.faq__case h3,.faq__case p {
  font-weight: 700;
  padding-left: 70px;
  position: relative;
}
.faq__case h3::before,.faq__case p::before {
  -webkit-transform: translateY(-50%);
  background-size: cover;
  content: '';
  height: 48px;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 48px;
}
.faq__case h3 {
  border-bottom: 1px solid #fff;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.faq__case h3::before {
  background: url(../img/faq_q.svg) 0 0 no-repeat;
  top: 16px;
}
.faq__case p::before {
  background: url(../img/faq_a.svg) 0 0 no-repeat;
  top: 12.5px;
}
.faq__list {
  margin: 34px auto 0 auto;
  width: 902px;
}
.faq__list ul {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.faq__list ul::after {
  border-left: 2px dotted #00ab8d;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
}
.faq__list li {
  color: #00ab8d;
  font-weight: 700;
  padding: 5px 50px 5px 88px;
  position: relative;
  width: 50%;
}
.faq__list li::after {
  -webkit-transform: translateY(-50%);
  background-size: cover;
  content: '';
  position: absolute;
  top: 1.3em;
  transform: translateY(-50%);
}
.faq__list li::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/faq_q2.svg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 30px;
  left: 40px;
  position: absolute;
  top: 1.3em;
  transform: translateY(-50%);
  width: 30px;
}
.faq__list li::after {
  background: url(../img/icon_arrow_2.svg) center center no-repeat;
  height: 10px;
  right: 30px;
  width: 6px;
}
.schedule {
  padding: 50px 0 80px 0;
}
.schedule .container {
  width: 1060px;
}
.schedule__table {
  margin-top: 35px;
  position: relative;
}
.schedule__table::after {
  background: url(../img/schedule_back.svg) 0 0 no-repeat;
  content: '';
  height: 140px;
  position: absolute;
  right: -34px;
  top: -116px;
  width: 158px;
}
.schedule__table table {
  border-collapse: separate;
  color: #00ab8d;
  font-size: 20px;
  line-height: 1;
  table-layout: fixed;
}
.schedule__table td,.schedule__table th {
  border: 1px solid #00ab8d;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.schedule__table td:first-child,.schedule__table th:first-child {
  border-left: 3px solid #00ab8d;
}
.schedule__table td:last-child,.schedule__table th:last-child {
  border-right: 3px solid #00ab8d;
}
.schedule__table thead tr:first-child>* {
  border-top: 3px solid #00ab8d;
}
.schedule__table thead tr:first-child>:first-child {
  border-top-left-radius: 20px;
}
.schedule__table thead tr:first-child>:last-child {
  border-top-right-radius: 20px;
}
.schedule__table thead td,.schedule__table thead th {
  padding: 16px 35px;
}
.schedule__table tbody tr:last-child>* {
  border-bottom: 3px solid #00ab8d;
}
.schedule__table tbody tr:last-child>:first-child {
  border-bottom-left-radius: 20px;
}
.schedule__table tbody tr:last-child>:last-child {
  border-bottom-right-radius: 20px;
}
.schedule__table tbody td {
  min-height: 4em;
  padding: 20px 40px;
}
.schedule__table tbody td:nth-child(3) {
  color: #e5555d;
}
.schedule__table tbody td:last-child {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: normal;
}
.schedule__photo {
  margin-top: 60px;
}
.schedule__photo img {
  -o-object-fit: cover;
  object-fit: cover;
}
.schedule__photo>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point {
  background: #fcfaea;
  padding: 0 0 80px 0;
}
.point .container {
  width: 1060px;
}
.point .heading {
  position: relative;
  top: -34px;
}
.point__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -60px;
}
.point__column {
  margin-top: 54px;
  position: relative;
  width: 320px;
}
.point__column h3 {
  font-size: 18px;
  margin-top: -36px;
}
.point__column h3 img {
  left: -16px;
  position: absolute;
  top: -20px;
}
.point__column h3>span {
  background: #e5555d;
  color: #fff;
  line-height: 2.8;
  padding: 8px 0;
}
.point__column h3>span span {
  display: inline-block;
  font-weight: 700;
  padding: 0 10px;
}
.point__column p {
  margin-top: 20px;
}
.point__column:nth-child(2),.point__column:nth-child(5) {
  margin-top: 126px;
}
@media (max-width: 1199px) {
    .point__column:nth-child(2),.point__column:nth-child(5) {
      margin-top: 4.44444vw;
    }
}
.point__column:first-child {
  margin-top: 4.44444vw;
}
.movie {
  background: url(../img/movie_back.svg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 42px 0 70px 0;
}
.movie .container {
  width: 886px;
}
.movie__frame {
  background: url(../img/movie_frame.svg) center top no-repeat;
  background-size: 100% auto;
  height: 547px;
  margin-top: 40px;
  padding: 13px 12px 0 12px;
  width: 886px;
}
.movie__frame iframe {
  border-radius: 13px;
}
.movie__more {
  margin: 46px auto 0 auto;
  width: 350px;
}
.movie__more a {
  background: #e5555d;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.movie__more a::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/icon_blank.svg) center center no-repeat;
  content: '';
  height: 11px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}
.chiefs {
  background: #cceee8;
  padding: 50px 0 0 0;
}
.chiefs .container {
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 50px 100px;
}
.chiefs__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.chiefs span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}
.voices {
  background: #cceee8;
}
.voices .container {
  background: #fcfaea;
  padding: 0 100px 30px 100px;
}
.voices .heading {
  position: relative;
  top: -23px;
}
.voices__column {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.voices__column:first-of-type {
  margin-top: -13px;
}
.voices__column:nth-of-type(2) h3 span {
  background: #e5555d;
}
.voices__column:nth-of-type(3) h3 span {
  background: #02b9e6;
}
.voices__column h3 {
  width: 100%;
}
.voices__column h3 span {
  background: #0081cc;
  border-bottom-right-radius: 2em;
  border-top-right-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
}
.voices__column h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.voices__column div:first-of-type {
  background: #fff;
  padding: 25px 40px 25px 40px;
  width: 534px;
}
.voices__column div:last-of-type {
  background: #fff;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
}
.voices__column div:last-of-type img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.voices__column p {
  margin-top: 10px;
}
.voices__column p+h4 {
  border-top: 1px dotted #3c3c3c;
  margin-top: 40px;
  padding-top: 25px;
}
.message {
  background: #cceee8;
  padding: 0 0 130px 0;
}
.message .container {
  background: url(../img/message_back_2.svg) right 60px no-repeat #fff;
  background-size: 340px auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 55px 100px 60px 100px;
}
.message .container::after {
  background: url(../img/message_back_1.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  height: 132px;
  left: 44px;
  position: absolute;
  top: 109px;
  width: 133px;
}
.message__content {
  margin-top: 63px;
}
.message__item>div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
}
.message__item>div>div {
  width: 440px;
}
.message__item>div>div:last-child {
  width: 460px;
}
.message__item>div>div img {
  width: 100%;
}
.message__item h3 {
  background: #00ab8d;
  border-bottom-right-radius: 2em;
  border-top-right-radius: 2em;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
  top: -30px;
}
.message__item h3 strong {
  display: inline-block;
  font-size: 20px;
  margin: 0 20px;
  vertical-align: middle;
}
.message__item h3 span {
  font-size: 12px;
}
.message__item h4 {
  color: #00ab8d;
  font-size: 22px;
  font-weight: 700;
}
.message__item p {
  margin-top: 20px;
}
.message__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.message__column {
  width: 440px;
}
.message__column a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message__column a>span>img {
  -o-object-fit: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.message__column p {
  background: #00ab8d;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 32px 42px;
}
.message__column p strong {
  display: block;
  font-size: 20px;
  margin: 10px 0;
}
.message__column p span {
  font-size: 12px;
}
.staff {
  background: url(../img/staff_back.svg) center top #ffee9c no-repeat;
  background-size: 100% auto;
  padding: 0 0 70px 0;
  position: relative;
}
.staff::before {
  background: url(../img/staff_above.svg) center top no-repeat;
  background-size: 100% auto;
  bottom: 99%;
  content: '';
  height: 58px;
  left: 0;
  position: absolute;
  width: 100%;
}
.staff__content {
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 45px;
  padding: 0 0 70px 90px;
}
.staff__item>div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staff__item>div>div:first-child {
  margin-top: 80px;
  width: 380px;
}
.staff__item>div>div:nth-child(2) {
  width: 630px;
}
.staff__item>div>div:nth-child(2) img {
  width: 100%;
}
.staff__item h3 {
  color: #00ab8d;
  font-size: 22px;
  font-weight: 700;
}
.staff__item p {
  margin-top: 50px;
}
.staff__name {
  color: #00ab8d;
  font-weight: 700;
  margin-top: 30px;
}
.staff__name strong {
  display: block;
  font-size: 25px;
}
.staff__list {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  padding: 0 0 50px 0;
}
.staff__list a {
  display: block;
  position: relative;
}
.staff__list a.current::after {
  background: url(../img/staff_current.png);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.photo {
  padding: 60px 0 55px 0;
}
.photo__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.photo__desc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 360px;
}
.photo__title {
  border-bottom: 2px dotted #00ab8d;
  border-top: 2px dotted #00ab8d;
  color: #00ab8d;
  font-size: 23px;
  font-weight: 700;
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
}
.photo__title span {
  display: none;
}
.photo__title span:first-child {
  display: inline-block;
}
.photo__switcher {
  bottom: 0;
  position: absolute;
  right: 0;
}
.photo__switcher span {
  vertical-align: middle;
}
.photo__zoom {
  width: 746px;
}
.photo__zoom img {
  width: 100%;
}
.photo__list {
  margin-top: 30px;
  position: relative;
}
.photo__list .next {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.photo__list .prev {
  -webkit-transform: translateY(-50%);
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.photo__list .next {
  right: -20px;
}
.sns {
  background: url(../img/sns_back.png) center top repeat;
  padding: 40px 0;
}
.sns .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 30px 85px 0 70px;
  width: 820px;
}
.sns .container>img {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.sns p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3c3c3c;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 15px 23px;
}
.sns p img {
  margin-right: 30px;
}
.sns__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  overflow-x: hidden;
}
.sns__gallery img {
  width: 33.3%;
}
.selection {
  background: #fff;
  padding: 60px 0 180px 0;
}
.selection__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.selection__item {
  position: relative;
}
.selection__item div {
  position: absolute;
  top: 100%;
  width: 100%;
}
.selection__item span {
  font-weight: 700;
}
.selection__item strong {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00ab8d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 2.4em;
  justify-content: center;
  line-height: 26px;
  margin-top: 14px;
}
.selection__item span {
  border-top: 2px solid #00ab8d;
  color: #e5555d;
  display: block;
  font-size: 23px;
  line-height: 1;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
.selection__item::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/icon_arrow_2.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  height: 17px;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.selection__item:last-child::after {
  content: none;
}
.application {
  background: #fcfaea;
  padding: 70px 0 100px 0;
}
.application__tab {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.application__tab a {
  background: #00ab8d;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 22px 0 100px 0;
  text-align: center;
  width: 380px;
}
.application__tab a:nth-child(2) {
  background: #ed888e;
}
.application__tab a:nth-child(3) {
  background: #57c9ef;
}
.application__content {
  font-size: 16px;
  line-height: 32px;
  margin-top: -78px;
  position: relative;
  z-index: 2;
}
.application__item {
  background: #fff;
  border: 2px solid #00ab8d;
  border-radius: 20px;
  padding: 70px 80px 80px 80px;
}
.application__item table {
  width: 100%;
}
.application__item td,.application__item th {
  border-bottom: 1px solid #dadbdb;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
.application__item.second {
  border: 2px solid #ed888e;
}
.application__item.third {
  border: 2px solid #57c9ef;
}
.application__button a {
  background: #e5555d;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 60px 30px 0 30px;
  padding: 30px 0;
  text-align: center;
}
.entry {
  background: #ffee9c;
  padding: 70px 0 140px 0;
}
.entry__line {
  font-weight: 700;
  text-align: center;
}
.entry__notice {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 45px;
  text-align: center;
}
.entry__notice span {
  color: #00ab8d;
}
.entry__line {
  font-size: 18px;
  line-height: 1;
  margin-top: 24px;
}
.entry__line img {
  margin-right: 20px;
}
.entry__line a {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 32px;
  width: 400px;
}
.entry__content {
  background: #fff;
  font-size: 16px;
  margin-top: 75px;
  padding: 45px 170px 55px 170px;
  position: relative;
}
.entry__content::after {
  background: url(../img/safety_back.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  height: 35px;
  left: 0;
  position: absolute;
  width: 100%;
}
.entry__content::before {
  background: url(../img/safety_back.svg) 0 0 no-repeat;
  background-size: 100% auto;
  bottom: 100%;
  content: '';
  height: 35px;
  left: 0;
  position: absolute;
  width: 100%;
}
.entry__content::after {
  background-position: left bottom;
  top: 100%;
}
.entry__content table {
  width: 100%;
}
.entry__content td,.entry__content th {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
.entry__content td.select {
  padding-top: 0;
}
.entry__content th {
  width: 218px;
}
.entry__content th.select {
  padding-top: 0;
}
.entry__content input[type=text],.entry__content textarea {
  border: 1px solid #00ab8d;
  border-radius: 10px;
  display: block;
  padding: 10px;
  width: 100%;
}
.entry__content input[type=radio] {
  display: none;
}
.entry__content input[type=radio]+span {
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  margin-right: 60px;
  margin-top: 20px;
  padding-left: 45px;
  position: relative;
  white-space: nowrap;
  width: 90px;
}
.entry__content input[type=radio]+span::before {
  -webkit-transform: translateY(-50%);
  border: 1px solid #00ab8d;
  border-radius: 50%;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.entry__content input[type=radio]:checked+span::after {
  -webkit-transform: translate(-50%,-50%);
  background: #00ab8d;
  border-radius: 50%;
  content: '';
  height: 15px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 15px;
}
.entry__button {
  background: #00ab8d;
  border: 3px solid #00ab8d;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-family: 'M PLUS Rounded 1c',sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 50px auto 0 auto;
  padding: 26px;
  width: 700px;
}
.entry__button.back {
  background: #fff;
  color: #00ab8d;
}
.entry__button.back+.entry__button {
  margin-top: 20px;
}
.entry__side {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entry .required::after {
  color: #00ab8d;
  content: '※';
  display: inline-block;
  font-weight: 700;
  margin-left: 5px;
}
.entry .error {
  color: #e5555d;
  display: block;
  font-weight: 700;
}
.entry label+.error {
  margin-top: 10px;
}
.entry__complete {
  font-size: 18px;
  font-weight: 700;
  padding: 120px 0;
  text-align: center;
}
body.entry {
  background: 0 0;
  padding: 0;
}
body.entry #entry {
  padding-top: 140px;
}
.header + #entry.send {
  padding-top: 250px;
}
@media (max-width:1199px) {
  img {
    max-width: 100%!important;
  }
  .container {
    padding: 0 50px;
    width: 100%!important;
  }
  .header .container {
    padding: 20px 0;
  }
  .header__logo {
    top: 20px;
  }
  .header__logo img.desktop {
    width: 180px;
  }
  .header__logo img.desktop.scroll {
    width: 120px;
  }
  .menu ul {
    width: 35%;
  }
  .menu__item a {
    line-height: 1;
    padding: 8px 4px;
  }
  .menu__item a img {
    height: 10px;
    width: auto;
  }
  .cover {
    margin-top: 115px;
  }
  .cover__message {
    width: 0;
  }
  .cover__message img {
    -webkit-transform: scale(.8);
    max-width: none!important;
    transform: scale(.8);
  }
  .safety__content {
    padding: 45px 60px 55px 60px;
  }
  .meeting__content::after {
    width: 8%;
  }
  .introduce__column p,  .introduce__column--1 p,  .introduce__column--2 p,  .introduce__column--3 p,  .introduce__column--photo p {
    padding: 0 10px;
  }
  .introduce__column--1 {
    width: 66%;
  }
  .introduce__column--2 {
    width: 33%;
  }
  .introduce__column--3 {
    width: 24%;
  }
  .introduce__column--photo img {
    object-fit: contain;
  }
  .welfare__column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
  }
  .welfare__column>img {
    width: 30%;
  }
  .faq__frame {
    background-size: 100% auto;
    height: 38vw;
    padding: 30px 40px 0 40px;
    width: 100%;
  }
  .faq__case>div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .faq__case h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .faq__case img {
    width: 30%;
  }
  .faq__list {
    width: 100%;
  }
  .schedule__table::after {
    right: 0;
  }
  .point .container {
    padding: 0 60px;
  }
  .point__content {
    margin-top: 0;
  }
  .movie__frame {
    width: 100%;
  }
  .movie__frame iframe {
    height: 47vw;
    width: 100%;
  }
  .movie__frame iframe.desktop {
    display: block;
  }
  .chiefs .container {
    width: 94%!important;
  }
  .chiefs__content p {
    width: 45%;
  }
  .voices .container {
    padding: 0 50px 30px 50px;
    width: 94%!important;
  }
  .voices__column div:first-of-type,  .voices__column div:last-of-type {
    width: 100%;
  }
  .voices__column div:last-of-type img {
      border-radius: 30px;
  }
  .message__item>div>div {
    width: 48%;
  }
  .message__item>div>div:last-child {
    width: 48%;
  }
  .message__column {
    width: 49%;
  }
  .message__column p {
    padding: 20px 10px;
    width: 60%;
  }
  .staff__content {
    padding: 0;
  }
  .staff__item>div>div:first-child {
    margin-top: 40px;
    padding-left: 30px;
    width: 49%;
  }
  .staff__item>div>div:nth-child(2) {
    width: 49%;
  }
  .photo__desc {
    width: 38%;
  }
  .photo__zoom {
    width: 60%;
  }
  .selection__item {
    width: 32%;
  }
  .entry__content {
    padding: 45px 40px 55px 40px;
  }
  .entry__button {
    width: 100%;
  }
}
@media (max-width:767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none!important;
  }
  br.mobile {
    display: inline!important;
  }
  img {
    max-width: 100%;
  }
  img.mobile {
    display: inline-block;
  }
  body {
    font-size: 15px;
    line-height: 24px;
  }
  .container {
    padding: 0 4.44444vw;
    width: auto!important;
  }
  .header {
    border-top: none;
  }
  .header::after {
    height: 5.77778vw;
  }
  .header .container {
    background: #fff;
    border-top: 5px solid #00ab8d;
    height: 14.66667vw;
    padding: 0;
  }
  .header.scroll::after {
    display: block;
  }
  .header__logo {
    text-align: center;
    top: 3.33333vw;
    width: 34.44444vw;
  }
  .header.scroll h1 {
    animation: none;
    width: 34.44444vw;
  }
  .menu {
    -webkit-transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s 0s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    background: #00ab8d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    left: 0;
    line-height: 1;
    padding: 26.66667vw 11.11111vw 11.11111vw 11.11111vw;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: -webkit-transform .5s 0s ease;
    transition: transform .5s 0s ease;
    transition: transform .5s 0s ease,-webkit-transform .5s 0s ease;
    transition: transform .5s 0s ease,-webkit-transform .5s 0s ease;
    width: 100%;
    z-index: -1;
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .menu ul::after {
    content: none;
  }
  .menu ul:nth-child(2) .menu__item {
    margin-right: 0;
  }
  .menu a {
    display: block;
    text-align: center;
  }
  .menu__item a {
    padding: 18px;
  }
  .menu.on {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .menu__close {
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 4.44444vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu__open {
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 4.44444vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu__open.on {
    display: none;
  }
  .menu__close {
    display: none;
  }
  .menu__close.on {
    display: block;
  }
  .footer {
    padding: 44.44444vw 0 7.77778vw 0;
  }
  .footer::before {
    bottom: 99.8%;
    height: 5.77778vw;
  }
  .footer .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .footer address strong {
    margin-top: 2.22222vw;
  }
  .footer__button {
    margin: 3.33333vw auto 0 auto;
    width: 62.22222vw;
  }
  .cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 14.66667vw;
  }
  .cover__switcher {
    bottom: 2.22222vw;
  }
  .cover__message {
    background: #ffee9c;
    height: auto;
    padding: 13.33333vw 11.11111vw 8.88889vw 11.11111vw;
    position: static;
    width: auto;
  }
  .cover__message img {
    -webkit-transform: none;
    max-width: 100%!important;
    position: static;
    transform: none;
  }
  .cover__message img:nth-child(4) {
    margin-top: 4.44444vw;
  }
  .safety {
    padding: 15.55556vw 0 11.11111vw 0;
  }
  .safety__content {
    padding: 6.66667vw 4.44444vw;
  }
  .safety__content::after,  .safety__content::before {
    height: 2.66667vw;
  }
  .safety .heading {
    margin-left: 0;
  }
  .safety .heading img {
    width: 77.77778vw;
  }
  .safety__message {
    margin-top: 6.66667vw;
  }
  .safety__list {
    margin-top: 6.66667vw;
    padding: 6.66667vw 4.44444vw;
  }
  .safety__list ul {
    width: auto;
  }
  .safety__photo {
    margin-top: 6.66667vw;
  }
  .safety__photo>* {
    margin-top: 2.22222vw;
    width: 24vw;
  }
  .meeting {
    padding: 11.11111vw 0 15.55556vw 0;
  }
  .meeting::after {
    height: 5.77778vw;
    top: 99.8%;
  }
  .meeting .heading img {
    width: 77.77778vw;
  }
  .meeting__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 6.66667vw;
    padding: 0 4.44444vw;
  }
  .meeting__message p {
    margin-bottom: 6.66667vw;
    width: auto;
  }
  .meeting__content {
    margin-top: 6.66667vw;
    padding: 4.44444vw;
  }
  .meeting__content::after {
    bottom: 8.44444vw;
    height: 26.66667vw;
    left: auto;
    right: 9.77778vw;
    width: 20.44444vw;
  }
  .meeting__content ul {
    width: auto;
  }
  .meeting__content ul::after {
    content: none;
  }
  .meeting__more {
    margin-top: 6.66667vw;
  }
  .meeting__more p {
    width: auto;
  }
  .meeting__more p:nth-child(2) {
    margin-top: 6.66667vw;
    width: auto;
  }
  .meeting__more a {
    font-size: 15px;
    padding: 5.55556vw 4.44444vw;
  }
  .introduce {
    background: #cceee8;
    padding: 0 0 13.33333vw 0;
  }
  .introduce .heading {
    margin-top: -6.66667vw;
  }
  .introduce .heading img {
    width: 79.55556vw;
  }
  .introduce__column,  .introduce__column--1,  .introduce__column--2,  .introduce__column--3,  .introduce__column--photo {
    margin-top: 3.33333vw;
    padding: 3.33333vw 4.44444vw;
  }
  .introduce__column h3.small,  .introduce__column--1 h3.small,  .introduce__column--2 h3.small,  .introduce__column--3 h3.small,  .introduce__column--photo h3.small {
    font-size: 15px;
  }
  .introduce__column h3,  .introduce__column--1 h3,  .introduce__column--2 h3,  .introduce__column--3 h3,  .introduce__column--photo h3 {
    font-size: 16px;
    margin: 0 4.44444vw;
    padding-bottom: 2.22222vw;
  }
  .introduce__column p::before,  .introduce__column--1 p::before,  .introduce__column--2 p::before,  .introduce__column--3 p::before,  .introduce__column--photo p::before {
    height: 17.77778vw;
  }
  .introduce__column p img,  .introduce__column--1 p img,  .introduce__column--2 p img,  .introduce__column--3 p img,  .introduce__column--photo p img {
    max-height: 13.33333vw;
  }
  .introduce__column--1 {
    width: 100%;
  }
  .introduce__column--1 p::before {
    height: 62.22222vw;
  }
  .introduce__column--1 p img {
    max-height: none;
  }
  .introduce__column--2 {
    width: 100%;
  }
  .introduce__column--3 {
    width: 42.44444vw;
  }
  .welfare {
    padding: 0 0 13.33333vw 0;
  }
  .welfare .heading {
    top: -4vw;
  }
  .welfare .heading img {
    width: 80.44444vw;
  }
  .welfare__column {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 6.66667vw 4.44444vw;
  }
  .welfare__column>div {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .welfare__column>div h3 {
    margin-top: 6.66667vw;
    width: 100%;
  }
  .welfare__column>div p {
    margin-top: 6.66667vw;
    width: 64%;
  }
  .welfare__column>div img:last-child {
    bottom: 0;
    margin-bottom: 0;
    max-width: 36%;
    max-width: 100px!important;
    position: absolute;
    right: 2.22222vw;
  }
  .welfare__column:nth-child(2n)>div {
    margin-right: 0;
  }
  .welfare__column:first-child {
    margin-top: 6.66667vw;
  }
  .welfare__column>img {
    width: auto;
  }
  .faq {
    padding: 6.66667vw 0;
  }
  .faq .heading img {
    width: 80vw;
  }
  .faq__frame {
    background: url(../img/sp/faq_frame@2x.png) center top no-repeat;
    background-size: 100% auto;
    height: 140.44444vw;
    margin-top: 6.66667vw;
    padding: 6.66667vw 8.88889vw;
    width: auto;
  }
  .faq__case>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .faq__case>div>div {
    margin-right: 0;
  }
  .faq__case h3,  .faq__case p {
    padding-left: 13.33333vw;
  }
  .faq__case h3::before,  .faq__case p::before {
    height: 10.66667vw;
    width: 10.66667vw;
  }
  .faq__case h3 {
    font-size: 20px;
    margin-bottom: 4.44444vw;
    padding-bottom: 4.44444vw;
  }
  .faq__case img {
    margin: 6.66667vw auto 0 auto;
    width: 48.88889vw;
  }
  .faq__list {
    margin-top: 0;
    width: 88.88889vw;
  }
  .faq__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .faq__list ul::after {
    content: none;
  }
  .faq__list li {
    padding: 1.11111vw 8.88889vw 1.11111vw 13.33333vw;
    width: auto;
  }
  .faq__list li::after {
    top: 1em;
  }
  .faq__list li::before {
    height: 5.55556vw;
    left: 6.66667vw;
    top: 1em;
    width: 5.55556vw;
  }
  .faq__list li::after {
    right: 4.44444vw;
  }
  .schedule {
    padding: 4.44444vw 0 17.77778vw 0;
  }
  .schedule .heading img {
    width: 46.66667vw;
  }
  .schedule__table {
    margin-top: 11.11111vw;
  }
  .schedule__table::after {
    height: 17.33333vw;
    right: 0;
    top: -11.11111vw;
    width: 19.55556vw;
  }
  .schedule__table table {
    font-size: 12px;
  }
  .schedule__table thead td,  .schedule__table thead th {
    padding: 4.44444vw 1.11111vw;
  }
  .schedule__table tbody td {
    padding: 4.44444vw 1.11111vw;
  }
  .schedule__table tbody td:last-child {
    font-size: 12px;
    line-height: 16px;
  }
  .schedule__photo {
    margin-top: 6.66667vw;
  }
  .point {
    padding: 0 0 11.11111vw 0;
  }
  .point .heading {
    top: -8.88889vw;
  }
  .point .heading img {
    width: 48.88889vw;
  }
  .point .container {
    padding: 0 30px;
  }
  .point__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .point__column {
    margin-top: 11.11111vw;
    width: 71.11111vw;
  }
  .point__column h3 {
    font-size: 4vw;
  }
  .point__column p {
    margin-top: 4.44444vw;
  }
  .point__column:nth-child(2),  .point__column:nth-child(5) {
    margin-top: 11.11111vw;
  }
  .movie {
    padding: 8.88889vw 0;
  }
  .movie .heading img {
    width: 75.55556vw;
  }
  .movie__frame {
    height: 204px;
    margin: 40px auto;
    padding: 5px;
    width: 328px;
  }
  .movie__frame iframe {
    border-radius: 4px;
  }
  .movie__more {
    width: 80vw;
  }
  .movie__more a {
    font-size: 17px;
  }
  .chiefs {
    padding: 11.11111vw 4.44444vw 0 4.44444vw;
  }
  .chiefs .container {
    padding: 6.66667vw 4.44444vw 13.33333vw 4.44444vw;
    width: 100%!important;
  }
  .chiefs .heading img {
    width: 77.77778vw;
  }
  .chiefs__content {
    margin-top: 4.44444vw;
  }
  .chiefs__content p {
    width: 36.88889vw;
  }
  .voices {
    padding: 0 4.44444vw;
  }
  .voices .container {
    padding: 6.66667vw 4.44444vw;
    width: 100%!important;
  }
  .voices .heading {
    top: -11.11111vw;
  }
  .voices .heading img {
    width: 31.55556vw;
  }
  .voices__column {
    margin-top: 8.88889vw;
  }
  .voices__column div:first-of-type {
    padding: 4.44444vw;
    width: auto;
  }
  .voices__column div:last-of-type {
    background: #fff;
    border-radius: 14px;
    text-align: center;
    width: 100%;
  }
  .voices__column div:last-of-type img {
      border-radius: 10px;
  }
  .voices__column img {
    border-radius: 10px;
    margin: 4.44444vw auto;
    width: 66.66667vw;
  }
  .message {
    padding: 0 4.44444vw 17.77778vw 4.44444vw;
  }
  .message .container {
    padding: 6.66667vw 4.44444vw;
  }
  .message .container::after {
    height: 17.77778vw;
    left: 0;
    width: 17.77778vw;
  }
  .message .heading img {
    width: 44.44444vw;
  }
  .message__item>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .message__item>div>div {
    width: auto!important;
  }
  .message__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 6.66667vw;
  }
  .message__column {
    margin-top: 2.22222vw;
    width: 100%;
  }
  .message__column p {
    padding: 2.22222vw 5.55556vw;
    width: 100%;
  }
  .message__column p strong {
    margin: 1.11111vw 0;
  }
  .message__column img {
    width: 40.88889vw;
  }
  .staff {
    padding: 0 0 6.66667vw 0;
  }
  .staff::before {
    bottom: 100%;
    height: 5.77778vw;
  }
  .staff .heading img {
    width: 39.55556vw;
  }
  .staff__content {
    padding: 0;
  }
  .staff__item>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    padding: 6.66667vw 4.44444vw;
  }
  .staff__item>div>div {
    margin-top: 6.66667vw;
  }
  .staff__item>div>div:first-child,  .staff__item>div>div:nth-child(2) {
    padding-left: 0;
    width: auto;
  }
  .staff__item>div>div:nth-child(2) img {
    border-radius: 14px;
  }
  .staff__item p {
    margin-top: 4.44444vw;
  }
  .staff__list {
    padding: 0 0 6.66667vw 0;
  }
  .photo {
    padding: 6.66667vw 0 0 0;
  }
  .photo .container {
    padding: 0 4.44444vw 17.77778vw 4.44444vw;
  }
  .photo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .photo .heading img {
    width: 48.66667vw;
  }
  .photo__desc {
    padding: 0 4.44444vw;
    position: static;
    width: auto;
  }
  .photo__title {
    margin-top: 6.66667vw;
    padding: 4.44444vw 0;
  }
  .photo__switcher {
    bottom: 8.88889vw;
    right: 4.44444vw;
  }
  .photo__zoom {
    margin-top: 6.66667vw;
    width: auto;
  }
  .photo__list {
    margin-top: 6.66667vw;
  }
  .photo__list .next,  .photo__list .prev {
    display: none;
  }
  .sns {
    padding: 6.66667vw 0;
  }
  .sns .container {
    margin: 0 4.44444vw;
    padding: 6.66667vw 3.55556vw;
  }
  .sns .container>img {
    margin-bottom: -6.66667vw;
    width: 36vw;
  }
  .sns h3 img {
    width: 29.33333vw;
  }
  .sns p {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.44444vw;
    padding: 4.44444vw 3.33333vw;
  }
  .sns__gallery {
    margin-top: 6.66667vw;
  }
  .selection {
    padding: 6.66667vw 4.44444vw 13.33333vw 4.44444vw;
  }
  .selection__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    content: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .selection .heading img {
    width: 25.33333vw;
  }
  .selection__item {
    margin-top: 6.66667vw;
    width: auto;
  }
  .selection__item div {
    position: static;
  }
  .selection__item strong {
    font-size: 18px;
    height: auto;
    line-height: 22px;
    margin-top: 3.33333vw;
  }
  .selection__item span {
    font-size: 20px;
    margin-top: 3.33333vw;
    padding-top: 3.33333vw;
  }
  .selection__item::after {
    -webkit-transform: translateX(-50%);
    background: url(../img/sp/icon_arrow_5.svg) 0 0 no-repeat;
    background-size: cover;
    display: block;
    height: 9px;
    margin: 4.44444vw 0 0 50%;
    position: static;
    transform: translateX(-50%);
    width: 16px;
  }
  .application {
    padding: 8.88889vw 0;
  }
  .application .heading img {
    width: 20.44444vw;
  }
  .application__tab a {
    font-size: 16px;
    padding: 3.33333vw 0 22.22222vw 0;
  }
  .application__content {
    font-size: 14px;
    margin-top: -17.77778vw;
  }
  .application__item {
    padding: 6.66667vw 4.44444vw;
  }
  .application__item td {
    display: block;
    padding: 10px 0;
  }
  .application__item th {
    border-bottom: none;
    display: block;
    padding: 10px 0;
    padding-bottom: 0;
  }
  .application__item td {
    padding-top: 0;
  }
  .application__button a {
    margin: 6.66667vw 0;
    padding: 5.55556vw 0;
  }
  .entry {
    padding: 8.88889vw 0 22.22222vw 0;
  }
  .entry .heading img {
    width: 39.11111vw;
  }
  .entry__notice {
    font-size: 14px;
    margin-top: 6.66667vw;
  }
  .entry__line {
    font-size: 16px;
    margin-top: 6.66667vw;
  }
  .entry__line a {
    padding: 2.22222vw;
    width: auto;
  }
  .entry__content {
    padding: 6.66667vw 5.55556vw;
  }
  .entry__content::after,  .entry__content::before {
    height: 2.66667vw;
  }
  .entry__content td {
    display: block;
    padding: 2.22222vw 0;
  }
  .entry__content th {
    display: block;
    padding: 2.22222vw 0;
    width: auto;
  }
  .entry__content td {
    padding-top: 0;
  }
  .entry__button {
    padding: 5.55556vw;
    width: 100%;
  }
  .entry__side {
    display: none;
  }
  .entry__complete {
    padding: 17.77778vw 0;
  }
  body.entry #entry, .header + #entry.send {
    padding-top: 27.77778vw;
  }
}
@media (max-width:767px) and (max-width:767px) {
  .menu__item a {
    border-bottom: 1px solid #80d5c6;
    padding: 4.44444vw;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
