@charset "UTF-8";
/* CSS Document */

.no404 p{
margin-bottom:10px;
}

/*ページ内リンクずれ*/
html {
  scroll-padding-top: 120px !important;
}

/*main image*/
html, body {
  overflow-x: hidden;
}
.inner01 {
  max-width: 996px;
  margin: 0 auto;
}
.inner02 {
  max-width: 1200px;
  margin: 0 auto;
}
.br_sp_only {
  display: none;
}
@media screen and (max-width: 767px) {

/*ページ内リンクずれ*/
html {
  scroll-padding-top: 80px !important;
}

  .br_sp_only {
    display: block;
  }
}

/*header*/
#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.9vw;
}
header.header h1 img {
  display: none;
}


/*下層ページヘッダー*/
header.header.under_header nav ul.flex02 li a {
  color: #1b82d6;
}
header.header.under_header nav ul.flex02 li a:hover {
  color: #ffffff;
}
header.header.under_header h1 img {
  display: block;
  width: 17vw;
}

header.header.under_header h1 a:hover {
  opacity:0.7;
}

header#header.header.under_header {
  justify-content: space-between;
  background:#fff !important;/*追記*/
}

/*下層ページヘッダー終わり*/
#header nav {
  align-items: center;
  font-weight:600 !important;/*追記*/
}
header.header ul li {
  list-style: none;
}
header.header nav ul.flex02 {
  margin-right: 10px;
}
header.header nav ul.flex02 li a {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 20px;
  position: relative;
  z-index: 1;
  transition: .3s;
}
header ul.flex02 li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1b82d6;
  border: 1px solid #1b82d6;
  transition: transform ease .3s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
header ul.flex02 li a:hover {
  color: #FFFFFF;
}
header ul.flex02 li a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
header.header div.button a {
  margin-right: 10px;
}
.sp_header {
  display: none;
}
.button a {
  text-decoration: none;
  padding: 8px 28px;
  color: #ffffff;
  background-color: #1b82d6;
  border: 1px solid #1b82d6;
  transition: color 0.3s ease 0s;
}
.button a:hover {
  background-color: #FFFFFF;
  color: #1b82d6;
}
.button a.button_blue {
  background-color: #00009c;
  border: 1px solid #00009c;
  margin-right: 0;
}
.button a.button_blue:hover {
  background-color: #FFFFFF;
  color: #00009c;
}
/*追従ヘッダー分岐*/
header#header.header.js-header {
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF !important;
  height: 83px;
  align-items: center;
  padding: 0 1.9vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}
header#header.header.js-header ul.flex02 li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1b82d6;
  border: 1px solid #1b82d6;
  transition: transform ease .3s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
header#header.header.js-header ul.flex02 li a:hover {
  color: #FFFFFF;
}
header#header.header.js-header ul.flex02 li a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
header.header div.button a {
  margin-right: 10px;
}
header.js-header h1 img {
  width: 17vw;
}

header.js-header h1 a:hover {
  opacity:0.7;
}

header.js-header nav ul li {
  margin: 0;
}
header.js-header nav ul.flex02 li a {
  color: #1b82d6;
}
header.js-header a {
  text-decoration: none;
}
header.js-header nav div.button_blue {
  margin-right: 0;
}
@media screen and (max-width:1260px) {
  header#header.header {
    display: none;
  }
  header.header nav.flex02 {
    display: none;
  }
  header#header.header.js-header {
    height: 75px;
  }
  .logo {
    display: none;
  }
  header.sp_header {
    display: flex;
    background-color: #FFFFFF;
    height: 75px;
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
  header.sp_header div img {
    width: 235px;
    height: auto;
  }
  header.sp_header .c-between {
    align-items: center;
  }
  header.sp_header .c-between div img {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  header#header.header.js-header {
    height: 55px;
  }
  header.sp_header {
    height: 55px;
  }
  header.sp_header div img {
    width: 190px;
  }
}
header.js-header h1 img {
  display: block;
}
/*top image*/
.slider-item {
  width: 100%;
  height: 100%;
}
.slider-item img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
  object-position: 30% 50%;
}
.top-text {
  margin-top: 12%;
}
.top-text img {
  width: 40vw;
}
section.top-image .container {
  position: relative;
  width: 100vw;
}
section.top-image .content {
  position: absolute;
  font-weight:700;/*追記*/
  top: 100px;
  left: 3.21vw;
  z-index: 5;
}
section.top-image .logo {
  width: 13.14vw;
  margin-bottom: 40px;
}
section.top-image .container p {
  color: #FFFFFF;
  font-size: 3.0rem;
}
section.top-image .container p span {
  font-size: 4.0rem;
}
section.top-image .container span.marker {
  background: linear-gradient(transparent 50%, #ec6538 50%);
}
section.top-image .container p span.marker {
  font-size: 3.0rem;
}
@media screen and (min-width:768px) and (max-width:1260px) {
  section.top-image .content {
    top: 155px;
  }
  section.top-image .content p {
    font-size: 2.4rem;
  }
  section.top-image .content p span {
    font-size: 3.2rem;
  }
  section.top-image .content p span.marker {
    font-size: 2.4rem;
  }
  section.top-image .container {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {

/*追記*/
.slider-item img {
  width: 100%;
  height: auto;
}

/*追記*/
.top-text {
  margin-top: 20px;
}

  section.top-image .content {
    /*変更*/
    top: 140px;
  }
  section.top-image .content p {
    font-size: 1.6rem;
  }
  section.top-image .content p span {
    font-size: 2.4rem;
  }
  section.top-image .content p span.marker {
    font-size: 1.6rem;
  }
  section.top-image .container {
    padding-top: 55px;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1260px) {
  #g-nav {
    display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav-list {
    padding: 24px 32px 0;
  }
  #g-nav ul {
    margin-left:15%;
    margin-right:15%;
    margin-bottom: 75px;
    text-align: center;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    margin: 0;
    width:49.5%;
    margin-bottom:1%;
  }

.sp_nav01{
    width:100% !important;
}

  #g-nav li a {
    color: #fff;
    background: #1b82d6;
    text-decoration: none;
    padding: 16px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 1.8rem;
  }

    #g-nav li a:hover{
    opacity:0.7 !important;
  }

  #g-nav-list div.button {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    width: 100%;
    margin: 0 auto;
  }
  #g-nav-list div.button a {
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px 60px;
    font-weight: 700;
  }
  #g-nav-list div img {
    margin-left: 0;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  #g-nav {
    display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #FFFFFF;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav-list {
    padding: 24px 32px 0;
  }
  #g-nav ul {
    margin-bottom: 40px;
    text-align: center;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }


  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    margin: 0;
    width:49%;
    margin-bottom:2%;
  }

.sp_nav01{
    width:100% !important;
}

  #g-nav li a {
    color:#fff;
    background-color: #1b82d6;
    text-decoration: none;
    padding: 16px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.3rem;
  }
  #g-nav-list div.button {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  #g-nav-list div.button a {
    margin-bottom: 10px;
    font-size: 1.6rem;
    text-align: center;
    padding: 15px;
    font-weight: 700;
  }
  #g-nav-list div img {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:1260px) {
  /*==================================================
　ハンバーガーメニュー
===================================*/
  /*ボタン外側*/
  .openbtn {
    /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: fixed;
    top: 0;
    right: 0;
    background: #1b82d6;
    cursor: pointer;
    width: 75px;
    height: 75px;
    z-index: 9999;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 18px;
    height: 2px;
    background: #FFFFFF;
    width: 50%;
  }
  .openbtn span:nth-of-type(1) {
    top: 22px;
  }
  .openbtn span:nth-of-type(2) {
    top: 30px;
  }
  .openbtn span:nth-of-type(3) {
    top: 38px;
  }
  .openbtn span:nth-of-type(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 4px;
    left: 0;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 25px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 35px;
    left: 25px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  .openbtn.active span:nth-of-type(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 7px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  /*==================================================
　ハンバーガーメニュー
===================================*/
  /*ボタン外側*/
  .openbtn {
    width: 55px;
    height: 55px;
  }
  /*ボタン内側*/
  .openbtn span {
    left: 15px;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 17px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 29px;
  }
  .openbtn span:nth-of-type(3)::after {
    top: 3px;
    font-size: 0.9rem;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn.active span:nth-of-type(1) {
    top: 16px;
    left: 20px;
    width: 30%;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 28px;
    left: 20px;
    width: 30%;
  }
  .openbtn.active span:nth-of-type(3)::after {
    top: 5px;
    left: 4px;
  }
}
/*ページトップボタン　ここから*/
#page-top {
  position: fixed;
  right: 15px;
  bottom: 0px !important;
  z-index: 10000;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  padding-bottom: 10px;
}
#page-top a:hover {
/*   opacity: .7; */
}
#page-top img {
  width: 60px;
  height: auto;
}
/*上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 767px) {
  #page-top img {
    width: 45px;
    height: auto;
  }
  #page-top {
    right: 0;
    bottom: 40px !important;
  }
}
/*ページトップボタン ここまで*/
/*about our work*/
section.about-our-work .container {
  background-image: url("../img/top/topimg2.jpg");
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.about-our-work .container h1 {
  color: #FFFFFF;
  display: inline-block;
  text-align: left;
  margin-top: 50px;
  line-height: 4.2rem;
}
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 6.6rem;
}
section.about-our-work .container h1 span {
  text-align: left;
}
section.about-our-work .container p, section.about-our-work .container h1 span {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
section.about-our-work .container div {
  text-align: end;
}
section.about-our-work .container div.bg_blue {
  padding: 0 8vw;
  position: relative;
}
section.about-our-work .container div.bg_blue::before {
  content: "";
  position: absolute;
  background-color: #1b82d6;
  z-index: 0;
  width: 42vw;
  height: 100%;
  transform: skewX(27deg);
  top: 0;
  right: -120px;
}
section.about-our-work .container div p {
  color: #FFFFFF;
  margin-left: 50%;
  margin-top: 40px;
  text-align: left;
  font-feature-settings: "palt";
}
section.about-our-work .container div a {
  text-decoration: none;
  color: #333333;
  width: 266px;
  height: 66px;
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 2.6rem;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  margin-bottom: 40px;
}
section.about-our-work .container div a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffff99;
  transform: skewX(-27deg) scale(1, 1);
  transition-duration: .5s;
  box-shadow: 10px 10px 0px -2px #cccccc;
}
section.about-our-work .container div a:hover::before {
  transform: skewX(-27deg) scale(1.05, 1.05);
  transition-duration: .5s;
}
@media screen and (max-width: 767px) {
  .poppins {
    font-weight: 600;
    font-style: italic;
    font-size: 3.0rem;
  }
  section.about-our-work .container {
    background-image: url("../img/top/topimg2_sp.jpg");
    background-position-y: 8%;
    background-position-x: center;
  }
  section.about-our-work .container div.bg_blue::before {
    display: none;
  }
  section.about-our-work .container div.bg_blue {
    background-color: rgba(27, 130, 214, 0.7);
  }
  section.about-our-work .container div {
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding: 0 24px;
  }
  section.about-our-work .container h1 {
    margin-top: 20px;
    line-height: 2.8rem;
    text-align: center;
  }
  section.about-our-work .container p, section.about-our-work .container h1 span {
    font-size: 1.4rem;
  }
  section.about-our-work .container div p {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  section.about-our-work .container div a {
    width: 195px;
    height: 45px;
    font-size: 1.6rem;
    padding: 8px;
  }
}
/*strong point*/
.storong-point_wrap {
  margin: 0 auto;
  display: inline-block;
}
section.strong-point .container {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
section.strong-point .container::before {
  content: "";
  background-color: #1b82d6;
  opacity: .21;
  position: absolute;
  width: 68%;
  height: 100%;
  top: 0;
  right: -25%;
  transform: skewX(27deg);
}
img.people1 {
  width: 194px;
  height: auto;
}
img.people2 {
  width: 182px;
  height: auto;
}
img.people3 {
  width: 210px;
  height: auto;
}
img.people4 {
  width: 208px;
  height: auto;
}
section.strong-point .container .content {
  padding: 0 0.9vw;
  max-width: 1400px;
  margin: 0 auto;
}
section.strong-point .container .content .flex02 {
  margin: 0 auto;
}
section.strong-point .container h1 {
  color: #1b82d6;
  padding-top: 55px;
  line-height: 5.8rem;
}
section.strong-point .container span {
  color: #1b82d6;
  font-size: 2.0rem;
}
section.strong-point .container span.description {
  font-weight: 700;
}
section.strong-point .container ol li div p {
  color: #333333;
  text-align: left;
  width: 300px
}
section.strong-point .container .content .poppins {
  font-size: 3.2rem;
  color: #1b82d6;
  line-height: 3.4rem;
}
section.strong-point .container .content .poppins span {
  font-size: 5.2rem;
  margin-left: 10px;
}
section.strong-point .container .content .text h3 {
  font-size: 3.3rem;
  margin-bottom: 15px;
}
section.strong-point .container .content .text {
  text-align: left;
  margin-left: 20px;
}
section.strong-point .container .content .text p {
  margin-left: 0;
  margin-top: 20px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
section.strong-point .container .content .text p.ml20 {
  margin-left: 20px;
}
section.strong-point .container .content .text div {
  display: flex;
}
section.strong-point .container .content .text div.pc_ds-b {
  display: block;
}
section.strong-point .container .content .text img {
  width: 248px;
}
section.strong-point .container .content .point02 {
  margin-top: 60px;
}
section.strong-point .container .content .point03, section.strong-point .container .content .point04 {
  margin-top: 25px;
}
section.strong-point .container .content .point02 p, section.strong-point .container .content .point03 p {
  margin-top: 0;
}
@media screen and (min-width:768px) and (max-width:1350px) {
  section.strong-point .container .content .text p {
    margin-left: 20px;
    margin-top: 0;
  }
  section.strong-point .container::before {
    width: 100%;
    right: -65%;
  }
  section.strong-point .container .content .text div.tb_flex {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .st-point_wrap {
    margin: 0 auto;
    position: relative;
  }
  section.strong-point .container .content .text div {
    display: block;
  }
  section.strong-point .container .content {
    padding: 0;
  }
  section.strong-point .container .content li div img {
    width: 125px;
    height: auto;
  }
  section.strong-point .container span {
    font-size: 1.4rem;
  }
  section.strong-point .container h1 {
    line-height: 3.0rem;
    margin-bottom: 25px;
    padding-top: 35px;
  }
  section.strong-point .container .content .poppins {
    font-size: 2.2rem;
  }
  section.strong-point .container .content .poppins span {
    font-size: 4.2rem;
  }
  section.strong-point .container .content .text h3 {
    font-size: 2.4rem;
  }
  section.strong-point .container .content .flex02 {
    position: relative;
  }
  section.strong-point .container .flex02 {
    margin: 0 auto;
  }
  section.strong-point .container .content .flex02 div.img01 {
    position: absolute;
    top: 65px;
    left: -17%;
  }
  section.strong-point .container .content .flex02 div.img02 {
    position: absolute;
    top: 61px;
    left: -17%;
  }
  section.strong-point .container .content .flex02 div.img03 {
    position: absolute;
    top: 82px;
    left: -17%;
  }
  section.strong-point .container .content .flex02 div.img04 {
    position: absolute;
    top: 73px;
    left: -21%;
  }
  section.strong-point .container .content li.point_bg {
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  section.strong-point .container::before {
    display: none;
  }
  section.strong-point .container .content li.point_bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1b82d6;
    opacity: .21;
    transform: skewY(-7deg);
    z-index: -1;
  }
  section.strong-point .container .content .text {
    text-align: center;
  }
  section.strong-point .container .content .point02 .text p, section.strong-point .container .content .point03 .text p {
    margin-top: 20px;
  }
}
/*staff voice*/
section.staff-voice {
  background-color: #1b82d6;
}
section.staff-voice a {
  display: flex;
  flex-direction: column;
}
section.staff-voice .content {
  max-width: 1200px;
  margin: 0 auto;
}
section.staff-voice .content li {
  margin-bottom: 40px;
}
section.staff-voice .flex01 {
  justify-content: center;
  column-gap: 50px;
}
section.staff-voice h1 {
  color: #FFFFFF;
  line-height: 4.2rem;
  padding-top: 40px;
  margin-bottom: 40px;
}
section.staff-voice h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
}
section.staff-voice .content a {
  text-decoration: none;
}
section.staff-voice .content a:hover {
  opacity: .7;
}
section.staff-voice .content a span {
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 2.0rem;
  text-align: center;
}
div.staff-voice_img img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.staff-voice .content {
    flex-flow: row wrap;
    justify-content: space-around;
    padding-bottom: 20px;
  }
  section.staff-voice h1 {
    text-align: center;
    line-height: 3.0rem;
    margin-bottom: 25px;
  }
  section.staff-voice h1 span {
    font-size: 1.4rem;
  }
  section.staff-voice .content a span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  section.staff-voice .content li {
    margin-bottom: 25px;
  }
  section.staff-voice .flex01 {
    column-gap: 25px;
    justify-content: center;
  }
  section.staff-voice .content li a div {
    width: 150px;
  }
  section.staff-voice .content li a div img {
    width: 100%;
  }
  section.staff-voice a {
    align-items: center;
  }
}
/*movie*/
section.movie {
  background-image: url("../img/top/_Y6A7999bk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 65%;
  text-align: center;
}
section.movie div.movie_bg {
  background-color: rgba(27, 130, 214, 0.3);
  padding-bottom: 60px;
}
section.movie h1 {
  color: #FFFFFF;
  line-height: 4.2rem;
  padding-top: 40px;
  margin-bottom: 20px;
}
section.movie h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
}


.movie_btn{
max-width:1400px;
margin-left:auto;
margin-right:auto;
}

.movie_btn a{
width:31%;
margin-left:1%;
margin-right:1%;
}

.movie_btn img{
max-width:100%;
width:auto;
height:auto;
margin-left:auto;
margin-right:auto;
}

.movie_btn a:hover{
opacity:0.8;
}


@media screen and (max-width: 767px) {

/*   section.movie div.youtube_aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  section.movie div.youtube_aspect-ratio iframe {
    width: 100%;
    height: 100%;
  }
 */

section.movie div.movie_bg {
  padding-bottom: 40px;
}

  section.movie h1 {
    text-align: center;
    line-height: 2.4rem;
  }
  section.movie h1 span {
    font-size: 1.4rem;
  }
  section.movie div {
    padding: 0 24px 0 24px;
  }

.movie_btn a{
width:100%;
margin-left:0;
margin-right:0;
margin-bottom:15px;

}

}
/*FAQ*/
section.faq {
  background-color: #1b82d6;
}
section.faq .flex01 {
  justify-content: center;
  column-gap: 57px;
  padding-top: 40px;
}
section.faq .content h1 {
  color: #FFFFFF;
  font-size: 5.0rem;
  line-height: 4.2rem;
  margin-bottom: 20px;
}
section.faq h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
}
section.faq .content li p {
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 1.7rem;
  padding-bottom: 50px;
  font-feature-settings: "palt";
}
section.faq ul.content li a {
  text-decoration: none;
}
section.faq ul.content li a:hover {
  opacity: .7;
}
img.faq_img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.faq {
    padding: 0 24px 45px;
  }
  section.faq .flex01 {
    grid-row-gap: 30px;
  }
  section.faq ul.flex02 {
    flex-direction: column;
  }
  section.faq ul.flex02 li img {
    width: 100%;
  }
  section.faq .content h1 {
    font-size: 3.0rem;
    line-height: 3.0rem;
    text-align: center;
    margin-bottom: 10px;
  }
  section.faq h1 span {
    font-size: 1.4rem;
  }
  section.faq .content li {
    text-align: center;
  }
  section.faq .content li p {
    font-size: 1.6rem;
    padding-bottom: 0;
    margin-top: 10px;
  }
}
/*contact*/
section.contact .tac {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin-top: 58px;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}
section.contact button {
  background-color: #1b82d6;
  width: 302px;
  height: 99px;
  border: 1px solid #FFFFFF;
  outline: 4px solid #1b82d6;
}
section.contact button:hover {
  opacity: .7;
}
section.contact button.button_entry {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact button span {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}
section.contact button .text {
  font-size: 1.8rem;
  font-feature-settings: "palt";
}
section.contact button .number {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
section.contact button .detail {
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
section.contact button .fa-paper-plane, section.contact button .fa-phone {
  color: #FFFFFF;
  font-size: 3.2rem;
  margin-right: 10px;
}
section.contact button .fa-phone {
  margin-right: 11px;
}
section.contact .flex02 {
  column-gap: 40px;
  margin-bottom: 50px;
}
section.contact ul li a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  section.contact ul li a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  section.contact {
    padding: 24px;
  }
  section.contact ul.flex02 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  section.contact .tac {
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: center;
  }
  section.contact ul li {
    margin-bottom: 20px;
  }
}
/*footer*/
footer {
  background-color: #1b82d6;
  padding-bottom: 10px;
}
footer div {
  align-items: center;
}
footer div img {
  width: auto;
  height: 40px;
  margin-right: 8px;
}
footer div a {
  color: #FFFFFF;
  text-decoration: none;
}
footer div span.detail img {
  width: auto;
  height: 30px;
}
footer div span.company img {
  width: auto;
  height: 30px;
}
footer div address {
  color: #FFFFFF;
  font-feature-settings: "palt";
}
footer div.c-center {
  column-gap: 40px;
  padding-top: 30px;
  margin-bottom: 40px;
}
footer small {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  footer.tac {
    text-align: center;
  }
  footer div.sp_column {
    flex-direction: column;
  }
  footer div img {
    height: 30px;
  }
  footer div span.company img, footer div span.detail img {
    height: 22px;
  }
  footer address {
    margin-top: 10px;
  }
  footer div.c-center {
    margin-bottom: 25px;
  }
  footer small.f14 {
    font-size: 1.2rem;
  }
}
div.sp_contact {
  display: none;
}
@media screen and (max-width: 767px) {
  div.sp_contact {
    display: flex;
    background-color: #1b82d6;
    justify-content: space-evenly;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  div.sp_contact a {
    background-color: #FFFFFF;
    padding: 5px 15px;
    color: #1b82d6;
    font-size: 1.6rem;
    width: 45%;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
  }
  div.sp_contact a i {
    margin-right: 7px;
    font-size: 1.7rem;
  }
}
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .5s, transform .5s; /* 透過率と縦方向の移動を0.5秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .3s; /* フェード開始を0.3秒遅らせる */
}
.js-fadeUp.delay {
  transition-delay: .6s;
}
.js-fadeUp.delay2 {
  transition-delay: .7s;
}
.js-fadeUp.delay3 {
  transition-delay: .8s;
}
.js-fadeUp.delay4 {
  transition-delay: .9s;
}

.js-fadeUp.delay5 {
  transition-delay: .3s;
}

/*==================================================
　work css
===================================*/
div.under-main-img {
  padding-top: 75px;
  position: relative;
}
div.under-main-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 83% 0%;
}
div.under-main-img div {
  background-color: #1b82d6;
  position: absolute;
  width: 38vw;
  height: 400px;
  transform: skewX(27deg);
  top: 75px;
  left: -100px;
  z-index: 10;
}
div.under-main-img h2 {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translate(0, -50%);
  left: 6%;
  color: #ffffff;
  font-family: "Poppins", sans-serif ;
  font-weight: 600;
  font-style: italic;
  font-size: 6.6rem;
  line-height: 7.2rem;
}
div.under-main-img h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  div.under-main-img {
    padding-top: 55px;
  }
  div.under-main-img h2 {
    top:58%;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  div.under-main-img h2 span {
    font-size: 1.5rem;
  }
  div.under-main-img img {
    height: 200px;
    object-position: 80% 0;
  }
  div.under-main-img div {
    height: 200px;
    top: 55px;
    width: 48vw;
  }
}
/*work list*/
section.under-list {
  text-align: center;
}
section.under-list ul {
  display: flex;
  padding-top: 10px;
  padding-left: 6%;
  margin-bottom: 50px;
}
section.under-list ul li::after {
  content: ">";
  margin: 0 7px;
}
section.under-list ul li:last-child::after {
  content: "";
}
section.under-list ul li a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

section.under-list ul li a:hover{
text-decoration:underline;
}

section.under-list h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #1b82d6;
  font-size: 3.6rem;
  font-weight: 700;
  background: linear-gradient(transparent 65%, #ffff33 65%);
  display: inline-block;
  margin-bottom: 60px;
}
section.under-list div {
  column-gap: 25px;
  margin-bottom: 115px;
}
section.under-list div a {
  text-decoration: none;
  color: #333333;
  background-color: #e2e2e2;
  width: 311px;
  height: 94px;
  position: relative;
}
section.under-list div a::after {
  content: "";
  width: 311px;
  height: 94px;
  position: absolute;
  box-shadow: 10px 10px 0px -2px #969695;
}
section.under-list div a:hover{
	opacity: .7;
}
section.under-list div a h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: auto 0;
}
section.under-list div a span {
  font-family: "Allerta Stencil", sans-serif;
  font-style: normal;
  font-size: 5.8rem;
  color: #1b82d6;
  margin: 0 18px;
}
@media screen and (min-width:768px) and (max-width: 1020px) {
  section.under-list div {
    grid-row-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.under-list {
    padding: 0 4%;
  }
  section.under-list h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }
  section.under-list ul {
    padding-left: 0;
    padding-top: 8px;
    margin-bottom: 15px;
  }
  section.under-list div a {
    width: 160px;
    height: 47px;
  }
  section.under-list div a::after {
    width: 160px;
    height: 47px;
    box-shadow: 5px 5px 0px -1px #969695;
  }
  section.under-list div a span {
    font-size: 2.6rem;
    margin: 0 8px;
  }
  section.under-list div a h3 {
    font-size: 1.3rem;
    text-align: left;
  }
  section.under-list div {
    column-gap: 15px;
    grid-row-gap: 15px;
  }
  section.under-list div {
    margin-bottom: 45px;
  }
}
/*work01*/
section.work01 {
  background-color: #d6e7f7;
  padding: 0 6% 115px;
  position: relative;
}
h2.title {
  line-height: 7.9rem;
  padding-bottom: 40px;
  position: relative;
  top: -40px;
}
h2.title span.title-number {
  font-family: "Allerta Stencil", sans-serif;
  font-style: normal;
  font-size: 8.0rem;
  color: #1b82d6;
  margin-right: 20px;
}
h2.title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
}
section.work01 div.wrapper {
  column-gap: 50px;
  margin-bottom: 40px;
}
section.work01 div.wrapper div img {
  width: 100%;
  height: auto;
}
section.work01 div.wrapper div.work01_img {
  flex: 1;
}
section.work01 div.wrapper div.container {
  width: 51%;
}
section.work01 div.wrapper div.container p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 3.0rem;
}
section.work01 div.wrapper div.container div.description {
  background-color: #ffffff;
  padding: 15px 23px;
  margin-top: 18px;
}
section.work01 div.wrapper div.container div.description p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
section.work01 div.wrapper div.container div.description div.detail span {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #1b82d6;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px 13px;
}
section.work01 div.wrapper div.container div.description div.detail {
  margin-top: 15px;
}
section.work01 div.wrapper div.container div.description div.detail p {
  margin-top: 10px;
}
@media screen and (min-width:768px) and (max-width: 1160px) {
  section.work01 div.wrapper div.container {
    width: 100%;
  }
  section.work01 div.wrapper div img {
    margin-bottom: 25px;
    padding: 0 9%;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  section.work01 {
    padding: 0 4% 55px;
  }
  section.work01 div.wrapper {
    margin-bottom: 30px;
  }
  h2.title p {
    font-size: 2.0rem;
  }
  h2.title span.title-number {
    font-size: 3.0rem;
    margin-right: 10px;
  }
  h2.title {
    line-height: 2.4rem;
    top: -12px;
    padding-bottom: 20px;
  }
  section.work01 div.wrapper div.container {
    width: 100%;
  }
  section.work01 div.wrapper div img {
    padding: 0 12%;
    margin-bottom: 20px;
  }
  section.work01 div.wrapper div.container div.description div.detail span {
    padding: 3px 8px;
  }
}
/*work01 - work flow*/
section.work01 div.workflow {
  margin-bottom: 85px;
  align-items: flex-end;
}
section.work01 div.workflow div.block div img {
  width: 296px;
  height: auto;
  margin-left: 20px;
}
section.work01 div.workflow div.block {
  width: 60%;
  align-items: flex-end;
}
section.work01 div.workflow div.container {
  width: 40%;
}
h3.parallelogram {
  display: inline-block;
  color: #ffffff;
  width: 270px;
  height: 67px;
  font-size: 2.6rem;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 10px;
  margin-bottom: 23px;
  margin-left: 15px;
}
h3.parallelogram::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1b82d6;
  transform: skewX(-23deg) scale(1, 1);
}
section.work01 div.workflow div.container ol {
  background-color: #ffffff;
  padding: 23px;
}
section.work01 div.workflow div.container ol li {
  margin-bottom: 25px;
}
section.work01 div.workflow div.container ol li:last-child{
	margin-bottom: 0;
}
section.work01 div.workflow div.container ol li span {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 2.7rem;
}
section.work01 div.workflow div.container ol li span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b82d6;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  z-index: -1;
}
section.work01 div.workflow div.container ol li p {
  margin-left: 20px;
  font-feature-settings: "palt";
}
section.work01 div.workflow div.block div.detail p.speech-bubble {
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  color: #333333;
  border: solid 1px #1b82d6;
  border-radius: 32px;
  padding: 45px 35px;
  margin-bottom: 40px;
  font-size: 2.0rem;
  font-weight: 500;
  font-feature-settings: "palt";
}
section.work01 div.workflow div.block div.detail p.speech-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -97px;
  margin-top: -37px;
  border: 42px solid transparent;
  border-right: 56px solid #ffffff;
  z-index: 2;
}
section.work01 div.workflow div.block div.detail p.speech-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -99px;
  margin-top: -37px;
  border: 42px solid transparent;
  border-right: 56px solid #1b82d6;
  z-index: 1;
}
section.work01 div.workflow div.block div.detail div p.text {
  margin-left: 20px;
  font-size: 2.0rem;
  font-weight: 500;
}
@media screen and (min-width:768px) and (max-width:1050px) {
  section.work01 div.workflow div.container {
    width: 100%;
    text-align: center;
  }
  section.work01 div.workflow div.container ol {
    text-align: left;
    margin-bottom: 35px;
  }
  section.work01 div.workflow div.block {
    width: 100%;
    column-gap: 15px;
  }
  section.work01 div.workflow {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  section.work01 div.workflow div.container {
    width: 100%;
    text-align: center;
  }
  h3.parallelogram {
    width: 180px;
    height: 45px;
    font-size: 2.0rem;
    padding: 5px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  section.work01 div.workflow div.container ol li span::after {
    width: 25px;
    height: 25px;
    border-radius: 25px;
  }
  section.work01 div.workflow div.container ol li span {
    font-size: 1.3rem;
    padding: 0 9px;
    line-height: 24px;
  }
  section.work01 div.workflow div.container ol li p {
    margin-left: 10px;
    text-align: left;
  }
  section.work01 div.workflow div.container ol li {
    margin-bottom: 12px;
  }
  section.work01 div.workflow div.block div img {
    width: 30vw;
    margin-left: 0;
  }
  section.work01 div.workflow div.block div.detail p.speech-bubble {
    font-size: 1.3rem;
    padding: 10px 17px;
    border-radius: 24px;
    margin-bottom: 10px;
    width: 40%;
    position: absolute;
    top: 15%;
  }
  section.work01 div.workflow div.block {
    width: 100%;
    margin-top: 10px;
    position: relative;
  }
  section.work01 div.workflow div.block div.man1 {
    width: 60%;
  }
  section.work01 div.workflow div.block div img {
    width: 100%;
  }
  section.work01 div.workflow div.block div.detail {
    width: 40%;
  }
  section.work01 div.workflow div.block div.detail p.speech-bubble::before {
    left: -57px;
    margin-top: -20px;
    border: 18px solid transparent;
    border-right: 40px solid #ffffff;
  }
  section.work01 div.workflow div.block div.detail p.speech-bubble::after {
    left: -59px;
    margin-top: -20px;
    border: 18px solid transparent;
    border-right: 40px solid #1b82d6;
  }
  section.work01 div.workflow div.block div.detail div p.text {
    font-size: 1.3rem;
    margin-left: 10px;
  }
  section.work01 div.workflow {
    margin-bottom: 35px;
  }
}
@media screen and (max-width:550px){
  section.work01 div.workflow div.block div.detail p.speech-bubble::before {
    left: -57px;
    margin-top: -30px;
    border: 18px solid transparent;
    border-right: 40px solid #ffffff;
  }
  section.work01 div.workflow div.block div.detail p.speech-bubble::after {
    left: -59px;
    margin-top: -30px;
    border: 18px solid transparent;
    border-right: 40px solid #1b82d6;
  }
  section.work01 div.workflow div.block div.detail p.speech-bubble {
    top: 10px;
  }
}
/*work01 - company*/
section.work01 div.company div.container {
  width: 100%;
  column-gap: 50px;
}
div.company_box {
  width: 51%;
}
section.work01 div.company div.container div.company_img {
  flex: 1;
}
section.work01 div.company div.container div.block {
  margin-top: -50px;
}
section.work01 div.company div.container p {
  margin-bottom: 25px;
  font-feature-settings: "palt";
  line-height: 3.0rem;
}
a.training-system_btn {
  display: inline-block;
  text-decoration: none;
  color: #1b82d6;
  background-color: #ffffff;
  border: solid 3px #1b82d6;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  width: 338px;
  height: 70px;
  line-height: 6.3rem;
  ;
  padding: 0 43px;
}
a.training-system_btn span {
  margin-right: 20px;
}
section.work01 div.company div.container div.block img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px) and (max-width:1050px) {
  div.company {
    text-align: center;
  }
  section.work01 div.company div.container div {
    width: 100%;
  }
  section.work01 div.company div.container div.block img {
    padding: 0 9%;
    margin-bottom: 25px;
  }
  section.work01 div.company div.container div.block {
    margin-top: 0;
  }
  section.work01 div.company div.container {
    flex-direction: column-reverse;
  }
  section.work01 div.company div.container p {
    text-align: left;
  }
}
@media screen and (max-width:767px) {
  section.work01 div.company {
    text-align: center;
  }
  section.work01 div.company div.container {
    flex-wrap: wrap-reverse;
    width: 100%;
    justify-content: center;
  }
  section.work01 div.company div.container div {
    width: 100%;
  }
  section.work01 div.company div.container p {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  section.work01 div.company div.block {
    margin-top: 0;
    margin-bottom: 20px;
  }
  section.work01 div.company div.container div.block img {
    padding: 0 12%;
  }
  a.training-system_btn {
    width: 255px;
    height: 55px;
    font-size: 1.8rem;
    line-height: 4.8rem;
    padding: 0 10px;
  }
  section.work01 div.company div.container div.block {
    margin-top: 0;
  }
  a.training-system_btn span {
    margin-right: 15px;
  }
}

/*work02*/
section.work02 {
  background-color: #ffffff;
  padding: 0 6% 115px;
}
section.work02 div.wrapper {
  column-gap: 50px;
}
section.work02 div.wrapper div.work02_img {
  flex: 1;
}
section.work02 div.wrapper div img {
  width: 100%;
  height: auto;
}
section.work02 div.wrapper div.container {
  width: 51%;
}
section.work02 div.wrapper div.container p {
  font-feature-settings: "palt";
}
section.work02 div.wrapper div.container p.text {
  margin-bottom: 25px;
  line-height: 3.0rem;
}
section.work02 div.wrapper div.container div.detail {
  background-color: #d6e7f7;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 18px 22px;
}
section.work02 div.wrapper div.container div.detail span {
  background-color: #1b82d6;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px 13px;
  margin-right: 17px;
}
section.work02 div.wrapper2 {
  column-gap: 2%;
  align-items: flex-end;
  margin-top: 50px;
}
section.work02 div.wrapper2 div.container {
  width: 38%;
}
section.work02 div.wrapper2 div.block1 p {
  margin-bottom: 20px;
  line-height: 3.0rem;
}
section.work02 div.wrapper2 div.block1 div.block1_img img {
  width: 100%;
}
section.work02 div.wrapper2 div.block2 {
  width: 60%;
  align-items: flex-end;
}
section.work02 div.wrapper2 div.block2 div img {
  width: 296px;
  height: auto;
}
section.work02 div.wrapper2 div.block2 div.detail p.speech-bubble {
  background-color: #d6e7f7;
  position: relative;
  display: inline-block;
  color: #333333;
  border-radius: 32px;
  padding: 45px 35px;
  margin-bottom: 40px;
  margin-left: 25px;
  font-size: 2.0rem;
  font-weight: 500;
  font-feature-settings: "palt";
}
section.work02 div.wrapper2 div.block2 div.detail p.speech-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -97px;
  margin-top: -37px;
  border: 42px solid transparent;
  border-right: 56px solid #d6e7f7;
  z-index: 2;
}
section.work02 div.wrapper2 div.block2 div.detail p.text {
  margin-left: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.0rem;
}
@media screen and (min-width:768px) and (max-width:1050px) {
  h2.title {
    padding-bottom: 0;
  }
  section.work02 div.wrapper div.container {
    width: 100%;
    text-align: center;
  }
  section.work02 div.wrapper div.container p.text {
    text-align: left;
    margin-bottom: 24px;
  }
  section.work02 div.wrapper div img {
    padding: 0 9%;
    margin-bottom: 25px;
  }
  section.work02 div.wrapper div.container div.detail {
    margin-bottom: 35px;
  }
  section.work02 div.wrapper2 div.container {
    width: 100%;
    text-align: center;
  }
  section.work02 div.wrapper2 div.block1 {
    display: flex;
    flex-direction: column-reverse;
  }
  section.work02 div.wrapper2 div.block2 {
    width: 100%;
  }
  section.work02 div.wrapper2 div.block1 p {
    text-align: left;
  }
  section.work02 div.wrapper2 div.block1 div.block1_img img {
    padding: 0 9%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width:767px) {
  section.work02 {
    padding: 0 4% 55px;
  }
  section.work02 div.wrapper div.container {
    width: 100%;
    text-align: center;
  }
  section.work02 div.wrapper div img {
    padding: 0 12%;
    margin-bottom: 20px;
  }
  section.work02 div.wrapper div.container p.text {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
  }
  section.work02 div.wrapper div.container div.detail {
    display: block;
    text-align: left;
    padding: 12px 17px;
    margin-bottom: 35px;
  }
  section.work02 div.wrapper2 {
    text-align: center;
    margin-top: 0;
  }
  section.work02 div.wrapper2 div.container {
    width: 100%;
  }
  section.work02 div.wrapper2 div.block1 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  section.work02 div.wrapper2 div.block1 p {
    text-align: left;
    font-size: 1.6rem;
  }
  section.work02 div.wrapper2 div.block1 div.block1_img img {
    padding: 0 12%;
    margin-bottom: 20px;
  }
  section.work02 div.wrapper div.container div.detail p {
    margin-top: 10px;
  }
  section.work02 div.wrapper2 div.block2 {
    width: 100%;
    column-gap: 15px;
	position: relative;
  }
  section.work02 div.wrapper2 div.block2 div.man2{
	width: 60%;
	}
  section.work02 div.wrapper2 div.block2 div.man2 img {
    width: 100%;
  }
  section.work02 div.wrapper2 div.block2 div.detail{
		width: 40%;
	}
  section.work02 div.wrapper2 div.block2 div.detail p.speech-bubble {
    font-size: 1.3rem;
    padding: 10px 12px;
    border-radius: 24px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 0;
	width: 40%;
	position: absolute;
	top: 15%;
	right: 0;
  }
  section.work02 div.wrapper2 div.block2 div.detail p.speech-bubble::before {
    top: 50%;
    left: -57px;
    margin-top: -30px;
    border: 18px solid transparent;
    border-right: 40px solid #d6e7f7;
  }
  section.work02 div.wrapper2 div.block2 div.detail p.text {
    font-size: 1.3rem;
    margin-left: 10px;
    text-align: left;
  }
}
@media screen and (max-width:550px){
	section.work02 div.wrapper2 div.block2 div.detail p.speech-bubble{
		top: 0;
	}
	section.work02 div.wrapper2 div.block2 div.detail p.speech-bubble::before{
		top: 38%;
	}
}
/*work03*/
section.work03 {
  background-color: #d6e7f7;
  padding: 0 6% 63px;
}
section.work03 div.wrapper {
  justify-content: space-between;
  column-gap: 52px;
}
section.work03 div.wrapper div.detail {
  width: 51%;
}
.work03_detail-img{
	width: 43%;
	column-gap: 21px;
}
section.work03 div.wrapper div.detail p {
  margin-bottom: 25px;
  line-height: 3.0rem;
}
.work03_office-img {
  flex: 1;
}
section.work03 div.wrapper div img {
  width: 100%;
}
@media screen and (max-width:767px) {
  section.work03 {
    padding: 0 4% 24px;
  }
  section.work03 div.wrapper div img {
    padding: 0 12%;
  }
  section.work03 div.wrapper div.detail {
    width: 100%;
  }
  section.work03 div.wrapper div {
    width: 100%;
  }
  section.work03 div.wrapper div.detail p {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  section.work03 div.wrapper div.detail div {
    justify-content: center;
    column-gap: 4%;
  }
  section.work03 div.wrapper div.detail div img {
    width: 48%;
    padding: 0;
  }
}
/*教育研修制度*/
section.training-system {
  background-color: #ffffff;
  padding: 0 6%;
}
section.training-system div.container1 {
  column-gap: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
section.training-system div.container1 div.box1{
	flex: 1;
}
section.training-system h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.6rem;
  color: #1b82d6;
  margin: 60px 0 45px;
}
section.training-system h2 span {
  padding: 0 18px;
}
section.training-system p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 60px;
}
h3.training-system_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: #1b82d6;
  border-bottom: solid 1px #1b82d6;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
section.training-system div.container1 div.block_group {
  background-color: #d6e7f7;
  padding: 33px 20px 33px 50px;
  column-gap: 50px;
  margin-bottom: 20px;
}
section.training-system div.container1 div.block_group ul li {
  list-style: disc;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 22px;
  width:33%;
}
section.training-system div.container1 div.block_group ul li:last-child {
  margin-bottom: 0;
}
section.training-system div.container1 div.box2 {
  width: 50%;
}
section.training-system div.container1 div.box2 div {
  width: 55%;
}
section.training-system div.container1 div.box2 div img {
  width: 100%;
}
section.training-system div.container1 div.box1 p {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
section.training-system div.container1 div.box1 p span {
  background: linear-gradient(transparent 60%, #ffff33 60%);
}
section.training-system div.container2 {
  column-gap: 48px;
  padding-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}
section.training-system div.container2 div.box1 {
  flex: 1;
}
section.training-system div.container2 div.box2 {
  width: 50%;
}
section.training-system div.container2 div.box2 img {
  width: 100%;
}
section.training-system div.container2 div.box1 p.text {
  font-size: 2.0rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 35px;
}
section.training-system div.container2 div.box1 ol li {
  font-size: 2.0rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
section.training-system div.container2 div.box1 span {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
section.training-system div.container2 div.box1 p.detail {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:768px) and (max-width:1165px) {
  section.training-system div.container1 div.box1 p {
    margin-bottom: 20px;
  }
  section.training-system div.container1 div.box2 {
	padding: 0 9%;
    margin-bottom: 35px;
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  section.training-system {
    padding: 0 4%;
  }
  section.training-system h2 {
    margin-top: 24px;
    margin-bottom: 15px;
    font-size: 2.0rem;
    text-align: center;
  }
  section.training-system h2 span {
    padding: 0 10px;
  }
  section.training-system p {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
  h3.training-system_title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  section.training-system div.container1 {
    flex-wrap: wrap-reverse;
  }
  section.training-system div.container1 div.box2 {
    width: 100%;
    padding: 0 0;
    margin-bottom: 20px;
  }
  section.training-system div.container1 div.block_group ul li {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  section.training-system div.container1 div.block_group {
    padding: 10px 30px 10px 30px;
    margin-bottom: 10px;
    column-gap: 12%;
    justify-content: space-around;
  }
  section.training-system div.container1 div.box1 {
    width: 100%;
  }
  section.training-system div.container1 div.box1 p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  section.training-system div.container2 div.box1 {
    width: 100%;
  }
  section.training-system div.container2 div.box1 p.text {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  section.training-system div.container2 div.box1 ol li {
    font-size: 1.8rem;
  }
  section.training-system div.container2 div.box1 p.detail {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  section.training-system div.container2 {
    flex-wrap: wrap-reverse;
    padding-bottom: 0;
  }
  section.training-system div.container2 div.box2 {
    width: 100%;
  }
  section.training-system div.container2 div.box2 img {
    padding: 0 0;
    margin-bottom: 20px;
  }
}
/*link*/
section.link {
  background-color: #d6e7f7;
}
section.link p {
  color: #1b82d6;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-top: 40px;
  margin-bottom: 30px;
}
section.link ul {
  column-gap: 18px;
  grid-row-gap: 18px;
  padding-bottom: 60px;
}
section.link ul li a {
  display: inline-block;
  line-height: 6.2rem;
  background-color: #1b82d6;
  width: 214px;
  height: 62px;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #1b82d6;
  transition: color 0.3s ease 0s;
}
section.link ul li a:hover {
  background-color: #FFFFFF;
  color: #1b82d6;
}
@media screen and (max-width:767px) {
  section.link {
    padding: 0 4%;
  }
  section.link p {
    font-size: 1.4rem;
    padding-top: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  section.link ul li a {
    font-size: 1.4rem;
    width: 158px;
    height: 50px;
    line-height: 4.7rem;
  }
  section.link ul {
    column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 25px;
  }
}
/*==================================================
　stuff voice css
===================================*/
section.voice div.container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 6%;
}
section.voice div.bg {
  background-color: #f0f3f7;
  padding-top: 80px;
  margin-bottom: 80px;
}
section.voice div img {
  width: 100%;
}
section.voice div.img {
  position: relative;
}
section.voice div.img div.name {
  position: absolute;
  top: 25%;
  left: -5%;
  background-color: #1b82d6;
  width: 395px;
  height: 240px;
  padding: 45px 40px 55px;
  color: #ffffff;
}
section.voice div.img div.name p {
  font-size: 2.4rem;
  font-weight:600;
}
section.voice div.img div.name h2 {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 10px;
  margin-bottom: 24px;
  font-size: 2.4rem;
}
section.voice div.content ul {
  flex: 1;
  margin-bottom: 50px;
  padding-right: 5%;
}
section.voice div.content ul li {
  margin-top: 33px;
}
section.voice div.content ul li h3 {
  color: #1b82d6;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
  padding-left: 24px;
}
section.voice div.content p {
  font-feature-settings: "palt";
  line-height: 3.0rem;
}
section.voice div.content ul li h3::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #1b82d6;
}
section.voice div.content div.content_img {
  width: 37%;
  margin-top: 33px;
}
section.voice div.content div.content_img img {
  width: 100%;
}
section.voice div.content div.content_img img {
  margin-bottom: 5px;
}
section.voice div.content div.content_img img:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1150px) {
  section.voice div.container {
    padding-top: 55px;
  }
  br.br_pc_only {
    display: none;
  }
  section.voice div.img div.name {
    width: 100%;
    height: 55px;
    top: -55px;
    left: 0;
    padding: 15px 10px;
    line-height: 2.2rem;
  }
  section.voice div.img div.name h2 {
    font-size: 2.0rem;
    border-bottom: solid 0px;
    display: inline-block;
    padding-right: 20px;
    border-right: solid 1px #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  section.voice div.img div.name p {
    display: inline-block;
  }
}
@media screen and (max-width:767px) {
  section.voice div.container {
    padding: 55px 4% 50px;
  }
  section.voice div.container .content {
    display: block;
  }
  section.voice div.content ul {
    padding-right: 0;
    margin-bottom: 0;
  }
  section.voice div.content div.content_img {
    width: 50%;
    display: flex;
    column-gap: 5px;
    margin-top: 24px;
  }
  section.voice div.content div.content_img img {
    margin-bottom: 0;
  }
  section.voice div.img div.name h2 {
    font-size: 1.4rem;
  }
  section.voice div.img div.name p {
    font-size: 1.8rem;
  }
  section.voice div.img div.name {
    height: 40px;
    top: -40px;
    padding: 8px 10px;
  }
  section.voice div.content ul li h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    padding-left: 15px;
  }
  section.voice div.content ul li h3::before {
    width: 6px;
    height: 30px;
  }
  section.voice div.content ul li {
    margin-top: 24px;
  }
  section.voice div.bg {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
/*==================================================
　data css
===================================*/
#data_bg{
  background-color: #f0f3f7;
}

section.data {
  padding: 64px 6% 67px;
  background-color: #f0f3f7;
}
.data_content {
  max-width: 1250px;
  margin: 0 auto;
}
.data_block1 {
  margin-bottom: 35px;
}
.data_block2 {
  text-align: end;
}
.data_block2 p {
  margin-top: 20px;
}
.data_block1, .data_block2 {
  column-gap: 35px;
  justify-content: center;
}
.data_block1 img, .data_block2 img {
  width: 560px;
  height: auto;
}
.block2_li li:first-of-type {
  margin-bottom: 32px;
}
.data_block1 img:hover, .data_block2 img:hover {
  transform: scale(1.1);
  transition: all .5s;
}
@media screen and (min-width:768px) and (max-width:1315px) {
  .data_block2 div img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width:767px) {
  section.data {
    padding: 14px 4% 24px;
  }
  .data_block1, .data_block2 {
    display: block;
  }
  .data_block1 li, .data_block2 li {
    margin-bottom: 24px;
  }
  .data_block1 {
    margin-bottom: 0;
  }
  .data_block1 img, .data_block2 img {
    width: 100%;
  }
  .data_block2 div img {
    margin-bottom: 24px;
  }
  .block2_li li:first-of-type {
    margin-bottom: 24px;
  }
  .data_block1 li:first-of-type {
    margin-bottom: 4px;
  }
  .data_block2 p {
    margin-top: 10px;
  }
}