@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: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  clear: right;
}
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
.home {
  margin-top: 0;
}
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;
}
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_c {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.flex_right {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
/*img {
 max-width: 100%;
  vertical-align: bottom;
}*/
.home .kv .slide img {
  max-width: 100%;
  vertical-align: bottom;
  border-radius: 25px;
}
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.6;
  transition: 0.3s ease-in-out;
}
a[href^="tel:"] {
  cursor: default;
}
.mb30 {
  margin-bottom: 30px;
}
.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: 1240px;
  color: #595757;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-feature-settings: normal;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
.btn {
  font-size: 18px;
  background: #8b6c2e;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media all and (-ms-high-contrast: none) {
  .btn {
    padding: 10px 20px 6px 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: auto;
    font-size: calc(30/750 * 100vw);
    padding: 2vw 9vw 2vw 4vw;
    max-width: 500px !important;
    transition: 0;
  }
}
.btn:before, .btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.btn:before {
  width: 15px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 26px;
}
@media screen and (max-width: 767px) {
  .btn:before {
    right: 4vw;
    width: 28px;
    transition: 0;
  }
}
.btn:after {
  width: 8px;
  height: 1px;
  background: #fff;
  top: 50%;
  margin-top: -3px;
  right: 25px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn:after {
    width: 3vw;
    right: 3.5vw;
    margin-top: -1vw;
    transition: 0;
  }
}
.btn:hover {
  background: #c5b596;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.btn:hover:before {
  right: 16px;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 767px) {
  .btn:hover:before {
    right: 3vw;
    transition: 0;
  }
}
.btn:hover:after {
  right: 15px;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 767px) {
  .btn:hover:after {
    right: 2.5vw;
    transition: 0;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .arrow:hover:after {
    right: 1vw;
    transition: 0;
  }
}
@media screen and (min-width: 768px) {
  #header {
    box-sizing: border-box;
    color: #595757;
    background: #fff;
    width: 900px;
    margin: 0 auto 32px;
  }
}
.under #header {
  width: 900px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .under #header {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #header {
    position: relative;
  }
  .home #header {
    display: inline-block;
  }
}
#header .header_search {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#header .header_search input {
  vertical-align: bottom;
}
#header .header_search .header_search_txt {
  font-size: 13px;
  width: 150px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 1px #ccc solid;
  border-right: 0;
  padding: 3px 6px;
  -webkit-appearance: none;
}
#header .header_search .header_search_btn {
  border: 0;
  padding: 0;
  margin: 0;
  height: 25px;
  background: #eb6f00;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 3px 10px;
  -webkit-appearance: none;
}
#header .header_search .b {
  display: none;
}
#header .logomark {
  width: 202px;
}
.home #header .logomark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .info .add .tel {
    margin-right: 0;
    font-size: 10px;
  }
}
#header .link ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}
#header .link ul li {
  margin: 0px 7px;
}
#header .link ul li:first-child {
  margin-left: 0;
  width: 70px;
}
#header .link ul li:first-child img {
  width: 70px;
}
#header .link ul li:last-child {
  margin-right: 0;
}
#header .link ul li a {
  transition: 0.4s;
  opacity: 1.0;
}
#header .link ul li a:hover {
  transition: 0.4s;
  opacity: 0.6;
}
#header .link ul li img {
  width: 65px;
  vertical-align: bottom;
}
#header .change .fst {
  margin-bottom: 6px;
  font-size: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#header .change .fst ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#header .change .fst ul li {
  background: #fff;
  border: 1px solid #ddd;
  width: 50px;
  text-align: center;
  line-height: 1;
  padding: 3px 0;
  margin: 0 6px;
  transition: 0.4s;
  cursor: pointer;
}
#header .change .fst ul li:hover {
  transition: 0.4s;
  background: #ddd;
}
#header .change .fst ul li:last-child {
  margin-right: 0;
}
#header .change .fst ul li.active {
  background: #ddd;
}
#header .change .sec {
  max-width: 200px;
}
#header .change .sec .cse .gsc-search-button-v2, #header .change .sec .gsc-search-button-v2 {
  padding: 6px 14px;
}
#header .change .sec .cse .gsc-control-wrapper-cse, #header .change .sec .gsc-control-wrapper-cse {
  width: 195px;
}
#header .change .sec #___gcse_0 .gsc-control-cse {
  padding: 0;
}
#header .change .sec #___gcse_0 .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
#header .change .sec #___gcse_0 input.gsc-input {
  font-size: 13px;
  height: 1em;
}
#header .change .sec #___gcse_0 .gsib_a {
  padding: 2px 9px 1px 9px;
}
#header .change .sec #___gcse_0 .gsst_a .gscb_a {
  position: absolute;
  top: 0;
  right: 0;
}
#header .change .sec #___gcse_0 .gsc-search-button {
  cursor: pointer;
}
#header .nav {
  margin-top: 20px;
}
#header .nav2 {
  margin-top: 0;
}
.home #header .nav {
  display: inline-block;
  width: 880px;
  margin: auto;
}
.home #header .nav2 {
  display: inline-block;
}
#header .nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  font-weight: bold;
}
#header .nav ul li {
  text-align: center;
  width: 18%;
}
#header .nav ul li a {
  padding: 4px 0;
  display: block;
  color: #fff;
  transition: 0.4s;
  opacity: 1.0;
}
#header .nav ul li a:hover {
  transition: 0.4s;
  opacity: 0.6;
}
/*#footer {
  box-sizing: border-box;
  color: #595757;
  width: 100%;
  height: 80px;
  padding: 50px 0;
  margin-bottom: 0px;
  position: relative;
}*/
/*
.footer .namelogo img {
  border: solid 2px red;
}
#footer .infooter a {
  color: #00a6e2;
  font-size: 11px;
  font-weight: bold;
}
#footer .infooter p {
  color: #00a6e2;
  font-size: 10px;
  font-weight: bold;
}
#footer .logo_area {
  width: 280px;
  height: 95px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
#footer .footerlogo {
  top: -88px;
  width: 120px;
}
#footer .footerlogo1 {
  width: 160px;
}

#footer .infooter {
  width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  #footer .infooter .left {
    flex-wrap: wrap;
    padding: calc(30/750 * 100vw);
    align-items: flex-start;
    justify-content: space-between;
  }
}
#footer .infooter .left .logomark {
  width: 72px;
  margin-right: 18px;
}
#footer .infooter .footerlogo .toggle-pc {
  width: 97px;
  height: 97px;
}
#footer .infooter .footerlogo img:last-child {
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .logomark {
    width: 25%;
    margin-right: 0;
    margin-left: 2%;
  }
  #footer .infooter .footerlogo .toggle-pc {
    width: 97px;
    height: 97px;
  }
}
#footer img {
  width: 150px;
}
#footer .infooter .left .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .flex {
    display: block;
    width: 66%;
  }
}
#footer .infooter .left .logottl {
  color: #231815;
  margin-right: 18px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .logottl {
    margin-right: 0;
  }
}
#footer .infooter .left .logottl p {
  font-size: 12px;
  line-height: 1.3;
  background: url(../img/common/logo02.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 56px;
  padding: 6px 0 4px 56px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .logottl p {
    font-size: calc(20/750 * 100vw) !important;
    padding-left: 10vw;
  }
}
#footer .infooter .left .logottl h1 {
  font-size: 27px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .logottl h1 {
    font-size: calc(50/750 * 100vw) !important;
  }
}
#footer .infooter .left .info {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .info {
    margin-top: 0.5vw;
  }
}
#footer .infooter .left .info .add {
  font-size: 12px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .info .add {
    font-size: calc(22/750 * 100vw) !important;
  }
}
#footer .infooter .left .info .tel {
  font-size: 20px;
  background: url(../img/common/tel.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .infooter .left .info .tel {
    font-size: calc(40/750 * 100vw) !important;
    padding-left: 5vw;
  }
}
#footer .infooter .right {
  width: 500px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #footer .infooter .right {
    width: auto;
    margin-left: 0;
    margin-top: 4vw;
  }
}
#footer .infooter .right .pc_link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #footer .infooter .right .pc_link {
    display: none;
  }
}
#footer .infooter .right .pc_link ul {
  font-size: 15px;
}
#footer .infooter .right .pc_link ul li {
  margin-bottom: 4px;
}
#footer .infooter .right .pc_link ul li:last-child {
  margin-bottom: 0;
}
#footer .infooter .right .pc_link ul li a {
  padding-left: 1em;
  position: relative;
}
#footer .infooter .right .pc_link ul li a:hover {
  text-decoration: underline;
}
#footer .infooter .right .pc_link ul li a:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.4em;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #595757;
}
#footer .infooter .right .sp_link {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .infooter .right .sp_link {
    display: block;
  }
  #footer .infooter .right .sp_link ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  #footer .infooter .right .sp_link ul li {
    width: 49%;
  }
  #footer .infooter .right .sp_link ul li a {
    background: #fff;
    color: #595757;
    text-align: center;
    display: block;
    padding: 2vw 0;
    border-radius: 10px;
  }
}
#footer .infooter .right .copy {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer .infooter .right .copy {
    text-align: center;
    margin-top: 4vw;
    font-size: calc(16/750 * 100vw) !important;
  }
}*/
main {
  color: #595757;
  width: 1240px;
  margin: 0 auto;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1em;
  line-height: 1.7;
  /*  text-align: center;
*/ /* Widget Styles */
}
.under main {
  width: auto;
}
@media all and (-ms-high-contrast: none) {
  main {
    font-feature-settings: normal;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  main {
    width: calc(650/750 * 100vw);
    min-width: 0;
    font-size: calc(36/750 * 100vw);
  }
}
main .align_left {
  text-align: left;
}
main .align_right {
  text-align: right;
}
main .align_center {
  text-align: center;
}
main .w5 {
  width: 5%;
}
main .w10 {
  width: 10%;
}
main .w15 {
  width: 15%;
}
main .w16_6 {
  width: 16.6%;
}
main .w20 {
  width: 20%;
}
@media(max-width:767px) {
  main .form .w20 {
    width: 30%;
  }
      main .form .w33 {
    width: 90%;
  }
          main .form .w60 {
    width: 100%;
  }
}
main .w25 {
  width: 25%;
}
main .w30 {
  width: 30%;
}
main .w35 {
  width: 35%;
}
main .w33 {
  width: 33%;
}
main .w40 {
  width: 40%;
}
main .w45 {
  width: 45%;
}
main .w50 {
  width: 50%;
}
main .w55 {
  width: 55%;
}
main .w60 {
  width: 60%;
}
main .w65 {
  width: 65%;
}
main .w70 {
  width: 70%;
}
main .w75 {
  width: 75%;
}
main .w80 {
  width: 80%;
}
main .w85 {
  width: 85%;
}
main .w90 {
  width: 90%;
}
main .w95 {
  width: 95%;
}
main .w100 {
  width: 100%;
}
main .mr0 {
  margin-right: 0px;
}
main .mr10 {
  margin-right: 10px;
}
main .mr20 {
  margin-right: 20px;
}
main .inb {
  display: inline-block;
}
main .breadcrumbs {
  margin-bottom: 1em;
}
main .breadcrumbs ul {
  display: table;
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  main .breadcrumbs ul {
    font-size: calc(30/750 * 100vw) !important;
  }
}
.big main .breadcrumbs ul {
  font-size: 18px;
}
main .breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 13px;
  float: left;
}
@media screen and (max-width: 767px) {
  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: 767px) {
  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;
}
.gairai main .breadcrumbs ul li a {
  color: #00B0BB;
}
.iryou main .breadcrumbs ul li a {
  color: #58bfa6;
}
.nyuin main .breadcrumbs ul li a {
  color: #6BBC6E;
}
.sinryo main .breadcrumbs ul li a {
  color: #ABCD03;
}
.bumon main .breadcrumbs ul li a {
  color: #F6AB00;
}
.gaiyo main .breadcrumbs ul li a {
  color: #CC89BF;
}
.recruit main .breadcrumbs ul li a {
  color: #44C0F0;
}
main .breadcrumbs ul li a:hover {
  transition: all 0.2s;
}
main .inblock_r {
  width: 1080px;
  margin: 0 auto;
}
.under main .inblock_r {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  main .inblock_r {
    /*    width: calc(750/750 * 100vw);
*/ width: calc(650/750 * 100vw);
  }
}
main .red {
  color: red;
}
main .yellow {
  background: yellow;
  color: #595757;
}
main .marker {
  background-color: Yellow;
  color: #595757;
}
main .bold {
  font-weight: bold;
}
.orange {
  color: #FF863E;
}
main b {
  font-weight: bold !important;
}
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: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	フォトエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*ページのフリーコールマーク*/
.fcm img {
  width: 24px;
  height: 15px;
  border-radius: 0;
}
main.photo {
  height: auto;
  width: 1100px;
  margin: 0 auto;
}
main .photo_main {
  height: auto;
  width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  position: relative;
}
main .photo_main .radius {
  height: 30px;
  width: 102px;
  font-size: 15px;
  color: #00a6e2;
  font-weight: bold;
  text-align: center;
  background: #fff9b1;
  border: solid 1px #00a6e2;
  border-radius: 25px;
  margin: 5px 5px 5px 44px;
}
.photo_main .photo_title {
  font-size: 20px;
  font-weight: bold;
  color: #00a6e2;
  text-align: left;
}
.photo_text {
  color: #00a6e2;
  font-size: 15px;
  text-align: left;
}
.photo .photo_main .p1 {
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 15px 0;
}
.photo .photo_main .p1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  max-width: none;
  width: 105%;
  height: auto;
}
.frame {
  position: absolute;
  z-index: 1;
}
.photo .photo_main .li_0 {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 18%;
}
.kakuenset {
  position: relative;
}
.kakuenset a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.photo_radius {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 55px;
  right: -25px;
}
.frame {
  position: relative;
  z-index: 1;
}
.photo .photo_main .li_1 {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 18%;
}
/*.photo_main img :hover{
	opacity: 0.5;
}*/
/*.under main .inblock {
  padding-top: 20px;
}*/
@media screen and (max-width: 767px) {
  main .photo_main {
/*    width: calc(650/750 * 100vw);
    height: auto;*/
width: calc(750/750 * 100vw);
    margin: 0 auto;
    display: block;
  }
  main .photo_main .kakuenset {
    margin: 0 auto 4vw -5vw;
    display: block;
width: 100%;
      /*    height: calc(700/750 * 100vw);
*/
  }
  .kakuenset .frame {
    position: relative;
    z-index: 1;
    width: calc(750/750 * 100vw);
    height: calc(800/750 * 100vw);
      margin: 0 auto;
  }
  .photo .photo_main .li_0, .photo .photo_main .li_1 {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
    max-width: none;
    width: auto;
  }
  .kakuenset {
    position: relative;
  }
  .photo_main .photo_title {
    font-size: calc(35/750 * 100vw);
    font-weight: bold;
    color: #00a6e2;
    text-align: left;
  }
  .photo_radius {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 110px;
    right: -5vw;
  }
  .photo .photo_main .p1 {
    width: calc(360/500 * 100vw);
    height: calc(240/500 * 100vw);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 5px 0;
  }
  .photo .photo_main .p1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
    max-width: none;
    width: 105%;
    height: auto;
  }
  .photo_text {
    width: auto;
    font-size: calc(20/750 * 100vw);
  }
  main .inblock {
    width: auto;
  }
  .home main .inblock {
    flex-direction: column-reverse;
  }
  .under main .inblock {
    flex-direction: column;
  }
}
main .inblock .left {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .inblock .left {
    width: calc(600/750 * 100vw);
    /*    width: auto;
   margin: 0 calc(30/750 * 100vw);*/
    margin: 10px auto;
  }
}
main .inblock .right {
  width: 260px;
}
@media screen and (max-width: 767px) {
  main .inblock .right {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  main .inblock .side {
    margin: 6vw calc(30/750 * 100vw) calc(30/750 * 100vw);
  }
}
main .inblock .side .box {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  main .inblock .side .box {
    font-size: calc(30/750 * 100vw) !important;
  }
}
.big main .inblock .side .box {
  font-size: 20px;
}
.under main .inblock .side .box {
  margin-bottom: 30px;
}
main .inblock .side .ttl {
  background: #F7C9DD;
  font-size: 18px;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  main .inblock .side .ttl {
    font-size: calc(38/750 * 100vw) !important;
    padding: 2vw;
  }
}
.big main .inblock .side .ttl {
  font-size: 20px;
}
main .inblock .side .link_box .ttl {
  background: #FEEFD0;
  border-radius: 0;
  border-bottom: 1px solid #595757;
}
main .inblock .side .link_box ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
main .inblock .side .link_box ul li a {
  display: block;
  padding: 8px 2em 8px 0;
  opacity: 1.0;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .inblock .side .link_box ul li a {
    padding: 2vw;
  }
}
main .inblock .side .link_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .inblock .side .link_box ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  main .inblock .side .link_box ul li a:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
@media screen and (max-width: 767px) {
  main .inblock .side .banner ul {
    display: block;
  }
}
main .inblock .side .banner ul li {
  margin-top: 60px;
}
main .inblock .side .banner ul li a {
  display: block;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  main .inblock .side .banner ul li a {
    text-align: right;
  }
}
main .inblock .side .banner ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .inblock .side .banner ul li a img {
  width: 100%;
}
main .inblock .side .banner ul li a .circle {
  background: #ddd;
  position: absolute;
  text-align: center;
  color: #fff;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .inblock .side .banner ul li a .circle {
    width: 25vw;
    height: 25vw;
    top: 50%;
    margin-top: -12.5vw;
    left: auto;
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .inblock .side .banner ul li a .circle.c1 {
  background: #CC89BF;
}
main .inblock .side .banner ul li a .circle.c2 {
  background: #44C0F0;
}
main .inblock .side .banner ul li a .circle.c3 {
  background: #EE8195;
}
main .inblock .side p {
  text-align: left;
}
main .inblock .side p span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  main .inblock .side p span {
    font-size: calc(22/750 * 100vw) !important;
  }
}
main .inblock .side p.waku {
  border: 1px solid #ddd;
  padding: 2px 6px;
  margin: 6px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .inblock .side p.waku {
    padding: 1vw 2vw;
    margin: 2vw 0;
  }
}
main .inblock .side table td {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  main .inblock .side table td {
    padding-left: 2vw;
  }
}
main .inblock .side a.link {
  font-weight: bold;
  background: #FEEFD0;
  text-align: center;
  display: block;
  padding: 6px 2px;
  margin-top: 10px;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  main .inblock .side a.link {
    padding: 2vw;
  }
}
main .inblock .side a.link:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .inblock .side a.link:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  main .inblock .side a.link:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
main .inblock .side a.link.tel:after {
  content: none;
}
main .inblock .side a.link.tel span {
  position: relative;
}
main .inblock .side a.link.tel span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -1.5em;
  top: 50%;
  margin-top: -1em;
  width: 1em;
  height: 2em;
  background: #FEEFD0 url(../img/common/tel.png) center center no-repeat;
  background-size: contain;
}
.home main .kv {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
  margin-top: -120px;
  /*background-color: #FEF6B5;*/
}
.home main .kv .slide img {
  border-radius: 30px;
  border: 7px solid #fef6b5;
}
@media screen and (max-width: 767px) {
  .home main .kv {
    width: auto;
    margin-top: -15vw;
    margin-bottom: calc(20/750 * 100vw);
  }
}
.home main .kv .text {
  text-align: left;
}
.home main .kv .text .t1 {
  font-size: 58px;
  position: absolute;
  top: 75px;
  left: 100px;
  z-index: 100;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home main .kv .text .t1 {
    color: #fff;
    font-size: calc(58/750 * 100vw);
    left: calc(236/750 * 100vw);
    top: calc(20/750 * 100vw);
  }
}
.home main .kv .text .t2 {
  font-size: 27px;
  position: absolute;
  top: 156px;
  left: 103px;
  color: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .home main .kv .text .t2 {
    font-size: calc(25/750 * 100vw);
    left: calc(240/750 * 100vw);
    top: calc(105/750 * 100vw);
  }
}
.home main .kv .text .t3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .home main .kv .text .t3 {
    width: calc(200/750 * 100vw);
    display: block;
    position: absolute;
    top: calc(20/750 * 100vw);
    left: calc(20/750 * 100vw);
    z-index: 100;
  }
}
.home main .kv .circle {
  width: 180px;
  position: absolute;
  top: 550px;
  right: -77px;
  z-index: 100;
}
.home main .kv .circle2 {
  width: 180px;
  position: relative;
  top: 70px;
  left: -75px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .home main .kv .circle {
    display: none;
  }
}
.home main .kv .circle a {
  opacity: 1.0;
  transition: 0.4s;
}
.home main .kv .circle a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.home main .kv .nav {
  position: absolute;
  width: 100%;
  bottom: -60px;
}
.home main .kv .nav2 {
  display: inline-block;
  position: relative;
  width: 100%;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .home main .kv .nav {
    position: relative;
    bottom: auto;
  }
  .home main .kv .nav2 {
    display: inline-block;
    position: relative;
    bottom: auto;
  }
}
.home main .kv .nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin: auto;
  /*    height: 114px;
*/
}
@media screen and (max-width: 767px) {
  .home main .kv .nav ul {
    display: block;
    margin: 0 calc(30/750 * 100vw);
  }
}
.home main .kv .nav ul li {}
@media screen and (max-width: 767px) {
  .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 {
  display: block;
  color: #fff;
  width: 114px;
  height: 114px;
  padding: 0;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .home main .kv .nav ul li a {
    width: 100%;
    height: auto;
    padding: 4.6vw 4.6vw 4.6vw 18vw;
    text-align: left;
  }
}
.home main .kv .nav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
  width: 114px;
  height: 114px;
}
.home main .kv .nav ul li.n1 a {
  background-position: center top 30px no-repeat;
  width: 114px;
  height: 114px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .home main .kv .nav ul li.n1 a {
    background: #00B0BB url(../img/common/navi_logo_1.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
.home main .kv .nav ul li.n2 a {
  background-repeat: no-repeat;
  background-position: center top 30px no-repeat;
  width: 114px;
  height: 114px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .home main .kv .nav ul li.n2 a {
    background: #6BBC6E url(../img/common/navi_logo_2.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
.home main .kv .nav ul li.n3 a {
  background-repeat: no-repeat;
  background-position: center top 30px no-repeat;
  width: 114px;
  min-width: 0px;
  height: 114px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
/*@media screen and (max-width: 767px) {
  .home main .kv .nav ul li.n3 a {
    background: #ABCD03 url(../img/common/navi_logo_3.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}*/
.home main .kv .nav ul li.n4 a {
  background-repeat: no-repeat;
  background-position: center top 30px no-repeat;
  width: 114px;
  height: 114px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.home main .under_content .block.text_img .text ul li .kyushoku {
  list-style: circle;
}
.home main .kv .nav ul li.n6 a {
  background-repeat: no-repeat;
  background-position: center top 30px no-repeat;
  background-image: url(../img/common/navi_ichinichi.png);
  width: 114px;
  height: 114px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.home main .kv .nav ul li.n7 a {
  background-position: center top 30px no-repeat;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
/*@media screen and (max-width: 767px) {
  .home main .kv .nav ul li.n4 a {
    background: #F6AB00 url(../img/common/navi_logo_4.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}*/
.home main .kv .nav ul li.n5 a {
  background-repeat: no-repeat;
  background-position: center top 30px no-repeat;
  width: 114px;
  height: 114px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
/*@media screen and (max-width: 767px) {
  .home main .kv .nav ul li.n5 a {
    background: #58bfa6 url(../img/common/navi_logo_5.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}*/
.home main .kv .nav ul li.n6 a {
  padding-left: 4vw;
  width: 114px;
  height: 114px;
  background-image: url(url);
}
.home main .home_banner {
  width: 1200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .home main .home_banner {
    width: 100%;
    margin: 8vw calc(30/750 * 100vw) 0;
  }
}
.home main .home_banner ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home main .home_banner ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home main .home_banner ul li {
    margin-bottom: 4vw;
  }
}
.home main .home_banner ul li a {
  display: block;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .home main .home_banner ul li a {
    text-align: right;
  }
}
.home main .home_banner ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
@media screen and (max-width: 767px) { /*虹の位置を決めてます*/
  .home main .home_banner ul li a img {
    width: 80%;
  }

}
.home main .home_banner ul li a .circle {
  background: #ddd;
  position: absolute;
  text-align: center;
  color: #fff;
  top: -30px;
  left: -40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home main .home_banner ul li a .circle {
    width: 25vw;
    height: 25vw;
    top: 50%;
    margin-top: -12.5vw;
    left: auto;
    font-size: calc(30/750 * 100vw) !important;
  }
}
.home main .home_banner ul li a .circle.c1 {
  background: #CC89BF;
}
.home main .home_banner ul li a .circle.c2 {
  background: #44C0F0;
}
.home main .home_banner ul li a .circle.c3 {
  background: #EE8195;
}
main .news .news_tab {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .news .news_tab {
    font-size: calc(30/750 * 100vw);
    flex-wrap: wrap;
  }
}
main .news .news_tab li {
  cursor: pointer;
  width: 24%;
  border: 1px solid #ddd;
  border-radius: 0 10px 0 0;
  padding: 6px 12px;
  opacity: 1.0;
  transition: 0.4s;
}
main .news .news_tab li:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .news .news_tab li.active {
  background: #EE8195;
  border: 1px solid #EE8195;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main .news .news_tab li {
    width: 48.5%;
    border-radius: 0;
    padding: 2vw;
    margin: 1vw 0;
  }
}
main .news .content {
  font-size: 16px;
  text-align: left;
}
.big main .news .content {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main .news .content {
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .news .content ul {
  display: none;
}
main .news .content ul.show {
  display: block;
}
main .news .content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  main .news .content ul li {
    padding: 2vw 0;
  }
}
main .news .content ul li a {
  color: #595757;
  text-decoration: none;
  display: block;
  opacity: 1.0;
  transition: 0.4s;
}
main .news .content ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .news .content ul li a dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .news .content ul li a dl {
    display: block;
  }
}
main .news .content ul li a dl:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 6px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  main .news .content ul li a dl:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
@media screen and (max-width: 767px) {
  main .news .content ul li a dl dt {
    font-size: calc(22/750 * 100vw) !important;
  }
}
main .news .content ul li a dl dd {
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .news .content ul li a dl dd {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  main .under_ttl {
    margin-bottom: auto;
    background-color: #FEF6B5;
    width: 100vw;
    height: 36vw;
  }
  main .under_ttl {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  main .under_ttl {
    padding: calc(30/750 * 100vw);
  }
}
main .under_ttl .in {
  width: 1100px;
  margin: 0 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: 767px) {
  main .under_ttl .in {
    width: auto;
    display: block;
  }
}
main .under_ttl .in .text {
  font-weight: bold;
  width: 430px;
}
@media screen and (max-width: 767px) {
  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: 767px) {
  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: 767px) {
  .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: 767px) {
  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: 767px) {
  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: 767px) {
  main .under_ttl .in .img {
    width: auto;
    margin-top: 3vw;
  }
}
main .under_content, main .under_content_r {
  font-size: 17px;
  letter-spacing: 0.04em;
  text-align: left;
  text-align: justify;
}
.big main .under_content, .big main .under_content_r {
  font-size: 24px;
}
main .under_content p.hidari_maru2:before, main .under_content_r p.hidari_maru2:before {
  content: '◯';
}
main .under_content p.hidari_maru:before, main .under_content_r p.hidari_maru:before {
  content: '●';
}
.recruit main .under_content p.hidari_maru:before, .recruit main .under_content_r p.hidari_maru:before {
  color: #44C0F0;
}
main .under_content ul.hidari_maru, main .under_content_r ul.hidari_maru {
  padding-left: 0.7em;
}
main .under_content ul.hidari_maru li:before, main .under_content_r ul.hidari_maru li:before {
  content: '◯';
}
main .under_content ul.hidari_maru li ul, main .under_content_r ul.hidari_maru li ul {
  padding-left: 2.2em;
}
main .under_content ul.hidari_maru li ul li:before, main .under_content_r ul.hidari_maru li ul li:before {
  content: none;
}
main .under_content h4.hidari_maru, main .under_content_r h4.hidari_maru {
  background: #FFFDE6 !important;
}
.recruit main .under_content h4.hidari_maru, .recruit main .under_content_r h4.hidari_maru {
  border: 1px solid #44C0F0;
}
main .under_content h4.hidari_maru:before, main .under_content_r h4.hidari_maru:before {
  content: '●';
}
.recruit main .under_content h4.hidari_maru:before, .recruit main .under_content_r h4.hidari_maru:before {
  color: #44C0F0;
}
main .under_content .large, main .under_content_r .large {
  font-size: 28px;
}
main .under_content .green {
  color: #6bbc6e;
}
main .under_content .semilarge {
  font-size: 22px;
}
.pink {
  color: #F9484B;
}
.big main .under_content .large, .big main .under_content_r .large {
  font-size: 30px;
}
main .under_content .small, main .under_content_r .small {
  font-size: 16px;
}
.big main .under_content .small, .big main .under_content_r .small {
  font-size: 22px;
}

main .under_content .spanmaru, main .under_content_r .spanmaru {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #333;
  padding: 2px 22px;
  font-weight: bold;
  margin-right: 6px;
}
main .under_content .red, main .under_content_r .red {
  color: red;
}
main .under_content .bg_red, main .under_content_r .bg_red {
  background: red;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
各園のご案内(kakuen.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.kaku_title {
  font-size: 36px;
  font-weight: bold;
  color: #00a6e2;
  /*  position: relative;
*/ text-align: center;
  margin: -30px auto 10px;
  width: 600px;
  z-index: 100;
}
.kaku_title_above {
  font-size: 36px;
  font-weight: bold;
  color: #00a6e2;
  /*  position: relative;
*/ text-align: center;
  margin: -90px auto 10px;
  width: 600px;
  line-height: 1.2;

}
.ryokin_sub_kaku_title {
  font-size: 28px;
  font-weight: bold;
  color: #F0729D;
  text-align: center;
  margin: 2px auto;
}
.ttl_en {
  font-size: 24px;
  font-weight: 600;
  color: #00a6e2;
  margin: -7px 0 -40px 0;
  text-align: center;
}
.condition {
  font-size: 16px;
  color: #777;
  font-weight: 600;
  margin: 40px 0 -20px 0;
  text-align: center;
}
.kakuen_info {
  height: auto;
  width: 900px;
  margin: 0 auto;
}
.kakuen_sbtitle {
  height: auto;
  width: 900px;
  margin: 0 auto 15px;
  display: -block;
}
.kakuen_sbtitle_h2 {
  color: #00a6e2;
  font-size: 18px;
  text-align: left;
  font-weight: 700;
}
.kakuen_sbtitle_text p {
  display: inline-block;
}
.kakuen_sbtitle_text {
  color: #333;
  font-size: 17px;
  text-align: left;
  width: 650px;
}
@media (max-width: 767px) {
  .kaku_title {
    font-size: calc(40/750 * 100vw);
    line-height: 1.4;
    font-weight: bold;
    color: #00a6e2;
    position: relative;
    margin: -10px auto 40px;
    width: calc(600/750 * 100vw);
  }
  .kaku_title_above {
    font-size: calc(40/750 * 100vw);
    line-height: 1.4;
    font-weight: bold;
    color: #00a6e2;
    text-align: center;
    margin: 10px auto 10px;
    width: calc(600/750 * 100vw);
    z-index: 100;
  }
  .kakuen_info {
    height: auto;
    width: calc(650/750 * 100vw);
    margin: 0 auto;
  }
  .kakuen_sbtitle {
    height: auto;
    width: calc(650/750 * 100vw);
    margin: 0 auto 15px;
    display: block;
    justify-content: flex-start;
  }
  .kakuen_sbtitle_h2 {
    color: #00a6e2;
    font-size: 18px;
    text-align: left;
    width: auto;
  }
  text.kakuen_sbtitle_text {
    color: #333;
    font-size: 17px;
    text-align: left;
    width: calc(650/750 * 100vw);
  }
}
.ul_button ul {
  width: 900px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.ul_button li {
  height: 44px;
  width: auto;
  font-size: 15px;
  background: #00a6e2;
  border-radius: 25px;
  display: inline-block;
}
.ul_button li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding-top: 8px;
  text-align: center;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
各園の施設(sisetsu.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sisetu_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 100px;
}
/*main .en_main_photo img {
  width: 598px;
  height: 413px;
    margin: 0 auto;
  border-radius: 20px;
    
}*/
main.home .pastelbox {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
main .en_main_photo {
  width: 600px;
  height: 400px;
  position: absolute;
  overflow: hidden;
  margin: 0 auto 30px;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}
main .en_main_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  max-width: none;
  width: 105%;
  height: auto;
}
@media (max-width: 767px) {
  main.home .pastelbox {
    width: calc(700/750 * 100vw);
    margin: 0 auto;
    position: relative;
  }
  main .pastelbox img.pastel {
    width: calc(825/825 * 100vw);
    height: calc(557/825 * 100vw);
    margin: 0 auto 0 -4.5vw;
    position: relative;
  }
  main .en_main_photo {
    width: calc(600/825 * 100vw);
    height: calc(400/825 * 100vw);
    position: absolute;
    overflow: hidden;
    margin: 0 auto 3vw -3vw;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    max-width: none;
  }
  main .en_main_photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.sisetu_info {
  width: 900px;
  height: auto;
  margin: 0 auto;
}
.sisetu_info_area {
  width: 695px;
  height: auto;
  margin: 0 auto;
}
.sisetu_info section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
  margin-bottom: 30px;
}
.sisetu_info_area section img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.sisetu_info h2 {
  color: #00a6e2;
  font-size: 32px;
  font-weight: bold;
}
.sisetu_info p {
  font-size: 17px;
  text-align: left;
}
.sub_photo_area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.sub_photo {
  width: 340px;
  height: 240px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.sub_photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 105%;
  height: auto;
}
.kyuujinn_area p {
  font-size: 17px;
  text-align: left;
}
/*.sisetu_sub_photo img {
  width: 333px;
  height: 253px;
}*/
@media (max-width: 767px) {
  .sisetu_info {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .sisetu_info_area {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .sub_photo_area {
    display: block;
  }
  .sub_photo {
    margin: 0 auto;
  }
  .sisetu_sub_photo img {
    width: calc(550/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .sisetu_info p {
    width: calc(650/750 * 100vw);
  }
  .kyuujinn_area p {
    width: calc(650/750 * 100vw);
  }
}
.under_info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  margin: 43px 5px 22px 5px;
}
@media (max-width: 767px) {
  .under_info {
    display: block;
  }
}
.access_area {
  width: 330px;
  margin-right: 30px
}
.access_area h3 {
  margin-bottom: 10px;
}
.sisetu_info h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.sisetu_info div {
  margin-bottom: 10px;
}
.access_area p {
  text-align: left;
  font-size: 16px;
  color: #595757;
}
.access_area .span0 {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #00a6e2;
}
.access_area .span1 {
  text-align: left;
  font-size: 15px;
  color: #00a6e2;
}
.map_area {
  width: 333px;
  height: 321px;
}
.sisetu_map img {
  width: 333px;
  height: 321px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
施設下のボタンここから
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.blue_button ul {
  width: 695px;
  height: 55px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /*  flex-direction: row;
*/
}
.blue_button li {
  width: 243px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  background: #00a6e2;
  border-radius: 25px;
  display: inline-block;
  padding-top: 7px;
  margin: 10px 56px 20px 0;
}
.blue_button li a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 767px) {
  .blue_button {
    width: calc(500/750 * 100vw);
    height: auto;
    margin: 15px auto 20px;
  }
  .blue_button ul {
    width: calc(500/750 * 100vw);
    height: auto;
    display: block;
    margin-bottom: 15px;
  }
  .blue_button ul li {
    display: block;
    margin: 15px auto;
  }
  .sisetu_map iframe {
    width: calc(650/750 * 100vw);
    height: calc(650/750 * 100vw);
    margin: 0 auto;
  }
}
.kyuujinn_area {
  width: 695px;
  height: auto;
  margin: 0 auto;
}
.kyuujinn_area section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
  margin-bottom: 15px;
}
.kyuujinn_area section img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.kyuujinn_area h2 {
  color: #00a6e2;
  font-size: 32px;
  font-weight: bold;
}
.kyuujinn_area .kyuujinn_text {
  font-size: 17px;
  text-align: left;
}
.pink_button {
  width: 695px;
  height: 55px;
  margin: 10px 0;
}
.pink_button ul {
  width: auto;
  height: 55px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.pink_button li {
  width: 243px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  background: #f0729d;
  border-radius: 25px;
  display: inline-block;
  padding-top: 7px;
  margin-right: 56px;
}
.pink_button a li {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 767px) {
  .pink_button {
    width: calc(500/750 * 100vw);
    height: auto;
    margin: 35px auto 10px;
  }
  .pink_button ul {
    display: block;
    height: auto;
  }
  .pink_button ul li {
    display: block;
    margin: 15px auto;
  }
}
.work_process_area {
  width: 695px;
  height: 242px;
  margin: 40px auto 20px;
}
.work_process_area p {
  text-align: left;
  color: #f0729d;
  font-size: 20px;
  font-weight: bold;
}
.work_process {
  width: auto;
  height: 192px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.work_process img {
  width: 132px;
  height: 192px;
}
@media (max-width: 767px) {
  .kyuujinn_area {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .work_process_area {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .work_process_area p {
    text-align: center;
  }
  .work_process {
    height: 100%;
  }
  .work_process img {
    width: calc(550/1000 * 100vw);
    height: calc(1786/1000 * 100vw);
    margin: 15px auto 0;
  }
}
.pink_process {
  width: 131px;
  height: 192px;
  border: #f0729d solid 1px;
  border-radius: 20px;
  background: #fff;
}
.pink_process ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.pink_process li {
  width: 43px;
  height: 170px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #f0729d;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 9px;
  padding-right: 7px;
  color: #fff;
}
.pink_process p {
  width: 23px;
  writing-mode: vertical-rl;
  color: #595757;
  font-size: 12px;
  margin-top: 60px;
}
.other_process {
  width: 545px;
  height: 192px;
}
.other_process img {
  width: 42px;
  height: 169px;
}
.other_process ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.other_process li {
  width: 43px;
  height: 170px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /*  background: #f0729d;
*/ border-radius: 20px;
  font-size: 16px;
  margin-top: 9px;
  color: #fff;
}
.other_process ul li.orange {
  width: 43px;
  height: 170px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #f69700;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 9px;
  padding-right: 7px;
  color: #fff;
}
.other_process ul li.right_green {
  width: 43px;
  height: 170px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #8fc31f;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 9px;
  padding-right: 7px;
  color: #fff;
}
.other_process ul li.green {
  width: 43px;
  height: 170px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #6bbc6e;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 9px;
  padding-right: 7px;
  color: #fff;
}
.other_process ul li.right_blue {
  width: 43px;
  height: 170px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #44c0f0;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 9px;
  padding-right: 7px;
  color: #fff;
}
.other_process ul li.royal_blue {
  width: 43px;
  height: 170px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #6e95ce;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 9px;
  padding-right: 7px;
  color: #fff;
}
.other_process ul li.purple {
  width: 43px;
  height: 170px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #a27db6;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 9px;
  padding-right: 7px;
  color: #fff;
}
.other_process p {
  width: auto;
  color: #595757;
  font-size: 10px;
  margin-top: 83px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サービス(service.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.service_main {
  width: 900px;
  height: auto;
  margin: 0 auto;
}
.service_main .nav_area li, .use_main .nav_area li {
  text-align: center;
  line-height: 1.5;
}
.service_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 100px;
}
.nav_area {
  width: 840px;
  height: 60px;
  margin: 0 auto;
  z-index: 100;
}
.nav_area nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.nav_area ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.service_main .nav_area ul, .use_main .nav_area ul {
  margin: 0 auto;
}
.service_ul li {
  text-align: center;
}
.nav_area li {
  width: 148px;
  height: 58px;
  background: #fffcd8;
  border: solid 1px #f69700;
  border-radius: 10px;
  color: #595757;
  font-weight: bold;
  font-size: 20px;
  margin: 0 10px;
}
.nav_area li span {
  color: #f69700;
}
@media (max-width: 767px) { /*======スマホのサービスの上部ナビ====*/
  .nav_area {
    width: calc(600/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .nav_area nav, .use_main .nav_area ul {
    display: block;
  }
  .service_main .nav_area ul {
    display: block;
    margin: 0 auto;
  }
  .service_main .nav_area {
    margin: 0 auto;
  }
  .service_main .nav_area ul li, .use_main .nav_area li {
    margin: 10px auto;
    height: 58px;
    font-size: calc(32/750 * 100vw);
    line-height: 1.2;
    padding: 2vw 0;
  }
  .nav_area ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
  }
  .nav_area li {
    width: calc(280/750 * 100vw);
    height: 58px;
    margin: 10px 10px;
    font-size: calc(35/750 * 100vw);
    line-height: 1;
  }
}
.service {
  width: 900px;
  height: auto;
  margin: 20px 0 60px 0;
}
.service section h2 {
  font-size: 32px;
  font-weight: bold;
  color: #00a6e2;
  position: relative;
  left: 6px;
  bottom: 2px;
}
.service section {
  margin-left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.service img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.service p {
  font-size: 17px;
  text-align: left;
}
.service_text {
  width: 75%;
  height: auto;
  margin: 10px 0 10px 0;
}
.service_text p {
  margin: 0 0 10px 0;
}
.service_ul ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.service_ul li {
  width: auto;
  height: 36px;
  background: #f0729d;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  padding: 0 15px;
  margin: 0 0 0 20px;
}
.service_ul a:first-child {
  margin-left: -20px;
}
.service_img {
  display: block;
  flex-direction: row-reverse;
}
.service_img img {
  width: 190px;
  height: 190px;
  border-radius: 100%;
}
.service_img img:last-child {
  border: 1px solid #64B3E5;
}
.service article {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 20px 0 37px 0;
  }
  .service_main {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .service section {
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
  }
  .service1 section h2 {
    font-size: calc(40/750 * 100vw);
    color: #6bbc6e;
    font-weight: bold;
    position: relative;
    left: 2px;
    bottom: 4px;
    text-align: left;
  }
  .service img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
  }
  .service p {
    font-size: 17px;
    text-align: left;
  }
  .service_text { /*==========スマートフォン===================*/
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 10px auto;
  }
  .service_ul ul {
    display: block;
  }
  .service_ul li {
    width: 243px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    background: #f0729d;
    border-radius: 25px;
    padding-top: 7px;
    margin: 15px auto;
  }
  .service_img {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }
  .service_img {
    display: block;
    flex-direction: row-reverse;
  }
  .service_img img {
    width: calc(450/750 * 100vw);
    height: calc(450/750 * 100vw);
    border-radius: 100%;
    margin: 0 auto;
  }
  .service article {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サービス1{こんな時、ソラ保育園におまかせください}以下
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.service1 section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.service1 h2 {
  color: #6bbc6e;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.service1 article {
  width: 900px;
  height: auto;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.service1 .case1, .service1 .case2, .service1 .case3 {
  width: 400px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 20px 0;
}
.service1 .case1b {
  width: 460px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 20px 0;
}
.service1 .case4 {
  margin: 20px 0 100px 0;
}
.service1 .case1 img, .service1 .case1b img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 1px solid #64B3E5;
  margin: 5px 15px 0 0;
}
.service1 .case1 text h3, .service1 .case1b text h3 {
  font-size: 20px;
  font-weight: 600;
}
.service1 .case1 text p, .service1 .case1b text p {
  font-size: 15px;
  text-align: left;
}
.service1 .case4 {
  width: 400px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.service1 .case4 p {
  font-size: 20px;
  font-weight: bold;
  color: #f0729d;
  text-align: left;
}
.service1 section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.service1 section h2 {
  color: #6bbc6e;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .service1 {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .service1 section {
    width: calc(650/750 * 100vw);
    text-align: center;
    margin-: 0 auto;
  }
  .service1 h2 {
    color: #6bbc6e;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    left: 2px;
    bottom: 4px;
  }
  .service1 .case1, .service1 .case1b, .service1 .case1, .service1 .case2, .service1 .case3, .service1 .case4 {
    width: calc(650/750 * 100vw);
    height: auto;
    display: block;
    margin: 0 auto 40px;
  }
  .service1 .case1 img, .service1 .case1b img, .service1 .case2 img, .service1 .case3 img {
    width: calc(240/750 * 100vw);
    height: calc(240/750 * 100vw);
    border-radius: 100%;
    /*    margin-left: calc(150/750 * 100vw);
*/
  }
  .service1 .case1 text p, .service1 .case1b text p, .service1 .case2 text p, .service1 .case3 text p {
    font-size: 17px;
    text-align: left;
  }
  .service1 .case1 text h3, .service1 .case1b text h3, .service1 .case2 text h3, .service1 .case3 text h3 {
    font-size: 20px;
    font-weight: 600;
    /*    margin-left: calc(150/750 * 100vw);
*/
  }
  .service1 .case4 p {
    font-size: 22px;
    font-weight: bold;
    color: #f0729d;
    text-align: left;
    margin: 0 auto;
  }
  .service1 article {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 30px auto;
    display: block;
  }
  .service1 section h2 {
    font-size: calc(40/750 * 100vw);
    color: #6bbc6e;
    font-weight: bold;
    position: relative;
    left: 2px;
    bottom: 4px;
    line-height: 1.5;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ご利用方法(use.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.use_main {
  width: 900px;
  height: auto;
  margin: 0 auto;
}
.use_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 100px;
}
.use {
  width: 900px;
  height: auto;
  margin: 30px 0 20px 0;
}
.use section img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.use section h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00a6e2;
  margin-left: 6px;
}
.use section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.use section.itemlist {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.use section.itemlist ul {
  width: 50%;
}
.use section.itemlist ul li, .request li {
  font-size: 17px;
  margin: 0 30px 10px 0;
  list-style: url("../img/maru_blue.png");
  padding-left: -1em;
  margin-left: 1.5em;
}
.use p {
  font-size: 17px;
  text-align: left;
}
.howto {
  width: 900px;
  height: auto;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.howto h3 {
  width: 210px;
  height: 200px;
  border-radius: 20px 0 0 20px;
  background: #fbd3a0;
  position: relative;
}
.howto h3 b {
  color: #595757;
  font-size: 20px;
  padding: 20px 0 0 15px;
}
.howto p {
  line-height: 1.5;
  padding-left: 15px;
}
.howto .howto_p {
  width: 680px;
  height: 60px;
  background: #fef6b5;
  margin: 10px 0;
  line-height: 60px;
  padding-left: 15px;
}
.use_info {
  width: 700px;
  height: auto;
  margin: 15px auto;
  position: relative;
}
.bird_l {
  position: absolute;
  left: 10px;
  width: 75px;
  height: 75px;
}
.bird_r {
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 75px;
  height: 75px;
}
.use_info article {
  width: 500px;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
}
.use_info article p {
  background: #f69700;
  width: 500px;
  height: 50px;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 767px) { /*======スマホのサービスの上部ナビ====*/
  .use_main {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .use_title {
    color: #00a6e2;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    bottom: 100px;
  }
  .use {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 30px 0 20px 0;
  }
  .use section img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
  }
  .use section h2 {
    font-size: 30px;
    font-weight: bold;
    color: #00a6e2;
    margin-left: 6px;
  }
  .use section {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
  }
  .use section.itemlist {
    display: block;
  }
  .use section.itemlist ul {
    width: 100%;
  }
  .use p, section.itemlist ul li {
    font-size: 17px;
    text-align: left;
  }
  .nav_area {
    width: calc(600/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .nav_area nav {
    display: block;
  }
  .nav_area ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
  }
  .nav_area li {
    width: calc(280/750 * 100vw);
    height: 58px;
    margin: 10px 10px;
    font-size: calc(20/750 * 100vw);
    line-height: 1;
  }
  .use_info {
    width: calc(600/750 * 100vw);
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .use_info article {
    width: calc(600/750 * 100vw);
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
  }
  .use_info article p {
    background: #f69700;
    width: calc(600/750 * 100vw);
    height: 50px;
    border-radius: 20px 20px 0 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 10px;
  }
  section h2, .recruit_h2, .company_h2, .kyusyoku_h2, h3 {
    font-size: calc(40/750 * 100vw) !important;
    margin: 1.3vw 0 0 0.5vw
  }
}
.num_area {
  background: #fffcd8;
  width: 500px;
  height: auto;
  border-radius: 0 0 20px 20px;
  border: solid 2px #f69700;
}
.num_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.num_list li {
  border-radius: 100%;
  background: #f69700;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  margin: 5px;
  padding: 5px;
  text-align: center;
}
.num_list text {
  margin: 12.5px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .num_area { /*========スマホの箇条書きエリア======*/
    background: #fffcd8;
    width: calc(600/750 * 100vw);
    height: auto;
    border-radius: 0 0 20px 20px;
    border: solid 2px #f69700;
  }
  .num_list li {
    border-radius: 100%;
    background: #f69700;
    width: calc(80/750 * 100vw);
    height: calc(80/750 * 100vw);
    font-size: calc(40/750 * 100vw);
    color: #fff;
    margin: 5px;
    padding: 5px;
    text-align: center;
    line-height: calc(80/750 * 100vw);
  }
  .num_area .num_list text {
    font-size: calc(30/750 * 100vw);
    width: calc(500/750 * 100vw);
  }
}
.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  margin: 0 auto;
  border-top: 30px solid black;
}
.tukigime_area {
  width: 900px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.notes {
  width: 210px;
  height: auto;
  background: #fbd3a0;
  border-radius: 20px 0 0 20px;
}
.notes .title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px;
}
.notes .text {
  font-size: 15px;
  margin: 10px;
}
.fee_area {
  width: 685px;
  height: auto;
}
.fee_area ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
  margin: 5px;
}
.fee_area p {
  padding: 15px 15px;
  line-height: 1.5;
}
.fee_area .dsc {
  width: 180px;
  height: auto;
  font-size: 15px;
  font-weight: 600;
  background: #fef6b5;
  text-align: left;
  padding: 15px 15px;
  line-height: 1.5;
}
.tukigime_sub {
  width: 655px;
  height: 40px;
  background: #ffe85a;
  margin: 0 5px 0 5px;
  font-weight: bold;
  padding-left: 15px;
  line-height: 40px;
}
@media (max-width: 767px) { /*==== SMART PHONE ==== */
  .tukigime_area {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .howto { /*======スマホの　月極保育等のブロック====*/ width: calc(650/750 * 100vw);
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .howto h3 {
    width: calc(650/750 * 100vw);
    height: 50px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    background: #fbd3a0;
    color: #595757;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
  }
  .howto .howto_p {
    width: calc(650/750 * 100vw);
    height: 50px;
    background: #fef6b5;
    margin: 5px;
    line-height: 1;
    text-align: left;
    padding-left: 5px
  }
  .notes { /*==== SMART PHONE ==== */ width: calc(650/750 * 100vw);
    height: auto;
    background: #fbd3a0;
    border-radius: 20px 20px 0 0;
  }
  .notes .title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
  }
  .notes .text {
    font-size: 15px;
    margin: 10px;
  }
  .fee_area { /*==== SMART PHONE ==== */ width: calc(650/750 * 100vw);
    height: auto;
  }
  .fee_area ul {
    display: block;
    margin: 5px;
  }
  .fee_area .dsc {
    width: calc(650/750 * 100vw);
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    background: #fef6b5;
    text-align: left;
    padding-top: 5px;
  }
  .tukigime_sub {
    width: calc(650/750 * 100vw);
    height: 50px;
    background: #ffe85a;
    margin: 0 5px 0 5px;
    font-weight: bold;
    padding-top: 5px;
  }
}
.p_radius, .p_radius_l {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 900px;
  margin: 10px auto 80px;
}
.p_radius p, .p_radius_l p {
  height: 46px;
  background: #f0729d;
  border-radius: 23px;
  margin: 0 auto;
}
.p_radius p, .p_radius_l p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 7px;
}
.p_radius p {
  width: 240px;
}
.p_radius_l p {
  width: 300px;
}
.sitter {
  width: 900px;
  height: auto
}
.sitter .title {
  width: auto;
  height: 40px;
  margin: 0 auto;
  padding-left: 10px;
  background: #fbd3a0;
  border-radius: 20px;
  color: #595757;
  font-size: 20px;
  font-weight: bold;
}
.sitter .text {
  font-size: 17px;
  text-align: left;
  margin-left: 10px;
}
.s_sub {
  font-size: 32px;
  font-weight: bold;
  color: #6bbc6e;
}
.use .s_sub {
  font-size: 22px;
  font-weight: bold;
  color: #6bbc6e;
  margin: 10px auto 10px 0;
}
.note {
  font-size: 32px;
  font-weight: bold;
  color: #f0729d;
  margin: 10px 0 10px 0;
}
@media(max-width:767px) {
  .p_radius, .p_radius_l {
    display: block;
    width: calc(600/750 * 100vw);
    margin: 10px auto;
  }
  .p_radius p, .p_radius_l p {
    height: 46px;
    background: #f0729d;
    border-radius: 23px;
    margin: 5px auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 7px;
  }
  .p_radius p {
    width: 240px;
  }
  .p_radius_l p {
    width: 300px;
  }
  .sitter {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .sitter .title {
    width: auto;
    height: 40px;
    margin: 0 auto;
    padding-left: 10px;
    background: #fbd3a0;
    border-radius: 20px;
    color: #595757;
    font-size: 20px;
    font-weight: bold;
  }
  .sitter .text {
    font-size: 17px;
    text-align: left;
    margin-left: 10px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
料金(ryokin.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* CSS Document */
.ryokin_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
}
main.ryokin table {
  width: 900px;
  margin: 40px auto;
  position: relative;
}
main.ryokin .content {
  padding-top: 40px;
}
main.ryokin .content table {
  margin-top: 40px;
}
main.ryokin .content .caption {
  font-size: 14px;
  text-align: center;
}
main.ryokin table tr td {
  padding: 15px;
  border-collapse: collapse;
  /*    margin: 30px;
*/ border-top: 1px solid #777;
  border-left: 1px solid #777;
}
main.ryokin table tr td:last-child {
  border-right: 1px solid #777;
}
main.ryokin table tr:last-child {
  border-bottom: 1px solid #777;
  margin-bottom: 50px;
}
main.ryokin table tr td.footnote {
  margin: -35px 0 60px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: -30px;
}
main.ryokin .table_box table tr th.w10, main.ryokin .table_box table tr td.w10, main.ryokin .under_content_r .table_box table tr th.w10, main.ryokin .under_content_r .table_box table tr td.w10 {
  width: 10%;
}
main.ryokin .table_box .sp table tr th .kimidori {
  width: 20%;
}
main.ryokin .table_box table tr th.w16_6, main.ryokin .table_box table tr td.w16_6, main.ryokin .under_content_r .table_box table tr th.w16_6, main.ryokin .under_content_r .table_box table tr td.w16_6 {
  width: 16.6%;
}
main.ryokin .table_box table tr th.w20, main.ryokin .table_box table tr td.w20, main.ryokin .under_content_r .table_box table tr th.w20, main.ryokin .under_content_r .table_box table tr td.w20 {
  width: 20%;
}
main.ryokin .table_box table tr th.w30, main.ryokin .table_box table tr td.w30, main.ryokin .under_content_r .table_box table tr th.w30, main.ryokin .under_content_r .table_box table tr td.w30 {
  width: 30%;
}
main.ryokin .under_content .block .table_box .s100 .sp table tr th .kimidori {
  width: 10%;
}
main.ryokin .table_box table tr th.w33, main.ryokin .table_box table tr td.w33, main.ryokin .under_content_r .table_box table tr th.w33, main.ryokin .under_content_r .table_box table tr td.w33 {
  width: 33%;
}
main.ryokin .table_box table tr th.w40, main.ryokin .table_box table tr td.w40, main.ryokin .under_content_r .table_box table tr th.w40, main.ryokin .under_content_r .table_box table tr td.w40 {
  width: 40%;
}
main.ryokin table tr th.w50 {
  width: 225px;
  height: auto;
}
main.ryokin table tr td.w50 {
  width: 225px;
  height: auto;
}
main.ryokin table tr p {
  text-align: left;
  margin: 15px;
}
main.ryokin table .w100 {
  width: 900px;
  height: 70px;
  margin: 15px;
}
main.ryokin table .w_half {
  width: 450px;
  height: auto;
  margin: 15px;
}
main.ryokin table .w100 p {
  display: inline-block;
  margin-left: 15px;
}
main.ryokin table .w100 p.midasi {
  font-weight: 600;
  text-align: left;
  margin: 15px;
  width: 130px;
  vertical-align: top;
}
main.ryokin table tr.hyou {
  width: 50%;
  height: 50px;
  text-align: center;
}
main.ryokin table tbody {
  margin-bottom: 50px;
}
main.ryokin table tr th .green {
  font-weight: bold;
  background: #F0557C;
}
main.ryokin table tr th .l_grey {
  font-weight: bold;
  background: #FFFCD8;
}
main.ryokin .table_box table tr th {
  font-weight: bold;
  margin: 30px;
}
main.ryokin .table_box .kimidori {
  padding: 10px;
  font-weight: bold;
  background: #d8f6af;
  margin: 5px 0 5px 0;
}
main.ryokin .table_box .grey {
  padding: 10px;
  font-weight: bold;
  background: #f0f0f0;
  margin: 5px 0 5px 0;
}
main.ryokin .table_box .greybk {
  padding: 5px;
  background: #f0f0f0;
  margin: 0 0 5px 0;
  width: 660px;
}
main.ryokin .table_box .sp table tr .kimidori {
  padding: 10px;
  font-weight: bold;
  background: #d8f6af;
  margin: 5px 0 5px 0;
}
main.ryokin .table_box .giniro {
  font-weight: bold;
  background: #d7d7d7;
}
main.ryokin .table_box table tr th .grey {
  font-weight: bold;
  background: #dcdcdc;
}
main.ryokin .table_box table tr th .greybk {
  font-weight: bold;
  background: #dcdcdc;
}
main.ryokin .table_box table tr td, main.ryokin .under_content_r .table_box table tr td {
  background: none;
}
@media screen and (max-width: 767px) {
  main.ryokin .table_box.s100, main.ryokin .under_content_r .table_box.s100 {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  main.ryokin .table_box.s100 table, main.ryokin .under_content_r .table_box.s100 table {
    min-width: 0;
  }
  main.ryokin table tr td.footnote {
    margin: -5px 0 30px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: -30px;
  }
}
main.ryokin .content table tbody tr {
  display: block;
}
main.ryokin .content table tbody tr th.tablttl {
  padding: 2px;
  font-weight: bold;
  text-align: center;
}
main.ryokin table .tablttl_blue {
  width: 900px;
  height: 70px;
  font-size: 28px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00A6E2;
  border-radius: 20px 20px 0 0;
  border: none;
  border-right: none;
}
main.ryokin table .tablttl_orange_w100 {
  width: 900px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background: #ffe85a;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-left: 1px solid #777;
}
main.ryokin table .tablttl_orange_w50 {
  width: 450px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background: #ffe85a;
  border_top: 1px solid #777;
  border-right: 1px solid #777;
  border-left: 1px solid #777;
}
main.ryokin table .tablttl_orange_w25 {
  width: 225px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background: #ffe85a;
  border_top: 1px solid #777;
  border-right: 1px solid #777;
}
main.ryokin table .tablttl_lemon_w25 {
  width: 225px;
  padding: 2px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  background: #FFFCD8;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
main.ryokin table .tablttl_lemon_w50 {
  width: 450px;
  padding: 2px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  background: #FFFCD8;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
}
main.ryokin table .tablttl_lemon_w25:last-child {
  border-right: 1px solid #777;
}
main.ryokin table .tablttl_lemon_w25l {
  width: 450px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background: #FFFCD8;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
}
main.ryokin table .tablttl_lemon_w25g {
  width: 225px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background: #8FC31F;
}
main.ryokin .content table tbody tr th {
  padding: 2px;
}
main.ryokin .content table tbody tr td.jikan {
  padding: 2px;
  background: #f0f0f0;
}
main.ryokin .content table tbody tr td {
  padding: 5px;
}
main .content table tbody tr {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
main .content table tbody tr th.tablttl {
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background: #d8f6af;
}
main .content table tbody tr th {
  padding: 2px;
}
main .content table tbody tr td.jikan {
  padding: 2px;
  background: #f0f0f0;
}
main .content table tbody tr td {
  padding: 5px;
}
.ryokin_sbtitle {
  height: auto;
  width: 900px;
  /*  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;*/
  justify-content: flex-start;
}
.ryokin_sbtitle_h2 {
  color: #00a6e2;
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  margin: 40px auto 0 0;
}
.ryokin_text {
  color: #333;
  font-size: 17px;
  text-align: left;
  width: 900px;
}
.ryokin_text li {
  list-style: url("../img/top/pinkmaru.png");
  margin: -5px auto 0 25px;
}
@media(max-width:767px) { /*==== SMART PHONE ====*/
  main.ryokin table {
    width: calc(650/750 * 100vw);
    margin: 40px auto;
  }
  main.ryokin .content table tbody tr th.tablttl {
    padding: 2px;
    font-weight: bold;
    text-align: center;
  }
  main.ryokin table .tablttl_blue {
    width: calc(650/750 * 100vw);
    height: 70px;
    font-size: 28px;
    padding: 2px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #00A6E2;
    border-radius: 20px 20px 0 0;
    border: none;
    border-right: none;
  }
  main.ryokin table .tablttl_lemon_w50 { /*==== SMART PHONE ====*/
    width: calc(350/750 * 100vw);
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #ffe85a;
    border-top: 1px solid #777;
  }
  main.ryokin table .tablttl_orange_w100 {
    width: calc(650/750 * 100vw);
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #ffe85a;
    border-top: 1px solid #777;
  }
  main.ryokin table .tablttl_orange_w50 { /*==== SMART PHONE ====*/
    width: calc(250/750 * 100vw);
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #ffe85a;
    border_top: 1px solid #777;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
  }
  main.ryokin table .tablttl_orange_w25 {
    width: calc(250/750 * 100vw);
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #ffe85a;
    border_top: 1px solid #777;
    border-right: 1px solid #777;
  }
  main.ryokin table .tablttl_orange_w50 { /*==== SMART PHONE ====*/
    width: calc(375/750 * 100vw);
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #ffe85a;
    border_top: 1px solid #777;
    border-right: 1px solid #777;
  }
  main.ryokin table .tablttl_lemon_w100sp { /*==== SMART PHONE ====*/
    width: calc(650/750 * 100vw);
    padding: 2px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    background: #FFFCD8;
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
  }
  main.ryokin table .tablttl_lemon_w25 { /*==== SMART PHONE ====*/
    width: calc(325/750 * 100vw);
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #FFFCD8;
  }
  main.ryokin table .tablttl_lemon_w25m, main.ryokin table .tablttl_lime_w100 { /*==== SMART PHONE ====*/
    width: calc(650/750 * 100vw);
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #B5E997;
    border: 1px solid #777;
    border-bottom: none;
    border-top: 5px solid #777;
    z-index: 100;
  }
  main.ryokin table .tablttl_lemon_w25g {
    background: #8FC31F;
  }
  main.ryokin table tr { /*==== SMART PHONE ====*/
    display: block;
  }
  main.ryokin table tr th.w50 { /*==== SMART PHONE ====*/
    width: calc(325/750 * 100vw);
    height: auto;
  }
  main.ryokin table tr td.w50 { /*==== SMART PHONE ====*/
    width: calc(325/750 * 100vw);
    height: auto;
  }
  main.ryokin table tr th.w200 {
    width: calc(200/750 * 100vw);
    height: auto;
  }
  main.ryokin table tr td.w200 {
    width: calc(200/750 * 100vw);
    height: auto;
  }
  main.ryokin table tr th.w240 {
    width: calc(240/750 * 100vw);
    height: auto;
  }
  main.ryokin table tr td.w240 {
    width: calc(240/750 * 100vw);
    height: auto;
  }
  main.ryokin table tr th.w260 {
    width: calc(260/750 * 100vw);
    height: auto;
  }
  main.ryokin table tr td.w260 {
    width: calc(260/750 * 100vw);
    height: auto;
  }
  main.ryokin table tr p {
    text-align: left;
    margin: 15px;
  }
  main.ryokin table .w100 {
    width: 900px;
    height: 70px;
    margin: 15px;
  }
  main.ryokin table .w_half {
    width: 450px;
    height: auto;
    margin: 15px;
  }
  main.ryokin table .w100 p {
    display: block;
    margin-left: 15px;
  }
  main .ryokin table td.w33 {
    width: 33%;
  }
  main.ryokin .content table tbody tr th {
    padding: 2px;
  }
  main.ryokin .content table tbody tr td.jikan {
    padding: 2px;
    background: #f0f0f0;
  }
  main.ryokin .content table tbody tr td {
    padding: 5px;
  }
  main .form table tbody { /*==== SMART PHONE ====*/
    width: 100%;
  }
  main .content table tbody tr { /*==== SMART PHONE ====*/
    width: calc(650/750 * 100vw);
    display: block;
  }
  main .content table tbody tr th.tablttl {
    padding: 2px;
    font-weight: bold;
    text-align: center;
    background: #d8f6af;
  }
  main .content table tbody tr th { /*==== SMART PHONE ====*/
    width: 100%;
    padding: 2px;
  }
  main .content table tbody tr td.jikan {
    padding: 2px;
    background: #f0f0f0;
  }
  main .content table tbody tr td {
    width: 100%;
    padding: 5px;
  }
  .ryokin_sbtitle {
    height: auto;
    width: calc(650/750 * 100vw);
    margin: 0 auto;
    display: block;
    justify-content: flex-start;
  }
  .ryokin_sbtitle_h2 {
    color: #00a6e2;
    font-size: calc(40/750 * 100vw);
    text-align: left;
    font-weight: 600;
    width: 100%;
    line-height: 1.4;
  }
  .ryokin_text {
    color: #333;
    font-size: 17px;
    text-align: left;
    width: auto;
  }
  .ryokin_text li {
    list-style: url("../img/top/pinkmaru.png");
    margin: 0 0 5px 25px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
給食(kyusyoku.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main .kyusyoku_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
.kyusyoku_area {
  width: 900px;
  height: auto;
  margin: 20px auto 0 60px;
}
.kyusyoku_img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.kyusyoku_h2 {
  font-size: 32px;
  font-weight: bold;
  color: #00a6e2;
  position: relative;
  left: 5px;
  bottom: 4px;
}
.kyusyoku_area .block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.text_img {
  /*  width: 875px;
*/
  width: 900px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.text_area {
  width: 518px;
  height: auto;
}
.text_area h3 {
  color: #6bbc6e;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.text_area .text {
  color: #595757;
  font-size: 17px;
  text-align: left;
}
.img_area {
  width: 285px;
  height: auto;
}
/*.kyusyoku_img1 img {
  width: 285px;
  height: 195px;
  margin-bottom: 20px;
}*/
.kyusyoku_img1 .img {
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}
.kyusyoku_img1 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  max-width: none;
  width: 105%;
  height: auto;
}
.text_img .text {
  color: #595757;
  font-size: 17px;
}
@media(max-width:767px) {
  .kyusyoku_area {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .text_area {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .text_area h3 {
    color: #6bbc6e;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
  .text_area .text {
    color: #595757;
    font-size: 19px;
    text-align: left;
  }
  .img_area {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .kyusyoku_img1 .img {
    width: calc(600/750 * 100vw);
    height: calc(400/750 * 100vw);
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .kyusyoku_img1 .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    height: auto;
  }
  .text_img .text {
    color: #595757;
    font-size: 17px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1日の様子／年間行事(ichinichi.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.ichinichi_h2 {
  font-size: 32px;
  font-weight: bold;
  color: #00a6e2;
  position: relative;
  left: 5px;
  bottom: 4px;
}
main .ichinichi_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
.ichinichi_area {
  width: 900px;
  height: auto;
  margin-top: 50px;
}
.ichinichi_img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.ichinichi_area .block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.table_lr {
  width: 900px;
  height: auto;
  margin: 10px 0;
}
.table_area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ichinichi_area {
    width: calc(650/750 * 100vw);
    height: auto;
    margin: 50px auto 0;
  }
  .ichinichi_img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
  }
  .ichinichi_area .block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
  }
  .table_area {
    display: block;
  }
  .ichinichi_area .table_lr {
    width: calc(600/750 * 100vw);
    height: auto;
    margin: 10px 0;
  }
}
.table_box {
  width: 397px;
  height: auto;
  margin-bottom: 20px;
}
.table_box table {
  width: 397px;
  height: 687px;
  margin: 10px 0;
  border-radius: 20px 0 0 20px;
}
.table_box table th {
  width: 93px;
  height: auto;
  background: #d2e6ae;
}
.table_box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #595757;
  text-align: left;
  margin: 10px 0;
}
.table_box th p {
  margin-left: 14px;
}
.time {
  width: 90px;
  font-size: 17px;
  font-weight: bold;
  color: #595757;
  border-bottom: solid 2px #eee;
  border-radius: 20px 0 0 0;
}
.time1 {
  width: 95px;
  font-size: 18px;
  font-weight: bold;
  color: #595757;
  border-bottom: solid 2px #eee;
}
.time2 {
  width: 95px;
  font-size: 17px;
  font-weight: bold;
  color: #595757;
  border-radius: 0 0 0 20px;
}
.program {
  width: 280px;
  margin: 5px;
  padding-left: 7px;
  font-size: 18px;
  color: #595757;
  text-align: left;
  border-bottom: solid 2px #eee;
}
.img_area {
  width: 397px;
  height: auto;
  margin-bottom: 20px;
}
.img_box {
  width: 400px;
  height: 657px;
}
.img_box .img_0 {
  width: 400px;
  height: 270px;
  margin-bottom: 70px;
}
.img_box .img_0 {
  width: 400px;
  height: 270px;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}
.img_box .img_0 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  max-width: none;
  width: 105%;
  height: auto;
}
.img_1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.img_box .img_1 img {
  width: 238px;
  height: 166px;
}
.img_2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row-reverse;
}
.img_box .img_2 img {
  width: 238px;
  height: 166px;
}
@media (max-width: 767px) {
  .img_area {
    width: calc(650/750 * 100vw);
    height: auto;
    margin-bottom: 20px;
  }
  .img_box {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .img_box .img_0 {
    margin-bottom: 8px;
  }
  .img_box .img_0 img {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .img_1 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
  }
  .img_box .img_1 img {
    width: 238px;
    height: 166px;
  }
  .img_2 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }
  .img_box .img_2 img {
    width: 238px;
    height: 166px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━
年間行事(ichinichi.html)
━━━━━━━━━━━━━━━━━━━━*/
.event_area {
  width: 900px;
  height: 525px;
}
.yearly_block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
/*.yearly {
  width: 900px;
  height: 440px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}*/
.yearly_l {
  width: 300px;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.yearly_c {
  width: 300px;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.yearly_r {
  width: 300px;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
@media (max-width: 767px) {
  .event_area, .event_area .block {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .yearly_block {
    display: block;
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .yearly_l {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
  }
  .yearly_c {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
  }
  .yearly_r {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
  }
}
.month {
  width: 90px;
  height: 120px;
  font-size: 38px;
}
.event {
  width: 200px;
  height: 120px;
  font-size: 16px;
  margin-left: 5px;
  align-content: center;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
}
.num {
  color: #6bbc6e;
}
.month1 {
  color: #00a6e2;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お知らせ(oshirase.php)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main .notice_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
.notice_area {
  width: 900px;
  height: 1500px;
}
.notice_1 {
  width: 900px;
  height: 200px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.notice_img {
  width: 190px;
  height: 134px;
}
.notice_r {
  margin-left: 15px;
}
.day {
  font-size: 19px;
  text-align: left;
}
.title_pdf {
  max-width: 645px;
  width: 100%;
}
.news_title {
  font-size: 19px;
  text-align: left;
}
.news_tarea {
  width: 650px;
  height: 95px;
}
.news_text {
  font-size: 16px;
  text-align: left;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
求人情報／会社案内(kyujin_kaisya.php)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.info_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
.info_area {
  margin-top: 50px;
  width: 900px;
  height: auto;
}
.info_area .block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.recruit_img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.recruit_h2 {
  font-size: 32px;
  font-weight: bold;
  color: #00a6e2;
  position: relative;
  left: 5px;
  bottom: 5px;
}
.work_process_area .work_title {
  text-align: left;
  color: #6bbc6e;
  font-size: 20px;
  font-weight: bold;
}
.recruit_text {
  text-align: left;
  font-size: 17px;
  color: #595757;
}
.recruit_table {
  width: 900px;
  height: auto;
}
.table_area_rec {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.table_box_rec {
  width: 850px;
  height: auto;
  margin-bottom: 20px;
}
.rec_table {
  width: 850px;
  height: 600px;
}
.table_box_rec table th {
  width: 320px;
  height: auto;
  background: #c7e8f7;
}
.table_box_rec table th.white {
  font-size: 17px;
  font-weight: bold;
  background: #fff;
  border-bottom: dotted 3px #ccc;
}
.table_box_rec tr.top30 {
  margin-top: 30px;
}
.table_box_rec h3 {
  font-size: 30px;
  font-weight: bold;
  color: #595757;
  text-align: left;
  margin: 10px 0;
}
.table_box_rec th p {
  margin-left: 14px;
}
.rec_th {
  font-size: 17px;
  font-weight: bold;
  border-bottom: dotted 3px #ccc;
  border-radius: 20px 0 0 0;
}
.rec_th1 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: dotted 3px #ccc;
}
.rec_th2 {
  font-size: 17px;
  font-weight: bold;
  border-radius: 0 0 0 20px;
}
.rec_td {
  width: auto;
  margin: 5px;
  padding-left: 10px;
  font-size: 17px;
  text-align: left;
  border-bottom: dotted 3px #ccc;
}
.rec_table tr td.rec_td {
  border-top: dotted 3px #ccc;
}
@media(max-width:767px) {
  .info_area {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .recruit_table {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .table_area_rec {
    display: block;
  }
  .table_box_rec {
    width: calc(650/750 * 100vw);
    height: auto;
    margin-bottom: 20px;
  }
  .rec_table {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .table_box_rec table th {
    width: calc(650/750 * 100vw);
    height: auto;
    background: #c7e8f7;
  }
  .table_box_rec h3 {
    font-size: 30px;
    font-weight: bold;
    color: #595757;
    text-align: left;
    margin: 10px 0;
  }
  .table_box_rec th p {
    margin-left: 14px;
  }
  .rec_th {
    width: calc(650/750 * 100vw);
    height: 86px;
    font-size: 17px;
    font-weight: bold;
    color: #595757;
    border-bottom: solid 2px #eee;
    border-radius: 20px 0 0 0;
  }
  .rec_th1 {
    width: 95px;
    font-size: 17px;
    font-weight: bold;
    color: #595757;
    border-bottom: solid 2px #eee;
  }
  .rec_th2 {
    width: 95px;
    font-size: 17px;
    font-weight: bold;
    color: #595757;
    border-radius: 0 0 0 20px;
  }
  .rec_td {
    width: 598px;
    margin: 5px;
    padding-left: 10px;
    font-size: 17px;
    color: #595757;
    text-align: left;
    border-bottom: solid 2px #eee;
  }
}
/*━━━━━━━━━━
会社案内
━━━━━━━━━━*/
.company_img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.company_h2 {
  color: #00a6e2;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  left: 5px;
  bottom: 8px;
}
.company_text {
  margin-bottom: 10px;
}
.company_text h3 {
  font-size: 28px;
  font-weight: bold;
  color: #f0729d;
  text-align: left;
}
.company_text p {
  font-size: 19px;
  color: #595757;
  text-align: left;
}
.company_table {
  width: 900px;
  height: auto;
}
.table_area_com {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.table_box_com {
  width: 850px;
  height: auto;
  margin-bottom: 20px;
}
.com_table {
  width: 850px;
  height: 600px;
}
.table_box_com table th {
  width: 235px;
  height: auto;
  background: #c7e8f7;
}
.table_box_com h3 {
  font-size: 28px;
  font-weight: bold;
  color: #595757;
  text-align: left;
  margin: 10px 0;
}
.table_box_com th p {
  margin-left: 14px;
}
.com_th {
  width: 236px;
  height: 86px;
  font-size: 17px;
  font-weight: bold;
  color: #595757;
  border-bottom: dotted 3px #ccc;
  border-radius: 20px 0 0 0;
}
.com_th1 {
  width: 95px;
  font-size: 17px;
  font-weight: bold;
  color: #595757;
  border-bottom: dotted 3px #ccc;
}
.com_th2 {
  width: 95px;
  font-size: 17px;
  font-weight: bold;
  color: #595757;
  border-radius: 0 0 0 20px;
}
.table_box_com table .com_td {
  width: 598px;
  padding: 20px 10px;
  font-size: 17px;
  color: #595757;
  text-align: left;
  border-top: dotted 3px #ccc;
  border-bottom: dotted 3px #ccc;
}
.table_box_com table .com_td1 {
  width: 598px;
  padding: 20px 10px;
  font-size: 17px;
  color: #595757;
  text-align: left;
  border-bottom: dotted 3px #ccc;
}
.col_b {
  color: #00a6e2;
  font-weight: bold;
}
.col_w {
  padding-left: 1em;
}
@media(max-width:767px) {
  .company_table {
    width: calc(650/750 * 100vw);
    height: auto;
  }
  .table_area_com {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  .table_box_com {
    width: 850px;
    height: auto;
    margin-bottom: 20px;
  }
  .com_table {
    width: 850px;
    height: 600px;
  }
  .table_box_com table th {
    width: 235px;
    height: auto;
    background: #c7e8f7;
  }
  .table_box_com h3 {
    font-size: 28px;
    font-weight: bold;
    color: #595757;
    text-align: left;
    margin: 10px 0;
  }
  .table_box_com th p {
    margin-left: 14px;
  }
  .com_th {
    width: 236px;
    height: 86px;
    font-size: 17px;
    font-weight: bold;
    color: #595757;
    border-bottom: dotted 3px #ccc;
    border-radius: 20px 0 0 0;
  }
  .com_th1 {
    width: 95px;
    font-size: 17px;
    font-weight: bold;
    color: #595757;
    border-bottom: dotted 3px #ccc;
  }
  .com_th2 {
    width: 95px;
    font-size: 17px;
    font-weight: bold;
    color: #595757;
    border-radius: 0 0 0 20px;
  }
  .table_box_com table .com_td {
    width: 598px;
    padding-left: 10px;
    font-size: 17px;
    color: #595757;
    text-align: left;
    border-top: dotted 3px #ccc;
    border-bottom: dotted 3px #ccc;
  }
  .table_box_com table .com_td1 {
    width: 598px;
    padding-left: 10px;
    font-size: 17px;
    color: #595757;
    text-align: left;
    border-bottom: dotted 3px #ccc;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
求人申込フォーム(form0.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.f0_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
main .form .form_table_rec, main .form .form_table_en {
  width: 960px;
  margin: 30px auto;
}
main .form .form_table_rec table, main .form .form_table_en table {
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto;
  padding-left: 15px;
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
main .form .form_table_rec table {
  background: #c7e8f7;
}
main .form .form_table_en table {
  background: #fce5e8;
}
main .form .form_table_rec table th, main .form .form_table_en table th {
  padding: 6px 16px;
  background: #fffde6;
  font-size: 17px;
  width: 25%;
  border-left: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  margin-left: 10px;
}
main .form .form_table_rec table td, main .form .form_table_en table td {
  padding: 6px 16px;
}

/*============================================
　　　　　　　スマートフォンのフォームの土台
=============================================*/
.form_table_rec .flex1, .form_table_en .flex1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.form_table_rec .flex2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.form_table_rec .flexstart, .form_table_en .flexstart {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}

main .form .form_table_rec table div {
  margin: 4px 0;
}
main .form .form_table_rec table div span {
  display: block;
}
@media screen and (max-width: 767px) {
  .form_table_rec .flex1, .form_table_en .flex1 {
    display: block !important;
    margin-bottom: 0;
  }
  .form_table_rec tbody div, .form_table_en tbody div {
    margin-bottom: -20px;
  }
  main .form .form_table_rec table div span {
    display: block;
  }
}
main .form .form_table_rec table div.radio {
  display: inline-block;
}
main .form .form_table_rec table div.text {
  display: inline-block;
}
main .form .form_table_rec table div.text input {
  padding: 6px;
  width: 100%;
}
main .form .form_table_rec table input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #ddd;
}
main .form .form_table_rec table input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}
main .form .form_table_rec table input[type="text"]::-moz-placeholder {
  color: #ddd;
}
main .form .form_table_rec table input[type="text"]:-ms-input-placeholder {
  color: #ddd;
}
main .form .form_table_rec table input[type="radio"] {
  vertical-align: text-bottom;
  margin-right: 2px;
}
main .form .form_table_rec table textarea {
  padding: 10px;
  font-size: 17px;
  width: 100%;
  border: 1px solid #ddd;
}
.form_table_rec .w600 {
  resize: vertical;
  max-height: 600px;
  min-height: 300px;
}
main .form .form_table_rec table textarea::-webkit-input-placeholder {
  color: #ddd;
}
main .form .form_table_rec table textarea::-moz-placeholder {
  color: #ddd;
}
main .form .form_table_rec table textarea:-ms-input-placeholder {
  color: #ddd;
}
main .form .under_form {
  margin: 40px auto 0 ;
  text-align: center;
}
main .form .form_table_rec .under_form .submit_rec input {
  background: #f0729d;
  color: #fff;
  border: 0;
  border-radius: 25px;
  font-size: 17px;
  padding: 10px 30px;
  letter-spacing: 0.06em;
  cursor: pointer;
  opacity: 1.0;
  transition: 0.4s;
  width: 193px;
  height: 44px;
}
.under_form p {
  font-size: 17px;
  text-align: center;
  color: #595757;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
園へのお問い合わせフォーム(form_sougou.php)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.f1_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
.form {
  margin: 0 auto;
}
.form_notes {
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.form_notes p {
  font-size: 17px;
  text-align: center;
  color: #595757;
}
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: 767px) {
  main .form .form_table_en, main .form .form_table_rec {
    width: calc(650/750 * 100vw);
    margin: 0 auto;
  }
  main .form .form_table_en table, main .form .form_table_rec table {
    display: block;
    width: calc(600/750 * 100vw);
  }
  main .form .form_table_en table tr, main .form .form_table_rec table tr {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  main .form .form_table_en table th, main .form .form_table_en table td {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main .form .form_table_rec table th, main .form .form_table_rec table td {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
main .form .form_table_en table td, main .form .form_table_rec table td {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  main .form .form_table_en table td,main .form .form_table_rec table td {
    padding: 10px 0;
  }
}
main .form .form_table_en table div {
  margin: 4px 0;
}
main .form .form_table_en table div span {
  display: block;
}
@media screen and (max-width: 767px) {
  main .form .form_table_en table div span {
    display: block;
  }
}
main .form .form_table_en table div.radio {
  display: inline-block;
}
main .form .form_table_en table div.text {
  display: inline-block;
}
main .form .form_table_en table div.text input {
  padding: 6px;
  width: 100%;
}
main .form .form_table_en table input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #ddd;
}
main .form .form_table_en table input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}
main .form .form_table_en table input[type="text"]::-moz-placeholder {
  color: #ddd;
}
main .form .form_table_en table input[type="text"]:-ms-input-placeholder {
  color: #ddd;
}
main .form .form_table_en table input[type="radio"] {
  vertical-align: text-bottom;
  margin-right: 2px;
}
main .form .form_table_en table textarea {
  padding: 10px;
  font-size: 17px;
  width: 100%;
  border: 1px solid #ddd;
}
.form_table_en .w600 {
  resize: vertical;
  max-height: 600px;
  min-height: 300px;
}
main .form .form_table_en table textarea::-webkit-input-placeholder {
  color: #ddd;
}
main .form .form_table_en table textarea::-moz-placeholder {
  color: #ddd;
}
main .form .form_table_en table textarea:-ms-input-placeholder {
  color: #ddd;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー(privacy_policy.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.pp_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
.pp_info {
  width: 900px;
  height: auto;
  margin: 0 auto;
}
.pp_info h2 {
  width: 855;
  height: 40px;
  background: #d3e59f;
  border-radius: 20px;
  text-align: left;
  margin: 20px 0;
  padding: 3px 0 0 17px;
  font-size: 20px;
  font-weight: bold;
  color: #595757;
}
.pp_info p {
  text-align: left;
  font-size: 17px;
  color: #595757;
}
/*━━━━━━━━━━
20200615ここまで
━━━━━━━━━━*/
main .under_content ul, main .under_content_r ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
main .under_content a:hover, main .under_content_r a:hover {
  transition: all 0.2s;
}
main .under_content ul.list_dots, main .under_content_r ul.list_dots {
  list-style: disc;
  padding-left: 1.2em;
}
main .under_content ul.list_dots li, main .under_content_r ul.list_dots li {
  margin-bottom: 0.3em;
}
main .under_content ul.list_decimal, main .under_content_r ul.list_decimal {
  list-style: decimal;
  padding-left: 1.2em;
}
main .under_content ul.list_decimal li, main .under_content_r ul.list_decimal li {
  margin-bottom: 0.3em;
}
main .under_content ul.list_decimal li ul, main .under_content_r ul.list_decimal li ul {
  padding-left: 1.5em;
}
main .under_content ul.yoko_list_dots, main .under_content_r ul.yoko_list_dots {
  text-align: left;
}
main .under_content ul.yoko_list_dots li, main .under_content_r ul.yoko_list_dots li {
  margin-bottom: 0.3em;
  display: inline-block;
  margin-right: 0.8em;
}
main .under_content ul.yoko_list_dots li:before, main .under_content_r ul.yoko_list_dots li:before {
  content: "・ ";
}
main .under_content ul.num_list, main .under_content_r ul.num_list {
  text-align: left;
}
main .under_content ul.num_list li, main .under_content_r ul.num_list li {
  margin-top: 0.2em;
}
main .under_content ul.num_list li:nth-child(1):before, main .under_content_r ul.num_list li:nth-child(1):before {
  content: '1';
}
main .under_content ul.num_list li:nth-child(2):before, main .under_content_r ul.num_list li:nth-child(2):before {
  content: '2';
}
main .under_content ul.num_list li:nth-child(3):before, main .under_content_r ul.num_list li:nth-child(3):before {
  content: '3';
}
main .under_content ul.num_list li:nth-child(4):before, main .under_content_r ul.num_list li:nth-child(4):before {
  content: '4';
}
main .under_content ul.num_list li:nth-child(5):before, main .under_content_r ul.num_list li:nth-child(5):before {
  content: '5';
}
main .under_content ul.num_list li:nth-child(6):before, main .under_content_r ul.num_list li:nth-child(6):before {
  content: '6';
}
main .under_content ul.num_list li:nth-child(7):before, main .under_content_r ul.num_list li:nth-child(7):before {
  content: '7';
}
main .under_content ul.num_list li:nth-child(8):before, main .under_content_r ul.num_list li:nth-child(8):before {
  content: '8';
}
main .under_content ul.num_list li:nth-child(9):before, main .under_content_r ul.num_list li:nth-child(9):before {
  content: '9';
}
main .under_content ul.num_list li:before, main .under_content_r ul.num_list li:before {
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  line-height: 1.4em;
  margin-right: 0.2em;
}
main .under_content .saishin_circle, main .under_content_r .saishin_circle {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 0;
  right: 0;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
main .under_content .text_img, main .under_content_r .text_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
main .under_content .text_img.re, main .under_content_r .text_img.re {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main .text_img {
    display: block;
    width: auto;
  }
}
main .under_content .text_img .text, main .under_content_r .text_img .text {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .under_content .text_img .text, main .under_content_r .text_img .text {
    margin-right: 0;
    width: auto;
  }
}
main .under_content .text_img .img, main .under_content_r .text_img .img {
  width: 49%;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  main .under_content .text_img .img {
    /*    width: auto;
*/
    width: calc(600/750 * 100vw);
    height: calc(400/750 100vw);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }
  main .under_content .text_img .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    height: auto;
  }
}
main .under_content .text_img .img img, main .under_content_r .text_img .img img {
  width: 100%;
  margin-bottom: 8px;
}
main .under_content .text_img2, main .inblock .under_content .text_img2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 5px dotted #C4DC4F; /**ブログのライトグリーンのドット**/
  padding: 25px 0 18px;
  position: relative;
}
main .text_img2 .pdf {
  position: absolute;
  font-size: 13px;
  color: #595757;
  background: #ffe85a;
  padding: 4px 12px;
  border-radius: 25px;
  right: 0;
  top: 0;
  text-align: center;
}
main .under_content .text_img2.re, main .under_content_r .text_img2.re {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  main .under_content .text_img2, main .inblock .under_content .text_img2 {
    display: block;
    width: calc(650/750 * 100vw);
    position: relative;
    text-align: center;
  }
  main .text_img2 .pdf {
    position: absolute;
    /*  top: 90px;  
*/ text-align: center;
  }
}
main .under_content .text_img2 .text, main .under_content_r .text_img2 .text {
  width: 66%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .under_content .text_img2 .text {
    margin: 15px auto 0;
    width: auto;
    text-align: left;
  }
}
main .under_content .text_img2 .img, main .under_content_r .text_img2 .img {
  width: 32%;
  margin-bottom: 0.6em;
}
main .under_content .img_big {
  width: 70%;
  margin-bottom: 0.6em;
  margin-right: 0.3em;
}
main .under_content .img_big {
  width: 100%;
  margin-bottom: 0.6em;
  margin-right: 0.3em;
}
section .img2 img {
  transform: scale(-1, 1);
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 767px) {
  main .under_content .text_img2 .img, main .under_content_r .text_img2 .img {
    width: 60%;
    margin: 0 auto;
  }
}
main .under_content .text_img2 .img img, main .under_content_r .text_img2 .img img {
  width: 100%;
  margin-bottom: 8px;
}
main .under_content .img_img, main .under_content_r .img_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content .img_img, main .under_content_r .img_img {
    display: block;
  }
}
main .under_content .img_img .img, main .under_content_r .img_img .img {
  width: 49%;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  main .under_content .img_img .img, main .under_content_r .img_img .img {
    width: auto;
  }
}
main .under_content .img_img .img img, main .under_content_r .img_img .img img {
  width: 100%;
  margin-bottom: 8px;
}
main .under_content .img_img_img, main .under_content_r .img_img_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.img_img_img .img {
  width: 260px;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px auto;
}
.img_img_img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main .under_content .img_img_img, main .under_content_r .img_img_img {
    display: block;
  }
}
main .under_content .img_img_img .img, main .under_content_r .img_img_img .img {
  width: 32%;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  main .under_content .img_img_img .img, main .under_content_r .img_img_img .img {
    width: auto;
  }
  .img_img_img .img {
    width: calc(260/300 * 100vw);
    height: calc(170/300* 100vw);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .img_img_img .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    height: auto;
  }
}
main .under_content .img_img_img .img img, main .under_content_r .img_img_img .img img {
  width: 100%;
  margin-bottom: 8px;
}
main .under_content .profile, main .under_content_r .profile {
  margin-top: 1.4em;
}
main .under_content .profile .in, main .under_content_r .profile .in {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .under_content .profile .in, main .under_content_r .profile .in {
    display: block;
  }
}
main .under_content .profile .in .img, main .under_content_r .profile .in .img {
  width: 190px;
  height: 190px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .under_content .profile .in .img, main .under_content_r .profile .in .img {
    margin: 0 auto;
    width: 50vw;
    height: 50vw;
  }
}
main .under_content .profile .in .img img, main .under_content_r .profile .in .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: auto;
}
main .under_content .profile .in .text, main .under_content_r .profile .in .text {
  width: 560px;
}
@media screen and (max-width: 767px) {
  main .under_content .profile .in .text, main .under_content_r .profile .in .text {
    width: auto;
    margin-top: 4vw;
  }
}
main .under_content .profile .in .text h3, main .under_content_r .profile .in .text h3 {
  background: none !important;
  color: #595757 !important;
  position: relative;
  border-left: 2px solid #ddd;
  border-bottom: 4px solid #ddd;
}
main .under_content .profile .in .text h3 span, main .under_content_r .profile .in .text h3 span {
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 50%;
  margin-top: -0.5em;
}
main .under_content .profile .in .text dl, main .under_content_r .profile .in .text dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main .under_content .profile .in .text dl, main .under_content_r .profile .in .text dl {
    display: block;
    margin-top: 3vw;
  }
}
main .under_content .profile .in .text dl dt, main .under_content_r .profile .in .text dl dt {
  width: 126px;
  background: #FFFDE6;
  font-weight: bold;
  padding: 4px 10px;
  border-left: 2px solid #ddd;
  border-bottom: 4px solid #ddd;
}
@media screen and (max-width: 767px) {
  main .under_content .profile .in .text dl dt, main .under_content_r .profile .in .text dl dt {
    width: auto;
    border: 0;
  }
}
main .under_content .profile .in .text dl dd, main .under_content_r .profile .in .text dl dd {
  padding: 4px 0 4px 20px;
  width: 432px;
}
@media screen and (max-width: 767px) {
  main .under_content .profile .in .text dl dd, main .under_content_r .profile .in .text dl dd {
    width: auto;
    padding: 10px 0;
  }
}
main .under_content .bottom {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /*  justify-content: space-between;
*/ flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  main .under_content .bottom {
    display: block;
  }
}
main .under_content .profile .bottom .circle, main .under_content_r .profile .bottom .circle {
  background: #FFFDE6;
  border: 3px solid;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .under_content .profile .bottom .circle, main .under_content_r .profile .bottom .circle {
    width: auto;
    height: auto;
    border-radius: 0;
    text-align: left;
    padding: 10px;
    border-bottom: 0;
  }
  main .under_content .profile .bottom .circle br, main .under_content_r .profile .bottom .circle br {
    display: none;
  }
}
.recruit main .under_content .profile .bottom .circle, .recruit main .under_content_r .profile .bottom .circle {
  color: #44C0F0;
  border-color: #44C0F0;
}
main .under_content .bottom .fukidashi {
  border-radius: 18px;
  padding: 20px;
  ;
  margin: 0 10px 10px 10px;
  max-width: 100%;
  background: #FFFDE6;
  position: relative;
  border: 3px solid #f08300;
}
main .under_content .bottom .fukidashi_l {
  border-radius: 18px;
  padding: 20px;
  ;
  max-width: 100%;
  margin: 0 10px 10px 10px;
  background: #FFFDE6;
  position: relative;
  border: 3px solid #f08300;
}
@media screen and (max-width: 767px) {
  main .under_content .profile .bottom .fukidashi, main .under_content_r .profile .bottom .fukidashi {
    width: auto;
    height: auto;
    border-radius: 0;
  }
}
main .under_content .bottom .fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFFDE6;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main .under_content .bottom .fukidashi:before {
    content: none;
  }
}
main .under_content .bottom .fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #f08300;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .under_content .bottom .fukidashi:after {
    content: none;
  }
}
.recruit main .under_content .profile .bottom .fukidashi:after, .recruit main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #44C0F0;
}
.recruit main .under_content .profile .bottom .fukidashi, .recruit main .under_content_r .profile .bottom .fukidashi {
  border-color: #44C0F0;
}
main .under_content h3, main .under_content_r h3 {
  color: #fff;
  padding: 3px 12px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.recruit main .under_content h3, .recruit main .under_content_r h3 {
  background: #44C0F0;
}
main .under_content h4, main .under_content_r h4 {
  padding: 3px 12px;
  margin-bottom: 10px;
  font-weight: bold;
}
.recruit main .under_content h4, .recruit main .under_content_r h4 {
  background: #C7ECFB;
}
main .under_content h5, main .under_content_r h5 {
  padding: 3px 12px;
  margin-bottom: 10px;
  font-weight: bold;
}
.recruit main .under_content h5, .recruit main .under_content_r h5 {
  border-left: 1px solid #44C0F0;
  border-bottom: 2px solid #44C0F0;
}
main .under_content .news_tab, main .under_content_r .news_tab {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .under_content .news_tab, main .under_content_r .news_tab {
    font-size: calc(30/750 * 100vw);
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
main .under_content .news_tab li, main .under_content_r .news_tab li {
  cursor: pointer;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 0 10px 0 0;
  padding: 6px 12px;
  margin: 0 6px;
}
main .under_content .news_tab li:first-child, main .under_content_r .news_tab li:first-child {
  margin-left: 0;
}
main .under_content .news_tab li.active, main .under_content_r .news_tab li.active {
  background: #EE8195;
  border: 1px solid #EE8195;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main .under_content .news_tab li, main .under_content_r .news_tab li {
    width: 48.5%;
    border-radius: 0;
    padding: 2vw;
    margin: 1vw 0;
  }
}
main .under_content .tab, main .under_content_r .tab {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main .under_content .tab, main .under_content_r .tab {
    font-size: calc(36/750 * 100vw);
  }
}
main .under_content .tab ul, main .under_content_r .tab ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  main .under_content .tab ul, main .under_content_r .tab ul {
    font-size: calc(30/750 * 100vw);
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main .under_content .tab ul li, main .under_content_r .tab ul li {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  main .under_content .tab ul li, main .under_content_r .tab ul li {
    width: 48.5%;
    margin-right: 0;
  }
}
main .under_content .tab ul li:last-child, main .under_content_r .tab ul li:last-child {
  margin-right: 0;
}
main .under_content .tab ul li a, main .under_content_r .tab ul li a {
  color: #595757;
  text-decoration: none;
  padding: 8px 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 10px 0 0;
  opacity: 1.0;
  transition: none !important;
}
main .under_content .tab ul li a:hover, main .under_content_r .tab ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  main .under_content .tab ul li a, main .under_content_r .tab ul li a {
    display: block;
    border-radius: 0;
    padding: 2vw;
    margin: 1vw 0;
  }
}
main .under_content .tab ul li.active a, main .under_content_r .tab ul li.active a {
  background: #EE8195;
  border: 1px solid #EE8195;
  color: #fff;
  transition: none !important;
}
main .under_content .half, main .under_content_r .half {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content .half, main .under_content_r .half {
    display: block;
  }
}
main .under_content .half > *, main .under_content_r .half > * {
  width: 48%;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  main .under_content .half > *, main .under_content_r .half > * {
    width: auto;
  }
}
main .under_content .block, main .under_content_r .block {
  margin-top: 1.4em;
}
main .under_content .block p, main .under_content_r .block p {
  margin-bottom: 0.6em;
}
main .under_content .box_maru, main .under_content_r .box_maru {
  background: #FFFDE6;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}
main .under_content .box_maru p:last-child, main .under_content_r .box_maru p:last-child {
  margin-bottom: 0;
}
main .under_content .aisatsu .img, main .under_content_r .aisatsu .img {
  width: 230px;
  margin: 0px 20px 10px 0;
  float: left;
}
@media screen and (max-width: 767px) {
  main .under_content .aisatsu .img, main .under_content_r .aisatsu .img {
    margin: 0 auto 3vw;
    width: 50%;
    float: none;
  }
}
main .under_content .aisatsu .align_right, main .under_content_r .aisatsu .align_right {
  clear: both;
}
main .under_content .box, main .under_content_r .box {
  background: #FEFFE9;
  padding: 10px;
}
main .under_content .box p:last-child, main .under_content_r .box p:last-child {
  margin-bottom: 0;
}
.recruit main .under_content .box, .recruit main .under_content_r .box {
  border: 1px solid #44C0F0;
}
main .under_content .box ul:after, main .under_content_r .box ul:after {
  content: "";
  display: block;
  clear: both;
}
main .under_content .box ul li, main .under_content_r .box ul li {
  display: inline-block;
  float: left;
  margin: 5px 12px;
}
main .under_content .box ul li a:before, main .under_content_r .box ul li a:before {
  content: '●';
  display: inline-block;
  margin-right: 2px;
}
main .under_content .box .button_box ul li a, main .under_content_r .box .button_box ul li a {
  background: #fff;
  color: #595757;
}
main .under_content .p30, main .under_content_r .p30 {
  padding: 30px;
}
main .under_content .button_box.w32 ul li, main .under_content_r .button_box.w32 ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  main .under_content .button_box.w32 ul li, main .under_content_r .button_box.w32 ul li {
    width: 49%;
  }
}
main .under_content .button_box ul, main .under_content_r .button_box ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .under_content .button_box ul li, main .under_content_r .button_box ul li {
  width: 19%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0.5%;
  line-height: 1.2;
  text-align: left;
  position: relative;
}
main .under_content .button_box ul li:after, main .under_content_r .button_box ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: -2px;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  main .under_content .button_box ul li, main .under_content_r .button_box ul li {
    width: 49%;
  }
}
main .under_content .button_box ul li a, main .under_content_r .button_box ul li a {
  background: #FFFDE6;
  text-decoration: none;
  padding: 6px 12px 6px 24px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
  z-index: 2;
  color: #595757;
}
main .under_content .button_box ul li a:hover, main .under_content_r .button_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .under_content .button_box ul li a:before, main .under_content_r .button_box ul li a:before {
  content: '';
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  left: 6px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
main .under_content .button_box ul li a:after, main .under_content_r .button_box ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -3px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
main .under_content .text_circle1, main .under_content_r .text_circle1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle1, main .under_content_r .text_circle1 {
    display: block;
  }
}
main .under_content .text_circle1 .text, main .under_content_r .text_circle1 .text {
  width: 360px;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle1 .text, main .under_content_r .text_circle1 .text {
    width: auto;
  }
}
main .under_content .text_circle1 .circle, main .under_content_r .text_circle1 .circle {
  width: 390px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle1 .circle, main .under_content_r .text_circle1 .circle {
    width: auto;
    display: block;
  }
}
main .under_content .text_circle1 .circle .in, main .under_content_r .text_circle1 .circle .in {
  width: 110px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle1 .circle .in, main .under_content_r .text_circle1 .circle .in {
    display: none;
  }
}
main .under_content .text_circle1 .circle .in span:before, main .under_content_r .text_circle1 .circle .in span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.recruit main .under_content .text_circle1 .circle .in span:before, .recruit main .under_content_r .text_circle1 .circle .in span:before {
  background: #44C0F0;
}
main .under_content .text_circle1 .circle .maru, main .under_content_r .text_circle1 .circle .maru {
  margin-left: 16px;
  background: #FFFDE6;
  text-align: center;
  color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
main .under_content .text_circle1 .circle .maru a, main .under_content_r .text_circle1 .circle .maru a {
  color: #fff;
}
.recruit main .under_content .text_circle1 .circle .maru, .recruit main .under_content_r .text_circle1 .circle .maru {
  border: 3px solid #44C0F0;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle1 .circle .maru, main .under_content_r .text_circle1 .circle .maru {
    width: 50vw;
    height: 50vw;
    margin: 0 auto 2vw;
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .under_content .text_circle2, main .under_content_r .text_circle2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle2, main .under_content_r .text_circle2 {
    display: block;
  }
}
main .under_content .text_circle2 .text, main .under_content_r .text_circle2 .text {
  width: 360px;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle2 .text, main .under_content_r .text_circle2 .text {
    width: auto;
  }
}
main .under_content .text_circle2 .circle, main .under_content_r .text_circle2 .circle {
  width: 390px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle2 .circle, main .under_content_r .text_circle2 .circle {
    width: auto;
    display: block;
  }
}
main .under_content .text_circle2 .circle .in, main .under_content_r .text_circle2 .circle .in {
  width: 110px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle2 .circle .in, main .under_content_r .text_circle2 .circle .in {
    display: none;
  }
}
main .under_content .text_circle2 .circle .in span:before, main .under_content_r .text_circle2 .circle .in span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
}
.recruit main .under_content .text_circle2 .circle .in span:before, .recruit main .under_content_r .text_circle2 .circle .in span:before {
  background: #44C0F0;
}
main .under_content .text_circle2 .circle .maru, main .under_content_r .text_circle2 .circle .maru {
  margin-left: 16px;
  background: #ddd;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  width: 264px;
  height: 264px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
main .under_content .text_circle2 .circle .maru a, main .under_content_r .text_circle2 .circle .maru a {
  color: #fff;
}
.recruit main .under_content .text_circle2 .circle .maru, .recruit main .under_content_r .text_circle2 .circle .maru {
  background: #44C0F0;
}
@media screen and (max-width: 767px) {
  main .under_content .text_circle2 .circle .maru, main .under_content_r .text_circle2 .circle .maru {
    width: 50vw;
    height: 50vw;
    margin: 0 auto 2vw;
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .under_content .table_box, main .under_content_r .table_box {
  font-size: 17px;
}
.big main .under_content .table_box, .big main .under_content_r .table_box {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main .under_content .table_box, main .under_content_r .table_box {
    overflow-x: scroll;
  }
}
main .under_content .table_box table, main .under_content_r .table_box table {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  main .under_content .table_box table, main .under_content_r .table_box table {
    min-width: 640px;
  }
}
main .under_content .table_box table tr th:first-child, main .under_content_r .table_box table tr th:first-child {
  width: 200px;
}
main .under_content .table_box table tr th, main .under_content .table_box table tr td, main .under_content_r .table_box table tr th, main .under_content_r .table_box table tr td {
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
main .under_content .table_box .calendar {
  padding: 1px;
  border-top: none;
  border-bottom: none;
}
main .under_content .table_box .white {
  padding: 20px;
  border-top: none;
  border-bottom: none;
}
main .under_content .block .table_box .uppernone {
  padding: 20px;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
main .under_content .block .table_box .lowernone {
  padding: 20px;
  border: none;
}
main .under_content .block .table_box .upperdot {
  padding: 20px;
  border-top: 3px dotted #f08300;
}
main .under_content .block .table_box .calendar {
  padding: 20px;
}
main .under_content .block .table_box .lowerdot {
  padding: 20px;
  border-bottom: 3px dotted #f08300;
}
main .under_content .block .table_box .rowerdot {
  padding: 10px 10px;
  border-top: 3px dotted #f08300;
}
main .under_content .table_box table tr th.w5, main .under_content .table_box table tr td.w5, main .under_content_r .table_box table tr th.w5, main .under_content_r .table_box table tr td.w5 {
  width: 5%;
}
main .under_content .table_box table tr th.w10, main .under_content .table_box table tr td.w10, main .under_content_r .table_box table tr th.w10, main .under_content_r .table_box table tr td.w10 {
  width: 10%;
}
main .under_content .table_box table tr th.w15, main .under_content .table_box table tr td.w15, main .under_content_r .table_box table tr th.w15, main .under_content_r .table_box table tr td.w15 {
  width: 15%;
}
main .under_content .table_box table tr th.w16_6, main .under_content .table_box table tr td.w16_6, main .under_content_r .table_box table tr th.w16_6, main .under_content_r .table_box table tr td.w16_6 {
  width: 16.6%;
}
main .under_content .table_box table tr th.w16_6, main .under_content .table_box table tr td.w16_6, main .under_content_r .table_box table tr th.w16_6, main .under_content_r .table_box table tr td.w16_6 {
  width: 18%;
}
main .under_content .table_box table tr th.w20, main .under_content .table_box table tr td.w20, main .under_content_r .table_box table tr th.w20, main .under_content_r .table_box table tr td.w20 {
  width: 20%;
}
main .under_content .table_box table tr th.w20, main .under_content .table_box table tr td.w20, main .under_content_r .table_box table tr th.w20, main .under_content_r .table_box table tr td.w20 {
  width: 22%;
}
main .under_content .table_box table tr th.w25, main .under_content .table_box table tr td.w25, main .under_content_r .table_box table tr th.w25, main .under_content_r .table_box table tr td.w25 {
  width: 25%;
}
main .under_content .table_box table tr th.w30, main .under_content .table_box table tr td.w30, main .under_content_r .table_box table tr th.w30, main .under_content_r .table_box table tr td.w30 {
  width: 30%;
}
main .under_content .table_box table tr th.w35, main .under_content .table_box table tr td.w35, main .under_content_r .table_box table tr th.w35, main .under_content_r .table_box table tr td.w35 {
  width: 35%;
}
main .under_content .table_box table tr th.w40, main .under_content .table_box table tr td.w40, main .under_content_r .table_box table tr th.w40, main .under_content_r .table_box table tr td.w40 {
  width: 40%;
}
main .under_content .table_box table tr th.w45, main .under_content .table_box table tr td.w45, main .under_content_r .table_box table tr th.w45, main .under_content_r .table_box table tr td.w45 {
  width: 45%;
}
main .under_content .table_box table tr th.w50, main .under_content .table_box table tr td.w50, main .under_content_r .table_box table tr th.w50, main .under_content_r .table_box table tr td.w50 {
  width: 50%;
}
main .under_content .table_box table tr th.w55, main .under_content .table_box table tr td.w55, main .under_content_r .table_box table tr th.w55, main .under_content_r .table_box table tr td.w55 {
  width: 55%;
}
main .under_content .table_box table tr th.w60, main .under_content .table_box table tr td.w60, main .under_content_r .table_box table tr th.w60, main .under_content_r .table_box table tr td.w60 {
  width: 60%;
}
main .under_content .table_box table tr th.w65, main .under_content .table_box table tr td.w65, main .under_content_r .table_box table tr th.w65, main .under_content_r .table_box table tr td.w65 {
  width: 65%;
}
main .under_content .table_box table tr th.w70, main .under_content .table_box table tr td.w70, main .under_content_r .table_box table tr th.w70, main .under_content_r .table_box table tr td.w70 {
  width: 70%;
}
main .under_content .table_box table tr th.w75, main .under_content .table_box table tr td.w75, main .under_content_r .table_box table tr th.w75, main .under_content_r .table_box table tr td.w75 {
  width: 75%;
}
main .under_content .table_box table tr th.w80, main .under_content .table_box table tr td.w80, main .under_content_r .table_box table tr th.w80, main .under_content_r .table_box table tr td.w80 {
  width: 80%;
}
main .under_content .table_box table tr th.w85, main .under_content .table_box table tr td.w85, main .under_content_r .table_box table tr th.w85, main .under_content_r .table_box table tr td.w85 {
  width: 85%;
}
main .under_content .table_box table tr th.w90, main .under_content .table_box table tr td.w90, main .under_content_r .table_box table tr th.w90, main .under_content_r .table_box table tr td.w90 {
  width: 90%;
}
main .under_content .table_box table tr th.w95, main .under_content .table_box table tr td.w95, main .under_content_r .table_box table tr th.w95, main .under_content_r .table_box table tr td.w95 {
  width: 95%;
}
main .under_content .table_box table tr th.w100, main .under_content .table_box table tr td.w100, main .under_content_r .table_box table tr th.w100, main .under_content_r .table_box table tr td.w100 {
  width: 100%;
}
main .under_content .table_box table tr th, main .under_content_r .table_box table tr th {
  font-weight: bold;
  background-color: #FCDA84;
  /* [disabled]background-repeat: no-repeat; */
  background-size: contain;
}
main .under_content .table_box .odd {
  font-weight: bold;
  background-image: url(../img/th_backpaint.png);
  /* [disabled]background-repeat: no-repeat; */
  background-size: contain;
}
main .under_content .table_box .other {
  font-weight: bold;
  background-image: url(../img/th_backpaint2.png);
  /* [disabled]background-repeat: no-repeat; */
  background-size: contain;
}
main .under_content .table_box .even {
  font-weight: bold;
  background-image: url(../img/th_backpaint1.png);
  /* [disabled]background-repeat: no-repeat; */
  background-size: contain;
}
main .under_content .table_box .white {
  font-weight: bold;
  background-color: #Fff;
}
main .under_content_r .table_box .calendar {
  background-color: #fff;
}
main .under_content .table_box table tr td, main .under_content_r .table_box table tr td {
  background: #fff;
}
@media screen and (max-width: 767px) {
  main .under_content .table_box.s100, main .under_content_r .table_box.s100 {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  main .under_content .table_box.s100 table, main .under_content_r .table_box.s100 table {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  main .under_content_r {
    margin: 0 calc(30/750 * 100vw);
  }
}
main .under_content_r h3 {
  border-radius: 20px;
  position: relative;
}
main .under_content_r .block_r {
  position: relative;
  padding-left: 96px;
}
@media screen and (max-width: 767px) {
  main .under_content_r .block_r {
    padding-left: 0;
  }
}
main .under_content_r .block_r h3 {
  margin-bottom: 0.8em;
}
main .under_content_r .block_r h3:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 70px;
  background: #44C0F0;
  border-radius: 50%;
  left: -95px;
  top: 50%;
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  main .under_content_r .block_r h3:before {
    content: none;
  }
}
main .under_content_r .block_r h4 {
  border-radius: 20px;
  margin-bottom: 0.8em;
}
main .under_content_r .img_img {
  margin: 6px 0;
}
main .under_content_r table.text {
  margin-bottom: 1em;
}
main .under_content_r table.text th, main .under_content_r table.text td {
  vertical-align: top;
  padding: 6px 12px;
}
@media screen and (max-width: 767px) {
  main .under_content_r table.text th, main .under_content_r table.text td {
    padding: 0;
    display: block;
    width: auto;
  }
}
main .under_content_r table.text th {
  width: 280px;
  border-top: 1px solid #ddd;
  border-right: 3px solid #ddd;
}
@media screen and (max-width: 767px) {
  main .under_content_r table.text th {
    width: auto;
    border: 0;
  }
}
main .under_content_r table.text td {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  main .under_content_r table.text td {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  main .under_content_r table.text tr {
    display: block;
    margin-top: 0.6em;
  }
  main .under_content_r table.text tr:first-child {
    margin-top: 0;
  }
}
main .under_content_r table.text tr:first-child th, main .under_content_r table.text tr:first-child td {
  border-top: 0;
}
@media screen and (max-width: 767px) {
  main .under_content_r .table_box {
    overflow-x: scroll;
  }
}
main .under_content_r .table_box table {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  main .under_content_r .table_box table {
    min-width: 1100px;
  }
}
main .under_content_r table.sch {
  font-size: 17px;
  width: 100%;
}
.big main .under_content_r table.sch {
  font-size: 22px;
}
main .under_content_r table.sch thead th, main .under_content_r table.sch thead td {
  width: auto !important;
  text-align: center;
  background: #FFFDE6 !important;
  border: 1px solid #44C0F0 !important;
  padding: 6px;
}
main .under_content_r table.sch tbody th, main .under_content_r table.sch tbody td {
  width: auto !important;
  text-align: center;
  background: #fff !important;
  border: 1px solid #44C0F0 !important;
  padding: 6px;
}
main .under_content_r .banner_r {
  width: 1100px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  main .under_content_r .banner_r {
    width: auto;
  }
}
main .under_content_r .banner_r ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content_r .banner_r ul {
    display: block;
  }
}
main .under_content_r .banner_r ul li {
  width: 22%;
}
@media screen and (max-width: 767px) {
  main .under_content_r .banner_r ul li {
    margin-bottom: 4vw;
    width: auto;
  }
}
main .under_content_r .banner_r ul li a {
  display: block;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  main .under_content_r .banner_r ul li a {
    text-align: right;
  }
}
main .under_content_r .banner_r ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  main .under_content_r .banner_r ul li a img {
    width: 80%;
  }
}
main .under_content_r .banner_r ul li a .circle {
  background: #ddd;
  position: absolute;
  text-align: center;
  color: #fff;
  top: -30px;
  left: -40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .under_content_r .banner_r ul li a .circle {
    width: 25vw;
    height: 25vw;
    top: 50%;
    margin-top: -12.5vw;
    left: auto;
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .under_content_r .banner_r ul li a .circle.c1 {
  background: #CC89BF;
}
main .under_content_r .banner_r ul li a .circle.c2 {
  background: #ABCD03;
}
main .under_content_r .banner_r ul li a .circle.c3 {
  background: #F6AB00;
}
main .under_content_r .banner_r ul li a .circle.c4 {
  background: #EE8195;
}
main .under_content_r .hr {
  width: 100%;
  height: 11px;
  background: url(../img/recruit/circle2.png) repeat-x;
  background-size: auto 101%;
  margin: 30px 0;
}
main .under_content_r .button_box ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .under_content_r .button_box ul li {
  width: 19%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0.5%;
  line-height: 1.2;
  text-align: left;
  position: relative;
}
main .under_content_r .button_box ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: -2px;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  main .under_content_r .button_box ul li {
    width: 32.3%;
  }
}
main .under_content_r .button_box ul li a {
  background: #FFFDE6;
  text-decoration: none;
  padding: 6px 12px 6px 24px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
  z-index: 2;
}
main .under_content_r .button_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .under_content_r .button_box ul li a:before {
  content: '';
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  left: 6px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
main .under_content_r .button_box ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -3px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
main .under_content_r .text_circle1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle1 {
    display: block;
  }
}
main .under_content_r .text_circle1 .text {
  width: 750px;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle1 .text {
    width: auto;
  }
}
main .under_content_r .text_circle1 .circle {
  width: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle1 .circle {
    width: auto;
    display: block;
  }
}
main .under_content_r .text_circle1 .circle .in {
  width: 110px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle1 .circle .in {
    display: none;
  }
}
main .under_content_r .text_circle1 .circle .in span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.recruit main .under_content_r .text_circle1 .circle .in span:before {
  background: #D4E9CC;
}
main .under_content_r .text_circle1 .circle .maru {
  margin-left: 16px;
  background: #D4E9CC;
  text-align: center;
  color: #595757;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
main .under_content_r .text_circle1 .circle .maru a {
  color: #fff;
}
.recruit main .under_content_r .text_circle1 .circle .maru a {
  color: #595757;
}
.recruit main .under_content_r .text_circle1 .circle .maru {
  border: 0;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle1 .circle .maru {
    width: 50vw;
    height: 50vw;
    margin: 0 auto 2vw;
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .under_content_r .text_circle2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle2 {
    display: block;
  }
}
main .under_content_r .text_circle2 .text {
  width: 360px;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle2 .text {
    width: auto;
  }
}
main .under_content_r .text_circle2 .circle {
  width: 390px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle2 .circle {
    width: auto;
    display: block;
  }
}
main .under_content_r .text_circle2 .circle .in {
  width: 110px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle2 .circle .in {
    display: none;
  }
}
main .under_content_r .text_circle2 .circle .in span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
}
.recruit main .under_content_r .text_circle2 .circle .in span:before {
  background: #44C0F0;
}
main .under_content_r .text_circle2 .circle .maru {
  margin-left: 16px;
  background: #ddd;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  width: 264px;
  height: 264px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
main .under_content_r .text_circle2 .circle .maru a {
  color: #fff;
}
.recruit main .under_content_r .text_circle2 .circle .maru {
  background: #44C0F0;
}
@media screen and (max-width: 767px) {
  main .under_content_r .text_circle2 .circle .maru {
    width: 50vw;
    height: 50vw;
    margin: 0 auto 2vw;
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .under_content_r .profile {
  margin-top: 1.2em;
}
main .under_content_r .profile h4 {
  width: 100%;
  border-radius: 0;
  background: none !important;
  color: #595757 !important;
  position: relative;
  border-left: 2px solid #ddd;
  border-bottom: 4px solid #ddd;
  margin: 1.4em 0;
}
main .under_content_r .profile h4 span {
  position: relative;
  right: auto;
  margin-left: 1em;
  font-size: 16px;
  top: 50%;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile h4 span {
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -0.5em;
  }
}
main .under_content_r .profile .in .img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile .in .img {
    margin: 0 auto;
    width: 50vw;
    height: 50vw;
  }
}
main .under_content_r .profile .in .text {
  width: 760px;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile .in .text {
    width: auto;
    margin-top: 4vw;
  }
}
main .under_content_r .profile .in .text dl dt {
  width: 230px;
  background: #FFFDE6;
  font-weight: bold;
  padding: 4px 10px;
  border-left: 2px solid #ddd;
  border-bottom: 4px solid #ddd;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile .in .text dl dt {
    width: auto;
    border: 0;
  }
}
main .under_content_r .profile .in .text dl dd {
  padding: 4px 0 4px 20px;
  width: 514px;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile .in .text dl dd {
    width: auto;
    padding: 10px 0;
  }
}
main .under_content .bottom {
  justify-content: flex-end;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  main .under_content .bottom {
    display: block;
  }
}
main .under_content_r .profile .bottom .circle {
  background: #FFFDE6;
  border: 3px solid;
  text-align: center;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile .bottom .circle {
    width: auto;
    height: auto;
  }
}
.recruit main .under_content_r .profile .bottom .circle {
  color: #595757;
  border-color: #f08300C;
}
main .under_content_r .profile .bottom .fukidashi {
  margin-left: 40px;
  width: 760px;
  background: #FFFDE6;
  border: 3px solid;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile .bottom .fukidashi {
    width: auto;
    height: auto;
    border-radius: 0;
    margin-left: 0;
    border-top: 0;
  }
}
main .under_content_r .profile .bottom .fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFFDE6;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile .bottom .fukidashi:before {
    content: none;
  }
}
main .under_content_r .profile .bottom .fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #777;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .under_content_r .profile .bottom .fukidashi:after {
    content: none;
  }
}
.recruit main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #44C0F0;
}
.recruit main .under_content_r .profile .bottom .fukidashi {
  border-color: #44C0F0;
}
main .under_content_r .bottom_box .ttl {
  background: #FEEFD0;
  color: #595757;
  border-radius: 0;
  text-align: center;
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  main .under_content_r .bottom_box .ttl {
    font-size: calc(38/750 * 100vw) !important;
    padding: 2vw;
  }
}
main .under_content_r .bottom_box ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
main .under_content_r .bottom_box ul li a {
  display: block;
  padding: 8px 2em 8px 0;
  opacity: 1.0;
  transition: 0.4s;
  position: relative;
  color: #595757;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  main .under_content_r .bottom_box ul li a {
    padding: 2vw;
  }
}
main .under_content_r .bottom_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .under_content_r .bottom_box ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  main .under_content_r .bottom_box ul li a:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
main .form p.attention {
  margin-top: 1em;
  text-align: center;
}
main .form p.soushinmae {
  margin: 1em auto 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .under_form {
    width: calc(600/750 * 100vw);
  }
  main .under_form p.attention {
    text-align: center;
  }
}
main .form .error_text {
  width: auto;
  margin: 0 auto;
  color: red;
  padding-left: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  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: #00a6e2;
  color: #fff;
  border: 0;
  border-radius: 25px;
  font-size: 17px;
  padding: 10px 30px;
  letter-spacing: 0.06em;
  cursor: pointer;
  opacity: 1.0;
  transition: 0.4s;
  width: 193px;
  height: 44px;
}
main .form .submit input:hover {
  opacity: 0.6;
  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: 767px) {
  main .form .form_kanryou {
    text-align: left;
  }
}
.kakunin td p {
  font-weight: 600;
}
main .form .form_table_kakunin {
  width: auto;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}
.sinryo main .form .form_table_kakunin {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin {
    width: auto;
  }
  .sinryo main .form .form_table_kakunin {
    width: auto;
  }
}
main .form .form_table_kakunin table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table tr {
    display: block;
  }
}
main .form .form_table_kakunin table th, main .form .form_table_kakunin table td {
  padding: 6px 16px;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table th, main .form .form_table_kakunin table td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table th {
    width: auto;
  }
}
main .form .form_table_kakunin table td {
  font-size: 17px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table td {
    padding: 10px 0;
  }
}
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;
}
main .form .form_table {
  width: auto;
  margin-top: 50px;
  /*margin: 0 auto;*/
  background: #EBF5E5;
  border-top: 1px solid #ddd;
  padding: 20px;
}
.sinryo main .form .form_table {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  main .form .form_table {
    width: auto;
  }
  .sinryo main .form .form_table {
    width: auto;
  }
}
main .form .form_table table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .form .form_table table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .form .form_table table tr {
    display: block;
  }
}
main .form .form_table table th, main .form .form_table table td {
  padding: 6px 16px;
}
@media screen and (max-width: 767px) {
  main .form .form_table table th, main .form .form_table table td {
    display: block;
  }
}
main .form .form_table table th {
  background-color: #FFFFFF;
  width: 30%;
  border-left: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}
/*@media screen and (max-width: 767px) {
  main .form .form_table table th {
    width: auto;
  }
}*/
main .form .form_table table td {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  main .form .form_table table td {
    padding: 10px 0;
  }
}
main .form .form_table table div {
  margin: 4px 0;
}
main .form .form_table table div span {
  display: block;
}
@media screen and (max-width: 767px) {
  main .form .form_table table div span {
    display: block;
  }
}
main .form .form_table table div.radio {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main .form table div.radio.w40, main .form table div.radio.w80 {
    width: calc(550/750 * 100vw);
    font-size: calc(30/750 * 100vw);
  }
}
main .form .form_table table div.text {
  display: inline-block;
}
main .form .form_table table div.text input {
  padding: 6px;
  width: 100%;
}
main .form .form_table table input[type="text"] {
  padding: 10px;
  font-size: 20px;
  border: 1px solid #ddd;
}
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;
}
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 .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: #777;
}
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;
}
/*　お知らせ　*/
.img2 {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.img3 {
  width: 100%;
  height: 100%;
  margin: 5px auto 0 auto;
}
.genkou {
  list-style-image: url("../img/top/pinkmaru.png");
  width: 740px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: -150px;
  margin-bottom: 10px;
  line-height: 40px;
  list-style: none;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .genkou {
    width: 100%;
    margin-left: 0.8vw;
    margin-right: 2.2vw;
    font-size: calc(30/750 * 100vw);
  }
}
/*　地図　*/
.nanohana_map {
  padding: 20px;
}
/*-------------------------
	PC　↔　SP　画像入れ替え　
--------------------------*/
/*　ヘッダー　*/
#header .toggle-pc {
  display: block;
}
#header .hdrlogo-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .toggle-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hdrlogo-sp {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 20px;
  }
}
/*　ナビ　*/
.nav_onkv img {
  border-radius: 100%;
}
.nav_onkv img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s;
}
.nav_onkv a:hover {
  opacity: 1.0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) {
  .home main .kv .nav_onkv {
    position: absolute;
    width: 100%;
    bottom: -90px;
    margin-bottom: 40px;
  }
}
.home main .kv {
  position: relative;
  bottom: auto;
}
@media only screen and (min-width: 768px) {
  main .nav_onkv ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
  }
}
.nav_onkv .toggle-pc {
  display: block;
}
.nav_onkv .toggle-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav_onkv .toggle-pc {
    display: none;
  }
  .nav_onkv .toggle-sp {
    width: 100%;
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav_onkv {
    /*<!--        		position: relative;-->*/
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .nav_onkv ul li {
    margin: 10px auto;
  }
}
/*　地図　*/
.block .toggle-pc {
  display: block;
}
.block .toggle-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .block .toggle-pc {
    display: none;
  }
  .block .toggle-sp {
    display: block;
    margin-bottom: 20px;
  }
}
/*　フッター　*/ /*
#footer .footerlogo .toggle-pc {
  display: inline-block;
  position: absolute;
  left: 5px;
}
#footer .toggle-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #footer {
    background-color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footerlogo .toggle-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .toggle-pc {
    display: none;
  }
  #footer .toggle-sp {
    display: block;
    margin-top: -25vw;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    	z-index: -1;

  }
}
#footer2 {
  z-index: 9999;
  margin: 0;
  position: relative;
  height: auto;
}
#footer2 .info2 {
  text-align: center;
  position: absolute;
  left: 32vw;
  bottom: 11vw;
  font-size: 3vw;
  font-weight: bold;
}
#footer2 .info2 .tel {
  font-size: 4vw;
}
#footer2 .incects {
  position: absolute;
  width: 30vw;
  bottom: 70%;
  left: 7vw;
  z-index: 9999;
}
#footer2 .home {
  position: absolute;
  width: 20vw;
  bottom: 68%;
  right: 2vw;
  z-index: 9999;
}*/
/*@media only screen and (min-width: 768px) {
.backcolor {
	width: 100vw;
	background-color: #FEF6B5;
}*/
@media only screen and (min-width: 768px) {
  .backcolor_1 {
    position: absolute;
    width: 100vw;
    height: 520px;
    background-color: #FEF6B5;
    top: 20.5%;
  }
}
.nanohana {
  background-image: url("../img/common/nanohana.png");
  background-repeat: repeat-x;
}
.sidebyside {
  display: inline-block;
}
/*━━━━━━━━━━━━━━━━━━━━
共通のCSS
━━━━━━━━━━━━━━━━━━━━*/
.flex_c {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.flex_l {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.flex_r {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row-reverse;
}
.flex_sb {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.flex_sa {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.c_dot_line {
  border-top: 5px dotted #C4DC4F;
}
/*━━━━━━━━━━━━━━━━━━━━
  キービジュアルの真下の丸いnav
━━━━━━━━━━━━━━━━━━━━*/
.nav_onkv ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.home .nav_onkv ul li img {
  width: 130px;
}
.toggle-pc_p {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 100px;
}
.toggle-pc_p_single {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 80px;
}
h2.greeting {
  font-size: 32px;
  font-weight: bold;
  color: #00a6e2;
}
/*━━━━━━━━━━━━━━━━━━━━
  画面右側の付箋
━━━━━━━━━━━━━━━━━━━━*/
.fusen_area {
  position: fixed;
  right: 0;
  top: 340px;
  z-index: 9999;
}
.fusen_area img {
  width: 135px;
  height: 113px;
}
.fusen {
  width: 200px;
}
.fusen ul li {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
  padding: 30px 30px 30px 10px;
  position: relative;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(to right, #f0729d 60%, #f1f1c1 0.5%, #f1f1c1 13%, #ffe85a 16%);
}
/*━━━━━━━━━━━━━━━━━━━━
	各園のタイトル
━━━━━━━━━━━━━━━━━━━━*/
.kakuen {
  margin: 0;
  padding: 20px;
}
.kakuen .img2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
h2.garden_info {
  font-size: 32px;
  font-weight: bold;
  color: #00a6e2;
}
/*━━━━━━━━━━━━━━━━━━━━
	最新情報
━━━━━━━━━━━━━━━━━━━━*/
.birdttl {
  margin: 0;
  padding: 20px;
}
.birdttl .img2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
h2.new_info {
  font-size: 32px;
  font-weight: bold;
  color: #00a6e2;
}
main .saishin_img {
  width: 270px;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin: 0 20px 30px 0;
}
main .saishin_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: auto;
}
.text_img2 .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
@media (max-width: 767px) {
  main .saishin_img {
    width: calc(650/750 * 100vw);
    height: calc(400/750 * 100vw);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  main .saishin_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    height: auto;
  }
  .text_img2 .flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: left;
  }
}
/*.ul_button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}*/
.ul_button ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  margin: 15px 0;
}
.ul_button li {
  width: 215px;
  margin: 0 5px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  /*.ul_button {
    width: calc(650/750 * 100vw);
    display: block;
    margin: 0 auto;
  }*/
  .ul_button ul, main.home .use_main .ul_button ul {
    width: calc(550/750 * 100vw);
    margin: 0 auto;
    display: block;
  }
  .ul_button li, main.home .use_main .ul_button ul li {
    width: calc(550/750 * 100vw);
    margin: 5px auto;
    font-size: 16px;
  }
}
.btn_radius {
  height: 40px;
  width: 207px;
  text-align: center;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  background-color: blue;
}
.btn_radius:hover {
  background-color: #1e90ff;
}
.footer_nav {
  max-width: 100%;
  height: 20px;
  margin-bottom: 45px;
}
nav.orange_button {
  width: 900px;
  margin: 0 auto;
}
.orange_button ul {
  width: 900px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.orange_button li {
  display: inline-block;
}
.btn_orange_radius {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  /*width:150px;*/
  display: inline-block;
  padding: 2px 7px;
  border-radius: 25px;
  text-decoration: none;
  color: #e46a81;
  background-color: #fff;
  border: solid 2px #e46a81;
}
.v_line_fix {
  margin: 10px 50px 0 50px;
  width: 5px;
  height: 86px;
  background-color: #00a6e2;
  border-radius: 10px;
}
/*━━━━━━━━━━━━━━━━━━━━
  フッター
━━━━━━━━━━━━━━━━━━━━*/
.flower {
  border: solid 1px; /* 枠線指定 */
  display: inline-block; /* インラインブロックにする */
  padding: 10px 20px; /* 余白指定 */
  background-color: rgba(255, 255, 255, 0.7); /* 背景色指定 */
}
.flower_img {
  background-image: url("../img/ftr_flr.jpg");
  background-repeat: repeat-x;
}
div.footer_info {
  margin: 10px;
}
tr td.bold_center {
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  background: #FFFCD8;
  border-right: 1px solid #777;
  border-left: 1px solid #777;
}
.bigred {
  font-size: 1em;
  font-weight: 600;
  color: red;
}
.mikan {
  background: #F2FB6F;
}
.bordertop_b {
  border-top: 5px solid #777;
}
.borderbottom {
  border-bottom: 1px solid #777;
}
.tsume {
  letter-spacing: -0.01em;
}
.form .small {
    font-size: 0.8em;
    padding-left: 0;
}
.under_content .pageturner {
    text-align: center;
margin: 0 auto;

}
.under_content .pageturner span, .under_content .pageturner a {
    
  border: 1px solid #2FA2EB;
    padding: 10px 25px;
            position: relative;

}
.under_content .pageturner .leftarrow:before {
 content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  border-bottom: 1px solid #2FA2EB;
  border-left: 1px solid #2FA2EB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.under_content .pageturner .rightarrow:after {
 content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #2FA2EB;
  border-right: 1px solid #2FA2EB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
