@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .is-pc520 {
    display: none !important;
  }
}
@media screen and (min-width: 521px) {
  .is-sp520 {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: rgb(43, 43, 43);
  font-family: "Inter", "Noto Sans JP", serif;
  line-height: 1.6;
  background: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-top: 50px;
    margin: 0 auto;
    padding-bottom: 38px;
  }
}

html {
  scroll-behavior: smooth;
}

#oc1,
#oc2,
#admissions1,
#admissions2,
#ad1,
#ad1-1,
#ad1-2,
#ad1-3,
#ad2,
#ad2-1,
#ad2-2,
#ad2-3,
#cam1,
#cam2,
#cam3,
#cam4,
#career1,
#career2,
#career3,
#career4,
#career5,
#curr1,
#curr2,
#curr3,
#curr4,
#about1,
#about2,
#about3,
#about4,
#about5,
#about6 {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 767px) {
  #oc1,
  #oc2,
  #admissions1,
  #admissions2,
  #ad1,
  #ad1-1,
  #ad1-2,
  #ad1-3,
  #ad2,
  #ad2-1,
  #ad2-2,
  #ad2-3,
  #cam1,
  #cam2,
  #cam3,
  #cam4,
  #career1,
  #career2,
  #career3,
  #career4,
  #career5,
  #curr1,
  #curr2,
  #curr3,
  #curr4,
  #about1,
  #about2,
  #about3,
  #about4,
  #about5,
  #about6 {
    top: -50px;
  }
}

#license {
  position: relative;
  top: -160px;
}
@media screen and (max-width: 767px) {
  #license {
    top: -80px;
  }
}

#cam1,
#about1,
#curr1,
#career1 {
  position: relative;
  top: -130px;
}
@media screen and (max-width: 767px) {
  #cam1,
  #about1,
  #curr1,
  #career1 {
    top: -70px;
  }
}

.cam1,
.about1,
.curr1,
.career1 {
  padding-top: 0 !important;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Inter", "Noto Sans JP", serif;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.section {
  padding: 120px 0;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

.header .pc-nav {
  margin-right: 50px;
}

.drawer-icon {
  position: fixed;
  top: 43px;
  right: 40px;
  z-index: 3000;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    top: 20px;
    right: 20px;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 8px;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 8px;
}

.drawer-icon-bars {
  width: 50px;
  height: 16px;
  display: block;
  position: relative;
  z-index: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bars {
    width: 40px;
  }
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 50px;
  height: 2px;
  background: rgb(43, 43, 43);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bar1,
  .drawer-icon-bar2,
  .drawer-icon-bar3 {
    width: 40px;
  }
}

.drawer-icon-bar1 {
  top: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bar1 {
    top: 4px;
  }
}

.drawer-icon-bar3 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .drawer-icon-bar3 {
    top: 10px;
  }
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.drawer-content.is-active {
  display: block;
  pointer-events: initial;
  opacity: 1;
  z-index: 350;
}
.drawer-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.drawer-content .flex.is-active {
  -webkit-animation: fadeIn-drawer 0.8s ease forwards;
          animation: fadeIn-drawer 0.8s ease forwards;
  opacity: 1;
}
.drawer-content .flex.is-leaving {
  -webkit-animation: fadeOut-drawer 0.8s ease forwards;
          animation: fadeOut-drawer 0.8s ease forwards;
  opacity: 0;
}
.drawer-content .left {
  width: calc(100% - 820px);
}
@media screen and (max-width: 1300px) {
  .drawer-content .left {
    display: none;
  }
}
.drawer-content .right {
  width: 820px;
}
@media screen and (max-width: 767px) {
  .drawer-content .right {
    width: 100%;
  }
}

@-webkit-keyframes fadeIn-drawer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn-drawer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut-drawer {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut-drawer {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn-drawer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut-drawer {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-nav ul li {
  margin-bottom: 20px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: rgb(43, 43, 43);
  font-size: 16px;
  font-weight: 600;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  padding: 30px 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}
.header .logo {
  max-width: 400px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header .logo {
    max-width: 243px;
  }
}
.header .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header.is-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header.is-active {
    pointer-events: none;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .header.is-active {
    z-index: 500;
  }
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .pc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1100px) {
  .header .pc-nav {
    display: none;
  }
}
.header .pc-nav li {
  margin-right: 40px;
}
.header .pc-nav li a {
  color: rgb(43, 43, 43);
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.header .pc-nav li a span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .pc-nav li a::after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: rgb(189, 207, 20);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0px, 19px) skew(0deg, 25deg);
          transform: translate(0px, 19px) skew(0deg, 25deg);
}
.header .pc-nav li a:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform: translate(0px, -150%) skew(0deg, 18deg);
          transform: translate(0px, -150%) skew(0deg, 18deg);
}
.header .pc-nav li a:hover::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform: translate(0px, -100%) skew(0);
          transform: translate(0px, -100%) skew(0);
}

.top-mv {
  position: relative;
  /* slick-currentクラスが付いたスライドだけ拡大 */
}
.top-mv .slide-item {
  position: relative;
}
.top-mv .slide-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70%;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv .slide-item::before {
    width: 100%;
    height: 40%;
    top: initial;
    bottom: 0;
  }
}
.top-mv .slide-item {
  position: relative;
  overflow: hidden;
}
.top-mv .slide-item img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 7s ease;
  transition: -webkit-transform 7s ease;
  transition: transform 7s ease;
  transition: transform 7s ease, -webkit-transform 7s ease;
  /* ゆっくりズーム */
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-mv .slick-current img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  /* 拡大倍率 */
}
.top-mv .slick-dots li button:before {
  font-size: 12px;
  top: 1px;
}
.top-mv .contents {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-mv .contents {
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    bottom: 14%;
  }
}
.top-mv .contents .title {
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-mv .contents .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 370px) {
  .top-mv .contents .title {
    font-size: 26px;
  }
}
.top-mv .contents .title span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(189, 207, 20)), to(rgb(0, 168, 160)));
  background: linear-gradient(to right, rgb(189, 207, 20), rgb(0, 168, 160));
  margin-bottom: 10px;
  padding: 0 10px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .top-mv .contents .title span {
    margin-bottom: 5px;
  }
}
.top-mv .contents .title span:last-child {
  margin-bottom: 0;
}
.top-mv .contents p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-mv .contents p {
    letter-spacing: 1px;
  }
}
.top-mv .slick-dots {
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .top-mv .slick-dots {
    bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: initial;
  }
}
.top-mv .slick-dots li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .top-mv .slick-dots li {
    margin: 10px 0;
  }
}
.top-mv .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.top-mv .slick-dots li.slick-active button:before {
  color: rgb(0, 168, 160);
}
.top-mv .slick-dots li.slick-active button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid rgb(0, 168, 160);
  border-radius: 50%;
  color: rgb(0, 168, 160);
}
@media screen and (max-width: 767px) {
  .top-mv .slick-dots li.slick-active button::after {
    width: 30px;
    height: 30px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.drawer-icon {
  cursor: pointer;
}

.feature ul li::after {
  cursor: pointer;
}

.feature ul li::after {
  pointer-events: none;
}

.footer {
  background: linear-gradient(to bottom, #ffffff 0px, #ffffff 150px, rgb(244, 244, 244) 150px, rgb(244, 244, 244) 100%);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .address {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    background: linear-gradient(to bottom, #ffffff 0px, #ffffff 105.2px, rgb(244, 244, 244) 105.2px, rgb(244, 244, 244) 100%);
  }
}
.footer.curri-footer {
  background: linear-gradient(to bottom, rgb(245, 252, 252) 0px, rgb(245, 252, 252) 150px, rgb(244, 244, 244) 150px, rgb(244, 244, 244) 100%);
}
@media screen and (max-width: 767px) {
  .footer.curri-footer {
    background: linear-gradient(to bottom, rgb(245, 252, 252) 0px, rgb(245, 252, 252) 105.2px, rgb(244, 244, 244) 105.2px, rgb(244, 244, 244) 100%);
  }
}
.footer .heading {
  margin-bottom: 100px;
  padding: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(189, 207, 20)), to(rgb(0, 168, 160)));
  background: linear-gradient(to right, rgb(189, 207, 20), rgb(0, 168, 160));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .heading {
    padding: 20px 20px;
    display: block;
    margin-bottom: 40px;
  }
}
.footer .heading .left {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .heading .left {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer .heading .right .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .heading .right .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .heading .right .sns .sns-item {
  max-width: 96px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer .heading .right .sns .sns-item {
    max-width: 64px;
    margin-right: 20px;
  }
}
.footer .heading .right .sns .sns-item:last-child {
  margin-right: 0;
}
.footer .heading .right .sns .sns-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .heading .right .sns .sns-item a:hover {
  opacity: 0.6;
}
.footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .footer .bottom {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .bottom {
    padding-bottom: 10px;
  }
}
.footer .bottom .left {
  width: calc(100% - 700px);
}
@media screen and (max-width: 1200px) {
  .footer .bottom .left {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .footer .bottom .left .logo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.footer .bottom .right {
  width: 700px;
}
@media screen and (max-width: 1200px) {
  .footer .bottom .right {
    width: 100%;
  }
}
.footer .logo {
  max-width: 400px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    margin-bottom: 20px !important;
    max-width: 450px;
  }
}
.footer .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer .logo a {
    margin-bottom: 0;
  }
}
.footer .logo a:hover {
  opacity: 0.6;
}

.section-nav {
  line-height: 1.4;
}
.section-nav .section-heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-nav .section-heading {
    margin-bottom: 30px;
  }
}
.section-nav .section-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-nav .section-bottom ul {
    display: block;
  }
}
.section-nav .section-bottom ul li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .section-nav .section-bottom ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-nav .section-bottom ul li a {
  font-size: 15px;
  font-weight: 700;
  color: rgb(43, 43, 43);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .section-nav .section-bottom ul li a {
    white-space: nowrap;
  }
}
.section-nav .section-bottom ul li a:hover {
  opacity: 0.6;
}
.section-nav .section-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-nav .section-lists {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .section-nav .section-lists-item {
    width: calc(33.3333% - 13.3333333333px);
    margin-right: 20px;
  }
  .section-nav .section-lists-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-nav .section-lists-item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-nav .section-lists-item {
    width: 100%;
  }
}
.section-nav .section-lists-item a {
  color: rgb(43, 43, 43);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
.section-nav .section-lists-item a:hover {
  opacity: 0.6;
}
.section-nav .parent-link a {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid rgb(204, 204, 204);
  display: block;
  padding-bottom: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-nav .sub-lists {
    display: none;
  }
}
.section-nav .sub-lists li {
  margin-bottom: 7px;
}
.section-nav .sub-lists li a {
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-nav .sub-lists li a {
    font-size: 13px;
  }
}

.footer .bottom2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .footer .bottom2 {
    padding: 15px 0;
    display: block;
  }
}
.footer .bottom2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
}
@media screen and (max-width: 767px) {
  .footer .bottom2 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
.footer .bottom2 ul li {
  margin-right: 30px;
}
.footer .bottom2 ul li:last-child {
  margin-right: 0;
}
.footer .bottom2 ul li a {
  font-size: 12px;
  color: rgb(155, 155, 155);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.footer .bottom2 ul li a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/footer-arrow.png) no-repeat center center/cover;
}
.footer .bottom2 ul li a:hover {
  opacity: 0.6;
}
.footer .copyright {
  font-size: 10px;
  color: rgb(155, 155, 155);
}
@media screen and (min-width: 1301px) {
  .drawer-content .right {
    position: relative;
  }
  .drawer-content .right .section-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (max-width: 1300px) {
  .drawer-content .right {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .drawer-content {
    position: relative;
  }
  .drawer-content {
    position: fixed;
  }
  .section-nav {
    padding: 0 20px;
  }
}
.section-title {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-title {
    text-align: center;
  }
}
.section-title .section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-title .section-flex {
    margin-bottom: 30px;
  }
}
.section-title .en {
  color: rgb(4, 80, 106);
  font-family: "Anton", "Noto Sans JP", sans-serif;
  font-size: 68px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 42px;
    margin-right: 8px;
  }
}
.section-title .ja {
  font-size: 14px;
  font-weight: 700;
  color: rgb(4, 80, 106);
}
@media screen and (max-width: 767px) {
  .section-title .ja {
    font-size: 13px;
  }
}

.top1 .sec1-btn {
  text-align: right;
}
.top1 .sec1-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgb(43, 43, 43);
}
.top1 .sec1-btn a .sec1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top1 .sec1-btn a .sec1-flex .text {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid rgb(189, 207, 20);
  padding-bottom: 3px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top1 .sec1-btn a .sec1-flex .arrow {
  width: 32px;
}
.top1 .sec1-btn a {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.top1 .sec1-btn a:hover .arrow-wrap-green {
  background-color: #fff;
}
.top1 .sec1-btn a:hover .arrow-green {
  border-left: 6px solid rgb(189, 207, 20);
}
.top1 .sec1-btn a span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top1 .sec1-btn a::after {
  content: attr(data-text);
  position: absolute;
  font-weight: 700;
  top: 85%;
  left: -40px;
  width: 100%;
  color: rgb(189, 207, 20);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0px, 19px) skew(0deg, 35deg);
          transform: translate(0px, 19px) skew(0deg, 35deg);
}
.top1 .sec1-btn a:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform: translate(0px, -150%) skew(0deg, 18deg);
          transform: translate(0px, -150%) skew(0deg, 18deg);
}
.top1 .sec1-btn a:hover::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform: translate(0px, -100%) skew(0);
          transform: translate(0px, -100%) skew(0);
}
.top1 .sec1-btn .arrow-wrap-green {
  width: 32px;
  height: 32px;
  background-color: rgb(189, 207, 20);
  border: 1px solid rgb(189, 207, 20);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.top1 .sec1-btn .arrow-wrap-green .arrow-green {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid rgb(255, 255, 255);
  /* ティール系の色 */
}
.top1 .btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top1 .btn {
    margin-top: 20px;
  }
}
.top1 .area1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top1 .area1 {
    margin-bottom: 50px;
  }
}
.top1 .area1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top1 .area1 .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top1 .area1 .flex li {
  width: 32%;
  position: relative;
  overflow: hidden;
}
.top1 .area1 .flex li:nth-child(1) p {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 27%;
}
.top1 .area1 .flex li:nth-child(2) p {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 49%;
}
.top1 .area1 .flex li:nth-child(3) .first-text {
  position: absolute;
  top: 1%;
  left: 3%;
  width: 18%;
}
.top1 .area1 .flex li:nth-child(3) .second-text {
  position: absolute;
  top: 17%;
  left: 3%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .top1 .area1 .flex li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .top1 .area1 .flex li:nth-child(2n) {
    margin-right: 0;
  }
  .top1 .area1 .flex li:last-child {
    margin-top: 20px;
    margin-right: 0;
  }
}
.top1 .area1 .flex li .img {
  overflow: hidden;
}
.top1 .area1 .flex li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top1 .area1 .flex li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top1 .area1 .flex li a .image1 img {
  background: rgba(217, 228, 105, 0.5);
}
.top1 .area1 .flex li a .image2 img {
  background: -webkit-gradient(linear, left top, right top, from(rgba(189, 207, 20, 0.4)), to(rgba(0, 168, 160, 0.4)));
  background: linear-gradient(to right, rgba(189, 207, 20, 0.4), rgba(0, 168, 160, 0.4));
}
.top1 .area1 .flex li a .image3 {
  position: relative;
}
.top1 .area1 .flex li a .image3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}
.top1 .area1 .flex li a .image3 img {
  background: -webkit-gradient(linear, left top, right top, from(rgba(189, 207, 20, 0.4)), to(rgba(0, 168, 160, 0.4)));
  background: linear-gradient(to right, rgba(189, 207, 20, 0.4), rgba(0, 168, 160, 0.4));
}
.top1 .area1 .flex li a:hover .img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top1 .area1 .flex li a:hover .image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top1 .area1 .card-btn {
  position: absolute;
  bottom: 7%;
  right: 3%;
}
.top1 .area1 .arrow-wrap {
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.top1 .area1 .arrow-wrap .arrow {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid rgb(0, 168, 160);
  /* ティール系の色 */
}
.top1 .area1 a:hover .arrow-wrap {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: rgb(0, 168, 160);
}
.top1 .area1 a:hover .arrow-wrap .arrow {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border-left: 6px solid rgb(255, 255, 255);
}
.top1 .area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .top1 .area-flex {
    display: block;
  }
}
.top1 .area-flex .area2 {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .top1 .area-flex .area2 {
    width: 100%;
    margin-bottom: 100px;
  }
  .top1 .area-flex .area2:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top1 .area-flex .area2 {
    margin-bottom: 50px;
  }
}

.news-lists li a {
  color: rgb(43, 43, 43);
  line-height: 1.5;
  padding: 16px 0;
  display: block;
  border-bottom: 1px solid rgb(204, 204, 204);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-lists li a:hover {
  opacity: 0.6;
}
.news-lists li a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-lists li a .time {
  font-size: 13px;
  width: 110px;
}
@media screen and (min-width: 768px) {
  .news-lists li a .time {
    position: relative;
    top: 2px;
  }
}
.news-lists li a .title {
  font-size: 16px;
  width: calc(100% - 110px);
}

.section-lead {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  color: rgb(4, 80, 106);
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .section-lead {
    text-align: center;
  }
}

.top2 {
  background: -webkit-gradient(linear, right top, left bottom, from(rgb(204, 241, 239)), to(rgb(245, 249, 204)));
  background: linear-gradient(to bottom left, rgb(204, 241, 239), rgb(245, 249, 204));
}

.section-now {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .section-now {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section-now {
    padding-bottom: 40px;
  }
}
.section-now .slick-list {
  overflow: visible;
}
.section-now .slick-prev,
.section-now .slick-next {
  width: 50px;
  height: 50px;
  z-index: 6;
}
.section-now .slick-prev {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1 !important;
}
.section-now .slick-prev:hover {
  background-color: rgb(0, 168, 160);
}
.section-now .slick-prev:hover::before {
  border-right: 10px solid rgb(255, 255, 255);
}
.section-now .slick-next {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1 !important;
}
.section-now .slick-next:hover {
  background-color: rgb(0, 168, 160);
}
.section-now .slick-next:hover::before {
  border-left: 10px solid rgb(255, 255, 255);
}
.section-now .slick-prev:before {
  opacity: 1 !important;
  content: "";
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid rgb(0, 168, 160);
  /* ティール系の色 */
}
.section-now .slick-next:before {
  opacity: 1 !important;
  content: "";
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid rgb(0, 168, 160);
  /* ティール系の色 */
}
.section-now .slick-prev {
  content: "";
}
.section-now .slick-next {
  content: "";
}
.section-now .slick-next:before {
  content: "";
}
@media screen and (min-width: 768px) {
  .section-now .slick-next {
    top: -100px;
  }
  .section-now .slick-prev {
    top: -100px;
    left: initial;
    right: 40px;
  }
}
.section-now ul a {
  color: rgb(43, 43, 43);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-now ul a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section-now ul li {
  margin: 0 20px;
}
.section-now ul li .img {
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-now ul li .img {
    margin-bottom: 10px;
  }
}
.section-now ul li .img .wrap {
  padding-top: 60%;
  position: relative;
}
.section-now ul li .img .wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-now ul li .time {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-now ul li .time {
    margin-bottom: 5px;
  }
}
.section-now ul li .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-now ul li .title {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .feature {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 40px 0;
  }
}
.feature .section-title {
  text-align: center;
}
.feature .section-title .section-flex {
  display: block;
}
.feature .section-title .section-flex .en {
  margin-bottom: 20px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .feature .section-title .section-flex .en {
    margin-bottom: 10px;
  }
}
.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1700px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .feature ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .feature ul {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .feature ul {
    display: block;
  }
}
.feature ul li {
  width: 25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.feature ul li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .feature ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .feature ul li {
    width: 100%;
  }
}
.feature ul li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 767px) {
  .feature ul li::after {
    height: 85%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
}
.feature ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.feature ul li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature ul li a .contents {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature ul li a .contents {
    padding: 20px 18px;
  }
}
.feature ul li a .contents .arrow {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .feature ul li a .contents .arrow {
    width: 20px;
    text-align: right;
    margin-left: auto;
  }
}
.feature ul li a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature ul li .arrow-wrap {
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.feature ul li .arrow-wrap .arrow-act {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid rgb(0, 168, 160);
  /* ティール系の色 */
}
.feature ul li a:hover .arrow-wrap {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: rgb(0, 168, 160);
}
.feature ul li a:hover .arrow-wrap .arrow-act {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border-left: 6px solid rgb(255, 255, 255);
}
.feature ul li .left {
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .feature ul li .left {
    width: 100%;
  }
}
.feature ul li .right {
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature ul li .right {
    text-align: right;
  }
}
.feature ul li .point {
  font-size: 12px;
}
.feature ul li .title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .feature ul li .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .feature ul li .title {
    font-size: 15px;
  }
}
.feature ul li .text {
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  .feature ul li .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .feature ul li .text {
    font-size: 13px;
  }
}

.popup {
  display: none;
  /* 最初は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.popup-content {
  background: #fff;
  width: 100%;
  padding: 120px 20px;
  position: relative;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-content p {
  text-align: center;
}
.popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .voice {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .voice {
    padding-top: 40px;
  }
}
.voice .section-title {
  padding-left: 20px;
}
.voice .sec1-btn {
  text-align: center;
}
.voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.voice ul a {
  color: rgb(43, 43, 43);
}
.voice ul a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.voice ul a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.voice ul li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .voice ul li {
    width: 47%;
  }
  .voice ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.voice ul li .img {
  margin-bottom: -20px;
}
.voice ul li .text1 {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.voice ul li .text1 span {
  font-size: 16px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgb(189, 207, 20)), to(rgb(0, 168, 160)));
  background: linear-gradient(to right, rgb(189, 207, 20), rgb(0, 168, 160));
  color: #fff;
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 5px;
}
@media screen and (max-width: 767px) {
  .voice ul li .text1 span {
    font-size: 13px;
    margin-bottom: 0;
    display: block;
    z-index: 2;
    position: relative;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.voice ul li .text2 {
  font-size: 10px;
}
.voice ul li .name {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .voice ul {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.voice .btn {
  text-align: center;
  margin-top: 50px;
}
.voice .btn .sec1-btn a .sec1-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice .btn .sec1-btn a .sec1-flex .text {
  border-bottom: 2px solid rgb(0, 168, 160);
}
.voice .btn .sec1-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgb(43, 43, 43);
}
.voice .btn .sec1-btn a .sec1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.voice .btn .sec1-btn a .sec1-flex .text {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid rgb(0, 168, 160);
  padding-bottom: 3px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.voice .btn .sec1-btn a .sec1-flex .arrow {
  width: 32px;
}
.voice .btn .sec1-btn {
  text-align: center;
}
.voice .btn .sec1-btn a {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.voice .btn .sec1-btn a:hover .arrow-wrap-blue {
  background-color: #fff;
}
.voice .btn .sec1-btn a:hover .arrow-blue {
  border-left: 6px solid rgb(0, 168, 160);
}
.voice .btn .sec1-btn a span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.voice .btn .sec1-btn a::after {
  content: attr(data-text);
  position: absolute;
  font-weight: 700;
  top: 85%;
  left: -19px;
  width: 100%;
  color: rgb(0, 168, 160);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0px, 19px) skew(0deg, 35deg);
          transform: translate(0px, 19px) skew(0deg, 35deg);
}
.voice .btn .sec1-btn a:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform: translate(0px, -150%) skew(0deg, 18deg);
          transform: translate(0px, -150%) skew(0deg, 18deg);
}
.voice .btn .sec1-btn a:hover::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform: translate(0px, -100%) skew(0);
          transform: translate(0px, -100%) skew(0);
}
.voice .btn .sec1-btn .arrow-wrap-blue {
  width: 32px;
  height: 32px;
  background-color: rgb(0, 168, 160);
  border: 1px solid rgb(0, 168, 160);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.voice .btn .sec1-btn .arrow-wrap-blue .arrow-blue {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  /* ティール系の色 */
}

.access {
  margin: 0 auto;
}
.access .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.access .flex h3 {
  font-size: 30px;
  color: rgb(4, 80, 106);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access .flex h3 {
    font-size: 24px;
  }
}
.access .flex h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .access .flex h4 {
    font-size: 18px;
  }
}
.access .flex .btn {
  margin-top: 10px;
}
.access .flex .btn a {
  color: rgb(0, 168, 160);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  position: relative;
}
.access .flex .btn a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/map-arrow.png) no-repeat center center/cover;
}
.access .flex .btn a:hover {
  opacity: 0.6;
}
.access .flex .row {
  padding: 30px 0;
  border-bottom: 1px solid rgb(204, 204, 204);
}
@media screen and (max-width: 767px) {
  .access .flex .row {
    padding: 20px 0;
  }
}
.access .flex .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .access .flex .row .text {
    font-size: 15px;
  }
}
.access .flex .left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .access .flex .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .access .flex .right {
    margin-left: 40px;
    margin-right: calc(50% - 50vw);
    width: 70%;
  }
}
@media screen and (max-width: 1400px) {
  .access .flex .right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .access .flex .right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.access .flex .right .wrap {
  position: relative;
  padding-top: 55%;
}
@media screen and (max-width: 767px) {
  .access .flex .right .wrap {
    padding-top: 71.64%;
  }
}
.access .flex .right .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .section-nav .sub-lists li a {
    padding-top: 0;
  }
  .section-nav .section-lists-item .sub-lists {
    padding-bottom: 7px;
  }
  .section-nav .section-lists-item .parent-link a {
    margin-bottom: 0;
  }
  .section-nav .section-lists-item:last-child {
    border-bottom: 1px solid rgb(204, 204, 204);
  }
  .section-nav .parent-link a {
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: none;
  }
  .drawer-content .right {
    padding-top: 30px;
    padding-bottom: 100px;
    top: 20px;
    -webkit-transform: initial;
            transform: initial;
    left: 0;
  }
  .section-nav .section-lists-item a {
    padding-top: 13px;
  }
  .drawer-content {
    overflow-y: auto;
    position: fixed;
    top: 54px;
  }
  .top1 .sec1-btn a .sec1-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .cta {
    width: 100%;
    top: initial;
    left: 0;
    bottom: 0;
    -webkit-transform: initial;
            transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cta a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  letter-spacing: 6px;
  height: 250px;
  padding: 0 30px;
  line-height: 0;
  transition: 0.3s;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .cta a {
    line-height: 1.4;
    padding: 14px 0;
    display: block;
    height: auto;
    font-size: 15px;
  }
}
.cta a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .cta a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .cta .item {
    width: 50%;
  }
}
.cta .item1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cta .item1 {
    margin-bottom: 0;
  }
}
.cta .item1 a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 168, 160)), to(rgb(189, 207, 20)));
  background: linear-gradient(to bottom, rgb(0, 168, 160), rgb(189, 207, 20));
}
@media screen and (max-width: 767px) {
  .cta .item1 a {
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 168, 160)), to(rgb(189, 207, 20)));
    background: linear-gradient(to right, rgb(0, 168, 160), rgb(189, 207, 20));
  }
}
.cta .item2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 112, 57)), to(rgb(255, 226, 0)));
  background: linear-gradient(to bottom, rgb(234, 112, 57), rgb(255, 226, 0));
}
@media screen and (max-width: 767px) {
  .cta .item2 a {
    background: -webkit-gradient(linear, left top, right top, from(rgb(234, 112, 57)), to(rgb(255, 226, 0)));
    background: linear-gradient(to right, rgb(234, 112, 57), rgb(255, 226, 0));
  }
}

@media screen and (max-width: 767px) {
  .footer .section-nav {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-ul li a .title {
    font-size: 14px;
  }
  .news-ul li a .time {
    width: 80px;
  }
  .news-ul li a .title {
    width: calc(100% - 80px);
  }
  .top1 .area1 .flex {
    display: block;
  }
  .top1 .area1 .flex li {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .top1 .area1 .flex li:last-child {
    margin-bottom: 0;
  }
}
.accordion-toggle {
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .parent-link {
    position: relative;
  }
  .footer .bottom2 ul {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .toggle-icon {
    font-size: 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 400;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 40px;
    text-align: right;
    padding: 12px 0px 13px 10px;
  }
}
@media screen and (min-width: 768px) {
  .toggle-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .bottom .left {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .sp-section-title {
    padding-left: 20px;
  }
  .sp-no-inner {
    padding: 0 0 0 0px;
  }
  .top1 .area1 .flex li {
    margin-right: 10px !important;
    margin-top: 0 !important;
  }
  .top1 .area1 .flex {
    padding-left: 20px;
    padding-right: 10px;
  }
  .news-lists li a .title {
    font-size: 15px;
  }
  .news-lists li a .flex {
    display: block;
  }
  .news-lists li a .title {
    width: 100%;
  }
  .news-lists li a .time {
    margin-bottom: 10px;
  }
  .top1 .area-flex .area2:last-child .section-title .ja {
    line-height: 1.4;
    text-align: left;
  }
  .section-lead {
    text-align: left;
    font-size: 13px;
  }
  .section-now .slick-next {
    display: none !important;
  }
  .section-now .slick-prev {
    display: none !important;
  }
  .section-now ul li {
    margin: 0 10px;
  }
  .feature ul li .title {
    font-size: 20px;
  }
  .voice .swiper-backface-hidden .swiper-slide {
    padding-right: 19px !important;
    margin-top: 0;
  }
  .voice ul li .text1 span {
    font-size: 15px;
  }
}
.top-slider .slide-item {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.top-slider .slide-item.fade-in {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-mv .contents .title span {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.top-mv .contents .title.visible span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-mv .contents p {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.top-mv .contents p.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .cta {
    opacity: 0;
    -webkit-transform: translate(100px, -50%);
            transform: translate(100px, -50%);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .cta.visible {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.header.top-heading {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.header.top-heading.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-icon.top-drawer {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.drawer-icon.top-drawer.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .fade-up {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}

.fade-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-up:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.fade-up:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fade-up:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fade-up:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fade-up:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fade-up:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade-up:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.fade-up:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.fade-up:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.fade-up:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.fade-up:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.fade-up:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

body,
html {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .voice ul {
    overflow: visible;
  }
  .top1 .area1 .flex {
    overflow: visible;
  }
  .swiper-pagination-bullet-active {
    background: rgb(0, 168, 160);
  }
  .swiper1 .fade-up:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper1 .fade-up:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper1 .fade-up:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper1 .swiper-pagination {
    height: auto;
    bottom: -10px;
  }
  .swiper2 .fade-up:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper2 .fade-up:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper2 .fade-up:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper2 .swiper-pagination {
    height: auto;
    bottom: -20px;
  }
  .section-now-slider .fade-up:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-now-slider .fade-up:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-now-slider .fade-up:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-now-slider .fade-up:nth-child(4) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(5) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(6) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(7) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(8) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(9) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(10) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .voice ul .fade-up:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .voice ul .fade-up:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .voice ul .fade-up:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .voice ul .fade-up:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .voice ul .fade-up:nth-child(5) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .voice ul .fade-up:nth-child(6) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .swiper1 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .swiper2-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-now-slider-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-now-slider .fade-up:nth-child(4) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(5) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(6) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(7) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(8) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(9) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .section-now-slider .fade-up:nth-child(10) {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .section-now .slick-dots {
    bottom: -20px;
  }
  .section-now .slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
  }
  .section-now .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .section-now .slick-dots li button:before {
    padding: 0;
    width: 8px;
    height: 8px;
    font-size: 11px;
  }
  .section-now .slick-dots li.slick-active button:before {
    color: rgb(0, 168, 160);
    opacity: 1;
  }
  .section-now .slick-dots li button:before {
    opacity: 0.25px;
  }
}

@media screen and (max-width: 767px) {
  .top-mv .slide-item::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  .feature ul {
    max-width: initial;
  }
}
.section-mv {
  padding: 80px 0 0px;
}
@media screen and (max-width: 767px) {
  .section-mv {
    padding: 40px 0 30px;
  }
}
.section-mv .en {
  color: rgb(155, 155, 155);
  font-size: 16px;
  font-family: "Anton", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-mv .en {
    font-size: 14px;
  }
}
.section-mv h1 {
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-mv h1 {
    font-size: 32px;
  }
}

.news-archive .main ul li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgb(204, 204, 204);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-archive .main ul li a:hover {
  opacity: 0.6;
}
.news-archive .main ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news-archive .main ul li .flex {
    display: block;
  }
}
.news-archive .main ul li .flex .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .news-archive .main ul li .flex .info {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-archive .main ul li .flex .info .time {
  color: rgb(155, 155, 155);
  margin-right: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news-archive .main ul li .flex .info .time {
    font-size: 12px;
  }
}
.news-archive .main ul li .flex .info .category {
  background: rgb(204, 241, 239);
  color: #fff;
  font-size: 13px;
  border-radius: 70px;
  color: rgb(0, 168, 160);
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .news-archive .main ul li .flex .info .category {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.news-archive .main ul li .flex .title {
  width: calc(100% - 320px);
  font-size: 16px;
  color: rgb(43, 43, 43);
}
@media screen and (max-width: 767px) {
  .news-archive .main ul li .flex .title {
    font-size: 15px;
    width: 100%;
  }
}

.main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
}
.main-flex.main-flex2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .main-flex {
    display: block;
  }
}
.main-flex .sub {
  width: 200px;
  background: rgb(189, 207, 20);
  padding: 30px 30px 30px 0;
  position: relative;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 20;
}
.main-flex .sub.orange {
  background: rgb(234, 112, 57);
}
.main-flex .sub.orange::after {
  background: rgb(234, 112, 57);
}
@media screen and (max-width: 1000px) {
  .main-flex .sub {
    display: none;
  }
}
.main-flex .sub::after {
  position: absolute;
  top: 0;
  left: -1000%;
  width: 1000%;
  height: 100%;
  content: "";
  background: rgb(189, 207, 20);
}
.main-flex .sub .sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.main-flex .sub ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}
.main-flex .sub ul li::before {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 1px;
  content: "";
  background: #fff;
}
.main-flex .sub ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-bottom: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-flex .sub ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.main-flex .sub ul li a:hover::after {
  width: 100%;
}
.main-flex .main {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1000px) {
  .main-flex .main {
    width: 100%;
  }
}

/* ラッパー要素が必要（position: relativeで包む） */
.sidebar-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .career4 ul {
    padding: 0 !important;
  }
}
.bread {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .bread {
    padding-top: 0px;
  }
}
.bread a,
.bread span {
  color: rgb(155, 155, 155);
  font-size: 11px;
  display: inline-block;
}
.bread a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.bread a:hover {
  opacity: 0.6;
}
.bread .center {
  margin: 0 10px;
}

.single-news .inner {
  max-width: 920px;
}
.single-news .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-news .info {
    width: 100%;
    margin-bottom: 10px;
  }
}
.single-news .info .time {
  color: rgb(155, 155, 155);
  margin-right: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single-news .info .time {
    font-size: 12px;
  }
}
.single-news .info .category {
  background: rgb(204, 241, 239);
  color: #fff;
  font-size: 13px;
  border-radius: 70px;
  color: rgb(0, 168, 160);
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .single-news .info .category {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.single-news h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single-news h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.single-news h2 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 168, 160);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single-news h2 {
    font-size: 22px;
  }
}
.single-news .thumbnail {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single-news .thumbnail {
    margin-bottom: 25px;
  }
}
.single-news .contents {
  margin-bottom: 60px;
}
.single-news .contents img {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .single-news .contents img {
    margin: 20px 0;
  }
}
.single-news .contents a {
  font-size: 16px;
  color: rgb(0, 168, 160);
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single-news .contents a {
    font-size: 15px;
  }
}
.single-news .contents a:hover {
  opacity: 0.6;
}
.single-news .contents p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single-news .contents p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.single-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
}
.single-pagenation a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-pagenation a:hover {
  opacity: 0.6;
}
.single-pagenation .item-center a {
  font-size: 16px;
  font-weight: 700;
  color: rgb(0, 168, 160);
}
@media screen and (max-width: 767px) {
  .single-pagenation .item-center a {
    font-size: 14px;
  }
}
.single-pagenation .item1 a {
  font-size: 16px;
  font-weight: 700;
  color: rgb(155, 155, 155);
}
@media screen and (max-width: 767px) {
  .single-pagenation .item1 a {
    font-size: 14px;
  }
}
.single-pagenation .item1.left span {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .single-pagenation .item1.left span {
    margin-right: 6px;
  }
}
.single-pagenation .item1.right span {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .single-pagenation .item1.right span {
    margin-left: 6px;
  }
}
.single-pagenation .item1 span {
  display: inline-block;
  width: 10px;
  position: relative;
  top: -1px;
}
.single-pagenation .item1 span img {
  vertical-align: middle;
}

.page-mv {
  margin: 80px 0 50px;
}
.page-mv img {
  width: 78%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-mv img {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .page-mv {
    margin: 40px 0 0px;
  }
}

.page-mv-about {
  position: relative;
}
.page-mv-about::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  height: 85.02%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(189, 207, 20)), to(rgb(0, 168, 160)));
  background-image: linear-gradient(to right, rgb(189, 207, 20), rgb(0, 168, 160));
  opacity: 0.2;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
@media screen and (max-width: 767px) {
  .page-mv-about::after {
    height: 77.46%;
  }
}
.page-mv-about.page-mv2::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 226, 0)), to(rgb(234, 112, 57)));
  background-image: linear-gradient(to right, rgb(255, 226, 0), rgb(234, 112, 57));
  opacity: 0.2;
}

.min-section {
  padding: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .min-section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .min-section:last-child {
    padding-bottom: 0;
  }
}

.section-title2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: rgb(4, 80, 106);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-title2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.section-title2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(189, 207, 20)), to(rgb(0, 168, 160)));
  background-image: linear-gradient(to right, rgb(189, 207, 20), rgb(0, 168, 160));
}
.section-title2.orange::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 226, 0)), to(rgb(234, 112, 57)));
  background-image: linear-gradient(to right, rgb(255, 226, 0), rgb(234, 112, 57));
}

.section-title3 {
  color: rgb(234, 112, 57);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 12px;
  }
}
.section-title3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(234, 112, 57);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .section-title3::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .section-title3 {
    margin-bottom: 20px;
  }
}

.about2 ul li {
  padding: 20px 0;
  border-top: 1px solid rgb(238, 238, 238);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about2 ul li:last-child {
  border-bottom: 1px solid rgb(238, 238, 238);
}
.about2 ul li .num {
  font-weight: 700;
  font-size: 20px;
  color: rgb(0, 168, 160);
  width: 70px;
}
@media screen and (max-width: 767px) {
  .about2 ul li .num {
    width: 40px;
  }
}
.about2 ul li p {
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .about2 ul li p {
    font-size: 16px;
    width: calc(100% - 40px);
  }
}

.about3 ul li {
  padding: 40px 0;
  border-bottom: 1px solid rgb(238, 238, 238);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about3 ul li {
    padding: 30px 0 25px;
  }
}
.about3 ul li:first-child {
  padding-top: 0;
}
.about3 ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .about3 ul li {
    display: block;
  }
}
.about3 ul li .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .about3 ul li .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.about3 ul li .contents {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about3 ul li .contents {
    width: 100%;
  }
}
.about3 ul li .contents h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about3 ul li .contents h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.about3 ul li .contents p {
  font-size: 15px;
}

.about-loop {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about-loop {
    margin-bottom: 50px;
  }
}
.about-loop ul li {
  margin: 0 10px;
}

.about-loop .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-loop img {
  width: 100%;
  height: 100%;
  /* 画像の高さを統一 */
  -o-object-fit: cover;
     object-fit: cover;
  /* はみ出さずトリミング */
}

.about4 ul li {
  padding: 20px 0;
  border-top: 1px solid rgb(238, 238, 238);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .about4 ul li {
    font-size: 15px;
    display: block;
  }
}
.about4 ul li:last-child {
  border-bottom: 1px solid rgb(238, 238, 238);
}
.about4 ul li .dt {
  font-weight: bold;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .about4 ul li .dt {
    width: 100%;
    margin-bottom: 7px;
  }
}
.about4 ul li .dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .about4 ul li .dd {
    width: 100%;
  }
}

.about5 ul li .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgb(244, 244, 244);
}
@media screen and (max-width: 767px) {
  .about5 ul li .row {
    display: block;
  }
}
.about5 ul li .row:last-child {
  border-bottom: 1px solid rgb(244, 244, 244);
}
.about5 ul li .row .dt {
  padding: 20px;
  font-weight: bold;
  text-align: center;
  color: rgb(4, 80, 106);
  background: rgb(244, 244, 244);
  width: 220px;
}
@media screen and (max-width: 767px) {
  .about5 ul li .row .dt {
    width: 100%;
    padding: 15px 20px;
  }
}
.about5 ul li .row .dd {
  padding: 20px;
  width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .about5 ul li .row .dd {
    width: 100%;
    padding: 15px 20px;
  }
}
.about5 ul li .row:nth-child(2n) .dt {
  background: rgb(238, 238, 238);
}

.about6 {
  margin-bottom: 0;
}
.about6 .map {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about6 .map {
    margin-bottom: 25px;
  }
}
.about6 .map .wrap {
  position: relative;
  padding-top: 50%;
}
@media screen and (max-width: 767px) {
  .about6 .map .wrap {
    padding-top: 60%;
  }
}
.about6 .map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about6 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
@media screen and (max-width: 767px) {
  .about6 .flex {
    display: block;
  }
}
.about6 .flex .img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .about6 .flex .img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
  }
}
.about6 .flex .contents {
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .about6 .flex .contents {
    width: 100%;
  }
}
.about6 .flex .contents p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .about6 .flex .contents p {
    font-size: 15px;
  }
}
.about6 .bottom {
  padding-top: 20px;
}
.about6 .bottom h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .about6 .bottom h3 {
    font-size: 18px;
  }
}
.about6 .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.about6 .btn a {
  color: rgb(0, 168, 160);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  position: relative;
}
.about6 .btn a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/map-arrow.png) no-repeat center center/cover;
}
.about6 .btn a:hover {
  opacity: 0.6;
}

.curr1 .lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .curr1 .lead {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.curr1 .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.curr1 .area .left {
  width: calc(100% - 124px);
}
@media screen and (max-width: 767px) {
  .curr1 .area .left {
    width: calc(100% - 79px);
  }
}
.curr1 .area .right {
  width: 104px;
  background: rgb(244, 244, 244);
  position: relative;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right {
    width: 72px;
  }
}
.curr1 .area .right .text {
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.2px;
  padding: 10px 15px 10px;
  border-radius: 40px;
  text-orientation: mixed;
  /* 英数字は横向き */
  white-space-collapse: nowrap;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text {
    font-size: 12px;
    padding: 10px 12px 10px;
  }
}
.curr1 .area .right .text span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  padding: 2px 0;
}
.curr1 .area .right .text1 {
  background: #fff;
  color: rgb(0, 168, 160);
  border: 1px solid rgb(0, 168, 160);
  position: absolute;
  top: 5%;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text1 {
    left: 7px;
  }
}
.curr1 .area .right .text2 {
  background: #fff;
  color: rgb(0, 168, 160);
  border: 1px solid rgb(0, 168, 160);
  position: absolute;
  top: 32%;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text2 {
    left: 7px;
  }
}
.curr1 .area .right .text3 {
  background: #fff;
  color: rgb(0, 168, 160);
  border: 1px solid rgb(0, 168, 160);
  position: absolute;
  top: 62%;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text3 {
    left: 7px;
    top: 58.5%;
  }
}
.curr1 .area .right .text4 {
  background: #fff;
  color: rgb(0, 168, 160);
  border: 1px solid rgb(0, 168, 160);
  position: absolute;
  bottom: 15%;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text4 {
    left: 7px;
  }
}
.curr1 .area .right .text5 {
  background: #fff;
  color: rgb(0, 168, 160);
  border: 1px solid rgb(0, 168, 160);
  position: absolute;
  bottom: 2%;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text5 {
    left: 7px;
    bottom: 3%;
  }
}
.curr1 .area .right .text6 {
  background: #fff;
  color: rgb(0, 168, 160);
  border: 1px solid rgb(0, 168, 160);
  position: absolute;
  bottom: 4.5%;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text6 {
    right: 7px;
  }
}
.curr1 .area .right .text7 {
  background: #fff;
  color: rgb(255, 226, 0);
  border: 1px solid rgb(4, 80, 106);
  position: absolute;
  background: rgb(4, 80, 106);
  top: 22%;
  right: 15px;
  height: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text7 {
    right: 7px;
    top: 24%;
  }
}
.curr1 .block {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .curr1 .block {
    display: block;
  }
}
.curr1 .block:last-child {
  margin-bottom: 0;
}
.curr1 .block:nth-child(2n) .time {
  background: rgb(189, 207, 20);
}
.curr1 .block:nth-child(2n) .contents {
  background: rgb(252, 253, 240);
}
.curr1 .block:nth-child(2n) .contents h3 {
  color: rgb(189, 207, 20);
}
.curr1 .block:nth-child(2n) .contents .box {
  background: rgb(245, 249, 204);
}
.curr1 .block:nth-child(2n) .contents .box ul li span {
  color: rgb(175, 192, 16);
}
.curr1 .block .time {
  background: rgb(0, 168, 160);
  color: #fff;
  width: 54px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
}
@media screen and (max-width: 767px) {
  .curr1 .block .time {
    width: 100%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-orientation: initial;
    padding: 7px 10px;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .curr1 .block .time .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.curr1 .block .contents {
  width: calc(100% - 64px);
  padding: 30px 40px;
  background: rgb(245, 252, 252);
}
@media screen and (max-width: 767px) {
  .curr1 .block .contents {
    width: 100%;
    padding: 20px;
  }
}
.curr1 .block .contents h3 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 168, 160);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .curr1 .block .contents h3 {
    font-size: 16px;
  }
}
.curr1 .block .contents p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .curr1 .block .contents p {
    font-size: 15px;
  }
}
.curr1 .block .contents .box {
  margin-top: 20px;
  background: rgb(204, 241, 239);
  padding: 20px 20px;
}
.curr1 .block .contents .box ul li {
  font-size: 13px;
  margin-bottom: 4px;
}
.curr1 .block .contents .box ul li:last-child {
  margin-bottom: 0;
}
.curr1 .block .contents .box ul li span {
  color: rgb(0, 168, 160);
}
.curr1 .block .contents .box .white-box {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}
.curr1 .block .contents .box .white-box h4 {
  font-size: 13px;
  font-weight: 700;
  color: rgb(0, 168, 160);
  margin-bottom: 7px;
}
.curr1 .block .contents .box .white-box p {
  font-size: 13px;
}

.curr2 ul li {
  margin-bottom: 20px;
  background: rgb(245, 252, 252);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .curr2 ul li {
    padding: 20px;
  }
}
.curr2 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .curr2 ul li {
    margin-bottom: 20px;
  }
}
.curr2 ul li .num {
  max-width: 35px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .curr2 ul li .num {
    max-width: 26px;
    margin-right: 20px;
  }
}
.curr2 ul li .contents h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(0, 168, 160);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .curr2 ul li .contents h3 {
    font-size: 18px;
  }
}
.curr2 ul li .contents p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .curr2 ul li .contents p {
    font-size: 15px;
  }
}

.curr3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .curr3 ul {
    display: block;
  }
}
.curr3 ul li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .curr3 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .curr3 ul li:last-child {
    margin-bottom: 0;
  }
}
.curr3 h3 {
  color: rgb(0, 168, 160);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid rgb(238, 238, 238);
  position: relative;
  cursor: pointer;
}
.curr3 h3::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8.5px;
  width: 14px;
  height: 3px;
  background: rgb(0, 168, 160);
}
.curr3 h3::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  width: 3px;
  height: 15px;
  background: rgb(0, 168, 160);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.curr3 h3.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.curr3 h3.active:after {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.curr3 .contents {
  font-size: 13px;
  padding-top: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .curr3 .contents {
    padding-top: 15px;
  }
}

.footer {
  position: relative;
  z-index: 3;
}

.curr4 {
  position: relative;
}
.curr4::after {
  top: 0;
  left: -2000%;
  content: "";
  width: 4000%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgb(245, 252, 252);
  pointer-events: none;
  z-index: -1;
}

.curr4 .curr4-flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .curr4 .curr4-flex1 {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .curr4 .curr4-flex1 li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .curr4 .curr4-flex1 li:nth-child(3n) {
    margin-right: 0;
  }
  .curr4 .curr4-flex1 li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .curr4 .curr4-flex1 li {
    width: 100%;
    margin-bottom: 50px;
  }
  .curr4 .curr4-flex1 li:last-child {
    margin-bottom: 70px;
  }
}
.curr4 .curr4-flex1 li .img {
  margin-bottom: 15px;
}
.curr4 .curr4-flex1 li h3 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(0, 168, 160);
  margin-bottom: 10px;
}
.curr4 .curr4-flex1 li p {
  font-size: 15px;
}
.curr4 .box {
  background: #fff;
  padding: 50px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .curr4 .box {
    padding: 50px 20px 20px;
  }
}
.curr4 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .curr4 .box ul {
    display: block;
  }
}
.curr4 .box h3 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(234, 112, 57);
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.curr4 .box h3 .wrap {
  display: inline-block;
  border-bottom: 4px solid rgb(234, 112, 57);
}
@media screen and (max-width: 767px) {
  .curr4 .sp-center {
    text-align: center;
    margin-bottom: 5px;
  }
}
.curr4 .curr4-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .curr4 .curr4-flex2 {
    display: block;
  }
}
.curr4 .curr4-flex2 li {
  width: 47%;
  padding: 10px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .curr4 .curr4-flex2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .curr4 .curr4-flex2 li:last-child {
    margin-bottom: 0;
  }
}
.curr4 .curr4-flex2 li:nth-child(1) {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .curr4 .curr4-flex2 li:nth-child(1) {
    padding: 0;
  }
}
.curr4 .curr4-flex2 li:nth-child(1) span {
  background: rgb(234, 112, 57);
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px;
}
.curr4 .curr4-flex2 li:nth-child(1) p {
  font-size: 15px;
  margin-top: 10px;
}
.curr4 .curr4-flex2 li:nth-child(2) {
  background: rgb(255, 247, 243);
}
.curr4 .curr4-flex2 li:nth-child(2) p {
  font-size: 13px;
}
.curr4 .curr4-flex2 li:nth-child(2) p:first-child {
  margin-bottom: 20px;
}
.curr4 .curr4-flex2 li:nth-child(2) p span {
  font-weight: 700;
  font-size: 13px;
  color: rgb(234, 112, 57);
  display: block;
}

.career2 {
  position: relative;
}
.career2::after {
  top: 0;
  left: -2000%;
  content: "";
  width: 4000%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgb(255, 247, 243);
  pointer-events: none;
  z-index: -1;
}

.career3 {
  position: relative;
}
.career3::after {
  top: 0;
  left: -2000%;
  content: "";
  width: 4000%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgb(255, 247, 243);
  pointer-events: none;
  z-index: -1;
}

.section-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-block {
    margin-bottom: 80px;
  }
}
.section-block:last-child {
  margin-bottom: 0;
}

.career1 .main-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 226, 0)), color-stop(40%, rgb(234, 112, 57)));
  background-image: linear-gradient(to right, rgb(255, 226, 0), rgb(234, 112, 57) 40%);
  color: #fff;
}
.career1 .lists1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career1 .lists1 {
    display: block;
  }
}
.career1 .lists1 li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .career1 .lists1 li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.career1 .lists1 li .img {
  margin-bottom: 15px;
}
.career1 .lists1 li h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.career1 .lists1 li p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .career1 .lists1 li p {
    font-size: 15px;
  }
}
.career1 .lists2 li {
  margin-bottom: 20px;
  background: rgb(255, 252, 230);
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career1 .lists2 li {
    padding: 20px;
    display: block;
  }
}
.career1 .lists2 li:last-child {
  margin-bottom: 0;
}
.career1 .lists2 li .title {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 226, 0)), to(rgb(234, 112, 57)));
  background-image: linear-gradient(to right, rgb(255, 226, 0), rgb(234, 112, 57));
  border-radius: 40px;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 152px;
  margin-right: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career1 .lists2 li .title {
    padding: 3px 10px;
    margin-bottom: 10px;
  }
}
.career1 .lists2 li p {
  font-size: 16px;
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .career1 .lists2 li p {
    font-size: 15px;
    width: 100%;
  }
}
.career1 .lists3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career1 .lists3 {
    display: block;
  }
}
.career1 .lists3 li {
  padding: 40px 30px;
  background: rgb(255, 252, 230);
  width: 48%;
}
@media screen and (max-width: 767px) {
  .career1 .lists3 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .career1 .lists3 li:last-child {
    margin-bottom: 0;
  }
}
.career1 .lists3 li h4 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(234, 112, 57);
  padding: 5px 30px;
  border: 2px solid rgb(234, 112, 57);
  border-radius: 40px;
  text-align: center;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.career1 .lists3 li .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .career1 .lists3 li .img {
    height: 280px;
    position: relative;
  }
  .career1 .lists3 li .img .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .career1 .lists3 li .img {
    text-align: center;
    margin: 0 auto;
  }
  .career1 .lists3 li .img .wrap {
    margin: 0 auto;
  }
  .career1 .lists3 li .img img {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 30px;
  }
}
.career1 .lists3 li:nth-child(1) .img .wrap {
  width: 70%;
}
.career1 .lists3 li .text1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .career1 .lists3 li .text1 {
    font-size: 15px;
  }
}
.career1 .lists3 li .text1 span {
  display: block;
  color: rgb(234, 112, 57);
  font-weight: 700;
}
.career1 .lists3 li .text2 {
  font-size: 11px;
  color: rgb(155, 155, 155);
}

.career2 .lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .career2 .lead {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.career2 .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .career2 .flex3 {
    padding: 30px 20px;
    display: block;
  }
}
.career2 .flex3 .img {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .career2 .flex3 .img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.career2 .flex3 .contents {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .career2 .flex3 .contents {
    width: 100%;
  }
}
.career2 .flex3 h4 {
  color: rgb(234, 112, 57);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .career2 .flex3 h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .career2 .flex3 p {
    font-size: 16px;
  }
}

.common-feature li {
  margin-bottom: 20px;
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .common-feature li {
    padding: 20px;
  }
}
.common-feature li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .common-feature li {
    margin-bottom: 20px;
  }
}
.common-feature li .num {
  max-width: 35px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .common-feature li .num {
    max-width: 26px;
    margin-right: 20px;
  }
}
.common-feature li .contents h3 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(234, 112, 57);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .common-feature li .contents h3 {
    font-size: 18px;
  }
}
.common-feature li .contents p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .common-feature li .contents p {
    font-size: 15px;
  }
}

.career3 .box-white-cureer {
  background: #fff;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .career3 .box-white-cureer {
    padding: 20px;
    padding-top: 20px;
  }
}
.career3 .box-white-cureer h4 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(234, 112, 57);
}
.career3 .box-white-cureer p {
  font-size: 13px;
}
.career3 .lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .career3 .lead {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.career3 .flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career3 .flex4 {
    display: block;
  }
}
.career3 .flex4 .item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .career3 .flex4 .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .career3 .flex4 .item:last-child {
    margin-bottom: 0;
  }
}
.career3 .flex4 .item .img {
  margin-bottom: 15px;
}
.career3 .flex4 .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .career3 .flex4 .item h4 {
    font-size: 18px;
  }
}
.career3 .flex4 .item p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .career3 .flex4 .item p {
    font-size: 15px;
  }
}
.career3 .lists3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career3 .lists3 {
    display: block;
  }
}
.career3 .lists3 li {
  padding: 40px 30px;
  background: #fff;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .career3 .lists3 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .career3 .lists3 li:last-child {
    margin-bottom: 0;
  }
}
.career3 .lists3 li h4 {
  text-align: center;
}
.career3 .lists3 li h4 .wrap {
  font-size: 18px;
  font-weight: 700;
  color: rgb(234, 112, 57);
  padding: 5px 30px;
  border: 2px solid rgb(234, 112, 57);
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  display: inline-block;
}
.career3 .lists3 li:first-child .heading {
  padding-bottom: 20px;
}
.career3 .lists3 li:first-child .heading .text1 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.career3 .lists3 li:first-child .heading .text2 {
  font-family: "Anton", "Noto Sans JP", sans-serif;
  color: rgb(4, 80, 106);
  font-size: 110px;
  text-align: center;
  line-height: 1;
}
.career3 .lists3 li:first-child .heading .text2 span {
  font-size: 50%;
}
.career3 .lists3 li:first-child .dl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 1;
  max-width: 320px;
  margin: 0 auto;
}
.career3 .lists3 li:first-child .dl .row .th {
  border-right: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  text-align: center;
}
.career3 .lists3 li:first-child .dl .row .th:first-child {
  width: 40%;
  padding: 10px;
}
.career3 .lists3 li:first-child .dl .row .th:nth-child(2) {
  width: 30%;
  padding: 10px;
}
.career3 .lists3 li:first-child .dl .row .th:nth-child(2) span {
  background: rgb(254, 239, 121);
  border-radius: 20px;
  text-align: center;
  padding: 5px 0px;
  width: 100%;
  display: block;
}
.career3 .lists3 li:first-child .dl .row .th:nth-child(3) {
  width: 30%;
  border-right: none;
  padding: 10px;
}
.career3 .lists3 li:first-child .dl .row .th:nth-child(3) span {
  background: rgb(254, 239, 121);
  border-radius: 20px;
  text-align: center;
  padding: 5px 0px;
  width: 100%;
  display: block;
}
.career3 .lists3 li:first-child .dl .row .dt {
  border-right: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
}
.career3 .lists3 li:first-child .dl .row .dt:first-child {
  width: 40%;
  padding: 19px 10px 15px;
}
.career3 .lists3 li:first-child .dl .row .dt:nth-child(2) {
  width: 30%;
  padding: 15px 10px;
  font-size: 18px;
  text-align: center;
}
.career3 .lists3 li:first-child .dl .row .dt:nth-child(3) {
  width: 30%;
  border-right: none;
  padding: 10px;
  color: rgb(234, 112, 57);
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.career3 .lists3 li:first-child .dl .row .dt:nth-child(3) span {
  font-size: 60%;
}
.career3 .lists3 li:nth-child(2) .heading {
  padding: 30px 0;
}
.career3 .lists3 li:nth-child(2) .heading .text1 {
  font-size: 16px;
  text-align: center;
}
.career3 .lists3 li:nth-child(2) .heading .text2 {
  color: rgb(234, 112, 57);
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
.career3 .lists3 li:nth-child(2) p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .career3 .lists3 li:nth-child(2) p {
    font-size: 15px;
  }
}

.common-feature li a {
  color: rgb(234, 112, 57);
  margin-top: 5px;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-feature li a:hover {
  opacity: 0.6;
}

.career4 {
  padding-bottom: 0;
}
.career4 .swiper2 .swiper-pagination {
  bottom: -30px;
}
.career4 .swiper-pagination-bullet-active {
  background: rgb(234, 112, 57);
}
.career4 .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .career4 ul li {
    width: 30.5%;
  }
}
.career4 ul li .text2 {
  font-size: 12px;
}
.career4 ul li .text3 {
  font-size: 10px;
}
.career4 ul li .name {
  font-size: 14px;
  font-weight: 700;
}
.career4 .lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .career4 .lead {
    margin-bottom: 20px;
  }
}
.career4 ul li .text1 span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 226, 0)), to(rgb(234, 112, 57)));
  background: linear-gradient(to right, rgb(255, 226, 0), rgb(234, 112, 57));
}
.career4 .sec1-btn {
  text-align: right !important;
}
.career4 .sec1-btn .arrow-wrap-green {
  width: 32px;
  height: 32px;
  background-color: rgb(234, 112, 57);
  border: 1px solid rgb(234, 112, 57);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.career4 .arrow-green {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}
.career4 .btn .sec1-btn a .sec1-flex .text {
  border-bottom: 2px solid rgb(234, 112, 57);
}
.career4 .btn .sec1-btn a:hover::after {
  color: rgb(234, 112, 57);
  left: -37px;
}

.career4 .btn .sec1-btn a::after {
  color: rgb(234, 112, 57);
}
.career4 .btn .sec1-btn a:hover .arrow-wrap-green {
  background: #fff;
}
.career4 .btn .sec1-btn a:hover .arrow-green {
  border-left: 6px solid rgb(234, 112, 57);
}

.section-lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-lead {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.cam1 .slick-track {
  margin: 0 !important;
}
.cam1 .swiper-horizontal {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .cam1 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .cam1 {
    padding-bottom: 40px;
  }
}
.cam1 .slick-list {
  overflow: visible;
}
.cam1 .slick-prev,
.cam1 .slick-next {
  width: 50px;
  height: 50px;
  z-index: 6;
}
.cam1 .slick-prev {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1 !important;
}
.cam1 .slick-prev:hover {
  background-color: rgb(0, 168, 160);
}
.cam1 .slick-prev:hover::before {
  border-right: 10px solid rgb(255, 255, 255);
}
.cam1 .slick-next {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1 !important;
}
.cam1 .slick-next:hover {
  background-color: rgb(0, 168, 160);
}
.cam1 .slick-next:hover::before {
  border-left: 10px solid rgb(255, 255, 255);
}
.cam1 .slick-prev:before {
  opacity: 1 !important;
  content: "";
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid rgb(0, 168, 160);
  /* ティール系の色 */
}
.cam1 .slick-next:before {
  opacity: 1 !important;
  content: "";
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid rgb(0, 168, 160);
  /* ティール系の色 */
}
.cam1 .slick-prev {
  content: "";
}
.cam1 .slick-next {
  content: "";
}
.cam1 .slick-next:before {
  content: "";
}
@media screen and (min-width: 768px) {
  .cam1 .slick-next {
    top: -70px;
  }
  .cam1 .slick-prev {
    top: -70px;
    left: initial;
    right: 40px;
  }
}
.cam1 .cam-now-slider a {
  color: rgb(43, 43, 43);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cam1 .cam-now-slider a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cam1 .cam-now-slider .li {
  margin: 0 10px;
  background: rgb(255, 252, 230);
  border-radius: 8px;
  padding: 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .cam1 .cam-now-slider .li {
    padding: 20px;
  }
}
.cam1 .cam-now-slider .li .img {
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cam1 .cam-now-slider .li .img {
    margin-bottom: 10px;
  }
}
.cam1 .cam-now-slider .li .img .wrap {
  padding-top: 60%;
  position: relative;
}
.cam1 .cam-now-slider .li .img .wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cam1 .cam-now-slider .li .time {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cam1 .cam-now-slider .li .time {
    margin-bottom: 5px;
  }
}
.cam1 .cam-now-slider .li .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cam1 .cam-now-slider .li .title {
    font-size: 16px;
  }
}

.cam-en {
  font-family: "Anton", "Noto Sans JP", sans-serif;
  color: rgb(4, 80, 106);
  font-size: 18px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .cam-en {
    font-size: 15px;
    margin-bottom: 3px;
  }
}

.cam-h3 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 191, 0)), color-stop(40%, rgb(234, 112, 57)));
  background-image: linear-gradient(to right, rgb(255, 191, 0), rgb(234, 112, 57) 40%);
  display: inline-block;
  padding: 5px 20px;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cam-h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.section-lead2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-lead2 {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.cam1 .slick-prev {
  background: rgb(234, 112, 57);
  border: 1px solid rgb(234, 112, 57);
}

.cam1 .slick-prev:before {
  border-right: 10px solid #fff;
}

.cam1 .slick-next {
  background: rgb(234, 112, 57);
  border: 1px solid rgb(234, 112, 57);
}

.cam1 .slick-next:before {
  border-left: 10px solid #fff;
}

.cam1 .slick-next:hover {
  background: #fff;
}

.cam1 .slick-next:hover::before {
  border-left: 10px solid rgb(234, 112, 57);
}

.cam1 .slick-prev:hover {
  background: #fff;
}

.cam1 .slick-prev:hover::before {
  border-right: 10px solid rgb(234, 112, 57);
}

.cam1 .slick-prev {
  display: none;
}

.cam1 .slick-next {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  font-size: 0px !important;
}

.cam1 .li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(254, 239, 121);
}
.cam1 .li .icon {
  width: 52px;
  min-width: 52px;
  margin-right: 10px;
}
.cam1 .li .name {
  font-size: 13px;
  color: rgb(234, 112, 57);
  font-weight: 700;
}
.cam1 .li p {
  font-size: 13px;
  padding-top: 15px;
}
.cam1 .slick-dots li button:before {
  font-size: 12px;
}
.cam1 .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  font-size: 12px;
}
.cam1 .slick-dots li.slick-active button:before {
  color: rgb(234, 112, 57);
}
@media screen and (max-width: 767px) {
  .cam1 .slick-next {
    display: none !important;
  }
  .cam1 .slick-prev {
    display: none !important;
  }
  .cam1 .slick-dots {
    bottom: -35px;
  }
}

.cam1 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cam1 .slick-track li {
  height: auto;
}

@media screen and (max-width: 767px) {
  .cam1 {
    padding-bottom: 80px;
  }
}
.cam2 {
  position: relative;
}
.cam2::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: rgb(255, 247, 243);
  top: 0;
  left: -2000%;
  width: 4000%;
  height: 100%;
  position: absolute;
  content: "";
  pointer-events: none;
}
.cam2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cam2 .flex {
    display: block;
  }
}
.cam2 .flex .item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cam2 .flex .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .cam2 .flex .item:last-child {
    margin-bottom: 0;
  }
}
.cam2 .flex .item .img {
  margin-bottom: 20px;
}
.cam2 .flex .item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cam2 .flex .item h3 {
    font-size: 18px;
  }
}
.cam2 .flex .item p {
  font-size: 15px;
}

.cam4 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cam3 .tab-buttons,
.cam4 .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0px;
  border-bottom: 3px solid rgb(234, 112, 57);
}
@media screen and (max-width: 767px) {
  .cam3 .tab-buttons,
  .cam4 .tab-buttons {
    border-bottom: 2px solid rgb(234, 112, 57);
  }
}
.cam3 .tab-button,
.cam4 .tab-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: rgb(244, 244, 244);
  cursor: pointer;
  border-right: 1px solid #fff;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  color: rgb(155, 155, 155);
}
@media screen and (min-width: 768px) {
  .cam3 .tab-button,
  .cam4 .tab-button {
    padding: 20px 10px;
  }
}
.cam3 .tab-button:last-child,
.cam4 .tab-button:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .cam3 .tab-button,
  .cam4 .tab-button {
    min-height: 50px;
    height: 50px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .cam3 .tab-button .wrap,
  .cam4 .tab-button .wrap {
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
}
.cam3 .tab-button.active,
.cam4 .tab-button.active {
  background: rgb(234, 112, 57);
  color: white;
  font-weight: bold;
}
.cam3 .tab-content,
.cam4 .tab-content {
  display: none;
}
.cam3 .tab-content.active,
.cam4 .tab-content.active {
  display: block;
}

.cam3 .tab-contents {
  background: rgb(255, 247, 243);
  padding: 30px 0px;
}
@media screen and (max-width: 767px) {
  .cam3 .tab-contents {
    padding: 20px;
  }
}
.cam3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cam3 .flex {
    display: block;
  }
}
.cam3 .flex .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cam3 .flex .item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .cam3 .flex .item {
    width: 100%;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cam3 .flex .item:nth-child(2) {
    padding-top: 20px;
    border-top: 1px solid rgb(204, 204, 204);
  }
}
@media screen and (min-width: 768px) {
  .cam3 .flex .item:nth-child(2) {
    border-left: 1px solid rgb(204, 204, 204);
  }
}
.cam3 .flex .item h3 {
  color: rgb(234, 112, 57);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.cam3 .flex .item p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cam3 .flex .item p {
    font-size: 15px;
  }
}
.cam3 .flex .item .images {
  margin-top: 20px;
}
.cam3 .flex .item .images .img {
  margin-bottom: 20px;
}
.cam3 .flex .item .images .img:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cam3 .flex .item .images .dummy {
    display: none;
  }
}

.cam4 h3 {
  color: rgb(43, 43, 43);
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .cam4 h3 {
    padding: 10px 0;
    padding-right: 25px;
    font-size: 15px;
  }
}
.cam4 h3::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8.5px;
  width: 14px;
  height: 3px;
  background: rgb(234, 112, 57);
}
.cam4 h3::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  width: 3px;
  height: 15px;
  background: rgb(234, 112, 57);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cam4 h3.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cam4 h3.active:after {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cam4 .contents {
  font-size: 13px;
  padding-top: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .cam4 .contents {
    padding-top: 15px;
  }
}
.cam4 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cam4 .flex1 .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
  background: rgb(234, 112, 57);
  color: #fff;
  position: relative;
  border-radius: 50%;
}
.cam4 .flex1 .icon .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cam4 .flex1 p {
  padding-top: 7px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cam4 .flex1 p {
    font-size: 15px;
  }
}
.cam4 .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cam4 .flex2 .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
  background: rgb(255, 247, 243);
  color: rgb(234, 112, 57);
  position: relative;
  border-radius: 50%;
}
.cam4 .flex2 .icon .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cam4 .flex2 p {
  padding-top: 7px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cam4 .flex2 p {
    font-size: 15px;
  }
}
.cam4 .row {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .cam4 .row {
    padding: 20px 0;
  }
}

.page-mv-about::after {
  width: 0;
  /* 最初は幅ゼロ */
  -webkit-animation: expandLine 1s ease forwards;
          animation: expandLine 1s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  /* 1秒待ってから開始 */
}

@-webkit-keyframes expandLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes expandLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.bread {
  opacity: 0;
  -webkit-animation: fadeInBread 1s ease forwards;
          animation: fadeInBread 1s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes fadeInBread {
  to {
    opacity: 1;
  }
}

@keyframes fadeInBread {
  to {
    opacity: 1;
  }
}
.section-mv .en {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  /* 最初は上に20pxずらす */
  -webkit-animation: fadeInDown 1s ease forwards;
          animation: fadeInDown 1s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.section-mv h1 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  /* 最初は上に20pxずらす */
  -webkit-animation: fadeInDown 1s ease forwards;
          animation: fadeInDown 1s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-mv img {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  /* 最初は上に20pxずらす */
  -webkit-animation: fadeInDown2 1s ease forwards;
          animation: fadeInDown2 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeInDown2 {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown2 {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pagination {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination span {
  background: rgb(0, 168, 160);
  color: #fff;
  font-size: 18px;
  padding: 9px 16px;
  border-radius: 50%;
  margin: 0 5px;
}
.pagination a {
  margin: 0 5px;
  color: rgb(155, 155, 155);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination a:hover {
  opacity: 0.6;
}
.pagination .next,
.pagination .prev {
  display: none !important;
}

.cam2 .btn {
  margin-top: 20px;
}
.cam2 .btn .sec1-btn a .sec1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cam2 .btn .sec1-btn a .sec1-flex .text {
  border-bottom: 2px solid rgb(234, 112, 57);
}
.cam2 .btn .sec1-btn a span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cam2 .sec1-btn .arrow-wrap-green {
  width: 32px;
  height: 32px;
  background-color: rgb(234, 112, 57);
  border: 1px solid rgb(234, 112, 57);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.cam2 .btn .sec1-btn a .sec1-flex .text {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid rgb(234, 112, 57);
  padding-bottom: 3px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cam2 .arrow-green {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}
.cam2 .sec1-btn {
  text-align: right;
}
.cam2 .btn .sec1-btn a::after {
  content: attr(data-text);
  position: absolute;
  font-weight: 700;
  top: 85%;
  left: -19px;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0px, 19px) skew(0deg, 35deg);
  transform: translate(0px, 19px) skew(0deg, 35deg);
}
.cam2 a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cam2 .btn .sec1-btn a:hover::after {
  color: rgb(234, 112, 57);
  left: -37px;
}
.cam2 .btn .sec1-btn a:hover .arrow-green {
  border-left: 6px solid rgb(234, 112, 57);
}
.cam2 .btn .sec1-btn a:hover .arrow-wrap-green {
  background: #fff;
}
.cam2 .btn .sec1-btn a::after {
  color: rgb(234, 112, 57) !important;
}
.cam2 .btn .sec1-btn a::after {
  content: attr(data-text);
  position: absolute;
  font-weight: 700;
  top: 85%;
  left: -19px;
  width: 100%;
  color: rgb(0, 168, 160);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0px, 19px) skew(0deg, 35deg);
  transform: translate(0px, 19px) skew(0deg, 35deg);
}
.cam2 .btn .sec1-btn a:hover::after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translate(0px, -100%) skew(0);
  transform: translate(0px, -100%) skew(0);
}
.cam2 .btn .sec1-btn a:hover span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translate(0px, -150%) skew(0deg, 18deg);
  transform: translate(0px, -150%) skew(0deg, 18deg);
}

.wp-element-caption {
  text-align: center;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.single-news .thumbnail img {
  height: auto;
}

.section-lead-top {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .section-lead-top {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.voice .btn .sec1-btn a::after {
  -webkit-transform: translate(0px, 19px) skew(0deg, 28deg);
          transform: translate(0px, 19px) skew(0deg, 28deg);
}

.section-title .access-section-title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-title .access-section-title {
    margin-bottom: 35px;
  }
}

.footer .bottom .left {
  color: rgb(75, 75, 75);
}

.footer .section-nav .parent-link a {
  color: rgb(43, 43, 43);
}
.footer .section-nav .sub-lists li a {
  color: rgb(75, 75, 75);
}
.footer .section-nav .section-bottom ul li a {
  color: rgb(75, 75, 75);
}

@media screen and (max-width: 330px) {
  .header-inner {
    padding: 0 15px;
  }
  .inner {
    padding: 0 15px;
  }
  .drawer-icon-bar1,
  .drawer-icon-bar2,
  .drawer-icon-bar3 {
    width: 30px;
  }
  .drawer-icon-bars {
    width: 30px;
  }
  .drawer-icon {
    right: 15px;
  }
}
.curr3 .contents {
  color: #4b4b4b;
}

.curr1 .area .right .text2 {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .about-loop {
    margin-top: 50px;
  }
  .about-loop ul li {
    margin: 0 7px;
  }
  .about5 ul li .row .dt {
    width: 100%;
    padding: 12px 20px;
  }
  .about5 ul li .row .dd {
    width: 100%;
    padding: 12px 20px;
  }
  .curr1 .block .time {
    margin-bottom: 7px;
  }
}
.about {
  background: linear-gradient(to bottom, #ffffff 0px, #ffffff calc(100% - 200px), rgb(245, 252, 252) 100%);
}

.cam1 .cam-now-slider .li {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .cam2 .btn .sec1-btn a::after {
    font-size: 16px;
  }
  .career1 .main-title {
    font-size: 20px;
    padding: 5px;
  }
  .career1 .lists3 li {
    padding: 35px 20px;
  }
  .career1 .lists3 li:nth-child(1) .img .wrap {
    max-width: 160px;
  }
  .career3 .lists3 li:first-child .dl .row .dt:nth-child(2) {
    padding: 15px 0;
  }
  .career3 .lists3 li:first-child .dl .row .dt:nth-child(2) span {
    font-size: 13px;
  }
  .career3 .lists3 li:first-child .dl .row .dt:nth-child(3) {
    padding: 10px 0;
  }
  .career3 .lists3 li:first-child .dl .row .dt:first-child {
    text-align: center;
  }
}
.single-pagenation .item {
  width: 33.333%;
}
.single-pagenation .item-center {
  text-align: center;
}
.single-pagenation .right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .section-now .slick-list {
    padding-top: 20px;
  }
}

.section-now .slick-list {
  overflow-x: visible;
  overflow-y: clip;
  /* ← スクロール禁止、でも見た目は崩さない！ */
}

.section-mv h1 {
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .section-now .section-title .section-flex {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .section-now .slick-prev {
    top: -55px;
  }
  .section-now .slick-next {
    top: -55px;
  }
}
@media screen and (min-width: 768px) {
  .cam3 .flex .item p {
    min-height: 155px;
  }
  .cam3 .flex .item p {
    margin-bottom: 0;
  }
}
.cam4 .contents {
  padding-bottom: 20px;
}

.calendar-nav {
  background: rgb(0, 168, 160);
  width: 100%;
  padding: 10px 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .calendar-nav {
    padding: 10px;
  }
}

.calendar table {
  width: 100%;
}
.calendar th {
  width: 14.28%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 5px;
}
.calendar td {
  padding: 10px 5px;
  width: 14.28%;
  text-align: center;
}
.calendar tbody tr {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.calendar tbody td {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.calendar button {
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 60px;
}
.calendar button img {
  vertical-align: middle;
}
.calendar button:hover {
  opacity: 0.6;
}
.calendar .day-number {
  font-size: 12px;
  font-weight: 700;
}
.calendar .day-number.active .wrap {
  display: inline-block;
  padding: 10px;
  background: rgb(0, 168, 160);
  color: #fff;
  border-radius: 50%;
  padding: 3px 6px;
  margin-bottom: 3px;
}
.calendar .event-title {
  font-size: 10px;
  color: rgb(0, 168, 160);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .calendar .event-title {
    font-size: 8px;
    white-space: nowrap;
  }
}

#calendar-current-month {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #calendar-current-month {
    font-size: 16px;
  }
}

.access .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .access .flex .right .wrap {
    padding-top: 71.43%;
  }
}
html {
  min-width: 375px;
}

.curr4::after {
  background: rgb(245, 252, 252);
  z-index: 0;
}

.curr4 h2,
.curr4 ul,
.curr4 .box {
  position: relative;
  z-index: 1;
}

.about {
  background: linear-gradient(to bottom, #ffffff 0px, #ffffff calc(100% - 500px), rgb(245, 252, 252) 100%);
}

.calendar button {
  cursor: pointer;
}

.cam2 .btn .sec1-btn a::after {
  content: attr(data-text);
  position: absolute;
  font-weight: 700;
  top: 85%;
  left: 0px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0px, 39px) skew(0deg, 25deg);
          transform: translate(0px, 39px) skew(0deg, 25deg);
  text-align: left;
}

.cam2 .btn .sec1-btn a:hover::after {
  -webkit-transform: translate(0px, -100%) skew(0);
          transform: translate(0px, -100%) skew(0);
  width: 100%;
  left: 0;
}

.voice .btn .sec1-btn a::after {
  content: attr(data-text);
  position: absolute;
  font-weight: 700;
  top: 85%;
  left: 0px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0px, 39px) skew(0deg, 25deg);
          transform: translate(0px, 39px) skew(0deg, 25deg);
  text-align: left;
}

.voice .btn .sec1-btn a:hover::after {
  -webkit-transform: translate(0px, -100%) skew(0);
          transform: translate(0px, -100%) skew(0);
  width: 100%;
  left: 0;
}

.header .pc-nav li a {
  color: rgb(43, 43, 43);
}

@media screen and (max-width: 767px) {
  .top-mv .slide-item::before {
    bottom: -7px;
  }
  .section-title .en {
    margin-right: 15px;
  }
  .career {
    padding-bottom: 120px;
  }
  .career4 .lead {
    font-size: 15px;
  }
  .career3 .box-white-cureer p {
    line-height: 1.8;
  }
  .common-feature li .num {
    min-width: 26px;
  }
  .common-feature li .contents {
    width: calc(100% - 46px);
  }
  .curr2 ul li .num {
    min-width: 26px;
  }
  .curr2 ul li .contents {
    width: calc(100% - 46px);
  }
  .career3 .lead {
    margin-bottom: 30px;
  }
  .about2 ul li .num {
    min-width: 40px;
  }
  .about5 ul li .row .dt {
    font-size: 15px;
  }
  .about5 ul li .row .dd {
    font-size: 15px;
  }
  .section-nav .section-lists-item .accordion-toggle {
    padding-top: 23px;
    padding-bottom: 18px;
  }
  .voice ul li .text1 span {
    display: inline-block;
  }
  .voice ul li .text1 span:first-child {
    margin-bottom: 3px;
  }
  .section-now {
    padding-bottom: 70px;
  }
  .section-now .slick-dots {
    bottom: -30px;
  }
  .section-now .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}
.section-mv .en {
  letter-spacing: 1.28px;
}

.section-mv h1 {
  letter-spacing: 1px;
}

.cam1 .li p {
  font-size: 15px;
}

.cam1 .li .name {
  font-size: 15px;
}

@media screen and (max-width: 370px) {
  .voice ul li .text1 span {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .cta a {
    font-size: 16px;
    height: 200px;
    letter-spacing: 1.3px;
  }
}
.wp-block-image :where(figcaption) {
  font-size: 12px;
  color: rgb(155, 155, 155);
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .wp-block-image :where(figcaption) {
    margin-top: 10px !important;
  }
}

.common-feature li:nth-child(1) .num {
  max-width: 29px;
}
@media screen and (max-width: 767px) {
  .common-feature li:nth-child(1) .num {
    max-width: 22px;
    width: 22px;
    min-width: 22px;
  }
}

@media screen and (min-width: 768px) {
  .cam1 .section-block {
    position: relative;
  }
  .cam1 .section-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: -2000px;
    width: 2000px;
    height: 100%;
    background: #fff;
    z-index: 1;
  }
}
.about6 .bottom h3 {
  color: rgb(75, 75, 75);
}

.about6 .flex .contents p {
  color: rgb(75, 75, 75);
}

.about6 .bottom p {
  color: rgb(75, 75, 75);
}

.about6 .font13 {
  font-size: 13px !important;
}
@media screen and (max-width: 767px) {
  .about6 .font13 {
    font-size: 12px !important;
  }
}

.about4 ul li {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .about2 ul li {
    padding: 28px 0;
  }
}
.about2 ul li .num,
.about5 ul li .row .dt,
.about6 .flex,
.footer .bottom {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.top1 .area1 .flex li a:hover .image img,
.section-now ul li .img .wrap img,
.feature ul li a img,
.feature ul li:hover img,
.voice ul a:hover img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.add-text0502 {
  max-width: 313px;
}

@media screen and (min-width: 768px) {
  .career4 ul li {
    width: 30.5%;
  }
}
@media screen and (max-width: 520px) {
  .career4 ul li .text1 span {
    white-space: nowrap;
  }
}
.top-mv .contents p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top-mv .contents p {
    font-size: 14px;
  }
}

.top1 .area1 .flex li:nth-child(1) p {
  position: absolute;
  top: 49%;
  left: 4%;
  width: 33%;
}

.top1 .area1 .flex li:nth-child(3) .second-text {
  top: 78%;
  width: 52%;
}

.top1 .area1 .flex li:nth-child(3) .first-text {
  position: absolute;
  top: 62%;
  left: 3%;
  width: 18%;
}

.top1 .area1 .flex li a .image3::after {
  top: initial;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
}

.feature ul li .title {
  line-height: 1.5;
  margin-bottom: 5px;
}

.sidebar-wrapper {
  z-index: 2;
  position: relative;
}

.career4 ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .career4 ul li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-now .slick-dots {
    bottom: -40px;
  }
  .section-mv h1 {
    letter-spacing: 2px;
  }
  .section-mv .en {
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 768px) {
  .common-feature li:nth-child(1) .num {
    max-width: 31px;
    width: 31px;
    min-width: 31px;
  }
}
@media screen and (max-width: 767px) {
  .common-feature li:nth-child(1) .num {
    max-width: 23px;
    width: 23px;
    min-width: 23px;
  }
}
.curr2 ul li:first-child .num {
  max-width: 31px;
  width: 31px;
  min-width: 31px;
}
@media screen and (max-width: 767px) {
  .curr2 ul li:first-child .num {
    max-width: 23px;
    width: 23px;
    min-width: 23px;
  }
}

.career4 .btn .sec1-btn .arrow-wrap-blue {
  background-color: rgb(234, 112, 57);
  border: 1px solid rgb(234, 112, 57);
}

.career4 .btn .sec1-btn a:hover .arrow-blue {
  border-left: 6px solid rgb(234, 112, 57);
}

.popup {
  overflow-y: auto;
}
.popup .close {
  max-width: 36px;
  font-size: initial;
  top: 20px;
  right: 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .popup .close {
    top: 10px;
    right: 15px;
  }
}
.popup .close:hover {
  opacity: 0.6;
}
.popup .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .popup .flex {
    display: block;
  }
}
.popup .flex .left {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .popup .flex .left {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.popup .flex .contents {
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .popup .flex .contents {
    width: 100%;
  }
}
.popup .flex .contents h2 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(234, 112, 57);
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .popup .flex .contents h2 {
    margin-bottom: 10px;
  }
}
.popup .flex .contents p {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .popup .flex .contents p {
    margin-bottom: 20px;
  }
}
.popup .flex .contents p:last-child {
  margin-bottom: 0;
}
.popup .popup-content {
  padding: 60px 70px;
  border-radius: 0;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .popup .popup-content {
    padding: 30px 20px;
    max-width: 340px;
  }
}
.popup .text1 {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.popup .text1 span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 191, 0)), to(rgb(234, 112, 57)));
  background: linear-gradient(to right, rgb(255, 191, 0), rgb(234, 112, 57));
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 5px;
  white-space: nowrap;
}
.popup .text2 {
  font-size: 10px;
  font-weight: 400;
  color: rgb(75, 75, 75);
}
@media screen and (max-width: 767px) {
  .popup .text2 {
    font-size: 12px;
  }
}
.popup .text3 {
  color: rgb(43, 43, 43);
  font-size: 14px;
  font-weight: 700;
}
.popup .text4 {
  color: rgb(43, 43, 43);
  font-size: 14px;
  font-weight: 700;
}
.popup .img {
  margin: 0 auto;
  margin-bottom: -50px;
  width: 80%;
}

.career4 ul li .text1 span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 191, 0)), to(rgb(234, 112, 57)));
  background: linear-gradient(to right, rgb(255, 191, 0), rgb(234, 112, 57));
}

.voice ul a .text2-1 {
  font-size: 12px;
  font-weight: 400;
}

.career4 ul li .text2 {
  font-size: 10px;
}

.popup .text2 {
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .career4 ul li .img {
    margin-bottom: -60px;
  }
}
.voice ul li .img {
  margin-bottom: -60px;
}

@media screen and (max-width: 767px) {
  .career4 .swiper2 .swiper-pagination {
    bottom: -50px;
  }
  .career4 .btn {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .hei {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .swiper1 .swiper-pagination {
    bottom: -20px;
  }
  .swiper2 .swiper-pagination {
    bottom: -40px;
  }
  .voice .btn {
    margin-top: 70px;
  }
  .cam1 .slick-dots {
    bottom: -45px;
  }
}
.pagination .next,
.pagination .prev {
  display: inline-block !important;
}

.pagination .next,
.pagination .prev {
  color: rgb(0, 168, 160);
  font-size: 30px;
  position: relative;
  top: 2px;
  margin: 0 10px;
}

.cam4 h3 {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .cam4 h3 {
    padding-right: 40px;
  }
  .footer .heading {
    padding: 30px 20px 40px;
  }
}
@media screen and (max-width: 1400px) {
  .bread {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .bread {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-mv h1 {
    line-height: 1;
    margin-bottom: -5px;
    letter-spacing: 2px;
  }
  .section-mv .en {
    letter-spacing: 1.5px;
  }
  .bread a,
  .bread span {
    line-height: 1;
  }
  .page-mv {
    margin-top: 60px;
  }
}
.cam4 .flex2 .icon .wrap {
  font-size: 18px;
}

.cam4 .flex1 .icon .wrap {
  font-size: 18px;
}

.cam4 .flex1 p {
  padding-top: 10px;
}

.cam4 .flex2 p {
  padding-top: 10px;
}

@media screen and (min-width: 1301px) {
  .drawer-content .flex {
    height: 100vh;
    max-width: initial;
  }
  .drawer-content .flex .left {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .drawer-content .flex .right {
    width: 60%;
    margin-left: auto;
  }
  .drawer-content .left {
    background: url(../img/drawer.jpg) no-repeat center center/cover;
  }
  .drawer-content .left img {
    display: none;
  }
  .drawer-content .right .section-nav {
    max-width: 47.2972972973vw;
  }
  .drawer-content .section-nav .parent-link a {
    font-size: 1.0135135135vw;
  }
  .drawer-content .section-nav .parent-link a {
    padding-bottom: 0.8783783784vw;
    margin-bottom: 0.6756756757vw;
  }
  .drawer-content .section-nav .section-heading {
    margin-bottom: 4.0540540541vw;
  }
  .drawer-content .section-nav .sub-lists li {
    margin-bottom: 0.472972973vw;
  }
  .drawer-content .section-nav .sub-lists li a {
    font-size: 0.9459459459vw;
  }
  .drawer-content .section-nav .section-bottom ul li {
    margin-right: 2.027027027vw;
  }
  .drawer-content .section-nav .section-bottom ul li a {
    font-size: 1.0135135135vw;
  }
  .drawer-content .section-nav .section-lists-item {
    width: calc(33.3333% - 1.3513513514vw);
    margin-right: 1.3513513514vw;
  }
  .drawer-content .section-nav .section-lists-item:nth-child(3n) {
    margin-right: 0;
  }
  .drawer-content .section-nav .section-lists-item:nth-child(n+4) {
    margin-top: 2.7027027027vw;
  }
}
.cam4 .flex2 p {
  padding-top: 7px;
}

.cam4 .flex1 p {
  padding-top: 7px;
}

@media screen and (min-width: 768px) {
  .popup .popup-content {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .popup .popup-content {
    margin: 120px auto;
  }
  .popup-content {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    top: initial;
    position: relative;
    left: initial;
  }
}
.popup {
  z-index: 1000000;
}

@media screen and (max-width: 1300px) {
  .popup .popup-content {
    padding: 30px 20px;
  }
}
.single-news .info .now-category {
  color: rgb(234, 112, 57);
  background: rgb(255, 247, 243);
}

.now-archive .main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .now-archive .main ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .now-archive .main ul li:nth-child(3n) {
    margin-right: 0;
  }
  .now-archive .main ul li:nth-child(n+4) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .now-archive .main ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .now-archive .main ul li:last-child {
    margin-bottom: 0;
  }
}
.now-archive .main ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgb(43, 43, 43);
}
.now-archive .main ul li a:hover {
  opacity: 0.6;
}
.now-archive .main ul li a .img {
  margin-bottom: 15px;
}
.now-archive .main ul li a .img .wrap {
  padding-top: 63%;
  position: relative;
}
.now-archive .main ul li a .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.now-archive .main ul li a .time {
  font-size: 14px;
  color: rgb(75, 75, 75);
  margin-bottom: 6px;
}
.now-archive .main ul li a .title {
  font-size: 20px;
  font-weight: 700;
}

.main-flex .sub .sub-title2 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ad1 {
    font-size: 15px;
  }
}
.ad1 .table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.ad1 .table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}
.ad1 .table table th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: rgb(34, 182, 175);
  padding: 8px 20px;
  vertical-align: middle;
}
.ad1 .table table td {
  background: #fff;
  padding: 20px 15px;
  color: rgb(4, 80, 106);
  vertical-align: middle;
  text-align: center;
}
.ad1 .table table td:nth-child(1) {
  color: rgb(4, 80, 106);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.ad1 .table table .td3 {
  line-height: 1.3;
}
.ad1 .atte1 {
  max-width: 740px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ad1 .atte1 {
    font-size: 15px;
  }
}
.ad1 .ad-lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ad1 .ad-lead {
    margin-bottom: 20px;
  }
}
.ad1 .ad-lead.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ad1 .ad-lead.mb30 {
    margin-bottom: 15px;
  }
}
.ad1 .div1-area .row {
  padding: 23px 0;
  border-top: 1px solid rgb(238, 238, 238);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ad1 .div1-area .row {
    padding: 20px 0;
    display: block;
  }
}
.ad1 .div1-area:last-child {
  border-bottom: 1px solid rgb(238, 238, 238);
}
.ad1 .div1-area .dt {
  font-weight: 700;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .ad1 .div1-area .dt {
    width: 100%;
    margin-bottom: 6px;
  }
}
.ad1 .div1-area .dd {
  width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .ad1 .div1-area .dd {
    width: 100%;
  }
}
.ad1 .num-lists {
  max-width: 740px;
  margin: 0 auto;
}
.ad1 .num-lists li {
  padding: 23px 0;
  border-top: 1px solid rgb(238, 238, 238);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ad1 .num-lists li {
    padding: 20px 0;
  }
}
.ad1 .num-lists li:last-child {
  border-bottom: 1px solid rgb(238, 238, 238);
}
.ad1 .num-lists li .num {
  font-weight: 700;
  font-size: 20px;
  color: rgb(0, 168, 160);
  width: 70px;
}
@media screen and (max-width: 767px) {
  .ad1 .num-lists li .num {
    width: 40px;
  }
}
.ad1 .num-lists li p {
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .ad1 .num-lists li p {
    font-size: 15px;
    width: calc(100% - 40px);
  }
}
.ad1 .card1 {
  background: rgb(245, 252, 252);
  padding: 50px 60px;
  margin-bottom: 40px;
}
.ad1 .card1:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ad1 .card1 {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.ad1 .card2 {
  background: rgb(255, 247, 243);
  padding: 50px 60px;
  margin-bottom: 40px;
}
.ad1 .card2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ad1 .card2 {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.ad1 h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(189, 207, 20)), to(rgb(0, 168, 160)));
  background-image: linear-gradient(to right, rgb(189, 207, 20), rgb(0, 168, 160));
}
@media screen and (max-width: 767px) {
  .ad1 h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.ad1 h4 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(0, 168, 160);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ad1 h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.ad1 h4.orange {
  color: rgb(234, 112, 57);
}
.ad1 .div1 .div1-area {
  margin-bottom: 40px;
}
.ad1 .div1 .div1-area:last-child {
  margin-bottom: 0;
}
.ad1 .flex-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ad1 .flex-first h4 {
  width: 50%;
}
.ad1 .flex-first p {
  width: 50%;
  font-weight: 700;
}

.ad1 .table table.orange th {
  background: rgb(240, 155, 116);
}

.ad1 .table table.orange th:first-child {
  text-align: left;
}

.ad1 .table .orange td:nth-child(1) {
  text-align: left;
}

.last-lists {
  margin-top: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .last-lists {
    margin-top: 20px;
  }
}
.last-lists li {
  list-style-type: auto;
}

.section-mv .en {
  margin-bottom: 10px;
}

.cross-mv .img-flex {
  width: 78%;
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cross-mv .img-flex {
    width: 85%;
  }
}
.cross-mv .img-flex .img-item {
  width: 50%;
  position: relative;
}
.cross-mv .img-flex .img-item .text {
  width: 93px;
  position: absolute;
  top: 2%;
  left: 2%;
}
@media screen and (max-width: 767px) {
  .cross-mv .img-flex .img-item .text {
    width: 50px;
  }
}
.cross-mv .img-flex img {
  width: 100%;
  margin-left: initial;
}
.cross-mv .img-flex .bottom {
  position: absolute;
  top: 95%;
  left: 0;
  max-width: 1079px;
}

@media screen and (min-width: 768px) {
  .cross-mv.page-mv2::after {
    max-height: 29.86vw;
    top: 19vw;
  }
}

.cross1 {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .cross1 {
    font-size: 15px;
    padding-top: 60px;
  }
}
.cross1 .inner {
  max-width: 920px;
}
.cross1 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cross1 .flex1 {
    margin-bottom: 30px;
    display: block;
    padding-top: 40px;
  }
}
.cross1 .flex1 .img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cross1 .flex1 .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cross1 .flex1 p {
  width: 48%;
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 90, 85);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .cross1 .flex1 p {
    position: relative;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .cross1 .flex1 p {
    width: 100%;
    font-size: 16px;
  }
}

.cross-area p {
  margin-bottom: 15px;
}
.cross-area h2 {
  font-size: 26px;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(189, 207, 20)), to(rgb(0, 168, 160)));
  background-image: linear-gradient(to right, rgb(189, 207, 20), rgb(0, 168, 160));
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
  line-height: 1;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cross-area h2 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.cross-area h3 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.cross-area .th {
  color: rgb(0, 168, 160);
}
.cross-area .st {
  color: rgb(234, 112, 57);
}

.op-mv {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .op-mv {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .op1 {
    font-size: 15px;
  }
}
.op1 .inner {
  max-width: 920px;
}
.op1 .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .op1 .row {
    margin-bottom: 20px;
  }
}
.op1 .row .dt {
  font-weight: 500;
}
.op1 .box1 {
  padding: 50px 50px;
  background: rgb(255, 247, 243);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .op1 .box1 {
    margin-top: 30px;
    padding: 20px;
  }
}
.op1 .box1 h3 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(234, 112, 57);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .op1 .box1 h3 {
    font-size: 18px;
  }
}
.op1 .box1 .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.op1 .box1 .ul1 li {
  background: #fff;
  padding: 30px 20px 1%;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .op1 .box1 .ul1 li {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .op1 .box1 .ul1 li:nth-child(4n) {
    margin-right: 0;
  }
  .op1 .box1 .ul1 li:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .op1 .box1 .ul1 li {
    width: calc(50% - 5px);
    margin-right: 10px;
    padding: 20px 15px;
  }
  .op1 .box1 .ul1 li:nth-child(2n) {
    margin-right: 0;
  }
  .op1 .box1 .ul1 li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.op1 .box1 .ul1 li .date {
  color: rgb(234, 112, 57);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .op1 .box1 .ul1 li .date {
    font-size: 30px;
  }
}
.op1 .box1 .ul1 li .date span {
  font-size: 60%;
}
.op1 .box1 .ul1 li .time {
  color: rgb(234, 112, 57);
  background: rgb(255, 247, 243);
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.op1 .box1 .ul1 li .btn {
  background: rgb(175, 192, 16);
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.op1 .box1 .ul1 li .btn.green {
  background: rgb(102, 208, 203);
  border-radius: 60px;
  line-height: 1.3;
}
.op1 .box1 .ul1 li .btn-wrap {
  height: 75px;
  position: relative;
}
.op1 .box1 .box2 {
  border: 1px solid rgb(234, 112, 57);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .op1 .box1 .box2 {
    padding: 20px;
  }
}
.op1 .box1 .box2 .text1 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(234, 112, 57);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .op1 .box1 .box2 .text1 {
    font-size: 16px;
  }
}
.op1 .box1 .btn1 a {
  max-width: 255px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
  display: block;
}
.op1 .box1 .btn1 a:hover {
  opacity: 0.6;
}
.op1 .box1 .box3 {
  background: #fff;
  margin-top: 25px;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .op1 .box1 .box3 {
    padding: 20px;
  }
}
.op1 .box1 .text2 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: rgb(0, 156, 148);
}
@media screen and (max-width: 767px) {
  .op1 .box1 .text2 {
    font-size: 16px;
  }
}
.op1 .box1 .text4 {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .op1 .box1 .text4 {
    text-align: left;
  }
}
.op1 .box1 .text4 span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .op2 {
    padding-bottom: 0;
  }
}
.op2 .card {
  background: rgb(245, 252, 252);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .op2 .card {
    padding: 20px;
  }
}
.op2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .op2 ul {
    display: block;
  }
}
.op2 ul li {
  width: 33%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .op2 ul li {
    border-right: 1px solid rgb(102, 208, 203);
  }
  .op2 ul li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .op2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .op2 ul li:last-child {
    margin-bottom: 0;
  }
}
.op2 ul .text1 {
  text-align: center;
  color: rgb(4, 80, 106);
  font-size: 18px;
  font-family: "Anton", "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}
.op2 ul .title {
  font-size: 20px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(189, 207, 20)), to(rgb(0, 168, 160)));
  background-image: linear-gradient(to right, rgb(189, 207, 20), rgb(0, 168, 160));
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.op3 {
  padding-top: 0;
}
.op3 .box {
  background: rgb(245, 252, 252);
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .op3 .box {
    padding: 20px;
  }
}
.op3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .op3 ul li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .op3 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .op3 ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .op3 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .op3 ul li:last-child {
    margin-bottom: 0;
  }
}

.op1 .box1 .box2 {
  margin-top: 30px;
}

.op2 {
  padding-top: 0;
}
.op2 .inner {
  max-width: 920px;
}

.op3 .inner {
  max-width: 920px;
}

.now-archive {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .now-archive {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cross1 .flex1 p {
    text-align: center;
  }
  .cross-area h2 {
    font-size: 22px;
  }
}
.flex-add20250515 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.op1 .row .dt {
  font-weight: 700;
}

@media screen and (min-width: 767px) and (max-width: 1420px) {
  .inner {
    padding: 0 100px;
  }
}
.area1-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area1-ul {
    display: block;
  }
}
.area1-ul li {
  width: 48%;
}
.area1-ul li img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .area1-ul li img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 520px) {
  .area1-ul li img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .area1-ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .area1-ul li:last-child {
    margin-bottom: 0;
  }
}
.area1-ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area1-ul li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .top1 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top1 {
    padding-top: 30px;
  }
}
.cam2 .flex {
  display: block;
}
.cam2 .flex .item {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cam2 .flex .item {
    display: block;
  }
}
.cam2 .flex .item:last-child {
  margin-bottom: 0;
}
.cam2 .flex .item .img {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .cam2 .flex .item .img {
    width: 100%;
  }
}
.cam2 .flex .item .contents {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .cam2 .flex .item .contents {
    width: 100%;
  }
}
.cam2 .flex .item h3 {
  margin-bottom: 20px;
}
.cam2 .flex p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cam2 .flex .next-span {
    display: inline-block;
    color: rgb(234, 112, 57);
  }
  .cam2 .flex .sp-contents {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-flex .main {
    width: calc(100% - 300px);
  }
}
.add0529 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .add0529 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .curr1 .area .right .text2 {
    top: 20%;
  }
  .curr1 .area .right .text3 {
    top: 58%;
  }
  .curr1 .area .right .text7 {
    height: 55%;
    top: 20%;
  }
  .curr1 .area .right .text6 {
    bottom: 3.5%;
  }
  .curr1 .area .right .text5 {
    bottom: 1.3%;
  }
}
@media screen and (max-width: 767px) {
  .curr1 .area .right .text5 {
    bottom: 11%;
  }
  .curr1 .area .right .text6 {
    bottom: 12.7%;
  }
  .curr1 .area .right .text4 {
    bottom: 21%;
  }
  .curr1 .area .right .text7 {
    height: 46%;
  }
  .curr1 .area .right .text3 {
    top: 64.2%;
  }
  .curr1 .area .right .text2 {
    top: 19%;
  }
  .curr1 .area .right .text7 {
    top: 19%;
  }
  .curr1 .area .right .text3 {
    top: 54.2%;
  }
  .curr1 .area .right .text4 {
    bottom: 15%;
  }
  .curr1 .area .right .text5 {
    bottom: 6%;
  }
  .curr1 .area .right .text6 {
    bottom: 6.7%;
  }
}
.sp-center {
  text-align: center;
}

.kanzi {
  position: relative;
  display: inline-block;
}

.kana {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .kana {
    top: -5px;
    font-size: 8px;
  }
}

.sm-23 {
  font-size: 70%;
}

.f15 {
  font-size: 15px !important;
}

.calendar .day-number.active .wrap {
  width: 25px;
  height: 25px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .curr4 .box {
    padding-bottom: 30px;
  }
}
.curr4 .curr4-flex2 li {
  padding: 0;
}

.curr4 .curr4-flex2 li:nth-child(1) span {
  margin-bottom: 30px;
}

.curr4 .box {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .curr4 .box {
    padding-bottom: 30px;
  }
}

.curr4 .curr4-flex2 li:nth-child(1) span {
  padding: 0 20px;
}

.flex33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex33 {
    display: block;
  }
}
.flex33 .img33 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .flex33 .img33 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.flex33 p {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .flex33 p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .curr4 .curr4-flex2 li:nth-child(1) span {
    margin-bottom: 20px;
  }
}
.name33 {
  font-size: 14px;
  line-height: 1;
  color: rgb(234, 112, 57);
  background: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 7px 15px;
  margin-bottom: 20px;
}
.name33.green {
  color: rgb(0, 130, 124);
}

.career1 .lists2 li .title2 {
  width: 182px;
}

.career1 .lists2 li .p2 {
  width: calc(100% - 210px);
}
@media screen and (max-width: 767px) {
  .career1 .lists2 li .p2 {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .main-flex .main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .career1 .lists2 li .title {
    width: initial;
    margin-right: 0;
    display: inline-block;
    padding: 3px 20px;
  }
  .career1 .lists2 li .title2 {
    width: initial;
  }
  .section-block {
    margin-bottom: 50px;
  }
}
.li333 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .li333 {
    display: block !important;
  }
}

.img333 {
  width: 193px;
}
@media screen and (max-width: 767px) {
  .img333 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contents333 {
  width: calc(100% - 213px);
}
@media screen and (max-width: 767px) {
  .contents333 {
    width: 100%;
  }
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .top-mv .contents .title {
    font-size: 36px;
  }
}