.home main .slider_main .kv div.home main .slider_main .kv div.home main .slider_main .kv div.home main .slider_main .kv div /**/ @charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin-top: 500px;
    margin-right: 500px;
    margin-left: 500px;
    margin-bottom: 500px;
    padding-top: 500px;
    padding-right: 500px;
    padding-left: 500px;
    padding-bottom: 500px;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
  line-height: 1;
}
main {
  margin-top: 150px !important;
}
ol, ul {
  list-style: none;
}
table {
  /*  border-collapse: collapse;
*/ border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
img {
  border-radius: 8px;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}
.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
.pc_inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc_inline {
    display: none;
  }
}
.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline;
  }
}
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.flex_start {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.flex_table {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 990px;
  justify-content: flex-start;
  position: relative;
}
.flex_table .table_cap {
  font-size: 0.8em;
  width: 50%;
  margin: 18px auto auto 20px;
}
.flex_table .btn_inquiry {
  width: 50%;
  margin: auto auto -15px 20px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #595757;
  text-decoration: none;
}
a.hover_fade {
  display: block;
  opacity: 1.0;
  transition: 0.3s ease-in-out;
}
a.hover_fade:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
a[href^="tel:"] {
  cursor: default;
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.loading div {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #8b6c2e;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
body {
  /*  min-width: 990px;
*/ color: #595757;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  background: #fff;
  /*  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;*/
}
@media all and (-ms-high-contrast: none) {
  body {
    font-feature-settings: normal;
    font-family: 'Yu Gothic UI', sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 14px;
  }
}
@media(max-width: 979px) {
  .flex_table {
    display: block;
    width: calc(650/750 * 100vw);
    justify-content: flex-start;
  }
  .flex_table .table_cap {
    width: 100%;
    margin: auto auto 35px 0;
  }
  .flex_table .table_cap_2 {
    width: 100%;
    margin: auto auto 35px 0;
  }
  main .under_content .block .flex_table .btn_inquiry {
    width: 50%;
    margin: 20px auto;
  }
}
.arrow {
  display: inline-block;
  position: relative;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  padding-right: 60px;
}
@media screen and (max-width: 979px) {
  .arrow {
    padding-right: 9vw;
  }
}
.arrow:before, .arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.arrow:before {
  width: 26px;
  height: 1px;
  background: #8b6c2e;
  top: 50%;
  right: 26px;
}
@media screen and (max-width: 979px) {
  .arrow:before {
    width: 6vw;
    right: 2vw;
  }
}
.arrow:after {
  width: 8px;
  height: 1px;
  background: #8b6c2e;
  top: 50%;
  margin-top: -3px;
  right: 25px;
  transform: rotate(45deg);
}
@media screen and (max-width: 979px) {
  .arrow:after {
    right: 2vw;
  }
}
.arrow:hover {
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.arrow:hover:before {
  right: 16px;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 979px) {
  .arrow:hover:before {
    right: 1vw;
    transition: 0;
  }
}
.arrow:hover:after {
  right: 15px;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 979px) {
  .arrow:hover:after {
    right: 1vw;
    transition: 0;
  }
}
#header {
  box-sizing: border-box;
  color: #595757;
  /*  width: 1240px;*/
  width: 100%x;
  margin: 0 auto 32px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    position: relative;
  }
}
#header .sp_header {
  display: none;
  font-size: calc(36/750 *100vw);
}
@media screen and (max-width: 767px) {
  #header .sp_header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: calc(30/750 * 100vw);
    align-items: center;
  }
}
#header .sp_header .trigger {
  cursor: pointer;
  position: absolute;
  /*position: fixed;*/
  top: 12px;
  right: 1.6vw;
  width: 11vw;
  height: 11vw;
  background: url(../img/common/sp_ham.png) 0 center no-repeat;
  background-size: contain;
}
.open #header .sp_header .trigger {
  background-image: none;
}
.open #header .sp_header .trigger:before {
  content: '';
  /*  display: inline-block;
*/ position: absolute;
  /*  bottom: -2vw;
  font-size: 11px;
  left: 50%;
  margin-left: -4vw;*/
  background: url(../img/common/sp_close.png) 0 0 no-repeat;
  background-size: contain;
  width: 10.8vw;
  height: 13.68vw;
}
#header .sp_header .tnav {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 41%;
  /* background: #fff;
  border-radius: 0 0 0 25px;
  opacity: 0.8;*/
  z-index: 99999;
  margin: 28px auto 0;
  padding: 1px 1px 15px 1px;
}
#header .sp_header .tnav:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30%;
  width: calc(440/750 * 100vw);
  height: 100%;
  background: #fff;
  border-radius: 0 0 0 25px;
  opacity: 0.7;
  margin: 0 0 0 0;
  padding: 1px 1px 1px 1px;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
}
#header .sp_header .tnav ul {
  width: calc(300/750 * 100vw);
  margin: 0 auto;
}
#header .sp_header .tnav ul .tnavbtn {
  width: calc(260/750 * 100vw);
  height: calc(60/750 * 100vw);
  margin: 6px 20% 0 -20%;
}
#header .sp_header .tnav ul .tnavbtn a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 2.5vw auto;
  border-radius: calc(60/750 * 100vw);
  line-height: calc(64/750 * 100vw);
  font-weight: 600;
  opacity: 1;
  position: relative;
}
#header .sp_header .tnav ul .tnavbtn.n1 a {
  background: #58B17F;
}
#header .sp_header .tnav ul .tnavbtn.n2 a {
  background: #ED668E;
}
#header .sp_header .tnav ul .tnavbtn.n3 a {
  background: #24BFED;
}
#header .sp_header .tnav ul .tnavbtn.n4 a {
  background: #FF9107;
}
#header .sp_header .tnav ul li a:hover {
  opacity: 0.8;
  transition: 0.6s;
}


#header .sp_header .main_logo_sp .btn_sphead p {
  width: calc(400/750 * 50vw);
  height: calc(60/750 * 100vw);
  border-radius: 30px;
  margin: 10px 0 0 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: calc(64/750 * 100vw);
}
.home #header .sp_header .main_logo_sp .btn_sphead p {
  background: #58B17F;
}
.facility #header .sp_header .main_logo_sp .btn_sphead p {
  background: #ED668E;
}
.news #header .sp_header .main_logo_sp .btn_sphead p {
  background: #24BFED;
}
.contact #header .sp_header .main_logo_sp .btn_sphead p {
  background: #FF9107;
}
.policy #header .sp_header .main_logo_sp .btn_sphead p {
  background: #9892FF;
  font-size: 0.9rem;
}
#header .sp_header .main_logo_sp a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
#header .nav {
  width: 100%;
  margin: 0 auto;
  z-index: 10000;
  position: fixed;
  top: -2px;
}
@media screen and (max-width: 767px) {
  #header .nav {
    display: none;
  }
}
#header .nav ul div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-2%, 15%);
  max-width: none;
  width: 100%;
  height: auto;
  z-index: 9999;
}
  #header .main_logo_pc {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(1%, 50%);
    max-width: none;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  #header .main_logo_pc p {
    font-size: 12px;
    height: 50%;
    margin: -1px 0 -6px 0;
  }
  #header .main_logo_pc img {
    width: 200px;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translate(-1%, 35%);
  }
#header .nav ul .main_logo_pc a p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 20px !important;
  transition: 0.4s;
  opacity: 1.0;
  margin: 5px 0;
}
.home #header .nav ul .main_logo_pc a p {
  background: #58B17F;
}
.facility #header .nav ul .main_logo_pc a p {
  background: #ED668E;
}
.news #header .nav ul .main_logo_pc a p {
  background: #24BFED;
}
.contact #header .nav ul .main_logo_pc a p {
  background: #FF9107;
}
.policy #header .nav ul .main_logo_pc a p {
  background: #9892FF;
  font-size: 0.95rem;
  line-height: 38px;
}
#header .nav ul div a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px !important;
  transition: 0.4s;
  opacity: 1.0;
  margin: 8px 10px;
}
#header .nav ul li a {
  color: #fff;
}
#header .nav ul div a:first-child {
  background: #58B17F;
}
#header .nav ul div a:nth-child(2) {
  background: #ED668E;
}
#header .nav ul div a:nth-child(3) {
  background: #24BFED;
}
#header .nav ul div a:nth-child(4) {
  background: #FF9107;
}
#header .nav ul li a:hover {
  transition: 0.4s;
  opacity: 0.6;
  background: #fffde4;
}
@media screen and (max-width: 767px) {
  #header .main_logo_sp {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(1%, -20%);
    max-width: none;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  #header .main_logo_sp p {
    font-size: 12px;
    height: 50%;
    margin: -7px 0 3px 0;
  }
  #header .main_logo_sp img {
    width: 180px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-1%, 5%);
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  #header .nav ul .main_logo_pc a p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: auto;
    height: calc(40/1100 * 100vw);
    line-height: calc(40/1100 * 100vw);
    border-radius: 20px !important;
    transition: 0.4s;
    opacity: 1.0;
    margin: 5px 0;
  }
  #header .nav ul div a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: calc(140/1100 * 100vw);
    height: calc(30/1100 * 100vw);
    line-height: calc(30/1000 * 100vw);
    border-radius: 15px !important;
    transition: 0.4s;
    opacity: 1.0;
    margin: 10px calc(10/1100 * 100vw);
  }
}
#footer {
  box-sizing: border-box;
  color: #585757;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 1vw;
    padding: 1vw 0;
  }
}
#footer .pagetop {
  position: fixed;
  display: flex;
  bottom: 100px;
  right: 1.8vw;
  cursor: pointer;
  width: 44px;
  height: 44px;
  transition: 0.4s;
  opacity: 1.0;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #footer .pagetop {
    bottom: 110px;
    right: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .pagetop {
    bottom: 40px;
    right: 2.2vw;
  }
}
#footer .pagetop:hover {
  transition: 0.4s;
  opacity: 0.8;
}
#footer .infooter {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer .infooter {
    width: auto;
    display: block;
    margin: 0 calc(30/750 * 100vw);
  }
}
#footer .infooter a img {
  width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .infooter a img {
    width: 50%;
    margin: 0 auto;
  }
}
main {
  color: #595757;
  /*  width: 990px;
*/ margin: 0 auto;
  font-feature-settings: "palt";
  letter-spacing: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  /* Widget Styles */
}
@media all and (-ms-high-contrast: none) {
  main {
    font-feature-settings: normal;
    font-family: 'Yu Gothic UI', sans-serif;
  }
}
@media screen and (max-width: 767px) {
  main {
    width: auto;
    min-width: 0;
    font-size: 14px;
  }
}
main .breadcrumbs {
  margin-bottom: 1em;
  /*    background: #ed951a;
*/ width: 990px;
}
main .breadcrumbs ul {
  display: table;
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 979px) {
  main .breadcrumbs ul {
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 13px;
  float: left;
}
@media screen and (max-width: 979px) {
  main .breadcrumbs ul li {
    font-size: calc(22/750 * 100vw);
    margin: 0 calc(16/750 * 100vw) 0 0;
  }
}
main .breadcrumbs ul li:first-child::before {
  content: none;
}
main .breadcrumbs ul li:last-child {
  margin-right: 0;
}
main .breadcrumbs ul li:before {
  padding: 0 10px 0 0;
  content: ">";
  font-size: 14px;
}
@media screen and (max-width: 979px) {
  main .breadcrumbs ul li:before {
    padding: 0 calc(16/750 * 100vw) 0 0;
    font-size: calc(22/750 * 100vw);
  }
}
main .breadcrumbs ul li a {
  transition: all 0.2s;
  text-decoration: underline;
}
main .breadcrumbs ul li a:hover {
  color: #fff;
  opacity: 0.6;
  transition: all 0.2s;
}
main em {
  font-style: italic;
}
main u {
  text-decoration: underline !important;
}
main sup {
  vertical-align: super;
  font-size: smaller;
}
main sub {
  vertical-align: sub;
  font-size: smaller;
}
main s {
  text-decoration: line-through !important;
}
main strong {
  font-weight: bold !important;
}
main .inblock {
  width: 990px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.under {
    padding-top: 4px;
}
.under main .inblock {
  padding-top: 0px;
}
@media screen and (max-width: 979px) {
  main .inblock {
    width: auto;
  }
  .home main .inblock {
    flex-direction: column-reverse;
  }
  .under main .inblock {
    flex-direction: column;
  }
}
main .inblock .spcenter {
  width: 990px;
}
@media screen and (max-width: 979px) {
  main .inblock .spcenter {
    width: auto;
    margin: 0 calc(30/750 * 100vw);
  }
}
main .under_ttl_image .kv_low div {
  width: 990px;
  height: 200px;
  margin: -90px auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
main .under_ttl_image .kv_low div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: auto;
}
.home main .slider_main {
  width: 98.5%;
  height: calc(360/1000 * 100vw);
  margin: -80px auto 5px;
}
.home main .slider_main .under_ttl_image {
  width: auto;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.home main .slider_main .under_ttl_image .kv div {
  height: calc(380/1000 * 100vw);
  margin: 0 auto;
}
.home main .slider_main .under_ttl_image .kv div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: auto;
}
.recruit main .under_ttl_image .kv_low div {
  width: 990px;
  height: calc(380/1000 * 100vw);
  margin: 0 auto;
  margin: -90px auto 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  main .under_ttl_image {
    width: 100%;
    height: calc(200/1000 * 100vw);
    margin: -84px auto 0;
  }
  main .under_ttl_image .kv_low div {
    width: calc(690/750 * 100vw);
    height: calc(200/1000 * 100vw);
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
  }
}
@media (max-width: 979px) {
  .recruit main .under_ttl_image {
    width: 100%;
    height: calc(380/1000 * 100vw);
  }
  .recruit main .under_ttl_image .kv_low div {
    width: 100%;
    height: calc(380/1000 * 100vw);
    margin: -50px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  main .under_ttl_image {
    width: 100%;
    height: calc(200/1000 * 100vw);
    margin: 80px 0 5px;
  }
  main .under_ttl_image .kv_low div {
    width: calc(690/750 * 100vw);
    height: calc(200/1000 * 100vw);
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
  }
}
@media (min-width: 1100px) and (max-width: 1280px) {
  .home main .slider_main {
    margin: -90px auto 25px;
  }
}
@media screen and (max-width: 979px) {
  .home main .kv .nav {
    position: relative;
    bottom: auto;
  }
  .home main .kv .nav ul {
    display: block;
    margin: 0 calc(30/750 * 100vw);
  }
  .home main .kv .nav ul li {
    font-size: calc(38/750 * 100vw);
    margin: calc(30/750 * 100vw) 0;
  }
  .home main .kv .nav ul li:last-child {
    margin-bottom: 0;
  }
  .home main .kv .nav ul li a {
    width: 100%;
    height: auto;
    padding: 4.6vw 4.6vw 4.6vw 18vw;
    text-align: left;
  }
}
main .nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
/*======メイン写真バックの色帯======*/
main .under_ttl {
  padding_bottom: 0;
  width: 100%;
  height: 250px;
}
.home main .under_ttl_image {
  padding-bottom: 0;
  width: auto;
  height: 600px;
  text-align: center;
  margin: 0 auto;
}
main .under_ttl.thin {
  width: 100%;
  height: 110px;
}
main .under_ttl.thiner {
  width: 100%;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .home main .under_ttl_image {
    padding-bottom: 0;
    background: #fff;
    width: 100%;
    height: calc(260/750 * 100vh);
    text-align: center;
    margin: 80px auto;
  }
}
@media screen and (max-width: 480px) {
  main {
    margin-top: initial !important;
  }
  .home main .slider_main {
    width: auto;
    height: calc(600/1000 * 100vw);
    margin: 10px 0 5px;
  }
  .home main .slider_main .under_ttl_image {
    width: 100%;
    height: calc(670/1000 * 100vw);
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
  }
  .recruit main .under_ttl_image {
    width: 100%;
    height: calc(480/1000 * 100vw);
    margin: 77px auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
  }
  .home main .slider_main .under_ttl_image .kv div {
    width: 100%;
    height: calc(660/1000 * 100vw);
    margin: 0 auto 0;
  }
  .recruit main .under_ttl_image .kv_low div {
    width: 100%;
    height: calc(450/1000 * 100vw);
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 924px) {}
@media screen and (max-width: 767px) {
  main .under_ttl {
    padding_bottom: 0;
    background: #27c36c;
    height: calc(110/750 * 100vh);
  }
}
main .under_ttl .in {
  width: 990px;
  margin: 5px auto 50px auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 979px) {
  main .under_ttl .in {
    width: auto;
    display: block;
  }
}
main .under_ttl .in .text {
  font-weight: bold;
  width: 430px;
}
@media screen and (max-width: 979px) {
  main .under_ttl .in .text {
    width: auto;
  }
}
main .under_ttl .in .text h2 {
  padding-left: 44px;
  font-size: 22px;
  margin-bottom: 8px;
}
@media screen and (max-width: 979px) {
  main .under_ttl .in .text h2 {
    padding-left: 9vw;
    margin-bottom: 2vw;
    line-height: 1.3;
    font-size: calc(40/750 * 100vw);
  }
}
.under_index main .under_ttl .in .text h2 {
  font-size: 36px;
  padding-left: 70px;
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .under_index main .under_ttl .in .text h2 {
    padding-left: 11vw;
    line-height: 1.3;
    font-size: calc(50/750 * 100vw);
  }
} /*
main .under_ttl .in .text .subttl {
  font-size: 30px;
}
@media screen and (max-width: 979px) {
  main .under_ttl .in .text .subttl {
    font-size: calc(50/750 * 100vw);
  }
}
main .under_ttl .in .text .subttl2 {
  font-size: 30px;
  background: #FFFFDC;
  padding: 6px 10px 6px 45px;
  color: #595757;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 979px) {
  main .under_ttl .in .text .subttl2 {
    font-size: calc(50/750 * 100vw);
    padding: 1vw 2vw 1vw 9vw;
  }
}
main .under_ttl .in .text .subttl2:before {
  content: '●';
  position: absolute;
  left: 10px;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
}
main .under_ttl .in .img {
  width: 650px;
}
@media screen and (max-width: 979px) {
  main .under_ttl .in .img {
    width: auto;
    margin-top: 3vw;
  }
}*/
/*======メイン写真バックの色帯 ここまで======*/
main .under_content {
  /*  font-size: 18px;
  letter-spacing: 0.04em;*/
  text-align: left;
  text-align: justify;
}
main .under_content p.hidari_maru2:before {
  content: '◯';
}
main .under_content .block .img_img_text .text {
  border-top: 6px solid #ed951a;
  width: 480px;
  padding: 10px 0 10px 0;
  margin-top: 15px;
}
main .under_content .block .img_img_img p {
  border-left: 10px solid #111;
  padding: 0 0 0 10px;
  width: 310px;
}
.text_icon {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 979px) {
  main .under_content .block .img_img_img p {
    border-left: 10px solid #111;
    padding: 0 0 0 10px;
    width: 100%;
    margin-bottom: 3vh;
  }
  .text_icon {
    width: 100%;
  }
}
main .under_content p.hidari_maru:before {
  content: '●';
}
main .under_content ul.hidari_maru {
  padding-left: 0.7em;
}
main .under_content ul.hidari_maru li:before {
  content: '◯';
}
main .under_content ul.hidari_maru li ul {
  padding-left: 2.2em;
}
main .under_content ul.hidari_maru li ul li:before {
  content: none;
}
main .under_content h4.hidari_maru {
  background: #FFFDE6 !important;
}
main .under_content h6 {
  background: #9be2e9;
  padding: 3px 12px;
  margin-bottom: 5px;
  font-weight: bold;
}
main .under_content h4.hidari_maru:before {
  content: '●';
}
/*main .under_content a {
  transition: all 0.2s;
  color: #169dff;
}*/
main .under_content a:hover {
  transition: all 0.2s;
  opacity: 0.5;
}
.facility .dots {
  border-left: 3px dotted #ED668E;
  border-right: 3px dotted #ED668E;
  padding: 0 30px
}
.facility .text_img {
  border-bottom: 3px dotted #ED668E;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.news .dots {
  border-left: 3px dotted #24BFED;
  border-right: 3px dotted #24BFED;
  padding: 0 30px
}
.news .text_img {
  border-bottom: 3px dotted #24BFED;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.contact .dots {
  border-left: 3px dotted #FF9107;
  border-right: 3px dotted #FF9107;
  padding: 0 20px
}
.contact .dots .img_img {
  position: relative;
}
.contact .dots .img_img:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  right: 50%;
  margin-top: -1px;
  border-right: 3px dotted #FF9107;
}
.contact .dots .img_img div {
  position: relative;
}
.contact .dots .img_img div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 70%);
  max-width: none;
  background: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-weight: 700;
  width: 240px;
  height: 50px;
  margin: 20px auto;
  border: 1px solid #ED668E;
  border-radius: 25px;
  line-height: 50px;
}
@media (max-width: 979px) {
  .facility .dots, .news .dots, .contact .dots {
    border-left: none;
    border-right: none;
    padding: 0;
  }
  .facility .text_img {
    border-bottom: 3px dotted #ED668E;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .news .text_img {
    border-bottom: 3px dotted #24BFED;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  /*  .contact .img_img {
    border-bottom: 3px dotted #FF9107;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }*/
  .contact .dots .img_img:after {
    content: '';
    display: none;
  }
  .contact .dots .img_img div {
    margin: 0 auto 30px;
  }
  .contact .dots .img_img div p {}
}
@media (min-width: 767px) and (max-width: 979px) {
  .news .block.dots .text_img {
    width: calc(600/1000 * 100vw);
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .contact .dots .img_img div p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc(240/375 * 100vw);
    height: calc(50/375 * 100vw);
    margin: calc(20/375 * 100vw) auto;
    border: 1px solid #ED668E;
    border-radius: calc(25/375 * 100vw);
    line-height: calc(50/375 * 100vw);
  }
}
main .under_content .text_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
main .under_content .text_img.re {
  flex-direction: row-reverse;
}
main .under_content .text_img .text {
  width: 49%;
  position: relative;
}
@media (max-width: 979px) {
  main .under_content .text_img {
    display: block;
  }
  main .under_content .text_img .text {
    width: auto;
    font-size: 14px;
  }
  main .under_content .text_img.re {
    flex-direction: column;
  }
}
main .under_content .text_img .img {
  width: 49%;
  margin-bottom: 0.6em;
}
@media (max-width: 979px) {
  main .under_content .text_img .img {
    width: auto;
  }
}
main .under_content .text_img .img img {
  width: 100%;
  margin-bottom: 8px;
}
.facility main .under_content h4 span {
  color: #ED668E;
}
.facility.recruit main .under_content .text {
  width: 600px;
  margin: 0 auto 30px;
}
.facility.recruit main .under_content h4 {
  color: #595757;
  font-size: 17px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 0 8px 0;
  border: 1px solid #ED668E;
  border-radius: 6px;
}
.facility.recruit main .under_content h4:before {
  display: inline;
  content: "●";
  align: center;
  color: #ED668E;
  background: none;
  font-size: 17px;
  line-height: 40px;
  font-weight: 800;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 0 0 0 10px;
}
.news main .under_content .text_img .ttl_news {
  border-left: 5px solid #24BFED;
  padding-left: 10px;
  height: 100px;
}
.news main .under_content .text_img date {
  color: #24BFED;
  font-size: 14px;
  width: 100%;
  margin: -3px 0 8px 0;
}
.news main .under_content .text_img h4 {
  color: #595757;
  font-size: 17px;
  width: 100%;
  margin: 0 0 8px 0;
}
main .under_content .img_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
main .under_content .img_img .img {
  width: 450px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.6em;
}
main .under_content .img_img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: auto;
}
.facility main .under_content .img_img {
  margin: 0 auto 20px;
}
/*タブレット*/
@media (min-width: 768px) and (max-width:979px) {
  main .under_content .img_img {
    margin: 0 auto 0;
  }
  main .under_content .img_img .img {
    width: calc(430/1000 * 100vw);
  }
  main .under_content .img_img .img {
    margin: 0 auto -20px;
  }
  main .under_content .img_img .text {
    width: calc(420/1000 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  main .under_content .img_img {
    display: block;
    margin: 0 auto;
  }
  main .under_content .img_img .img {
    width: calc(630/750 * 100vw);
    height: calc(425/750 * 100vw);
    position: relative;
    margin: 0 auto;
  }
  main .under_content .img_img .text {
    width: calc(630/750 * 100vw);
    margin: 0 auto 30px;
  }
  .facility main .under_content .img_img .img {
    margin: 0 auto 10px;
  }
  .facility.recruit main .under_content .text {
    width: calc(630/750 * 100vw);
    margin: 0 auto 30px;
  }
  .home main .under_content .img_img p {
    width: auto;
    height: 100%;
    position: relative;
    margin-bottom: 0.6em;
  }
}
/*タブレットここまで*/
@media screen and (max-width: 767px) {
  main .under_content .img_img {
    display: block;
    margin: 0 auto;
  }
  main .under_content .img_img .img {
    width: calc(630/750 * 100vw);
    height: calc(425/750 * 100vw);
    position: relative;
    margin: 0 auto;
  }
  main .under_content .img_img .text {
    width: calc(630/750 * 100vw);
    margin: 0 auto 30px;
  }
  .facility main .under_content .img_img .img {
    margin: 0 auto 10px;
  }
  /*  .facility.recruit main .under_content .text {
    width: calc(630/750 * 100vw);
    margin: 0 auto 30px;
  }*/
  .home main .under_content .img_img p {
    width: auto;
    height: 100%;
    position: relative;
    margin-bottom: 0.6em;
  }
}
main .under_content .block .img_img .img a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.btn_recruit {
  position: absolute;
  top: 65px;
  right: 8px;
  /*  background: #FFFEE4;
    border: 7px dotted #ED668E;*/
  width: 120px;
  height: 120px;
  border-radius: 100%;
  z-index: 100000;
  /*  animation: guruguru-kyujin 5s infinite;
*/
}
@keyframes guruguru-kyujin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ttl_recruit p {
  position: absolute;
  top: 40%;
  right: -50%;
  color: #ED668E;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: middle;
  transform: translate(-50%, -60%);
  max-width: none;
  width: 100%;
  height: auto;
  z-index: 1100;
}
.btn_recruit:hover {
  opacity: 0.7;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .btn_recruit {
    position: absolute;
    top: calc(140/750 * 100vw);
    right: 0;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    z-index: 1000;
  }
  .home .btn_recruit {
    position: absolute;
    top: calc(500/750 * 100vw);
    right: 0;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    z-index: 1000;
  }
  .ttl_recruit p, .home .ttl_recruit p {
    position: absolute;
    top: 50%;
    right: -50%;
    color: #ED668E;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    vertical-align: middle;
    transform: translate(-50%, -80%);
    max-width: none;
    width: 100%;
    height: auto;
    z-index: 1100;
  }
  .ttl_recruit p {
    position: absolute;
    top: 50%;
    right: -50%;
  }
  .home .ttl_recruit p {
    position: absolute;
    top: 50%;
    right: -50%;
  }
}
main .under_content .block h5 a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
main .under_content .block .btn_inquiry {
  padding: 17px 5px;
  cursor: pointer;
  background: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  margin: 25px auto -10px 0;
}
main .under_content .block .btn_inquiry a p {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 24px;
  border-left: none;
  padding: 1px;
}
main .under_content .block .btn_inquiry:hover {
  opacity: 0.7;
  transition: 0.4s
}
/*taxi cashless popup end*/
main .under_content .img_img_img .img {
  width: 32%;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 979px) {
  main .under_content .img_img_img .img {
    width: auto;
  }
}
main .under_content .img_img_img .img img {
  width: 100%;
  margin-bottom: 8px;
}
main .under_content h3 {
  color: #fff;
  padding: 3px 12px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media(max-width: 979px) {
  main .under_content h4 {
    font-size: calc(18/375 * 100vw);
    line-height: 1.3;
  }
}
.home h1.ttl_green {
  color: #fff;
  font-weight: 700;
  background: #58B17F;
  text-align: center;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: 0 auto;
}
h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}
.introduction {
  font-size: 17px;
  text-align: left;
  font-weight: normal;
  width: 420px;
  margin: -5px auto;
  text-justify: inter-character;
}
@media(max-width: 767px) {
  h2 {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
  }
  .introduction {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    width: calc(560/750 * 100vw);
    margin: 20px auto;
    text-justify: inter-character;
  }
  .home h1.ttl_green {
    width: calc(650/750 * 100vw);
    margin: 0 auto;
  }
}
main .under_content h5 {
  padding: 3px 12px;
  margin-bottom: 10px;
  font-weight: bold;
}
main .under_content h6 {
  padding: 3px 12px;
  margin-bottom: 5px;
  font-weight: bold;
}
main .under_content .tab {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  main .under_content .tab {
    margin: 0 auto;
  }
}
main .under_content .tab ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 979px) {
  main .under_content .tab ul {
    flex-wrap: wrap;
    vertical-align: middle;
    justify-content: space-between;
    text-align: center;
    margin: -30px auto;
  }
}
main .under_content .tab ul li {
  margin-right: 10px;
}
@media screen and (max-width: 979px) {
  main .under_content .tab ul li {
    width: 100%;
    margin: 0 auto;
  }
}
main .under_content .tab ul li:last-child {
  margin-right: 0;
}
main .under_content .tab ul li a {
  color: #595757;
  width: calc(550/750 * 100vw);
  text-align: center;
  padding: 17px 30px;
  background: #fff;
  border: 1px solid #ed951a;
  transition: none !important;
}
main .under_content .tab ul li a:hover {
  opacity: 0.7;
  left: auto;
  right: auto;
}
@media screen and (max-width: 979px) {
  main .under_content .tab ul li a {
    display: block;
    border-radius: 0;
    margin: 10px auto;
    padding: 10px;
    width: calc(450/750 * 100vw);
  }
}
main .under_content .tab ul li.active a {
  background: #ed951a;
  border: 1px solid #ed951a;
  color: #fff;
  transition: none !important;
  margin-right: auto;
  margin-left: auto;
}
main .under_content .half {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  main .under_content .half {
    display: block;
  }
}
main .under_content .half > * {
  width: 48%;
  margin-top: 1em;
}
main .under_content .half .mini_unit {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #58B17F;
  position: relative;
}
main .under_content .half .mini_unit:hover {
  opacity: 0.7;
  transition: 0.4s;
}
main .under_content .half .mini_unit date {
  color: #58B17F;
  font-size: 14px;
  padding: 0;
  margin-bottom: 5px;
}
main .under_content .half .mini_unit h4 {
  color: #595757;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
main .under_content .half .mini_unit p {
  color: #595757;
  font-size: 14px;
  padding: 0;
  width: 350px;
  margin: 3px auto 3px 0;
}
main .under_content .half .mini_img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
main .under_content .half .mini_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 105%;
}
main .under_content .half .mini_unit:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 6px;
  top: 43%;
  margin-top: -6px;
  border-top: 2px solid #58B17F;
  border-right: 2px solid #58B17F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main .under_content .half.height_even {}
main .under_content .half table {}
main .under_content .half table tr {}
main .under_content .half table th {
  color: #fff;
  background: #58B17F;
  /*font-size: 16px;*/
  font-weight: 600;
  width: 80px !important;
  padding: 5px;
  vertical-align: top;
  border: 1px solid #58B17F;
  border-bottom: 1px solid #aaa;
}
main .under_content .half table tr {
  border-bottom: none;
}
main .under_content .half table tr:first-child th {
  border-radius: 8px 0 0 0;
}
main .under_content .half table tr:last-child th {
  border-radius: 0 0 0 8px;
  border-bottom: none;
}
main .under_content .half table:last-child tr th {
  border-radius: 8px 0 0 8px;
  border-bottom: none;
}
main .under_content .half table td {
  color: #595757;
  background: #fff;
  padding: 5px;
  border: 1px solid #aaa;
  border-bottom: none;
}
main .under_content .half table tr:first-child td {
  border-radius: 0 8px 0 0;
}
main .under_content .half table tr:last-child td {
  border-radius: 0 0 8px 0;
  border-bottom: 1px solid #aaa;
}
main .under_content .half table:last-child tr td {
  border-radius: 0 8px 8px 0;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 979px) {
  main .under_content .half > * {
    width: calc(650/750 * 100vw);
  }
  main .under_content .half .mini_unit h4 {
    color: #595757;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
  }
  main .under_content .half .mini_unit p {
    color: #595757;
    font-size: 0.75rem;
    padding: 0;
    width: calc(420/750 * 100vw);
  }
  main .under_content .half .mini_img {
    width: calc(130/750 * 100vw);
    height: calc(130/750 * 100vw);
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
  }
  main .under_content .half table {
    font-size: 0.75rem;
  }
  main .under_content .half table th {
    width: calc(130/750 * 100vw);
  }
}
main .under_content .block {
  margin-top: 1.4em;
}
main .under_content .block p {
  margin-bottom: 0.1em;
}
main .form .attention {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  main .form .attention, main .form .check {
    font-size: 20px;
    text-align: center;
  }
  main .form .attention {
    margin-bottom: 3px;
  }
}
main .form .error_text {
  width: 800px;
  margin: 0 auto;
  color: red;
  padding-left: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  main .form .error_text {
    width: auto;
  }
}
main .form .error_text ul li {
  list-style: disc;
}
main .form .submit {
  text-align: center;
  margin-top: 2em;
}
main .form .submit input {
  background: #2a90af;
  color: #fff;
  border: 0;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 60px;
  letter-spacing: 0.06em;
  cursor: pointer;
  opacity: 1.0;
  transition: 0.4s;
}
main .form .submit input:hover {
  opacity: 0.7;
  transition: 0.4s;
}
main .form .form_kanryou {
  text-align: center;
  padding: 30px 0;
}
main .form .form_kanryou p {
  margin: 20px 0;
}
@media screen and (max-width: 979px) {
  main .form .form_kanryou {
    text-align: left;
  }
}
main .form .form_table .kakunin {
  padding: 10px;
}
main .form .check {
  text-align: center;
  margin: 40px 0;
}
main .form .check input {
  display: none;
}
main .form .check span {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
main .form .check span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
main .form .check input:checked + span {
  color: #0069B0;
}
main .form .check input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #0069B0;
  border-right: 3px solid #0069B0;
}
@media screen and (max-width: 979px) {
  main .form .form_table {
    width: auto;
  }
}
main .form .form_table table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 600px;
  margin: 0 auto;
}
main .form .form_table table tr {}
main .form .form_table table th {
  width: 25%;
  margin: 0 10px;
  font-size: 17px;
  font-weight: 700;
  vertical-align: top;
  padding: 10px;
  background-color: #FFE6C9; /*うすいオレンジ*/
  border-radius: 3px;
}
main .form .form_table table td .re-enter {
  font-size: 14px;
  margin: 8px 0 0 10px;
}
main .form .form_table table td div.flex_start {
  margin-left: 10px;
}
main .form .form_table table td .with_btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
main .form .form_table table td .with_btn p {
  width: 160px;
  font-size: 1rem;
  height: 40px;
  background: #FFFDE6;
  border: 1px solid #ccc;
  padding: 8px 0 8px 28px;
  position: relative;
  margin: 1px 0 0 3px;
  border-radius: 20px;
  line-height: 20px
}
main .form .form_table table td .with_btn p:hover {
  opacity: 0.7;
  transition: 0.4s;
}
main .form .form_table table td .with_btn p:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -0.4em;
  display: inline-block;
  width: 0.7em;
  height: 0.6em;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #E12533;
}
main .form .form_table table td table th {
  background: transparent;
  border: 0;
}
main .form .form_table table div.radio {
  display: inline-block;
}
main .form .form_table table .radio-btn {
  margin-right: 30px;
}
main .form .form_table table p {
  margin-left: 10px;
}
main .form .form_table table div.checkbox {
  display: inline-block;
}
main .form .form_table table input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #ddd;
  margin-left: 10px;
}
main .form .form_table table input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}
main .form .form_table table input[type="text"]::-moz-placeholder {
  color: #ddd;
}
main .form .form_table table input[type="text"]:-ms-input-placeholder {
  color: #ddd;
}
main .form .form_table table input[type="radio"] {
  vertical-align: text-bottom;
  margin-right: 2px;
}
main .form .form_table table textarea {
  padding: 10px;
  font-size: 17px;
  width: 100%;
  border: 1px solid #ddd;
  margin-left: 10px;
}
main .form .form_table table textarea::-webkit-input-placeholder {
  color: #ddd;
}
main .form .form_table table textarea::-moz-placeholder {
  color: #ddd;
}
main .form .form_table table textarea:-ms-input-placeholder {
  color: #ddd;
}
main .form .submit, main .form .submit_contact {
  display: block;
  text-align: center;
  margin-top: 2em;
}
main .form .submit_contact input {
  background: #Fff;
  color: #595757;
  border: 1px solid #FF9107;
  border-radius: 20px;
  font-size: 17px;
  line-height: 40px;
  width: 160px;
  height: 40px;
  cursor: pointer;
  opacity: 1.0;
  transition: 0.4s;
  text-align: center;
  margin: 0 auto;
}
main .form .submit input.modoru, main .form .submit_contact input.modoru {
  background: #fff;
  color: #7B7B7B;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  padding: 5px 15px;
  height: 45px;
  cursor: pointer;
  opacity: 1.0;
  transition: 0.4s;
  margin: 35px auto 0;
}
@media (min-width:768px) and (max-width: 979px) {
  main .form .form_table table {
    display: block;
    width: calc(600/1000 * 100vw);
    margin: 0 auto;
  }
  main .form .form_table table td {
    width: calc(600/1000 * 100vw);
    padding: 5px 0;
  }
  main .form .form_table table input[type="text"] {
    width: calc(575/1000 * 100vw);
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-left: 10px;
  }
  main .form .form_table table textarea {
    width: calc(575/1000 * 100vw);
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  main .form .form_table table {
    display: block;
    width: calc(630/750 * 100vw);
    margin: 0 auto;
  }
  main .form .form_table table td {
    width: calc(630/750 * 100vw);
    padding: 5px 0;
  }
  main .form .form_table table input[type="text"] {
    width: calc(595/750 * 100vw);
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-left: 10px;
  }
  main .form .form_table table textarea {
    width: calc(595/750 * 100vw);
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-left: 10px;
  }
}
@media (max-width: 979px) {
  main .form .form_table table tbody {
    display: block;
  }
  main .form .form_table table tr {
    display: block;
    padding: 0 0 10px 0;
  }
  main .form .form_table table th, main .form .form_table table td {
    display: block;
  }
  main .form .form_table table th {
    width: auto;
    height: 30px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    padding: 5px 8px;
  }
}
main .code-featured {
  border: 5px solid red;
}
main .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px #c80000;
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}
main .image-clean {
  border: 0;
  background: none;
  padding: 0;
}
main .image-clean > figcaption {
  font-size: .9em;
  text-align: right;
}
main .image-grayscale {
  background-color: white;
  color: #666;
}
main .image-grayscale img, main img.image-grayscale {
  filter: grayscale(100%);
}
main .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}
main .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}
main .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}
main .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}
main .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}
/*長体*/
.narrow {
  vertical-align: middle;
  -moz-transform: scale(0.80, 1); /* Firefox */
  -webkit-transform: scale(0.80, 1); /* Chrome,Safari */
  -ms-transform: scale(0.80, 1); /* IE */
  transform: scale(0.80, 1); /* CSS3 */
  width: 125%;
}
/*スマホ版のメイン写真背景帯*/
@media screen and (max-width: 979px) {
  main .under_ttl {
    background-repeat: no-repeat;
    width: 100%;
    height: 20vh;
  }
}
a {
  text-decoration: none;
}
.first_bar {
  border-left: 5px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 300px;
  text-align: left;
  margin-top: 20px;
}
.btn_white {
  font-size: 14px;
  color: #595757;
  text-align: center;
  margin: 25px auto;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #58B17F;
}
/*@media screen and (max-width:2000px){*/
.footer_area {
  width: 100%;
  height: 60px;
  z-index: 10000;
}
@media (max-width: 979px) {
  #footer .footer_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding: 10px;
    width: auto;
    margin: 0 auto 20px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  #footer .footer_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding: 10px;
    width: auto;
    margin: 0 auto 20px;
    justify-content: center;
  }
}
.footer_area li {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  color: #595757;
}
main .form .form_tel {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0px auto;
  padding: 0;
}
.footer_area .btn_contact .inquiry_btn {
  background-color: #fff;
  border: 1px solid #58B17F;
  border-radius: 20px;
  width: 160px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.footer_area .btn_contact .inquiry_btn p {
  color: #595757;
  text-align: center;
  line-height: 0;
  font-size: 20px;
  font-weight: bold;
}
.nodot {
  list-style: none;
}
.inquiry_btn:link, .inquiry_btn:visited {
  color: #FFFFFF !important;
}
@media (max-width: 480px) {
  .footer_area .btn_contact .inquiry_btn {
    width: calc(125/375 * 100vw);
    height: 40px;
  }
}
#siteBottom {
  margin-bottom: 85px;
}
.inqContainer {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  margin-top: 2px;
  align-items: center;
}
.inqContainer .inq a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.inqContainer .inq {
  width: 20%;
}
.inqContainersp .inq a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.inqContainersp {
  /*  margin: 0 calc(50/750 * 100vw);
*/ margin-top: 20px;
  text-align: center;
}
.inq {
  display: inline-block;
}
.footer_area .btn_contact div {
  /*  width: 360px;
*/ display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.footer_area .btn_contact a {
  margin: 5px;
}
.footer_area .btn_contact a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
/*@media (max-width: 979px) {
  .footer_area .btn_contact div {
    width: calc(520/750 * 100vw);
    justify-content: center;
  }
}*/
/*会社概要　スマホ版*/
@media screen and (max-width: 979px) {
  main .under_content .sp .block .table_box {
    margin: 0 auto;
  }
  main .under_content .sp .block .table_box tr {
    display: flex;
    flex-direction: column;
    width: auto;
    justify-content: center;
    margin-left: -1vw;
    margin-right: -1vw
  }
  main .under_content .sp .block .table_box th {
    width: auto;
  }
  main .under_content .sp .block .table_box td {
    width: auto;
  }
}
.img_img_text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.qa-font-2w {
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
.qa-font-2 {
  padding: 0 10px;
  border: solid 1px #bbb;
}
.under_content .pager_set {
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
map iframe {
  display: run-in;
  width: 380px;
  min-height: 240px;
}
@media (max-width: 979px) {
  .under_content .pager_set {
    text-align: center;
    width: calc(600/750 * 100vw);
    margin: 0 auto;
  }
  map iframe {
    width: calc(390/600 * 100vw);
    height: calc(240/600 * 100vw);
  }
}
/*===========================
  　　　プライバシーポリシー
===========================*/
.policy .under_content .pp_info {
  width: 600px;
  margin: -20px auto;
}
.policy h1 {
  text-align: center;
  color: #9892FF;
}
.policy h2 {
  text-align: center;
  background: #9892FF;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 979px) {
  .policy .under_content .pp_info {
    width: calc(600/750 * 100vw);
    margin: -20px auto;
  }
  .policy h1 {
    text-align: center;
    color: #9892FF;
  }
  .policy h2 {
    text-align: center;
    background: #9892FF;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
  }
}
.large {
  font-size: 1.2em;
}
.small {
  font-size: 0.8em;
  vertical-align: middle;
}
.red {
  color: red;
}
.pink {
  color: #ED668E;
}
.grey {
  color: #999;
}
.bold {
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w16_6 {
  width: 16.6%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
@media (max-width: 979px) {
  .w40 {
    width: 40% !important;
  }
}
.mr0 {
  margin-right: 0px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.tumeuchi {
  letter-spacing: -0.03em;
}
.choutai-1 {
  transform: scale(0.9, 1);
}
.choutai-2 {
  transform: scale(0.8, 1);
}
.choutai-3 {
  transform: scale(0.75, 1);
}
