@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@400;500;600;700&family=Poppins:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
a:visited {
	color: #000;
}
a:active,a:hover{
	outline-width:0;
	text-decoration:none;
}
a{
	text-decoration: none;
}
header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
background: #fff;}

#global_header .container{
	padding: 10px 13px;
}

#global_footer .containerback{
	background: #0b0b0b;
}

#global_footer .copyright{
	color: #fff;
}

#global_header .site_name img{
	height: 30px;
}


  header:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0; }
  header h1 {
    position: absolute;
    width: 100%;
    z-index: 4; }
  header .logo_group {
    width: 93px;
padding-top: 3px;}
  header .headinner {
    width: 100%;
    background: #fff;
    position: relative;
    height: 5.6153846154vw;
    top: 0.3846153846vw; }
 header h1 {
    position: absolute;
    width: 100%;
    z-index: 4; }
  header .rightlogo {
    position: absolute;
    right: 1.6923076923vw;
    top: 1.3846153846vw;
    width: 10.2307692308vw; }
  header .hamburger {
    position: absolute;
    z-index: 21;
    top: 66px;
    right: 0;
    width: 4.9230769231vw;
    height: 4.9230769231vw;
    cursor: pointer;
    text-align: center;
    background: #e60012; }
  header .hamburger span {
    display: block;
    position: absolute;
    width: 1.5384615385vw;
    margin-left: -0.7692307692vw;
    height: 2px;
    left: 50%;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  header .hamburger span:nth-child(1) {
    top: 50%;
    margin-top: -0.7692307692vw; }
  header .hamburger span:nth-child(2) {
    top: 50%; }
  header .hamburger span:nth-child(3) {
    top: 50%;
    margin-top: 0.7692307692vw; }
  header .hamburger.active span:nth-child(1) {
    top: 50%;
    margin-top: 0;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    background: #fff; }
  header .hamburger.active span:nth-child(2),
  header .hamburger.active span:nth-child(3) {
    top: 50%;
    margin-top: 0;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background: #fff; }
  header .nav {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    width: 100%;
    top: 5.7692307692vw;
    left: 0;
    z-index: 5; }

.navinner {
  width: 76.9230769231vw;
  margin: 0 auto;
  padding: 6.9230769231vw 0;
  display: flex;
  justify-content: space-between; }
  .navinner .box p {
    color: #009E7D;
    font-family: "Overpass", sans-serif;
    font-size: 1.5384615385vw;
    font-weight: 500;
    padding-bottom: 0.7692307692vw; }
  .navinner .box ul li {
    padding-bottom: 0.7692307692vw; }
    .navinner .box ul li a {
      display: block;
      color: #fff; }
  .navinner--left {
    width: 21.5384615385vw;
    border-right: 0.0769230769vw solid #56B76A; }
    .navinner--left .box:nth-child(n + 2) {
      padding-top: 2.3076923077vw; }
  .navinner--right {
    width: 50.3846153846vw;
    display: flex; }
    .navinner--right .box.wid {
      width: 33%; }
  .navinner.heads {
    padding: 6.1538461538vw 0 11.5384615385vw; }
    .navinner.heads .box ul li a {
      display: block;
      color: #1a1a1a; }

footer {
  position: relative;
  background: linear-gradient(to right, #1FDF71, #009E7D); }
  footer .footerunder {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1.1538461538vw 2.3076923077vw; }
    footer .footerunder .links {
      display: flex; }
      footer .footerunder .links li {
        border-right: 0.0769230769vw solid #a1a1a1;
        padding: 0 0.7692307692vw; }
        footer .footerunder .links li a span {
          display: inline-block;
          width: 0.9230769231vw;
          position: relative;
          top: 0.2307692308vw;
          margin-left: 0.2307692308vw; }
        footer .footerunder .links li:first-child {
          padding: 0 0.7692307692vw 0 0; }
        footer .footerunder .links li:last-child {
          border-right: none; }
  footer .pagetop {
    width: 4.1538461538vw;
    height: 4.1538461538vw;
    position: absolute;
    right: 4.6153846154vw;
    top: -2.0769230769vw;
    z-index: 9; }
  footer.corp {
    background: #F0F3F8; }
    footer.corp .navinner .box p {
      color: #1a1a1a; }
    footer.corp .navinner .box ul li a {
      display: block;
      color: #1a1a1a; }
    footer.corp .footerunder {
      background: #000; }
      footer.corp .footerunder .links {
        display: flex; }
        footer.corp .footerunder .links li {
          border-right: 0.0769230769vw solid #fff; }
          footer.corp .footerunder .links li a {
            color: #fff; }
      footer.corp .footerunder .copyright {
        color: #fff; }
footer.corp#global_footer {
    background: #F0F3F8;
}
@media screen and (max-width: 767px) {
	#global_header{
		background: #fff;
		height: 16vw;
	}	
	#global_header .site_name img{
	height:6.2vw;
		margin-top: 0.6vw;
}
	header .hamburger {
    position: absolute;
    z-index: 21;
    top: 4px;
    right: 4px;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    cursor: pointer;
    text-align: center;
    background: #e60012; }
	#global_footer .function_nav {
	font-size: 14px;
	}
    #global_footer .copyright {
		font-size: 12px;
	}
	#global_footer .logo_group {
		width: 73px;
	}
}
main article {
  margin-top: 6vw; }
  main article.cont {
    margin-top: 10.7692307692vw;
    background: #009E7D; }
main .kv {
  position: relative;
  width: 100%; }
  main .kv--base {
    width: 95.3846153846vw;
    margin: 0 auto;
    border-radius: 2.3076923077vw; }
    main .kv--base:after {
      position: absolute;
      content: "";
      background: #009E7D;
      border-radius: 2.3076923077vw;
      top: 2.3076923077vw;
      width: 100%;
      height: 100%;
      z-index: -2; }
    main .kv--base--inner {
      position: relative;
      padding: 0 0 0 8.0769230769vw;
      border-radius: 2.3076923077vw;
      background: linear-gradient(to right, #1FDF71, #009E7D);
      padding-bottom: 1.5384615385vw;
      border: 0.0769230769vw #009E7D solid; }
      main .kv--base--inner:after {
        position: absolute;
        content: "";
        background: url("../images/common/mizutama.png") repeat top center;
        opacity: 0.05;
        border-radius: 2.3076923077vw;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      main .kv--base--inner h2 {
        font-size: 5.5384615385vw;
        font-family: "Overpass", sans-serif;
        color: #fff;
        line-height: 1;
        padding: 5vw 0 0.7692307692vw;
        letter-spacing: 0.06em;
        position: relative;
        z-index: 2; }
        main .kv--base--inner h2 span {
          font-family: "Noto Sans Japanese" sans-serif;
          font-weight: 700;
          font-size: 1.8461538462vw;
          margin-left: 1.1538461538vw; }
      main .kv--base--inner .bkimg {
        position: relative;
        z-index: 2;
        right: 0vw;
        width: 91.5384615385vw;
        border-radius: 2.3076923077vw;
        overflow-x: hidden;
        border: 0.1538461538vw #FFFF00 solid; }
      main .kv--base--inner .txt {
        position: relative;
        z-index: 2;
        font-size: 1.4615384615vw;
        font-weight: 700;
        color: #fff;
        padding: 2.3076923077vw 0;
        letter-spacing: 0.04em; }
      main .kv--base--inner .kvobject {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        main .kv--base--inner .kvobject .left_obj {
          position: absolute;
          width: 16.7692307692vw;
          top: 26.1538461538vw;
          left: 1.5384615385vw;
          z-index: 2; }
        main .kv--base--inner .kvobject .center_obj {
          position: absolute;
          width: 15.3846153846vw;
          top: 4.6153846154vw;
          right: 8.4615384615vw;
          z-index: 2; }
        main .kv--base--inner .kvobject .right_obj {
          position: absolute;
          width: 10.1538461538vw;
          bottom: 4.2307692308vw;
          right: 4.2307692308vw;
          z-index: 2; }
  main .kv .tab-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    main .kv .tab-menu li {
      width: 34.6153846154vw;
      height: 8.8461538462vw;
      margin: 0 1.9230769231vw;
      text-indent: -9999px; }
      main .kv .tab-menu li:first-child {
        background: url("../images/recruit/img_4_2_off.jpg") no-repeat center center/cover; }
      main .kv .tab-menu li:last-child {
        background: url("../images/recruit/img_4_3_off.jpg") no-repeat center center/cover; }
      main .kv .tab-menu li.active:first-child {
        background: url("../images/recruit/img_4_2_on.jpg") no-repeat center center/cover; }
      main .kv .tab-menu li.active:last-child {
        background: url("../images/recruit/img_4_3_on.jpg") no-repeat center center/cover; }
  main .kv .tab-content {
    display: none; }
  main .kv .tab-content.active {
    display: block; }
main .undercont {
  width: 78.7692307692vw;
  margin: 9.2307692308vw auto; }
  main .undercont .lead_rec {
    font-family: "Overpass", sans-serif;
    font-size: 3.2307692308vw;
    text-align: center;
    color: #109778; }
  main .undercont--inner {
    width: 100%;
    display: flex;
    justify-content: center; }
    main .undercont--inner--box {
      width: 30%;
      margin: 0 0.3%;
      margin-top: 2.3076923077vw; }
      main .undercont--inner--box .imgs {
        border-radius: 1.5384615385vw;
        overflow: hidden;
        border: 0.0769230769vw solid #009E7D; }
      main .undercont--inner--box .txt {
        text-align: center;
        font-size: 1.5384615385vw;
        font-weight: 500;
        padding-top: 0.7692307692vw; }
    main .undercont--inner .slick-next {
      background: url("../js/slick/right.svg") no-repeat center center/cover;
      width: 3.0769230769vw;
      height: 3.0769230769vw;
      right: -4.6153846154vw; }
    main .undercont--inner .slick-prev {
      background: url("../js/slick/left.svg") no-repeat center center/cover;
      width: 3.0769230769vw;
      height: 3.0769230769vw;
      left: -4.6153846154vw; }

@media screen and (max-width: 767px) {
  header:before {
    height: 0.6666666667vw; }
  header .headinner {
    height: 13.3333333333vw;
    top: 0.6666666667vw; }
  header h1 {
    width: 53.3333333333vw;
    top: 4vw;
    left: 4vw;
    z-index: 4; }
  header .rightlogo {
    position: absolute;
    right: 2.9333333333vw;
    top: 2.6666666667vw;
    width: 24vw; }
  header .hamburger span {
    display: block;
    position: absolute;
    width: 5.3333333333vw;
    margin-left: -2.6666666667vw;
    height: 2px;
    left: 50%;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
  header .hamburger span:nth-child(1) {
    top: 50%;
    margin-top: -2.6666666667vw; }
  header .hamburger span:nth-child(2) {
    top: 50%; }
  header .hamburger span:nth-child(3) {
    top: 50%;
    margin-top: 2.6666666667vw; }
  header .hamburger.active span:nth-child(1) {
    top: 50%;
    margin-top: 0;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    background: #fff; }
  header .hamburger.active span:nth-child(2),
  header .hamburger.active span:nth-child(3) {
    top: 50%;
    margin-top: 0;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background: #fff; }
  header .nav {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    width: 100%;
    top: 13.3333333333vw;
    left: 0;
    z-index: 5; }

  .navinner {
    width: 100%;
    padding: 10.6666666667vw;
    display: block; }
    .navinner .box {
      margin-bottom: 2.6666666667vw;
      padding: 0 5.3333333333vw; }
      .navinner .box p {
        font-size: 4.2666666667vw;
        padding-bottom: 1.3333333333vw; }
        .navinner .box p.sp {
          display: none; }
      .navinner .box ul li {
        font-size: 3.7333333333vw;
        padding-bottom: 2.6666666667vw; }
        .navinner .box ul li a {
          display: block;
          color: #fff; }
    .navinner--left {
      width: 100%;
      border-right: none; }
      .navinner--left .box:nth-child(n + 2) {
        padding-top: 0vw; }
    .navinner--right {
      width: 100%;
      display: block; }
      .navinner--right .box.wid {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0; }
    .navinner.heads {
      padding: 6.1538461538vw 0 11.5384615385vw; }
      .navinner.heads .box ul li a {
        display: block;
        color: #1a1a1a; }

  footer {
    border-top: 0.2666666667vw solid #ccc;
    padding-top: 1.3333333333vw; }
    footer .navinner {
      display: none; }
    footer .footerunder {
      background: #fff;
      flex-wrap: wrap;
      justify-content: center;
      padding: 2vw 4vw;
      font-size: 2.6666666667vw; }
      footer .footerunder .links {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        footer .footerunder .links li {
          border-right: 0.2666666667vw solid #a1a1a1;
          padding: 0 1.3333333333vw; }
          footer .footerunder .links li a span {
            display: inline-block;
            width: 2.6666666667vw;
            position: relative;
            top: 0.8vw;
            margin-left: 0.4vw; }
          footer .footerunder .links li:first-child {
            padding: 0 4vw 0 0; }
          footer .footerunder .links li:last-child {
            border-right: none;
            width: 100%;
            text-align: center;
            padding: 1.3333333333vw 0 2.6666666667vw; }
    footer .pagetop {
      width: 7.2vw;
      height: 7.2vw;
      position: absolute;
      right: 2.6666666667vw;
      top: auto;
      bottom: 11vw;
      z-index: 9; }
    footer.corp {
      background: #F0F3F8; }
      footer.corp .navinner .box p {
        color: #1a1a1a; }
      footer.corp .navinner .box ul li a {
        display: block;
        color: #1a1a1a; }
      footer.corp .footerunder {
        background: #000; }
        footer.corp .footerunder .links {
          display: flex; }
          footer.corp .footerunder .links li {
            border-right: 0.0769230769vw solid #fff; }
            footer.corp .footerunder .links li a {
              color: #fff; }
            footer.corp .footerunder .links li:last-child {
              border-right: none; }
        footer.corp .footerunder .copyright {
          color: #fff; }

  main article {
    margin-top: 13.8666666667vw; }
    main article.cont {
      margin-top: 10.7692307692vw;
      background: #009E7D; }
  main .kv {
    position: relative;
    width: 100%; }
    main .kv--base {
      width: 98%;
      margin: 0 0 0 auto;
      border-radius: 2.3076923077vw; }
      main .kv--base:after {
        border-radius: 4vw;
        top: 4vw; }
      main .kv--base--inner {
        padding: 0 0 0 5.3333333333vw;
        border-radius: 4vw;
        padding-bottom: 2.6666666667vw;
        border: 0.2666666667vw #009E7D solid; }
        main .kv--base--inner:after {
          opacity: 0.05;
          border-radius: 4vw; }
        main .kv--base--inner h2 {
          font-size: 10.6666666667vw;
          padding: 8.6666666667vw 0 1.3333333333vw; }
          main .kv--base--inner h2 span {
            display: block;
            font-size: 4.2666666667vw;
            margin-left: 0vw;
            margin-top: 2.1333333333vw; }
        main .kv--base--inner .bkimg {
          right: 0vw;
          width: 158.6666666667vw;
          border-radius: 4vw;
          border: 0.5333333333vw #FFFF00 solid; }
        main .kv--base--inner .txt {
          font-size: 3.4666666667vw;
          padding: 4vw; }
        main .kv--base--inner .kvobject {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          main .kv--base--inner .kvobject .left_obj {
            position: absolute;
            width: 23.2533333333vw;
            top: 45.3333333333vw;
            left: 2.6666666667vw;
            z-index: 2; }
          main .kv--base--inner .kvobject .center_obj {
            position: absolute;
            width: 21.3333333333vw;
            top: 8.5333333333vw;
            right: 11.7333333333vw;
            z-index: 2; }
          main .kv--base--inner .kvobject .right_obj {
            position: absolute;
            width: 14.08vw;
            bottom: 28vw;
            right: 5.8666666667vw;
            z-index: 2; }
    main .kv .tab-menu {
      display: flex;
      justify-content: center;
      list-style: none;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      main .kv .tab-menu li {
        width: 34.6153846154vw;
        height: 8.8461538462vw;
        margin: 0 1.9230769231vw;
        text-indent: -9999px; }
        main .kv .tab-menu li:first-child {
          background: url("../images/recruit/img_4_2_off.jpg") no-repeat center center/cover; }
        main .kv .tab-menu li:last-child {
          background: url("../images/recruit/img_4_3_off.jpg") no-repeat center center/cover; }
        main .kv .tab-menu li.active:first-child {
          background: url("../images/recruit/img_4_2_on.jpg") no-repeat center center/cover; }
        main .kv .tab-menu li.active:last-child {
          background: url("../images/recruit/img_4_3_on.jpg") no-repeat center center/cover; }
    main .kv .tab-content {
      display: none; }
    main .kv .tab-content.active {
      display: block; }
  main .undercont {
    width: 80vw;
    margin: 16vw auto; }
    main .undercont .lead_rec {
      font-size: 5.6vw; }
    main .undercont--inner {
      width: 100%;
      display: flex;
      justify-content: center; }
      main .undercont--inner--box {
        width: 30%;
        margin: 0 0.3%;
        margin-top: 2.3076923077vw; }
        main .undercont--inner--box .imgs {
          border-radius: 4vw;
          overflow: hidden;
          border: 0.2666666667vw solid #009E7D; }
        main .undercont--inner--box .txt {
          text-align: center;
          font-size: 3.7333333333vw;
          font-weight: 500;
          padding-top: 2.6666666667vw; }
      main .undercont--inner .slick-next {
        background: url("../js/slick/right.svg") no-repeat center center/cover;
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        right: -8vw; }
      main .undercont--inner .slick-prev {
        background: url("../js/slick/left.svg") no-repeat center center/cover;
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        left: -8vw; } }
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }

img {
  border: none;
  vertical-align: bottom; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/ }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fff;
  letter-spacing: 0.02em; }

a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.soon {
  pointer-events: none;
  opacity: .5; }

.hide, .hidden {
  visibility: hidden; }

p {
  line-break: strict; }

img {
  width: 100%;
  height: auto; }

main {
  display: block; }

.pc {
  display: block; }

.sp {
  display: none; }

html.active {
  position: fixed;
  width: 100%;
  height: 100%; }

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  min-width: 100%; }
  body.active {
    position: fixed;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * font
========================================================= */
.font-noto {
  font-family: 'Noto Sans JP', sans-serif; }

.font-Lato {
  font-family: 'Lato', sans-serif; }

.font-Poppins {
  font-family: 'Poppins', sans-serif; }

.font-overpass {
  font-family: "Overpass", sans-serif; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none; }

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    /* 開始時は下にズレた縮小状態 */ }
  50% {
    opacity: 1;
    transform: translateY(-10px) scale(1.1);
    /* 少し上に跳ねながら拡大 */ }
  70% {
    transform: translateY(5px) scale(0.95);
    /* 軽く下に沈む */ }
  100% {
    transform: translateY(0) scale(1);
    /* 元の位置に戻る */ } }
.faq .container {
  margin-top: 5.7692307692vw; }
  .faq .container .anchor {
    display: flex;
    justify-content: center; }
    .faq .container .anchor li {
      width: 35.3846153846vw;
      margin: 0 1.5384615385vw;
      font-size: 2vw;
      line-height: 1;
      font-weight: 700;
      background: #009E7D;
      border-radius: 0.7692307692vw;
      text-align: center;
      position: relative; }
      .faq .container .anchor li:after {
        position: absolute;
        content: "";
        bottom: -1.0769230769vw;
        left: 50%;
        margin-left: -0.6153846154vw;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 1.2307692308vw solid transparent;
        border-left: 1.2307692308vw solid transparent;
        border-top: 1.2307692308vw solid #009E7D;
        border-bottom: 0; }
      .faq .container .anchor li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        padding: 2.3076923077vw 0; }
  .faq .container--contents {
    width: 95.3846153846vw;
    margin: 5.7692307692vw auto 0;
    border-radius: 2.3076923077vw;
    background: linear-gradient(to right, #1FDF71, #009E7D);
    border: 0.0769230769vw #009E7D solid; }
    .faq .container--contents--inner {
      width: 78.7692307692vw;
      margin: 0 auto;
      padding-bottom: 3.8461538462vw; }
      .faq .container--contents--inner .lead {
        width: 100%;
        background: #FFFF00;
        border: 0.0769230769vw #009E7D solid;
        font-size: 2vw;
        font-weight: 700;
        color: #009E7D;
        text-align: center;
        padding: 1.5384615385vw 0;
        margin-bottom: 0.7692307692vw; }
      .faq .container--contents--inner .faq {
        width: 69.2307692308vw;
        margin: 3.8461538462vw auto 0; }
        .faq .container--contents--inner .faq--box .toggletext {
          display: flex;
          align-items: center;
          background: #fff;
          border-radius: 2.4615384615vw;
          position: relative; }
          .faq .container--contents--inner .faq--box .toggletext:before, .faq .container--contents--inner .faq--box .toggletext:after {
            position: absolute;
            content: ""; }
          .faq .container--contents--inner .faq--box .toggletext:before {
            width: 1.5384615385vw;
            border-top: 0.1538461538vw solid #009E7D;
            top: 50%;
            margin-top: -0.0384615385vw;
            right: 2.3076923077vw;
            z-index: 3; }
          .faq .container--contents--inner .faq--box .toggletext:after {
            height: 1.5384615385vw;
            border-right: 0.1538461538vw solid #009E7D;
            top: 50%;
            margin-top: -0.7692307692vw;
            right: 3.0769230769vw;
            z-index: 3; }
          .faq .container--contents--inner .faq--box .toggletext.active:after {
            content: none; }
          .faq .container--contents--inner .faq--box .toggletext dt {
            font-family: over;
            font-size: 1.9230769231vw;
            border: #109778 0.0769230769vw solid;
            border-radius: 2.4615384615vw;
            width: 4.9230769231vw;
            height: 4.9230769231vw;
            text-align: center;
            padding-top: 1.0769230769vw;
            color: #109778; }
          .faq .container--contents--inner .faq--box .toggletext dd {
            width: 64.3076923077vw;
            height: 4.9230769231vw;
            font-size: 1.7692307692vw;
            line-height: 1.6;
            padding-left: 1.9230769231vw;
            position: relative;
            display: flex;
            align-items: center; }
            .faq .container--contents--inner .faq--box .toggletext dd:after {
              position: absolute;
              content: "";
              width: 6.1538461538vw;
              height: 4.9230769231vw;
              top: -0.0384615385vw;
              right: 0;
              background: #FFFF00;
              border-bottom-right-radius: 2.4615384615vw;
              border-top-right-radius: 2.4615384615vw;
              border: 0.0769230769vw #009E7D solid; }
          .faq .container--contents--inner .faq--box .toggletext.opens:after {
            content: none; }
          .faq .container--contents--inner .faq--box .toggletext.opens.active:after {
            content: ""; }
        .faq .container--contents--inner .faq--box .ansewer {
          margin-top: 1.5384615385vw;
          width: 100%;
          background: #fff;
          border-radius: 2.3076923077vw;
          position: relative; }
          .faq .container--contents--inner .faq--box .ansewer:before {
            position: absolute;
            content: "A";
            font-family: over;
            font-weight: 600;
            font-size: 1.6153846154vw;
            color: #fff;
            background: #009E7D;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 3.2307692308vw;
            height: 3.2307692308vw; }
          .faq .container--contents--inner .faq--box .ansewer.close {
            display: none; }
          .faq .container--contents--inner .faq--box .ansewer--flex {
            display: flex;
            justify-content: center;
            padding: 2.3076923077vw 0; }
            .faq .container--contents--inner .faq--box .ansewer--flex--box {
              width: 23.0769230769vw;
              padding: 0 2.9230769231vw;
              text-align: center; }
              .faq .container--contents--inner .faq--box .ansewer--flex--box .name {
                font-family: "Noto Sans Japanese" sans-serif;
                font-weight: 500; }
              .faq .container--contents--inner .faq--box .ansewer--flex--box figure {
                width: 6.1538461538vw;
                margin: 1.5384615385vw auto; }
              .faq .container--contents--inner .faq--box .ansewer--flex--box .txt {
                font-family: "Noto Sans Japanese" sans-serif;
                font-weight: 500;
                text-align: justify;
                line-height: 1.6; }
              .faq .container--contents--inner .faq--box .ansewer--flex--box:nth-child(2) {
                border-left: 0.0769230769vw solid #109778;
                border-right: 0.0769230769vw solid #109778; }
          .faq .container--contents--inner .faq--box .ansewer--box {
            padding: 3.3076923077vw 6.6153846154vw; }
            .faq .container--contents--inner .faq--box .ansewer--box p {
              font-size: 1.0769230769vw;
              line-height: 1.6;
              font-weight: 500; }
              .faq .container--contents--inner .faq--box .ansewer--box p a {
                display: inline-block;
                width: auto;
                height: auto;
                color: #009E7D;
                text-decoration: underline; }

.support .kv--base--inner .kvobject .left_obj {
  position: absolute;
  width: 16.7692307692vw;
  top: 26.1538461538vw;
  left: 1.5384615385vw;
  z-index: 2; }
.support .kv--base--inner .kvobject .center_obj {
  position: absolute;
  width: 16.9230769231vw;
  top: 6.5384615385vw;
  right: 5.7692307692vw;
  z-index: 2; }
.support .kv--base--inner .kvobject .right_obj {
  position: absolute;
  width: 10.1538461538vw;
  bottom: 6.1538461538vw;
  right: 4.2307692308vw;
  z-index: 2; }
.support .container {
  margin-top: 9.2307692308vw; }
  .support .container--contents--inner {
    width: 78.7692307692vw;
    margin: 0 auto;
    padding-bottom: 3.8461538462vw; }
    .support .container--contents--inner .lead {
      width: 64.6153846154vw;
      margin: 0 auto;
      font-size: 2vw;
      font-weight: 700;
      color: #fff;
      text-align: center;
      position: relative; }
      .support .container--contents--inner .lead span {
        display: block;
        padding: 1.5384615385vw 0;
        border-radius: 3.0769230769vw;
        background: #1FDF71;
        border: 0.0769230769vw #1FDF71 solid;
        position: relative;
        z-index: 1; }
      .support .container--contents--inner .lead:after {
        position: absolute;
        content: "";
        background: #FFFF00;
        border: 0.0769230769vw #1FDF71 solid;
        border-radius: 3.0769230769vw;
        width: 100%;
        height: 100%;
        top: 0.6153846154vw;
        left: 0;
        z-index: -2; }
      .support .container--contents--inner .lead.cl span {
        background: #009E7D;
        border: 0.0769230769vw #009E7D solid; }
      .support .container--contents--inner .lead.cl:after {
        border: 0.0769230769vw #009E7D solid; }
    .support .container--contents--inner .price h5 {
      text-align: center;
      font-weight: 500;
      font-size: 1.7692307692vw;
      padding: 5.3846153846vw 0 1.9230769231vw; }
    .support .container--contents--inner .price--box {
      width: 78.7692307692vw;
      margin: 0 auto 1.9230769231vw;
      padding: 0 6.1538461538vw;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 1.9230769231vw; }
      .support .container--contents--inner .price--box.border {
        border-bottom: 0.0769230769vw solid #1FDF71; }
      .support .container--contents--inner .price--box figure {
        width: 9.2307692308vw; }
      .support .container--contents--inner .price--box div {
        width: 53.3846153846vw; }
        .support .container--contents--inner .price--box div dl {
          display: flex;
          justify-content: space-between;
          font-size: 1.7692307692vw; }
          .support .container--contents--inner .price--box div dl dt {
            font-weight: 500; }
          .support .container--contents--inner .price--box div dl dd {
            font-weight: 700; }
          .support .container--contents--inner .price--box div dl.cl_1 dd {
            color: #109778; }
          .support .container--contents--inner .price--box div dl.cl_2 dd {
            color: #F5AD16; }
        .support .container--contents--inner .price--box div ul {
          display: flex;
          font-size: 1.3846153846vw;
          padding-top: 0.3846153846vw; }
          .support .container--contents--inner .price--box div ul.cl_1 {
            color: #109778; }
          .support .container--contents--inner .price--box div ul.cl_2 {
            color: #F5AD16; }
    .support .container--contents--inner .supcontents {
      width: 78.7692307692vw;
      margin: 3.0769230769vw auto;
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .support .container--contents--inner .supcontents:before {
        position: absolute;
        content: "";
        height: 103%;
        border-left: 0.0769230769vw solid #1FDF71;
        left: 50%;
        top: 1.9230769231vw; }
      .support .container--contents--inner .supcontents .box {
        width: 49%;
        padding: 2.3076923077vw 1.9230769231vw;
        border-bottom: 0.0769230769vw solid #1FDF71; }
        .support .container--contents--inner .supcontents .box h5 {
          width: 90%;
          margin: 0 auto;
          text-align: center;
          font-weight: 500;
          font-size: 1.6923076923vw;
          color: #009E7D;
          padding-bottom: 0.7692307692vw;
          border-bottom: 0.2307692308vw solid #009E7D; }
        .support .container--contents--inner .supcontents .box figure {
          width: 90%;
          margin: 1.9230769231vw auto;
          border-radius: 2.3076923077vw;
          border: 0.0769230769vw solid #1FDF71;
          overflow: hidden; }
        .support .container--contents--inner .supcontents .box p {
          font-size: 1.0769230769vw;
          line-height: 1.6;
          text-align: justify; }
        .support .container--contents--inner .supcontents .box ul {
          font-size: 1.0769230769vw;
          line-height: 1.6;
          text-align: justify; }
          .support .container--contents--inner .supcontents .box ul li {
            position: relative;
            padding-left: 1.3846153846vw; }
            .support .container--contents--inner .supcontents .box ul li:before {
              position: absolute;
              content: "";
              width: 1vw;
              height: 1vw;
              background: #009E7D;
              border-radius: 0.5384615385vw;
              left: 0;
              top: 0.3076923077vw; }
            .support .container--contents--inner .supcontents .box ul li span {
              display: block;
              font-size: 0.8076923077vw; }
    .support .container--contents--inner .other {
      width: 69.2307692308vw;
      margin: 7.6923076923vw auto 0;
      border-radius: 1.1538461538vw;
      background: #FFFF00;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.5384615385vw 0;
      color: #109778; }
      .support .container--contents--inner .other dt {
        width: 16.9230769231vw;
        font-weight: 700;
        font-size: 1.7692307692vw;
        text-align: center;
        padding: 1.5384615385vw 0;
        border-right: 0.0769230769vw solid #109778; }
      .support .container--contents--inner .other dd {
        width: 50.7692307692vw;
        font-weight: 500;
        font-size: 1.2307692308vw;
        text-align: center;
        padding: 1.5384615385vw 1.5384615385vw 1.5384615385vw 0; }

.work .kv--base--inner .kvobject .left_obj {
  position: absolute;
  width: 16.7692307692vw;
  top: 26.1538461538vw;
  left: 1.5384615385vw;
  z-index: 2; }
.work .kv--base--inner .kvobject .center_obj {
  position: absolute;
  width: 16.9230769231vw;
  top: 6.5384615385vw;
  right: 5.7692307692vw;
  z-index: 2; }
.work .kv--base--inner .kvobject .right_obj {
  position: absolute;
  width: 10.1538461538vw;
  bottom: 6.1538461538vw;
  right: 4.2307692308vw;
  z-index: 2; }
.work .container {
  margin-top: 9.2307692308vw; }
  .work .container--contents--inner {
    padding-bottom: 3.8461538462vw; }
    .work .container--contents--inner .lead {
      width: 64.6153846154vw;
      margin: 0 auto;
      font-size: 2vw;
      font-weight: 700;
      color: #fff;
      text-align: center;
      position: relative; }
      .work .container--contents--inner .lead span {
        display: block;
        padding: 1.5384615385vw 0;
        border-radius: 3.0769230769vw;
        background: #109778;
        border: 0.0769230769vw #109778 solid;
        position: relative;
        z-index: 1; }
      .work .container--contents--inner .lead:after {
        position: absolute;
        content: "";
        background: #56B76A;
        border: 0.0769230769vw #56B76A solid;
        border-radius: 3.0769230769vw;
        width: 100%;
        height: 100%;
        top: 0.6153846154vw;
        left: 0;
        z-index: -2; }
    .work .container--contents--inner .workcontents {
      position: relative; }
      .work .container--contents--inner .workcontents:after {
        position: absolute;
        content: "";
        background: linear-gradient(to right, #56B98D, #98DFA6);
        width: 100%;
        height: 21.9230769231vw;
        top: 11.5384615385vw;
        left: 0;
        z-index: -1; }
      .work .container--contents--inner .workcontents.back_2:after {
        background: linear-gradient(to right, #50C700, #83E58D); }
      .work .container--contents--inner .workcontents h5 {
        width: 41.5384615385vw;
        margin: 0 auto;
        text-align: center;
        font-weight: 500;
        font-size: 2.6923076923vw;
        padding: 5.3846153846vw 0 0.3846153846vw;
        color: #fff;
        border-bottom: 0.1538461538vw solid #fff; }
        .work .container--contents--inner .workcontents h5 span {
          display: block;
          width: 21.5384615385vw;
          margin: 0 auto 0.7692307692vw; }
        .work .container--contents--inner .workcontents h5 small {
          font-size: 1.7692307692vw; }
      .work .container--contents--inner .workcontents--box {
        width: 78.7692307692vw;
        margin: 3.0769230769vw auto 1.9230769231vw;
        padding: 0 0vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 1.9230769231vw; }
        .work .container--contents--inner .workcontents--box div {
          width: 34.6153846154vw;
          margin: 0 2.1538461538vw; }
          .work .container--contents--inner .workcontents--box div figure {
            width: 29.2307692308vw;
            margin: 0 auto;
            border-radius: 2.3076923077vw;
            overflow: hidden;
            border: 0.0769230769vw solid #1FDF71; }
          .work .container--contents--inner .workcontents--box div .txts dt {
            font-size: 1.6923076923vw;
            font-weight: 700;
            text-align: center;
            color: #56B76A;
            padding: 1.9230769231vw 0; }
          .work .container--contents--inner .workcontents--box div .txts dd {
            font-size: 1.0769230769vw;
            line-height: 1.7;
            font-weight: 500; }
          .work .container--contents--inner .workcontents--box div .txts.cl_1 dt {
            color: #56B76A; }
          .work .container--contents--inner .workcontents--box div .point {
            border-radius: 1.1538461538vw;
            display: flex;
            border: 0.0769230769vw solid #56B76A;
            margin-top: 2.3076923077vw; }
            .work .container--contents--inner .workcontents--box div .point dt {
              width: 12.3076923077vw;
              height: 11.1538461538vw;
              border-radius: 1.1538461538vw;
              background: #FFFF00;
              padding: 0vw 1.5384615385vw;
              display: flex;
              justify-content: center;
              padding-top: 0vw;
              color: #56B76A; }
            .work .container--contents--inner .workcontents--box div .point dd {
              width: 22.3076923077vw;
              padding: 1.1538461538vw;
              font-size: 1vw;
              line-height: 1.7;
              font-weight: 500;
              display: flex;
              align-items: center;
              flex-wrap: wrap;
              font-weight: 700; }
              .work .container--contents--inner .workcontents--box div .point dd li {
                color: #56B76A;
                position: relative;
                padding-left: 1vw; }
                .work .container--contents--inner .workcontents--box div .point dd li:before {
                  position: absolute;
                  content: "・";
                  color: #56B76A;
                  left: 0;
                  font-size: 1vw; }
  .work .container--person {
    width: 95.3846153846vw;
    margin: 5.3846153846vw auto 0;
    border-radius: 2.3076923077vw;
    position: relative; }
    .work .container--person:after {
      position: absolute;
      content: "";
      background: #009E7D;
      border-radius: 2.3076923077vw;
      top: 2.3076923077vw;
      width: 100%;
      height: 100%; }
    .work .container--person .baseback {
      position: relative;
      border-radius: 2.3076923077vw;
      background: linear-gradient(to right, #1FDF71, #009E7D);
      padding-bottom: 1.5384615385vw;
      border: 0.0769230769vw #009E7D solid;
      z-index: 1; }
      .work .container--person .baseback:after {
        position: absolute;
        content: "";
        background: url("../images/common/mizutama.png") repeat top center;
        opacity: 0.05;
        border-radius: 2.3076923077vw;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .work .container--person .baseback--inner {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 3; }
        .work .container--person .baseback--inner .lead {
          width: 100%;
          text-align: center;
          font-family: "Overpass", sans-serif;
          font-size: 8.4615384615vw;
          font-weight: 700;
          line-height: 1;
          color: #009E7D;
          -webkit-text-stroke-width: 0.2307692308vw;
          -webkit-text-stroke-color: #FFFF00;
          position: relative;
          top: -3.0769230769vw;
          margin-bottom: -4.6153846154vw; }
        .work .container--person .baseback--inner .undertxt {
          width: 100%;
          font-size: 2.2307692308vw;
          font-weight: 500;
          text-align: center;
          color: #FFFF00;
          padding-bottom: 2.3076923077vw; }
        .work .container--person .baseback--inner .box {
          width: 24.3076923077vw;
          margin: 0 1.5384615385vw;
          position: relative;
          /* バウンドして表示するアニメーション */ }
          .work .container--person .baseback--inner .box a figure {
            height: 26.9230769231vw;
            border-radius: 2.3076923077vw;
            background: linear-gradient(to right, #1FDF71, #009E7D);
            border: 0.0769230769vw solid #009E7D;
            position: relative; }
            .work .container--person .baseback--inner .box a figure span {
              position: absolute;
              content: "";
              background: #009E7D;
              border-radius: 2.3076923077vw;
              width: 100%;
              height: 108%;
              left: 0;
              z-index: 1; }
              .work .container--person .baseback--inner .box a figure span.on {
                background: none;
                opacity: 0;
                transform: translateY(0px) scale(1);
                /* 下に移動＋縮小 */
                transition: opacity 0.3s ease, transform 0.3s ease; }
            .work .container--person .baseback--inner .box a figure img {
              position: relative;
              z-index: 2;
              width: 100%;
              border-radius: 2.3076923077vw; }
          .work .container--person .baseback--inner .box a .work {
            position: absolute;
            width: 8.4615384615vw;
            border-radius: 1.1538461538vw;
            border-top-left-radius: 0;
            background: #009E7D;
            text-align: center;
            padding: 1.3846153846vw 0;
            color: #fff;
            font-size: 1.1538461538vw;
            top: 0;
            left: 0;
            z-index: 3; }
            .work .container--person .baseback--inner .box a .work.cl_1 {
              background: #56B76A; }
          .work .container--person .baseback--inner .box a dl {
            position: relative;
            z-index: 2;
            top: -0.7692307692vw; }
            .work .container--person .baseback--inner .box a dl:after {
              position: absolute;
              content: "";
              background: url("../images/common/arrow_1.svg") no-repeat center/cover;
              width: 3vw;
              height: 3vw;
              right: 0;
              bottom: 2.3076923077vw; }
            .work .container--person .baseback--inner .box a dl dt {
              position: relative;
              line-height: 1;
              font-size: 4.6153846154vw;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 700;
              margin-top: -1.5384615385vw;
              margin-bottom: -0.3846153846vw;
              color: #009E7D;
              -webkit-text-stroke-width: 0.3846153846vw;
              -webkit-text-stroke-color: #009E7D; }
              .work .container--person .baseback--inner .box a dl dt span {
                width: 100%;
                left: 0;
                position: absolute;
                z-index: 2;
                color: #fff;
                -webkit-text-stroke-width: 0vw; }
            .work .container--person .baseback--inner .box a dl dd {
              color: #fff;
              font-size: 1vw;
              font-weight: 500;
              margin-top: 0.7692307692vw; }
          .work .container--person .baseback--inner .box a:hover {
            transition: none; }
            .work .container--person .baseback--inner .box a:hover figure span {
              position: absolute;
              content: "";
              background: #009E7D;
              border-radius: 2.3076923077vw;
              width: 100%;
              height: 108%;
              left: 0;
              z-index: 1; }
              .work .container--person .baseback--inner .box a:hover figure span.on {
                display: block;
                z-index: 2;
                top: 0;
                opacity: 1;
                animation: bounce-in 0.5s ease-out; }

.join .kv--base--inner .kvobject .left_obj {
  position: absolute;
  width: 16.7692307692vw;
  top: 26.1538461538vw;
  left: 1.5384615385vw;
  z-index: 2; }
.join .kv--base--inner .kvobject .center_obj {
  position: absolute;
  width: 13.8461538462vw;
  top: 6.5384615385vw;
  right: 5.7692307692vw;
  z-index: 2; }
.join .kv--base--inner .kvobject .right_obj {
  position: absolute;
  width: 13.8461538462vw;
  bottom: 7.6923076923vw;
  right: 1.9230769231vw;
  z-index: 2; }
.join .tab-menu {
  margin-top: 9.2307692308vw;
  display: flex;
  justify-content: center; }
  .join .tab-menu li {
    width: 35.3846153846vw;
    margin: 0 1.5384615385vw;
    font-size: 2vw;
    line-height: 1;
    font-weight: 700;
    background: #BDCCD1;
    border-radius: 0.7692307692vw;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 2.3076923077vw 0; }
    .join .tab-menu li:after {
      position: absolute;
      content: "";
      bottom: -1.0769230769vw;
      left: 50%;
      margin-left: -0.6153846154vw;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 1.2307692308vw solid transparent;
      border-left: 1.2307692308vw solid transparent;
      border-top: 1.2307692308vw solid #BDCCD1;
      border-bottom: 0; }
    .join .tab-menu li:first-child.active {
      background: #109778; }
      .join .tab-menu li:first-child.active:after {
        border-top: 1.2307692308vw solid #109778; }
    .join .tab-menu li:last-child.active {
      background: #109778; }
      .join .tab-menu li:last-child.active:after {
        border-top: 1.2307692308vw solid #109778; }
.join .tab-content {
  display: none; }
  .join .tab-content.active {
    display: block; }
.join .container {
  margin-top: 9.2307692308vw; }
  .join .container--joincontents .lead {
    width: 64.6153846154vw;
    margin: 0 auto;
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative; }
    .join .container--joincontents .lead span {
      display: block;
      padding: 1.5384615385vw 0;
      border-radius: 3.0769230769vw;
      background: #009E7D;
      border: 0.0769230769vw #009E7D solid;
      position: relative;
      z-index: 1; }
    .join .container--joincontents .lead:after {
      position: absolute;
      content: "";
      background: #56B76A;
      border: 0.0769230769vw #56B76A solid;
      border-radius: 3.0769230769vw;
      width: 100%;
      height: 100%;
      top: 0.6153846154vw;
      left: 0;
      z-index: -2; }
  .join .container--joincontents--flex {
    display: flex;
    justify-content: space-between;
    width: 64.6153846154vw;
    margin: 3.0769230769vw auto 4.6153846154vw; }
    .join .container--joincontents--flex dl {
      width: 35.3846153846vw; }
      .join .container--joincontents--flex dl dt {
        font-size: 1.7692307692vw;
        font-weight: 500;
        margin-bottom: 1.1538461538vw; }
        .join .container--joincontents--flex dl dt span {
          border-bottom: 0.3076923077vw solid #000;
          padding-bottom: 0.7692307692vw; }
      .join .container--joincontents--flex dl dd {
        font-size: 1.0769230769vw;
        line-height: 1.6; }
    .join .container--joincontents--flex figure {
      width: 27.6923076923vw;
      border: 0.0769230769vw solid #009E7D;
      border-radius: 1.5384615385vw;
      overflow: hidden; }
  .join .container--joincontents--box {
    width: 64.6153846154vw;
    margin: 3.0769230769vw auto 0; }
    .join .container--joincontents--box dl {
      padding-top: 2.3076923077vw; }
      .join .container--joincontents--box dl dt {
        font-size: 1.7692307692vw;
        font-weight: 500;
        margin-bottom: 1.1538461538vw; }
        .join .container--joincontents--box dl dt span {
          border-bottom: 0.3076923077vw solid #000;
          padding-bottom: 0.3846153846vw; }
      .join .container--joincontents--box dl dd {
        font-size: 1.0769230769vw;
        line-height: 1.6;
        text-align: justify; }
    .join .container--joincontents--box .textunder {
      font-size: 2vw;
      text-align: center;
      color: #009E7D;
      line-height: 2;
      padding: 1.9230769231vw 0;
      border-bottom: 0.0769230769vw solid #009E7D; }
  .join .container--contents {
    width: 95.3846153846vw;
    margin: 5.7692307692vw auto 0;
    border-radius: 2.3076923077vw;
    background: linear-gradient(to right, #1FDF71, #009E7D);
    border: 0.0769230769vw #009E7D solid; }
    .join .container--contents.edu {
      background: linear-gradient(to right, #F2F2F2, #B3B3B3 75%);
      border: 0.0769230769vw #192D80 solid; }
    .join .container--contents--inner {
      padding-bottom: 5.7692307692vw; }
      .join .container--contents--inner .lead {
        width: 78.7692307692vw;
        margin: 0 auto;
        background: #FFFF00;
        border: 0.0769230769vw #009E7D solid;
        font-size: 2vw;
        font-weight: 700;
        color: #009E7D;
        text-align: center;
        padding: 1.5384615385vw 0;
        margin-bottom: 0.7692307692vw; }
        .join .container--contents--inner .lead.edu {
          background: #192D80;
          color: #fff;
          border: 0.0769230769vw #192D80 solid; }
      .join .container--contents--inner .joins {
        width: 79.2307692308vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative; }
        .join .container--contents--inner .joins .bottomobj {
          position: absolute;
          width: 24.6153846154vw;
          right: -4.6153846154vw;
          bottom: -4.6153846154vw; }
        .join .container--contents--inner .joins--left {
          width: 60.7692307692vw; }
          .join .container--contents--inner .joins--left dl {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative; }
            .join .container--contents--inner .joins--left dl:nth-child(1) {
              margin-top: -2.3076923077vw; }
            .join .container--contents--inner .joins--left dl:nth-child(2) {
              margin-top: -5.3846153846vw; }
            .join .container--contents--inner .joins--left dl:nth-child(3) {
              margin-top: -1.9230769231vw; }
            .join .container--contents--inner .joins--left dl:nth-child(4) {
              margin-top: -1.9230769231vw; }
            .join .container--contents--inner .joins--left dl dt {
              width: 18.4615384615vw; }
            .join .container--contents--inner .joins--left dl dd {
              width: 42.3076923077vw;
              margin: 0 1.5384615385vw;
              padding: 2.3076923077vw 1.5384615385vw;
              color: #fff;
              border-bottom: 0.0769230769vw solid #fff;
              font-size: 1.0769230769vw;
              line-height: 1.6;
              text-align: justify; }
        .join .container--contents--inner .joins--right {
          width: 18.4615384615vw;
          margin-top: 3.0769230769vw; }
          .join .container--contents--inner .joins--right figure {
            width: 16.9230769231vw;
            border-radius: 2.3076923077vw;
            border: 0.0769230769vw solid #fff;
            overflow: hidden; }
            .join .container--contents--inner .joins--right figure:nth-child(2) {
              margin-top: 1.5384615385vw; }
    .join .container--contents .joinsedu {
      margin: 0 auto; }
      .join .container--contents .joinsedu--top h5 {
        font-size: 1.9230769231vw;
        font-weight: 500;
        color: #192D80;
        text-align: center;
        padding: 1.9230769231vw 0;
        margin: 0 3.8461538462vw; }
      .join .container--contents .joinsedu--top .txt {
        font-size: 1.2307692308vw;
        line-height: 2;
        font-weight: 500;
        margin: 0 3.8461538462vw; }
      .join .container--contents .joinsedu--top .eduslideare {
        margin: 3.0769230769vw 0; }
        .join .container--contents .joinsedu--top .eduslideare p {
          padding: 0 1.5384615385vw;
          border-radius: 2.3076923077vw;
          overflow: hidden; }
        .join .container--contents .joinsedu--top .eduslideare img {
          transition: transform 0.3s ease, opacity 0.3s ease;
          /* なめらかなアニメーション */
          opacity: 0.8;
          /* 非中央スライドを少し透明にする */
          transform: scale(0.9);
          /* 通常サイズ */
          border-radius: 2.3076923077vw;
          overflow: hidden; }
      .join .container--contents .joinsedu--top .slick-center img {
        opacity: 1;
        /* 不透明にする */
        transform: scale(1.4);
        /* 拡大率（調整可能） */
        border-radius: 2.3076923077vw;
        overflow: hidden; }
      .join .container--contents .joinsedu .middletxt {
        font-size: 2.8461538462vw;
        font-weight: 700;
        color: #192D80;
        border-radius: 3.0769230769vw;
        background: #fff;
        border: 0.1538461538vw solid #192D80;
        text-align: center;
        padding: 0.7692307692vw 0;
        margin: 3.0769230769vw 3.8461538462vw; }
      .join .container--contents .joinsedu--under figure {
        padding: 2.3076923077vw 0; }
      .join .container--contents .joinsedu--under .bottom {
        border-bottom: 0.1538461538vw solid #192D80; }
      .join .container--contents .joinsedu--under .top {
        border-top: 0.1538461538vw solid #192D80; }
      .join .container--contents .joinsedu--under--box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .join .container--contents .joinsedu--under--box .boxcont {
          width: 29.6923076923vw;
          padding: 0 2.6923076923vw; }
          .join .container--contents .joinsedu--under--box .boxcont .ttls {
            font-size: 1.5384615385vw;
            font-weight: 700;
            color: #192D80;
            text-align: center;
            padding: 1.1538461538vw 0; }
          .join .container--contents .joinsedu--under--box .boxcont dl dt {
            padding-bottom: 1.1538461538vw; }
            .join .container--contents .joinsedu--under--box .boxcont dl dt img {
              border-radius: 1.9230769231vw;
              border: 0.0769230769vw solid #fff;
              overflow: hidden; }
          .join .container--contents .joinsedu--under--box .boxcont dl dd {
            font-size: 1vw;
            line-height: 2;
            font-weight: 500;
            padding-bottom: 1.5384615385vw;
            text-align: justify; }
          .join .container--contents .joinsedu--under--box .boxcont:nth-child(2) {
            border-right: 0.1538461538vw solid #192D80;
            border-left: 0.1538461538vw solid #192D80; }

.message .messagekv {
  margin: 0 2.3076923077vw;
  position: relative; }
  .message .messagekv--inner {
    position: absolute;
    width: 100%;
    height: 53.8461538462vw;
    top: 0;
    left: 0;
    text-align: center; }
    .message .messagekv--inner h2 {
      color: #F092B2;
      font-size: 3.0769230769vw;
      font-weight: 500;
      line-height: 1.2;
      padding-top: 11.5384615385vw;
      padding-bottom: 1.5384615385vw;
      margin-bottom: 1.1538461538vw;
      position: relative; }
      .message .messagekv--inner h2:after {
        position: absolute;
        content: "";
        background: #F092B2;
        width: 2.3076923077vw;
        height: 0.3076923077vw;
        left: 50%;
        margin-left: -1.1538461538vw;
        bottom: 0; }
      .message .messagekv--inner h2 span {
        display: block;
        font-family: "Overpass", sans-serif;
        font-size: 1.4615384615vw;
        font-family: 400; }
    .message .messagekv--inner .txt {
      font-size: 1.2307692308vw;
      line-height: 2;
      font-weight: 500; }
.message .messagecont {
  margin-top: 0vw; }
  .message .messagecont--contents .lead {
    width: 64.6153846154vw;
    margin: 0 auto;
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: -3.0769230769vw;
    margin-bottom: 3.0769230769vw; }
    .message .messagecont--contents .lead span {
      display: block;
      padding: 1.5384615385vw 0;
      border-radius: 3.0769230769vw;
      background: #F092B2;
      border: 0.0769230769vw #F092B2 solid;
      position: relative;
      z-index: 1; }
    .message .messagecont--contents .lead:after {
      position: absolute;
      content: "";
      background: #FFFF00;
      border: 0.0769230769vw #FFFF00 solid;
      border-radius: 3.0769230769vw;
      width: 100%;
      height: 100%;
      top: 0.6153846154vw;
      left: 0;
      z-index: -2; }
  .message .messagecont--contents--inner {
    width: 80vw;
    margin: 0 auto;
    padding-bottom: 3.8461538462vw; }
    .message .messagecont--contents--inner .box {
      padding: 5.3846153846vw 5vw 2.3076923077vw;
      border-bottom: 0.0769230769vw solid #ccc;
      display: flex;
      justify-content: space-between; }
      .message .messagecont--contents--inner .box .imgsarea {
        width: 25.3846153846vw;
        position: relative; }
        .message .messagecont--contents--inner .box .imgsarea dl {
          position: absolute;
          width: 7.6923076923vw;
          height: 7.6923076923vw;
          top: -3.8461538462vw;
          left: -3.8461538462vw;
          border-radius: 3.8461538462vw;
          background: #F092B2;
          border: 0.0769230769vw #fff solid;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          flex-wrap: wrap; }
          .message .messagecont--contents--inner .box .imgsarea dl dt {
            width: 100%;
            font-size: 1vw;
            line-height: 1.2;
            text-align: center; }
          .message .messagecont--contents--inner .box .imgsarea dl dd {
            width: 100%;
            font-size: 2.3076923077vw;
            line-height: 1;
            text-align: center; }
        .message .messagecont--contents--inner .box .imgsarea figure {
          border-radius: 2.3076923077vw;
          overflow: hidden;
          border: 0.0769230769vw #f2f2f2 solid; }
      .message .messagecont--contents--inner .box .txtarea {
        width: 40vw; }
        .message .messagecont--contents--inner .box .txtarea .cl {
          color: #F092B2; }
        .message .messagecont--contents--inner .box .txtarea h5 {
          font-weight: 500;
          font-size: 1.6923076923vw;
          padding: 0.3846153846vw 0 1.1538461538vw;
          color: #F092B2; }
          .message .messagecont--contents--inner .box .txtarea h5 a {
            color: #F092B2;
            position: relative; }
            .message .messagecont--contents--inner .box .txtarea h5 a:after {
              position: absolute;
              content: "";
              width: 0.7692307692vw;
              height: 0.7692307692vw;
              right: 0;
              top: 50%;
              margin-top: -0.4615384615vw;
              border-top: 0.1538461538vw solid #F092B2;
              border-right: 0.1538461538vw solid #F092B2;
              transform: rotate(45deg); }
        .message .messagecont--contents--inner .box .txtarea .txt {
          font-size: 1.0769230769vw;
          line-height: 1.6;
          text-align: justify; }
          .message .messagecont--contents--inner .box .txtarea .txt a {
            display: inline;
            text-decoration: underline;
            text-decoration-color: #F092B2; }
          .message .messagecont--contents--inner .box .txtarea .txt.border_b {
            padding-bottom: 0.6153846154vw;
            border-bottom: 0.0769230769vw dashed #ccc;
            margin-bottom: -0.2307692308vw; }
        .message .messagecont--contents--inner .box .txtarea ul {
          margin-top: 0.7692307692vw; }
          .message .messagecont--contents--inner .box .txtarea ul li {
            font-size: 1.0769230769vw;
            line-height: 1.6;
            padding-left: 1.3846153846vw;
            border-bottom: 0.0769230769vw dashed #ccc;
            position: relative;
            padding: 0.3846153846vw 0vw 0.3846153846vw 1.3846153846vw; }
            .message .messagecont--contents--inner .box .txtarea ul li:after {
              position: absolute;
              content: "●";
              font-size: 1vw;
              color: #F092B2;
              left: 0;
              top: 0.5384615385vw; }
            .message .messagecont--contents--inner .box .txtarea ul li:last-child {
              border-bottom: none; }
            .message .messagecont--contents--inner .box .txtarea ul li a {
              display: inline;
              text-decoration: underline;
              text-decoration-color: #F092B2; }

.about .kv--base--inner .kvobject .left_obj {
  position: absolute;
  width: 13.8461538462vw;
  top: 26.1538461538vw;
  left: 3.0769230769vw;
  z-index: 2; }
.about .kv--base--inner .kvobject .center_obj {
  position: absolute;
  width: 16.9230769231vw;
  top: 6.5384615385vw;
  right: 5.7692307692vw;
  z-index: 2; }
.about .kv--base--inner .kvobject .right_obj {
  position: absolute;
  width: 9.2307692308vw;
  bottom: 7.6923076923vw;
  right: 4.2307692308vw;
  z-index: 2; }
.about .container {
  margin-top: 9.2307692308vw; }
  .about .container--contents--inner {
    width: 78.7692307692vw;
    margin: 0 auto;
    padding-bottom: 3.8461538462vw; }
    .about .container--contents--inner .lead {
      width: 64.6153846154vw;
      margin: 0 auto;
      font-size: 2vw;
      font-weight: 700;
      color: #fff;
      text-align: center;
      position: relative; }
      .about .container--contents--inner .lead span {
        display: block;
        padding: 1.5384615385vw 0;
        border-radius: 3.0769230769vw;
        background: #109778;
        border: 0.0769230769vw #109778 solid;
        position: relative;
        z-index: 1; }
      .about .container--contents--inner .lead:after {
        position: absolute;
        content: "";
        background: #56B76A;
        border: 0.0769230769vw #56B76A solid;
        border-radius: 3.0769230769vw;
        width: 100%;
        height: 100%;
        top: 0.6153846154vw;
        left: 0;
        z-index: -2; }
      .about .container--contents--inner .lead.cl span {
        background: #109778;
        border: 0.0769230769vw #109778 solid; }
      .about .container--contents--inner .lead.cl:after {
        border: 0.0769230769vw #56B76A solid; }
      .about .container--contents--inner .lead.mt {
        margin-top: 9.2307692308vw; }
    .about .container--contents--inner .supcontents {
      width: 78.7692307692vw;
      margin: 3.0769230769vw auto;
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .about .container--contents--inner .supcontents:before {
        position: absolute;
        content: "";
        height: 103%;
        border-left: 0.0769230769vw solid #1FDF71;
        left: 50%;
        top: 1.9230769231vw; }
      .about .container--contents--inner .supcontents .box {
        width: 49%;
        padding: 2.3076923077vw 1.9230769231vw;
        border-bottom: 0.0769230769vw solid #1FDF71; }
        .about .container--contents--inner .supcontents .box h5 {
          width: 95%;
          margin: 0 auto;
          text-align: center;
          font-weight: 500;
          font-size: 1.6923076923vw;
          color: #009E7D;
          padding-bottom: 0.7692307692vw;
          border-bottom: 0.2307692308vw solid #009E7D; }
        .about .container--contents--inner .supcontents .box figure {
          width: 90%;
          margin: 1.9230769231vw auto;
          border-radius: 2.3076923077vw;
          overflow: hidden; }
        .about .container--contents--inner .supcontents .box p {
          font-size: 1.0769230769vw;
          line-height: 1.6;
          text-align: justify; }
        .about .container--contents--inner .supcontents .box ul {
          font-size: 1.0769230769vw;
          line-height: 1.6;
          text-align: justify; }
          .about .container--contents--inner .supcontents .box ul li {
            position: relative;
            padding-left: 1.3846153846vw; }
            .about .container--contents--inner .supcontents .box ul li:before {
              position: absolute;
              content: "";
              width: 1vw;
              height: 1vw;
              background: #1FDF71;
              border-radius: 0.5384615385vw;
              left: 0;
              top: 0.3076923077vw; }
            .about .container--contents--inner .supcontents .box ul li span {
              display: block;
              font-size: 0.8076923077vw; }
    .about .container--contents--inner .other {
      width: 69.2307692308vw;
      margin: 7.6923076923vw auto 0;
      border-radius: 1.1538461538vw;
      background: #009E7D;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.5384615385vw 0;
      color: #fff; }
      .about .container--contents--inner .other dt {
        width: 16.9230769231vw;
        font-weight: 700;
        font-size: 1.7692307692vw;
        text-align: center;
        padding: 1.5384615385vw 0;
        border-right: 0.0769230769vw solid #fff; }
      .about .container--contents--inner .other dd {
        width: 50.7692307692vw;
        font-weight: 500;
        font-size: 1.2307692308vw;
        text-align: center;
        padding: 1.5384615385vw 1.5384615385vw 1.5384615385vw 0; }
  .about .container--contents--aboutcont {
    width: 95.3846153846vw;
    margin: 3.4615384615vw auto 0;
    border-radius: 2.3076923077vw;
    background: linear-gradient(to right, #1FDF71, #009E7D);
    border: 0.0769230769vw #009E7D solid;
    position: relative; }
    .about .container--contents--aboutcont--inner {
      width: 78.7692307692vw;
      margin: 0 auto;
      padding-bottom: 3.8461538462vw; }
      .about .container--contents--aboutcont--inner:after {
        position: absolute;
        content: "";
        background: url("../images/common/mizutama.png") repeat top center;
        opacity: 0.05;
        border-radius: 2.3076923077vw;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .about .container--contents--aboutcont--inner .lead {
        width: 100%;
        background: #FFFF00;
        border: 0.0769230769vw #009E7D solid;
        font-size: 2vw;
        font-weight: 700;
        color: #009E7D;
        text-align: center;
        padding: 1.5384615385vw 0;
        margin-bottom: 0.7692307692vw; }
      .about .container--contents--aboutcont--inner .continner {
        width: 80vw;
        margin: 6.1538461538vw auto 0;
        position: relative;
        padding: 0vw 0.7692307692vw;
        padding-bottom: 3.0769230769vw;
        border-bottom: 0.0769230769vw solid #009E7D;
        z-index: 2; }
        .about .container--contents--aboutcont--inner .continner .box {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; }
          .about .container--contents--aboutcont--inner .continner .box .img {
            width: 25.3846153846vw;
            position: relative; }
            .about .container--contents--aboutcont--inner .continner .box .img:after {
              position: absolute;
              content: "";
              width: 25.0769230769vw;
              height: 17.3076923077vw;
              border-radius: 2.3076923077vw;
              border: 0.1538461538vw solid #FFFF00;
              background: #FFFF00;
              top: 0.7692307692vw;
              z-index: 0;
              left: 0; }
            .about .container--contents--aboutcont--inner .continner .box .img dl {
              position: absolute;
              z-index: 3;
              right: -4.6153846154vw;
              top: -4.6153846154vw;
              width: 9.2307692308vw;
              height: 9.2307692308vw;
              border-radius: 4.6153846154vw;
              border: 0.1538461538vw solid #fff;
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              align-items: center;
              align-content: center;
              font-family: over;
              color: #fff;
              text-align: center; }
              .about .container--contents--aboutcont--inner .continner .box .img dl.cl_1 {
                background: #00A3FF; }
              .about .container--contents--aboutcont--inner .continner .box .img dl.cl_2 {
                background: #154AFF; }
              .about .container--contents--aboutcont--inner .continner .box .img dl.cl_3 {
                background: #2AD1D3; }
              .about .container--contents--aboutcont--inner .continner .box .img dl dt {
                width: 100%;
                font-weight: 400;
                font-size: 1.2307692308vw;
                line-height: 1.4; }
              .about .container--contents--aboutcont--inner .continner .box .img dl dd {
                font-weight: 400;
                font-size: 2.3076923077vw;
                line-height: 1.4; }
            .about .container--contents--aboutcont--inner .continner .box .img figure {
              width: 100%;
              border-radius: 2.3076923077vw;
              border: 0.1538461538vw solid #fff;
              overflow: hidden;
              position: relative; }
              .about .container--contents--aboutcont--inner .continner .box .img figure img {
                position: relative;
                z-index: 2; }
              .about .container--contents--aboutcont--inner .continner .box .img figure span {
                display: block;
                position: relative;
                z-index: 1; }
          .about .container--contents--aboutcont--inner .continner .box .txt {
            width: 39.2307692308vw;
            position: relative;
            margin-left: 2.3076923077vw; }
            .about .container--contents--aboutcont--inner .continner .box .txt dl dt {
              font-family: "Noto Sans Japanese" sans-serif;
              font-weight: 600;
              font-size: 2.7692307692vw;
              padding-bottom: 1.5384615385vw;
              color: #FFFF00; }
              .about .container--contents--aboutcont--inner .continner .box .txt dl dt span {
                font-size: 1.7692307692vw; }
            .about .container--contents--aboutcont--inner .continner .box .txt dl dd {
              font-size: 1.0769230769vw;
              line-height: 1.7692307692vw;
              color: #fff;
              text-align: justify; }
          .about .container--contents--aboutcont--inner .continner .box .btns {
            width: 5.3846153846vw;
            height: 5.3846153846vw;
            border-radius: 2.6923076923vw;
            background: #FFFF00;
            position: relative; }
            .about .container--contents--aboutcont--inner .continner .box .btns:before, .about .container--contents--aboutcont--inner .continner .box .btns:after {
              position: absolute;
              content: ""; }
            .about .container--contents--aboutcont--inner .continner .box .btns:before {
              width: 1.5384615385vw;
              border-top: 0.1538461538vw solid #009E7D;
              top: 50%;
              left: 50%;
              margin-left: -0.7692307692vw;
              z-index: 3; }
            .about .container--contents--aboutcont--inner .continner .box .btns:after {
              height: 1.5384615385vw;
              border-right: 0.1538461538vw solid #009E7D;
              top: 50%;
              margin-top: -0.7692307692vw;
              right: 50%;
              z-index: 3; }
            .about .container--contents--aboutcont--inner .continner .box .btns.active:after {
              content: none; }
    .about .container--contents--aboutcont .toggleinner {
      display: none;
      margin-top: 4.6153846154vw;
      background: #fff;
      border-radius: 2.3076923077vw;
      padding: 3.8461538462vw; }
      .about .container--contents--aboutcont .toggleinner--cont.mt {
        margin-top: 2.3076923077vw; }
      .about .container--contents--aboutcont .toggleinner--cont h4 {
        color: #009E7D;
        font-family: "Overpass", sans-serif;
        text-align: center;
        font-size: 3.9230769231vw;
        font-weight: 600; }
      .about .container--contents--aboutcont .toggleinner--cont h5 {
        text-align: center;
        background: #009E7D;
        font-size: 1.6153846154vw;
        font-weight: 600;
        padding: 0.6153846154vw 0;
        border-radius: 2.3076923077vw;
        color: #fff;
        margin-bottom: 1.5384615385vw; }
      .about .container--contents--aboutcont .toggleinner--cont .txt {
        font-size: 1.0769230769vw;
        line-height: 1.6;
        text-align: justify; }
      .about .container--contents--aboutcont .toggleinner--cont--flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 2.3076923077vw; }
        .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea {
          width: 18.6153846154vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox {
            margin-top: 1.5384615385vw; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox figure, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox figure {
              position: relative;
              margin-bottom: 0.7692307692vw; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox figure:after, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox figure:after {
                position: absolute;
                content: "";
                background: #FFFF00;
                width: 100%;
                height: 100%;
                border-radius: 2.3076923077vw;
                top: 0.7692307692vw;
                left: 0; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox figure img, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox figure img {
                border: 0.0769230769vw solid #fff;
                border-radius: 2.3076923077vw;
                overflow: hidden;
                position: relative;
                z-index: 5; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox dl, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox dl {
              margin-top: 1.5384615385vw; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox dl dt, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox dl dt {
                color: #009E7D;
                font-size: 1.3846153846vw;
                font-weight: 600;
                line-height: 1.4;
                padding-bottom: 0.7692307692vw; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox dl dd, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox dl dd {
                font-size: 1vw;
                line-height: 1.4;
                text-align: justify; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.left_1, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.left_1 {
              margin-top: 20vw;
              position: relative;
              z-index: 2; }
        .about .container--contents--aboutcont .toggleinner--cont--flex .middle {
          width: 31.1538461538vw;
          margin-top: 6.1538461538vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .middle.wid {
            width: 37.3076923077vw;
            margin-left: -6.1538461538vw;
            margin-top: 3.0769230769vw;
            margin-right: 2.3076923077vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .middle.mtnone {
            margin-top: 0; }
        .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox {
          padding-right: 1.5384615385vw;
          border-right: 0.0769230769vw solid #009E7D;
          position: relative; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox:after {
            position: absolute;
            content: "";
            border-top: 0.0769230769vw solid #009E7D; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox:before {
            position: absolute;
            content: "";
            width: 0.7692307692vw;
            height: 0.7692307692vw;
            border-radius: 0.3846153846vw;
            background: #009E7D; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_1:after {
            width: 4.2307692308vw;
            right: -4.2307692308vw;
            top: 7.4615384615vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_1:before {
            top: 7.0769230769vw;
            right: -4.2307692308vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_2:after {
            width: 13.0769230769vw;
            right: -13.0769230769vw;
            top: 50%; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_2:before {
            width: auto;
            height: 47.6923076923vw;
            top: 50%;
            margin-top: -21.5384615385vw;
            right: -13.0769230769vw;
            border-left: 0.0769230769vw solid #009E7D; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_2 .vertline {
            position: absolute;
            width: 0.7692307692vw;
            right: -13.8461538462vw;
            height: 47.6923076923vw;
            border-top: 0.0769230769vw solid #009E7D;
            border-bottom: 0.0769230769vw solid #009E7D;
            top: 50%;
            margin-top: -21.5384615385vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_3:after {
            width: 13.0769230769vw;
            right: -13.0769230769vw;
            bottom: 7.6923076923vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_3:before {
            width: auto;
            height: 7.6923076923vw;
            top: 50%;
            margin-top: 1.5384615385vw;
            right: -13.0769230769vw;
            border-left: 0.0769230769vw solid #009E7D; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_3 .vertline {
            position: absolute;
            width: 0.7692307692vw;
            right: -13.8461538462vw;
            height: 7.6923076923vw;
            border-top: 0.0769230769vw solid #009E7D;
            border-bottom: 0.0769230769vw solid #009E7D;
            top: 50%;
            margin-top: 1.5384615385vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.left_1 {
            padding-right: 0;
            border-top: 0.0769230769vw solid #009E7D;
            border-right: none;
            padding-top: 1.1538461538vw; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.left_1:after {
              border-top: none;
              border-left: 0.0769230769vw solid #009E7D;
              right: 3.8461538462vw;
              height: 5.7692307692vw;
              top: -5.8076923077vw; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.left_1:before {
              right: 3.4615384615vw;
              top: -6.1538461538vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_5:after {
            width: 1.5384615385vw;
            right: -1.5384615385vw;
            top: 50%; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_5:before {
            top: 50%;
            margin-top: -0.3846153846vw;
            right: -1.9230769231vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_6:after {
            width: 2.3076923077vw;
            right: -2.3076923077vw;
            top: 48%; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.line_6:before {
            top: 48%;
            margin-top: -0.3846153846vw;
            right: -2.6923076923vw; }
        .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox {
          padding-left: 1.5384615385vw;
          border-left: 0.0769230769vw solid #009E7D;
          position: relative; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox:after {
            position: absolute;
            content: "";
            border-top: 0.0769230769vw solid #009E7D; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox:before {
            position: absolute;
            content: "";
            width: 0.7692307692vw;
            height: 0.7692307692vw;
            border-radius: 0.3846153846vw;
            background: #009E7D; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_4:after {
            width: 8.0769230769vw;
            left: -8.0769230769vw;
            top: 9.2307692308vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_4:before {
            top: 8.8461538462vw;
            left: -8.0769230769vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_5:after {
            width: 3.8461538462vw;
            left: -3.8461538462vw;
            top: 4.6153846154vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_5:before {
            top: -6.0769230769vw;
            left: -11.9230769231vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_5 .tabeleline {
            position: absolute;
            left: -11.9230769231vw;
            width: 8.0769230769vw;
            border-top: 0.0769230769vw solid #009E7D;
            top: -5.6923076923vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_5 .vertline {
            position: absolute;
            left: -3.8461538462vw;
            height: 10.3076923077vw;
            border-left: 0.0769230769vw solid #009E7D;
            top: -5.6923076923vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_6:after {
            width: 4.6153846154vw;
            left: -4.6153846154vw;
            top: 3.8461538462vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_6:before {
            top: -26.9230769231vw;
            left: -9.2307692308vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_6 .tabeleline {
            position: absolute;
            left: -9.2307692308vw;
            width: 4.6153846154vw;
            border-top: 0.0769230769vw solid #009E7D;
            top: -26.5384615385vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_6 .vertline {
            position: absolute;
            left: -4.6153846154vw;
            height: 30.3846153846vw;
            border-left: 0.0769230769vw solid #009E7D;
            top: -26.5384615385vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_7:after {
            width: 24.2307692308vw;
            left: -24.2307692308vw;
            top: 12.3076923077vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_7:before {
            top: 11.9230769231vw;
            left: -24.6153846154vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_8 .tabeleline {
            position: absolute;
            left: -20vw;
            width: 18.4615384615vw;
            border-top: 0.0769230769vw solid #009E7D;
            top: -8.4615384615vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_8 .vertline {
            position: absolute;
            left: -1.5384615385vw;
            height: 13.0769230769vw;
            border-left: 0.0769230769vw solid #009E7D;
            top: -8.4615384615vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_8:after {
            width: 1.5384615385vw;
            left: -1.5384615385vw;
            top: 4.6153846154vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_8:before {
            top: -8.8461538462vw;
            left: -20vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_10:after {
            width: 1.5384615385vw;
            left: -1.5384615385vw;
            top: 50%; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.line_10:before {
            top: 50%;
            margin-top: -0.3846153846vw;
            left: -1.9230769231vw; }
      .about .container--contents--aboutcont .toggleinner--cont--all {
        margin-top: 3.8461538462vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .about .container--contents--aboutcont .toggleinner--cont--all .oplead {
          width: 100%;
          text-align: center;
          font-size: 1.6153846154vw;
          font-weight: 600;
          color: #009E7D;
          position: relative;
          margin-bottom: 1.5384615385vw; }
          .about .container--contents--aboutcont .toggleinner--cont--all .oplead span {
            position: relative;
            background: #fff;
            padding: 0 1.1538461538vw;
            z-index: 2; }
          .about .container--contents--aboutcont .toggleinner--cont--all .oplead:after {
            position: absolute;
            content: "";
            width: 100%;
            border-top: 0.0769230769vw solid #009E7D;
            top: 50%;
            left: 0; }
        .about .container--contents--aboutcont .toggleinner--cont--all .boxs {
          width: 31.5384615385vw;
          margin: 0 1.1538461538vw;
          margin-top: 1.9230769231vw; }
          .about .container--contents--aboutcont .toggleinner--cont--all .boxs dt {
            width: 100%;
            background: #FFFF00;
            color: #009E7D;
            font-size: 1.6153846154vw;
            font-weight: 600;
            border-radius: 2.3076923077vw;
            padding: 0.6153846154vw 0;
            text-align: center; }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.top .kv .slidearea {
  padding: 0 2.3076923077vw;
  display: flex; }
  .top .kv .slidearea .slider {
    width: 50%; }
.top .kv h2 {
  position: absolute;
  width: 48.4615384615vw;
  left: 50%;
  margin-left: -24.2307692308vw;
  z-index: 10;
  top: 11.5384615385vw; }
.top .kv--rtop {
  position: relative; }
  .top .kv--rtop--under {
    display: flex;
    justify-content: center;
    align-items: center; }
    .top .kv--rtop--under figure {
      width: 40.1538461538vw;
      margin: 0 2.3076923077vw; }
    .top .kv--rtop--under h3 {
      font-weight: 600;
      font-size: 1.8461538462vw;
      line-height: 1.8; }
.top .container {
  margin-top: 9.2307692308vw; }
  .top .container--contents p.obj {
    position: absolute; }
    .top .container--contents p.obj.obj_1 {
      width: 11.3076923077vw;
      left: 7.3076923077vw;
      top: -5.7692307692vw; }
    .top .container--contents p.obj.obj_2 {
      width: 9.2307692308vw;
      right: 0;
      top: 0.9230769231vw; }
    .top .container--contents p.obj.obj_3 {
      width: 6.9230769231vw;
      right: 1.9230769231vw;
      top: 6.9230769231vw;
      z-index: 10; }
    .top .container--contents p.obj.obj_4 {
      width: 9.6923076923vw;
      left: 25vw;
      top: -3.8461538462vw;
      z-index: 10; }
    .top .container--contents p.obj.obj_5 {
      width: 20.6153846154vw;
      right: 6.9230769231vw;
      top: -1.5384615385vw;
      z-index: 10; }
    .top .container--contents p.obj.obj_6 {
      width: 12.3076923077vw;
      left: 3.8461538462vw;
      top: -6.1538461538vw;
      z-index: 10; }
    .top .container--contents p.obj.obj_7 {
      width: 15.3846153846vw;
      right: 30.7692307692vw;
      top: -9.2307692308vw;
      z-index: 10; }
    .top .container--contents p.obj.obj_8 {
      width: 22vw;
      right: 7.6923076923vw;
      bottom: -3.8461538462vw; }
  .top .container--contents--back {
    width: 95.3846153846vw;
    margin: 0 auto 0;
    border-radius: 2.3076923077vw;
    background: linear-gradient(to right, #1FDF71, #009E7D);
    border: 0.1538461538vw #009E7D solid;
    position: relative; }
    .top .container--contents--back:after {
      position: absolute;
      content: "";
      background: #009E7D;
      width: 100%;
      height: 100%;
      top: 1.5384615385vw;
      left: 0;
      z-index: -2;
      border-radius: 2.3076923077vw; }
    .top .container--contents--back .continner {
      position: relative; }
      .top .container--contents--back .continner:after {
        position: absolute;
        content: "";
        background: url("../images/common/mizutama.png") repeat top center;
        opacity: 0.05;
        border-radius: 2.3076923077vw;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .top .container--contents--back .continner .boxcont {
        width: 100%;
        margin: 0 auto; }
        .top .container--contents--back .continner .boxcont .boxcont_cont a {
          position: relative;
          z-index: 3; }
        .top .container--contents--back .continner .boxcont .boxcont_cont.second {
          display: flex;
          justify-content: center;
          padding: 6.5384615385vw 0 5.7692307692vw; }
          .top .container--contents--back .continner .boxcont .boxcont_cont.second .box {
            width: 41.9230769231vw;
            margin: 0 1.9230769231vw;
            position: relative; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.second .box dl dt {
              font-family: over;
              font-weight: 400;
              color: #009E7D;
              font-size: 6.9230769231vw;
              line-height: 1; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.second .box dl dt span {
                display: block;
                font-family: "Noto Sans Japanese" sans-serif;
                font-size: 2vw;
                font-weight: 500;
                color: #fff;
                position: relative;
                margin-top: -1.1538461538vw;
                z-index: 0; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.second .box dl dd {
              font-size: 1.0769230769vw;
              color: #fff;
              padding: 1.1538461538vw 0 2.3076923077vw; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.second .box figure {
              position: relative; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.second .box figure img {
                position: relative;
                z-index: 2;
                border: 0.1538461538vw solid #FFFF00;
                border-radius: 2.3076923077vw;
                overflow: hidden; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.second .box figure:after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                border-radius: 2.3076923077vw;
                background: #FFFF00;
                top: 0.7692307692vw;
                z-index: 0;
                left: 0; }
        .top .container--contents--back .continner .boxcont .boxcont_cont.last {
          padding: 3.0769230769vw 0 3.0769230769vw; }
          .top .container--contents--back .continner .boxcont .boxcont_cont.last .box {
            width: 80.6153846154vw;
            margin: 0 auto;
            border-bottom: 0.1538461538vw solid #009E7D;
            padding: 1.5384615385vw 0 2.3076923077vw; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.last .box:last-child {
              border: none; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.last .box a {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: space-between;
              position: relative; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.last .box a:after {
                position: absolute;
                content: "";
                background: url("../images/common/arrow_1.svg") no-repeat center/cover;
                width: 3vw;
                height: 3vw;
                right: 0;
                bottom: 2.3076923077vw; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.last .box dl {
              width: 60.7692307692vw;
              display: flex;
              align-items: baseline; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.last .box dl dt {
                font-family: over;
                font-weight: 400;
                color: #009E7D;
                font-size: 4.2307692308vw;
                line-height: 1; }
                .top .container--contents--back .continner .boxcont .boxcont_cont.last .box dl dt span {
                  display: block;
                  font-family: "Noto Sans Japanese" sans-serif;
                  font-size: 1.8461538462vw;
                  font-weight: 500;
                  color: #fff;
                  position: relative;
                  margin-top: -0.3846153846vw;
                  z-index: 0; }
                .top .container--contents--back .continner .boxcont .boxcont_cont.last .box dl dt i {
                  display: inline;
                  font-style: normal;
                  font-family: "Noto Sans Japanese" sans-serif;
                  font-size: 1.0769230769vw;
                  padding-left: 1.5384615385vw; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.last .box figure {
              width: 14.6153846154vw;
              position: relative; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.last .box figure img {
                position: relative;
                z-index: 2;
                border: 0.1538461538vw solid #FFFF00;
                border-radius: 2.3076923077vw;
                overflow: hidden; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.last .box figure:after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                border-radius: 2.3076923077vw;
                background: #FFFF00;
                top: 0.7692307692vw;
                z-index: 0;
                left: 0; }
  .top .container--contents .workarea {
    position: relative;
    padding: 9.2307692308vw 0 4.6153846154vw; }
    .top .container--contents .workarea a {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      margin-bottom: 0.7692307692vw; }
      .top .container--contents .workarea a img {
        width: 62.6923076923vw;
        margin-bottom: -0.7692307692vw; }
      .top .container--contents .workarea a dt {
        font-weight: 500;
        font-size: 2vw; }
        .top .container--contents .workarea a dt span {
          padding-left: 0.7692307692vw; }
          .top .container--contents .workarea a dt span img {
            width: 3.0769230769vw; }
      .top .container--contents .workarea a dd {
        padding-top: 0.7692307692vw;
        font-size: 1.0769230769vw;
        line-height: ve(23); }
  .top .container--contents .baseback {
    position: relative;
    border-radius: 2.3076923077vw;
    padding-bottom: 1.5384615385vw;
    z-index: 1;
    margin-bottom: 7.6923076923vw; }
    .top .container--contents .baseback--inner {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 3; }
      .top .container--contents .baseback--inner .lead {
        width: 100%;
        text-align: center;
        font-family: "Overpass", sans-serif;
        font-size: 8.4615384615vw;
        font-weight: 700;
        line-height: 1;
        color: #009E7D;
        -webkit-text-stroke-width: 0.2307692308vw;
        -webkit-text-stroke-color: #FFFF00;
        position: relative;
        top: -3.0769230769vw;
        margin-bottom: -4.6153846154vw; }
      .top .container--contents .baseback--inner .undertxt {
        width: 100%;
        font-size: 2.2307692308vw;
        font-weight: 500;
        text-align: center;
        color: #FFFF00;
        padding-bottom: 2.3076923077vw; }
      .top .container--contents .baseback--inner .box {
        width: 24.3076923077vw;
        margin: 0 1.5384615385vw;
        position: relative;
        /* バウンドして表示するアニメーション */ }
        .top .container--contents .baseback--inner .box a figure {
          height: 26.9230769231vw;
          border-radius: 2.3076923077vw;
          background: linear-gradient(to right, #1FDF71, #009E7D);
          border: 0.0769230769vw solid #009E7D;
          position: relative; }
          .top .container--contents .baseback--inner .box a figure span {
            position: absolute;
            content: "";
            background: #009E7D;
            border-radius: 2.3076923077vw;
            width: 100%;
            height: 108%;
            left: 0;
            z-index: 1; }
            .top .container--contents .baseback--inner .box a figure span.on {
              background: none;
              opacity: 0;
              transform: translateY(0px) scale(1);
              /* 下に移動＋縮小 */
              transition: opacity 0.3s ease, transform 0.3s ease; }
          .top .container--contents .baseback--inner .box a figure img {
            position: relative;
            z-index: 2;
            width: 100%;
            border-radius: 2.3076923077vw; }
        .top .container--contents .baseback--inner .box a .work {
          position: absolute;
          width: 8.4615384615vw;
          border-radius: 1.1538461538vw;
          border-top-left-radius: 0;
          background: #009E7D;
          text-align: center;
          padding: 1.3846153846vw 0;
          color: #fff;
          font-size: 1.1538461538vw;
          top: 0;
          left: 0;
          z-index: 3; }
          .top .container--contents .baseback--inner .box a .work.cl_1 {
            background: #56B76A; }
        .top .container--contents .baseback--inner .box a dl {
          position: relative;
          z-index: 2;
          top: -0.7692307692vw; }
          .top .container--contents .baseback--inner .box a dl:after {
            position: absolute;
            content: "";
            background: url("../images/common/arrow_1.svg") no-repeat center/cover;
            width: 3vw;
            height: 3vw;
            right: 0;
            bottom: 2.3076923077vw; }
          .top .container--contents .baseback--inner .box a dl dt {
            position: relative;
            line-height: 1;
            font-size: 4.6153846154vw;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 700;
            margin-top: -1.5384615385vw;
            margin-bottom: -0.3846153846vw;
            color: #009E7D;
            -webkit-text-stroke-width: 0.3846153846vw;
            -webkit-text-stroke-color: #009E7D; }
            .top .container--contents .baseback--inner .box a dl dt span {
              width: 100%;
              left: 0;
              position: absolute;
              z-index: 2;
              color: #fff;
              -webkit-text-stroke-width: 0vw; }
          .top .container--contents .baseback--inner .box a dl dd {
            color: #009E7D;
            font-size: 1vw;
            font-weight: 500;
            margin-top: 0.7692307692vw; }
        .top .container--contents .baseback--inner .box a:hover {
          transition: none; }
          .top .container--contents .baseback--inner .box a:hover figure span {
            position: absolute;
            content: "";
            background: #009E7D;
            border-radius: 2.3076923077vw;
            width: 100%;
            height: 108%;
            left: 0;
            z-index: 1; }
            .top .container--contents .baseback--inner .box a:hover figure span.on {
              display: block;
              z-index: 2;
              top: 0;
              opacity: 1;
              animation: bounce-in 0.5s ease-out; }
  .top .container--contents .handy {
    padding: 6.5384615385vw 0;
    position: relative; }
    .top .container--contents .handy--inner {
      width: 65.3846153846vw;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .top .container--contents .handy--inner figure {
        width: 14.6153846154vw; }
      .top .container--contents .handy--inner p {
        width: 48.4615384615vw;
        font-size: 1.4615384615vw;
        font-weight: 500; }
        .top .container--contents .handy--inner p a {
          color: #F5AD16;
          text-decoration: underline;
          cursor: pointer; }
.top footer {
  position: relative; }
  .top footer .obj_9 {
    position: absolute;
    width: 10.7692307692vw;
    left: 2.3076923077vw;
    top: -11.5384615385vw;
    z-index: 10; }

.guideline .kv--base--inner .kvobject .left_obj {
  position: absolute;
  width: 13.8461538462vw;
  top: 26.1538461538vw;
  left: 3.0769230769vw;
  z-index: 2; }
.guideline .kv--base--inner .kvobject .center_obj {
  position: absolute;
  width: 16.9230769231vw;
  top: 6.5384615385vw;
  right: 5.7692307692vw;
  z-index: 2; }
.guideline .kv--base--inner .kvobject .right_obj {
  position: absolute;
  width: 9.2307692308vw;
  bottom: 7.6923076923vw;
  right: 4.2307692308vw;
  z-index: 2; }
.guideline .container {
  margin-top: 9.2307692308vw; }
  .guideline .container--contents--inner {
    width: 78.7692307692vw;
    margin: 0 auto;
    padding-bottom: 3.8461538462vw; }
    .guideline .container--contents--inner h3 {
      width: 64.6153846154vw;
      margin: 0 auto;
      font-size: 2vw;
      font-weight: 700;
      color: #fff;
      text-align: center;
      position: relative;
      margin-bottom: 2.6923076923vw; }
      .guideline .container--contents--inner h3 span {
        display: block;
        padding: 1.5384615385vw 0;
        border-radius: 3.0769230769vw;
        background: #109778;
        border: 0.0769230769vw #109778 solid;
        position: relative;
        z-index: 1; }
      .guideline .container--contents--inner h3:after {
        position: absolute;
        content: "";
        background: #56B76A;
        border: 0.0769230769vw #56B76A solid;
        border-radius: 3.0769230769vw;
        width: 100%;
        height: 100%;
        top: 0.6153846154vw;
        left: 0;
        z-index: -2; }
    .guideline .container--contents--inner dl {
      width: 61.5384615385vw;
      margin: 0 auto;
      font-size: 1.0769230769vw;
      line-height: 2.0769230769vw;
      display: flex;
      justify-content: space-between;
      padding: 1.5384615385vw 0;
      border-bottom: 0.0769230769vw solid #ccc; }
      .guideline .container--contents--inner dl dt {
        font-weight: 700;
        width: 7.6923076923vw; }
      .guideline .container--contents--inner dl dd {
        width: 53.8461538462vw; }

.ctop .kv {
  position: relative;
  height: 44.6153846154vw;
  z-index: 2; }
  .ctop .kv .slidearea {
    padding: 0 2.3076923077vw;
    height: 44.6153846154vw;
    overflow: hidden; }
    .ctop .kv .slidearea .slider {
      width: 100%;
      position: relative; }
  .ctop .kv h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 3.3846153846vw;
    line-height: 1.6;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
    top: 17.6923076923vw; }
  .ctop .kv h3 {
    position: absolute;
    left: 4.6153846154vw;
    bottom: 1.5384615385vw; }
    .ctop .kv h3 span {
      background: #fff;
      font-size: 1.6153846154vw;
      font-weight: 500;
      padding: 0.3076923077vw; }
.ctop .contents {
  margin-top: 6.9230769231vw; }
  .ctop .contents--inner {
    position: relative;
    padding-bottom: 11.5384615385vw; }
    .ctop .contents--inner:after {
      position: absolute;
      content: "";
      width: 45.9230769231vw;
      height: 50.8461538462vw;
      background: url("../images/corp/img_1.jpg") no-repeat center center/cover;
      right: 0vw;
      bottom: 0vw;
      z-index: -1; }
    .ctop .contents--inner--box {
      position: relative;
      width: 78.7692307692vw;
      margin: 0 auto 0; }
      .ctop .contents--inner--box h2 {
        font-family: over;
        font-weight: 400;
        color: #009E7D;
        font-size: 5.7692307692vw;
        line-height: 1; }
      .ctop .contents--inner--box h3 {
        width: 55.3846153846vw;
        font-size: 1.2307692308vw;
        line-height: 2.2307692308vw;
        margin-left: 2.3076923077vw;
        padding: 1.9230769231vw 0; }
      .ctop .contents--inner--box--photo {
        width: 57.3076923077vw;
        display: flex;
        justify-content: space-between; }
        .ctop .contents--inner--box--photo figure {
          width: 32%; }
  .ctop .contents .contbox {
    padding-top: 7.6923076923vw;
    position: relative; }
    .ctop .contents .contbox:before {
      position: absolute;
      content: "";
      background: #D3F2D6;
      width: 100%;
      height: 23.8461538462vw;
      left: 0;
      top: 0;
      z-index: -1; }
    .ctop .contents .contbox--inner {
      width: 78.7692307692vw;
      margin: 0 auto 0;
      display: flex;
      justify-content: space-between; }
      .ctop .contents .contbox--inner .box {
        width: 37.6923076923vw; }
        .ctop .contents .contbox--inner .box figure {
          position: relative; }
          .ctop .contents .contbox--inner .box figure:after {
            position: absolute;
            content: "";
            width: 3.0769230769vw;
            height: 3.0769230769vw;
            background: url("../images/corp/arrow.svg") no-repeat center center/cover;
            right: 1.1538461538vw;
            bottom: 1.1538461538vw; }
        .ctop .contents .contbox--inner .box dt {
          font-size: 2.0769230769vw;
          padding-top: 0.7692307692vw; }
        .ctop .contents .contbox--inner .box dd {
          font-family: over;
          font-weight: 400;
          font-size: 1.0769230769vw; }
  .ctop .contents .contact {
    margin: 7.6923076923vw auto 11.5384615385vw;
    padding: 4.6153846154vw 3.0769230769vw;
    width: 78.7692307692vw;
    border-top: 0.0769230769vw solid #009E7D;
    border-bottom: 0.0769230769vw solid #009E7D;
    display: flex;
    justify-content: space-between; }
    .ctop .contents .contact dl {
      width: 20.3846153846vw; }
      .ctop .contents .contact dl dt {
        font-size: 1.9230769231vw;
        padding-top: 0.7692307692vw; }
      .ctop .contents .contact dl dd {
        font-family: over;
        font-weight: 400;
        font-size: 1.0769230769vw; }
    .ctop .contents .contact p {
      width: 52.2307692308vw;
      font-weight: 500;
      font-size: 1.1538461538vw;
      line-height: 2; }

.aboutus .kv {
  margin-top: 11.1538461538vw; }
  .aboutus .kv--inner h2 {
    width: 78.7692307692vw;
    margin: 0 auto 0;
    font-weight: 400;
    font-size: 3.0769230769vw; }
    .aboutus .kv--inner h2 span {
      display: block;
      font-family: over;
      font-weight: 400;
      font-size: 1.0769230769vw; }
  .aboutus .kv--inner figure {
    border-top: 0.3846153846vw solid #009E7D;
    margin-right: 10.7692307692vw;
    margin-top: 3.0769230769vw; }
.aboutus .contents--inner {
  width: 78.7692307692vw;
  margin: 0 auto 0;
  position: relative;
  padding: 7.6923076923vw 0; }
  .aboutus .contents--inner.map {
    width: 100%;
    background: #D3F2D6;
    padding: 7.6923076923vw 10.7692307692vw; }
  .aboutus .contents--inner h3 {
    font-size: 2.0769230769vw;
    padding: 1.1538461538vw 0 0.7692307692vw;
    border-bottom: 0.0769230769vw solid #009E7D;
    position: relative; }
    .aboutus .contents--inner h3 span {
      position: absolute;
      right: 0;
      font-size: 1vw;
      display: inline-block;
      text-align: right;
      top: 50%; }
      .aboutus .contents--inner h3 span span {
        position: relative;
        color: #ED3B47; }
  .aboutus .contents--inner--list {
    width: 69.2307692308vw;
    margin: 0.7692307692vw auto 0; }
    .aboutus .contents--inner--list dl {
      font-size: 1.0769230769vw;
      line-height: 2.0769230769vw;
      display: flex;
      justify-content: flex-start;
      padding: 1.1538461538vw 0;
      border-bottom: 0.0769230769vw solid #CCCCCC; }
      .aboutus .contents--inner--list dl dt {
        width: 8vw; }
  .aboutus .contents--inner--business {
    width: 69.2307692308vw;
    margin: 0vw auto 0; }
    .aboutus .contents--inner--business .box {
      display: flex;
      justify-content: space-between;
      margin-top: 4.6153846154vw; }
      .aboutus .contents--inner--business .box dl {
        width: 43.8461538462vw; }
        .aboutus .contents--inner--business .box dl dt {
          background: #009E7D;
          border-top-left-radius: 3.0769230769vw;
          border-bottom-left-radius: 3.0769230769vw;
          color: #fff;
          font-size: 1.3846153846vw;
          padding: 0.7692307692vw 0 0.7692307692vw 1.5384615385vw; }
          .aboutus .contents--inner--business .box dl dt span {
            display: block;
            font-size: 1.0769230769vw; }
        .aboutus .contents--inner--business .box dl dd {
          font-size: 1.0769230769vw;
          line-height: 1.7692307692vw;
          padding: 2.3076923077vw 2.3076923077vw 0; }
      .aboutus .contents--inner--business .box figure {
        width: 25.3846153846vw; }
  .aboutus .contents--inner--wlb {
    width: 78.7692307692vw;
    margin: 0 auto;
    border: #009E7D 0.0769230769vw solid;
    border-radius: 2.3076923077vw;
    padding: 3.8461538462vw 4.6153846154vw; }
    .aboutus .contents--inner--wlb h4 {
      font-size: 2.0769230769vw;
      line-height: 1;
      color: #009E7D;
      padding-bottom: 2.3076923077vw;
      position: relative; }
      .aboutus .contents--inner--wlb h4:before {
        position: absolute;
        content: "";
        width: 3.8461538462vw;
        left: -4.6153846154vw;
        height: 2.0769230769vw;
        top: 0;
        background: #009E7D; }
    .aboutus .contents--inner--wlb p {
      font-size: 1.0769230769vw;
      line-height: 1.7692307692vw;
      padding-bottom: 1.5384615385vw; }
    .aboutus .contents--inner--wlb figure {
      width: 96%;
      margin: 0 auto; }
  .aboutus .contents--inner--map {
    width: 78.7692307692vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 3.0769230769vw 0;
    position: relative; }
    .aboutus .contents--inner--map .scroll {
      position: absolute;
      right: -2.3076923077vw;
      bottom: 3.8461538462vw;
      width: 0.6153846154vw; }
    .aboutus .contents--inner--map #map-container {
      position: relative;
      width: 30.6153846154vw;
      height: 37.5384615385vw;
      margin: 0 auto;
      background: url("../images/corp/map.svg") no-repeat center;
      background-size: cover; }
    .aboutus .contents--inner--map .maplinkarea {
      width: 36.4615384615vw;
      height: 40vw;
      overflow: scroll; }
    .aboutus .contents--inner--map .highlight {
      position: absolute;
      width: 1.1538461538vw;
      height: 1.1538461538vw;
      border-radius: 50%;
      background-color: #ED3B47;
      opacity: 1; }
    .aboutus .contents--inner--map dl {
      font-size: 1.0769230769vw;
      line-height: 1.7692307692vw;
      border-bottom: 0.0769230769vw dashed #009E7D;
      padding: 0.7692307692vw 1.1538461538vw;
      position: relative; }
      .aboutus .contents--inner--map dl:after {
        position: absolute;
        content: "＞";
        font-size: 1.0769230769vw;
        line-height: 1;
        right: 0;
        color: #009E7D;
        right: 2.3076923077vw;
        top: 50%;
        margin-top: -0.5384615385vw; }
      .aboutus .contents--inner--map dl dt span {
        font-weight: 500;
        font-size: 1.2307692308vw;
        color: #009E7D;
        padding-right: 1.1538461538vw; }

.interview .intw_kv {
  position: relative;
  height: 60.7692307692vw;
  padding-top: 2.3076923077vw; }
  .interview .intw_kv:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #1FDF71, #009E7D);
    width: 100%;
    height: 51.5384615385vw;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .interview .intw_kv .bkimg {
    position: relative;
    margin-left: 23.8461538462vw; }
    .interview .intw_kv .bkimg figure {
      margin-right: -4.6153846154vw;
      border-radius: 2.3076923077vw;
      overflow: hidden;
      border: 0.3846153846vw solid #FFFF00; }
    .interview .intw_kv .bkimg .eng {
      position: absolute;
      z-index: 1;
      right: -13.8461538462vw;
      top: 44%;
      transform: rotate(90deg);
      font-family: "Overpass", sans-serif;
      font-size: 6.1538461538vw;
      font-weight: 700;
      color: #fff;
      line-height: 1; }
  .interview .intw_kv--inner {
    position: absolute;
    width: 86.1538461538vw;
    top: 0;
    left: 50%;
    margin-left: -43.0769230769vw; }
    .interview .intw_kv--inner .num {
      font-family: "Overpass", sans-serif;
      color: #009E7D;
      font-size: 15.3846153846vw;
      font-weight: 700;
      line-height: 1;
      margin-top: 3.0769230769vw;
      margin-left: -3.0769230769vw;
      letter-spacing: 0;
      position: relative;
      letter-spacing: -0.06em; }
      .interview .intw_kv--inner .num span {
        position: relative;
        z-index: 2; }
      .interview .intw_kv--inner .num i {
        position: absolute;
        left: 0.7692307692vw;
        top: 0.7692307692vw;
        font-style: normal;
        color: #FFFF00;
        z-index: 1; }
    .interview .intw_kv--inner h2 {
      font-size: 3.6923076923vw;
      font-weight: 600;
      line-height: 1.8;
      padding-top: 3.0769230769vw;
      padding-bottom: 4.6153846154vw;
      position: relative; }
      .interview .intw_kv--inner h2 span {
        background: #FFFF00;
        padding: 0 0.9230769231vw 0.5384615385vw 0.9230769231vw; }
      .interview .intw_kv--inner h2.mt {
        padding: 0vw 0 1.5384615385vw; }
    .interview .intw_kv--inner dl dt {
      position: relative;
      line-height: 1;
      font-size: 5.7692307692vw;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin-top: -1.5384615385vw;
      margin-bottom: 0.7692307692vw;
      color: #009E7D;
      -webkit-text-stroke-width: 0.6153846154vw;
      -webkit-text-stroke-color: #009E7D; }
      .interview .intw_kv--inner dl dt span {
        width: 100%;
        left: 0;
        position: absolute;
        z-index: 2;
        color: #fff;
        -webkit-text-stroke-width: 0vw; }
    .interview .intw_kv--inner dl dd {
      color: #fff;
      font-size: 1.3846153846vw;
      line-height: 2; }
    .interview .intw_kv--inner .profile {
      margin-top: 1.5384615385vw;
      display: flex;
      justify-content: space-between; }
      .interview .intw_kv--inner .profile .tl {
        width: 16.9230769231vw;
        font-family: "Overpass", sans-serif;
        line-height: 1.4;
        font-weight: 600;
        font-size: 2.4615384615vw;
        color: #fff;
        position: relative; }
        .interview .intw_kv--inner .profile .tl:after {
          position: absolute;
          content: "";
          width: 6.1538461538vw;
          border-top: 0.1538461538vw solid #fff;
          transform: rotate(-45deg);
          top: 2.6923076923vw;
          right: 1.1538461538vw; }
      .interview .intw_kv--inner .profile .txt {
        width: 69.2307692308vw;
        font-size: 1.2307692308vw;
        line-height: 2;
        color: #fff; }
.interview .interviewcont .contentsbox {
  position: relative; }
  .interview .interviewcont .contentsbox .obj {
    position: absolute; }
  .interview .interviewcont .contentsbox--inner {
    width: 86.1538461538vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .interview .interviewcont .contentsbox--inner--txt .secttl {
      color: #009E7D;
      font-family: "Overpass", sans-serif;
      font-size: 2.4615384615vw;
      font-weight: 600;
      line-height: 1;
      margin-bottom: -2.3076923077vw; }
    .interview .interviewcont .contentsbox--inner--txt .ttls {
      background: #009E7D;
      padding: 3.0769230769vw 2.3076923077vw;
      color: #fff;
      font-weight: 600;
      font-size: 2.2307692308vw;
      line-height: 1.6;
      border-radius: 1.5384615385vw;
      position: relative; }
      .interview .interviewcont .contentsbox--inner--txt .ttls:after {
        position: absolute;
        content: "";
        bottom: -1.1538461538vw;
        left: 4.6153846154vw;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 0;
        border-left: 2.3076923077vw solid transparent;
        border-top: 2.3076923077vw solid #009E7D;
        border-bottom: 0; }
    .interview .interviewcont .contentsbox--inner--txt .txts {
      font-size: 1.0769230769vw;
      line-height: 1.8;
      text-align: justify;
      margin-top: 2.3076923077vw; }
    .interview .interviewcont .contentsbox--inner figure {
      position: relative;
      margin-top: 1.9230769231vw; }
      .interview .interviewcont .contentsbox--inner figure img {
        width: 100%;
        height: auto;
        border-radius: 2.3076923077vw;
        overflow: hidden;
        border: 0.1538461538vw solid #009E7D;
        position: relative;
        z-index: 2; }
      .interview .interviewcont .contentsbox--inner figure:after {
        position: absolute;
        content: "";
        width: 43.0769230769vw;
        height: 31.0769230769vw;
        background: #009E7D;
        border-radius: 2.3076923077vw;
        top: 1.1538461538vw;
        left: 1.1538461538vw; }
  .interview .interviewcont .contentsbox.back_1 {
    margin-top: 6.9230769231vw;
    padding-bottom: 6.9230769231vw; }
    .interview .interviewcont .contentsbox.back_1:after {
      position: absolute;
      content: "";
      background: linear-gradient(to right, #DBEEDD, #C1E6FA);
      width: 100%;
      height: 32.3076923077vw;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .interview .interviewcont .contentsbox.back_1 .contentsbox--inner--txt {
      width: 38.4615384615vw; }
    .interview .interviewcont .contentsbox.back_1 figure {
      width: 43.0769230769vw; }
  .interview .interviewcont .contentsbox.back_2 {
    margin-top: 6.9230769231vw; }
    .interview .interviewcont .contentsbox.back_2 .contentsbox--inner--txt {
      margin: 0 0 0 auto;
      width: 62.3076923077vw; }
    .interview .interviewcont .contentsbox.back_2 .obj_1 {
      left: 9.2307692308vw;
      width: 17.5384615385vw;
      top: -11.5384615385vw; }
  .interview .interviewcont .contentsbox.back_3 {
    margin-top: 6.9230769231vw;
    padding-bottom: 6.9230769231vw; }
    .interview .interviewcont .contentsbox.back_3:after {
      position: absolute;
      content: "";
      background: #FFFF00;
      width: 100%;
      height: 32.3076923077vw;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .interview .interviewcont .contentsbox.back_3 .contentsbox--inner--txt {
      width: 35.3846153846vw; }
    .interview .interviewcont .contentsbox.back_3 figure {
      width: 43.0769230769vw; }
      .interview .interviewcont .contentsbox.back_3 figure:after {
        height: 31.0769230769vw; }
.interview .interviewcont .sc_box {
  position: relative; }
  .interview .interviewcont .sc_box .tab-content {
    display: none; }
    .interview .interviewcont .sc_box .tab-content.active {
      display: block; }
  .interview .interviewcont .sc_box .tab-menu {
    width: 95.3846153846vw;
    margin: 5.3846153846vw auto 0;
    display: flex;
    justify-content: center; }
    .interview .interviewcont .sc_box .tab-menu li {
      width: 50%;
      text-align: center;
      font-weight: 700;
      font-size: 2vw;
      background: #F2F2F2;
      color: #B3B3B3;
      cursor: pointer;
      padding: 0.6153846154vw 0 0.9230769231vw;
      position: relative; }
      .interview .interviewcont .sc_box .tab-menu li:after {
        position: absolute;
        content: "";
        bottom: -1.1538461538vw;
        left: 50%;
        margin-left: -1.1538461538vw;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 2.3076923077vw solid transparent;
        border-left: 2.3076923077vw solid transparent;
        border-top: 2.3076923077vw solid #F2F2F2;
        border-bottom: 0; }
      .interview .interviewcont .sc_box .tab-menu li.active {
        background: #009E7D;
        color: #fff; }
        .interview .interviewcont .sc_box .tab-menu li.active:after {
          border-top: 2.3076923077vw solid #009E7D; }
  .interview .interviewcont .sc_box .sc_boxinner {
    width: 95.3846153846vw;
    margin: 9.2307692308vw auto 0;
    border-radius: 2.3076923077vw;
    background: linear-gradient(to right, #1FDF71, #009E7D);
    border: 0.0769230769vw #009E7D solid;
    position: relative; }
    .interview .interviewcont .sc_box .sc_boxinner:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: #009E7D;
      top: 1.5384615385vw;
      border-radius: 2.3076923077vw;
      z-index: -1; }
    .interview .interviewcont .sc_box .sc_boxinner .eng {
      text-align: center;
      font-family: "Overpass", sans-serif;
      font-weight: 700;
      font-size: 6.9230769231vw;
      line-height: 1;
      color: #FFFF00;
      position: relative;
      top: -5.6153846154vw;
      margin-bottom: -6.9230769231vw;
      letter-spacing: 0; }
    .interview .interviewcont .sc_box .sc_boxinner .obj_2 {
      position: absolute;
      right: -3.8461538462vw;
      bottom: -3.0769230769vw;
      width: 26.9230769231vw; }
      .interview .interviewcont .sc_box .sc_boxinner .obj_2.mt {
        right: -7.6923076923vw;
        bottom: -7.6923076923vw;
        width: 23.0769230769vw; }
    .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont {
      width: 78.7692307692vw;
      margin: 0 auto; }
      .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont .lead {
        width: 100%;
        background: #FFFF00;
        border: 0.0769230769vw #009E7D solid;
        font-size: 2vw;
        font-weight: 700;
        color: #009E7D;
        text-align: center;
        padding: 1.5384615385vw 0;
        margin-bottom: 0.7692307692vw;
        position: relative; }
        .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont .lead span {
          position: absolute;
          width: 8.8461538462vw;
          top: -1.1538461538vw;
          right: 16.9230769231vw; }
      .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner {
        color: #fff;
        display: flex;
        justify-content: space-around;
        padding: 3.8461538462vw 0;
        position: relative; }
        .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner:after {
          position: absolute;
          content: "";
          width: 100%;
          border-top: 0.0769230769vw solid #fff;
          left: 0;
          top: 8.4615384615vw; }
        .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs {
          width: 11.1538461538vw;
          font-size: 1vw; }
          .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs .time {
            text-align: center;
            font-family: "Overpass", sans-serif;
            font-size: 2.4615384615vw;
            font-weight: 600;
            margin-bottom: 1.9230769231vw;
            position: relative; }
            .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs .time:after {
              position: absolute;
              content: "";
              width: 1.2307692308vw;
              height: 1.2307692308vw;
              background: #fff;
              border-radius: 0.6153846154vw;
              bottom: -1.3076923077vw;
              left: 50%;
              margin-left: -0.6153846154vw; }
          .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs dt {
            text-align: center;
            font-weight: 600;
            font-size: 1.5384615385vw;
            padding-bottom: 0.7692307692vw; }
          .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs dd {
            font-size: 0.9230769231vw;
            padding: 0 0.3846153846vw;
            text-align: justify; }
      .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--flex {
        display: flex;
        justify-content: center;
        padding-bottom: 3.0769230769vw; }
        .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--flex .boxs {
          width: 40vw;
          margin: 1.1538461538vw; }
          .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--flex .boxs .time {
            text-align: center;
            font-family: "Overpass", sans-serif;
            font-weight: 700;
            font-size: 3.2307692308vw;
            color: #FFFF00; }
.interview .interviewcont .messagebox {
  margin-top: 9.2307692308vw;
  position: relative;
  padding-bottom: 6.1538461538vw; }
  .interview .interviewcont .messagebox:after {
    position: absolute;
    content: "";
    background: #C1E6FA;
    width: 100%;
    height: 43.8461538462vw;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .interview .interviewcont .messagebox--inner {
    width: 78.7692307692vw;
    margin: 0 auto;
    position: relative; }
    .interview .interviewcont .messagebox--inner .imgs {
      position: relative;
      padding-bottom: 3.0769230769vw; }
      .interview .interviewcont .messagebox--inner .imgs .icon {
        position: absolute;
        width: 14.6153846154vw;
        top: -4.6153846154vw;
        left: -4.6153846154vw;
        z-index: 3; }
      .interview .interviewcont .messagebox--inner .imgs figure {
        position: relative; }
        .interview .interviewcont .messagebox--inner .imgs figure img {
          height: auto;
          border-radius: 2.3076923077vw;
          overflow: hidden;
          position: relative;
          z-index: 2; }
        .interview .interviewcont .messagebox--inner .imgs figure:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          background: #009E7D;
          border-radius: 2.3076923077vw;
          top: 1.5384615385vw;
          left: 0vw; }
    .interview .interviewcont .messagebox--inner--txt .secttl {
      font-family: "Overpass", sans-serif;
      line-height: 1;
      font-weight: 700;
      font-size: 7.6923076923vw;
      color: #009E7D;
      -webkit-text-stroke-width: 0.2307692308vw;
      -webkit-text-stroke-color: #FFFF00;
      margin-bottom: -2.3076923077vw; }
    .interview .interviewcont .messagebox--inner--txt .ttls {
      font-size: 1.8461538462vw;
      font-weight: 700;
      color: #009E7D;
      padding-bottom: 1.1538461538vw; }
    .interview .interviewcont .messagebox--inner--txt .txts {
      font-size: 1.4615384615vw;
      font-weight: 400;
      text-align: justify;
      width: 63.8461538462vw; }
    .interview .interviewcont .messagebox--inner .obj_3 {
      position: absolute;
      width: 36.9230769231vw;
      right: 0;
      bottom: -15.3846153846vw;
      z-index: 3; }
.interview .interviewcont .offtimebox {
  margin-top: 9.2307692308vw;
  position: relative; }
  .interview .interviewcont .offtimebox:after {
    position: absolute;
    content: "";
    background: #FFFF00;
    width: 100%;
    height: 19.2307692308vw;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .interview .interviewcont .offtimebox--inner {
    width: 78.7692307692vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .interview .interviewcont .offtimebox--inner--txt {
      width: 35.3846153846vw;
      margin-left: 6.1538461538vw; }
      .interview .interviewcont .offtimebox--inner--txt .secttl {
        font-family: "Overpass", sans-serif;
        line-height: 1;
        font-weight: 700;
        font-size: 6.5384615385vw;
        color: #FFFF00;
        -webkit-text-stroke-width: 0.2307692308vw;
        -webkit-text-stroke-color: #009E7D;
        margin-bottom: -0.7692307692vw; }
      .interview .interviewcont .offtimebox--inner--txt .ttls {
        font-size: 1.8461538462vw;
        font-weight: 700;
        color: #009E7D;
        padding-bottom: 1.1538461538vw; }
      .interview .interviewcont .offtimebox--inner--txt .txts {
        color: #009E7D;
        font-size: 1.0769230769vw;
        font-weight: 400;
        text-align: justify; }
    .interview .interviewcont .offtimebox--inner figure {
      width: 34.6153846154vw; }
    .interview .interviewcont .offtimebox--inner .obj_4 {
      position: absolute;
      width: 13.0769230769vw;
      left: -7.6923076923vw;
      top: -2.3076923077vw;
      z-index: 3; }
.interview .container--person {
  width: 100%;
  margin: 5.3846153846vw auto 0;
  position: relative;
  border-bottom: 0.0769230769vw solid #009E7D;
  padding-bottom: 4.6153846154vw; }
  .interview .container--person .obj_5 {
    position: absolute;
    right: -1.5384615385vw;
    top: 8.4615384615vw;
    width: 13.3846153846vw; }
  .interview .container--person .obj_6 {
    position: absolute;
    left: 0;
    bottom: 1.1538461538vw;
    width: 11.2307692308vw; }
  .interview .container--person .baseback--inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3; }
    .interview .container--person .baseback--inner .lead {
      padding-top: 3.8461538462vw;
      width: 100%;
      text-align: center;
      font-family: "Overpass", sans-serif;
      font-size: 8.4615384615vw;
      font-weight: 700;
      line-height: 1;
      color: #009E7D;
      -webkit-text-stroke-width: 0.2307692308vw;
      -webkit-text-stroke-color: #FFFF00;
      position: relative;
      top: -3.0769230769vw;
      margin-bottom: -3.0769230769vw; }
    .interview .container--person .baseback--inner .undertxt {
      width: 100%;
      font-size: 2.2307692308vw;
      font-weight: 500;
      text-align: center;
      color: #009E7D;
      padding-bottom: 2.3076923077vw; }
    .interview .container--person .baseback--inner .box {
      width: 24.3076923077vw;
      margin: 0 1.5384615385vw;
      position: relative; }
      .interview .container--person .baseback--inner .box figure {
        height: 26.9230769231vw;
        border-radius: 2.3076923077vw;
        background: linear-gradient(to right, #1FDF71, #009E7D);
        border: 0.0769230769vw solid #009E7D;
        position: relative; }
        .interview .container--person .baseback--inner .box figure span {
          position: absolute;
          content: "";
          background: #009E7D;
          border-radius: 2.3076923077vw;
          width: 100%;
          height: 108%;
          left: 0;
          z-index: 1; }
          .interview .container--person .baseback--inner .box figure span.on {
            display: none; }
        .interview .container--person .baseback--inner .box figure img {
          position: relative;
          z-index: 2;
          width: 100%;
          border-radius: 2.3076923077vw; }
      .interview .container--person .baseback--inner .box .work {
        position: absolute;
        width: 8.4615384615vw;
        border-radius: 1.1538461538vw;
        border-top-left-radius: 0;
        background: #009E7D;
        text-align: center;
        padding: 1.3846153846vw 0;
        color: #fff;
        font-size: 1.1538461538vw;
        top: 0;
        left: 0;
        z-index: 3; }
        .interview .container--person .baseback--inner .box .work.cl_1 {
          background: #1FDF71; }
      .interview .container--person .baseback--inner .box dl {
        position: relative;
        z-index: 2;
        color: #009E7D;
        top: -0.7692307692vw; }
        .interview .container--person .baseback--inner .box dl:after {
          position: absolute;
          content: "";
          background: url("../images/common/arrow_1.svg") no-repeat center/cover;
          width: 3vw;
          height: 3vw;
          right: 0;
          bottom: 2.3076923077vw; }
        .interview .container--person .baseback--inner .box dl dt {
          position: relative;
          line-height: 1;
          font-size: 4.6153846154vw;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          margin-top: -1.5384615385vw;
          margin-bottom: -0.3846153846vw;
          color: #009E7D;
          -webkit-text-stroke-width: 0.3846153846vw;
          -webkit-text-stroke-color: #009E7D; }
          .interview .container--person .baseback--inner .box dl dt span {
            width: 100%;
            left: 0;
            position: absolute;
            z-index: 2;
            color: #fff;
            -webkit-text-stroke-width: 0vw; }
        .interview .container--person .baseback--inner .box dl dd {
          font-size: 1vw;
          font-weight: 500;
          margin-top: 0.7692307692vw; }

@media screen and (max-width: 767px) {
  .faq .container {
    margin-top: 10vw; }
    .faq .container .anchor {
      display: flex;
      justify-content: center; }
      .faq .container .anchor li {
        width: 96%;
        margin: 0 2.6666666667vw;
        font-size: 3.4666666667vw;
        border-radius: 1.3333333333vw; }
        .faq .container .anchor li:after {
          bottom: -3.7333333333vw/2;
          margin-left: -1.0666666667vw;
          border-right: 2.1333333333vw solid transparent;
          border-left: 2.1333333333vw solid transparent;
          border-top: 2.1333333333vw solid #009E7D; }
        .faq .container .anchor li a {
          padding: 4vw 0; }
    .faq .container--contents {
      width: 96%;
      margin: 10vw auto 0;
      border-radius: 4vw;
      border: 0.2666666667vw #009E7D solid; }
      .faq .container--contents--inner {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 6.6666666667vw; }
        .faq .container--contents--inner .lead {
          border: 0.2666666667vw #009E7D solid;
          font-size: 4vw;
          padding: 2.6666666667vw 0;
          margin-bottom: 1.3333333333vw; }
        .faq .container--contents--inner .faq {
          width: 100%;
          margin: 6.6666666667vw auto 0; }
          .faq .container--contents--inner .faq--box .toggletext {
            border-radius: 5.3333333333vw; }
            .faq .container--contents--inner .faq--box .toggletext:before {
              width: 2.6666666667vw;
              border-top: 0.2666666667vw solid #009E7D;
              margin-top: -0.0666666667vw;
              right: 4vw; }
            .faq .container--contents--inner .faq--box .toggletext:after {
              height: 2.6666666667vw;
              border-right: 0.2666666667vw solid #009E7D;
              margin-top: -1.3333333333vw;
              right: 5.3333333333vw; }
            .faq .container--contents--inner .faq--box .toggletext dt {
              font-size: 3.7333333333vw;
              border: #009E7D 0.2666666667vw solid;
              border-radius: 5.3333333333vw;
              width: 10.6666666667vw;
              height: 10.6666666667vw;
              padding-top: 2.1333333333vw; }
            .faq .container--contents--inner .faq--box .toggletext dd {
              width: 80vw;
              height: 10.6666666667vw;
              font-size: 3.4666666667vw;
              line-height: 1.4;
              padding-left: 3.3333333333vw;
              padding-right: 13.3333333333vw; }
              .faq .container--contents--inner .faq--box .toggletext dd:after {
                width: 10.6666666667vw;
                height: 10.6666666667vw;
                top: -0.2666666667vw;
                border-bottom-right-radius: 5.3333333333vw;
                border-top-right-radius: 5.3333333333vw;
                border: 0.2666666667vw #009E7D solid; }
          .faq .container--contents--inner .faq--box .ansewer {
            margin-top: 5.3333333333vw;
            border-radius: 4vw;
            position: relative; }
            .faq .container--contents--inner .faq--box .ansewer:before {
              font-size: 3.7333333333vw;
              width: 8vw;
              height: 8vw; }
            .faq .container--contents--inner .faq--box .ansewer--flex {
              display: flex;
              justify-content: center;
              padding: 4vw 0;
              display: block; }
              .faq .container--contents--inner .faq--box .ansewer--flex--box {
                width: 100%;
                padding: 0 8vw;
                font-size: 3.2vw; }
                .faq .container--contents--inner .faq--box .ansewer--flex--box figure {
                  width: 21.3333333333vw;
                  margin: 2.6666666667vw auto; }
                .faq .container--contents--inner .faq--box .ansewer--flex--box:nth-child(2) {
                  border-left: none;
                  border-right: none;
                  border-top: 0.0769230769vw solid #F8B73D;
                  border-bottom: 0.0769230769vw solid #F8B73D;
                  margin: 4vw 0;
                  padding: 4vw; }
            .faq .container--contents--inner .faq--box .ansewer--box {
              padding: 4vw 2.6666666667vw 4vw 10.6666666667vw; }
              .faq .container--contents--inner .faq--box .ansewer--box p {
                font-size: 3.2vw; }

  .support .kv--base--inner .kvobject .left_obj {
    width: 23.2533333333vw;
    top: 36.2666666667vw;
    left: 2.1333333333vw; }
  .support .kv--base--inner .kvobject .center_obj {
    width: 23.4666666667vw;
    top: 21.3333333333vw;
    right: 8vw; }
  .support .kv--base--inner .kvobject .right_obj {
    width: 14.08vw;
    bottom: 29.3333333333vw;
    right: 5.8666666667vw; }
  .support .container {
    margin-top: 16vw; }
    .support .container--contents--inner {
      width: 96%;
      margin: 0 auto;
      padding-bottom: 3.8461538462vw; }
      .support .container--contents--inner .lead {
        width: 100%;
        font-size: 4vw; }
        .support .container--contents--inner .lead br {
          display: none; }
        .support .container--contents--inner .lead span {
          padding: 2.6666666667vw 0;
          border-radius: 5.3333333333vw;
          border: 0.2666666667vw #1FDF71 solid; }
        .support .container--contents--inner .lead:after {
          border-radius: 5.3333333333vw;
          border: 0.2666666667vw #1FDF71 solid;
          top: 1.0666666667vw; }
        .support .container--contents--inner .lead.cl span {
          background: #009E7D;
          border: 0.0769230769vw #009E7D solid; }
        .support .container--contents--inner .lead.cl:after {
          border: 0.0769230769vw #009E7D solid; }
      .support .container--contents--inner .price h5 {
        font-size: 3.7333333333vw;
        padding: 9.3333333333vw 0 3.3333333333vw; }
      .support .container--contents--inner .price--box {
        width: 100%;
        margin: 0 auto 3.3333333333vw;
        padding: 0 5.3333333333vw;
        flex-wrap: wrap;
        padding-bottom: 3.3333333333vw; }
        .support .container--contents--inner .price--box.border {
          border-bottom: 0.2666666667vw solid #1FDF71; }
        .support .container--contents--inner .price--box figure {
          width: 18.6666666667vw; }
        .support .container--contents--inner .price--box div {
          width: 61.3333333333vw; }
          .support .container--contents--inner .price--box div dl {
            display: block;
            font-size: 3.7333333333vw; }
          .support .container--contents--inner .price--box div ul {
            display: block;
            font-size: 3.2vw;
            padding-top: 1.3333333333vw; }
      .support .container--contents--inner .supcontents {
        width: 100%;
        margin: 5.3333333333vw auto; }
        .support .container--contents--inner .supcontents:before {
          position: absolute;
          content: none;
          height: 103%;
          border-left: 0.2666666667vw solid #1FDF71;
          left: 50%;
          top: 6.6666666667vw; }
        .support .container--contents--inner .supcontents .box {
          width: 90%;
          margin: 0 auto;
          padding: 4vw 3.3333333333vw;
          border-bottom: 0.2666666667vw solid #1FDF71; }
          .support .container--contents--inner .supcontents .box h5 {
            width: 90%;
            font-size: 3.7333333333vw;
            padding-bottom: 1.3333333333vw;
            border-bottom: 0.4vw solid #009E7D; }
          .support .container--contents--inner .supcontents .box figure {
            width: 80%;
            margin: 3.3333333333vw auto;
            border-radius: 4vw;
            border: 0.2666666667vw solid #1FDF71; }
          .support .container--contents--inner .supcontents .box p {
            font-size: 3.2vw; }
          .support .container--contents--inner .supcontents .box ul {
            font-size: 3.2vw; }
            .support .container--contents--inner .supcontents .box ul li {
              padding-left: 4.8vw; }
              .support .container--contents--inner .supcontents .box ul li:before {
                width: 3.4666666667vw;
                height: 3.4666666667vw;
                border-radius: 1.8666666667vw;
                top: 1.0666666667vw; }
              .support .container--contents--inner .supcontents .box ul li span {
                display: block;
                font-size: 2.6666666667vw; }
      .support .container--contents--inner .other {
        width: 96%;
        margin: 13.3333333333vw auto 0;
        border-radius: 2vw;
        padding: 2.6666666667vw 0;
        display: block; }
        .support .container--contents--inner .other dt {
          width: 94%;
          margin: 0 auto;
          font-size: 3.7333333333vw;
          padding: 2.6666666667vw 0;
          border-right: none;
          border-bottom: 0.2666666667vw solid #fff; }
        .support .container--contents--inner .other dd {
          width: 92%;
          margin: 0 auto;
          font-size: 3.4666666667vw;
          padding: 2.6666666667vw; }

  .work .kv--base--inner .kvobject .left_obj {
    width: 23.2533333333vw;
    top: 36.2666666667vw;
    left: 2.1333333333vw; }
  .work .kv--base--inner .kvobject .center_obj {
    width: 23.4666666667vw;
    top: 21.3333333333vw;
    right: 8vw; }
  .work .kv--base--inner .kvobject .right_obj {
    width: 14.08vw;
    bottom: 34.6666666667vw;
    right: 5.8666666667vw; }
  .work .container {
    margin-top: 16vw; }
    .work .container--contents--inner {
      padding-bottom: 6.6666666667vw; }
      .work .container--contents--inner .lead {
        width: 96%;
        margin: 0 auto;
        font-size: 4vw; }
        .work .container--contents--inner .lead span {
          padding: 2.6666666667vw 0;
          border-radius: 5.3333333333vw;
          border: 0.2666666667vw; }
        .work .container--contents--inner .lead:after {
          border-radius: 5.3333333333vw;
          border: 0.2666666667vw;
          top: 1.0666666667vw; }
      .work .container--contents--inner .workcontents {
        position: relative; }
        .work .container--contents--inner .workcontents:after {
          height: 38vw;
          top: 20vw; }
        .work .container--contents--inner .workcontents h5 {
          width: 96%;
          font-size: 4.5333333333vw;
          padding: 9.3333333333vw 0s 0.3846153846vw; }
          .work .container--contents--inner .workcontents h5 span {
            width: 49.7777777778vw;
            margin: 0 auto 2.6666666667vw; }
          .work .container--contents--inner .workcontents h5 small {
            font-size: 4vw; }
        .work .container--contents--inner .workcontents--box {
          width: 96%;
          margin: 5.3333333333vw auto 3.3333333333vw;
          padding: 0 0vw;
          padding-bottom: 3.3333333333vw; }
          .work .container--contents--inner .workcontents--box div {
            width: 90%;
            margin: 0 3.7333333333vw; }
            .work .container--contents--inner .workcontents--box div:last-child {
              margin-top: 5.3333333333vw; }
            .work .container--contents--inner .workcontents--box div figure {
              width: 90%;
              border-radius: 4vw;
              border: 0.2666666667vw solid #1FDF71; }
            .work .container--contents--inner .workcontents--box div .txts dt {
              font-size: 4vw;
              padding: 3.3333333333vw 0; }
            .work .container--contents--inner .workcontents--box div .txts dd {
              font-size: 3.2vw;
              text-align: justify; }
            .work .container--contents--inner .workcontents--box div .point {
              border-radius: 2vw;
              border: 0.2666666667vw solid #009E7D;
              margin-top: 4vw; }
              .work .container--contents--inner .workcontents--box div .point dt {
                width: 29.3333333333vw;
                height: 38.6666666667vw;
                border-radius: 2vw;
                padding: 0vw 2.6666666667vw;
                padding-top: 0vw; }
              .work .container--contents--inner .workcontents--box div .point dd {
                width: 72vw;
                padding: 2.6666666667vw;
                font-size: 3.2vw; }
                .work .container--contents--inner .workcontents--box div .point dd li {
                  padding-left: 3.2vw; }
                  .work .container--contents--inner .workcontents--box div .point dd li:before {
                    font-size: 3.2vw; }
    .work .container--person {
      width: 96%;
      margin: 9.3333333333vw auto 0;
      border-radius: 4vw; }
      .work .container--person:after {
        border-radius: 4vw;
        top: 4vw; }
      .work .container--person .baseback {
        border-radius: 4vw;
        padding-bottom: 2.6666666667vw;
        border: 0.2666666667vw #009E7D solid; }
        .work .container--person .baseback:after {
          border-radius: 4vw; }
        .work .container--person .baseback--inner .lead {
          width: 100%;
          font-size: 13.3333333333vw;
          -webkit-text-stroke-width: 0.4vw;
          top: -5.3333333333vw;
          margin-bottom: -8vw; }
        .work .container--person .baseback--inner .undertxt {
          width: 100%;
          font-size: 4.2666666667vw;
          padding-bottom: 4vw; }
        .work .container--person .baseback--inner .box {
          width: 46%;
          margin: 3% 2%;
          position: relative; }
          .work .container--person .baseback--inner .box a figure {
            height: 50.6666666667vw;
            border-radius: 4vw;
            border: 0.2666666667vw solid #009E7D; }
            .work .container--person .baseback--inner .box a figure span {
              border-radius: 4vw;
              height: 110%; }
            .work .container--person .baseback--inner .box a figure img {
              border-radius: 4vw; }
          .work .container--person .baseback--inner .box a .work {
            position: absolute;
            width: 21.3333333333vw;
            border-radius: 2vw;
            padding: 2.4vw 0;
            font-size: 3.2vw; }
          .work .container--person .baseback--inner .box a dl {
            top: -1.3333333333vw; }
            .work .container--person .baseback--inner .box a dl:after {
              width: 6.6666666667vw;
              height: 6.6666666667vw;
              right: 0;
              bottom: 8vw; }
            .work .container--person .baseback--inner .box a dl dt {
              font-size: 8vw;
              margin-top: -2.6666666667vw;
              margin-bottom: -1.3333333333vw;
              -webkit-text-stroke-width: 0.8vw; }
            .work .container--person .baseback--inner .box a dl dd {
              font-size: 3.4666666667vw;
              margin-top: 2.6666666667vw; }
          .work .container--person .baseback--inner .box a:hover {
            transition: none; }
            .work .container--person .baseback--inner .box a:hover figure span {
              border-radius: 4vw;
              height: 110%; }

  .join .kv--base--inner .kvobject .left_obj {
    width: 23.2533333333vw;
    top: 36.2666666667vw;
    left: 2.1333333333vw; }
  .join .kv--base--inner .kvobject .center_obj {
    width: 23.4666666667vw;
    top: 21.3333333333vw;
    right: 8vw; }
  .join .kv--base--inner .kvobject .right_obj {
    width: 23.4666666667vw;
    bottom: 29.3333333333vw;
    right: 5.8666666667vw; }
  .join .tab-menu {
    margin-top: 16vw; }
    .join .tab-menu li {
      width: 47%;
      margin: 0 1.5%;
      font-size: 3.2vw;
      border-radius: 1.3333333333vw;
      padding: 4vw 0; }
      .join .tab-menu li:after {
        bottom: -1.8666666667vw;
        margin-left: -1.0666666667vw;
        border-right: 2.1333333333vw solid transparent;
        border-left: 2.1333333333vw solid transparent;
        border-top: 2.1333333333vw solid #BDCCD1; }
      .join .tab-menu li:first-child.active {
        background: #109778; }
        .join .tab-menu li:first-child.active:after {
          border-top: 2.1333333333vw solid #109778; }
      .join .tab-menu li:last-child.active {
        background: #109778; }
        .join .tab-menu li:last-child.active:after {
          border-top: 2.1333333333vw solid #109778; }
  .join .tab-content {
    display: none; }
    .join .tab-content.active {
      display: block; }
  .join .container {
    margin-top: 16vw; }
    .join .container--joincontents .lead {
      width: 96%;
      margin: 0 auto;
      font-size: 4vw; }
      .join .container--joincontents .lead span {
        padding: 2.6666666667vw 0;
        border-radius: 5.3333333333vw;
        border: 0.2666666667vw #1FDF71 solid; }
      .join .container--joincontents .lead:after {
        border-radius: 5.3333333333vw;
        border: 0.2666666667vw #1FDF71 solid;
        top: 1.0666666667vw; }
    .join .container--joincontents--flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 96%;
      margin: 5.3333333333vw auto 8vw; }
      .join .container--joincontents--flex dl {
        width: 90%;
        margin: 0 auto; }
        .join .container--joincontents--flex dl dt {
          font-size: 4vw;
          margin-bottom: 4vw; }
          .join .container--joincontents--flex dl dt span {
            border-bottom: 1.0666666667vw solid #000;
            padding-bottom: 1.3333333333vw; }
        .join .container--joincontents--flex dl dd {
          font-size: 3.4666666667vw; }
      .join .container--joincontents--flex figure {
        width: 90%;
        margin: 4vw auto 0;
        border: 0.2666666667vw solid #009E7D;
        border-radius: 2.6666666667vw; }
    .join .container--joincontents--box {
      width: 96%;
      margin: 5.3333333333vw auto 0; }
      .join .container--joincontents--box dl {
        width: 90%;
        margin: 0 auto;
        padding-top: 4vw; }
        .join .container--joincontents--box dl dt {
          font-size: 4vw;
          margin-bottom: 4vw; }
          .join .container--joincontents--box dl dt span {
            border-bottom: 1.0666666667vw solid #000;
            padding-bottom: 1.3333333333vw; }
        .join .container--joincontents--box dl dd {
          font-size: 3.4666666667vw; }
      .join .container--joincontents--box .textunder {
        font-size: 3.7333333333vw;
        padding: 3.3333333333vw 0;
        border-bottom: 0.2666666667vw solid #009E7D; }
        .join .container--joincontents--box .textunder br {
          display: none; }
    .join .container--contents {
      width: 96%;
      margin: 10vw auto 0;
      border-radius: 4vw;
      border: 0.2666666667vw #009E7D solid; }
      .join .container--contents.edu {
        background: linear-gradient(to right, #F2F2F2, #B3B3B3 75%);
        border: 0.0769230769vw #192D80 solid; }
      .join .container--contents--inner {
        padding-bottom: 10vw; }
        .join .container--contents--inner .lead {
          border: 0.2666666667vw #009E7D solid;
          font-size: 4vw;
          padding: 2.6666666667vw 0;
          margin-bottom: 1.3333333333vw; }
          .join .container--contents--inner .lead.edu {
            border: 0.2666666667vw #192D80 solid; }
        .join .container--contents--inner .joins {
          width: 96%;
          margin: 0 auto;
          flex-wrap: wrap; }
          .join .container--contents--inner .joins .bottomobj {
            position: absolute;
            width: 42.6666666667vw;
            right: 1.3333333333vw;
            bottom: -21.3333333333vw;
            z-index: 2; }
          .join .container--contents--inner .joins--left {
            width: 100%; }
            .join .container--contents--inner .joins--left dl {
              display: flex;
              justify-content: space-between;
              align-items: center;
              position: relative;
              height: auto;
              border-bottom: 0.2666666667vw solid #fff; }
              .join .container--contents--inner .joins--left dl:nth-child(1) {
                margin-top: 0vw; }
              .join .container--contents--inner .joins--left dl:nth-child(2) {
                margin-top: 0vw; }
              .join .container--contents--inner .joins--left dl:nth-child(3) {
                margin-top: 0vw; }
              .join .container--contents--inner .joins--left dl:nth-child(4) {
                margin-top: 0vw; }
              .join .container--contents--inner .joins--left dl dt {
                width: 26.6666666667vw; }
              .join .container--contents--inner .joins--left dl dd {
                width: 61.3333333333vw;
                margin: 0;
                padding: 5.3333333333vw 0;
                border-bottom: none;
                font-size: 2.9333333333vw; }
          .join .container--contents--inner .joins--right {
            width: 100%;
            margin-top: 5.3333333333vw;
            display: flex;
            justify-content: center;
            align-items: flex-start; }
            .join .container--contents--inner .joins--right figure {
              width: 46%;
              margin: 0 2%;
              border-radius: 4vw; }
              .join .container--contents--inner .joins--right figure:nth-child(2) {
                margin-top: 0vw; }
      .join .container--contents .joinsedu {
        margin: 0 auto; }
        .join .container--contents .joinsedu--top h5 {
          font-size: 4vw;
          padding: 3.3333333333vw 0;
          margin: 0 6.6666666667vw; }
        .join .container--contents .joinsedu--top .txt {
          font-size: 3.2vw;
          margin: 0 6.6666666667vw; }
        .join .container--contents .joinsedu--top .eduslideare {
          margin: 5.3333333333vw 0; }
          .join .container--contents .joinsedu--top .eduslideare p {
            padding: 0 2.6666666667vw;
            border-radius: 4vw;
            overflow: hidden; }
          .join .container--contents .joinsedu--top .eduslideare img {
            border-radius: 4vw;
            overflow: hidden; }
        .join .container--contents .joinsedu--top .slick-center img {
          border-radius: 4vw;
          overflow: hidden; }
        .join .container--contents .joinsedu .middletxt {
          font-size: 4.2666666667vw;
          font-weight: 700;
          color: #192D80;
          border-radius: 5.3333333333vw;
          background: #fff;
          border: 0.5333333333vw solid #192D80;
          text-align: center;
          padding: 1.3333333333vw 0;
          margin: 5.3333333333vw 6.6666666667vw; }
        .join .container--contents .joinsedu--under {
          display: flex;
          flex-wrap: wrap; }
          .join .container--contents .joinsedu--under figure {
            order: 1;
            padding: 4vw 0; }
          .join .container--contents .joinsedu--under .bottom {
            border-bottom: none; }
          .join .container--contents .joinsedu--under .top {
            border-top: none;
            border-bottom: none; }
          .join .container--contents .joinsedu--under--box {
            display: flex;
            justify-content: center;
            flex-wrap: wrap; }
            .join .container--contents .joinsedu--under--box:first-child {
              order: 2; }
            .join .container--contents .joinsedu--under--box:last-child {
              order: 3; }
            .join .container--contents .joinsedu--under--box .boxcont {
              width: 96%;
              padding: 4.6666666667vw;
              border-bottom: 0.2666666667vw solid #192D80; }
              .join .container--contents .joinsedu--under--box .boxcont .ttls {
                font-size: 4.2666666667vw;
                padding: 2vw 0; }
              .join .container--contents .joinsedu--under--box .boxcont dl dt {
                padding-bottom: 2vw; }
                .join .container--contents .joinsedu--under--box .boxcont dl dt img {
                  border-radius: 3.3333333333vw;
                  border: 0.2666666667vw solid #fff;
                  overflow: hidden; }
              .join .container--contents .joinsedu--under--box .boxcont dl dd {
                font-size: 3.4666666667vw;
                line-height: 2;
                font-weight: 500;
                padding-bottom: 2.6666666667vw;
                text-align: justify; }
              .join .container--contents .joinsedu--under--box .boxcont:nth-child(2) {
                border-right: none;
                border-left: none; }

  .message .messagekv {
    margin: 0 4vw;
    position: relative; }
    .message .messagekv .bkimg {
      width: 100%; }
      .message .messagekv .bkimg img {
        width: 180%;
        margin-left: -40%; }
    .message .messagekv--inner {
      position: absolute;
      width: 100%;
      height: 93.3333333333vw;
      top: 0;
      left: 0;
      text-align: center; }
      .message .messagekv--inner h2 {
        font-size: 4.2666666667vw;
        padding-top: 13.3333333333vw;
        padding-bottom: 2.6666666667vw;
        margin-bottom: 2vw;
        line-height: 1.4; }
        .message .messagekv--inner h2:after {
          width: 4vw;
          height: 0.5333333333vw;
          margin-left: -2vw; }
        .message .messagekv--inner h2 span {
          font-size: 3.7333333333vw; }
      .message .messagekv--inner .txt {
        font-size: 3.4666666667vw;
        line-height: 2;
        font-weight: 500; }
  .message .messagecont {
    margin-top: 0vw; }
    .message .messagecont--contents .lead {
      width: 96%;
      font-size: 3.7333333333vw;
      margin-top: -5.3333333333vw;
      margin-bottom: 5.3333333333vw; }
      .message .messagecont--contents .lead span {
        padding: 2.6666666667vw 0;
        border-radius: 5.3333333333vw;
        border: 0.2666666667vw; }
      .message .messagecont--contents .lead:after {
        border: 0.2666666667vw;
        border-radius: 5.3333333333vw;
        top: 1.0666666667vw; }
    .message .messagecont--contents--inner {
      width: 96%;
      margin: 0 auto;
      padding-bottom: 6.6666666667vw; }
      .message .messagecont--contents--inner .box {
        padding: 9.3333333333vw 5.3333333333vw 4vw;
        border-bottom: 0.2666666667vw solid #ccc;
        flex-wrap: wrap; }
        .message .messagecont--contents--inner .box .imgsarea {
          width: 100%;
          position: relative;
          margin: 0 auto; }
          .message .messagecont--contents--inner .box .imgsarea dl {
            width: 13.3333333333vw;
            height: 13.3333333333vw;
            top: -6.6666666667vw;
            left: -6.6666666667vw;
            border-radius: 6.6666666667vw;
            border: 0.2666666667vw #fff solid; }
            .message .messagecont--contents--inner .box .imgsarea dl dt {
              font-size: 2.6666666667vw; }
            .message .messagecont--contents--inner .box .imgsarea dl dd {
              font-size: 4.8vw; }
          .message .messagecont--contents--inner .box .imgsarea figure {
            border-radius: 4vw;
            border: 0.2666666667vw #f2f2f2 solid; }
        .message .messagecont--contents--inner .box .txtarea {
          width: 100%; }
          .message .messagecont--contents--inner .box .txtarea h5 {
            font-size: 4vw;
            padding: 2.6666666667vw 0 2vw; }
            .message .messagecont--contents--inner .box .txtarea h5 a:after {
              width: 2.6666666667vw;
              height: 2.6666666667vw;
              margin-top: -1.6vw;
              border-top: 0.5333333333vw;
              border-right: 0.5333333333vw; }
          .message .messagecont--contents--inner .box .txtarea .txt {
            font-size: 3.4666666667vw; }
            .message .messagecont--contents--inner .box .txtarea .txt.border_b {
              padding-bottom: vsw(8/2);
              border-bottom: 0.1333333333vw dashed #ccc;
              margin-bottom: -0.4vw; }
          .message .messagecont--contents--inner .box .txtarea ul {
            margin-top: 1.3333333333vw; }
            .message .messagecont--contents--inner .box .txtarea ul li {
              font-size: 3.4666666667vw;
              padding-left: 4.8vw;
              border-bottom: 0.2666666667vw dashed #ccc;
              padding: 1.3333333333vw 0vw 1.3333333333vw 4.8vw; }
              .message .messagecont--contents--inner .box .txtarea ul li:after {
                font-size: 3.4666666667vw;
                top: 1.8666666667vw; }
              .message .messagecont--contents--inner .box .txtarea ul li:last-child {
                border-bottom: none; }

  .about .kv--base--inner .kvobject .left_obj {
    width: 23.2533333333vw;
    top: 42.6666666667vw;
    left: 2.1333333333vw; }
  .about .kv--base--inner .kvobject .center_obj {
    width: 23.4666666667vw;
    top: 16vw;
    right: 8vw; }
  .about .kv--base--inner .kvobject .right_obj {
    width: 17.6vw;
    bottom: 34.6666666667vw;
    right: 5.8666666667vw; }
  .about .container {
    margin-top: 16vw; }
    .about .container--contents--inner {
      width: 96%;
      padding-bottom: 6.6666666667vw; }
      .about .container--contents--inner .lead {
        width: 100%;
        font-size: 2vw; }
        .about .container--contents--inner .lead span {
          font-size: 4vw;
          padding: 2.6666666667vw 0;
          border: 0.2666666667vw; }
        .about .container--contents--inner .lead:after {
          border: 0.2666666667vw;
          border-radius: 5.3333333333vw;
          top: 2.1333333333vw; }
        .about .container--contents--inner .lead.cl span {
          border: 0.2666666667vw; }
        .about .container--contents--inner .lead.cl:after {
          border: 0.2666666667vw; }
        .about .container--contents--inner .lead.mt {
          margin-top: 16vw; }
      .about .container--contents--inner .supcontents {
        width: 100%;
        margin: 5.3333333333vw auto; }
        .about .container--contents--inner .supcontents:before {
          position: absolute;
          content: none;
          height: 103%;
          border-left: 0.2666666667vw solid #1FDF71;
          left: 50%;
          top: 6.6666666667vw; }
        .about .container--contents--inner .supcontents .box {
          width: 90%;
          margin: 0 auto;
          padding: 4vw 3.3333333333vw;
          border-bottom: 0.2666666667vw solid #1FDF71; }
          .about .container--contents--inner .supcontents .box h5 {
            width: 90%;
            font-size: 3.7333333333vw;
            padding-bottom: 1.3333333333vw;
            border-bottom: 0.4vw solid #009E7D; }
          .about .container--contents--inner .supcontents .box figure {
            width: 80%;
            margin: 3.3333333333vw auto;
            border-radius: 4vw;
            border: 0.2666666667vw solid #1FDF71; }
          .about .container--contents--inner .supcontents .box p {
            font-size: 3.2vw; }
          .about .container--contents--inner .supcontents .box ul {
            font-size: 3.2vw; }
            .about .container--contents--inner .supcontents .box ul li {
              padding-left: 4.8vw; }
              .about .container--contents--inner .supcontents .box ul li:before {
                width: 3.4666666667vw;
                height: 3.4666666667vw;
                border-radius: 1.8666666667vw;
                top: 1.0666666667vw; }
              .about .container--contents--inner .supcontents .box ul li span {
                display: block;
                font-size: 2.6666666667vw; }
    .about .container--contents--aboutcont {
      width: 96%;
      margin: 6vw auto 0;
      border-radius: 4vw;
      border: 0.2666666667vw; }
      .about .container--contents--aboutcont--inner {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 6.6666666667vw; }
        .about .container--contents--aboutcont--inner .lead {
          border: 0.2666666667vw #009E7D solid;
          font-size: 4vw;
          padding: 2.6666666667vw 0;
          margin-bottom: 1.3333333333vw; }
        .about .container--contents--aboutcont--inner .continner {
          width: 100%;
          margin: 6.1538461538vw auto 0;
          position: relative;
          padding: 0vw 0.7692307692vw;
          padding-bottom: 3.0769230769vw;
          border-bottom: 0.0769230769vw solid #009E7D;
          z-index: 2; }
          .about .container--contents--aboutcont--inner .continner .box {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap; }
            .about .container--contents--aboutcont--inner .continner .box .img {
              width: 100%;
              margin: 0 auto;
              position: relative; }
              .about .container--contents--aboutcont--inner .continner .box .img:after {
                width: 43.4666666667vw;
                height: 30vw;
                border-radius: 4vw;
                border: 0.2666666667vw;
                background: #FFFF00;
                top: 1.3333333333vw; }
              .about .container--contents--aboutcont--inner .continner .box .img dl {
                right: -5.3333333333vw;
                top: -5.3333333333vw;
                width: 16vw;
                height: 16vw;
                border-radius: 8vw;
                border: 0.2666666667vw; }
                .about .container--contents--aboutcont--inner .continner .box .img dl dt {
                  font-size: 2.6666666667vw; }
                .about .container--contents--aboutcont--inner .continner .box .img dl dd {
                  font-size: 5.3333333333vw; }
              .about .container--contents--aboutcont--inner .continner .box .img figure {
                width: 100%;
                border-radius: 4vw; }
            .about .container--contents--aboutcont--inner .continner .box .txt {
              width: 77.3333333333vw;
              position: relative;
              margin-left: 0vw;
              margin-top: 5.3333333333vw; }
              .about .container--contents--aboutcont--inner .continner .box .txt dl dt {
                font-size: 4.5333333333vw; }
                .about .container--contents--aboutcont--inner .continner .box .txt dl dt span {
                  font-size: 3.7333333333vw; }
              .about .container--contents--aboutcont--inner .continner .box .txt dl dd {
                font-size: 3.4666666667vw;
                line-height: 1.6;
                color: #fff;
                text-align: justify; }
            .about .container--contents--aboutcont--inner .continner .box .btns {
              width: 9.3333333333vw;
              height: 9.3333333333vw;
              border-radius: 4.6666666667vw;
              margin-right: -4vw; }
              .about .container--contents--aboutcont--inner .continner .box .btns:before {
                width: 2.6666666667vw;
                border-top: 0.2666666667vw solid #009E7D;
                margin-left: -1.3333333333vw; }
              .about .container--contents--aboutcont--inner .continner .box .btns:after {
                height: 2.6666666667vw;
                border-right: 0.2666666667vw solid #009E7D;
                margin-top: -1.3333333333vw; }
      .about .container--contents--aboutcont .toggleinner {
        margin-top: 8vw;
        background: #fff;
        border-radius: 4vw;
        padding: 6.6666666667vw; }
        .about .container--contents--aboutcont .toggleinner--cont.mt {
          margin-top: 4vw; }
        .about .container--contents--aboutcont .toggleinner--cont h4 {
          font-size: 6.4vw; }
        .about .container--contents--aboutcont .toggleinner--cont h5 {
          font-size: 3.7333333333vw;
          padding: 1.0666666667vw 0;
          border-radius: 4vw;
          margin-bottom: 2.6666666667vw; }
        .about .container--contents--aboutcont .toggleinner--cont .txt {
          font-size: 3.4666666667vw; }
        .about .container--contents--aboutcont .toggleinner--cont--flex {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-top: 2.3076923077vw; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea {
            width: 48%; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox {
              margin-top: 2.6666666667vw; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox:after, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox:after {
                content: none; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox:before, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox:before {
                content: none; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox .tabeleline, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox .tabeleline {
                display: none; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox .vertline, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox .vertline {
                display: none; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox figure, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox figure {
                width: 100%;
                margin: 0 auto;
                position: relative;
                margin-bottom: 2.6666666667vw; }
                .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox figure:after, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox figure:after {
                  border-radius: 4vw;
                  top: 1.3333333333vw; }
                .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox figure img, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox figure img {
                  border: 0.2666666667vw;
                  border-radius: 4vw; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox dl, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox dl {
                margin-top: 2.6666666667vw; }
                .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox dl dt, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox dl dt {
                  font-size: 3.7333333333vw;
                  padding-bottom: 2.6666666667vw;
                  text-align: center; }
                  .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox dl dt span, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox dl dt span {
                    display: inline; }
                .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox dl dd, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox dl dd {
                  font-size: 2.9333333333vw; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.left_1, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox.left_1 {
                width: 100%;
                margin-top: 100%;
                position: relative;
                z-index: 2; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea.spwid, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea.spwid {
              width: 100%;
              display: flex;
              justify-content: space-between; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea.spwid .contsbox, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea.spwid .contsbox {
                width: 48%; }
                .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea.spwid .contsbox.left_1, .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea.spwid .contsbox.left_1 {
                  width: 48%;
                  margin: 2% 26%;
                  position: relative;
                  z-index: 2; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .middle {
            width: 100%;
            order: 1; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .middle.wid {
              width: 100%;
              margin-left: auto;
              margin-top: 5.3333333333vw;
              margin-right: auto; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea {
            order: 2; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox {
              padding-right: 0vw;
              border-right: none; }
              .about .container--contents--aboutcont .toggleinner--cont--flex .leftarea .contsbox.left_1 {
                margin-top: 2.6666666667vw;
                padding-right: 0;
                border-top: none;
                border-right: none;
                padding-top: 0; }
          .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea {
            order: 3; }
            .about .container--contents--aboutcont .toggleinner--cont--flex .rightarea .contsbox {
              padding-left: 0vw;
              border-left: none; }
        .about .container--contents--aboutcont .toggleinner--cont--all {
          order: 3;
          margin-top: 6.6666666667vw;
          flex-wrap: wrap; }
          .about .container--contents--aboutcont .toggleinner--cont--all .oplead {
            width: 100%;
            font-size: 3.7333333333vw;
            margin-bottom: 2.6666666667vw; }
            .about .container--contents--aboutcont .toggleinner--cont--all .oplead span {
              padding: 0 2vw; }
            .about .container--contents--aboutcont .toggleinner--cont--all .oplead:after {
              border-top: 0.2666666667vw; }
          .about .container--contents--aboutcont .toggleinner--cont--all .boxs {
            width: 100%;
            margin: 0 2vw;
            margin-top: 3.3333333333vw; }
            .about .container--contents--aboutcont .toggleinner--cont--all .boxs dt {
              font-size: 3.7333333333vw;
              border-radius: 4vw;
              padding: 1.0666666667vw 0; }
            .about .container--contents--aboutcont .toggleinner--cont--all .boxs:last-child {
              margin-top: 4vw; }

  .top .kv--rtop .slidearea {
    padding: 0 2.3076923077vw;
    display: flex;
    flex-wrap: wrap;
    height: 133.3333333333vw;
    overflow: hidden;
    padding-bottom: 8vw; }
    .top .kv--rtop .slidearea .slider {
      width: 100%;
      height: 66.6666666667vw;
      object-fit: cover; }
      .top .kv--rtop .slidearea .slider img {
        width: 100%; }
  .top .kv--rtop h2 {
    position: absolute;
    width: 80vw;
    left: 50%;
    margin-left: -40vw;
    z-index: 10;
    top: 48vw; }
  .top .kv--rtop--under {
    width: 90%;
    margin: 0 auto;
    margin-top: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .top .kv--rtop--under figure {
      width: 60%;
      margin: 0 auto; }
    .top .kv--rtop--under h3 {
      width: 100%;
      font-size: 4vw;
      text-align: center; }
  .top .container {
    margin-top: 16vw; }
    .top .container--contents p.obj {
      position: absolute; }
      .top .container--contents p.obj.obj_1 {
        width: 19.6vw;
        left: 12.6666666667vw;
        top: -10vw; }
      .top .container--contents p.obj.obj_2 {
        width: 16vw;
        right: 0;
        top: 5.3333333333vw; }
      .top .container--contents p.obj.obj_3 {
        width: 12vw;
        right: 1.3333333333vw;
        top: 16vw;
        z-index: 10; }
      .top .container--contents p.obj.obj_4 {
        width: 13.3333333333vw;
        left: 13.3333333333vw;
        top: -13.3333333333vw/2;
        z-index: 10; }
      .top .container--contents p.obj.obj_5 {
        width: 16vw;
        right: 5.3333333333vw;
        top: -2.6666666667vw;
        z-index: 10; }
      .top .container--contents p.obj.obj_6 {
        width: 21.3333333333vw;
        left: 6.6666666667vw;
        top: -10.6666666667vw;
        z-index: 10; }
      .top .container--contents p.obj.obj_7 {
        width: 21.3333333333vw;
        right: 13.3333333333vw;
        top: -16vw;
        z-index: 10; }
      .top .container--contents p.obj.obj_8 {
        width: 38.1333333333vw;
        right: 1.3333333333vw;
        bottom: -6.6666666667vw; }
    .top .container--contents--back {
      width: 96%;
      border-radius: 4vw;
      border: 0.2666666667vw #009E7D solid; }
      .top .container--contents--back:after {
        top: 5.3333333333vw;
        border-radius: 4vw; }
      .top .container--contents--back .continner {
        position: relative; }
        .top .container--contents--back .continner:after {
          border-radius: 4vw; }
        .top .container--contents--back .continner .boxcont {
          width: 100%;
          margin: 0 auto; }
          .top .container--contents--back .continner .boxcont .boxcont_cont.second {
            padding: 11.3333333333vw 0 10vw;
            flex-wrap: wrap; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.second .box {
              width: 90%;
              margin: 0 1%;
              position: relative; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.second .box:last-child {
                margin-top: 6.6666666667vw; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.second .box dl dt {
                font-size: 12vw; }
                .top .container--contents--back .continner .boxcont .boxcont_cont.second .box dl dt span {
                  font-size: 5.3333333333vw;
                  margin-top: -2.6666666667vw; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.second .box dl dd {
                font-size: 3.4666666667vw;
                color: #fff;
                padding: 2vw 0 4vw;
                position: relative;
                z-index: 2; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.second .box figure img {
                border: 0.5333333333vw;
                border-radius: 4vw; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.second .box figure:after {
                border-radius: 4vw;
                top: 2.6666666667vw; }
          .top .container--contents--back .continner .boxcont .boxcont_cont.last {
            padding: 5.3333333333vw 0 5.3333333333vw; }
            .top .container--contents--back .continner .boxcont .boxcont_cont.last .box {
              width: 96%;
              margin: 0 auto;
              border-bottom: 0.2666666667vw solid #009E7D;
              padding: 2.6666666667vw 0 4vw; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.last .box:last-child {
                border: none; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.last .box a:after {
                width: 6.6666666667vw;
                height: 6.6666666667vw;
                right: 0;
                bottom: 2.6666666667vw; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.last .box dl {
                width: 70%;
                display: flex; }
                .top .container--contents--back .continner .boxcont .boxcont_cont.last .box dl dt {
                  font-size: 6.6666666667vw; }
                  .top .container--contents--back .continner .boxcont .boxcont_cont.last .box dl dt span {
                    font-size: 3.7333333333vw;
                    margin-top: 0vw;
                    z-index: 0; }
                  .top .container--contents--back .continner .boxcont .boxcont_cont.last .box dl dt i {
                    display: block;
                    font-size: 2.9333333333vw;
                    padding-left: 0vw;
                    padding-top: 2.6666666667vw;
                    padding-right: 8vw; }
              .top .container--contents--back .continner .boxcont .boxcont_cont.last .box figure {
                width: 28%; }
                .top .container--contents--back .continner .boxcont .boxcont_cont.last .box figure img {
                  border: 0.5333333333vw;
                  border-radius: 4vw; }
                .top .container--contents--back .continner .boxcont .boxcont_cont.last .box figure:after {
                  border-radius: 4vw;
                  top: 2.6666666667vw; }
    .top .container--contents .workarea {
      position: relative;
      padding: 10.6666666667vw 0 5.3333333333vw; }
      .top .container--contents .workarea a {
        margin-bottom: 2.6666666667vw;
        flex-wrap: wrap;
        justify-content: flex-start; }
        .top .container--contents .workarea a img {
          width: 90%;
          margin: 0 auto; }
        .top .container--contents .workarea a dl {
          width: 90%;
          margin: 2.6666666667vw auto 0;
          text-align: center; }
        .top .container--contents .workarea a dt {
          font-size: 4.2666666667vw; }
          .top .container--contents .workarea a dt span {
            padding-left: 0vw; }
            .top .container--contents .workarea a dt span img {
              width: 6.6666666667vw; }
        .top .container--contents .workarea a dd {
          padding-top: 2.6666666667vw;
          font-size: 3.4666666667vw;
          line-height: 1.6; }
    .top .container--contents .baseback {
      border-radius: 4vw;
      padding-bottom: 2.6666666667vw;
      margin-bottom: 13.3333333333vw; }
      .top .container--contents .baseback--inner .lead {
        width: 100%;
        font-size: 13.3333333333vw;
        -webkit-text-stroke-width: 0.4vw;
        top: -5.3333333333vw;
        margin-bottom: -8vw; }
      .top .container--contents .baseback--inner .undertxt {
        width: 100%;
        font-size: 4.2666666667vw;
        padding-bottom: 4vw; }
      .top .container--contents .baseback--inner .box {
        width: 46%;
        margin: 3% 2%;
        position: relative; }
        .top .container--contents .baseback--inner .box a figure {
          height: 50.6666666667vw;
          border-radius: 4vw;
          border: 0.2666666667vw solid #009E7D; }
          .top .container--contents .baseback--inner .box a figure span {
            border-radius: 4vw;
            height: 110%; }
          .top .container--contents .baseback--inner .box a figure img {
            border-radius: 4vw; }
        .top .container--contents .baseback--inner .box a .work {
          position: absolute;
          width: 21.3333333333vw;
          border-radius: 2vw;
          padding: 2.4vw 0;
          font-size: 3.2vw; }
        .top .container--contents .baseback--inner .box a dl {
          top: -1.3333333333vw; }
          .top .container--contents .baseback--inner .box a dl:after {
            width: 6.6666666667vw;
            height: 6.6666666667vw;
            right: 0;
            bottom: 8vw; }
          .top .container--contents .baseback--inner .box a dl dt {
            font-size: 8vw;
            margin-top: -2.6666666667vw;
            margin-bottom: -1.3333333333vw;
            -webkit-text-stroke-width: 0.8vw; }
          .top .container--contents .baseback--inner .box a dl dd {
            font-size: 3.4666666667vw;
            margin-top: 2.6666666667vw; }
        .top .container--contents .baseback--inner .box a:hover {
          transition: none; }
          .top .container--contents .baseback--inner .box a:hover figure span {
            border-radius: 4vw;
            height: 110%; }
    .top .container--contents .handy {
      padding: 11.3333333333vw 0;
      position: relative; }
      .top .container--contents .handy--inner {
        width: 90%; }
        .top .container--contents .handy--inner figure {
          width: 26%; }
        .top .container--contents .handy--inner p {
          width: 68%;
          font-size: 2.9333333333vw; }
  .top footer {
    position: relative; }
    .top footer .obj_9 {
      position: absolute;
      width: 12.4444444444vw;
      left: 3.2vw;
      top: -16vw; }

  .guideline .kv--base--inner .kvobject .left_obj {
    width: 23.2533333333vw;
    top: 42.6666666667vw;
    left: 2.1333333333vw; }
  .guideline .kv--base--inner .kvobject .center_obj {
    width: 23.4666666667vw;
    top: 16vw;
    right: 8vw; }
  .guideline .kv--base--inner .kvobject .right_obj {
    width: 17.6vw;
    bottom: 2.6666666667vw;
    right: 5.8666666667vw; }
  .guideline .container {
    margin-top: 16vw; }
    .guideline .container--contents--inner {
      width: 96%;
      padding-bottom: 6.6666666667vw; }
      .guideline .container--contents--inner h3 {
        width: 96%;
        margin: 0 auto;
        font-size: 4vw;
        margin-bottom: 4.6666666667vw; }
        .guideline .container--contents--inner h3 span {
          padding: 2.6666666667vw 0;
          border-radius: 5.3333333333vw;
          border: 0.2666666667vw; }
        .guideline .container--contents--inner h3:after {
          border-radius: 5.3333333333vw;
          border: 0.2666666667vw;
          top: 1.0666666667vw; }
      .guideline .container--contents--inner dl {
        width: 96%;
        margin: 0 auto;
        font-size: 3.4666666667vw;
        line-height: 1.6;
        padding: 2.6666666667vw 0;
        border-bottom: 0.2666666667vw solid #ccc; }
        .guideline .container--contents--inner dl dt {
          width: 20%; }
        .guideline .container--contents--inner dl dd {
          width: 75%; }

  .ctop .kv {
    position: relative;
    height: 74.6666666667vw;
    z-index: 2; }
    .ctop .kv .slidearea {
      padding: 0 2.3076923077vw;
      height: 74.6666666667vw;
      overflow: hidden; }
      .ctop .kv .slidearea .slider {
        width: 100%;
        position: relative; }
        .ctop .kv .slidearea .slider img {
          width: 160%; }
    .ctop .kv h2 {
      font-size: 4.8vw;
      top: 30.6666666667vw; }
    .ctop .kv h3 {
      position: absolute;
      left: 8vw;
      bottom: 2.6666666667vw; }
      .ctop .kv h3 span {
        font-size: 3.4666666667vw;
        padding: 0.5333333333vw; }
  .ctop .contents {
    margin-top: 12vw; }
    .ctop .contents--inner {
      padding-bottom: 20vw; }
      .ctop .contents--inner:after {
        width: 79.6vw;
        height: 88.1333333333vw;
        background: url("../images/corp/img_1.jpg") no-repeat center center/cover;
        z-index: -1; }
      .ctop .contents--inner--box {
        position: relative;
        width: 90%;
        margin: 0 auto 0; }
        .ctop .contents--inner--box h2 {
          font-size: 8vw; }
        .ctop .contents--inner--box h3 {
          width: 100%;
          font-size: 3.7333333333vw;
          line-height: 1.6;
          margin-left: 0vw;
          padding: 3.3333333333vw 0; }
          .ctop .contents--inner--box h3 br {
            display: none; }
        .ctop .contents--inner--box--photo {
          width: 100%;
          display: flex;
          justify-content: space-between; }
    .ctop .contents .contbox {
      padding-top: 13.3333333333vw; }
      .ctop .contents .contbox:before {
        height: 120vw; }
      .ctop .contents .contbox--inner {
        width: 100%;
        margin: 0 auto 0;
        flex-wrap: wrap; }
        .ctop .contents .contbox--inner .box {
          width: 90%;
          margin: 0 auto; }
          .ctop .contents .contbox--inner .box figure:after {
            width: 10.6666666667vw;
            height: 10.6666666667vw;
            right: 4vw;
            bottom: 4vw; }
          .ctop .contents .contbox--inner .box dt {
            font-size: 4vw;
            padding-top: 2.6666666667vw; }
          .ctop .contents .contbox--inner .box dd {
            font-size: 3.2vw; }
          .ctop .contents .contbox--inner .box:last-child {
            margin-top: 6.6666666667vw; }
    .ctop .contents .contact {
      margin: 13.3333333333vw auto 20vw;
      padding: 8vw 4vw;
      width: 96%;
      border-top: 0.2666666667vw solid;
      border-bottom: 0.2666666667vw solid; }
      .ctop .contents .contact dl {
        width: 30%; }
        .ctop .contents .contact dl dt {
          font-size: 4vw;
          padding-top: 0vw; }
        .ctop .contents .contact dl dd {
          font-weight: 400;
          font-size: 3.4666666667vw; }
      .ctop .contents .contact p {
        width: 68%;
        font-size: 3.2vw; }

  .aboutus .kv {
    margin-top: 19.3333333333vw; }
    .aboutus .kv--inner h2 {
      width: 90%;
      margin: 0 auto 0;
      font-size: 4.2666666667vw; }
      .aboutus .kv--inner h2 span {
        font-size: 2.9333333333vw; }
    .aboutus .kv--inner figure {
      width: 100%;
      border-top: 1.3333333333vw solid #009E7D;
      margin-right: 18.6666666667vw;
      margin-top: 5.3333333333vw; }
      .aboutus .kv--inner figure img {
        width: 150%;
        margin-left: -25%; }
  .aboutus .contents--inner {
    width: 90%;
    margin: 0 auto 0;
    position: relative;
    padding: 13.3333333333vw 0; }
    .aboutus .contents--inner.map {
      width: 100%;
      padding: 13.3333333333vw 5%; }
    .aboutus .contents--inner h3 {
      font-size: 4vw;
      padding: 2vw 0 1.3333333333vw;
      border-bottom: 0.2666666667vw solid #009E7D; }
      .aboutus .contents--inner h3 span {
        display: none; }
    .aboutus .contents--inner--list {
      width: 100%;
      margin: 0.7692307692vw auto 0;
      display: block; }
      .aboutus .contents--inner--list dl {
        display: block;
        font-size: 3.4666666667vw;
        line-height: 1.6;
        padding: 3.3333333333vw 0;
        border-bottom: 0.2666666667vw solid #CCCCCC; }
        .aboutus .contents--inner--list dl dt {
          width: 100%; }
    .aboutus .contents--inner--business {
      width: 100%;
      margin: 0vw auto 0; }
      .aboutus .contents--inner--business .box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 8vw; }
        .aboutus .contents--inner--business .box dl {
          width: 100%; }
          .aboutus .contents--inner--business .box dl dt {
            border-radius: 4vw;
            font-size: 3.7333333333vw;
            padding: 4vw; }
            .aboutus .contents--inner--business .box dl dt span {
              display: block;
              font-size: 3.2vw; }
          .aboutus .contents--inner--business .box dl dd {
            font-size: 3.4666666667vw;
            line-height: 1.6;
            padding: 4vw 4vw 0; }
        .aboutus .contents--inner--business .box figure {
          width: 100%;
          margin-top: 4vw; }
    .aboutus .contents--inner--wlb {
      width: 100%;
      border: #009E7D 0.2666666667vw solid;
      border-radius: 4vw;
      padding: 6.6666666667vw 8vw; }
      .aboutus .contents--inner--wlb h4 {
        font-size: 4vw;
        padding-bottom: 3.7333333333vw; }
        .aboutus .contents--inner--wlb h4:before {
          width: 6.6666666667vw;
          left: -8vw;
          height: 4vw; }
      .aboutus .contents--inner--wlb p {
        font-size: 3.4666666667vw;
        line-height: 1.6;
        padding-bottom: 2.6666666667vw; }
      .aboutus .contents--inner--wlb figure {
        width: 96%;
        margin: 0 auto; }
    .aboutus .contents--inner--map {
      width: 100%;
      flex-wrap: wrap;
      padding: 5.3333333333vw 0; }
      .aboutus .contents--inner--map .scroll {
        position: absolute;
        right: 0vw;
        bottom: 0;
        width: 2.1333333333vw; }
      .aboutus .contents--inner--map #map-container {
        display: none;
        width: 82.8888888889vw;
        height: 138.4444444444vw; }
      .aboutus .contents--inner--map .mapimg {
        width: 100%; }
      .aboutus .contents--inner--map .maplinkarea {
        width: 100%;
        margin: 0 auto 0 0;
        margin-top: 5.3333333333vw;
        height: 66.6666666667vw;
        position: relative;
        padding-right: 3.7333333333vw; }
      .aboutus .contents--inner--map .highlight {
        display: none;
        width: 2vw;
        height: 2vw; }
      .aboutus .contents--inner--map dl {
        font-size: 3.4666666667vw;
        line-height: 1.6;
        border-bottom: 0.2666666667vw dashed #008AD5;
        padding: 1.3333333333vw 2vw 1.3333333333vw 0vw; }
        .aboutus .contents--inner--map dl:after {
          display: none;
          font-size: 3.4666666667vw;
          right: 0vw;
          margin-top: -0.9333333333vw; }
        .aboutus .contents--inner--map dl dt span {
          font-size: 3.7333333333vw;
          padding-right: 6.6666666667vw; }

  .interview .intw_kv {
    position: relative;
    height: auto;
    padding-top: 4vw; }
    .interview .intw_kv:after {
      height: 89.3333333333vw; }
    .interview .intw_kv .bkimg {
      position: absolute;
      margin-left: 20.6666666667vw; }
      .interview .intw_kv .bkimg figure {
        margin-right: -8vw;
        border-radius: 4vw;
        overflow: hidden;
        border: 0.5333333333vw solid #FFFF00; }
        .interview .intw_kv .bkimg figure img {
          width: 140%;
          margin-left: -20%; }
      .interview .intw_kv .bkimg .eng {
        right: -17.3333333333vw;
        top: 44%;
        font-size: 8vw; }
    .interview .intw_kv--inner {
      position: relative;
      width: 93.3333333333vw;
      margin-left: -46.6666666667vw;
      padding-bottom: 8vw; }
      .interview .intw_kv--inner .num {
        font-size: 24vw;
        margin-top: 10.6666666667vw;
        margin-left: 0vw;
        letter-spacing: -0.1em; }
        .interview .intw_kv--inner .num i {
          left: 1.3333333333vw;
          top: 1.3333333333vw; }
      .interview .intw_kv--inner h2 {
        font-size: 5.3333333333vw;
        padding-top: 2.6666666667vw;
        padding-bottom: 2.6666666667vw; }
        .interview .intw_kv--inner h2:after {
          width: 4vw;
          height: 0.5333333333vw;
          margin-left: -2vw; }
        .interview .intw_kv--inner h2 span {
          padding: 0 1.6vw 0.9333333333vw 1.6vw; }
        .interview .intw_kv--inner h2.mt {
          font-size: 4.8vw;
          padding: 0vw 0 4vw; }
      .interview .intw_kv--inner dl dt {
        font-size: 13.3333333333vw;
        -webkit-text-stroke-width: 0.2666666667vw;
        -webkit-text-stroke-color: #fff; }
      .interview .intw_kv--inner dl dd {
        color: #fff;
        font-size: 3.4666666667vw;
        line-height: 1.4; }
      .interview .intw_kv--inner .profile {
        margin-top: 2.6666666667vw; }
        .interview .intw_kv--inner .profile .tl {
          width: 29.3333333333vw;
          font-size: 4.8vw; }
          .interview .intw_kv--inner .profile .tl:after {
            width: 21.3333333333vw;
            border-top: 0.0769230769vw solid #fff;
            top: 6.6666666667vw;
            right: 0vw; }
        .interview .intw_kv--inner .profile .txt {
          width: 69.2307692308vw;
          font-size: 2.9333333333vw;
          line-height: 1.4;
          color: #fff; }
  .interview .interviewcont .contentsbox {
    position: relative; }
    .interview .interviewcont .contentsbox .obj {
      position: absolute; }
    .interview .interviewcont .contentsbox--inner {
      width: 93.3333333333vw;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .interview .interviewcont .contentsbox--inner--txt .secttl {
        font-size: 4.2666666667vw;
        margin-bottom: -2.6666666667vw; }
      .interview .interviewcont .contentsbox--inner--txt .ttls {
        padding: 5.3333333333vw 4vw;
        font-size: 4vw;
        line-height: 1.6;
        border-radius: 2.6666666667vw; }
        .interview .interviewcont .contentsbox--inner--txt .ttls:after {
          bottom: -2vw;
          left: 8vw;
          border-left: 4vw solid transparent;
          border-top: 4vw solid #009E7D;
          border-bottom: 0; }
      .interview .interviewcont .contentsbox--inner--txt .txts {
        font-size: 3.4666666667vw;
        line-height: 1.6;
        margin-top: 4vw; }
      .interview .interviewcont .contentsbox--inner figure {
        position: relative;
        margin-top: 3.3333333333vw; }
        .interview .interviewcont .contentsbox--inner figure img {
          border-radius: 4vw;
          border: 0.2666666667vw solid #009E7D; }
        .interview .interviewcont .contentsbox--inner figure:after {
          width: 92.5vw;
          height: 67vw;
          border-radius: 4vw;
          top: 2vw;
          left: 2vw; }
    .interview .interviewcont .contentsbox.back_1 {
      margin-top: 12vw;
      padding-bottom: 12vw; }
      .interview .interviewcont .contentsbox.back_1:after {
        height: 56vw; }
      .interview .interviewcont .contentsbox.back_1 .contentsbox--inner--txt {
        width: 100%; }
      .interview .interviewcont .contentsbox.back_1 figure {
        width: 100%; }
    .interview .interviewcont .contentsbox.back_2 {
      margin-top: 6.9230769231vw; }
      .interview .interviewcont .contentsbox.back_2 .contentsbox--inner--txt {
        margin: 0 0 0 auto;
        width: 100%; }
      .interview .interviewcont .contentsbox.back_2 .ttls {
        width: 70%; }
      .interview .interviewcont .contentsbox.back_2 .obj_1 {
        left: auto;
        right: 5.3333333333vw;
        width: 17.5384615385vw;
        top: -11.5384615385vw; }
    .interview .interviewcont .contentsbox.back_3 {
      margin-top: 12vw;
      padding-bottom: 12vw; }
      .interview .interviewcont .contentsbox.back_3:after {
        height: 56vw; }
      .interview .interviewcont .contentsbox.back_3 .contentsbox--inner {
        flex-direction: column-reverse; }
      .interview .interviewcont .contentsbox.back_3 .contentsbox--inner--txt {
        width: 100%; }
      .interview .interviewcont .contentsbox.back_3 figure {
        width: 100%; }
        .interview .interviewcont .contentsbox.back_3 figure:after {
          height: 67vw; }
  .interview .interviewcont .sc_box {
    position: relative; }
    .interview .interviewcont .sc_box .tab-content {
      display: none; }
      .interview .interviewcont .sc_box .tab-content.active {
        display: block; }
    .interview .interviewcont .sc_box .tab-menu {
      width: 93.3333333333vw;
      margin: 9.3333333333vw auto 0; }
      .interview .interviewcont .sc_box .tab-menu li {
        font-size: 3.2vw;
        padding: 1.0666666667vw 0 1.6vw; }
        .interview .interviewcont .sc_box .tab-menu li:after {
          bottom: -2vw;
          margin-left: -2vw;
          border-right: 4vw solid transparent;
          border-left: 4vw solid transparent;
          border-top: 4vw solid #F2F2F2;
          border-bottom: 0; }
        .interview .interviewcont .sc_box .tab-menu li.active {
          background: #009E7D;
          color: #fff; }
          .interview .interviewcont .sc_box .tab-menu li.active:after {
            border-top: 4vw solid #009E7D; }
    .interview .interviewcont .sc_box .sc_boxinner {
      width: 93.3333333333vw;
      margin: 16vw auto 0;
      border-radius: 4vw;
      border: 0.2666666667vw #009E7D solid; }
      .interview .interviewcont .sc_box .sc_boxinner:after {
        top: 2.6666666667vw;
        border-radius: 4vw;
        z-index: -1; }
      .interview .interviewcont .sc_box .sc_boxinner .eng {
        font-size: 6.4vw;
        line-height: 1;
        top: -7.4666666667vw;
        margin-bottom: -7.4666666667vw; }
      .interview .interviewcont .sc_box .sc_boxinner .obj_2 {
        position: absolute;
        right: -4.2307692308vw;
        bottom: -10.7692307692vw;
        width: 37.3333333333vw; }
        .interview .interviewcont .sc_box .sc_boxinner .obj_2.mt {
          width: 40vw;
          bottom: -18.6666666667vw; }
      .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont {
        width: 85.3333333333vw;
        margin: 0 auto; }
        .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont .lead {
          width: 100%;
          border: 0.2666666667vw #009E7D solid;
          font-size: 3.4666666667vw;
          padding: 2.6666666667vw 0;
          margin-bottom: 1.3333333333vw; }
          .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont .lead span {
            position: absolute;
            width: 15.3333333333vw;
            top: -2vw;
            right: 5.3333333333vw; }
        .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner {
          flex-wrap: wrap;
          padding: 4vw 0; }
          .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner:after {
            width: auto;
            height: 100%;
            border-top: none;
            border-left: 0.2666666667vw solid #fff;
            left: 14.6666666667vw;
            top: 0vw; }
          .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs {
            width: 100%;
            font-size: 3.2vw;
            display: flex;
            justify-content: space-between; }
            .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs .time {
              width: 16vw;
              font-size: 4.2666666667vw;
              margin-bottom: 0vw;
              text-align: left;
              padding: 2.6666666667vw 0; }
              .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs .time:after {
                width: 2.6666666667vw;
                height: 2.6666666667vw;
                border-radius: 2.1333333333vw;
                bottom: auto;
                left: auto;
                right: 0;
                top: 4vw;
                margin-left: 0vw; }
            .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs dl {
              width: 65.3333333333vw;
              padding: 2.6666666667vw 0; }
            .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs dt {
              text-align: left;
              font-size: 3.4666666667vw;
              padding-bottom: 1.3333333333vw; }
            .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--inner .boxs dd {
              font-size: 3.2vw; }
        .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--flex {
          flex-wrap: wrap;
          padding-bottom: 5.3333333333vw; }
          .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--flex .boxs {
            width: 100%;
            margin: 1.1538461538vw; }
            .interview .interviewcont .sc_box .sc_boxinner .sc_boxinnercont--flex .boxs .time {
              text-align: center;
              font-size: 6.4vw; }
  .interview .interviewcont .messagebox {
    margin-top: 16vw;
    position: relative;
    padding-bottom: 10.6666666667vw; }
    .interview .interviewcont .messagebox:after {
      height: 80vw; }
    .interview .interviewcont .messagebox--inner {
      width: 93.3333333333vw; }
      .interview .interviewcont .messagebox--inner .imgs {
        position: relative;
        padding-bottom: 5.3333333333vw; }
        .interview .interviewcont .messagebox--inner .imgs .icon {
          position: absolute;
          width: 20vw;
          top: -6.6666666667vw;
          left: -2.6666666667vw; }
        .interview .interviewcont .messagebox--inner .imgs figure img {
          border-radius: 4vw;
          z-index: 2; }
        .interview .interviewcont .messagebox--inner .imgs figure:after {
          border-radius: 4vw;
          top: 2.6666666667vw;
          left: 0vw; }
      .interview .interviewcont .messagebox--inner--txt .secttl {
        font-size: 10.6666666667vw;
        -webkit-text-stroke-width: 0.5333333333vw;
        margin-bottom: -1.3333333333vw; }
      .interview .interviewcont .messagebox--inner--txt .ttls {
        font-size: 4vw;
        padding-bottom: 1.3333333333vw; }
      .interview .interviewcont .messagebox--inner--txt .txts {
        font-size: 3.2vw;
        width: 74.6666666667vw; }
      .interview .interviewcont .messagebox--inner .obj_3 {
        position: absolute;
        width: 40vw;
        right: 0;
        bottom: 16vw;
        z-index: 3; }
  .interview .interviewcont .offtimebox {
    margin-top: 16vw; }
    .interview .interviewcont .offtimebox:after {
      height: 93.3333333333vw; }
    .interview .interviewcont .offtimebox--inner {
      width: 93.3333333333vw;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .interview .interviewcont .offtimebox--inner--txt {
        width: 85.3333333333vw;
        margin-left: auto;
        margin: 0 auto; }
        .interview .interviewcont .offtimebox--inner--txt .secttl {
          font-size: 10.6666666667vw;
          -webkit-text-stroke-width: 0.5333333333vw;
          margin-bottom: -1.3333333333vw; }
        .interview .interviewcont .offtimebox--inner--txt .ttls {
          font-size: 4vw;
          padding-bottom: 1.3333333333vw; }
        .interview .interviewcont .offtimebox--inner--txt .txts {
          font-size: 3.2vw; }
      .interview .interviewcont .offtimebox--inner figure {
        width: 48vw;
        margin: 5.3333333333vw 0 0 auto; }
      .interview .interviewcont .offtimebox--inner .obj_4 {
        width: 22.6666666667vw;
        left: 10.6666666667vw;
        top: auto;
        bottom: -10.6666666667vw;
        z-index: 3; }
  .interview .container--person {
    width: 120%;
    margin: 9.3333333333vw auto 0;
    margin-left: -10%;
    padding-bottom: 8vw; }
    .interview .container--person .obj_6 {
      position: absolute;
      left: 0;
      bottom: -8vw;
      width: 11.2307692308vw; }
    .interview .container--person .baseback--inner {
      width: 100%; }
      .interview .container--person .baseback--inner .lead {
        padding-top: 6.6666666667vw;
        width: 100%;
        font-size: 8vw;
        -webkit-text-stroke-width: 0.2666666667vw;
        top: -5.3333333333vw;
        margin-bottom: -5.3333333333vw; }
      .interview .container--person .baseback--inner .undertxt {
        font-size: 3.7333333333vw;
        padding-bottom: 4vw; }
      .interview .container--person .baseback--inner .box {
        width: 42.6666666667vw;
        margin: 0 1.3333333333vw;
        position: relative; }
        .interview .container--person .baseback--inner .box figure {
          height: 48vw;
          border-radius: 4vw;
          border: 0.2666666667vw solid #009E7D; }
          .interview .container--person .baseback--inner .box figure span {
            border-radius: 4vw;
            width: 100%;
            height: 108%;
            left: 0;
            z-index: 1; }
          .interview .container--person .baseback--inner .box figure img {
            position: relative;
            z-index: 2;
            width: 100%;
            border-radius: 4vw; }
        .interview .container--person .baseback--inner .box .work {
          position: absolute;
          width: 21.3333333333vw;
          border-radius: 2vw;
          padding: 1.3333333333vw 0;
          font-size: 2.9333333333vw;
          top: -1.3333333333vw;
          left: -0.2666666667vw; }
        .interview .container--person .baseback--inner .box dl {
          top: -1.3333333333vw; }
          .interview .container--person .baseback--inner .box dl:after {
            width: 6.6666666667vw;
            height: 6.6666666667vw;
            right: 0;
            bottom: 8vw; }
          .interview .container--person .baseback--inner .box dl dt {
            font-size: 8vw;
            margin-top: -2.6666666667vw;
            margin-bottom: -1.3333333333vw;
            -webkit-text-stroke-width: 0.8vw; }
          .interview .container--person .baseback--inner .box dl dd {
            font-size: 3.2vw;
            margin-top: 2.6666666667vw; } }
