@charset "UTF-8";
/*--◇全体--*/
/*色指定*/
:root {
  --main-color1:#ffffff;
  --main-color2:#212121;
  --main-color3:#f5b803;
  --main-color4:#f7eb7a;
  --main-color5:#c4c4c4;
  --main-color6:#e4e4e4;
  --main-color7:#dce7ec;
  --main-color8:#e4261f;
  --main-color9:#046fc7;
  --main-color10:#fff5d7;
}

/*--変数設定--*/
/*横幅*/
/*ブレイクポイント設定*/
/*--mixin設定--*/
/*レスポンシブル*/
/*フォントサイズを調整*/
/*影*/
/*グラデーション*/
/*蛍光マーカー風*/
/*--その他--*/
/*文字の色デフォルト*/
main div, main p {
  color: var(--main-color2);
}
main .row {
  --bs-gutter-x:0;
}

/*スマホのみ表示するクラス*/
div.ccm-page .sp-only {
  display: none;
}
@media screen and (max-width: 540px) {
  div.ccm-page .sp-only {
    display: block;
  }
}

/*スマホのみ非表示のクラス*/
@media screen and (max-width: 540px) {
  div.ccm-page .pc-only {
    display: none;
  }
}

/*画像ブロック中央寄せ*/
.img-center {
  text-align: center;
}

/*pタグの文字をスマホでは小さく*/
@media screen and (max-width: 540px) {
  .p_responsive p {
    font-size: 0.9em;
  }
}

/*グレーの斜めボーダー*/
.gray_strip {
  background: repeating-linear-gradient(-45deg, #dfdfdf, #dfdfdf 5px, #f0f0f0 5px, #f0f0f0 20px);
}

/*カスタムエディタークラス*/
.Industry_flame {
  font-size: 0.9em;
  border: 1px solid var(--main-color3);
  padding: 0.2em 0.5em;
  color: var(--main-color3);
}

ul.smile_ul {
  list-style: none;
  padding-left: 0.2em;
}
ul.smile_ul li {
  position: relative;
  padding-left: 1.3em;
}
ul.smile_ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--main-color3);
  border-radius: 100vh;
}
ul.smile_ul.margin_l li {
  margin-bottom: 0.6em;
}

span.line_yellow {
  background: linear-gradient(transparent 60%, var(--main-color4) 60%);
}

/*見出し*/
div.ccm-page h1 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-top: 2px solid var(--main-color3);
  border-bottom: 2px solid var(--main-color3);
  padding: 0.2em 0 0.1em 0;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 540px) {
  div.ccm-page h1 {
    font-size: 1.3em;
  }
}

div.ccm-page h2 {
  position: relative;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  padding: 0.7em 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 540px) {
  div.ccm-page h2 {
    font-size: 1.4em;
  }
}
div.ccm-page h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 5px;
  background-color: var(--main-color3);
}

div.ccm-page h3 {
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-bottom: 2px solid var(--main-color3);
  padding-bottom: 0.2em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 540px) {
  div.ccm-page h3 {
    font-size: 1.3em;
  }
}

div.ccm-page h4 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-left: 5px solid var(--main-color3);
  padding: 0.08em 0 0.1em 0.55em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 540px) {
  div.ccm-page h4 {
    font-size: 1.3em;
  }
}

div.ccm-page h5 {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 540px) {
  div.ccm-page h5 {
    font-size: 1.05em;
  }
}

/*中央の見出し*/
.h-center {
  position: relative;
  padding: 70px 0 40px 0;
}
.h-center .eng {
  text-align: center;
  position: absolute;
  top: 70px;
  left: 50%;
  font-size: 3.5em;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  transform: translate(-50%, -50%);
  color: var(--main-color5);
  opacity: 0.2;
}
.h-center .jp {
  position: relative;
  text-align: center;
  font-size: 1.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.h-center .jp.white {
  color: var(--main-color1);
}
.h-center.gradation {
  background-image: linear-gradient(-90deg, #ebc314 0%, #eea60a 100%);
}
.h-center.gradation .eng {
  color: var(--main-color1);
}
.h-center p {
  text-align: center;
  padding-top: 15px;
}

.h-center2 {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
}
.h-center2 .jp {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .h-center2 .jp {
    font-size: 1.5em;
  }
}
.h-center2 .eng {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--main-color3);
}
@media screen and (max-width: 540px) {
  .h-center2 .eng {
    font-size: 1em;
  }
}

/*webボタン*/
div.ccm-page a.web-btn {
  position: relative;
  display: inline-block;
  min-width: 230px;
  text-align: left;
  padding: 0.4em 0.7em 0.5em 0.7em;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid var(--main-color2);
  transition: all 0.2s;
  padding-right: 1em;
  color: var(--main-color2);
}
@media screen and (max-width: 540px) {
  div.ccm-page a.web-btn {
    font-size: 0.9em;
  }
}
div.ccm-page a.web-btn::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
}
div.ccm-page a.web-btn:hover {
  color: var(--main-color9);
  border-color: var(--main-color9);
}

/*CTAボタン*/
div.ccm-page div.web-btn-line {
  display: inline-block;
  text-align: center;
  min-width: 250px;
}
div.ccm-page div.web-btn-line > p {
  text-align: center;
  font-size: 0.95em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.2em;
}
div.ccm-page div.web-btn-line > a {
  position: relative;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--main-color1);
  padding: 0.8em 1em 0.8em 1em;
  background-color: #00b34f;
  text-decoration: none;
  border-radius: 100vh;
  transition: all 0.3s;
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.4);
}
div.ccm-page div.web-btn-line > a:hover {
  filter: brightness(1.25);
}

div.web-btn-mail {
  display: inline-block;
  text-align: center;
  min-width: 250px;
}
div.web-btn-mail > p {
  text-align: center;
  font-size: 0.95em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.2em;
}
div.web-btn-mail > a {
  position: relative;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--main-color1) !important;
  padding: 0.8em 1em 0.8em 2.5em;
  text-decoration: none;
  border-radius: 100vh;
  background-image: linear-gradient(90deg, rgb(41, 89, 251), rgb(28, 172, 255));
  transition: all 0.3s;
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.4);
}
div.web-btn-mail > a img {
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translate(0, -50%);
  width: 30px;
}
div.web-btn-mail > a:hover {
  filter: brightness(1.25);
}

div.ccm-page div.web-btn-mvline {
  display: inline-block;
  text-align: center;
  min-width: 300px;
}
div.ccm-page div.web-btn-mvline > p {
  text-align: right;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 0.8em;
  padding-right: 0.5em;
}
div.ccm-page div.web-btn-mvline > a {
  text-align: right;
  position: relative;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--main-color1);
  padding: 0.8em 2.5em 0.8em 6.2em;
  text-decoration: none;
  border-radius: 100vh;
  background-color: #00b34f;
  transition: all 0.3s;
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.4);
}
div.ccm-page div.web-btn-mvline > a img {
  position: absolute;
  bottom: 0;
  left: 0.8em;
  width: 100px;
}
div.ccm-page div.web-btn-mvline > a:hover {
  filter: brightness(1.25);
}

/*カスタムクラス*/
.web-width {
  max-width: 1150px;
  margin: 0 auto;
}

.web-width-s {
  max-width: 950px;
  margin: 0 auto;
}

/*◇ヘッターheader*/
header.header-wrap {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: auto;
  padding: 5px 0;
  z-index: 100;
  border-bottom: 1px solid var(--main-color6);
}
@media screen and (max-width: 1025px) {
  header.header-wrap {
    min-height: 80px;
    padding-top: 10px;
  }
}
header.header-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
header.header-wrap .logo a img {
  transition: all 0.2s;
}
header.header-wrap .logo a:hover {
  filter: brightness(1.25);
  opacity: 0.9;
}

.ccm-edit-mode header.header-wrap {
  position: relative;
}

/*グローバルナビ*/
#global-navi {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 2%;
}
@media screen and (max-width: 1025px) {
  #global-navi {
    display: none;
  }
}
#global-navi ul#navi-link {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
#global-navi ul#navi-link > li > a {
  position: relative;
  display: block;
  font-size: 0.98em;
  font-weight: 500;
  padding: 1em 0.5em;
  margin-right: 1em;
  text-decoration: none;
  color: var(--main-color2);
  font-family: "Overpass", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1600px) {
  #global-navi ul#navi-link > li > a {
    padding: 1em 0em;
    font-size: 0.95em;
  }
}
#global-navi ul#navi-link > li > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--main-color3);
  transition: all 0.2s;
}
#global-navi ul#navi-link > li > a:hover {
  transition: all 0.2s;
}
#global-navi ul#navi-link > li > a:hover::after {
  width: 100%;
}
#global-navi .web-btn-mail {
  min-width: 220px;
  margin-left: 15px;
}
#global-navi .web-btn-mail a {
  box-shadow: none;
}

/*ハンバーガーメニュー*/
#openbtn4 {
  display: none;
  position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
  background: var(--main-color7);
  background-image: linear-gradient(90deg, #ebc314 0%, #eea60a 100%);
  cursor: pointer;
  width: 65px;
  height: 65px;
  padding: 5px;
  top: 5px;
  right: 5px;
  z-index: 100;
  border-radius: 100vh;
  filter: drop-shadow(rgba(99, 99, 99, 0.2) 0px 2px 8px);
}
@media screen and (max-width: 1025px) {
  #openbtn4 {
    display: block;
  }
}
#openbtn4 span {
  display: inline-block;
  transition: all 0.3s; /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  height: 2px;
  background: var(--main-color1);
  width: 45%;
  transform: translateX(-50%);
}
#openbtn4 span:nth-of-type(1) {
  top: 21px;
}
#openbtn4 span:nth-of-type(2) {
  top: 29px;
}
#openbtn4 span:nth-of-type(3) {
  top: 38px;
}
#openbtn4.active span:nth-of-type(1) {
  top: 25px;
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  width: 40%;
}
#openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
#openbtn4.active span:nth-of-type(3) {
  top: 37px;
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
  width: 40%;
}
#openbtn4 .menu {
  height: 22px;
  text-align: center;
  color: var(--main-color1);
}

#menu-panel {
  position: fixed;
  background-color: var(--main-color3);
  opacity: 0;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 50;
  overflow: scroll;
}
#menu-panel nav.box {
  padding: 18vh 5% 50px 5%;
}
@media screen and (max-width: 1025px) {
  #menu-panel nav.box {
    padding: 18vh 5% 50px 5%;
  }
}
#menu-panel nav.box > ul {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
#menu-panel nav.box > ul > li {
  border-bottom: 1px solid var(--main-color10);
}
#menu-panel nav.box > ul > li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--main-color1);
  padding: 0.5em 1em;
  padding-right: 1em;
  transition: all 0.2s;
  margin-bottom: 0.2em;
  background-color: rgba(255, 255, 255, 0);
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#menu-panel nav.box > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#menu-panel nav.box > ul > li ul {
  list-style: none;
}
#menu-panel nav.box > ul > li ul li a {
  color: var(--main-color2);
  padding: 0.4em 1em;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#menu-panel.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/*◇フッターfooter*/
.footer-wrap {
  background-color: var(--main-color10);
  overflow: hidden;
}

section.footer .flex-box {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media screen and (max-width: 540px) {
  section.footer .flex-box {
    justify-content: center;
  }
}
section.footer .flex-box .item {
  width: 33.3333333333%;
  min-width: 350px;
  margin-bottom: 40px;
}
@media screen and (max-width: 825px) {
  section.footer .flex-box .item {
    min-width: 320px;
  }
}
section.footer .flex-box .item a.logo:hover {
  filter: brightness(1.2);
  opacity: 0.9;
}
@media screen and (max-width: 540px) {
  section.footer .flex-box .item .access {
    font-size: 0.9em;
  }
}
section.footer .flex-box .item .site-map {
  padding-right: 20px;
}
section.footer .flex-box .item .site-map ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.5em;
}
section.footer .flex-box .item .site-map ul li {
  width: 50%;
  margin-bottom: 10px;
  list-style: none;
}
section.footer .flex-box .item .site-map ul li a {
  color: var(--main-color2);
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
section.footer .flex-box .item .site-map ul li a:hover {
  color: var(--main-color3);
}
section.footer .flex-box .item .sns {
  padding-top: 10px;
}
section.footer .flex-box .item .sns a {
  margin-right: 5px;
}
section.footer .flex-box .item .sns a img {
  width: 70px;
}

/*◇スタック*/
section.cv-area {
  position: relative;
  width: 100%;
  padding: 0 1%;
  background-image: url("/application/files/3017/0617/2365/stuck-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 2px inset, rgba(17, 17, 26, 0.1) 0px -1px 2px inset;
}
section.cv-area > img.l {
  position: absolute;
  bottom: -20px;
  left: 5%;
  height: 340px;
}
@media screen and (max-width: 540px) {
  section.cv-area > img.l {
    display: none;
  }
}
section.cv-area > img.r {
  position: absolute;
  bottom: -20px;
  right: 5%;
  height: 340px;
}
@media screen and (max-width: 540px) {
  section.cv-area > img.r {
    display: none;
  }
}
section.cv-area .cv-box {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45) 20% 80%, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 540px) {
  section.cv-area .cv-box {
    padding: 40px 0;
  }
}
section.cv-area .cv-box .copy-s {
  position: relative;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--main-color3);
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  section.cv-area .cv-box .copy-s {
    font-size: 1.1em;
  }
}
section.cv-area .cv-box .copy-l {
  position: relative;
  font-size: 1.55em;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, var(--main-color4) 60%);
  display: inline-block;
  margin-bottom: 60px;
}
@media screen and (max-width: 540px) {
  section.cv-area .cv-box .copy-l {
    font-size: 1.35em;
    letter-spacing: 0.03em;
    margin-bottom: 40px;
    margin-bottom: 50px;
  }
}
section.cv-area .cv-box .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 650px;
  margin: 0 auto;
}
section.cv-area .cv-box .wrap > div {
  margin-bottom: 20px;
}

/*◇トップページ*/
.sp-topmargin {
  display: none;
  height: 80px;
}
@media screen and (max-width: 540px) {
  .sp-topmargin {
    display: block;
  }
}

section#mv {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/8.9;
  background-color: var(--main-color1);
  overflow: hidden;
  background-image: url("/application/files/4017/0625/9459/mv1920.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 2%;
}
@media screen and (max-width: 1025px) {
  section#mv {
    aspect-ratio: 16/11;
  }
}
@media screen and (max-width: 825px) {
  section#mv {
    aspect-ratio: unset;
    min-height: 65vh;
    background-image: url("/application/files/4217/0832/6481/mv850.jpg");
  }
}
@media screen and (max-width: 540px) {
  section#mv {
    min-height: auto;
  }
}
section#mv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(253, 253, 253, 0.95) 0%, transparent 50%, transparent 100%);
  width: 100%;
  height: 100%;
}
section#mv .wrap {
  position: relative;
  width: 100%;
  min-width: 500px;
  height: 100%;
  padding: 7% 0 0 10%;
}
@media screen and (max-width: 1600px) {
  section#mv .wrap {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1025px) {
  section#mv .wrap {
    padding: 110px 0 100px 8%;
  }
}
@media screen and (max-width: 825px) {
  section#mv .wrap {
    padding: 150px 0 80px 5%;
  }
}
@media screen and (max-width: 540px) {
  section#mv .wrap {
    width: 100%;
    padding: 10px 3% 10px 3%;
    padding-bottom: 160px;
    min-width: auto;
  }
}
section#mv .wrap .text-box .square-bg {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.5em 1em;
  background-image: linear-gradient(90deg, #ebc314 0%, #eea60a 100%);
  display: inline-block;
  color: var(--main-color1);
  margin-bottom: 1em;
}
@media screen and (max-width: 1600px) {
  section#mv .wrap .text-box .square-bg {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1025px) {
  section#mv .wrap .text-box .square-bg {
    font-size: 1em;
  }
}
section#mv .wrap .text-box .main-copy {
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.28;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  section#mv .wrap .text-box .main-copy {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1025px) {
  section#mv .wrap .text-box .main-copy {
    font-size: 2em;
  }
}
@media screen and (max-width: 540px) {
  section#mv .wrap .text-box .main-copy {
    font-size: 1.2em;
  }
}
section#mv .wrap .text-box .main-copy span {
  display: inline-block;
}
section#mv .wrap .text-box .main-copy span.color {
  font-size: 1.55em;
  color: #df1818;
}
section#mv .wrap .text-box ul {
  padding-left: 0;
}
section#mv .wrap .text-box ul li {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  list-style: none;
}
@media screen and (max-width: 1600px) {
  section#mv .wrap .text-box ul li {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1025px) {
  section#mv .wrap .text-box ul li {
    font-size: 1em;
  }
}
@media screen and (max-width: 540px) {
  section#mv .wrap .text-box ul li {
    font-size: 0.95em;
  }
}
section#mv .wrap .text-box ul li img {
  width: 1em;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}
section#mv .wrap .text-box .sub-copy {
  font-size: 1.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 5%;
}
@media screen and (max-width: 1600px) {
  section#mv .wrap .text-box .sub-copy {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1025px) {
  section#mv .wrap .text-box .sub-copy {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 540px) {
  section#mv .wrap .text-box .sub-copy {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
section#mv .wrap .text-box .sub-copy span {
  background: linear-gradient(transparent 60%, var(--main-color4) 60%);
}
@media screen and (max-width: 540px) {
  section#mv .wrap .btn-bottom {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    min-width: 360px;
    transform: translateX(-50%);
    padding: 5px 10px 10px 10px;
    background-color: var(--main-color1);
    border-radius: 10px 10px 0 0;
    z-index: 1;
  }
}
section#mv .wrap .btn-bottom img {
  filter: drop-shadow(rgba(99, 99, 99, 0.2) 0px 2px 8px);
}
section#mv .wrap .circle {
  position: absolute;
  left: calc(11% + 350px);
  bottom: 20%;
}
@media screen and (max-width: 1600px) {
  section#mv .wrap .circle {
    bottom: 15%;
  }
}
@media screen and (max-width: 1025px) {
  section#mv .wrap .circle {
    bottom: 13%;
  }
}
@media screen and (max-width: 540px) {
  section#mv .wrap .circle {
    position: static;
    margin-bottom: 20px;
  }
}
section#mv .wrap .circle img {
  width: 200px;
  filter: drop-shadow(rgba(99, 99, 99, 0.2) 0px 2px 8px);
}
@media screen and (max-width: 1025px) {
  section#mv .wrap .circle img {
    width: 140px;
  }
}

/*新着のお知らせ*/
#top-news-wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  #top-news-wrap {
    display: block;
  }
}
#top-news-wrap #top-news {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color3);
  padding: 1em 1em;
  min-width: 250px;
}
#top-news-wrap #top-news .jp {
  text-align: center;
  color: var(--main-color1);
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  #top-news-wrap #top-news .jp {
    font-size: 1em;
  }
}

/*病気や障害を抱えているあなたへ*/
#problems {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 3% 70px 3%;
  background: repeating-linear-gradient(-45deg, #ffefbe, #ffefbe 12%, var(--main-color10) 12%, var(--main-color10) 88%, #ffefbe 88%, #ffefbe);
}
#problems .title {
  position: relative;
  margin-bottom: 40px;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  z-index: 1;
}
#problems .title div:nth-child(1) {
  display: inline-block;
  color: var(--main-color3);
  background: linear-gradient(transparent 60%, var(--main-color1) 60%);
}
#problems .title div:nth-child(2) {
  font-size: 1.2em;
}
@media screen and (max-width: 540px) {
  #problems .title div:nth-child(2) {
    text-align: left;
  }
}
#problems .title div:nth-child(2) span {
  color: var(--main-color9);
}
#problems .flex-box {
  display: flex;
  justify-content: space-around;
  max-width: 1150px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#problems .flex-box .item {
  position: relative;
  width: 23.75%;
  margin-bottom: 120px;
}
@media screen and (max-width: 540px) {
  #problems .flex-box .item {
    width: 49%;
    margin-bottom: 100px;
  }
}
#problems .flex-box .item .serif {
  display: flex;
  align-items: center;
  border: solid 2px var(--main-color3);
  border-radius: 20px;
  padding: 1.2em 1em;
  min-height: 115px;
  background-color: var(--main-color1);
}
@media screen and (max-width: 540px) {
  #problems .flex-box .item .serif {
    font-size: 0.9em;
  }
}
#problems .flex-box .item img {
  position: absolute;
  bottom: -115px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 540px) {
  #problems .flex-box .item img {
    bottom: -85px;
    width: 60%;
  }
}

/*スマイルキャンパスが解決します*/
#solution {
  position: relative;
  padding: 50px 0 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed;
}
#solution .sticky-container {
  display: flex;
}
@media screen and (max-width: 825px) {
  #solution .sticky-container {
    display: block;
  }
}
#solution .sticky-container .sticky-item {
  position: sticky;
  top: 0;
  width: 50%;
  height: 550px;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 98% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 98% 0, 80% 100%, 0% 100%);
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  #solution .sticky-container .sticky-item {
    top: 10%;
  }
}
@media screen and (max-width: 825px) {
  #solution .sticky-container .sticky-item {
    -webkit-clip-path: polygon(0 0, 98% 0, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 98% 0, 85% 100%, 0% 100%);
    width: 80%;
    height: 230px;
  }
}
@media screen and (max-width: 540px) {
  #solution .sticky-container .sticky-item {
    width: 85%;
    height: 150px;
  }
}
#solution .sticky-container .flex-text-box {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 5%;
}
@media screen and (max-width: 825px) {
  #solution .sticky-container .flex-text-box {
    position: relative;
    width: 100%;
  }
}
#solution .sticky-container .flex-text-box .item {
  display: flex;
  padding: 80px 1em 100px 1em;
}
@media screen and (max-width: 540px) {
  #solution .sticky-container .flex-text-box .item {
    display: block;
    padding: 70px 1em 30px 1em;
  }
}
#solution .sticky-container .flex-text-box .item .num {
  text-align: center;
  width: 80px;
  font-family: "Roboto", sans-serif;
  color: var(--main-color3);
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 0.8;
}
@media screen and (max-width: 540px) {
  #solution .sticky-container .flex-text-box .item .num {
    text-align: left;
    margin-bottom: 15px;
  }
}
#solution .sticky-container .flex-text-box .item .text {
  padding-top: 0.25em;
  width: calc(100% - 80px);
}
@media screen and (max-width: 540px) {
  #solution .sticky-container .flex-text-box .item .text {
    width: 100%;
  }
}
#solution .sticky-container .flex-text-box .item .text div:nth-child(1) {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  #solution .sticky-container .flex-text-box .item .text div:nth-child(1) {
    font-size: 1.4em;
  }
}
#solution .sticky-container .flex-text-box .item .text div:nth-child(1) span {
  color: var(--main-color9);
}
#solution .sticky-container .flex-text-box .item .text div:nth-child(2) {
  line-height: 1.6;
}
@media screen and (max-width: 540px) {
  #solution .sticky-container .flex-text-box .item .text div:nth-child(2) {
    font-size: 0.9em;
  }
}
#solution .h {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
#solution .h > img {
  position: absolute;
  top: calc(-100% - 10px);
  left: 50%;
  transform: translate(-50%, 0);
}
#solution .h .shool-name {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#solution .h .shool-name span {
  font-size: 1.6em;
  font-weight: 800;
}
#solution .h .sub {
  display: inline-block;
  margin: 0 auto;
  background: linear-gradient(transparent 60%, var(--main-color4) 60%);
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#solution .h .sub span {
  color: var(--main-color9);
  font-size: 1.6em;
  font-weight: 800;
}

/*コース紹介*/
#course-info {
  padding: 30px 0;
  background: repeating-linear-gradient(45deg, #ffefbe, #ffefbe 15%, var(--main-color10) 15%, var(--main-color10));
  background-image: linear-gradient(45deg, #ffefbe, #ffefbe 29.7%, #fffbee 29.7%, #fffbee 30%, var(--main-color10) 30%, var(--main-color10) 90%, #fffbee 90%, #fffbee 90.3%, #ffefbe 90.3%, #ffefbe);
}
#course-info .copy-flex {
  display: flex;
  justify-content: center;
  padding: 40px 0 10px 0;
}
@media screen and (max-width: 540px) {
  #course-info .copy-flex {
    display: block;
  }
}
#course-info .copy-flex .item {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 540px) {
  #course-info .copy-flex .item {
    width: 100%;
    text-align: center;
  }
}
#course-info .copy-flex .item:nth-child(1) {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: var(--main-color2);
  text-align: right;
}
@media screen and (max-width: 540px) {
  #course-info .copy-flex .item:nth-child(1) {
    text-align: center;
  }
}
#course-info .copy-flex .item:nth-child(2) {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: var(--main-color9);
}
#course-info .copy-flex .item:nth-child(2) span {
  background: linear-gradient(transparent 60%, var(--main-color1) 60%);
}
#course-info .grid-box {
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 3%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1025px) {
  #course-info .grid-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 540px) {
  #course-info .grid-box {
    grid-template-columns: 1fr;
  }
}
#course-info .grid-box .item {
  margin-bottom: 40px;
}
#course-info .grid-box .item a {
  display: block;
  max-width: 380px;
  min-height: 513px;
  text-decoration: none;
  background-color: var(--main-color1);
  padding: 0 30px;
  margin: 0 auto;
  background-color: var(--main-color1);
  border-radius: 5px;
  filter: drop-shadow(rgba(99, 99, 99, 0.2) 0px 2px 8px);
  transition: all 0.3s;
}
@media screen and (max-width: 825px) {
  #course-info .grid-box .item a {
    max-width: 340px;
  }
}
@media screen and (max-width: 540px) {
  #course-info .grid-box .item a {
    min-height: auto;
  }
}
#course-info .grid-box .item a:hover {
  background-color: #e4e4e4;
}
#course-info .grid-box .item a .bar {
  height: 3px;
}
#course-info .grid-box .item a .name {
  text-align: center;
  padding: 0.5em 0 0.4em 0;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#course-info .grid-box .item a .sub-wrap {
  display: flex;
  align-items: center;
  min-height: 56px;
}
#course-info .grid-box .item a .sub-wrap .sub {
  width: 100%;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-radius: 1em;
  padding: 0.2em 0.9em;
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  justify-content: center;
}
#course-info .grid-box .item a .desc {
  padding: 10px 0 30px 0;
}

/*就職・復職した人の声*/
.job-voice {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 540px) {
  .job-voice {
    grid-template-columns: 1fr;
  }
}
.job-voice .item {
  width: 95%;
  background-color: var(--main-color1);
  padding: 1.3em 1.2em 2em 1.25em;
  margin: 0 auto;
  margin-bottom: 50px;
  border-radius: 5px;
  filter: drop-shadow(rgba(99, 99, 99, 0.2) 0px 2px 8px);
}
@media screen and (max-width: 825px) {
  .job-voice .item {
    padding: 1.3em 1em 2em 1.05em;
  }
}
@media screen and (max-width: 540px) {
  .job-voice .item {
    width: 100%;
  }
}
.job-voice .item .tag {
  display: inline-block;
  padding: 0.3em 0.7em;
  font-size: 0.95em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.3em;
  border: 1px solid;
}
.job-voice .item .tag.red {
  color: var(--main-color8);
  border-color: var(--main-color8);
}
.job-voice .item .tag.blue {
  color: var(--main-color9);
  border-color: var(--main-color9);
}
.job-voice .item .title {
  padding-bottom: 0.2em;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.job-voice .item .img {
  text-align: center;
}
.job-voice .item .text {
  font-size: 0.95em;
  padding-top: 0.5em;
}
@media screen and (max-width: 825px) {
  .job-voice .item .text {
    font-size: 0.9em;
  }
}

/*よくある質問*/
.gradation-light-bg {
  background-color: var(--main-color3);
}

#question .accordion-item {
  margin-bottom: 1em;
  border-color: var(--main-color1);
  border-radius: 5px;
}
#question .accordion-header button.accordion-button {
  font-size: 1.15em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--main-color3);
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 540px) {
  #question .accordion-header button.accordion-button {
    font-size: 1em;
  }
}
#question .accordion-header button.accordion-button.collapsed {
  background-color: var(--main-color1);
  color: var(--main-color3);
}
#question .accordion-header button.accordion-button:focus {
  box-shadow: none;
}
#question .accordion-header button.accordion-button::after {
  color: var(--main-color3);
  font-family: "Font Awesome 5 Free";
  background-image: url();
  font-weight: 900;
  text-align: center;
  content: "\f078";
}
#question .accordion-collapse {
  background-color: transparent;
}
@media screen and (max-width: 540px) {
  #question .accordion-collapse {
    font-size: 0.9em;
  }
}

/*入学まで流れ*/
#admission-flow {
  padding: 10px 0;
}
#admission-flow .flex-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  #admission-flow .flex-box {
    display: block;
    padding: 0 3%;
  }
}
#admission-flow .flex-box .item {
  position: relative;
  width: 19%;
  min-width: 225px;
  background-color: var(--main-color1);
  filter: drop-shadow(rgba(99, 99, 99, 0.2) 0px 2px 8px);
  z-index: 1;
  margin-left: 1%;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  #admission-flow .flex-box .item {
    width: 100%;
  }
}
#admission-flow .flex-box .item::before {
  position: absolute;
  top: 50%;
  left: -0.75em;
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5em;
  text-align: center;
  color: var(--main-color5);
  content: "\f35a";
  z-index: 10;
}
@media screen and (max-width: 540px) {
  #admission-flow .flex-box .item::before {
    display: none;
  }
}
#admission-flow .flex-box .item:first-child {
  margin-left: 0;
}
#admission-flow .flex-box .item:first-child::before {
  opacity: 0;
}
#admission-flow .flex-box .item .step {
  text-align: center;
  font-weight: 500;
  color: var(--main-color1);
  padding: 0.3em 1em;
  font-family: "Roboto", sans-serif;
}
#admission-flow .flex-box .item .title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.5em 0.1em;
}
#admission-flow .flex-box .item .img {
  text-align: center;
}
#admission-flow .flex-box .item .desc {
  text-align: left;
  padding: 0.2em 0.8em 1.8em 0.8em;
}

/*◇お知らせ*/
/*ページリストブロック（news-list）オリジナルブロックテンプレート*/
main ul.news-list {
  list-style: none;
  padding: 10px 0;
  margin-left: 5%;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  main ul.news-list {
    padding-top: 10px;
    margin: 0 2%;
  }
}
main ul.news-list > li {
  margin-bottom: 0.3em;
}
main ul.news-list > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0.1em 0.3em;
  background-color: transparent;
  transition: all 0.3s;
  color: var(--main-color2);
}
@media screen and (max-width: 540px) {
  main ul.news-list > li > a {
    display: block;
    border-bottom: 1px dotted var(--main-color5);
  }
}
main ul.news-list > li > a div {
  display: inline-block;
  font-weight: 400;
  transition: color 0.3s;
}
@media screen and (max-width: 540px) {
  main ul.news-list > li > a div {
    display: block;
    font-size: 0.9em;
    margin-bottom: 5px;
  }
}
main ul.news-list > li > a div:first-child {
  position: relative;
  margin-right: 40px;
  min-width: 90px;
}
@media screen and (max-width: 540px) {
  main ul.news-list > li > a div:first-child {
    margin-right: 20px;
    display: inline-block;
  }
}
main ul.news-list > li > a div.topic, main ul.news-list > li > a div.topic-no {
  margin-right: 40px;
  min-width: 123px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  main ul.news-list > li > a div.topic, main ul.news-list > li > a div.topic-no {
    display: inline-block;
  }
}
main ul.news-list > li > a div.topic span, main ul.news-list > li > a div.topic-no span {
  display: inline-block;
  font-size: 0.8em;
  color: var(--main-color3);
  padding: 0.1em 0.5em 0.15em 0.5em;
  border: 1px solid var(--main-color3);
}
main ul.news-list > li > a:hover div {
  color: var(--main-color9);
}

main #news_page_list ul.news-list li {
  margin-bottom: 1.3em;
}

/*◇子ページ見出し*/
#subpage-top-h {
  position: relative;
  padding: 140px 3% 90px 12%;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  #subpage-top-h {
    padding: 110px 3% 70px 9%;
  }
}
#subpage-top-h::before {
  position: absolute;
  content: "";
  top: 0;
  left: -25%;
  width: 30%;
  height: 100%;
  -webkit-clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
          clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background-image: linear-gradient(90deg, #ebc314 0%, #eea60a 100%);
}
@media screen and (max-width: 1025px) {
  #subpage-top-h::before {
    left: -45%;
    width: 60%;
  }
}
#subpage-top-h::after {
  position: absolute;
  content: "";
  top: 0;
  left: 85%;
  width: 30%;
  height: 100%;
  -webkit-clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
          clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background-image: linear-gradient(90deg, #ebc314 0%, #eea60a 100%);
}
@media screen and (max-width: 1025px) {
  #subpage-top-h::after {
    display: none;
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
            clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  }
}
#subpage-top-h .bg {
  position: absolute;
  top: 0;
  left: 65%;
  width: 30%;
  height: 100%;
  -webkit-clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
          clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-image: linear-gradient(90deg, #ebc314 0%, #eea60a 100%);
}
@media screen and (max-width: 1025px) {
  #subpage-top-h .bg {
    left: 60%;
    width: 60%;
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
            clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  }
}
#subpage-top-h .jp {
  position: relative;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  z-index: 2;
  margin-top: 0.2em;
}
@media screen and (max-width: 540px) {
  #subpage-top-h .jp {
    font-size: 1.2em;
  }
}
#subpage-top-h .eng {
  position: relative;
  color: var(--main-color3);
  font-size: 3.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Roboto";
  margin-top: 10px;
  z-index: 2;
}
@media screen and (max-width: 540px) {
  #subpage-top-h .eng {
    font-size: 2.5em;
  }
}

/*サブページのキャッチコピー*/
.message-bold {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 8% 0 5% 0;
  max-width: 950px;
  margin: 0 auto;
}
.message-bold > div {
  display: inline-block;
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .message-bold > div {
    font-size: 1.25em;
  }
}
.message-bold > div span {
  color: var(--main-color9);
  font-weight: 700;
  filter: drop-shadow(rgba(99, 99, 99, 0.2) 0px 2px 8px);
}
.message-bold > div p {
  padding-top: 1.5em;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .message-bold > div p {
    font-size: 0.9rem;
  }
}

/*カリキュラムの特徴*/
/*就職に向けた支援*/
.four-grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 825px) {
  .four-grid-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 540px) {
  .four-grid-box {
    grid-template-columns: 1fr 1fr;
  }
}
.four-grid-box .item {
  width: 95%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: var(--main-color1);
  filter: drop-shadow(rgba(99, 99, 99, 0.2) 0px 2px 8px);
}
.four-grid-box .item.icon {
  text-align: center;
  filter: drop-shadow(rgba(99, 99, 99, 0) 0px 2px 8px);
}
.four-grid-box .item.icon img {
  width: auto;
}
.four-grid-box .item img {
  width: 100%;
}
.four-grid-box .item .title {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  padding: 0.4em 1em 0.3em 1em;
}
@media screen and (max-width: 825px) {
  .four-grid-box .item .title {
    font-size: 1em;
  }
}
.four-grid-box .item .info {
  padding: 0 1em;
  padding-bottom: 1em;
  text-align: left;
}
@media screen and (max-width: 825px) {
  .four-grid-box .item .info {
    font-size: 0.85em;
  }
}

/*各カリキュラムの学習内容*/
.content_study {
  display: flex;
  background-color: var(--main-color7);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 750px;
}
@media screen and (max-width: 540px) {
  .content_study {
    display: block;
  }
}
.content_study > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 1em 1em;
  font-weight: 600;
  color: var(--main-color9);
}
@media screen and (max-width: 540px) {
  .content_study > div:nth-child(1) {
    display: block;
    width: 100%;
    padding-bottom: 0em;
  }
}
.content_study > div:nth-child(2) {
  width: calc(100% - 150px);
  padding: 1em;
}
@media screen and (max-width: 540px) {
  .content_study > div:nth-child(2) {
    width: 100%;
    font-size: 0.9em;
  }
}

/*各コース内の表*/
div.ccm-page table.course-table {
  border: 1px solid var(--main-color3);
}
div.ccm-page table.course-table th, div.ccm-page table.course-table td {
  padding: 0.6em 0.5em;
  border: none;
}
@media screen and (max-width: 540px) {
  div.ccm-page table.course-table th, div.ccm-page table.course-table td {
    text-align: left;
    font-size: 0.9em;
    max-width: none;
    width: 100%;
    display: block;
  }
}
div.ccm-page table.course-table td {
  border-bottom: 1px dotted var(--main-color5);
}
@media screen and (max-width: 540px) {
  div.ccm-page table.course-table td {
    border-bottom: none;
  }
}
div.ccm-page table.course-table th {
  text-align: center;
  vertical-align: middle;
  width: 25%;
  font-size: 1.05em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 350px;
  color: var(--main-color1);
  background-color: var(--main-color3);
  border-bottom: 1px dotted var(--main-color1);
}
@media screen and (max-width: 540px) {
  div.ccm-page table.course-table th {
    font-size: 1em;
    width: 100%;
    text-align: left;
    max-width: none;
    border-bottom: none;
  }
}
div.ccm-page table.course-table.th-left th {
  text-align: left;
}

/*企業の方へ*/
@media screen and (max-width: 540px) {
  div.ccm-page table.for-com-table {
    border: none;
  }
}
div.ccm-page table.for-com-table tr:nth-child(odd) {
  background-color: #fffaec;
}
@media screen and (max-width: 540px) {
  div.ccm-page table.for-com-table tr:nth-child(odd) {
    background-color: transparent;
  }
}
div.ccm-page table.for-com-table th, div.ccm-page table.for-com-table td {
  padding: 0.6em 0.5em;
  border: 1px solid var(--main-color10);
}
@media screen and (max-width: 540px) {
  div.ccm-page table.for-com-table th, div.ccm-page table.for-com-table td {
    display: block;
    width: 100%;
    border: none;
    font-size: 0.9em;
  }
}
div.ccm-page table.for-com-table th {
  text-align: left;
  vertical-align: middle;
  width: 25%;
  max-width: 350px;
}
@media screen and (max-width: 540px) {
  div.ccm-page table.for-com-table th {
    background-color: #fffaec;
    max-width: unset;
    width: 100%;
  }
}

/*代表者あいさつ*/
section.top-message {
  margin-bottom: 100px;
}
section.top-message .flex-box {
  display: flex;
}
@media screen and (max-width: 540px) {
  section.top-message .flex-box {
    display: block;
  }
}
section.top-message .flex-box .item.text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 540px) {
  section.top-message .flex-box .item.text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
section.top-message .flex-box .item.text .h {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 1.3em;
}
section.top-message .flex-box .item.text .h span {
  display: block;
  color: var(--main-color3);
  font-size: 1rem;
  padding-top: 0.1em;
}
@media screen and (max-width: 540px) {
  section.top-message .flex-box .item.text .h {
    font-size: 1.4em;
  }
}
section.top-message .flex-box .item.text .catch {
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 1em 0 1em 0.8em;
  border-left: 4px solid var(--main-color3);
  margin-bottom: 0.9em;
  font-family: "Noto Serif JP", serif;
}
section.top-message .flex-box .item.text p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 540px) {
  section.top-message .flex-box .item.text p {
    font-size: 0.9em;
  }
}
section.top-message .flex-box .item.text .name {
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  section.top-message .flex-box .item.text .name {
    font-size: 1em;
  }
}
section.top-message .flex-box .item.text .name div {
  font-size: 0.9rem;
}
@media screen and (max-width: 540px) {
  section.top-message .flex-box .item.text .name div {
    font-size: 0.8em;
  }
}
section.top-message .flex-box .item.img {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 540px) {
  section.top-message .flex-box .item.img {
    width: 100%;
  }
}

/*お問い合わせリンク*/
/*--お問い合わせ--*/
.contact-box {
  width: 100%;
  max-width: 700px;
  height: auto;
  padding: 30px 20px;
  margin: 0 auto;
  background-color: var(--main-color10);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.contact-box .item {
  width: 50%;
}
@media screen and (max-width: 540px) {
  .contact-box .item {
    width: 100%;
  }
}
.contact-box .item .h {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--main-color3);
}
@media screen and (max-width: 540px) {
  .contact-box .item .h {
    margin-bottom: 0.5em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid var(--main-color1);
  }
}
@media screen and (max-width: 540px) {
  .contact-box .item .num {
    text-align: center;
  }
}
.contact-box .item .num a {
  font-family: "Roboto", sans-serif;
  font-size: 1.7em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: none;
  color: var(--main-color2);
}
@media screen and (max-width: 540px) {
  .contact-box .item .num a {
    text-align: center;
  }
}
.contact-box .item .hour {
  font-size: 0.95em;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .contact-box .item .hour {
    text-align: center;
  }
}

/*webフォーム*/
.web-form .btn-primary {
  background-color: var(--main-color3) !important;
  border-color: var(--main-color3) !important;
}
.web-form label {
  font-weight: 500;
}
.web-form label span.text-muted {
  opacity: 1;
}

/*経営理念*/
.rinen {
  border-top: solid 1px var(--main-color2);
  border-bottom: solid 1px var(--main-color2);
  padding: 0.8em 0 0.8em 1em;
}
@media screen and (max-width: 540px) {
  .rinen {
    padding-left: 0;
  }
}
.rinen ul li {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0.5em 0;
  color: var(--main-color3);
}
@media screen and (max-width: 540px) {
  .rinen ul li {
    font-size: 0.95em;
  }
}
.rinen ul li span {
  color: var(--main-color2);
}/*# sourceMappingURL=smile.css.map */