@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: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

.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;
}

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

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

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

@media (min-width: 1024px) {
  .innerBox {
    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 {
  width: 100%;
}

@media (min-width: 768px) {
  header {
    height: 111px;
  }
}

header .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 2%;
}

@media (min-width: 768px) {
  header .innerBox {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header a:nth-child(1) {
  width: 62%;
}

@media (min-width: 768px) {
  header a:nth-child(1) {
    width: 473px;
    margin: 16px 0 0 auto;
  }
}

@media (min-width: 1024px) {
  header a:nth-child(1) {
    margin: 16px -211px 0 auto;
  }
}

header a:nth-child(2) {
  width: 33%;
}

@media (min-width: 768px) {
  header a:nth-child(2) {
    width: 213px;
    display: block;
    margin: 25px 7px 0 auto;
  }
}

.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__top {
  background-image: url(../images/footer_back.png);
  background-size: cover;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .l-footer__top {
    padding: 70px 0;
  }
}

.l-footer__top__title {
  font-size: 20px;
  margin-bottom: 30px;
  color: #353535;
}

@media (min-width: 768px) {
  .l-footer__top__title {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

.l-footer__top__text {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 48px;
  color: #353535;
}

@media (min-width: 768px) {
  .l-footer__top__text {
    font-size: 17.14px;
    line-height: 28.34px;
    margin-bottom: 100px;
  }
}

.l-footer__top__flex {
  width: 100%;
}

@media (min-width: 1024px) {
  .l-footer__top__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.l-footer__top__flex .flex__left {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 1024px) {
  .l-footer__top__flex .flex__left {
    margin-bottom: 0;
  }
}

.l-footer__top__flex .flex__right .logo {
  margin-bottom: 24px;
}

.l-footer__top__flex .flex__right .text {
  color: #353535;
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .l-footer__top__flex .flex__right .text {
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .l-footer__top__flex .flex__right .text {
    color: #8b8b8b;
    white-space: nowrap;
  }
}

.l-footer__top__flex .flex__right .blue_text {
  background-color: #019de2;
  color: #ffffff;
  text-align: center;
  width: 213px;
  margin: 0 auto 30px;
  line-height: 57px;
  font-size: 27.68px;
  letter-spacing: 0.025em;
}

@media (min-width: 1024px) {
  .l-footer__top__flex .flex__right .blue_text {
    margin: 0 auto 60px;
  }
}

.l-footer__top__flex .flex__right .orange_link {
  text-align: center;
  display: block;
}

.l-footer__bottom {
  background-color: #313131;
  width: 100%;
  height: 30px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}

.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 p:nth-child(1) {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

@media (min-width: 768px) {
  .o-title p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.o-title p:nth-child(2) {
  font-size: 14px;
  color: #00FF76;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .o-title p:nth-child(2) {
    font-size: 16px;
    line-height: 1;
  }
}

.o-title.is-sec2 {
  margin-bottom: 40px;
}

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

.o-title.is-sec5 {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .o-title.is-sec5 {
    margin-bottom: 100px;
  }
}

.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: #000000;
}

@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-sec9 {
  background-color: #1fa2e8;
  width: 223px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-radius: 4px;
  margin: 0 auto;
}

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

.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: #000000;
  font-weight: bold;
}

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

.wp-pagenavi .nextpostslink {
  border: 0;
  margin-left: 15px;
  color: #000000;
  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: #000000;
  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-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: #000000;
  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: #000000;
  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__sec1 {
  margin-bottom: 30px;
}

.p-index__sec2 p:nth-child(1) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-index__sec2 p:nth-child(1) {
    margin-bottom: 36px;
  }
}

.p-index__sec2 p:nth-child(2) {
  margin-bottom: 57px;
}

.p-index__sec3 {
  width: 100%;
  max-width: 960px;
  background-image: url(../images/sec3_back.png);
  background-repeat: no-repeat;
  margin: 0 auto 33px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-index__sec3 {
    margin: 0 auto 66px;
  }
}

.p-index__sec3__title {
  color: #ffffff;
  font-weight: 900;
  padding-top: 40px;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 30px;
}

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

@media (min-width: 1024px) {
  .p-index__sec3__title {
    font-size: 53px;
  }
}

.p-index__sec3__title .f_40 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .p-index__sec3__title .f_40 {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec3__title .f_40 {
    font-size: 40px;
  }
}

.p-index__sec4__title {
  background-image: url(../images/sec4_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 159px;
  padding-left: 1%;
  font-weight: 900;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .p-index__sec4__title {
    padding-left: 24px;
  }
}

.p-index__sec4__title p {
  color: #FF7C00;
  background: -webkit-linear-gradient(top, #ffdb1d, #ffa722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .p-index__sec4__title p {
    font-size: 53px;
    padding-top: 30px;
  }
}

.p-index__sec4__title p span {
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-index__sec4__title p span {
    font-size: 29px;
  }
}

.p-index__sec4__title img {
  position: absolute;
  right: 0;
  top: -30px;
  width: 90px;
}

@media (min-width: 768px) {
  .p-index__sec4__title img {
    width: 180px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec4__title img {
    width: 254px;
    top: -41px;
  }
}

.p-index__sec4__content {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .p-index__sec4__content {
    margin-bottom: 60px;
  }
}

.p-index__sec5 {
  padding: 60px 0 55px;
  background-color: #cee7f4;
}

.p-index__sec5__title {
  font-weight: 900;
  color: #000000;
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .p-index__sec5__title {
    margin-bottom: 57px;
    font-size: 52px;
  }
}

.p-index__sec5__title span {
  color: #ff7302;
  font-size: 36px;
}

@media (min-width: 768px) {
  .p-index__sec5__title span {
    font-size: 73px;
  }
}

.p-index__sec5__content {
  max-width: 888px;
  margin: 0 auto 48px;
}

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

.p-index__sec5__content .detail {
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .p-index__sec5__content .detail {
    margin: 0;
    width: 32%;
    max-width: 248px;
  }
}

.p-index__sec5__content .detail p:nth-child(1) {
  margin-bottom: 45px;
}

.p-index__sec5__content .detail p:nth-child(2) {
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.p-index__sec5__content .detail:nth-child(2) p:nth-child(1) {
  margin-bottom: 60px;
}

.p-index__sec5__link {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.p-index__sec5__link.is-sec8 {
  margin: 10px auto 45px;
}

@media (min-width: 768px) {
  .p-index__sec5__link.is-sec8 {
    margin: 10px auto 90px;
  }
}

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

.p-index__sec5__link .link__left {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-index__sec5__link .link__left {
    width: 41%;
    margin-bottom: 0;
  }
}

.p-index__sec5__link .link__left p:nth-child(1) {
  font-size: 20px;
  margin-bottom: 14px;
}

.p-index__sec5__link .link__left p:nth-child(2) {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .p-index__sec5__link .link__left p:nth-child(2) {
    font-size: 52px;
  }
}

.p-index__sec5__link .link__left p:nth-child(2) a {
  color: #000000;
}

.p-index__sec5__link .link__left p:nth-child(3) {
  font-size: 15px;
}

.p-index__sec5__link .link__right {
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 10px;
  padding: 18px 2%;
  background-color: #ff7302;
  position: relative;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .p-index__sec5__link .link__right {
    font-size: 32px;
  }
}

.p-index__sec5__link .link__right:hover {
  top: 6px;
}

.p-index__sec5__link .link__right:hover:before {
  background-color: transparent;
}

.p-index__sec5__link .link__right span {
  display: inline-block;
  padding: 8px 0;
  width: 90%;
  margin: 17px auto 0;
  border: solid 1px #ffffff;
  max-width: 342px;
  font-size: 17px;
}

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

.p-index__sec5__link .link__right:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffde00;
  bottom: -3px;
  border-radius: 10px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-index__sec5__link .link__right:before {
    bottom: -6px;
  }
}

@media (min-width: 768px) {
  .p-index__sec5__link .link__right {
    width: 58%;
  }
}

.p-index__sec6 {
  padding: 36px 0 57px;
}

.p-index__sec6__title {
  background-image: url(../images/sec4_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 159px;
  padding-left: 1%;
  font-weight: 900;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .p-index__sec6__title {
    padding-left: 24px;
  }
}

.p-index__sec6__title p {
  color: #FF7C00;
  background: -webkit-linear-gradient(top, #ffdb1d, #ffa722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .p-index__sec6__title p {
    font-size: 53px;
    padding-top: 30px;
  }
}

.p-index__sec6__content {
  width: 100%;
  max-width: 930px;
  margin: 46px auto 0;
  position: relative;
}

@media (min-width: 768px) {
  .p-index__sec6__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-index__sec6__content:before {
    content: "";
    position: absolute;
    width: 3.3%;
    height: 92px;
    background-color: #d3edfb;
    top: 37%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .p-index__sec6__content:before {
    width: 3.4%;
    top: 41%;
  }
}

.p-index__sec6__content .content__image {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-index__sec6__content .content__image {
    width: 48.38%;
    margin-bottom: 0;
  }
}

.p-index__sec6__content .content__text {
  background-color: #d3edfb;
  padding: 36px 2%;
  color: #221815;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .p-index__sec6__content .content__text {
    width: 48.38%;
  }
}

@media (min-width: 1024px) {
  .p-index__sec6__content .content__text {
    font-size: 22px;
    line-height: 32px;
    padding: 36px 22px;
  }
}

.p-index__sec7 {
  width: 100%;
  max-width: 960px;
  background-image: url(../images/sec3_back.png);
  background-repeat: no-repeat;
  margin: 0 auto 40px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-index__sec7 {
    margin: 0 auto 80px;
  }
}

.p-index__sec7__title {
  color: #ffffff;
  font-weight: 900;
  padding-top: 40px;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 30px;
}

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

@media (min-width: 1024px) {
  .p-index__sec7__title {
    font-size: 53px;
  }
}

.p-index__sec7__title .f_40 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .p-index__sec7__title .f_40 {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec7__title .f_40 {
    font-size: 40px;
  }
}

.p-index__sec8__title {
  background-image: url(../images/sec4_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 159px;
  padding-left: 1%;
  font-weight: 900;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-index__sec8__title {
    margin-bottom: 48px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec8__title {
    padding-left: 24px;
  }
}

.p-index__sec8__title p {
  color: #FF7C00;
  background: -webkit-linear-gradient(top, #ffdb1d, #ffa722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  padding-top: 36px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .p-index__sec8__title p {
    font-size: 46px;
    padding-top: 36px;
    line-height: 1;
    margin-left: 18%;
  }
}

@media (min-width: 1024px) {
  .p-index__sec8__title p {
    margin-left: 290px;
  }
}

.p-index__sec8__title p span {
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-index__sec8__title p span {
    font-size: 29px;
  }
}

.p-index__sec8__title img {
  position: absolute;
  right: 0;
  top: 23px;
  width: 90px;
}

@media (min-width: 768px) {
  .p-index__sec8__title img {
    width: 140px;
    right: inherit;
    left: 0;
    top: -31px;
  }
}

@media (min-width: 1024px) {
  .p-index__sec8__title img {
    width: 253px;
    top: -151px;
    left: 3px;
  }
}

.p-index__sec8__top {
  margin-bottom: 48px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-index__sec8__top {
    margin-bottom: 96px;
  }
}

.p-index__sec8__content {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 46px;
  position: relative;
}

@media (min-width: 768px) {
  .p-index__sec8__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-index__sec8__content:before {
    content: "";
    position: absolute;
    width: 3.3%;
    height: 92px;
    background-color: #d3edfb;
    top: 37%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .p-index__sec8__content:before {
    width: 3.4%;
    top: 41%;
  }
}

.p-index__sec8__content .content__image {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-index__sec8__content .content__image {
    width: 48.38%;
    margin-bottom: 0;
  }
}

.p-index__sec8__content .content__text {
  background-color: #d3edfb;
  padding: 36px 2%;
  color: #221815;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .p-index__sec8__content .content__text {
    width: 48.38%;
  }
}

@media (min-width: 1024px) {
  .p-index__sec8__content .content__text {
    font-size: 22px;
    line-height: 32px;
    padding: 36px 22px;
  }
}

.p-index__sec9 {
  width: 100%;
  padding-bottom: 40px;
}

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

.p-index__sec9__content {
  margin-bottom: 43px;
}

.p-index__sec9__content.is-mb0 {
  margin-bottom: 0;
}

.p-index__sec9__content .title {
  background-color: #d3edfb;
  padding: 10px 2%;
  font-size: 0px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .p-index__sec9__content .title {
    padding: 0 17px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-index__sec9__content .title p:nth-child(1) {
  color: #333333;
  font-size: 0px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-index__sec9__content .title p:nth-child(1) {
    margin-bottom: 0;
  }
}

.p-index__sec9__content .title p:nth-child(1) .f_34 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .p-index__sec9__content .title p:nth-child(1) .f_34 {
    margin-bottom: 0;
    font-size: 34px;
  }
}

.p-index__sec9__content .title p:nth-child(1) .f_18 {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .p-index__sec9__content .title p:nth-child(1) .f_18 {
    font-size: 18px;
  }
}

.p-index__sec9__content .title p:nth-child(2) {
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-index__sec9__content .title p:nth-child(2) {
    text-align: right;
    font-size: 20px;
  }
}

.p-index__sec9__content .flex {
  width: 100%;
  margin-bottom: 0;
}

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

.p-index__sec9__content .flex.is-mb44 {
  margin-bottom: 44px;
}

.p-index__sec9__content .flex .flex__left {
  width: 96%;
  max-width: 321px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #dcdcdc;
  background-color: #ffffff;
  height: 182px;
  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;
  padding: 0 2%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-index__sec9__content .flex .flex__left {
    width: 33.4%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .p-index__sec9__content .flex .flex__right {
    width: 62%;
    margin-left: 14px;
  }
}

.p-index__sec9__content .flex .flex__right p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .p-index__sec9__content .flex .flex__right p {
    font-size: 20px;
    line-height: 28px;
  }
}

.p-index__sec9__content .flex .flex__right .mb24 {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .p-index__sec9__content .flex .flex__right .mb24 {
    margin-bottom: 24px;
  }
}
/*# sourceMappingURL=style.css.map */