@charset "UTF-8";
/*
 * 色の設定
 */
/*
 * ブレークポイント
 */
/*
 * BEM関連
 */
/*
 * メディアクエリ
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
  overflow-x: hidden;
  font-weight: 300;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}


.case_wrap .number {
  font-size: 1.1rem;
}


@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}

.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

@media (min-width: 1024px) {
  .innerBox {
    padding: 0 56px;
  }
}

.innerBox-770 {
  width: 100%;
  max-width: 770px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}
.innerBox-860 {
  width: 100%;
  max-width: 860px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .innerBox-860 {
    padding: 0;
  }
}

.innerBox-1102 {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 1180px) {
  .innerBox-1102 {
    padding: 0;
  }
}

.innerBox-934 {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 1024px) {
  .innerBox-934 {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.b_bold {
  font-weight: 900;
}

.no-bold {
  font-weight: normal;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

@media (min-width: 1180px) {
  .display_to_mq_mm {
    display: none;
  }
}

.display_mq {
  display: none;
}

@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}

@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.important__responsive__flex {
  display: none !important;
}

@media (min-width: 768px) {
  .important__responsive__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.important__responsive__block {
  display: none !important;
}

@media (min-width: 768px) {
  .important__responsive__block {
    display: block !important;
  }
}

.mw_wp_form .error {
  margin-top: 10px;
}

.main__content {
  width: 100%;
}

@media (min-width: 1024px) {
  .main__content {
    width: 88%;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.current:before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

.teacher__active {
  background-color: #024f8c;
  color: #ffffff;
}

.tab__active {
  display: block !important;
}

.fixed {
  position: fixed;
  top: 0;
}

.scroll_ml {
  margin-left: 44% !important;
}


header .logo img {
  width: 100%;
}

header .header__content {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2000;
  padding: 60px 2% 0;
}

header .header__content ul {
  padding: 0;
  width: 100%;
}

header .header__content ul li {
  line-height: 1;
  list-style-type: none;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}

header .header__content ul li a {
  text-decoration: none;
  color: #484848;
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  header .header__content ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}

header #target {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer;
  display: block;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  z-index: 9999;
}

header #target .target_inner {
  width: 23px;
  height: 15px;
  overflow: hidden;
}

header #target .target_inner .target_inner_line {
  display: block;
  width: 23px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  border-radius: 50px;
  position: absolute;
}

header #target .target_inner .target_inner_1 {
  top: 13px;
}

header #target .target_inner .target_inner_2 {
  top: 21px;
}

header #target .target_inner .target_inner_3 {
  top: 29px;
}

/* 動き */
.fadein {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.linea, .lineb, .linec {
  background: #ffffff;
}

.linea {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px !important;
}

.lineb {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
}

.linec {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  opacity: 0;
}

.l-nav.is-side {
  display: none;
}

@media (min-width: 1024px) {
  .l-nav.is-side {
    width: 12%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100vh;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);
  }
}

.l-nav.is-side .title {
  color: #897D6D;
  font-size: 12px;
  margin-top: 50px;
  letter-spacing: 0.05em;
}

@media (min-width: 1280px) {
  .l-nav.is-side .title {
    font-size: 16px;
  }
}

@media (min-width: 1500px) {
  .l-nav.is-side .title {
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  .l-nav.is-side .title {
    font-size: 24px;
  }
}

.l-nav.is-side .title a {
  color: #897D6D;
}

.l-nav.is-side .side__content {
  position: absolute;
  left: 13%;
  bottom: 3%;
  width: 87%;
}

@media (min-width: 1500px) {
  .l-nav.is-side .side__content {
    margin-top: 230%;
  }
}

@media (min-width: 1920px) {
  .l-nav.is-side .side__content {
    margin-top: 280%;
  }
}

.l-nav.is-side .side__content ul li {
  margin-bottom: 40px;
  position: relative;
}

.l-nav.is-side .side__content ul li a {
  color: white;
  font-size: 12px;
}

@media (min-width: 1280px) {
  .l-nav.is-side .side__content ul li a {
    font-size: 14px;
  }
}

#test3 .side__content ul li:nth-child(1):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#company .side__content ul li:nth-child(2):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#service .side__content ul li:nth-child(3):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#recruit .side__content ul li:nth-child(4):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#contact .side__content ul li:nth-child(5):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

.l-footer {
  background-color: #484848;
  width: 100%;
}

.l-footer .border {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 40px 0 70px;
  border-top: solid 1px #313131;
}

@media (min-width: 768px) {
  .l-footer .border {
    padding: 87px 0 138px;
  }
}

.l-footer .border .copyright {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .l-footer .border .copyright {
    line-height: 1;
  }
}

#scroll {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
}

@media (min-width: 768px) {
  #scroll {
    width: 57px;
    height: 57px;
  }
}

@media (min-width: 1500px) {
  #scroll {
    right: 100px;
  }
}

.o-border.is-introduction {
  width: 96%;
  max-width: 1375px;
  border: solid 5px #FF0000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 32px auto 0;
  padding: 40px 0;
}

@media (min-width: 1500px) {
  .o-border.is-introduction {
    border: solid 10px #FF0000;
  }
}

.o-bread_list.is-lower {
  padding-top: 15px;
}

.o-bread_list.is-lower p {
  font-size: 13px;
  display: inline-block;
  margin-right: 18px;
  position: relative;
  color: #2b2b2b;
  letter-spacing: 0.05em;
  line-height: 20px;
}

.o-bread_list.is-lower p a {
  color: #2b2b2b;
}

.o-bread_list.is-lower p:before {
  content: "<";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  color: #2b2b2b;
  font-size: 13px;
}

.o-bread_list.is-lower p:last-child {
  margin-right: 0;
}

.o-bread_list.is-lower p:last-child:before {
  content: "";
}

.o-title.is-index {
  font-size: 28px;
  color: #484848;
  padding-left: 10px;
  position: relative;
  margin-bottom: 40px;
}

.o-title.is-index:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #23747E;
  left: 0;
}

@media (min-width: 768px) {
  .o-title.is-index {
    font-size: 35px;
    margin-bottom: 80px;
  }
}

.o-text.is-index_top {
  margin: 80px 0 100px;
}

@media (min-width: 768px) {
  .o-text.is-index_top {
    margin: 140px 0 200px;
  }
}

@media (min-width: 1024px) {
  .o-text.is-index_top {
    margin: 200px 0 250px;
  }
}

.o-text h1 {
  font-size: 22px;
  line-height: 1.7;
  color: #484848;
}

@media (min-width: 768px) {
  .o-text h1 {
    font-size: 45px;
    line-height: 80px;
  }
}

.o-btn {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.o-btn:hover {
  cursor: pointer;
}

.o-btn.is-header {
  width: 181px;
  background-color: #ff9727;
  height: 53px;
  color: #ffffff;
  font-size: 18px;
  line-height: 53px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .o-btn.is-header {
    margin: 18px 0 0 0;
  }
}

.o-btn.is-footer-contact {
  width: 80%;
  margin: 0 auto;
  background-color: transparent;
  border: solid 2px #ffffff;
  max-width: 267px;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 4px;
}

.o-btn.is-submit {
  color: #ffffff;
  font-size: 18px;
  background-color: #ff9727;
  margin: 34px auto 0;
  width: 90%;
  max-width: 500px;
  height: 40px;
  line-height: 40px;
  border-radius: 32px;
}

@media (min-width: 768px) {
  .o-btn.is-submit {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}

.o-btn.is-teacher {
  border-radius: 7px;
  background-color: #024f8c;
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
}

@media (min-width: 768px) {
  .o-btn.is-teacher {
    margin: 0 0 0 auto;
  }
}

.o-btn.is-bg_orange {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 40px;
  background-color: #ff9727;
}

@media (min-width: 768px) {
  .o-btn.is-bg_orange {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}

.o-btn.is-index_sec2 {
  width: 214px;
  height: 40px;
  line-height: 40px;
  background-color: #ff9727;
  border-radius: 20px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

.o-btn.is-index_sec4 {
  width: 238px;
  height: 52px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 52px;
  background-color: #0061ae;
  margin: 0 auto;
}

.o-btn.is-form {
  font-size: 15px;
  width: 149px;
  height: 33px;
  background-color: #0061ae;
  border-radius: 14px;
  color: #ffffff;
  margin: 10px 0 0 auto;
  border: 0px;
}

@media (min-width: 768px) {
  .o-btn.is-form {
    display: inline-block;
    margin: 2.5px 0 0 13px;
  }
}

.o-table.is-seminar_show {
  width: 100%;
  max-width: 957px;
  margin: 0 auto 26px;
  border: solid 1px #e2e2e2;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .o-table.is-seminar_show {
    border: 0px;
    margin: 0 auto 52px;
  }
}

.o-table.is-seminar_show tr td {
  width: 100%;
  display: block;
  padding: 12px 2%;
  font-size: 18px;
  line-height: 27px;
}

@media (min-width: 768px) {
  .o-table.is-seminar_show tr td {
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
  }
}

.o-table.is-seminar_show tr td:nth-child(1) {
  background-color: #dedede;
}

@media (min-width: 768px) {
  .o-table.is-seminar_show tr td:nth-child(1) {
    width: 26%;
    border: solid 1px #bababa;
  }
}

@media (min-width: 768px) {
  .o-table.is-seminar_show tr td:nth-child(2) {
    width: 74%;
    border: solid 1px #e2e2e2;
  }
}

.o-table.is-mb0 {
  margin: 0 auto;
}

.o-bread_list.is-lower {
  padding-top: 15px;
}

.o-bread_list.is-lower p {
  font-size: 13px;
  display: inline-block;
  margin-right: 18px;
  position: relative;
  color: #2b2b2b;
  letter-spacing: 0.05em;
  line-height: 20px;
}

.o-bread_list.is-lower p a {
  color: #2b2b2b;
}

.o-bread_list.is-lower p:before {
  content: "<";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  color: #2b2b2b;
  font-size: 13px;
}

.o-bread_list.is-lower p:last-child {
  margin-right: 0;
}

.o-bread_list.is-lower p:last-child:before {
  content: "";
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi span {
  border: 0;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  display: inline-block;
  margin: 0 5px;
  padding: 0 !important;
}

.wp-pagenavi a {
  padding: 0 !important;
}

.wp-pagenavi .pages {
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: none;
  margin-right: 40px;
}

@media (min-width: 768px) {
  .wp-pagenavi .pages {
    display: inline-block;
  }
}

.wp-pagenavi .extend {
  border: 0;
}

.wp-pagenavi .previouspostslink {
  border: 0;
  margin-right: 15px;
  color: #484848;
  font-weight: bold;
}

@media (min-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 30px;
  }
}

.wp-pagenavi .nextpostslink {
  border: 0;
  margin-left: 15px;
  color: #484848;
  font-weight: bold;
}

@media (min-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 30px;
  }
}

.wp-pagenavi .page {
  background-color: #F4F2F1;
  color: #B5B5B5;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  color: #484848;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.wp-pagenavi .current {
  background-color: #988177;
  color: #ffffff;
  border: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.wp-pagenavi .current:before {
  content: "";
  display: none;
}

.o-box.is-inquiry {
  background-color: #23747E;
  padding: 30px 0 60px;
}

@media (min-width: 768px) {
  .o-box.is-inquiry {
    padding: 52px 0 120px;
  }
}

.o-box.is-inquiry .title {
  margin-bottom: 30px;
  font-size: 15px;
  color: #ffffff;
}

.o-box.is-inquiry .link {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .o-box.is-inquiry .link {
    margin: 0 auto 50px;
  }
}
.o-box.is-inquiry .link a {
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 2px #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  font-size: 22px;
  color: #ffffff;
}
.o-box.is-inquiry .link a img {
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
}

.o-box.is-inquiry .tel a {
  color: #ffffff;
  font-size: 14px;
}

.o-box.is-inquiry .tel a img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}

.o-mv.is-index {
  width: 100%;
}

.o-mv.is-index img {
  width: 100%;
}

.o-mv.is-lower {
  width: 100%;
  background-image: url(../images/mv/lower_mv.png);
  min-height: 200px;
}

.o-mv.is-lower p {
  color: #ffffff;
  font-size: 30px;
  padding-top: 64px;
}

@media (min-width: 768px) {
  .o-mv.is-lower p {
    font-size: 48px;
    line-height: 29px;
    padding-top: 82px;
  }
}

.o-mv.is-lower p span {
  font-size: 20px;
}

.o-mv.is-training_lower {
  width: 100%;
  background-image: url(../images/mv/lower_mv.png);
  min-height: 200px;
}

.o-mv.is-training_lower p {
  color: #ffffff;
  font-size: 30px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .o-mv.is-training_lower p {
    font-size: 48px;
    line-height: 29px;
    padding-top: 40px;
  }
}

.o-mv.is-training_lower p .eng {
  font-size: 20px;
}

.o-mv.is-training_lower p .sub {
  font-size: 20px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .o-mv.is-training_lower p .sub {
    font-size: 28px;
    line-height: 56px;
  }
}

.o-form {
  width: 100%;
  max-width: 827px;
  margin: 0 auto;
  padding: 0 2%;
}

.o-form .form__row {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .o-form .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .o-form .form__row .pt30 {
    padding-top: 30px;
  }
}

.o-form .form__row .form__left {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .o-form .form__row .form__left {
    width: 33.5%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .o-form .form__row .form__right {
    width: 66.5%;
  }
}

.o-form .form__row .form__right input {
  width: 100%;
  height: 80px;
  background-color: #484848;
  border-bottom: solid 1px #313131;
  font-size: 16px;
  color: #B4B4B4;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  padding: 0 2%;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .o-form .form__row .form__right input {
    padding: 0;
  }
}

.o-form .form__row .form__right textarea {
  background-color: #1F1F1F;
  height: 300px;
  width: 100%;
  border: 0px;
  color: #B4B4B4;
  font-size: 16px;
  padding: 2%;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 550px;
}

.o-form .submit {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}

.o-form .submit input[type="submit"] {
  width: 100%;
  background-color: #00FF76;
  border-radius: 30px;
  position: relative;
  height: 62px;
  color: #484848;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

.o-form .submit input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.7;
}

.o-form .submit img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
}

.p-index__performance {
  padding: 30px 0 60px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .p-index__performance {
    padding: 60px 0 120px;
  }
}

.p-index__performance__content {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .p-index__performance__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
}

.p-index__performance__content .detail {
  width: 100%;
  max-width: 166px;
  margin: 0 auto 24px;
}

.p-index__performance__content .detail:last-child {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-index__performance__content .detail:last-child {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .p-index__performance__content .detail {
    width: 145px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .p-index__performance__content .detail {
    width: 166px;
  }
}

.p-index__performance__content .detail p:nth-child(1) {
  height: 166px;
  border-radius: 50%;
  border: solid 10px #23747E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 27px;
}

.p-index__performance__content .detail p:nth-child(1).is-red {
  border: solid 10px #D93636;
}

@media (min-width: 768px) {
  .p-index__performance__content .detail p:nth-child(1) {
    height: 145px;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .p-index__performance__content .detail p:nth-child(1) {
    height: 166px;
    font-size: 27px;
  }
}

.p-index__performance__content .detail p:nth-child(1) span {
  font-size: 19px;
}

@media (min-width: 768px) {
  .p-index__performance__content .detail p:nth-child(1) span {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .p-index__performance__content .detail p:nth-child(1) span {
    font-size: 20px;
  }
}

.p-index__performance__content .detail p:nth-child(2) {
  margin-top: 27px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .p-index__performance__content .detail p:nth-child(2) {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .p-index__performance__content .detail p:nth-child(2) {
    font-size: 20px;
  }
}

.p-index__performance__text {
  font-size: 15px;
  line-height: 26px;
  color: #484848;
}

.p-index__serach {
  padding: 60px 0 40px;
  background-color: #E6E6E6;
}

@media (min-width: 768px) {
  .p-index__serach {
    padding: 120px 0 70px;
  }
}

.p-index__serach__text {
  font-size: 16px;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .p-index__serach__text {
    font-size: 20px;
    margin-bottom: 68px;
  }
}

.p-index__serach__content {
  width: 100%;
  max-width: 497px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-index__serach__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-index__serach__content select {
  width: 216px;
  display: block;
  margin: 0 auto 32px;
  background-color: #ffffff;
  border: solid 1px #707070;
  border-radius: 34px;
  padding: 9px 10px 9px 30px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/yajirushi.png);
  background-repeat: no-repeat;
  background-size: 25px 15px;
  background-position: right 10px center;
}

.p-index__serach__content select::-ms-expand {
  display: none;
}

.p-index__content {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background-color: rgb(244, 244, 244);
}
.p-index__content_002 {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;

}

@media (min-width: 768px) {
  .p-index__content {
    padding-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .p-index__content_002 .innerBox.is-flex,
  .p-index__content .innerBox.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content:space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-index__content__box {
  border: solid 1px #707070;
  background-color: #ffffff;
  padding: 20px 2%;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 42px;
  display: block;
  color: #484848;
}

@media (min-width: 768px) {
  .p-index__content__box {
    padding: 40px 22px;
  }
}

@media (min-width: 1024px) {
  .p-index__content__box {
    width: 48.78%;
    margin: 0 0 20px;
  }
}

.p-index__content__box .title {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .p-index__content__box .title {
    font-size: 25px;
  }
}

.p-index__content__box .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.p-index__content__box .company p {
  font-size: 14px;
}

.p-index__content__box .company p:nth-child(2) {
  color: #D93636;
}

.p-index__content__box .company p:nth-child(2) img {
  display: inline-block;
  margin-right: 6px;
}

.p-index__content__box .image {
  margin-bottom: 38px;
}

.p-index__content__box .worried {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #23747E;
  font-weight: 600;
  margin-bottom: 24px;
}

.p-index__content__box .solution {
  margin-bottom: 15px;
  font-size: 14px;
}
.p-index__content__box .solution i {
  font-size: 1.5rem;
  vertical-align: middle;
  color: #23747E;
}
.p-index__content__box .solution img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
}

.p-index__content__box .tag span {
  display: inline-block;
  padding: 5px;
  border: solid 1px #707070;
  border-radius: 16px;
  font-size: 11px;
  text-align: center;
  min-width: 139px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.p-index__content__box .link {
  margin-top: 5px;
  color: #23747E;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.example_gallery_warp{

}
.example_gallery_area {
  width: 1000px;
  margin: 2vh auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.example_gallery_area p{
  width:31%;
  text-align: center;
}
.example_gallery_area p img{
  max-width: 100%;
}
.p-index__content__pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-index__content__pagenation a {
  display: inline-block;
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  color: #484848;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 20px;
}

.p-index__content__pagenation .current_number {
  color: #ffffff;
  background-color: #23747E;
}

.p-show__title {
  padding: 40px 0 5px;
}

@media (min-width: 768px) {
  .p-show__title {
    padding: 40px 0 5px;
  }
}

.p-show__title h2 {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  color: #484848;
}

@media (min-width: 768px) {
  .p-show__title h2 {
    font-size: 35px;
  }
}

.p-show__title p {
  font-size: 14px;
  color: #484848;
}

@media (min-width: 768px) {
  .p-show__title p {
    font-size: 20px;
  }
}


.case_profile_area{
  margin: 2% 0;
  padding: 3%;
  border: 1px solid #c1c1c1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.case_profile_detail{
  width: 70%;
}
.case_profile_detail_full{
  width: 100%;
}
.case_profile_logo{
  max-width: 70%;
}
.case_profile_photo{
  width: 25%;
  text-align: right;
}
.case_profile_photo span{
  display: block;
  font-size: 12px;
}
.case_caption{
  margin-top: 5px;
  display: block;
  font-size: 1.0rem;
  text-align: right;
}
.case_wrap .case_tel a{
  color:#fff;
}
.flex_dl{
  margin-bottom: 1vh;
  display: flex;
}
.flex_dl dt{
  width: 20%;
  margin-right: 1%;
  text-align: right;
  font-weight: bold;
}
.flex_dl dd{
  
}
.case_index_wrap{
  
}
body .module-counter .easyPieChart {
  color: #000;
}
.case_index_area .bc-timer,
.case_index_area_002 .bc-timer {
  font-size: 1.0rem !important;
}
.case_index_area {
  width: 1000px;
  margin: 0 auto 3vh;
}
.case_index_area_002 {
  width: 1000px;
  margin: 0 auto 3vh;
}
.case_products_wrap {
  padding: 3%;
  border: 1px solid #222;
}
@media (max-width: 1024px) {
  .case_index_area_002{
    width: 100%;
  }
  .p-index__content__box {
    max-width: 100%;
    padding:10px 22px;
}
  .innerBox {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  position: static;
}
.case_wrap{
  clear: both;
}
.flex_dl {
  flex-direction: column;
}
.flex_dl dt {
  width: 100%;
  text-align: left;
}

}


@media (max-width: 800px) {

  .case_profile_area {
  flex-direction: column;
}
.case_profile_detail {
  width: 100%;
}
.case_profile_photo {
  width: 100%;
}
.o-box.is-inquiry .link{
  flex-direction: column;
}
.btn_case_001, .btn_case_002 {
  width: 84%;
  margin: 0 auto 10px;
}
.o-box.is-inquiry .link a{
  font-size: 1.1rem;
}

}

/*# sourceMappingURL=style.css.map */