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

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 400px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*
Base style
*/
html {
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .08rem;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  background-image: url(../images/PC_sozai/bg-pc.png);
  background-size: cover;
  position: relative;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
}

.wrapper {
  padding: 0 1.5rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== header ===== */
#header {
  display: block;
  margin: 0;
  padding: 0 1rem;
}

#gnav {
  /*position: fixed;*/
  /*background-color: rgba(200, 200, 200, 0.4);*/
  width: 100%;
  top: 0;
  z-index: 200;
}

.nav-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 20px;
  margin: 0 auto;
}

h1.logo {
  display: flex;
  align-items: center;
  margin: 0;
}

h1.logo a {
  width: 300px;
  height: auto;
}

h1.logo:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.nav-box ul {
  display: flex;
  align-items: center;
}

.nav-box li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.border-left {
  border-left: solid 1px #E95504;
}

.nav-box li a {
  display: inline-block;
  height: 50px;
  margin: 0 1.3rem;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.nav-box li a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.nav-box li.ct-btn a {
  padding: 0 1rem;
  background: #E95504;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: 0.5s;
}

.nav-box li.ct-btn a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.nav-box li.form-btn a {
  padding: 0 1rem;
  background: #fff;
  color: #E95504;
  border: solid 2px #E95504;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: 0.5s;
  margin-right: 0;
  margin-left: 1rem;
}

.nav-box li.form-btn a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

/* pc表示 hamburger menu 消す*/
.global-nav__list {
  display: none;
}

.title-center {
  text-align: center;
}

.img-center {
  text-align: center;
  margin: 50px 0;
}

h2.title {
  color: #E95504;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.7;
  padding-top: 100px;
  display: inline-block;
  text-align: center;
  border-bottom: solid 5px;
  border-image: #E95504;
  border-image-slice: 1;
}

p.title-sub {
  color: #E95504;
  font-size: 30px;
  font-weight: 500;
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}

.title-text {
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 70px;
  letter-spacing: 1.2;
}


#news {
  background-color: rgba(255, 252, 244, 0.6);
}

#company-info {
  background-color: rgba(255, 252, 244, 0.6);
}

/* ここから news */

.news h2 {
  margin-bottom: 40px;
}

.news-list {
  margin: 0;
  padding: 60px 60px 200px 60px;
  /* background-color: #fff; */
}

.news-list .news-item {
  border-top: 1px solid #E95504;
  border-bottom: 1px solid #E95504;
  background-color: #fff;
}

.news-list .news-item:not(:last-child) {
  margin: 0 0 36px;
}

.news-list .news-item .link {
  color: #555;
  text-decoration: none;
  transition: 0.4s;
}

.news-list .news-item .link:hover {
  color: #ccc;
}

.news-list .news-item .link .post {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-direction: row;
}

.news-list .news-item .link .post .date,
.news-list .news-item .link .post .news-text,
.news-list .news-item .link .post .news-text-btn {
  width: 100%;
  padding: 36px;
}

.news-list .news-item .link .post .date {
  color: #9d9e9e;
  max-width: 15%;
  font-size: 16px;
}

.news-list .news-item .link .post .news-text {
  max-width: 70%;
  margin: 0;
  font-size: 18px;
}

.news-list .news-item .link .post .news-text-btn {
  max-width: 10%;
  text-align: right;
}

@media screen and (max-width:600px) {
  .news-list {
    margin: 0;
    padding: 0px 20px 40px 20px;
    /* background-color: #fff; */
  }

  .news-list .news-item .link .post {
    display: block;
  }

  .news-list .news-item .link .post .date,
  .news-list .news-item .link .post .news-text {
    max-width: 100%;
    padding-bottom: 18px;
  }

  .news-list .news-item .link .post .date {
    font-size: 14px;
  }

  .news-list .news-item .link .post .news-text {
    font-size: 16px;
    padding-top: 20px;
  }

  .news-list .news-item .link .post .news-text-btn {
    max-width: 100%;
    text-align: right;
  }

}

/* ここまで news */


/* ここから dx */
.dxBox {
  position: relative;
}

.dx-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, .90);
  width: 750px;
  height: 280px;
}

.title-dx {
  color: #E95504;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 115px;
}

.text-dx {
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 1.2;
  margin-top: 25px;
}

span.bold_under {
  font-weight: bold;
  border-bottom: solid 2px #00a68d;
}

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

/* ここまで dx */

/* ここから 研修内容 */
.trainingBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
}

.box02__01 {
  margin: 30px auto;
  width: 330px;
  border: 2px solid #E95504;
}

.box02__02 {
  margin: 30px auto;
  width: 330px;
  border: 2px solid #F18E4F;
}

.box02__03 {
  margin: 30px auto;
  width: 330px;
  border: 2px solid #F6B42D;
}

.trainingBox-title01 {
  background-color: #FFFCF4;
  text-align: center;
  color: #E95504;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.trainingBox-text01 {
  padding: 25px 25px;
  height: 230px;
  font-size: 18px;
  line-height: 2;
  background-color: #fff;
}

span.color_orange_01 {
  color: #E95504;
}

.trainingBox-title02 {
  background-color: #FFFCF4;
  text-align: center;
  color: #F18E4F;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.trainingBox-text02 {
  padding: 25px 25px;
  height: 230px;
  font-size: 18px;
  line-height: 2;
  background-color: #fff;
}

span.color_orange_02 {
  color: #F18E4F;
}

.trainingBox-title03 {
  background-color: #FFFCF4;
  text-align: center;
  color: #F6B42D;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.trainingBox-text03 {
  padding: 25px 25px;
  height: 230px;
  font-size: 18px;
  line-height: 2;
  background-color: #fff;
}

span.color_orange_03 {
  color: #F6B42D;
}


.training-img {
  padding-bottom: 80px;
}

.circle_flexAll {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.circle01 {
  display: inline-block;
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  color: #F6B42D;
  border: solid 3px #F6B42D;
  font-size: 30px;
  border-radius: 50%;
  background: #fff;
}

.circle02 {
  display: inline-block;
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  color: #F18E4F;
  border: solid 3px #F18E4F;
  font-size: 30px;
  border-radius: 50%;
  background: #fff;
}

.circle03 {
  display: inline-block;
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 300px;
  color: #E95504;
  border: solid 3px #E95504;
  font-size: 30px;
  border-radius: 50%;
  background: #fff;
}

.training-text-sub {
  font-size: 18px;
  padding-top: 60px;
  padding-bottom: 100px;
}

/* ここまで 研修内容 */

/* ここから デジタルマーケティング実績 */

.dmBox-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}

.dm-box01 {
  margin: 20px auto;
  width: 450px;
  border: 2px solid #37bbd0;
}

.dm-box-text01 {
  color: #37bbd0;
  font-size: 23px;
  font-weight: bold;
  padding: 0.5em 20px;
  text-align: center;
}

.dm-box01 a {
  display: inline-block;
  margin: 20px auto;
  padding: 0.5rem;
  background: #00a1d2;
  color: #fff;
  transition: 0.5s;
}

.dmBox-inner {
  padding: 10px 25px;
  background: #fff;
  text-align: center;
}

.dmBox-inner img {
  width: 300px;
  height: auto;
}


.dm-box02 {
  margin: 20px auto;
  width: 450px;
  border: 2px solid #00a68d;
}

.dm-box-text02 {
  color: #00a68d;
  font-size: 23px;
  font-weight: bold;
  padding: 0.5em 20px;
  text-align: center;
}

.dm-box02 a {
  display: inline-block;
  margin: 20px auto;
  padding: 0.5rem 30px;
  background: #00a68d;
  color: #fff;
  transition: 0.5s;
}

.dm-text-flex {
  display: flex;
  align-items: center;
}

.dm-text-flex p {
  text-align: left;
}

.dm-text-flex img {
  width: 160px;
}

/* ここまで デジタルマーケティング実績 */



/* ここから 他実績企業一覧 */
.perf-flexBox {
  padding-top: 80px;
  padding-bottom: 80px;
}

.perf-flex {
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.perf-flex-inner li {
  line-height: 2.3;
}

.perf-comment {
  width: 700px;
  font-size: 12px;
  text-align: right;
  margin: 0 auto;
  padding-top: 30px;
}

/* ここまで 他実績企業一覧 */




/* ここから サービス */
.serviceBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 100px;
}

.serviceBox img {
  width: 350px;
  height: auto;
}

.box03 {
  margin: 20px auto;
  width: 450px;
}

.serviceBox-title01 {
  background-color: #37bbd0;
  text-align: center;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.serviceBox-text01 {
  padding: 25px 25px;
  border: 2px solid #37bbd0;
  text-align: center;
  background: #fff;
}

.serviceBox-text01 p {
  width: 300px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: normal;
}

.serviceBox-title02 {
  background-color: #1198c5;
  text-align: center;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.serviceBox-text02 {
  padding: 25px 25px;
  border: 2px solid #37bbd0;
  text-align: center;
  background: #fff;
}

.serviceBox-text02 p {
  width: 300px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: normal;
}

.serviceBox-title03 {
  background-color: #00a68d;
  text-align: center;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.serviceBox-text03 {
  padding: 25px 25px;
  border: 2px solid #37bbd0;
  text-align: center;
  background: #fff;
}

.serviceBox-text03 p {
  width: 300px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: normal;
}

/* ここまで サービス */

/* 会社概要 */
.table {
  padding-top: 60px;
  padding-bottom: 100px;
}

table {
  width: 500px;
  border-collapse: collapse;
  margin: 0 auto;
}

th,
td {
  padding: 20px 30px;
}

th {
  width: 180px;
  text-align: left;
  font-weight: bold;
}

td {
  width: calc(100% - 180px);
}

/* 会社概要 */

/* ここから お問い合わせ */
.contactBox {
  padding-bottom: 100px;
}

.contact-text {
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 1.2;
  margin: 50px 0;
}

a.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 450px;
  margin: 0 auto;
  padding: 1rem 4rem;
  font-size: 21px;
  font-weight: bold;
  background: #E95504;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: 0.5s;
}

a.btn:hover {
  color: #fff;
  opacity: 0.5;
}

/* ここまで お問い合わせ */

/* ここから footer */
.footer {
  background: #D3CDC9;
  padding: 2rem;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* ここまで footer */

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}



/* ====== Responsive Tablet start ====== */

@media (max-width: 768px) {
  body {
    font-size: 80%;
  }

  .wrapper {
    max-width: 700px;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  p.title-sub {
    font-size: 40px;
  }

  .title-text {
    font-size: 26px;
  }


  /* ここから purpose */
  .purposeBox {
    display: block;
    text-align: center;
  }

  .box01 {
    width: auto;
  }

  .purposeBox-title01 {
    font-size: 32px;
  }

  .purposeBox-text01 p {
    width: 450px;
    font-size: 26px;
  }

  .purposeBox-text01 img {
    width: 450px;
    height: auto;
  }

  .purposeBox-title02 {
    font-size: 32px;
  }

  .purposeBox-text02 p {
    width: 470px;
    font-size: 26px;
  }

  .purposeBox-text02 img {
    width: 470px;
    height: auto;
  }

  .purpose-text {
    font-size: 35px;
  }

  /* ここまで purpose */

  /* ここから dx */
  .dx-inner {
    width: 80%;
    height: 200px;
    padding: 15px;
  }

  .title-dx {
    font-size: 30px;
    margin-top: 65px;
  }

  .text-dx {
    font-size: 26px;
  }

  .dxBox img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  /* ここまで dx */

  .trainingBox {
    display: block;
  }

  .box02__01,
  .box02__02,
  .box02__03 {
    width: auto;
    margin-bottom: 60px;
  }

  .trainingBox-title01 {
    font-size: 32px;
  }

  .trainingBox-text01 {
    padding: 35px;
    height: 320px;
    font-size: 26px;
  }

  .trainingBox-title02 {
    font-size: 32px;
  }

  .trainingBox-text02 {
    padding: 35px;
    height: 320px;
    font-size: 26px;
  }

  .trainingBox-title03 {
    font-size: 28px;
  }

  .trainingBox-text03 {
    padding: 35px;
    height: 200px;
    font-size: 26px;
  }

  .training-img {
    padding-bottom: 80px;
  }


  .circle_flexAll {
    padding: 0px;
    margin-bottom: 40px;
  }

  .circle01 {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }

  .circle02 {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }

  .circle03 {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }

  .training-text-sub {
    font-size: 26px;
    padding-top: 60px;
    padding-bottom: 100px;
  }


  /* ここから サービス */
  .serviceBox {
    display: block;
  }

  .box03 {
    width: auto;
    margin-bottom: 50px;
  }

  .serviceBox-title01 {
    background-color: #37bbd0;
    text-align: center;
    color: #fff;
    padding: 0.5em 20px;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
  }

  .serviceBox-text01 {
    padding: 35px;
    border: 2px solid #37bbd0;
    text-align: center;
    background: #fff;
  }

  .serviceBox-text01 p {
    text-align: left;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: normal;
  }

  .serviceBox-title02 {
    background-color: #1198c5;
    text-align: center;
    color: #fff;
    padding: 0.5em 20px;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
  }

  .serviceBox-text02 {
    padding: 35px;
    border: 2px solid #37bbd0;
    text-align: center;
    background: #fff;
  }

  .serviceBox-text02 p {
    text-align: left;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: normal;
  }

  .serviceBox-title03 {
    background-color: #00a68d;
    text-align: center;
    color: #fff;
    padding: 0.5em 20px;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
  }

  .serviceBox-text03 {
    padding: 35px;
    border: 2px solid #37bbd0;
    text-align: center;
    background: #fff;
  }

  .serviceBox-text03 p {
    text-align: left;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: normal;
  }

  /* ここまで サービス */




  /* hamburger menu */
  ul.pc-menu {
    display: none;
  }

  .global-nav {
    position: fixed;
    right: -480px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #e2e2e2;
    transition: all .6s;
    z-index: 200;
    overflow: auto;
  }

  .hamburger {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item {
    text-align: center;
    padding: 0 14px;
    font-size: 16px;
  }

  .global-nav__item a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #333;
    font-weight: 500;
  }

  li.global-nav__item:hover {
    background-color: #fff;
  }

  .hamburger__line {
    position: absolute;
    left: 15px;
    width: 18px;
    height: 1px;
    background-color: #333;
    transition: all .6s;
  }

  .hamburger__line--1 {
    top: 14px;
  }

  .hamburger__line--2 {
    top: 20px;
  }

  .hamburger__line--3 {
    top: 26px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* Open CSS */
  .nav-open .global-nav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: .7;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }

  /* hamburger menu ここまで */

}

/* ====== Responsive Tablet End ====== */


/* ====== Responsive SP Start ====== */
@media (max-width: 480px) {
  body {
    background-image: url(../images/SP_sozai/sp_sozai_1.png);
  }

  #topMain {
    padding: 40px 0;
  }

  .topMain-flexAll {
    display: block;
    text-align: center;
    align-items: center;
    padding-top: 30px;
  }

  p.topMain-text-l {
    display: block;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
  }

  ul.topMain-text-s {
    font-size: 15px;
    margin-top: 15px;
  }

  .topMain-read a.btn_contact {
    width: 100%;
    padding: 1rem 4rem;
    margin-top: 20px;
  }

  h2.title {
    font-size: 28px;
    font-weight: 600;
    padding-top: 40px;
  }

  p.title-sub {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .title-text {
    font-size: 15px;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 25px;
    letter-spacing: -0.1em;
  }

  .purposeBox-title01 {
    font-size: 20px;
  }

  .purposeBox-text01 p {
    width: 230px;
    font-size: 15px;
    letter-spacing: normal;
  }

  .purposeBox-title02 {
    font-size: 20px;
  }

  .purposeBox-text02 p {
    width: 260px;
    font-size: 15px;
    letter-spacing: normal;
  }

  .purpose-text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    padding-bottom: 70px;
  }

  .dx-inner {
    width: 80%;
    height: 100px;
  }

  .title-dx {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
  }

  .text-dx {
    font-size: 15px;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 1.2;
    margin-top: 15px;
  }

  span.bold_under {
    font-weight: bold;
    border-bottom: solid 2px #00a68d;
  }

  .dxBox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .trainingBox {
    padding-bottom: 20px;
  }

  .box02__01,
  .box02__02,
  .box02__03 {
    margin: 30px auto;
    width: 100%;
  }

  .trainingBox-title01 {
    font-size: 20px;
    font-weight: bold;
  }

  .trainingBox-text01 {
    padding: 20px 20px;
    height: 190px;
    font-size: 15px;
    line-height: 2;
  }

  .trainingBox-title02 {
    font-size: 20px;
    font-weight: bold;
  }

  .trainingBox-text02 {
    padding: 20px 20px;
    height: 190px;
    font-size: 15px;
    line-height: 2;
  }

  .trainingBox-title03 {
    font-size: 20px;
    font-weight: bold;
  }

  .trainingBox-text03 {
    padding: 20px 20px;
    height: 100px;
    font-size: 15px;
    line-height: 2;
  }

  .training-img {
    padding-bottom: 40px;
  }

  .img-center {
    margin: 0 auto;
    padding-top: 50px;
    width: 70px;
  }

  .circle_flexAll {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .circle01 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 15px;
  }

  .circle02 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 15px;
  }

  .circle03 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 15px;
  }

  .training-text-sub {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 60px;
  }


  .dmBox-flex {
    display: block;
    padding-top: 30px;
  }

  .dm-box01 {
    margin: 20px auto;
    width: auto;
  }

  .dm-box-text01 {
    font-size: 18px;
  }

  .dmBox-inner img {
    width: 250px;
    height: auto;
  }

  .dm-box02 {
    margin: 20px auto;
    width: auto;
  }

  .dm-box-text02 {
    font-size: 18px;
  }

  .dm-text-flex p {
    text-align: left;
  }

  .dm-text-flex img {
    width: 130px;
  }


  .perf-flexBox {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .perf-flex {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .perf-comment {
    width: auto;
  }














  .serviceBox {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .serviceBox img {
    width: 350px;
    height: auto;
  }

  .box03 {
    margin: 30px auto;
    width: auto;
  }

  .serviceBox-title01 {
    background-color: #37bbd0;
    text-align: center;
    color: #fff;
    padding: 0.5em 20px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }

  .serviceBox-text01 {
    padding: 25px 25px;
    border: 2px solid #37bbd0;
    text-align: center;
    background: #fff;
  }

  .serviceBox-text01 p {
    width: 300px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: normal;
  }

  .serviceBox-title02 {
    background-color: #1198c5;
    text-align: center;
    color: #fff;
    padding: 0.5em 20px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }

  .serviceBox-text02 {
    padding: 25px 25px;
    border: 2px solid #37bbd0;
    text-align: center;
    background: #fff;
  }

  .serviceBox-text02 p {
    width: 300px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: normal;
  }

  .serviceBox-title03 {
    background-color: #00a68d;
    text-align: center;
    color: #fff;
    padding: 0.5em 20px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }

  .serviceBox-text03 {
    padding: 25px 25px;
    border: 2px solid #37bbd0;
    text-align: center;
    background: #fff;
  }

  .serviceBox-text03 p {
    width: 300px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: normal;
  }

  .table {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  table {
    width: 300px;
    border-collapse: inherit;
    margin: 0 auto;
  }

  th,
  td {
    padding: 20px 30px;
  }

  th {
    width: 180px;
    text-align: left;
    font-weight: bold;
  }

  td {
    width: calc(100% - 180px);
  }

  th,
  td {
    width: 100%;
    display: block;
  }

  .contactBox {
    padding-bottom: 60px;
  }

  .contact-text {
    font-size: 15px;
    margin: 30px 0;
  }

  a.btn {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
  }

  .footer {
    width: 100%;
    padding: 1rem;
    font-size: 12px;
  }
}




/* ====== Responsive SP End ====== */