@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;
}
html {
  line-height: 1;
}
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: 768px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.pc_inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pc_inline {
    display: none;
  }
}
.sp_inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_inline {
    display: inline;
  }
}
.flex_c {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #595757;
  text-decoration: none;
}
a.hover_fade {
  display: block;
  opacity: 1.0;
  transition: 0.3s ease-in-out;
}
a.hover_fade:hover {
  opacity: 0.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: 768px) {
  body {
    min-width: 0;
  }
}
.btn {
  font-size: 18px;
  background: #8b6c2e;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media all and (-ms-high-contrast: none) {
  .btn {
    padding: 10px 20px 6px 20px;
  }
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .arrow:hover:after {
    right: 1vw;
    transition: 0;
  }
}
#header {
  box-sizing: border-box;
  color: #595757;
  background: #fff;
  width: 1240px;
  margin: 0 auto 12px;
}
.under #header {
  width: 1100px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .under #header {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #header {
    position: relative;
  }
  .home #header {
    display: none;
  }
}
#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: #ee8195;
  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: 768px) {
  #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: 9vw;
  right: calc(30/750 * 100vw);
  width: 12vw;
  height: 15.2vw;
  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: 100%;
  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;
}
#header .sp_header .tnav .totop {
  margin: 0 calc(30/750 * 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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #header .sp_header .tnav ul li a {
    width: 100%;
    height: auto;
    padding: 4.6vw 4.6vw 4.6vw 18vw;
    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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: #F08300 url(../img/common/navi_logo_5.png) center top 30px no-repeat;
}
@media screen and (max-width: 768px) {
  #header .sp_header .tnav ul li.n5 a {
    background: #F08300 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 .subnav {
  width: 1100px;
  /*  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;*/
  padding: 5px 0;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  #header .sp_header .subnav {
    width: auto;
    border: 0;
    padding: 0;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    margin: 0 calc(30/750 * 100vw) calc(30/750 * 100vw) calc(30/750 * 100vw);
    nav
  }
}
#header .sp_header .subnav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header .sp_header .subnav ul {
    width: auto;
    display: block;
    margin: 0 calc(50/750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #header .sp_header .subnav ul li {
    margin-bottom: 3vw;
  }
}
#header .sp_header .subnav ul li a {
  width: 200px;
  padding: 28px 0;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #header .sp_header .subnav ul li a {
    width: auto;
    text-align: left;
    font-size: calc(38/750 * 100vw);
    padding: 4.6vw 4.6vw 4.6vw 4.6vw;
  }
}
#header .sp_header .subnav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#header .sp_header .subnav ul li.l1 a {
  background: #cc89bf;
}
#header .sp_header .subnav ul li.l2 a {
  background: #ee8196;
}
#header .sp_header .subnav ul li.l3 a {
  background: #efb1b2;
}
#header .sp_header .subnav ul li.l4 a {
  background: #43c0f0;
}
@media screen and (max-width: 768px) {
  #header .sp_header .subnav ul li.l5 {
    margin-bottom: 0;
  }
}
#header .sp_header .subnav ul li.l5 a {
  background: #7a9ee8;
}
#header .sp_header .logomark {
  width: 13vw;
  margin-right: 4vw;
}
#header .sp_header .box {
  font-size: 15px;
  margin: 3vw calc(30/750 * 100vw);
}
@media screen and (max-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #header .sp_header .link_box ul li a:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
#header .sp_header .logottl {
  color: #231815;
}
#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(34/750 * 100vw);
  background: url(../img/common/tel.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 4.6vw;
  line-height: 1;
  margin-top: 3vw;
  margin-bottom: 0;
  display: block;
}
#header .inheader {
  margin: 0 auto;
  position: relative;
  font-weight: 600;
}
.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: 768px) {
  .under #header .inheader {
    display: none !important;
  }
}
#header .inheader .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-left: 160px;
  align-items: flex-end;
}
.home #header .inheader .wrap {
  padding-top: 5px;
  z-index: 2;
  /*  width: 990px;
*/ width: 1010px;
  display: flex;
  justify-content: space-between;
}
.under #header .inheader .wrap {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}
#header .logomark {
  /*  width: 150px;
*/
  width: 120px;
}
.home #header .logomark {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
}
.home #header .logomark img.under_img {
  display: none;
}
.under #header .logomark {
  width: 57px;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  #header .logottl {
    margin-right: 0;
  }
}
#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: 600;
}
#header .logottl h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
#header .info {
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 8px;
}
#header .info .add {
  font-size: 14px;
  margin: 7px auto 8px 0;
}
#header .info .tel {
  font-size: 22px;
  background: url(../img/common/tel.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 25px;
  line-height: 1;
}
#header .link ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
}
#header .link ul li {
  margin: 0 20px 5px 0;
}
#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 {
  margin-bottom: 5px;
}
#header .change .fst {
  margin-bottom: 6px;
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#header .change .fst p {
  margin-right: 5px;
}
#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: 10px;
}
.home #header .nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .nav {
    display: none;
  }
}
#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: #F08300;
}
#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;
}
#footer {
  box-sizing: border-box;
  color: #595757;
  background: #feefd0;
  width: 100%;
  padding: 50px 0;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 18vw;
    padding: 10vw 0;
  }
}
#footer .pagetop {
  position: absolute;
  top: -60px;
  right: 6vw;
  cursor: pointer;
  width: 90px;
  transition: 0.4s;
  opacity: 1.0;
}
@media screen and (max-width: 768px) {
  #footer .pagetop {
    width: 18vw;
    top: -11vw;
  }
}
#footer .pagetop:hover {
  transition: 0.4s;
  opacity: 0.8;
}
#footer .infooter {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .infooter {
    width: auto;
    display: block;
    margin: 0 calc(30/750 * 100vw);
  }
}
#footer .infooter .left {
  font-weight: 600;
  padding: 8px 36px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left {
    flex-wrap: wrap;
    padding: calc(30/750 * 100vw);
    align-items: flex-start;
    justify-content: space-between;
  }
}
#footer .infooter .left .logomark {
  width: 57px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left .logomark {
    width: 25%;
    margin-right: 0;
    margin-left: 2%;
  }
  #footer .infooter .left .logomark img {
    width: 100%;
  }
}
#footer .infooter .left .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left .flex {
    display: block;
    width: 66%;
  }
}
#footer .infooter .left .logottl {
  color: #231815;
  margin-right: 18px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left .logottl {
    margin-right: 0;
  }
}
#footer .infooter .left .logottl p {
  font-size: 12px;
  line-height: 1.3;
  background: url(../img/common/logo02.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 56px;
  padding: 6px 0 1px 52px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left .logottl p {
    font-size: calc(20/750 * 100vw) !important;
    padding-left: 10vw;
  }
}
#footer .infooter .left .logottl h1 {
  font-size: 27px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left .logottl h1 {
    font-size: calc(50/750 * 100vw) !important;
  }
}
#footer .infooter .left .info {
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left .info {
    margin-top: 3vw;
  }
}
#footer .infooter .left .info .add {
  font-size: 14px;
  margin: 5px auto 6px 0;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left .info .add {
    font-size: calc(22/750 * 100vw) !important;
  }
}
#footer .infooter .left .info .tel {
  font-size: 22px;
  background: url(../img/common/tel.png) 0 0 no-repeat;
  background-size: contain;
  padding-left: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .infooter .left .info .tel {
    font-size: calc(40/750 * 100vw) !important;
    padding-left: 5vw;
  }
}
#footer .infooter .right {
  width: 500px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #footer .infooter .right {
    width: auto;
    margin-left: 0;
    margin-top: 4vw;
  }
}
#footer .infooter .right .pc_link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer .infooter .right .pc_link {
    display: none;
  }
}
#footer .infooter .right .pc_link ul {
  font-size: 15px;
}
#footer .infooter .right .pc_link ul li {
  margin-bottom: 4px;
}
#footer .infooter .right .pc_link ul li:last-child {
  margin-bottom: 0;
}
#footer .infooter .right .pc_link ul li a {
  padding-left: 1em;
  position: relative;
}
#footer .infooter .right .pc_link ul li a:hover {
  text-decoration: underline;
}
#footer .infooter .right .pc_link ul li a:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.4em;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #595757;
}
#footer .infooter .right .sp_link {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .infooter .right .sp_link {
    display: block;
  }
  #footer .infooter .right .sp_link ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }
  #footer .infooter .right .sp_link ul li {
    width: 49%;
  }
  #footer .infooter .right .sp_link ul li a {
    background: #fff;
    color: #595757;
    text-align: center;
    display: block;
    padding: 2vw 0;
    border-radius: 10px;
  }
}
#footer .infooter .right .copy {
  margin-top: 10px;
  font-size: 11px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .infooter .right .copy {
    text-align: center;
    margin-top: 4vw;
    font-size: calc(16/750 * 100vw) !important;
  }
}
main {
  color: #595757;
  width: 1240px;
  margin: 0 auto;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1em;
  line-height: 1.7;
  text-align: center;
  /* Widget Styles */
}
.under main {
  width: auto;
}
main.wideslider {
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  main {
    font-feature-settings: normal;
    font-family: 'Yu Gothic UI', sans-serif;
  }
}
@media screen and (max-width: 768px) {
  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;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs ul {
    font-size: calc(30/750 * 100vw) !important;
  }
}
.big main .breadcrumbs ul {
  font-size: 18px;
}
main .breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 13px;
  float: left;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs ul li {
    font-size: calc(22/750 * 100vw);
    margin: 0 calc(16/750 * 100vw) 0 0;
  }
}
main .breadcrumbs ul li:first-child::before {
  content: none;
}
main .breadcrumbs ul li:last-child {
  margin-right: 0;
}
main .breadcrumbs ul li:before {
  padding: 0 10px 0 0;
  content: ">";
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs ul li:before {
    padding: 0 calc(16/750 * 100vw) 0 0;
    font-size: calc(22/750 * 100vw);
  }
}
main .breadcrumbs ul li a {
  transition: all 0.2s;
  text-decoration: underline;
}
.gairai main .breadcrumbs ul li a {
  color: #00B0BB;
}
.iryou main .breadcrumbs ul li a {
  color: #F08300;
}
.nyuin main .breadcrumbs ul li a {
  color: #6BBC6E;
}
.sinryo main .breadcrumbs ul li a {
  color: #ABCD03;
}
.bumon main .breadcrumbs ul li a {
  color: #F6AB00;
}
.gaiyo main .breadcrumbs ul li a {
  color: #CC89BF;
}
.recruit main .breadcrumbs ul li a {
  color: #44C0F0;
}
main .breadcrumbs ul li a:hover {
  transition: all 0.2s;
}
main .inblock_r {
  width: 1100px;
  margin: 0 auto;
}
.under main .inblock_r {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  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;
}
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;
}
.under main .inblock {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  main .inblock {
    width: auto;
  }
  .home main .inblock {
    flex-direction: column-reverse;
  }
  .under main .inblock {
    flex-direction: column;
  }
}
main .inblock .left {
  width: 782px;
}
@media screen and (max-width: 768px) {
  main .inblock .left {
    width: auto;
    margin: 0 calc(30/750 * 100vw);
  }
}
main .inblock .right {
  width: 260px;
}
@media screen and (max-width: 768px) {
  main .inblock .right {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  main .inblock .side {
    margin: -20vw calc(30/750 * 100vw) calc(70/750 * 100vw);
  }
}
main .inblock .side .box {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  main .inblock .side .box {
    font-size: calc(30/750 * 100vw) !important;
  }
}
.big main .inblock .side .box {
  font-size: 22px;
}
.under main .inblock .side .box {
  margin-bottom: 30px;
}
main .inblock .side .ttl {
  background: #F7C9DD;
  font-size: 18px;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  main .inblock .side .ttl {
    font-size: calc(38/750 * 100vw) !important;
    padding: 2vw;
  }
}
.big main .inblock .side .ttl {
  font-size: 22px;
}
main .inblock .side .link_box .ttl {
  background: #FEEFD0;
  border-radius: 0;
  border-bottom: 1px solid #595757;
}
main .inblock .side .link_box ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
main .inblock .side .link_box ul li a {
  display: block;
  padding: 8px 2em 8px 0;
  opacity: 1.0;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .inblock .side .link_box ul li a {
    padding: 2vw;
  }
}
main .inblock .side .link_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .inblock .side .link_box ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  main .inblock .side .link_box ul li a:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
@media screen and (max-width: 768px) {
  main .inblock .side .banner ul {
    display: block;
  }
}
main .inblock .side .banner ul li {
  margin-top: 60px;
}
main .inblock .side .banner ul li a {
  display: block;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  main .inblock .side .banner ul li a {
    text-align: right;
  }
}
main .inblock .side .banner ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .inblock .side .banner ul li a img {
  width: 100%;
}
main .inblock .side .banner ul li a .circle {
  background: #ddd;
  position: absolute;
  text-align: center;
  color: #fff;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main .inblock .side .banner ul li a .circle {
    width: 25vw;
    height: 25vw;
    top: 50%;
    margin-top: -12.5vw;
    left: auto;
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .inblock .side .banner ul li a .circle.c1 {
  background: #CC89BF;
}
main .inblock .side .banner ul li a .circle.c2 {
  background: #44C0F0;
}
main .inblock .side .banner ul li a .circle.c3 {
  background: #EE8195;
}
main .inblock .side p {
  text-align: left;
}
main .inblock .side p span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  main .inblock .side p span {
    font-size: calc(22/750 * 100vw) !important;
  }
}
main .inblock .side p.waku {
  border: 1px solid #ddd;
  padding: 2px 6px;
  margin: 6px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .inblock .side p.waku {
    padding: 1vw 2vw;
    margin: 2vw 0;
  }
}
main .inblock .side table td {
  padding-left: 6px;
}
@media screen and (max-width: 768px) {
  main .inblock .side table td {
    padding-left: 2vw;
  }
}
main .inblock .side a.link {
  font-weight: bold;
  background: #FEEFD0;
  text-align: center;
  display: block;
  padding: 6px 2px;
  margin-top: 10px;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  main .inblock .side a.link {
    padding: 2vw;
  }
}
main .inblock .side a.link:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .inblock .side a.link:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  main .inblock .side a.link:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
main .inblock .side a.link.tel:after {
  content: none;
}
main .inblock .side a.link.tel span {
  position: relative;
}
main .inblock .side a.link.tel span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -1.5em;
  top: 50%;
  margin-top: -1em;
  width: 1em;
  height: 2em;
  background: #FEEFD0 url(../img/common/tel.png) center center no-repeat;
  background-size: contain;
}
.home main .kv {
  width: 100%;
  /*      width: 1100px;
*/
  height: 555px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 200px;
}
.home main.wideslider .kv .nav {
  position: absolute;
  width: 1100px !important;
  margin: 0 auto;
  left: 50%;
  margin-left: -550px;
}
.home main .kv .in .img {
  width: 100%;
  /*  height: 700px;*/
  height: 745px;
  position: relative;
  overflow: hidden;
}
/*@media screen and (max-width: 768px) {
  main .under_content .profile .in .img, main .under_content_r .profile .in .img {
    margin: 0 auto;
    width: 50vw;
    height: 50vw;
  }
}*/
.home main .kv .in .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -19%);
  max-width: none;
  width: 100%;
  height: 745px;
}
@media screen and (max-width: 768px) {
  .home main .kv {
    width: auto;
    /*      height: 160vw;
*/ height: calc(1300/750 * 100vw);
    margin-bottom: 150px;
  }
  .home main .kv .in .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, 0);
    max-width: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .home main .kv {
    width: auto;
    /*      height: 160vw;
*/ height: calc(1180/750 * 100vw);
    margin-bottom: 150px;
  }
}
.home main .kv video {
  width: 100%;
}
.home main .kv img {
  width: 100%;
}
.home main.wideslider .kv .text {
  /*  text-align: left;
*/ width: 1100px;
  margin: 0 auto;
  position: relative;
}
.innner_kv {
  width: 200px;
  margin: 50px auto;
}
.home main.wideslider .kv .text .t1 {
  font-size: 58px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 100;
  font-weight: 600;
}
.logoandtel p {
  z-index: 100;
}
.logoandtel img {
  width: 200px;
  height: 80px;
}
.home main .kv .text .t2_sticker {
  /*  font-size: 27px;
*/
  width: 340px;
  position: absolute;
  top: 250px;
  left: 0;
  opacity: 0.85;
  /*  color: #fff;
*/ z-index: 100;
}
.home main .kv .text .t3 {
  display: none;
}
.home main .kv .circle a { /*コロナ関連情報 PC*/
  background-color: #E6282B;
  width: 340px;
  height: 100px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  top: 148px;
  left: 0;
  opacity: 0.70;
  z-index: 100;
}
.home main .kv .covidpolicy { /*コロナ関連情報 PC*/
  background-color: #fff;
  width: 340px;
  height: 220px;
  padding: 20px;
  color: #393939;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  top: 264px;
  left: 0;
  opacity: 0.75;
  z-index: 100;
}
.home main .kv .covidpolicy h3 { /*コロナ関連情報 PC*/
  color: #E6282B;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  right: 0;
  opacity: 1;
  z-index: 100;
  border-bottom: 2px solid #E6282B;
  padding-bottom: 15px;
  margin-bottom: 8px;
}
.home main .kv .covidpolicy p {
  text-align: left;
  text-justify: auto;
  line-height: 1.5;
  letter-spacing: -0.005em;
}
.home main .kv .circle a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
/*@media (min-width: 769px) and (max-width: 1199px) {
.home main .kv .covidpolicy p {
font-size: 1.2em;
text-align: left;
text-justify: auto;
line-height: 1.5;
}
}*/
@media screen and (max-width: 768px) {
  .home main.wideslider .kv .text {
    width: calc(700/750 * 100vw);
    margin: 0 auto;
    position: relative;
  }
  .home main.wideslider .kv .text .t1 {
    width: calc(440/750 * 100vw);
    position: absolute;
    top: calc(40/750 * 100vw);
    left: calc(120/750 * 100vw);
  }
  .home main.wideslider .kv .text .t2_sticker {
    position: absolute;
    width: calc(400/750 * 100vw);
    top: calc(330/750 * 100vw);
    left: calc(5/750 * 100vw);
    opacity: 0.9;
  }
  .home main .kv .text .t3 {
    width: calc(124/750 * 100vw);
    display: block;
    position: absolute;
    top: 5px;
    left: -10px;
    z-index: 100;
  }
  .home main .kv .circle a { /*コロナ関連情報 SP*/
    background-color: #E6282B;
    font-size: calc(32/750 * 100vw);
    width: calc(670/750 * 100vw);
    height: calc(120/750 * 100vw);
    padding: 2.4vw;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    position: absolute;
    top: calc(470/750 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.85;
    z-index: 100;
  }
  .home main .kv .circle a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  .home main .kv .covidpolicy { /*コロナ関連情報 SP*/
    width: calc(670/750 * 100vw);
    background-color: transparent;
    height: auto;
    padding: 2.5vw 0;
    color: #393939;
    font-weight: 600;
    line-height: 1.4;
    position: absolute;
    top: calc(600/750 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.85;
    z-index: 100;
  }
  .home main .kv .covidpolicy h3 { /*コロナ関連情報 SP*/
    color: #E6282B;
    font-size: calc(32/750 * 100vw);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    right: 0;
    opacity: 1;
    z-index: 100;
    border-bottom: 2px solid #E6282B;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .home main .kv .covidpolicy p {
    font-size: 0.9em;
    text-align: left;
    text-justify: auto;
    line-height: 1.6;
  }
}
.home main .kv .nav {
  position: absolute;
  bottom: -150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home main .kv .nav {
    position: relative;
    bottom: auto;
    top: calc(900/750 * 100vw);
    margin-bottom: 1vw;
  }
}
.home main .kv .nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home main .kv .nav ul {
    display: block;
    margin: 0 calc(30/750 * 100vw);
  }
}
.home main .kv .nav ul li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .home main .kv .nav ul li {
    font-size: calc(38/750 * 100vw);
    margin: calc(23/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: 200px;
  height: 200px;
  padding: 120px 0 20px;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .home main .kv .nav ul li a {
    width: 100%;
    height: auto;
    padding: 4.6vw 4.6vw 4.6vw 18vw;
    text-align: left;
  }
  .home main.wideslider .kv .nav { /*スライダーのワイド化で変更したスマホのナビボタン*/
    position: absolute;
    left: 0px;
    width: 100% !important;
    height: 400px !important;
    margin: 0 auto 500px;
  }
}
.home main .kv .nav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.home main .kv .nav ul li.n1 a {
  background: #00B0BB url(../img/common/navi_logo_1.png) center top 30px no-repeat;
}
@media screen and (max-width: 768px) {
  .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: #6BBC6E url(../img/common/navi_logo_2.png) center top 30px no-repeat;
}
@media screen and (max-width: 768px) {
  .home main .kv .nav ul li.n2 a {
    background: #6BBC6E url(../img/common/navi_logo_2.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
.home main .kv .nav ul li.n3 a {
  background: #ABCD03 url(../img/common/navi_logo_3.png) center top 30px no-repeat;
}
@media screen and (max-width: 768px) {
  .home main .kv .nav ul li.n3 a {
    background: #ABCD03 url(../img/common/navi_logo_3.png) left 4vw center no-repeat;
    background-size: 10vw auto;
  }
}
.home main .kv .nav ul li.n4 a {
  background: #F6AB00 url(../img/common/navi_logo_4.png) center top 30px no-repeat;
}
@media screen and (max-width: 768px) {
  .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: #F08300 url(../img/common/navi_logo_5.png) center top 30px no-repeat;
}
@media screen and (max-width: 768px) {
  .home main .kv .nav ul li.n5 a {
    background: #F08300 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;
  background: #44C0F0;
}
.home main .subnav {
  width: 1100px;
  margin: -24px auto 48px;
}
@media screen and (max-width: 768px) {
  .home main .subnav {
    width: auto;
    border: 0;
    padding: 0;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    margin: 10vw calc(30/750 * 100vw) 0;
  }
}
.home main .subnav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home main .subnav ul {
    width: auto;
    display: block;
    margin: 0 calc(50/750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .home main .subnav ul li {
    margin-bottom: 3vw;
  }
}
.home main .subnav ul li a {
  width: 200px;
  padding: 28px 0;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  opacity: 1.0;
  transition: 0.4s;
}
.home main .subnav ul li a .l2 {
  width: 200px;
  padding: 28px 0;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  opacity: 1.0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .home main .subnav ul li a {
    width: auto;
    text-align: left;
    font-size: calc(38/750 * 100vw);
    padding: 4.6vw 4.6vw 4.6vw 4.6vw;
  }
}
.home main .subnav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.home main .subnav ul li.l7 a:hover {
  opacity: 0.6;
  transition: 0.4s;
  color: #fff;
}
.home main .subnav ul li.l8 a:hover {
  opacity: 0.6;
  transition: 0.4s;
  color: #fff;
}
.home main .subnav ul li.l9 a:hover {
  opacity: 0.6;
  transition: 0.4s;
  color: #fff;
}
.home main .subnav ul li.l10 a:hover {
  opacity: 0.6;
  transition: 0.4s;
  color: #fff;
}
.home main .subnav ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.home main .subnav ul li.l1 a {
  background: #cc89bf;
}
.home main .subnav ul li.l2 a {
  background: #ee8196;
}
.home main .subnav ul li.l3 a {
  background: #ea998f;
}
.home main .subnav ul li.l4 a {
  background: #c39b6a;
}
/*@media screen and (max-width: 768px) {
  .home main .subnav ul li.l6 {
    margin-bottom: 0;
  }*/
.home main .subnav ul li.l7 {}
.home main .subnav ul li.l5 a {
  background: #b7806b;
}
.home main .subnav ul li.l6 a {
  background: #7383bd;
}
.home main .subnav ul li.l7 a {
  background: #679acb;
  /*    font-size: 14px;
    line-height: 115%;
padding: 2.2vh 0 ;
    margin: auto;
    height: 82px;
    */
}
.home main .subnav ul li.l7_b a {
  background: #679acb;
  font-size: 17px;
  line-height: 125%;
  padding: 2.5vh 3.6vh 4vh;
  margin: auto;
  height: 82px;
}
.home main .subnav ul li.l8 a {
  background: #73b6b2;
  letter-spacing: -0.05em;
  line-height: 0;
  padding: 0 0 -10px 0;
}
.home main .subnav ul li.l8 a:before {
  content: ''; /*何も入れない*/
  display: block; /*忘れずに！*/
  width: 30px; /*画像の幅*/
  height: 30px;
  background-size: contain;
  margin: -18px auto 15px;
  text-align: center;
  vertical-align: middle;
  background-image: url("/assets/img/top/icon-no-smoking.png")
}
.home main .subnav ul li.l9 a {
  background: #6e9592;
  color: #6e9592;
}
.home main .subnav ul li.l9-test a {
  background: #6E9580;
}
@media screen and (max-width: 768px) {
  .home main .home_subnav {
    margin-top: 63vw;
    margin-bottom: -30vw;
  }
  .home main .subnav ul li.l10 {
    margin-bottom: 0;
  }
  .home main .subnav ul li.l8 a {
    background: #73b6b2;
    letter-spacing: -0.05em;
  }
  .home main .subnav ul li.l8 a:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 40px;
    background-size: contain;
    margin: -1vw 3vw -1vw -1vw;
    text-align: left;
    vertical-align: middle;
    background-image: url("/assets/img/top/icon-no-smoking.png")
  }
}
.home main .subnav ul li.l10 a {
  background: #7B876C;
  color: #7B876C;
}
.home main .home_subnav2 {
  width: 1100px;
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .home main .home_subnav2 {
    width: auto;
    margin: 6vw calc(30/750 * 100vw) 0;
  }
}
.home main .home_subnav2 ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home main .home_subnav2 ul {
    flex-wrap: wrap;
  }
}
.home main .home_subnav2 ul li {
  font-size: 12px;
  width: 130px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .home main .home_subnav2 ul li {
    width: 48%;
    font-size: calc(28/750 * 100vw);
    margin-bottom: 4vw;
  }
}
.home main .home_subnav2 ul li.choutai a span {
  font-size: 11px;
  transform: scale(0.9, 1);
}
@media screen and (max-width: 768px) {
  .home main .home_subnav2 ul li.choutai a span {
    font-size: calc(22/750 * 100vw);
  }
}
.home main .home_subnav2 ul li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  background: #e0e0e0;
  color: #595758;
  text-align: center;
  height: 100%;
  min-height: 4.4em;
  letter-spacing: -0.03em;
  line-height: 1.4;
  width: 100%;
  font-weight: 600;
  padding-bottom: 12px;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
.home main .home_subnav2 ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.home main .home_subnav2 ul li a span {
  margin: 0 auto;
}
.home main .home_subnav2 ul li a i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #ffdd55;
}
.home main .home_subnav2 ul li a i:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #595758;
  display: inline-block;
  position: absolute;
  right: 3px;
  bottom: 2px;
}
/*subnav3*/
.home main .home_subnav3 {
  width: 1100px;
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .home main .home_subnav3 {
    width: auto;
    margin: 6vw calc(30/750 * 100vw) 0;
  }
}
.home main .home_subnav3 ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home main .home_subnav3 ul {
    flex-wrap: wrap;
  }
}
.home main .home_subnav3 ul li {
  font-size: 12px;
  width: 130px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .home main .home_subnav3 ul li {
    width: 48%;
    font-size: calc(28/750 * 100vw);
    margin-bottom: 4vw;
  }
}
.home main .home_subnav3 ul li.choutai a span {
  font-size: 11px;
  transform: scale(0.9, 1);
}
@media screen and (max-width: 768px) {
  .home main .home_subnav3 ul li.choutai a span {
    font-size: calc(22/750 * 100vw);
  }
}
.home main .home_subnav3 ul li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  background: #c4eaef;
  color: #595758;
  text-align: center;
  height: 100%;
  min-height: 4.4em;
  letter-spacing: -0.03em;
  line-height: 1.4;
  width: 100%;
  font-weight: 600;
  padding-bottom: 12px;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
}
.home main .home_subnav3 ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.home main .home_subnav3 ul li a span {
  margin: 0 auto;
}
.home main .home_subnav3 ul li a i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #00b0bb;
}
.home main .home_subnav3 ul li a i:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #595758;
  display: inline-block;
  position: absolute;
  right: 3px;
  bottom: 2px;
}
/*subnav3ここまで
*/
.home main .home_banner {
  width: 1100px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .home main .home_banner {
    width: auto;
    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: 768px) {
  .home main .home_banner ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .home main .home_banner ul li a {
    text-align: right;
  }
}
.home main .home_banner ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .home main .home_banner ul li a img {
    width: 80%;
  }
}
.home main .home_banner ul li a .circle {
  background: #ddd;
  position: absolute;
  text-align: center;
  color: #fff;
  top: -30px;
  left: -40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home main .home_banner ul li a .circle {
    width: 25vw;
    height: 25vw;
    top: 50%;
    margin-top: -12.5vw;
    left: auto;
    font-size: calc(30/750 * 100vw) !important;
  }
}
.home main .home_banner ul li a .circle.c1 {
  background: #CC89BF;
}
.home main .home_banner ul li a .circle.c2 {
  background: #44C0F0;
}
.home main .home_banner ul li a .circle.c3 {
  background: #EE8195;
}
main .news .news_tab {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  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:nth-child(2) { /*コロナ情報ボタン*/
  color: #E6282B;
}
main .news .news_tab li:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .news .news_tab li.active {
  /*  background: #F0544C;
  border: 1px solid #F0544C;*/
  background: #F7C9DD;
  border: 1px solid #F7C9DD;
  /*  color: #fff !important;
*/
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  main .news .content ul li a dl:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
@media screen and (max-width: 768px) {
  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: 768px) {
  main .news .content ul li a dl dd {
    padding-left: 0;
  }
}
main .under_ttl {
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  main .under_ttl .in {
    width: auto;
    display: block;
  }
}
main .under_ttl .in .text {
  font-weight: bold;
  width: 430px;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  .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: 768px) {
  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: 768px) {
  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: #F08300;
}
.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: 768px) {
  main .under_ttl .in .img {
    width: auto;
    margin-top: 3vw;
  }
}
.gairai main .under_ttl {
  background: #00B0BB;
}
.gairai main .under_ttl h2 {
  background: url(../img/common/navi_logo_1.png) left center no-repeat;
  background-size: contain;
}
.nyuin main .under_ttl {
  background: #6BBC6E;
}
.nyuin main .under_ttl h2 {
  background: url(../img/common/navi_logo_2.png) left center no-repeat;
  background-size: contain;
}
.sinryo main .under_ttl {
  background: #ABCD03;
}
.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 {
  background: #F08300;
}
.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.hidari_maru2:before, main .under_content_r p.hidari_maru2:before {
  content: '◯';
}
.gairai main .under_content p.hidari_maru2:before, .gairai main .under_content_r p.hidari_maru2:before {
  color: #00B0BB;
}
.iryou main .under_content p.hidari_maru2:before, .iryou main .under_content_r p.hidari_maru2:before {
  color: #F08300;
}
.nyuin main .under_content p.hidari_maru2:before, .nyuin main .under_content_r p.hidari_maru2:before {
  color: #6BBC6E;
}
.sinryo main .under_content p.hidari_maru2:before, .sinryo main .under_content_r p.hidari_maru2:before {
  color: #ABCD03;
}
.bumon main .under_content p.hidari_maru2:before, .bumon main .under_content_r p.hidari_maru2:before {
  color: #F6AB00;
}
.gaiyo main .under_content p.hidari_maru2:before, .gaiyo main .under_content_r p.hidari_maru2:before {
  color: #CC89BF;
}
.recruit main .under_content p.hidari_maru2:before, .recruit main .under_content_r p.hidari_maru2:before {
  color: #44C0F0;
}
main .under_content p.hidari_maru:before, main .under_content_r p.hidari_maru:before {
  content: '●';
}
.gairai main .under_content p.hidari_maru:before, .gairai main .under_content_r p.hidari_maru:before {
  color: #00B0BB;
}
.iryou main .under_content p.hidari_maru:before, .iryou main .under_content_r p.hidari_maru:before {
  color: #F08300;
}
.nyuin main .under_content p.hidari_maru:before, .nyuin main .under_content_r p.hidari_maru:before {
  color: #6BBC6E;
}
.sinryo main .under_content p.hidari_maru:before, .sinryo main .under_content_r p.hidari_maru:before {
  color: #ABCD03;
}
.bumon main .under_content p.hidari_maru:before, .bumon main .under_content_r p.hidari_maru:before {
  color: #F6AB00;
}
.gaiyo main .under_content p.hidari_maru:before, .gaiyo main .under_content_r p.hidari_maru:before {
  color: #CC89BF;
}
.recruit main .under_content p.hidari_maru:before, .recruit main .under_content_r p.hidari_maru:before {
  color: #44C0F0;
}
main .under_content ul.hidari_maru, main .under_content_r ul.hidari_maru {
  padding-left: 0.7em;
}
main .under_content ul.hidari_maru li:before, main .under_content_r ul.hidari_maru li:before {
  content: '◯';
}
.gairai main .under_content ul.hidari_maru li:before, .gairai main .under_content_r ul.hidari_maru li:before {
  color: #00B0BB;
}
.iryou main .under_content ul.hidari_maru li:before, .iryou main .under_content_r ul.hidari_maru li:before {
  color: #F08300;
}
.nyuin main .under_content ul.hidari_maru li:before, .nyuin main .under_content_r ul.hidari_maru li:before {
  color: #6BBC6E;
}
.sinryo main .under_content ul.hidari_maru li:before, .sinryo main .under_content_r ul.hidari_maru li:before {
  color: #ABCD03;
}
.bumon main .under_content ul.hidari_maru li:before, .bumon main .under_content_r ul.hidari_maru li:before {
  color: #F6AB00;
}
.gaiyo main .under_content ul.hidari_maru li:before, .gaiyo main .under_content_r ul.hidari_maru li:before {
  color: #CC89BF;
}
.recruit main .under_content ul.hidari_maru li:before, .recruit main .under_content_r ul.hidari_maru li:before {
  color: #44C0F0;
}
main .under_content ul.hidari_maru li ul, main .under_content_r ul.hidari_maru li ul {
  padding-left: 2.2em;
}
main .under_content ul.hidari_maru li ul li:before, main .under_content_r ul.hidari_maru li ul li:before {
  content: none;
}
main .under_content h4.hidari_maru, main .under_content_r h4.hidari_maru {
  background: #FFFDE6 !important;
}
.gairai main .under_content h4.hidari_maru, .gairai main .under_content_r h4.hidari_maru {
  border: 1px solid #00B0BB;
}
.iryou main .under_content h4.hidari_maru, .iryou main .under_content_r h4.hidari_maru {
  border: 1px solid #F08300;
}
.nyuin main .under_content h4.hidari_maru, .nyuin main .under_content_r h4.hidari_maru {
  border: 1px solid #6BBC6E;
}
.sinryo main .under_content h4.hidari_maru, .sinryo main .under_content_r h4.hidari_maru {
  border: 1px solid #ABCD03;
}
.bumon main .under_content h4.hidari_maru, .bumon main .under_content_r h4.hidari_maru {
  border: 1px solid #F6AB00;
}
.gaiyo main .under_content h4.hidari_maru, .gaiyo main .under_content_r h4.hidari_maru {
  border: 1px solid #CC89BF;
}
.recruit main .under_content h4.hidari_maru, .recruit main .under_content_r h4.hidari_maru {
  border: 1px solid #44C0F0;
}
main .under_content h4.hidari_maru:before, main .under_content_r h4.hidari_maru:before {
  content: '●';
}
.gairai main .under_content h4.hidari_maru:before, .gairai main .under_content_r h4.hidari_maru:before {
  color: #00B0BB;
}
.iryou main .under_content h4.hidari_maru:before, .iryou main .under_content_r h4.hidari_maru:before {
  color: #F08300;
}
.nyuin main .under_content h4.hidari_maru:before, .nyuin main .under_content_r h4.hidari_maru:before {
  color: #6BBC6E;
}
.sinryo main .under_content h4.hidari_maru:before, .sinryo main .under_content_r h4.hidari_maru:before {
  color: #ABCD03;
}
.bumon main .under_content h4.hidari_maru:before, .bumon main .under_content_r h4.hidari_maru:before {
  color: #F6AB00;
}
.gaiyo main .under_content h4.hidari_maru:before, .gaiyo main .under_content_r h4.hidari_maru:before {
  color: #CC89BF;
}
.recruit main .under_content h4.hidari_maru:before, .recruit main .under_content_r h4.hidari_maru:before {
  color: #44C0F0;
}
main .under_content .large, main .under_content_r .large {
  font-size: 26px;
}
.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;
}
main .under_content a, main .under_content_r a {
  transition: all 0.2s;
  text-decoration: underline;
  color: #008000;
}
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;
}
.gairai main .under_content ul.num_list li:before, .gairai main .under_content_r ul.num_list li:before {
  background: #00B0BB;
}
.iryou main .under_content ul.num_list li:before, .iryou main .under_content_r ul.num_list li:before {
  background: #F08300;
}
.nyuin main .under_content ul.num_list li:before, .nyuin main .under_content_r ul.num_list li:before {
  background: #6BBC6E;
}
.sinryo main .under_content ul.num_list li:before, .sinryo main .under_content_r ul.num_list li:before {
  background: #ABCD03;
}
.bumon main .under_content ul.num_list li:before, .bumon main .under_content_r ul.num_list li:before {
  background: #F6AB00;
}
.gaiyo main .under_content ul.num_list li:before, .gaiyo main .under_content_r ul.num_list li:before {
  background: #CC89BF;
}
.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;
}
.gairai main .under_content .saishin_circle, .gairai main .under_content_r .saishin_circle {
  background: #00B0BB;
}
.iryou main .under_content .saishin_circle, .iryou main .under_content_r .saishin_circle {
  background: #F08300;
}
.nyuin main .under_content .saishin_circle, .nyuin main .under_content_r .saishin_circle {
  background: #6BBC6E;
}
.sinryo main .under_content .saishin_circle, .sinryo main .under_content_r .saishin_circle {
  background: #ABCD03;
}
.bumon main .under_content .saishin_circle, .bumon main .under_content_r .saishin_circle {
  background: #F6AB00;
}
.gaiyo main .under_content .saishin_circle, .gaiyo main .under_content_r .saishin_circle {
  background: #CC89BF;
}
.recruit main .under_content .saishin_circle, .recruit main .under_content_r .saishin_circle {
  background: #44C0F0;
}
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: 768px) {
  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: 768px) {
  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: 768px) {
  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, main .under_content_r .text_img2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
main .under_content .text_img2.re, main .under_content_r .text_img2.re {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  main .under_content .text_img2, main .under_content_r .text_img2 {
    display: block;
  }
}
main .under_content .text_img2 .text, main .under_content_r .text_img2 .text {
  width: 66%;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .under_content .text_img2 .text, main .under_content_r .text_img2 .text {
    margin-right: 0;
    width: auto;
  }
}
main .under_content .text_img2 .img, main .under_content_r .text_img2 .img {
  width: 32%;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  main .under_content .text_img2 .img, main .under_content_r .text_img2 .img {
    width: 60%;
    margin: 0 auto;
  }
}
main .under_content .text_img2 .img img, main .under_content_r .text_img2 .img img {
  width: 100%;
  margin-bottom: 8px;
}
main .under_content .img_img, main .under_content_r .img_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .under_content .img_img, main .under_content_r .img_img {
    display: block;
  }
}
main .under_content .img_img .img, main .under_content_r .img_img .img {
  width: 49%;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  main .under_content .img_img .img, main .under_content_r .img_img .img {
    width: auto;
  }
}
main .under_content .img_img .img img, main .under_content_r .img_img .img img {
  width: 100%;
  margin-bottom: 8px;
}
main .under_content .img_img_img, main .under_content_r .img_img_img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  main .under_content .profile .in, main .under_content_r .profile .in {
    display: block;
  }
}
main .under_content .profile .in .text, main .under_content_r .profile .in .text {
  width: 560px;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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 .profile .bottom, main .under_content_r .profile .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: 768px) {
  main .under_content .profile .bottom, main .under_content_r .profile .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: 768px) {
  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;
  }
}
.gairai main .under_content .profile .bottom .circle, .gairai main .under_content_r .profile .bottom .circle {
  color: #00B0BB;
  border-color: #00B0BB;
}
.iryou main .under_content .profile .bottom .circle, .iryou main .under_content_r .profile .bottom .circle {
  color: #F08300;
  border-color: #F08300;
}
.nyuin main .under_content .profile .bottom .circle, .nyuin main .under_content_r .profile .bottom .circle {
  color: #6BBC6E;
  border-color: #6BBC6E;
}
.sinryo main .under_content .profile .bottom .circle, .sinryo main .under_content_r .profile .bottom .circle {
  color: #ABCD03;
  border-color: #ABCD03;
}
.bumon main .under_content .profile .bottom .circle, .bumon main .under_content_r .profile .bottom .circle {
  color: #F6AB00;
  border-color: #F6AB00;
}
.gaiyo main .under_content .profile .bottom .circle, .gaiyo main .under_content_r .profile .bottom .circle {
  color: #CC89BF;
  border-color: #CC89BF;
}
.recruit main .under_content .profile .bottom .circle, .recruit main .under_content_r .profile .bottom .circle {
  color: #44C0F0;
  border-color: #44C0F0;
}
main .under_content .profile .bottom .fukidashi, main .under_content_r .profile .bottom .fukidashi {
  border-radius: 10px;
  padding: 10px;
  width: 620px;
  background: #FFFDE6;
  position: relative;
  border: 3px solid;
}
@media screen and (max-width: 768px) {
  main .under_content .profile .bottom .fukidashi, main .under_content_r .profile .bottom .fukidashi {
    width: auto;
    height: auto;
    border-radius: 0;
  }
}
main .under_content .profile .bottom .fukidashi:before, main .under_content_r .profile .bottom .fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFFDE6;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main .under_content .profile .bottom .fukidashi:before, main .under_content_r .profile .bottom .fukidashi:before {
    content: none;
  }
}
main .under_content .profile .bottom .fukidashi:after, main .under_content_r .profile .bottom .fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .under_content .profile .bottom .fukidashi:after, main .under_content_r .profile .bottom .fukidashi:after {
    content: none;
  }
}
.gairai main .under_content .profile .bottom .fukidashi:after, .gairai main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #00B0BB;
}
.iryou main .under_content .profile .bottom .fukidashi:after, .iryou main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #F08300;
}
.nyuin main .under_content .profile .bottom .fukidashi:after, .nyuin main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #6BBC6E;
}
.sinryo main .under_content .profile .bottom .fukidashi:after, .sinryo main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #ABCD03;
}
.bumon main .under_content .profile .bottom .fukidashi:after, .bumon main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #F6AB00;
}
.gaiyo main .under_content .profile .bottom .fukidashi:after, .gaiyo main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #CC89BF;
}
.recruit main .under_content .profile .bottom .fukidashi:after, .recruit main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #44C0F0;
}
.gairai main .under_content .profile .bottom .fukidashi, .gairai main .under_content_r .profile .bottom .fukidashi {
  border-color: #00B0BB;
}
.iryou main .under_content .profile .bottom .fukidashi, .iryou main .under_content_r .profile .bottom .fukidashi {
  border-color: #F08300;
}
.nyuin main .under_content .profile .bottom .fukidashi, .nyuin main .under_content_r .profile .bottom .fukidashi {
  border-color: #6BBC6E;
}
.sinryo main .under_content .profile .bottom .fukidashi, .sinryo main .under_content_r .profile .bottom .fukidashi {
  border-color: #ABCD03;
}
.bumon main .under_content .profile .bottom .fukidashi, .bumon main .under_content_r .profile .bottom .fukidashi {
  border-color: #F6AB00;
}
.gaiyo main .under_content .profile .bottom .fukidashi, .gaiyo main .under_content_r .profile .bottom .fukidashi {
  border-color: #CC89BF;
}
.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;
}
.gairai main .under_content h3, .gairai main .under_content_r h3 {
  background: #00B0BB;
}
.iryou main .under_content h3, .iryou main .under_content_r h3 {
  background: #F08300;
}
.nyuin main .under_content h3, .nyuin main .under_content_r h3 {
  background: #6BBC6E;
}
.sinryo main .under_content h3, .sinryo main .under_content_r h3 {
  background: #ABCD03;
}
.bumon main .under_content h3, .bumon main .under_content_r h3 {
  background: #F6AB00;
}
.gaiyo main .under_content h3, .gaiyo main .under_content_r h3 {
  background: #CC89BF;
}
.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;
}
.gairai main .under_content h4, .gairai main .under_content_r h4 {
  background: #B2E7EB;
}
.iryou main .under_content h4, .iryou main .under_content_r h4 {
  background: #FFD7AB;
}
.nyuin main .under_content h4, .nyuin main .under_content_r h4 {
  background: #D3EBD4;
}
.sinryo main .under_content h4, .sinryo main .under_content_r h4 {
  background: #EEF7B2;
}
.bumon main .under_content h4, .bumon main .under_content_r h4 {
  background: #FFEDCA;
}
.gaiyo main .under_content h4, .gaiyo main .under_content_r h4 {
  background: #F4DCF0;
}
.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;
}
.gairai main .under_content h5, .gairai main .under_content_r h5 {
  border-left: 1px solid #00B0BB;
  border-bottom: 2px solid #00B0BB;
}
.iryou main .under_content h5, .iryou main .under_content_r h5 {
  border-left: 1px solid #F08300;
  border-bottom: 2px solid #F08300;
}
.nyuin main .under_content h5, .nyuin main .under_content_r h5 {
  border-left: 1px solid #6BBC6E;
  border-bottom: 2px solid #6BBC6E;
}
.sinryo main .under_content h5, .sinryo main .under_content_r h5 {
  border-left: 1px solid #ABCD03;
  border-bottom: 2px solid #ABCD03;
}
.bumon main .under_content h5, .bumon main .under_content_r h5 {
  border-left: 1px solid #F6AB00;
  border-bottom: 2px solid #F6AB00;
}
.gaiyo main .under_content h5, .gaiyo main .under_content_r h5 {
  border-left: 1px solid #CC89BF;
  border-bottom: 2px solid #CC89BF;
}
.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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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;
}
.gairai main .under_content .box, .gairai main .under_content_r .box {
  border: 1px solid #00B0BB;
}
.iryou main .under_content .box, .iryou main .under_content_r .box {
  border: 1px solid #F08300;
}
.nyuin main .under_content .box, .nyuin main .under_content_r .box {
  border: 1px solid #6BBC6E;
}
.sinryo main .under_content .box, .sinryo main .under_content_r .box {
  border: 1px solid #ABCD03;
}
.bumon main .under_content .box, .bumon main .under_content_r .box {
  border: 1px solid #F6AB00;
}
.gaiyo main .under_content .box, .gaiyo main .under_content_r .box {
  border: 1px solid #CC89BF;
}
.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: 768px) {
  main .under_content .button_box.w32 ul li, main .under_content_r .button_box.w32 ul li {
    width: 49%;
  }
}
.sinryo main .under_content .button_box ul li, .sinryo main .under_content_r .button_box ul li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .sinryo main .under_content .button_box ul li, .sinryo main .under_content_r .button_box ul li {
    width: 49%;
  }
}
.sinryo main .under_content .button_box.w32 ul li, .sinryo main .under_content_r .button_box.w32 ul li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .sinryo main .under_content .button_box.w32 ul li, .sinryo main .under_content_r .button_box.w32 ul li {
    width: 49%;
  }
}
.bumon main .under_content .button_box ul li, .bumon main .under_content_r .button_box ul li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .bumon main .under_content .button_box ul li, .bumon main .under_content_r .button_box ul li {
    width: 49%;
  }
}
.bumon main .under_content .button_box.w32 ul li, .bumon main .under_content_r .button_box.w32 ul li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .bumon main .under_content .button_box.w32 ul li, .bumon 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;
}
.gairai main .under_content .button_box ul li:after, .gairai main .under_content_r .button_box ul li:after {
  background: #00B0BB;
}
.iryou main .under_content .button_box ul li:after, .iryou main .under_content_r .button_box ul li:after {
  background: #F08300;
}
.nyuin main .under_content .button_box ul li:after, .nyuin main .under_content_r .button_box ul li:after {
  background: #6BBC6E;
}
.sinryo main .under_content .button_box ul li:after, .sinryo main .under_content_r .button_box ul li:after {
  background: #ABCD03;
}
.bumon main .under_content .button_box ul li:after, .bumon main .under_content_r .button_box ul li:after {
  background: #F6AB00;
}
.gaiyo main .under_content .button_box ul li:after, .gaiyo main .under_content_r .button_box ul li:after {
  background: #CC89BF;
}
.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: 768px) {
  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;
}
.sinryo main .under_content .button_box ul li a, .sinryo main .under_content_r .button_box ul li a {
  min-height: 3.6em;
  color: #595757;
}
.bumon main .under_content .button_box ul li a, .bumon main .under_content_r .button_box ul li a {
  min-height: 3.6em;
  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%;
}
.gairai main .under_content .button_box ul li a:before, .gairai main .under_content_r .button_box ul li a:before {
  background: #00B0BB;
}
.iryou main .under_content .button_box ul li a:before, .iryou main .under_content_r .button_box ul li a:before {
  background: #F08300;
}
.nyuin main .under_content .button_box ul li a:before, .nyuin main .under_content_r .button_box ul li a:before {
  background: #6BBC6E;
}
.sinryo main .under_content .button_box ul li a:before, .sinryo main .under_content_r .button_box ul li a:before {
  background: #ABCD03;
}
.bumon main .under_content .button_box ul li a:before, .bumon main .under_content_r .button_box ul li a:before {
  background: #F6AB00;
}
.gaiyo main .under_content .button_box ul li a:before, .gaiyo main .under_content_r .button_box ul li a:before {
  background: #CC89BF;
}
.recruit main .under_content .button_box ul li a:before, .recruit main .under_content_r .button_box ul li a:before {
  background: #44C0F0;
}
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;
}
.gairai main .under_content .button_box ul li a, .gairai main .under_content_r .button_box ul li a {
  border: 2px solid #00B0BB;
}
.iryou main .under_content .button_box ul li a, .iryou main .under_content_r .button_box ul li a {
  border: 2px solid #F08300;
}
.nyuin main .under_content .button_box ul li a, .nyuin main .under_content_r .button_box ul li a {
  border: 2px solid #6BBC6E;
}
.sinryo main .under_content .button_box ul li a, .sinryo main .under_content_r .button_box ul li a {
  border: 2px solid #ABCD03;
}
.bumon main .under_content .button_box ul li a, .bumon main .under_content_r .button_box ul li a {
  border: 2px solid #F6AB00;
}
.gaiyo main .under_content .button_box ul li a, .gaiyo main .under_content_r .button_box ul li a {
  border: 2px solid #CC89BF;
}
.recruit main .under_content .button_box ul li a, .recruit main .under_content_r .button_box ul li a {
  border: 2px solid #44C0F0;
}
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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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%;
}
.gairai main .under_content .text_circle1 .circle .in span:before, .gairai main .under_content_r .text_circle1 .circle .in span:before {
  background: #00B0BB;
}
.iryou main .under_content .text_circle1 .circle .in span:before, .iryou main .under_content_r .text_circle1 .circle .in span:before {
  background: #F08300;
}
.nyuin main .under_content .text_circle1 .circle .in span:before, .nyuin main .under_content_r .text_circle1 .circle .in span:before {
  background: #6BBC6E;
}
.sinryo main .under_content .text_circle1 .circle .in span:before, .sinryo main .under_content_r .text_circle1 .circle .in span:before {
  background: #ABCD03;
}
.bumon main .under_content .text_circle1 .circle .in span:before, .bumon main .under_content_r .text_circle1 .circle .in span:before {
  background: #F6AB00;
}
.gaiyo main .under_content .text_circle1 .circle .in span:before, .gaiyo main .under_content_r .text_circle1 .circle .in span:before {
  background: #CC89BF;
}
.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;
}
.gairai main .under_content .text_circle1 .circle .maru a, .gairai main .under_content_r .text_circle1 .circle .maru a {
  color: #00B0BB;
}
.iryou main .under_content .text_circle1 .circle .maru a, .iryou main .under_content_r .text_circle1 .circle .maru a {
  color: #F08300;
}
.nyuin main .under_content .text_circle1 .circle .maru a, .nyuin main .under_content_r .text_circle1 .circle .maru a {
  color: #6BBC6E;
}
.sinryo main .under_content .text_circle1 .circle .maru a, .sinryo main .under_content_r .text_circle1 .circle .maru a {
  color: #ABCD03;
}
.bumon main .under_content .text_circle1 .circle .maru a, .bumon main .under_content_r .text_circle1 .circle .maru a {
  color: #F6AB00;
}
.gaiyo main .under_content .text_circle1 .circle .maru a, .gaiyo main .under_content_r .text_circle1 .circle .maru a {
  color: #CC89BF;
}
.recruit main .under_content .text_circle1 .circle .maru a, .recruit main .under_content_r .text_circle1 .circle .maru a {
  color: #44C0F0;
}
.gairai main .under_content .text_circle1 .circle .maru, .gairai main .under_content_r .text_circle1 .circle .maru {
  border: 3px solid #00B0BB;
}
.iryou main .under_content .text_circle1 .circle .maru, .iryou main .under_content_r .text_circle1 .circle .maru {
  border: 3px solid #F08300;
}
.nyuin main .under_content .text_circle1 .circle .maru, .nyuin main .under_content_r .text_circle1 .circle .maru {
  border: 3px solid #6BBC6E;
}
.sinryo main .under_content .text_circle1 .circle .maru, .sinryo main .under_content_r .text_circle1 .circle .maru {
  border: 3px solid #ABCD03;
}
.bumon main .under_content .text_circle1 .circle .maru, .bumon main .under_content_r .text_circle1 .circle .maru {
  border: 3px solid #F6AB00;
}
.gaiyo main .under_content .text_circle1 .circle .maru, .gaiyo main .under_content_r .text_circle1 .circle .maru {
  border: 3px solid #CC89BF;
}
.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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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;
}
.gairai main .under_content .text_circle2 .circle .in span:before, .gairai main .under_content_r .text_circle2 .circle .in span:before {
  background: #00B0BB;
}
.iryou main .under_content .text_circle2 .circle .in span:before, .iryou main .under_content_r .text_circle2 .circle .in span:before {
  background: #F08300;
}
.nyuin main .under_content .text_circle2 .circle .in span:before, .nyuin main .under_content_r .text_circle2 .circle .in span:before {
  background: #6BBC6E;
}
.sinryo main .under_content .text_circle2 .circle .in span:before, .sinryo main .under_content_r .text_circle2 .circle .in span:before {
  background: #ABCD03;
}
.bumon main .under_content .text_circle2 .circle .in span:before, .bumon main .under_content_r .text_circle2 .circle .in span:before {
  background: #F6AB00;
}
.gaiyo main .under_content .text_circle2 .circle .in span:before, .gaiyo main .under_content_r .text_circle2 .circle .in span:before {
  background: #CC89BF;
}
.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;
}
.gairai main .under_content .text_circle2 .circle .maru, .gairai main .under_content_r .text_circle2 .circle .maru {
  background: #00B0BB;
}
.iryou main .under_content .text_circle2 .circle .maru, .iryou main .under_content_r .text_circle2 .circle .maru {
  background: #F08300;
}
.nyuin main .under_content .text_circle2 .circle .maru, .nyuin main .under_content_r .text_circle2 .circle .maru {
  background: #6BBC6E;
}
.sinryo main .under_content .text_circle2 .circle .maru, .sinryo main .under_content_r .text_circle2 .circle .maru {
  background: #ABCD03;
}
.bumon main .under_content .text_circle2 .circle .maru, .bumon main .under_content_r .text_circle2 .circle .maru {
  background: #F6AB00;
}
.gaiyo main .under_content .text_circle2 .circle .maru, .gaiyo main .under_content_r .text_circle2 .circle .maru {
  background: #CC89BF;
}
.recruit main .under_content .text_circle2 .circle .maru, .recruit main .under_content_r .text_circle2 .circle .maru {
  background: #44C0F0;
}
@media screen and (max-width: 768px) {
  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: 16px;
}
.big main .under_content .table_box, .big main .under_content_r .table_box {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 160px;
}
.gairai main .under_content .table_box table tr.thead th, .gairai main .under_content_r .table_box table tr.thead th {
  background: #B2E7EB;
}
.iryou main .under_content .table_box table tr.thead th, .iryou main .under_content_r .table_box table tr.thead th {
  background: #FFD7AB;
}
.nyuin main .under_content .table_box table tr.thead th, .nyuin main .under_content_r .table_box table tr.thead th {
  background: #D3EBD4;
}
.sinryo main .under_content .table_box table tr.thead th, .sinryo main .under_content_r .table_box table tr.thead th {
  background: #EEF7B2;
}
.bumon main .under_content .table_box table tr.thead th, .bumon main .under_content_r .table_box table tr.thead th {
  background: #FFEDCA;
}
.gaiyo main .under_content .table_box table tr.thead th, .gaiyo main .under_content_r .table_box table tr.thead th {
  background: #F4DCF0;
}
.recruit main .under_content .table_box table tr.thead th, .recruit main .under_content_r .table_box table tr.thead th {
  background: #C7ECFB;
}
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: 6px 6px;
  border: 1px solid #ddd;
}
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.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.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%;
}
.gairai main .under_content .table_box table tr th, .gairai main .under_content .table_box table tr td, .gairai main .under_content_r .table_box table tr th, .gairai main .under_content_r .table_box table tr td {
  border: 1px solid #00B0BB;
}
.iryou main .under_content .table_box table tr th, .iryou main .under_content .table_box table tr td, .iryou main .under_content_r .table_box table tr th, .iryou main .under_content_r .table_box table tr td {
  border: 1px solid #F08300;
}
.nyuin main .under_content .table_box table tr th, .nyuin main .under_content .table_box table tr td, .nyuin main .under_content_r .table_box table tr th, .nyuin main .under_content_r .table_box table tr td {
  border: 1px solid #6BBC6E;
}
.sinryo main .under_content .table_box table tr th, .sinryo main .under_content .table_box table tr td, .sinryo main .under_content_r .table_box table tr th, .sinryo main .under_content_r .table_box table tr td {
  border: 1px solid #ABCD03;
}
.bumon main .under_content .table_box table tr th, .bumon main .under_content .table_box table tr td, .bumon main .under_content_r .table_box table tr th, .bumon main .under_content_r .table_box table tr td {
  border: 1px solid #F6AB00;
}
.gaiyo main .under_content .table_box table tr th, .gaiyo main .under_content .table_box table tr td, .gaiyo main .under_content_r .table_box table tr th, .gaiyo main .under_content_r .table_box table tr td {
  border: 1px solid #CC89BF;
}
main .under_content .table_box table tr th, main .under_content_r .table_box table tr th {
  font-weight: bold;
  background: #FFFDE6;
}
main .under_content .table_box table tr td, main .under_content_r .table_box table tr td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  main .under_content .table_box.s100, main .under_content_r .table_box.s100 {
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  main .under_content .table_box.s100 table, main .under_content_r .table_box.s100 table {
    min-width: 0;
  }
}
.recruit main .recruit_kv {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv {
    width: auto;
    flex-direction: column;
  }
}
.recruit main .recruit_kv ul.list_maru li {
  position: relative;
  padding-left: 1.2em;
  font-size: 18px;
  margin-top: 6px;
}
.big .recruit main .recruit_kv ul.list_maru li {
  font-size: 22px;
}
.recruit main .recruit_kv ul.list_maru li:first-child {
  margin-top: 0;
}
.recruit main .recruit_kv ul.list_maru li:before {
  content: '●';
  color: #44C0F0;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit main .recruit_kv ul.list_maru li a {
  color: #44C0F0;
  text-decoration: underline;
}
.recruit main .recruit_kv .left {
  width: 236px;
  padding-top: 80px;
  text-align: left;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .left {
    width: auto;
    order: 2;
  }
}
.recruit main .recruit_kv .left p {
  margin-top: 1em;
  font-weight: bold;
  font-size: 18px;
}
.recruit main .recruit_kv .left p:first-child {
  margin-top: 0;
}
.recruit main .recruit_kv .right {
  width: 236px;
  text-align: right;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .right {
    display: none;
  }
}
.recruit main .recruit_kv .right p {
  margin-top: 1em;
  font-weight: bold;
  font-size: 18px;
}
.recruit main .recruit_kv .right p:first-child {
  margin-top: 0;
}
.recruit main .recruit_kv .center {
  width: 580px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .center {
    width: auto;
    order: 1;
  }
}
.recruit main .recruit_kv .center:before {
  content: '';
  width: 12px;
  height: 180px;
  display: inline-block;
  background: url(../img/recruit/circle.png);
  z-index: 1;
  bottom: -68px;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  margin-left: -6px;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .center:before {
    width: 2.9vw;
    height: 25vw;
    bottom: -12vw;
    margin-left: -1.45vw;
  }
}
.recruit main .recruit_kv .center h2 {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .center h2 {
    font-size: calc(44/750 * 100vw);
  }
}
.recruit main .recruit_kv .center .circle {
  background: #44C0F0;
  border-radius: 50%;
  width: 580px;
  height: 580px;
  position: relative;
  overflow: hidden;
  padding-top: 330px;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .center .circle {
    width: 90vw;
    height: 90vw;
    margin: 0 auto;
    padding-top: 47vw;
  }
}
.recruit main .recruit_kv .center .circle .in {
  position: absolute;
  height: 200px;
  overflow: hidden;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .center .circle .in {
    height: 27vw;
    overflow: hidden;
    top: 17vw;
  }
}
.recruit main .recruit_kv .center .circle .in img {
  position: relative;
  top: -26px;
}
.recruit main .recruit_kv .center .button_box {
  margin-bottom: 20px;
}
.recruit main .recruit_kv .center .button_box ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit main .recruit_kv .center .button_box ul li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0.2%;
  line-height: 1.2;
  text-align: left;
  position: relative;
}
.recruit main .recruit_kv .center .button_box ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: -2px;
  bottom: -2px;
  background: #44C0F0;
}
.recruit main .recruit_kv .center .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: #44C0F0;
  border: 2px solid #44C0F0;
}
.recruit main .recruit_kv .center .button_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.recruit main .recruit_kv .center .button_box ul li a:before {
  content: '';
  background: #44C0F0;
  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%;
}
.recruit main .recruit_kv .center .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;
}
.recruit main .recruit_kv .button_arrow {
  background: url(../img/recruit/arrow.png) center top no-repeat;
  padding-top: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .button_arrow {
    padding-top: 0;
    margin-top: 0;
    background-image: none;
  }
}
.recruit main .recruit_kv a.link {
  font-weight: bold;
  background: #EE8195;
  color: #fff;
  text-align: center;
  display: block;
  padding: 6px 2px;
  margin-top: 10px;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv a.link {
    padding: 2vw;
  }
}
.recruit main .recruit_kv a.link:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.recruit main .recruit_kv a.link:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv a.link:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
.recruit main .recruit_kv a.link.tel:after {
  content: none;
}
.recruit main .recruit_kv a.link.tel span {
  position: relative;
}
.recruit main .recruit_kv 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;
}
.recruit main .recruit_kv .box {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .box {
    font-size: calc(30/750 * 100vw) !important;
  }
}
.big .recruit main .recruit_kv .box {
  font-size: 22px;
}
.under .recruit main .recruit_kv .box {
  margin-bottom: 30px;
}
.recruit main .recruit_kv .ttl {
  background: #F7C9DD;
  font-size: 18px;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .recruit main .recruit_kv .ttl {
    font-size: calc(38/750 * 100vw) !important;
    padding: 2vw;
  }
}
.big .recruit main .recruit_kv .ttl {
  font-size: 22px;
}
.recruit main .recruit_kv .link_box .ttl {
  background: #FEEFD0;
  border-radius: 0;
  border-bottom: 1px solid #595757;
}
.recruit main .recruit_kv .link_box ul li {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.recruit main .recruit_kv .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: 768px) {
  .recruit main .recruit_kv .link_box ul li a {
    padding: 2vw;
  }
}
.recruit main .recruit_kv .link_box ul li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.recruit main .recruit_kv .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: 768px) {
  .recruit main .recruit_kv .link_box ul li a:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
.recruit main .content_r {
  width: 1100px;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .recruit main .content_r {
    width: auto;
    margin-top: 8vw;
  }
}
.recruit main .nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit main .nav {
    display: block;
    margin: 0 calc(30/750 * 100vw);
  }
}
.recruit main .nav h3 {
  font-weight: bold;
}
.recruit main .nav h3 span {
  font-size: 0.9em;
}
.recruit main .nav .in {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .recruit main .nav .in {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit main .nav .circle {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .recruit main .nav .circle img {
    position: absolute;
    width: 44vw;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.recruit main .nav .circle .circle_in {
  color: #fff;
  background: #44C0F0;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  padding: 100px 0 0 30px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit main .nav .circle .circle_in {
    width: 60vw;
    height: 60vw;
    padding: 23vw 0 0 6vw;
  }
}
.recruit main .nav .list_box {
  background: url(../img/recruit/circle.png) 0 0 repeat-y;
  background-size: 11px auto;
  margin-left: 35px;
  position: relative;
  top: -70px;
  padding-left: 30px;
  padding-top: 80px;
  min-height: 260px;
}
@media screen and (max-width: 768px) {
  .recruit main .nav .list_box {
    margin-left: 6vw;
    position: relative;
    top: -19vw;
    padding-left: 6vw;
    padding-top: 21vw;
    margin-right: 10vw;
    min-height: 0;
  }
}
.recruit main .nav .list_box ul {
  text-align: left;
  font-size: 18px;
  margin-top: 10px;
  min-height: 3em;
}
.recruit main .nav .list_box ul:first-child {
  margin-top: 0;
}
.recruit main .nav .list_box ul li {
  position: relative;
  padding-left: 1em;
}
.recruit main .nav .list_box ul li:before {
  content: '・';
  position: absolute;
  left: 0;
}
.recruit main .nav .list_box ul li:first-child {
  padding-left: 0;
}
.recruit main .nav .list_box ul li:first-child:before {
  content: none;
}
.recruit main .nav .list_box ul li a {
  text-decoration: underline;
}
.recruit main .nav .list_box a.link {
  font-weight: bold;
  background: #ee8195;
  color: #fff;
  text-align: center;
  display: block;
  padding: 6px 2px;
  margin-top: 10px;
  position: relative;
  opacity: 1.0;
  transition: 0.4s;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .recruit main .nav .list_box a.link {
    padding: 2vw;
    position: relative;
    width: auto;
  }
}
.recruit main .nav .list_box a.link:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.recruit main .nav .list_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 #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .recruit main .nav .list_box a.link:after {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    margin-top: -2vw;
  }
}
.recruit main .nav .list_box a.link.tel:after {
  content: none;
}
.recruit main .nav .list_box a.link.tel span {
  position: relative;
}
.recruit main .nav .list_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;
}
@media screen and (max-width: 768px) {
  main .under_content_r {
    margin: 0 calc(30/750 * 100vw);
  }
  .sinryo main .under_content_r {
    margin: 0;
  }
}
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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  main .under_content_r table.text td {
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  main .under_content_r .banner_r ul {
    display: block;
  }
}
main .under_content_r .banner_r ul li {
  width: 22%;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  main .under_content_r .banner_r ul li a .circle {
    width: 25vw;
    height: 25vw;
    top: 50%;
    margin-top: -12.5vw;
    left: auto;
    font-size: calc(30/750 * 100vw) !important;
  }
}
main .under_content_r .banner_r ul li a .circle.c1 {
  background: #CC89BF;
}
main .under_content_r .banner_r ul li a .circle.c2 {
  background: #ABCD03;
}
main .under_content_r .banner_r ul li a .circle.c3 {
  background: #F6AB00;
}
main .under_content_r .banner_r ul li a .circle.c4 {
  background: #EE8195;
}
main .under_content_r .hr {
  width: 100%;
  height: 11px;
  background: url(../img/recruit/circle2.png) repeat-x;
  background-size: auto 101%;
  margin: 30px 0;
}
main .under_content_r .button_box ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .under_content_r .button_box ul li {
  width: 19%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0.5%;
  line-height: 1.2;
  text-align: left;
  position: relative;
}
main .under_content_r .button_box ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: -2px;
  bottom: -2px;
}
.gairai main .under_content_r .button_box ul li:after {
  background: #00B0BB;
}
.iryou main .under_content_r .button_box ul li:after {
  background: #F08300;
}
.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: 768px) {
  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%;
}
.gairai main .under_content_r .button_box ul li a:before {
  background: #00B0BB;
}
.iryou main .under_content_r .button_box ul li a:before {
  background: #F08300;
}
.nyuin main .under_content_r .button_box ul li a:before {
  background: #6BBC6E;
}
.sinryo main .under_content_r .button_box ul li a:before {
  background: #ABCD03;
}
.bumon main .under_content_r .button_box ul li a:before {
  background: #F6AB00;
}
.gaiyo main .under_content_r .button_box ul li a:before {
  background: #CC89BF;
}
.recruit main .under_content_r .button_box ul li a:before {
  background: #44C0F0;
}
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;
}
.gairai main .under_content_r .button_box ul li a {
  border: 2px solid #00B0BB;
}
.iryou main .under_content_r .button_box ul li a {
  border: 2px solid #F08300;
}
.nyuin main .under_content_r .button_box ul li a {
  border: 2px solid #6BBC6E;
}
.sinryo main .under_content_r .button_box ul li a {
  border: 2px solid #ABCD03;
}
.bumon main .under_content_r .button_box ul li a {
  border: 2px solid #F6AB00;
}
.gaiyo main .under_content_r .button_box ul li a {
  border: 2px solid #CC89BF;
}
.recruit main .under_content_r .button_box ul li a {
  border: 2px solid #44C0F0;
}
main .under_content_r .text_circle1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .under_content_r .text_circle1 {
    display: block;
  }
}
main .under_content_r .text_circle1 .text {
  width: 750px;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  main .under_content_r .text_circle2 {
    display: block;
  }
}
main .under_content_r .text_circle2 .text {
  width: 360px;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  main .under_content_r .profile .in .text dl dd {
    width: auto;
    padding: 10px 0;
  }
}
main .under_content_r .profile .bottom {
  justify-content: flex-end;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  main .under_content_r .profile .bottom {
    display: block;
  }
}
main .under_content_r .profile .bottom .circle {
  background: #FFFDE6;
  border: 3px solid;
  text-align: center;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  main .under_content_r .profile .bottom .circle {
    width: auto;
    height: auto;
  }
}
.recruit main .under_content_r .profile .bottom .circle {
  color: #595757;
  border-color: #44C0F0;
}
main .under_content_r .profile .bottom .fukidashi {
  margin-left: 40px;
  width: 760px;
  background: #FFFDE6;
  border: 3px solid;
}
@media screen and (max-width: 768px) {
  main .under_content_r .profile .bottom .fukidashi {
    width: auto;
    height: auto;
    border-radius: 0;
    margin-left: 0;
    border-top: 0;
  }
}
main .under_content_r .profile .bottom .fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFFDE6;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main .under_content_r .profile .bottom .fukidashi:before {
    content: none;
  }
}
main .under_content_r .profile .bottom .fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .under_content_r .profile .bottom .fukidashi:after {
    content: none;
  }
}
.recruit main .under_content_r .profile .bottom .fukidashi:after {
  border-right: 14px solid #44C0F0;
}
.recruit main .under_content_r .profile .bottom .fukidashi {
  border-color: #44C0F0;
}
main .under_content_r .bottom_box .ttl {
  background: #FEEFD0;
  color: #595757;
  border-radius: 0;
  text-align: center;
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 768px) {
  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: 768px) {
  main .form p.attention {
    text-align: left;
    text-align: justify;
  }
}
main .form .error_text {
  width: 800px;
  margin: 0 auto;
  color: red;
  padding-left: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  main .form .form_kanryou {
    text-align: left;
  }
}
main .form .form_table_kakunin {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}
.sinryo main .form .form_table_kakunin {
  width: 1100px;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  main .form .form_table_kakunin table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .form .form_table_kakunin table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  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: 768px) {
  main .form .form_table_kakunin table th, main .form .form_table_kakunin table td {
    display: block;
  }
}
main .form .form_table_kakunin table th {
  background: #FFFDE6;
  width: 30%;
  border-left: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: 800px;
  margin: 0 auto;
  background: #EBF5E5;
  border-top: 1px solid #ddd;
  padding: 20px;
}
.sinryo main .form .form_table {
  width: 1100px;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  main .form .form_table table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .form .form_table table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  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: 768px) {
  main .form .form_table table th, main .form .form_table table td {
    display: block;
  }
}
main .form .form_table table th {
  background: #FFFDE6;
  width: 30%;
  border-left: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}
@media screen and (max-width: 768px) {
  main .form .form_table table th {
    width: auto;
  }
}
.sinryo main .form .form_table table th {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .sinryo main .form .form_table table th {
    width: auto;
  }
}
main .form .form_table table td {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main .form .form_table table td {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  main .form .form_table table td table tr {
    margin-bottom: 1em;
  }
}
main .form .form_table table td table th {
  background: transparent;
  border: 0;
}
.sinryo main .form .form_table table td table th {
  width: 35%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sinryo main .form .form_table table td table th {
    width: auto;
  }
}
.sinryo main .form .form_table table td table td {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sinryo main .form .form_table table td table td {
    width: auto !important;
    padding-left: 1em;
  }
}
main .form .form_table table .span2 {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  main .form .form_table table .span2 {
    font-size: 0.6em;
  }
}
main .form .form_table table div {
  margin: 4px 0;
}
main .form .form_table table div span {
  display: block;
}
@media screen and (max-width: 768px) {
  main .form .form_table table div span {
    display: block;
  }
}
main .form .form_table table div.radio {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  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;
}