@charset "UTF-8";
/*
Theme Name: Uocmo_ver2.0
Theme URI: uocmo.site
Author: UocmoZ LLC.
Author URI: uocmoz.com
Description: uocmo自立訓練/就労移行支援
Version: 2.0
*/
/* All Settings
==============================*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

body {
  color: #333333;
  font-size: 1.4em;
}
body .sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  body .sp {
    display: none;
  }
}
body .pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  body .pc {
    display: block;
  }
}

p {
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 1.4rem;
  }
}

.external-link::after {
  position: relative;
  right: -0.5rem;
  top: 0.1rem;
  font-family: "Material Icons Outlined";
  content: "\e895";
  font-weight: 400;
  font-size: 1.2rem;
}

.sub-title {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 10;
  margin-top: 2rem;
}
.sub-title .en {
  display: block;
  font-size: 1.2rem;
  font-family: "josefin-sans", sans-serif;
  margin-bottom: 0.4rem;
}
.sub-title .jp {
  display: block;
}
.sub-title::before {
  content: "";
  background-image: url("assets/img/kara.svg");
  background-size: cover;
  display: inline-block;
  height: 5rem;
  width: 6rem;
  position: absolute;
  z-index: -1;
  opacity: 0.4;
  top: -1.6rem;
  left: 41%;
  transform: translateX(-50%);
  animation: rotate-anime 5s linear infinite;
}
@media screen and (min-width: 1024px) {
  .sub-title::before {
    left: 47%;
  }
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.center-title {
  display: inline-block;
  position: relative;
}
.center-title::after {
  content: url(assets/img/kara.svg);
  transform: scale(-1, 1);
  position: absolute;
  top: -1.3rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 10;
}

.intro-text {
  margin-top: 2.4rem;
  padding: 0 8%;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .intro-text {
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: center;
  }
}

.title-block {
  width: 100%;
  height: 18rem;
  padding: 4.4rem 0 0;
  display: flex;
  align-items: center;
}
.title-block.life {
  background: linear-gradient(90deg, rgba(243, 181, 42, 0.6), rgba(243, 181, 42, 0.9)), url(assets/img/about_main.jpg);
  background-size: cover;
}
.title-block.work {
  background: linear-gradient(90deg, rgba(22, 135, 237, 0.6), rgba(20, 55, 90, 0.9)), url(assets/img/about_main.jpg);
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .title-block {
    height: 40rem;
    padding: 12rem 0 0;
  }
}
.title-block h1 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .title-block h1 {
    font-size: 4rem;
  }
}

/* header-menu
==============================*/
header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 900;
}
header .inner {
  width: 100%;
  height: 4.4rem;
  padding: 0 0.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  header .inner {
    width: 80%;
    height: 100%;
  }
}
header .inner .top {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  header .inner .top {
    padding: 0.4rem 1rem;
    justify-content: space-between;
  }
}
header .inner .top .title-area {
  height: 4.4rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
header .inner .top .title-area a {
  display: flex;
  align-items: center;
}
header .inner .top .title-area a svg {
  width: 10rem;
}
header .inner .top .title-area a p {
  font-size: 1.2rem;
  color: #F3B52A;
  padding-left: 0.8rem;
}
header .inner .top .service-select {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .inner .top .service-select {
    display: flex;
    align-items: center;
  }
}
header .inner .top .service-select .tel {
  text-align: center;
  line-height: 2.5rem;
}
header .inner .top .service-select .tel span {
  color: #F3B52A;
  font-size: 2rem;
  font-weight: 600;
}
header .inner .top .service-select a.btn {
  font-size: 1.4rem;
  padding: 1rem 2rem;
  margin-right: 1.4rem;
  color: #fff;
  font-weight: 600;
  background-color: #F3B52A;
  border-radius: 0.5rem;
}
header .inner .top .service-select a.btn.syuro {
  background-color: #2a60f3;
}
header .inner nav.g-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .inner nav.g-nav {
    display: block;
    padding: 1.6rem 4%;
    border-top: #f7b52c 0.1rem solid;
  }
}
header .inner nav.g-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner nav.g-nav ul li a {
  font-size: 1.4rem;
}
header .inner .openbtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (min-width: 1024px) {
  header .inner .openbtn {
    display: none;
  }
}
header .inner .openbtn .openbtn-area {
  transition: all 0.6s;
  width: 4.4rem;
  height: 4.4rem;
}
header .inner .openbtn span {
  width: 2rem;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 1.1rem;
  height: 0.2rem;
  border-radius: 2rem;
  background: #f7b52c;
}
header .inner .openbtn span:nth-of-type(1) {
  top: 1.3rem;
}
header .inner .openbtn span:nth-of-type(2) {
  top: 2.1rem;
}
header .inner .openbtn span:nth-of-type(3) {
  top: 2.9rem;
}
header .inner .openbtn.active {
  position: fixed;
  animation: grade 0.7s ease-in-out;
}
header .inner .openbtn.active .openbtn-area {
  transform: rotate(360deg);
}
header .inner .openbtn.active span {
  background: #fff;
}
header .inner .openbtn.active span:nth-of-type(1) {
  top: 1.8rem;
  left: 1.8rem;
  transform: translateY(0.6rem) rotate(-45deg);
  width: 30%;
}
header .inner .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .inner .openbtn.active span:nth-of-type(3) {
  top: 3rem;
  left: 1.8rem;
  transform: translateY(-0.6rem) rotate(45deg);
  width: 30%;
}

.modal {
  width: 100%;
  height: 100vh;
  padding: 5rem 0;
  position: fixed;
  bottom: 0;
  color: #fff;
  background-color: #F3B52A;
  z-index: -999;
  left: 100vw;
  transition: all 1s;
}
.modal::after {
  content: url(assets/img/uocmo-o-w.svg);
  position: absolute;
  top: 30%;
  right: -5rem;
  z-index: 850;
  scale: 1.5;
}
.modal.active {
  z-index: 950;
  left: 0;
}
.modal .container .title-area svg {
  width: 14rem;
}
.modal .container .title-area svg path {
  fill: #fff;
}
.modal .container .title-area h1 {
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 0.1rem;
  letter-spacing: 0.02rem;
}
.modal .container .contact-detail {
  margin-top: 1rem;
}
.modal .container .contact-detail ul li {
  list-style: none;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.modal .container .contact-detail ul li::before {
  font-size: 1.6rem;
  font-family: "Material Icons Outlined";
  padding-right: 0.8rem;
  position: relative;
  top: 0.35rem;
}
.modal .container .contact-detail ul li.shop::before {
  content: "\ea40";
}
.modal .container .contact-detail ul li.tel::before {
  content: "\e0b0";
}
.modal .container .contact-detail ul li:nth-child(1) {
  margin-bottom: 0.2rem;
}
.modal .container .contact-detail ul li a {
  font-size: 1.2rem;
}
.modal .container .nav-cv {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .container .nav-cv a {
  width: 32%;
  padding: 0.4rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.3;
  display: block;
  color: #333;
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
}
.modal .container .nav-cv a.exlink::before {
  position: absolute;
  right: 0.6rem;
  font-family: "Material Icons Outlined";
  content: "\e895";
  font-weight: 400;
  font-size: 1rem;
}
.modal .container .nav-cv a span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e02a2a;
}
.modal .container .nav-cv a span.line {
  color: #2ab864;
}
.modal .container nav {
  margin: 4rem 0 2.5rem;
}
.modal .container nav ul li:not(:last-child) {
  margin-bottom: 1.4rem;
}
.modal .container nav ul li a {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.modal .container ul.under-list {
  width: 100%;
  border-top: 0.3rem solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  vertical-align: middle;
}
.modal .container ul.under-list li {
  width: 50%;
  font-size: 1.4rem;
  list-style-type: "-";
  list-style-position: inside;
}
.modal .container ul.under-list li:not(:last-child) {
  margin: 1.8rem 0 1rem;
}
.modal .container ul.under-list li a {
  padding-left: 0.8rem;
}

.scrolldown1 {
  position: absolute;
  right: 8%;
  bottom: 0;
  height: 5rem;
}
.scrolldown1 span {
  position: absolute;
  top: -60%;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .scrolldown1 span {
    font-size: 1rem;
  }
}
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 0.1rem;
  height: 8rem;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 3rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 5rem;
    opacity: 0;
  }
}
section {
  padding: 4.5rem 0;
}
@media screen and (min-width: 1024px) {
  section {
    padding: 4rem;
  }
}

.container {
  margin: 0 auto;
  max-width: 86%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 110rem;
  }
}

.grid {
  background-image: linear-gradient(#FDF3DE 0.5px, transparent 1px), linear-gradient(to right, #FDF3DE 0.5px, #fff 1px);
  background-size: 2rem 2rem;
}

.slider {
  width: 100%;
  margin: 0 auto;
}
.slider img {
  width: 70vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
  margin: 0 1rem;
}
.slider .slick-slide {
  transform: scale(1); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 1;
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 2rem 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5rem;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 0.8rem; /*ドットボタンのサイズ*/
  height: 0.8rem; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.accordion_one:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion_one .accordion_header {
  background-color: #F3B52A;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.2rem 0 1.2rem 2.4rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header .i_box .one_i::before, .accordion_one .accordion_header .i_box .one_i::after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 1rem;
  width: 1.8rem;
  height: 0.4rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i::before {
  width: 0.4rem;
  height: 1.8rem;
  top: 0;
  left: 0.7rem;
}
.accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
.accordion_one .accordion_header.open .i_box .one_i::before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i::after {
  transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
  display: none;
  padding: 3rem 2rem;
  background-color: #fff;
  border: 0.3rem solid #F3B52A;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.accordion_one .accordion_inner .txt_a_ac {
  margin: 0;
  line-height: 2.7rem;
  list-style-type: disc;
  list-style-position: inside;
}

/************
メインビュー
***********/
#main-view {
  height: calc(100vh - 10.9rem);
  position: relative;
  background-color: rgba(71, 71, 71, 0.4);
}
#main-view ._title {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
}
#main-view ._title h1 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1024px) {
  #main-view ._title h1 {
    font-size: 4rem;
  }
}
#main-view ._title p {
  font-size: 1.2rem;
  line-height: 2;
  padding-top: 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #main-view ._title p {
    font-size: 1.6rem;
  }
}
#main-view #video-area {
  position: absolute;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#main-view #video-area #video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#main-view .main-news {
  width: 64%;
  position: absolute;
  left: 8%;
  bottom: 4%;
  border-bottom: 0.1rem solid #fff;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #main-view .main-news {
    width: 30%;
  }
}
#main-view .main-news .news-slider a {
  display: block;
  padding: 1.2rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}
#main-view .main-news .news-slider a span {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  margin-right: 1rem;
  margin-bottom: 0.8rem;
}

/************
Uocmoとは？
***********/
#about .container {
  margin: 3rem auto;
}
#about .container h2.home-concept__head {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 1024px) {
  #about .container h2.home-concept__head {
    font-size: 3.2rem;
  }
}
#about .container .text {
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  #about .container .text {
    font-size: 1.6rem;
    line-height: 4rem;
    letter-spacing: 0.2rem;
  }
}
#about .slick-slide img {
  border-radius: 0.5rem;
}
#about .img-area {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #about .img-area {
    text-align: left;
    padding-top: 21.5rem;
  }
}
#about .img-area::after {
  content: "";
  position: absolute;
  left: 0;
  width: 72%;
  height: 80%;
  background-color: #f7b52c;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  #about .img-area::after {
    top: 10%;
    left: 0;
    width: 72%;
    max-height: 60%;
    margin: 0 0 0 calc(100% - 50vw);
  }
}
#about .img-area img {
  width: 86%;
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  #about .img-area img {
    max-width: 60rem;
  }
}
@media screen and (min-width: 1024px) {
  #about .pc-flex {
    max-width: 130rem;
    margin: 0 auto;
    display: flex;
    z-index: 10;
  }
  #about .pc-flex .pc-left {
    width: 50%;
  }
  #about .pc-flex .pc-right {
    width: 50%;
  }
  #about .pc-flex .pc-right .slider img {
    width: 30rem;
  }
}

/************
大切にしていること
***********/
#point {
  background-color: #FDF5E3;
}
#point h2.sub-title {
  margin-top: 2rem;
}
#point .inner {
  padding: 4rem 0;
  counter-reset: count01;
}
@media screen and (min-width: 1024px) {
  #point .inner {
    padding: 8rem 0;
  }
}
#point .inner .colum {
  padding: 8%;
  margin: 0 auto;
  border-radius: 0.5rem;
  background: #FDF5E3;
  box-shadow: 5px 5px 19px #d2cbbc, -5px -5px 19px #ffffff;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #point .inner .colum {
    padding: 3%;
  }
}
#point .inner .colum:not(:first-child) {
  margin-top: 6rem;
}
#point .inner .colum::before {
  counter-increment: count01;
  content: counter(count01, decimal-leading-zero);
  position: absolute;
  top: -4rem;
  right: 3rem;
  font-family: "josefin-sans", sans-serif;
  font-style: italic;
  font-size: 6rem;
  color: #f7b52c;
}
#point .inner .colum::after {
  content: url(assets/img/kara-outline.svg);
  position: absolute;
  top: -4rem;
  right: 0;
}
#point .inner .colum h3 {
  padding: 1.6rem 0 3rem;
  font-size: 2.4rem;
  font-weight: 700;
}
#point .inner .colum p {
  text-align: justify;
  padding: 0 0.8rem 3rem;
}
@media screen and (min-width: 1024px) {
  #point .container {
    max-width: 98rem;
  }
  #point .container .inner {
    display: flex;
  }
  #point .container .inner .colum {
    max-width: 29rem;
  }
  #point .container .inner .colum:not(:first-child) {
    margin-top: 0;
  }
  #point .container .inner img {
    width: 100%;
  }
  #point .container .inner h3 {
    font-size: 2.4rem;
  }
  #point .container .inner p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: justify;
  }
}

/************
サービス
***********/
#service {
  padding: 4.5rem 0;
}
@media screen and (min-width: 1024px) {
  #service {
    padding: 4rem 0 0;
  }
}
#service .inner {
  padding: 4rem 0;
}
@media screen and (min-width: 1024px) {
  #service .inner {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0;
  }
}
#service .inner a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.3s;
}
#service .inner a.life {
  margin-bottom: 2rem;
  background: linear-gradient(135deg, rgba(243, 181, 42, 0.7), rgb(243, 181, 42)), url(assets/img/about_main.jpg);
  background-size: cover;
}
#service .inner a.life:hover {
  background: linear-gradient(90deg, rgb(243, 181, 42), rgb(243, 181, 42)), url(assets/img/about_main.jpg);
}
#service .inner a.work {
  background: linear-gradient(-137deg, rgba(22, 135, 237, 0.7), rgb(20, 55, 90)), url(assets/img/about_main.jpg);
  background-size: cover;
}
#service .inner a.work:hover {
  background: linear-gradient(-137deg, rgb(22, 135, 237), rgb(20, 55, 90)), url(assets/img/about_main.jpg);
}
@media screen and (min-width: 1024px) {
  #service .inner a {
    width: 48%;
    height: 40rem;
  }
}
#service .inner a h3 {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #service .inner a h3 {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
}
#service .inner a p {
  line-height: 1.6;
  text-align: justify;
  padding: 6% 16%;
}
@media screen and (min-width: 1024px) {
  #service .inner a p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: justify;
    padding: 3rem 19%;
  }
}
#service .inner a button {
  min-width: 20rem;
  font-weight: 500;
  padding: 1.2rem 0;
  border: 0.2rem solid #fff;
  border-radius: 10rem;
}

/************
スタッフ紹介
***********/
#staff {
  background: rgb(243, 243, 243);
  padding: 4.5rem 0;
}
@media screen and (min-width: 1024px) {
  #staff {
    padding: 4rem 0 0;
  }
}
#staff .sub-title-colum {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #staff .sub-title-colum {
    margin-top: 6rem;
  }
}
#staff .sub-title-colum h2.sub-title::before {
  content: "STAFF";
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  z-index: -10;
}
#staff .sub-title-colum .sub-title-text {
  text-align: justify;
}
#staff .inner {
  margin: 4rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 1024px) {
  #staff .inner {
    padding: 4rem 0 8rem;
  }
}
#staff .inner .slider2 li {
  max-width: 18rem;
  margin: 0 2rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #staff .inner .slider2 li {
    max-width: 30rem;
  }
}
#staff .inner .slider2 li.slick-slide {
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
#staff .inner .slider2 li.slick-slide.slick-center {
  opacity: 1; /*透過なし*/
}
#staff .inner .slider2 li img {
  width: 100%;
  height: 30rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#staff .inner .slider2 li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0.8rem 0 0.4rem;
}
#staff .inner .slider2 li h3 .en {
  color: #fff;
  font-size: 1.6rem;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
#staff .inner .slider2 li p {
  color: #5e5e5e;
  font-size: 1.2rem;
  text-align: justify;
}

/************
事業所情報
***********/
#information {
  background-color: #FDF5E3;
  padding: 0 0 0;
}
#information .inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #information .inner {
    position: static;
    margin: 0 auto;
    display: flex;
  }
}
#information .inner .pc-left {
  position: relative;
}
#information .inner .pc-left::after {
  content: url(assets/img/uocmo-o.svg);
  position: absolute;
  top: 4%;
  right: -30%;
  opacity: 0.25;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left {
    width: 50%;
    padding: 3rem 4%;
    overflow: hidden;
  }
  #information .inner .pc-left::after {
    top: 16%;
    right: -5rem;
    z-index: 1;
    scale: 1.6;
  }
}
#information .inner .pc-left .title-area {
  padding-top: 4rem;
}
#information .inner .pc-left .title-area img {
  width: 100%;
  max-width: 16rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .title-area img {
    max-width: 18rem;
  }
}
#information .inner .pc-left .title-area h1 {
  color: #f7b52c;
  font-weight: 500;
  margin-top: 0.2rem;
  margin-left: 0.1rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .title-area h1 {
    font-size: 1.6rem;
  }
}
#information .inner .pc-left .adress-access {
  margin-top: 1.6rem;
}
#information .inner .pc-left .adress-access .adress {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .adress-access .adress {
    font-size: 1.8rem;
  }
}
#information .inner .pc-left .adress-access ul.access {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .adress-access ul.access {
    font-size: 1.4rem;
  }
}
#information .inner .pc-left .contact-details {
  margin: 1rem 0 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .contact-details {
    margin: 3rem 0;
  }
}
#information .inner .pc-left .contact-details li {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .contact-details li {
    font-size: 1.6rem;
  }
}
#information .inner .pc-left .contact-details li.tel::before {
  font-family: "Material Icons Outlined";
  content: "\e0b0";
  position: relative;
  top: 0.2rem;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .contact-details li.tel::before {
    font-size: 1.5rem;
  }
}
#information .inner .pc-left .contact-details li.mail::before {
  font-family: "Material Icons Outlined";
  content: "\e0be";
  position: relative;
  top: 0.2rem;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .contact-details li.mail::before {
    font-size: 1.5rem;
  }
}
#information .inner .pc-left .opening-hours table {
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  max-width: 40rem;
  border-collapse: collapse;
  border-radius: 10px;
  text-align: center;
}
#information .inner .pc-left .opening-hours table th {
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 0;
  background-color: #f7b52c;
}
#information .inner .pc-left .opening-hours table th:first-child {
  border-radius: 0.5rem 0 0 0;
}
#information .inner .pc-left .opening-hours table th:last-child {
  border-radius: 0 0.5rem 0 0;
}
#information .inner .pc-left .opening-hours table td {
  padding: 1.6rem 0;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
#information .inner .pc-left .opening-hours table td.time {
  font-size: 1.2rem;
}
#information .inner .pc-left .opening-hours table td:not(:first-child) {
  font-weight: 600;
  color: #f7b52c;
  padding: 0 0.5rem;
}
#information .inner .pc-left .opening-hours table td:first-child {
  border-radius: 0 0 0 0.5rem;
}
#information .inner .pc-left .opening-hours table td:last-child {
  border-radius: 0 0 0.5rem 0;
}
#information .inner .pc-left .opening-hours table td .circle {
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-radius: 50%;
  background-color: #f7b52c;
}
#information .inner .pc-left .opening-hours p.exception {
  padding-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .opening-hours p.exception {
    padding-top: 1rem;
  }
}
#information .inner .pc-left .access {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
#information .inner .pc-left .youtube {
  margin-top: 2rem;
  padding: 21rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .youtube {
    display: flex;
    padding: 0 0;
    justify-content: space-between;
  }
}
#information .inner .pc-left .youtube iframe {
  position: absolute;
  width: 100%;
  height: 20rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-left .youtube iframe {
    position: static;
    width: 46%;
  }
}
#information .inner .pc-left .youtube iframe.hanshin {
  top: 0;
  left: 0;
}
#information .inner .pc-left .youtube iframe.jr {
  top: 22rem;
  left: 0;
}
#information .inner .pc-right {
  width: 100vw;
  margin: 4rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-right {
    width: 50%;
    margin: 0;
  }
}
#information .inner .pc-right iframe {
  width: 100%;
  height: 24rem;
}
@media screen and (min-width: 1024px) {
  #information .inner .pc-right iframe {
    width: 100%;
    height: 100%;
  }
}

/************
よくある質問
***********/
#qa {
  background: rgb(243, 243, 243);
}
#qa .inner {
  padding: 4rem 0;
  counter-reset: count1;
}
@media screen and (min-width: 1024px) {
  #qa .inner {
    max-width: 60rem;
    margin: 0 auto;
  }
}
#qa .inner .accordion_header {
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5% 12% 5% 20%;
}
@media screen and (min-width: 1024px) {
  #qa .inner .accordion_header {
    font-size: 1.6rem;
    padding: 4% 12% 4% 15%;
  }
}
#qa .inner .accordion_header::before {
  counter-increment: count1;
  content: "Q" counter(count1);
  position: absolute;
  top: 46%;
  left: 4%;
  transform: translateY(-50%);
  font-family: josefin-sans, sans-serif;
  font-style: italic;
  font-size: 2.5rem;
  color: #f7b52c;
}
@media screen and (min-width: 1024px) {
  #qa .inner .accordion_header::before {
    font-size: 3.2rem;
  }
}
#qa .inner .accordion_header .i_box {
  border: 1px solid #F3B52A;
  border-radius: 50%;
  background-color: #F3B52A;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0;
}
#qa .inner .accordion_header .i_box .one_i {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}
#qa .inner .accordion_header .i_box .one_i::before, #qa .inner .accordion_header .i_box .one_i::after {
  background-color: #fff;
  width: 14px;
  height: 2px;
  top: 6px;
}
#qa .inner .accordion_header .i_box .one_i::before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
#qa .inner .accordion_header.open .i_box {
  transform: translateY(-50%) rotate(-360deg);
  border: 1px solid #1A1A1A;
  background-color: #1A1A1A;
}
#qa .inner .accordion_inner {
  border: none;
  position: relative;
}
#qa .inner .accordion_inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  width: 90%;
  height: 2px;
  background-color: #F3B52A;
}
#qa .inner .accordion_inner .txt_a_ac {
  font-size: 1.2rem;
  padding: 0 2%;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  #qa .inner .accordion_inner .txt_a_ac {
    font-size: 1.6rem;
  }
}

/************
利用までの流れ
***********/
#flow .inner {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  #flow .inner {
    max-width: 60rem;
    margin: 0 auto;
  }
}
#flow .inner .step-area {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3rem;
  border-bottom: 0.3rem solid #f7b52c;
  box-shadow: 5px 5px 19px #d4d4d4, -5px -5px 19px #ffffff;
  position: relative;
}
#flow .inner .step-area.next::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 100%);
  border-top: 1rem solid #f7b52c;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}
@media screen and (min-width: 1024px) {
  #flow .inner .step-area {
    grid-template-columns: 70% 30%;
  }
}
#flow .inner .step-area .step-number-title {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (min-width: 1024px) {
  #flow .inner .step-area .step-number-title {
    display: flex;
  }
}
#flow .inner .step-area .step-number-title .en {
  font-family: josefin-sans, sans-serif;
  font-style: italic;
  font-size: 3.2rem;
  color: #f7b52c;
  line-height: 1;
}
#flow .inner .step-area .step-number-title .en span {
  font-size: 4.8rem;
  padding-left: 0.2rem;
  position: relative;
}
#flow .inner .step-area .step-number-title .en span::after {
  content: url(assets/img/kara-line.svg);
  position: absolute;
  top: -2rem;
  right: -1rem;
  width: 10px;
  height: 10px;
}
#flow .inner .step-area .step-number-title .ja {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 0.8rem;
}
@media screen and (min-width: 1024px) {
  #flow .inner .step-area .step-number-title .ja {
    margin-left: 2rem;
  }
}
#flow .inner .step-area .step-number-img {
  grid-row: 1/2;
  grid-column: 2/3;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #flow .inner .step-area .step-number-img {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
#flow .inner .step-area .step-number-img img {
  width: 100%;
}
#flow .inner .step-area .step-text {
  grid-row: 2/3;
  grid-column: 1/3;
  padding: 2rem 0 2rem 0;
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  #flow .inner .step-area .step-text {
    grid-row: 2/3;
    grid-column: 1/2;
    padding: 2rem 2rem 2rem 0;
  }
}

/************
お知らせ
***********/
@media screen and (min-width: 1024px) {
  #news {
    margin: 5.6rem auto 10rem;
    max-width: 130rem;
  }
}
#news.container .l-inner .sec-title {
  text-align: center;
}
#news.container .l-inner .news-area {
  margin-top: 5.6rem;
}
#news.container .l-inner .news-area .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #news.container .l-inner .news-area .news-list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
#news.container .l-inner .news-area .news-list .colum {
  width: 48%;
  min-height: 25rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1024px) {
  #news.container .l-inner .news-area .news-list .colum {
    width: 23%;
    min-height: 38rem;
  }
}
#news.container .l-inner .news-area .news-list .colum .blog-item__thumbnail-image {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  height: 11rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #news.container .l-inner .news-area .news-list .colum .blog-item__thumbnail-image {
    height: 17rem;
  }
}
#news.container .l-inner .news-area .news-list .colum .text-sec {
  margin: 1rem 1rem 0;
}
@media screen and (min-width: 1024px) {
  #news.container .l-inner .news-area .news-list .colum .text-sec {
    margin: 3rem 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  #news.container .l-inner .news-area .news-list .colum .text-sec .info {
    display: flex;
    justify-content: space-between;
  }
}
#news.container .l-inner .news-area .news-list .colum .text-sec .info .cat {
  margin-right: 0.8rem;
  padding: 0.1rem 0.9rem;
  display: inline-block;
  background: #f7b52c;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  #news.container .l-inner .news-area .news-list .colum .text-sec .info .cat {
    font-size: 1.2rem;
  }
}
#news.container .l-inner .news-area .news-list .colum .text-sec .info .date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
#news.container .l-inner .news-area .news-list .colum .text-sec .news-title {
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  #news.container .l-inner .news-area .news-list .colum .text-sec .news-title {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}
#news.container .l-inner .news-area .news-list .colum .news-btn {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #news.container .l-inner .news-area .news-list .colum .news-btn {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 5rem;
  }
}
#news.container .l-inner .news-area .news-list .colum .news-btn span {
  border-bottom: 0.1rem solid #222;
}

/************
お問い合わせ(parts)
***********/
#contact {
  background: linear-gradient(135deg, rgba(71, 71, 71, 0.8), rgba(71, 71, 71, 0.8)), url(assets/img/uocmo-1.jpg);
  background-size: cover;
  background-position: center;
}
#contact .sub-title,
#contact .intro-text {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #contact .inner {
    max-width: 96rem;
    margin: 0 auto;
  }
}
#contact .inner .btn-area {
  padding-top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  #contact .inner .btn-area {
    display: flex;
    padding: 4rem 0 3.5rem;
  }
}
#contact .inner .btn-area a.btn {
  margin: 0 auto;
  width: 90%;
  max-width: 24rem;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #e02a2a;
  border: 0.3rem solid #e02a2a;
  border-radius: 1rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  #contact .inner .btn-area a.btn {
    max-width: 28rem;
    font-size: 2rem;
    padding: 1.6rem 0;
  }
}
#contact .inner .btn-area a.btn.external-link::after {
  right: -1rem;
  top: 0rem;
  font-size: 1.4rem;
}
#contact .inner .btn-area a.btn:hover {
  color: #e02a2a;
  border-color: #e02a2a;
  background: #fff;
}
#contact .inner .btn-area a.btn.line {
  border: 0.3rem solid #2ab864;
  background-color: #2ab864;
}
#contact .inner .btn-area a.btn.line:hover {
  color: #04b44e;
  border-color: #04b44e;
  background: #fff;
}
#contact .inner .btn-area a.btn:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #contact .inner .btn-area a.btn:not(:last-child) {
    margin-bottom: 0;
  }
}

/************
フッター
***********/
footer {
  padding: 3rem 0;
  color: #fff;
  background-color: #f7b52c;
  position: relative;
  overflow: hidden;
}
footer::after {
  content: url(assets/img/uocmo-o-w.svg);
  position: absolute;
  top: 15%;
  right: -5rem;
  z-index: 1;
}
footer .container .title-area h2 {
  font-size: 1.2rem;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 1024px) {
  footer .container .title-area h2 {
    font-size: 1.6rem;
  }
}
footer .container .title-area svg {
  width: 12rem;
}
@media screen and (min-width: 1024px) {
  footer .container .title-area svg {
    width: 18rem;
  }
}
footer .container .title-area svg path {
  fill: #fff;
}
footer .container ul {
  margin: 1.7rem 0;
}
footer .container ul li {
  font-size: 1.2rem;
  list-style-type: "-";
  list-style-position: inside;
}
@media screen and (min-width: 1024px) {
  footer .container ul li {
    font-size: 1.4rem;
  }
}
footer .container p {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 1.4rem;
}
@media screen and (min-width: 1024px) {
  footer .container p {
    font-size: 1.4rem;
  }
}

/* 問い合わせページ
==============================*/
#entry-form {
  background-color: rgba(144, 144, 144, 0.1);
}
#entry-form .container {
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0;
}
#entry-form .container .entry-form_inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 6rem 3rem 6rem;
  border: 0.1rem solid #707070;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #entry-form .container .entry-form_inner {
    padding: 10rem 16rem 16rem;
  }
}
#entry-form .container .entry-form_inner h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #014DB4;
}
#entry-form .container .entry-form_inner .contactForm {
  max-width: 70rem;
  margin: 0 auto;
}
#entry-form .container .entry-form_inner .contactForm .contact_item {
  margin-bottom: 3.2rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: -0.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #entry-form .container .entry-form_inner .contactForm .contact_item .label {
    font-size: 1.6rem;
  }
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label span.label_tag {
  color: #ffffff;
  border-radius: 0.3rem;
  margin-right: 1rem;
  padding: 0.3rem 0.8rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label span.label_must {
  background-color: #c87247;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .label span.label_option {
  background-color: #888988;
}
#entry-form .container .entry-form_inner .contactForm .contact_item input[type=text],
#entry-form .container .entry-form_inner .contactForm .contact_item input[type=email],
#entry-form .container .entry-form_inner .contactForm .contact_item input[type=date],
#entry-form .container .entry-form_inner .contactForm .contact_item input[type=tel] {
  width: 100%;
  height: 4rem;
  border: solid 1px #DDDDDD;
  border-radius: 0.4rem;
  padding: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #entry-form .container .entry-form_inner .contactForm .contact_item input[type=text],
  #entry-form .container .entry-form_inner .contactForm .contact_item input[type=email],
  #entry-form .container .entry-form_inner .contactForm .contact_item input[type=date],
  #entry-form .container .entry-form_inner .contactForm .contact_item input[type=tel] {
    font-size: 1.6rem;
  }
}
#entry-form .container .entry-form_inner .contactForm .contact_item textarea, #entry-form .container .entry-form_inner .contactForm .contact_item select {
  width: 100%;
  border: solid 1px #DDDDDD;
  border-radius: 0.4rem;
  padding: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #entry-form .container .entry-form_inner .contactForm .contact_item textarea, #entry-form .container .entry-form_inner .contactForm .contact_item select {
    font-size: 1.6rem;
  }
}
#entry-form .container .entry-form_inner .contactForm .contact_item textarea {
  height: 16rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item textarea.certification {
  height: 8rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item select {
  height: 4rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .wpcf7-not-valid-tip {
  margin-top: 1rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .ex_message {
  margin-top: 1.2rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .privacy_policy {
  width: 100%;
  height: 4rem;
  border: solid 1px #DDDDDD;
  border-radius: 0.4rem;
  padding: 0.5rem;
  height: 12rem;
  overflow: auto;
  margin: 1rem 0;
  font-size: 1.4rem;
}
#entry-form .container .entry-form_inner .contactForm .contact_item .input {
  width: 100%;
  box-sizing: border-box;
}
#entry-form .container .entry-form_inner .contactForm .btnArea {
  text-align: center;
}
#entry-form .container .entry-form_inner .contactForm input[type=submit] {
  background: #e02a2a;
  border: 2px solid #fff;
  width: 20rem;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: bold;
  padding: 1rem 0;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #entry-form .container .entry-form_inner .contactForm input[type=submit] {
    width: 28rem;
    padding: 1.4rem 0;
    font-size: 2.5rem;
  }
}
#entry-form .container .entry-form_inner .contactForm input[type=submit]:hover {
  color: #e02a2a;
  background-color: #fff;
  border-color: #e02a2a;
}
#entry-form .container .entry-form_inner .contactForm .wpcf7-spinner {
  display: block;
  margin: 0 auto;
  position: absolute;
}

/* ===========================
自立訓練ページ
==============================*/
#needs .inner {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  #needs .inner {
    text-align: center;
  }
}
#needs .inner img {
  max-width: 80%;
  display: block;
  text-align: center;
  margin: 3.5rem auto 5rem;
}
@media screen and (min-width: 1024px) {
  #needs .inner img {
    width: 100%;
  }
}
#needs .inner .speech-balloon-area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-image: url(assets/img/trouble-bg.svg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  #needs .inner .speech-balloon-area {
    margin: 0 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#needs .inner .speech-balloon-area ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #needs .inner .speech-balloon-area ul {
    width: 60%;
  }
}
#needs .inner .speech-balloon-area ul li {
  position: relative;
  margin: 1rem 0;
  padding: 10px 4px;
  font-size: 1.2rem;
  text-align: center;
  width: 48%;
  border-radius: 5px;
  background: #fff;
  border: #f7b52c 3px solid;
}
@media screen and (min-width: 1024px) {
  #needs .inner .speech-balloon-area ul li {
    font-size: 1.4rem;
  }
}
#needs .inner .speech-balloon-area ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 25%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 13px solid #fff;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #needs .inner .speech-balloon-area ul li:not(:last-child)::before {
    display: none;
  }
}
#needs .inner .speech-balloon-area ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 25%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #f7b52c;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #needs .inner .speech-balloon-area ul li:not(:last-child)::after {
    display: none;
  }
}
#needs .inner .speech-balloon-area ul li.your-needs {
  width: 100%;
  border: #3D70A6 3px solid;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #needs .pc-flex {
    max-width: 120rem;
    margin: 8rem auto 0;
    display: flex;
    align-items: center;
    z-index: 10;
  }
  #needs .pc-flex .pc-left {
    width: 40%;
    text-align: center;
  }
  #needs .pc-flex .pc-right {
    width: 60%;
  }
}

#place .inner {
  width: 100%;
  margin: 3.5rem auto 0;
}
#place .inner .accordion_header {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #place .inner {
    display: flex;
    justify-content: space-between;
  }
  #place .inner .accordion_one {
    width: 23%;
  }
  #place .inner .accordion_one .accordion_header {
    text-align: center;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  #place .inner .accordion_one .accordion_header .i_box {
    width: 100%;
    transform: rotate(0deg);
    right: 0;
  }
  #place .inner .accordion_one .accordion_header .i_box .one_i {
    width: 100%;
    transform: rotate(0deg);
  }
  #place .inner .accordion_one .accordion_header .i_box .one_i::before {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 0.4rem;
    left: 1rem;
  }
  #place .inner .accordion_one .accordion_header .i_box .one_i::after {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 0.4rem;
    left: 90%;
  }
  #place .inner .accordion_inner {
    display: block;
    height: 30rem;
    padding: 2rem 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  #place .inner .accordion_inner .txt_a_ac {
    font-size: 1.4rem;
  }
  #place .inner .accordion_inner .txt_a_ac .pc-flex {
    display: flex;
    font-size: 1.2rem;
    justify-content: space-around;
  }
}

#program {
  padding: 4.5rem 0 0;
}
#program .program-ex {
  width: 100vw;
  padding: 20px 0;
  margin: 30px calc(50% - 50vw);
  background-color: #EAEAEA;
  overflow: hidden;
}
#program .program-ex p {
  font-size: 1.4rem;
  line-height: 2.7rem;
  white-space: nowrap;
  animation: flowing 20s linear infinite; /*アニメーション*/
  transform: translateX(100%);
}
@keyframes flowing {
  100% {
    transform: translateX(-150%); /*終了の位置*/
  }
}
#program .program-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
#program .program-info .colum {
  width: 50%;
}
#program .program-info .colum p {
  text-align: justify;
  font-size: 1.4rem;
}
#program .program-img {
  width: 100vw;
  margin: 30px calc(50% - 50vw) 0;
}
#program .program-img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #program .sub-title-colum {
    display: inline-block;
    margin-left: 60%;
  }
  #program .sub-title-colum h2.sub-title::before {
    left: inherit;
    right: 10rem;
    bottom: 0.3rem;
  }
  #program .pc-flex {
    width: 96rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #program .pc-flex .pc-left {
    width: 60%;
  }
  #program .pc-flex .pc-left .program-ex {
    width: 100%;
    padding: 5rem 6rem;
    margin: 0 0;
    overflow: visible;
    background-color: #fff;
    border: 0.3rem solid #F3B52A;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
    text-align: justify;
  }
  #program .pc-flex .pc-left .program-ex p {
    display: inline;
    font-size: 1.4rem;
    line-height: 2.7rem;
    white-space: normal;
    animation: none; /*アニメーション*/
    transform: none;
  }
  #program .pc-flex .pc-left .program-ex .sp-text {
    margin-top: 2rem;
  }
  #program .pc-flex .pc-right {
    width: 40%;
  }
  #program .pc-flex .pc-right .program-info {
    display: block;
  }
  #program .pc-flex .pc-right .program-info .colum {
    width: 100%;
  }
  #program .pc-flex .pc-right .program-info .colum.left {
    display: none;
  }
  #program .program-img {
    display: none;
  }
  #program .program-img img {
    height: 30rem;
  }
}

#example .inner {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  #example .inner {
    max-width: 120rem;
    margin: 0 auto;
  }
  #example .inner p {
    text-align: center;
  }
}
#example .inner .tab-area {
  margin-top: 5rem;
  /*tabの形状*/
  /*エリアの表示非表示と形状*/
}
#example .inner .tab-area .tab {
  width: 100%;
  padding-left: 30%;
  display: flex;
  flex-wrap: wrap;
}
#example .inner .tab-area .tab li {
  width: 48%;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  background-color: #F3B52A;
  border: 0.3rem solid #F3B52A;
  border-radius: 0.5rem;
  /*liにactiveクラスがついた時の形状*/
}
#example .inner .tab-area .tab li:nth-child(1), #example .inner .tab-area .tab li:nth-child(3) {
  margin-right: 0.8rem;
}
#example .inner .tab-area .tab li:last-child {
  background-color: #3D70A6;
  border: 0.3rem solid #3D70A6;
}
#example .inner .tab-area .tab li a {
  font-size: 1.4rem;
  display: block;
  margin: 0 0.2rem;
  padding: 1rem 0.8rem;
}
#example .inner .tab-area .tab li.active {
  color: #F3B52A;
  font-weight: 600;
  background-color: #fff;
  border: 0.3rem solid #F3B52A;
}
#example .inner .tab-area .tab li.active:last-child {
  color: #3D70A6;
  border: 0.3rem solid #3D70A6;
}
#example .inner .tab-area .tab li.active a {
  background: #fff;
}
#example .inner .tab-area .area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #F2F2F2;
  border-radius: 10px;
  padding: 30px;
}
#example .inner .tab-area .area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  #example .inner .tab-area .area.is-active {
    display: flex;
  }
}
#example .inner .tab-area .area .contents {
  width: 100%;
  background-color: #fff;
  border: 3px solid #F3B52A;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #example .inner .tab-area .area .contents {
    width: 30%;
  }
}
#example .inner .tab-area .area .contents:first-child::before {
  content: url(assets/img/human-01.svg);
  position: absolute;
  top: -90px;
  left: -2px;
}
#example .inner .tab-area .area .contents:last-child::before {
  content: url(assets/img/human-02.svg);
  position: absolute;
  top: -7.7rem;
  right: 0;
}
#example .inner .tab-area .area .contents:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  #example .inner .tab-area .area .contents:not(:last-child) {
    margin-bottom: 0;
  }
}
#example .inner .tab-area .area .contents:not(:last-child) :before {
  content: url(assets/img/arrow.svg);
  position: absolute;
  right: 50%;
  bottom: -3rem;
  transform: translateX(50%);
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 1024px) {
  #example .inner .tab-area .area .contents:not(:last-child) :before {
    top: 50%;
    bottom: 0;
    right: -6%;
    transform: rotate(-90deg);
  }
}
#example .inner .tab-area .area .contents h3 {
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  background-color: #F3B52A;
}
#example .inner .tab-area .area .contents p {
  font-size: 1.4rem;
  padding: 8%;
}
@media screen and (min-width: 1024px) {
  #example .inner .tab-area .area .contents p {
    text-align: left;
  }
}
#example .inner .tab-area .area.you .contents {
  border: 3px solid #3D70A6;
  text-align: center;
}
#example .inner .tab-area .area.you .contents h3 {
  color: #fff;
  background-color: #3D70A6;
}
#example .inner .ex-list {
  max-width: 120rem;
  margin: 4rem auto 0;
  border-radius: 0.5rem;
  padding: 4rem 2rem;
  background-color: #F2F2F2;
}
#example .inner .ex-list .title-area, #example .inner .ex-list .contents-area {
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#example .inner .ex-list .title-area {
  margin-bottom: 1rem;
  height: 5rem;
  background-color: #F3B52A;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
  position: relative;
}
#example .inner .ex-list .title-area::before {
  content: "";
  display: inline-block;
  background-image: url(assets/img/human-01.svg);
  background-size: contain;
  vertical-align: middle;
  width: 14rem;
  height: 17.6rem;
  position: absolute;
  top: -17.5rem;
}
#example .inner .ex-list .title-area::after {
  content: "";
  display: inline-block;
  background-image: url(assets/img/human-02.svg);
  background-size: contain;
  vertical-align: middle;
  width: 19.5rem;
  height: 17rem;
  position: absolute;
  top: -17rem;
  right: -7rem;
}
#example .inner .ex-list .contents-area {
  height: 10rem;
  padding: 1rem 3rem;
  border: 0.3rem solid #F3B52A;
  border-radius: 0.5rem;
  background-color: #fff;
}
#example .inner .ex-list .contents-area:not(:last-child) {
  margin-bottom: 2rem;
}
#example .inner .ex-list .contents-area .content {
  position: relative;
  padding: 1rem;
}
#example .inner .ex-list .contents-area .content p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8rem;
}
#example .inner .ex-list .contents-area .content:not(:last-child) :before {
  content: url(assets/img/arrow.svg);
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  bottom: 0;
  right: -8%;
  transform: scale(0.8) rotate(-90deg);
}
#example .inner .ex-list .title, #example .inner .ex-list .content {
  width: 30%;
}
@media screen and (min-width: 1024px) {
  #example .inner .pc-flex {
    width: 96rem;
    margin: 8rem auto;
    display: flex;
  }
}
#example .inner .pc-flex .even-if {
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  #example .inner .pc-flex .even-if.left-box {
    width: 40%;
  }
}
#example .inner .pc-flex .even-if h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #example .inner .pc-flex .even-if h2 {
    font-size: 2.4rem;
  }
}
#example .inner .pc-flex .even-if p {
  text-align: justify;
}
#example .inner .pc-flex .even-if-img {
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  #example .inner .pc-flex .even-if-img {
    width: 100%;
    margin: 0 0 0;
  }
  #example .inner .pc-flex .even-if-img.right-box {
    width: 60%;
    text-align: center;
  }
}
#example .inner .pc-flex .even-if-img img {
  width: 100%;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  #example .inner .pc-flex .even-if-img img {
    width: 80%;
  }
}

/* ===========================
就労移行支援ページ
==============================*/
#work-t {
  padding: 6rem 0 8rem;
}
#work-t .inner {
  padding-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #work-t .inner {
    max-width: 120rem;
    margin: 0 auto;
  }
}
#work-t .inner a {
  display: inline-block;
  width: 15rem;
  margin-top: 2rem;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 600;
  background-color: #2a60f3;
  border-radius: 0.5rem;
}

/* ===========================
記事ページ
==============================*/
#thumbnail-box .bg-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  #thumbnail-box .bg-img {
    display: block;
    height: 35rem;
    opacity: 0.3;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
  #thumbnail-box .bg-img img {
    width: 100%;
  }
}
#thumbnail-box .thumbnail {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #thumbnail-box .thumbnail {
    width: 60rem;
    height: 35rem;
  }
}

#blog {
  padding: 6rem 0 10rem;
}
@media screen and (min-width: 1024px) {
  #blog {
    padding: 8rem 0 16rem;
  }
}
#blog .container {
  max-width: 90%;
}
@media screen and (min-width: 1024px) {
  #blog .container {
    max-width: 80rem;
  }
}
#blog .container h1, #blog .container h2, #blog .container h3, #blog .container h4, #blog .container h5, #blog .container h6 {
  margin-bottom: 2.4rem;
}
#blog .container h1 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
#blog .container h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #F3B52A;
  padding: 0.2rem 0 0.2rem 1rem;
  border-left: 0.8rem solid #F3B52A;
  background-color: rgb(241, 241, 241);
  line-height: 1.3333;
}
#blog .container h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
#blog .container hgroup h2, #blog .container h4, #blog .container h5, #blog .container h6, #blog .container p {
  font-size: 1.6rem;
  line-height: 1.5;
}
#blog .container a {
  text-decoration: underline;
}
#blog .container img {
  margin: 2rem 0;
}
#blog .container p {
  letter-spacing: 0.1rem;
}
#blog .container .blog-detail__info {
  display: flex;
  align-items: center;
}
#blog .container .blog-detail__info .cat {
  margin-left: 1rem;
  padding: 0.2rem 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10rem;
  background-color: #f7b52c;
}
#blog .container .blog-detail__info .date {
  font-size: 1.4rem;
  color: #999;
}
#blog .container .blog-detail__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #f7b52c;
}
#blog .container .blog-detail__image {
  margin-top: 2rem;
  width: 100%;
}
#blog .container .blog-detail__image img {
  width: 100%;
  border-radius: 0.5rem;
}
#blog .container .blog-detail__body {
  margin-top: 2rem;
  font-size: 1.6rem;
}
#blog .container .blog-detail__link-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
}
#blog .container .blog-detail__link-btn .link-btn {
  width: 33.3333333333%;
  text-align: center;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */