@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 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.flex div:first-child {
  margin-right: 50px
}
.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;
}
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: 22px;
  line-height: 1.7;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-feature-settings: normal;
    font-family: 'Yu Gothic UI', sans-serif;
  }
}
@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 0;
  }
  .flex {
    display: block;
    justify-content: flex-start;
  }
    .flex div:first-child {
  margin-right: 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 .sp_header {
  display: none;
  font-size: calc(36/750 *100vw);
}
@media screen and (max-width: 767px) {
  #header .sp_header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: calc(30/750 * 100vw);
    align-items: center;
  }
}
#header .sp_header .trigger {
  cursor: pointer;
  position: absolute;
  top: 8vw;
  left: 80vw;
  width: 12vw;
  height: 12vw;
  background: url(../img/common/sp_ham.png) 0 center no-repeat;
  background-size: contain;
}
.open #header .sp_header .trigger {
  background-image: none;
}
.open #header .sp_header .trigger:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -2vw;
  font-size: 11px;
  left: 50%;
  margin-left: -4vw;
  background: url(../img/common/close.png) 0 0 no-repeat;
  background-size: contain;
  width: 8vw;
  height: 3vw
}
.open #header .sp_header .trigger span::before, .open #header .sp_header .trigger span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 10%;
  margin: -8% 0 0 -42%;
  background: #ABCD03;
}
.open #header .sp_header .trigger span::after {
  transform: rotate(90deg);
}
#header .sp_header .tnav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 130vw;
  background: #FFF;
  z-index: 200;
  padding-top: 3vw;
  padding-bottom: calc(30/750 * 100vw);
  border-bottom: 1px solid #ddd;
  box-shadow: 0 10px 10px #ddd;
}
@media only screen and (max-width: 767px) {
  .sp_header ul {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sp_header ul li {
    /*padding: 2vw;*/
  }
}
#header .sp_header .tnav .totop {
  margin: 0 calc(10/100 * 100vw);
}
#header .sp_header .tnav .totop a {
  position: relative;
  display: block;
}
#header .sp_header .tnav .totop a:after {
  content: '';
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  width: 3vw;
  height: 3vw;
  right: 3vw;
  top: 50%;
  margin-top: -2vw;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul {
    display: block;
    margin: 0 calc(30/750 * 100vw);
  }
}
#header .sp_header .tnav ul li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul li {
    font-size: calc(38/750 * 100vw);
    /*margin: calc(30/750 * 100vw) 0;*/
  }
  #header .sp_header .tnav ul li:last-child {
    margin-bottom: 0;
  }
}
#header .sp_header .tnav ul li a {
  display: block;
  color: #fff;
  width: 200px;
  height: 200px;
  padding: 120px 0 20px;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul li a {
    width: 100%;
    height: auto;
    padding: 1vw 4.6vw 1vw 2vw;
    text-align: left;
  }
}
#header .sp_header .tnav ul li a:hover {
  opacity: 0.8;
  transition: 0.4s;
}
#header .sp_header .tnav ul li.n1 a {
  background: #00B0BB url(../img/common/navi_logo_1.png) center top 30px no-repeat;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul li.n1 a {
    background: #00B0BB url(../img/common/navi_logo_1.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
#header .sp_header .tnav ul li.n2 a {
  background: #6BBC6E url(../img/common/navi_logo_2.png) center top 30px no-repeat;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul li.n2 a {
    background: #6BBC6E url(../img/common/navi_logo_2.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
#header .sp_header .tnav ul li.n3 a {
  background: #ABCD03 url(../img/common/navi_logo_3.png) center top 30px no-repeat;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul li.n3 a {
    background: #ABCD03 url(../img/common/navi_logo_3.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
#header .sp_header .tnav ul li.n4 a {
  background: #F6AB00 url(../img/common/navi_logo_4.png) center top 30px no-repeat;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul li.n4 a {
    background: #F6AB00 url(../img/common/navi_logo_4.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
#header .sp_header .tnav ul li.n5 a {
  background: #58bfa6 url(../img/common/navi_logo_5.png) center top 30px no-repeat;
}
@media screen and (max-width: 767px) {
  #header .sp_header .tnav ul li.n5 a {
    background: #58bfa6 url(../img/common/navi_logo_5.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
#header .sp_header .tnav ul li.n6 a {
  padding-left: 4vw;
  background: #44C0F0;
}
#header .sp_header .logomark {
  width: 75vw;
  margin-left: 2vw;
  margin-top: 4vw;
  margin-right: 2vw;
  margin-bottom: 0;
}
#header .sp_header .box {
  font-size: 15px;
  margin: 3vw calc(30/750 * 100vw);
}
@media screen and (max-width: 767px) {
  #header .sp_header .box {
    font-size: calc(30/750 * 100vw) !important;
  }
}
.big #header .sp_header .box {
  font-size: 22px;
}
.under #header .sp_header .box {
  margin-bottom: 30px;
}
#header .sp_header .box p {
  text-align: left;
}
#header .sp_header .box p span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #header .sp_header .box p span {
    font-size: calc(22/750 * 100vw) !important;
  }
}
#header .sp_header .box p.waku {
  border: 1px solid #ddd;
  padding: 2px 6px;
  margin: 6px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #header .sp_header .box p.waku {
    padding: 1vw 2vw;
    margin: 2vw 0;
  }
}
#header .sp_header .box table td {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  #header .sp_header .box table td {
    padding-left: 2vw;
  }
}
#header .sp_header .box 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) {
  #header .sp_header .box a.link {
    padding: 2vw;
  }
}
#header .sp_header .box a.link:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#header .sp_header .box 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) {
  #header .sp_header .box a.link:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
#header .sp_header .box a.link.tel:after {
  content: none;
}
#header .sp_header .box a.link.tel span {
  position: relative;
}
#header .sp_header .box 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;
}
#header .sp_header .ttl {
  background: #F7C9DD;
  font-size: 18px;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #header .sp_header .ttl {
    font-size: calc(34/750 * 100vw) !important;
    padding: 2vw;
  }
}
.big #header .sp_header .ttl {
  font-size: 22px;
}
#header .sp_header .link_box .ttl {
  background: #FEEFD0;
  border-radius: 0;
  border-bottom: 1px solid #595757;
}
#header .sp_header .link_box ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#header .sp_header .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) {
  #header .sp_header .link_box ul li a {
    padding: 2vw;
  }
}
#header .sp_header .link_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#header .sp_header .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) {
  #header .sp_header .link_box ul li a:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
#header .sp_header .logottl {
  color: #231815;
  padding-top: 85px;
  padding-bottom: 30px;
}
#header .sp_header .logottl p {
  font-size: calc(22/750 * 100vw);
  line-height: 1.3;
  background: url(../img/common/logo02.png) 0 0 no-repeat;
  background-size: contain;
  padding: 0vw 0 0vw 9vw;
  margin-bottom: 2vw;
  font-weight: bold;
}
#header .sp_header .logottl h1 {
  font-size: calc(50/750 * 100vw);
  line-height: 1;
  font-weight: bold;
}
#header .sp_header .logottl .tel {
  font-size: calc(32/750 * 100vw);
  /* background: url(../img/common/tel.png) 0 0 no-repeat;*/
  background-size: contain;
  /*padding-top: 1vw;*/
  padding-left: 4.6vw;
  line-height: 1;
  margin-top: 0.2vw;
  margin-bottom: 3vw;
  display: block;
}
/*#header .inheader {
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  max-width: 100%;
  height: auto;
  padding-right: 10px;
}
.under #header .inheader {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
}*/
@media screen and (max-width: 767px) {
  .under #header .inheader {
    display: inline-block;
  }
}
/*#header .inheader .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  left: 3vw;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
}*/
/*#header .inheader .wrap .img {
  width: 400px;
}*/
/*.home #header .inheader .wrap {
  padding-top: 50px;
  z-index: 2;
  width: 1000px;
  height: auto;
  display: flex;
  justify-content: space-between;
}*/
/*.under #header .inheader .wrap {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}*/
/*#header .logomark {
  width: 202px;
}
.home #header .logomark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}*/
@media screen and (max-width: 767px) {
  .home #header .inheader .wrap {
    z-index: 2;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ以外のヘッダー　20200611＿松山
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (min-width: 768px) {
  #header {
    color: #595757;
    background: url("../img/sora_hdr2.jpg") top center no-repeat;
    width: 100%;
    height: 500px;
    margin: 0 auto 70px;
    position: relative;
  }
  #header .inheader {
    /*position: absolute;*/
    top: 15px;
    left: 50px;
    box-sizing: border-box;
    color: #595757;
    width: 500px;
    /*margin: 15px auto 32px 32px;*/
  }
  #header .rbw img:first-child {
    position: absolute;
    left: 2vw;
    top: 350px;
  }
  #header .rbw img:last-child {
    position: absolute;
    right: 2vw;
    top: 350px;
  }
  #header .rbw h1 {
    font-size: 36px;
    font-weight: bold;
    color: #00a6e2;
    position: absolute;
    top: 340px;
    left: 50%;
    margin-left: -108px;
  }
  #header .nav_header {
    box-sizing: border-box;
    color: #595757;
    width: 900px;
    margin: 20px auto 32px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ以外のヘッダーここまで　20200611＿松山
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.home #header .logomark img.under_img {
  display: none;
}
.under #header .logomark {
  width: 72px;
}
@media screen and (max-width: 767px) {
  .under #header .logomark {
    width: 14vw;
  }
}
.under #header .logomark img.home_img {
  display: none;
}
#header .logottl {
  color: #231815;
  /*  z-index: 2;
*/
}
@media screen and (max-width: 767px) {
  #header .logottl {
    margin-right: 0;
    margin-top: 2px;
    margin-bottom: -10vw;
    margin-left: 3vw;
  }
}
#header .logottl p {
  font-size: 13px;
  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;
  font-weight: bold;
}
#header .logottl h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
#header .info {
  text-align: right;
  width: 175px;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 1vw;
  float: left;
  clear: both;
}
#header .info .add {
  /*width: 165px;*/
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 25px;
}

#header .info .tel {
  font-size: 16px;
  /* background: url(../img/common/tel.png) 0 0 no-repeat;*/
  background-size: contain;
  padding-right: 0;
  margin-bottom: 2vw;
  line-height: 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: 0 auto;
}
.home #header .nav2 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .home #header .nav {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
#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;
}
#header .nav ul li.gairai_n a {
  background: #00B0BB;
}
#header .nav ul li.iryou_n a {
  background-image: url(../img/common/navi_kyusyok.png);
}
#header .nav ul li.nyuin_n a {
  background: #6BBC6E;
}
#header .nav ul li.sinryo_n a {
  background: #ABCD03;
}
#header .nav ul li.bumon_n a {
  background: #F6AB00;
}
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: 'Yu Gothic UI', sans-serif;
  }
}
@media screen and (max-width: 767px) {
  main {
    width: auto;
    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%;
}
main .w25 {
  width: 25%;
}
main .w30 {
  width: 30%;
}
main .w35 {
  width: 35%;
}
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;
}
.big main .breadcrumbs ul {
  font-size: 18px;
}
main .breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 13px;
  float: left;
}
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;
}
main .breadcrumbs ul li a:hover {
  transition: all 0.2s;
}
main .inblock_r {
  width: 1100px;
  margin: 0 auto;
}
.under main .inblock_r {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  main .inblock_r {
    width: auto;
    margin: 0 calc(30/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: 1100px;
  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;
}
main .photo_main .radius {
  height: 30px;
  width: 102px;
  font-size: 15px;
  color: #00a6e2;
  font-weight: bold;
  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_main img {
  height: 220px;
  width: 293px;
  border-radius: 20px;
}
/*.photo_main img :hover{
	opacity: 0.5;
}*/
.under main .inblock {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  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);
    margin: 0 auto;
  }
}
main .inblock .right {
  width: 260px;
}
@media screen and (max-width: 767px) {
  main .inblock .right {
    width: auto;
  }
}
.home .kv {
  width: 1040px;
  height: 600px; /*パソコンのスライダーの天地幅*/
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: -380px;
  z-index: 1;
  border-radius: 40px
}
.home .kv img {
  max-width: none;
  width: 100%;
  height: auto;
  /*    vertical-align: bottom;
*/ border-radius: 25px;
}
@media only screen and (min-width: 768px) {
  .home main .kv .nav_onkv {
    position: absolute;
    width: 100%;
    bottom: -90px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home .kv {
    width: calc(650/750 * 100vw);
    height: calc(450/750 * 100vw);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 600px;
    margin-top: -30px;
    z-index: 1;
    border-radius: 30px
  }
}
@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;
    width: 100%;
    margin: 0 calc(30/750 * 100vw);
  }
  .home main .kv .nav ul li {
    font-size: calc(38/750 * 100vw);
    margin: calc(30/750 * 100vw) 0;
  }
  .home main .kv .nav ul li:last-child {
    margin-bottom: 0;
  }
}
.home main .kv .nav ul li a {
  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;
}

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

.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: auto;
*/ 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;
}
header .inheader .wrap img {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .home main .home_banner ul li a img {
    width: 80%;
  }
  .inheader .pc .wrap img {
    width: 160px;
    height: 160px;
  }
}
.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;
  }
}
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: 22px;
}
@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;
}
.gairai main .under_ttl .in .text .subttl2:before {
  color: #00B0BB;
}
.iryou main .under_ttl .in .text .subttl2:before {
  color: #1ABBD5;
}
.nyuin main .under_ttl .in .text .subttl2:before {
  color: #6BBC6E;
}
.sinryo main .under_ttl .in .text .subttl2:before {
  color: #ABCD03;
}
.bumon main .under_ttl .in .text .subttl2:before {
  color: #F6AB00;
}
.gaiyo main .under_ttl .in .text .subttl2:before {
  color: #CC89BF;
}
.recruit main .under_ttl .in .text .subttl2:before {
  color: #44C0F0;
}
main .under_ttl .in .img {
  width: 650px;
}
@media screen and (max-width: 767px) {
  main .under_ttl .in .img {
    width: auto;
    margin-top: 3vw;
  }
}
.gairai main .under_ttl h2 {
  background: url(../img/common/navi_logo_1.png) left center no-repeat;
  background-size: contain;
}
.nyuin main .under_ttl h2 {
  background: url(../img/common/navi_logo_2.png) left center no-repeat;
  background-size: contain;
}
.sinryo main .under_ttl h2 {
  background: url(../img/common/navi_logo_3.png) left center no-repeat;
  background-size: contain;
}
.bumon main .under_ttl {
  background: #F6AB00;
}
.bumon main .under_ttl h2 {
  background: url(../img/common/navi_logo_4.png) left center no-repeat;
  background-size: contain;
}
.iryou main .under_ttl h2 {
  background: url(../img/common/navi_logo_5.png) left center no-repeat;
  background-size: contain;
}
.gaiyo main .under_ttl {
  background: #CC89BF;
}
.gaiyo main .under_ttl h2 {
  background: url(../img/common/navi_logo_6.png) left center no-repeat;
  background-size: contain;
}
main .under_content, main .under_content_r {
  font-size: 18px;
  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 {
  margin-bottom: 10px;
}

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)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.kakuen_title {
  font-size: 36px;
  font-weight: bold;
  color: #00a6e2;
  position: relative;
  bottom: 100px;
}
.kakuen_info {
  height: 327px;
  width: 900px;
  margin: 0 auto;
}
.kakuen_sbtitle {
  height: auto;
  width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.kakuen_sbtitle_h2 {
  color: #00a6e2;
  font-size: 17px;
  text-align: left;
  width: 250px;
}
.kakuen_sbtitle_text p {
  display: inline-block;
}
.kakuen_sbtitle_text {
  color: #333;
  font-size: 17px;
  text-align: left;
  width: 650px;
}
.ul_button ul {
  width: 900px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.ul_button li {
  height: 36px;
  width: 310px;
  text-size: 16px;
  background: #00a6e2;
  border-radius: 18px;
  display: inline-block;
}
.ul_button li a {
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  display: inline-block;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
各園の施設(sisetsu.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sisetu_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 100px;
}
.en_main_photo img {
  width: 598px;
  height: 413px;
  border-radius: 20px;
}
.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;
}
.sisetu_info_area section img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.sisetu_info h2 {
  color: #00a6e2;
  font-size: 32px;
  font-weight: bold;
}
.sisetu_gaiyou {
  text-align: left;
}
.sisetu_tokusyoku {
  text-align: left;
}
.sub_photo_area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.sisetu_sub_photo img {
  width: 333px;
  height: 253px;
}
.under_info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  margin: 43px 5px 22px 5px;
}
.access_area {
  width: 333px;
  height: 321px;
}
.access_area h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.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;
  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;
}
.kyuujinn_area {
  width: 695px;
  height: auto;
  margin: 0 auto;
}
.kyuujinn_area section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.kyuujinn_area section img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.kyuujinn_area h2 {
  color: #00a6e2;
  font-size: 32px;
  font-weight: bold;
}
text.kyuujinn_text {
  font-size: 17px;
  text-align: left;
}
.pink_button {
  width: 695px;
  height: 55px;
  margin: 0 auto;
}
.pink_button ul {
  width: auto;
  height: 55px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}
.pink_button li {
  width: 243px;
  height: 45px;
  font-size: 18px;
  background: #f0729d;
  border-radius: 25px;
  display: inline-block;
  padding-top: 7px;
  margin-right: 56px;
}
.pink_button li a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.work_process_area {
  width: 695px;
  height: 242px;
  margin: 0 auto;
}
.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;
}
.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_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 100px;
}
.nav_area {
  width: 840px;
  height: 60px;
  margin: 0 auto;
}
.nav_area ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.nav_area li {
  width: 148px;
  height: 58px;
  background: #fffcd8;
  border: solid 1px #f69700;
  border-radius: 10px;
  color: #595757;
  font-weight: bold;
  font-size: 20px;
}
.nav_area li span {
  color: #f69700;
}
.service {
  width: 900px;
  height: 267px;
  margin: 20px 0 37px 0;
}
.service section h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00a6e2;
  margin-left: 6px;
}
.service section {
  margin-left: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.service img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.service p {
  font-size: 17px;
  text-align: left;
}
.service_text {
  width: 605px;
  height: 120px;
  margin: 10px 0 10px 30px;
}
.service_ul ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.service_ul li {
  width: 154px;
  height: 36px;
  background: #f0729d;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
  margin: 0 0 0 30px;
}
.service_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row-reverse;
}
.service_img img {
  width: 190px;
  height: 190px;
  border-radius: 100%;
}
.service article {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サービス1{こんな時、ソラ保育園におまかせください}以下
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.service1 section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
  margin-left: 32px;
}
.service1 h2 {
  color: #6bbc6e;
  font-size: 30px;
  font-weight: bold;
}
.service1 article {
  width: 839px;
  height: 184px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
.service1 .case1 {
  width: 411px;
  height: 123px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.service1 .case1 img {
  width: 118px;
  height: 118px;
  border-radius: 100%;
}
.service1 .case1 text h3 {
  font-size: 20px;
}
.service1 .case1 text p {
  font-size: 15px;
  text-align: left;
}
.service1 .case2 {
  width: 411px;
  height: 123px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.service1 .case2 img {
  width: 118px;
  height: 118px;
  border-radius: 100%;
}
.service1 .case2 text h3 {
  font-size: 20px;
}
.service1 .case2 text p {
  font-size: 15px;
  text-align: left;
}
.service1 .case3 {
  width: 411px;
  height: 123px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  margin-right: 60px;
}
.service1 .case3 img {
  width: 118px;
  height: 118px;
  border-radius: 100%;
  margin-right: 20px;
}
.service1 .case3 text h3 {
  font-size: 20px;
}
.service1 .case3 text p {
  font-size: 15px;
  text-align: left;
}
.service1 .case4 {
  width: 411px;
  height: 123px;
  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;
}
.amenity section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
  margin-left: 32px;
}
.amenity section h2 {
  color: #6bbc6e;
  font-size: 30px;
  font-weight: bold;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ご利用方法(use.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.use_main {
  width: 900px;
  height: 6200px;
  margin: 0 auto;
}
.use_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 100px;
}
.use {
  width: 900px;
  height: 100px;
  margin: 30px 0 20px 0;
}
.use section h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00a6e2;
  margin-left: 6px;
}
.use section {
  margin-left: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
}
.use img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.use p {
  font-size: 17px;
  text-align: left;
}
.howto {
  width: 900px;
  height: 200px;
  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;
}
.howto h3 b {
  color: #595757;
  font-size: 20px;
}
.howto p {
  width: 680px;
  height: 60px;
  background: #fef6b5;
  margin: 5px 0;
}
.howto text {
  text-align: left;
}
.use_info {
  width: 700px;
  height: 260px;
  margin: 0 auto;
}
.use_info article {
  width: 500px;
  height: 200px;
  border-radius: 20px;
  margin: 0 auto;
}
.use_info article p {
  background: #f69700;
  width: 500px;
  height: 50px;
  border-radius: 20px 20px 0 0;
}
.num_area {
  background: #fffcd8;
  width: 500px;
  height: auto;
}
.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;
  color: #fff;
  margin: 10px;
}
.num_list text {
  margin: 12.5px;
  font-size: 20px;
  font-weight: bold;
}
.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: 600px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.notes {
  width: 163px;
  height: 504px;
  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: 695px;
  height: 512px;
}
.fee_area ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: left;
  margin: 5px;
}
.fee_area .dsc {
  width: 165px;
  height: 70px;
  background: #fef6b5;
}
.tukigime_sub {
  width: 655px;
  height: 40px;
  background: #ffe85a;
  margin: 0 5px 0 5px;
}
.p_radius {
  width: 193px;
  height: 46px;
  background: #f0729d;
  border-radius: 20px;
  margin: 0 auto;
}
.p_radius p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 7px;
}
.sitter {
  width: 900px;
  height: 780px;
}
.sitter p {
  width: 830px;
  height: 40px;
  margin: 0 auto;
  background: #fbd3a0;
  border-radius: 20px;
  color: #595757;
  font-size: 20px;
  font-weight: bold;
}
.sitter text {
  font-size: 18px;
  text-align: left;
}
.s_sub {
  font-size: 30px;
  font-weight: bold;
  color: #6bbc6e;
}
.note {
  funt-size: 32px;
  font-weight: bold;
  color: #f0729d;
  margin: 10px 0 10px 0;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
料金(ryokin.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@charset "utf-8";
/* CSS Document */
.ryokin_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
}
main.ryokin table {
  width: 900px;
  margin: 40px auto;
}
main.ryokin .content {
  padding-top: 40px;
}
main.ryokin .content table {
  margin-top: 40px;
}
main.ryokin table .caption {
  text-align: right;
}
main.ryokin table tr td {
  padding: 15px;
  border-collapse: collapse;
  /*    margin: 30px;
*/ border-top: 2px solid #777;
  border-left: 1px dashed #ccc;
}
main.ryokin table tr td:last-child {
  border-right: 1px dashed #ccc;
}
main.ryokin table tr:last-child {
  border-bottom: 2px solid #777;
  margin-bottom: 50px;
}
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 .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_lemon_w50 {
  width: 450px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background: #8FC31F;
  border-top: 2px solid #777;
}
main.ryokin table .tablttl_lemon_w25, main.ryokin table .tablttl_lemon_w25g {
  width: 225px;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  background: #FFFCD8;
}
main.ryokin table .tablttl_lemon_w25g {
  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: block;
}
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;
}*/
.houshin_h2 {
  color: #00a6e2;
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  width: 100%;
  margin: 20px auto 5px 0;
}
/*.ryokin_text {
  color: #333;
  font-size: 17px;
  text-align: left;
  width: 900px;
}
.ryokin_text li {
  list-style: url("../img/top/pinkmaru.png");
  margin-bottom: 5px;
}*/
@media(max-width: 767px) {
  .houshin_h2 {
    width: auto;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
給食(kyusyoku.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.text_img {
  width: 875px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.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: 19px;
  text-align: left;
}
.img_area {
  width: 285px;
  height: auto;
}
.kyusyoku_img1 img {
  width: 285px;
  height: 195px;
  margin-bottom: 20px;
}
.text_img .text {
  color: #595757;
  font-size: 19px;
}
.table_lr {
  width: 900px;
  height: auto;
  margin: 10px 0;
}
.table_area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.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: 30px;
  font-weight: bold;
  color: #595757;
  text-align: left;
  margin: 10px 0;
}
.table_box th p {
  margin-left: 14px;
}
.time {
  width: 90px;
  font-size: 18px;
  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: 18px;
  font-weight: bold;
  color: #595757;
  border-radius: 0 0 0 20px;
}
.program {
  width: 280px;
  margin: 5px;
  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;
}
.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;
}
.month {
  width: 90px;
  height: 120px;
  font-size: 38px;
}
.event {
  width: 200px;
  height: 120px;
  font-size: 16px;
  margin-left: 5px;
  text-align: left;
}
.num {
  color: #6bbc6e;
}
.month1 {
  color: #00a6e2;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お知らせ(oshirase.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
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;
}
.news_title {
  font-size: 19px;
  text-align: left;
}
.news_tarea {
  width: 650px;
  height: 95px;
}
.news_text {
  font-size: 16px;
  text-align: left;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
求人情報／会社案内(kyujin_kaisya.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.info_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
.info_area {
  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: 31px;
  font-weight: bold;
  color: #00a6e2;
}
.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: 235px;
  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: 236px;
  height: 86px;
  font-size: 18px;
  font-weight: bold;
  color: #595757;
  border-bottom: solid 2px #eee;
  border-radius: 20px 0 0 0;
}
.rec_th1 {
  width: 95px;
  font-size: 18px;
  font-weight: bold;
  color: #595757;
  border-bottom: solid 2px #eee;
}
.rec_th2 {
  width: 95px;
  font-size: 18px;
  font-weight: bold;
  color: #595757;
  border-radius: 0 0 0 20px;
}
.rec_td {
  width: 598px;
  margin: 5px;
  font-size: 18px;
  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: 36px;
  font-weight: bold;
}
.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: 30px;
  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: 18px;
  font-weight: bold;
  color: #595757;
  border-bottom: solid 2px #eee;
  border-radius: 20px 0 0 0;
}
.com_th1 {
  width: 95px;
  font-size: 18px;
  font-weight: bold;
  color: #595757;
  border-bottom: solid 2px #eee;
}
.com_th2 {
  width: 95px;
  font-size: 18px;
  font-weight: bold;
  color: #595757;
  border-radius: 0 0 0 20px;
}
.com_td {
  width: 598px;
  margin: 5px;
  font-size: 18px;
  color: #595757;
  text-align: left;
  border-bottom: solid 2px #eee;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
求人申込フォーム(form0.html)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.f0_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
園へのお問い合わせフォーム(form_sougou.php)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.f1_title {
  color: #00a6e2;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー(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: 18px;
  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;
}

.recruit main .under_content ul.num_list li:before, .recruit main .under_content_r ul.num_list li:before {
  background: #44C0F0;
}
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 .under_content .text_img, main .under_content_r .text_img {
    display: block;
  }
}
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, main .under_content_r .text_img .img {
    width: 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 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 5px dotted #C4DC4F; /**ブログのライトグリーンのドット**/
  padding-top: 25px;
}
main .under_content .text_img2 .text {
  width: 66%;
  position: relative;
}
main .under_content .text_img2.re {
  flex-direction: row;
}
main .under_content .text_img2 .img img {
  width: 100%;
  margin-bottom: 8px;
}
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;
}
section .img_img_img {
  position: relative;
}
section .img_img_img .img2 img {
  position: absolute;
  transform: scale(-1, 1);
  top: 0;
  left: 2px;
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 767px) {
  main .under_content .text_img2 {
    display: block;
    width: calc(600/750 * 100vw);
    margin: 0 auto;
    position: relative;
/*    text-align: center;
*/  }
  main .text_img2 .pdf {
    position: absolute;
    /*  top: 90px;  
*/ text-align: center;
  }
  main .under_content .text_img2 .text {
    width: auto;
    text-align: left;
    margin: 15px auto ;
  }
/*  main .under_content .text_img2 .img {
    width: 60%;
    margin: 0 auto;
  }*/
  section .img_img_img .img2 img {
    position: absolute;
    transform: scale(-1, 1);
    top: -4vh;
    left: -5.5vw;
    width: 77px;
    height: 77px;
    z-index: -10;
  }
}
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 {
  flex-direction: row;
}
main .under_content .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 {
    display: block;
  }
}
main .under_content .img_img .img {
  width: 49%;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  main .under_content .img_img .img {
    width: auto;
  }
}
main .under_content .img_img .img img {
  width: 100%;
  margin-bottom: 8px;
}
main .under_content .img_img_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
main .under_content_r .img_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_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;
  }
}
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: 18px;
  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;
}

.recruit main .under_content .button_box ul li:after, .recruit main .under_content_r .button_box ul li:after {
  background: #44C0F0;
}
@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 a, .recruit main .under_content_r .text_circle1 .circle .maru a {
  color: #44C0F0;
}

.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: 18px;
}
.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 .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: 18px;
  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 .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;
}
.gairai main .under_content_r .button_box ul li:after {
  background: #00B0BB;
}
.iryou main .under_content_r .button_box ul li:after {
  background-image: url(../img/common/navi_nyuen.png);
}
.nyuin main .under_content_r .button_box ul li:after {
  background: #6BBC6E;
}
.sinryo main .under_content_r .button_box ul li:after {
  background: #ABCD03;
}
.bumon main .under_content_r .button_box ul li:after {
  background: #F6AB00;
}
.gaiyo main .under_content_r .button_box ul li:after {
  background: #CC89BF;
}
.recruit main .under_content_r .button_box ul li:after {
  background: #44C0F0;
}
@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;
  }
}
.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;
}
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;
}
@media screen and (max-width: 767px) {
  main .form p.attention {
    text-align: left;
    text-align: justify;
  }
}
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: #0069B0;
  color: #fff;
  border: 0;
  font-size: 20px;
  padding: 10px 30px;
  letter-spacing: 0.06em;
  cursor: pointer;
  opacity: 1.0;
  transition: 0.4s;
}
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;
  }
}
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: 20px;
  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: 100px;
  /*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: 20px;
}
@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 .form_table table div.radio.w40 {
    width: 47% !important;
  }
}
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: 20px;
  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: #666;
}
main .image-grayscale img, main img.image-grayscale {
  filter: grayscale(100%);
}
main .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}
main .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}
main .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}
main .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}
main .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}
/*　お知らせ　*/
.img2 {
  width: 100%;
  height: 100%;
  margin-left: -20px;
  z-index: 1000;
}
.img3 {
  width: 100%;
  height: 100%;
  margin: 5px auto 0 auto;
}
.genkou {
  width: 860px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: -40px;
  margin-bottom: 10px;
  line-height: 40px;
  list-style: none;
  color: #595757;
  padding-left: 30px;
  border-left: 5px dotted #F9B64C;
}
@media screen and (max-width: 767px) {
  .genkou {
    width: calc(600/750 * 100vw);
    margin: 0 auto 0 -1vw;
    font-size: calc(32/750 * 100vw);
    line-height: 1.8;
    padding-left: 3vw;
  }
}
/*　地図　*/
.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;
  }
}
/*　ナビ　*/
main.home {
  position: relative;
}
@media screen and (max-width: 767px) {
  main.home {
    width: calc(650/750 * 100vw);
    margin: 0 auto;
  }
}
.img2_r img {
  position: absolute;
  right: 60px;
  width: 80px;
  top: 250px;
  z-index: 10;
}
.img2_l img {
  position: absolute;
  left: 60px;
  width: 80px;
  top: 250px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .img2_r img {
    position: absolute;
    right: -4vw;
    width: 80px;
    top: calc(180/750 * 100vw);
    z-index: 10;
  }
  .img2_l img {
    position: absolute;
    left: -4vw;
    width: 80px;
    top: calc(180/750 * 100vw);
    z-index: 10;
  }
}
.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;
}
.nav_onkv {
  position: absolute;
  top: 525px;
  left: 146px;
}
/*━━━━━━━━━━━━━━━━━━━━
	ヘッダーナビ
━━━━━━━━━━━━━━━━━━━━*/
.nav_header {
  margin: 0;
}
.nav_header_ul {
  height: 130px;
  width: 900px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.nav_header_ul li {
  margin: 5px;
}
.nav_header_ul img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
}
.nav_header_ul img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s;
}
.nav_header_ul a:hover {
  opacity: 1.0;
  transition: 0.4s;
}
.nav_header_ul .toggle-pc {
  display: block;
}
.tnav img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.8s;
}
.tnav a:hover {
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .home main .kv {
    width: auto;
    margin-top: -30vw;
    margin-bottom: calc(30/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;
  }
}
@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: calc(650/750 * 100vw);
    height: auto;
    padding: 4.6vw 4.6vw 4.6vw 18vw;
    text-align: left;
    margin: 0 auto;
  }
}
.home main .kv .nav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
  width: 114px;
  height: 114px;
}
.nav_onkv .toggle-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav_onkv .toggle-pc {
    display: none;
  }
  .nav_onkv {
    position: absolute;
    top: 220px;
    left: 0px;
    margin-bottom: -80px;
  }
}
/*　フッター　*//*
#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;
  }
}
#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;
}
/*━━━━━━━━━━━━━━━━━━━━
  キービジュアルの真下の丸いnav
━━━━━━━━━━━━━━━━━━━━*/
.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;
  margin-top: 1vw;
}
@media (max-width:767px){
h2.greeting {

  margin-top: -20vw;
}
    }
/*━━━━━━━━━━━━━━━━━━━━
  画面右側の付箋
━━━━━━━━━━━━━━━━━━━━*/
.fusen_area {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 1000;
}
.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: 40px 0 0 0;
  padding: 10px 0 -20px 0;
}
.birdttl h2 div {
  border: 5px dotted #C4DC4F; /**ブログのライトグリーンのドット**/
}
.birdttl .img2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .under_content p {
    width: calc(600/750 * 100vw);
    margin: 0 auto;
  }
  .under_content .birdttl p {
    width: calc(500/750 * 100vw);
    margin: 0 auto;
  }
  main .breadcrumbs ul {
    font-size: calc(30/750 * 100vw) !important;
  }
  main .breadcrumbs ul li {
    font-size: calc(22/750 * 100vw);
    margin: 0 calc(16/750 * 100vw) 0 0;
  }
}
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(600/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 {
  max-width: 100%;
  height: 100px;
  margin: 0 auto 30px 0;
}
.ul_button ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.ul_button li {
  margin: 6px 3px 6px 3px;
  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;
}
@media (max-width: 767px) {
  .ul_button {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .ul_button ul {
    display: block;
    width: calc(650/750 * 100vw);
    text-align: center;
  }
  .ul_button li {
    display: block;
/*    margin: 10px 3px 10px 3px;
*/    font-size: 16px;
          margin: 10px auto;

  }
  .ul_button li a {
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    display: inline-block;
  }
  .btn_radius {
    height: 40px;
    width: calc(650/750 * 100vw);
    text-align: center;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    background-color: blue;
    margin: 0 auto;
  }
  .btn_radius:hover {
    background-color: #1e90ff;
  }
}
/*━━━━━━━━━━━━━━━━━━━━
  フッター
━━━━━━━━━━━━━━━━━━━━*/
.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;
}
.home_subttl {
  color: #E7798B;
  font-size: 30px;
  font-weight: 600;
  font-style: oblique;
  margin-top: -10px;
}
@media(max-width:767px) {
  .home_subttl {
    font-size: calc(48/750 * 100vw);
    margin-top: -10px;
  }
}
.bold_orange {
  color: #E16E25;
  font-weight: 600;
}