@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");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&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;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: "Noto Sans JP", sans-serif !important;
}

html,
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3",
    "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif,
    Helvetica, Helvetica Neue, Arial, Verdana !important;
  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;
}

.font_arial {
  font-family: "Arial", "メイリオ";
}

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

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 990px;
  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;
  appearance: button;
  border: none;
  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: 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;
}

.lp {
  width: 100vw;
  overflow-x: hidden;
}

html {
  width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    width: auto;
  }
}

.pc {
  display: none;
}
@media (min-width: 1200px) {
  .pc {
    display: block;
  }
}

.tab {
  display: none;
}
@media (min-width: 766px) {
  .tab {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 766px) {
  .sp {
    display: none;
  }
}

.lp header {
  min-width: 0 !important;
  width: 100vw;
}
@media (min-width: 992px) {
  .lp header {
    min-width: 1010px !important;
  }
}
.lp header h1 {
  padding-left: 0;
}
@media (min-width: 992px) {
  .lp header h1 {
    padding-left: 40px;
  }
}
.lp header h1 a {
  left: 10px;
}
@media (min-width: 992px) {
  .lp header h1 a {
    left: 40px;
  }
}
.lp header h1 a img {
  width: 200px;
}
@media (min-width: 992px) {
  .lp header h1 a img {
    width: 246px;
  }
}

.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;
    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: 1281px) {
  .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: 1281px) {
  .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: "";
}

.lp footer {
  min-width: 0;
}
@media (min-width: 1200px) {
  .lp footer {
    min-width: 1300px;
  }
}
.lp footer .w1000 {
  width: calc(100vw - 30px) !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .lp footer .w1000 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .lp footer .w1000 {
    width: 1000px !important;
  }
}
.lp footer .w1000 .logo {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .lp footer .w1000 .logo {
    padding-bottom: 0;
  }
}
.lp footer .w1000 .inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .lp footer .w1000 .inner {
    display: table-cell;
    width: 748px;
  }
}
.lp footer .w1000 .inner ul {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .lp footer .w1000 .inner ul {
    padding-bottom: 0;
  }
}
.lp footer .w1000 .inner .bdr {
  display: none;
}
@media (min-width: 992px) {
  .lp footer .w1000 .inner .bdr {
    display: table-cell;
  }
}
.lp footer .w1000 .f_box .copyright {
  width: max-content;
}
@media (min-width: 992px) {
  .lp footer .w1000 .f_box .copyright {
    width: 40%;
  }
}
.lp footer .w1000 .f_box .rightBox {
  padding-right: 40px;
}
@media (min-width: 992px) {
  .lp footer .w1000 .f_box .rightBox {
    padding-right: 0;
  }
}
.lp footer #pagetop {
  margin-left: 84vw;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}
@media (min-width: 768px) {
  .lp footer #pagetop {
    margin-left: 92vw;
  }
}
@media (min-width: 992px) {
  .lp footer #pagetop {
    margin-left: 1096px;
  }
}

.o-border.is-introduction {
  width: 96%;
  max-width: 1375px;
  border: solid 5px #ff0000;
  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 {
  border-bottom: solid 1px #c00000;
  font-size: 24px;
}
.o-title p {
  font-size: inherit;
}
@media (min-width: 768px) {
  .o-title {
    display: flex;
  }
}
.o-title p:nth-child(1) {
  text-align: center;
  padding: 10px 0;
  border-top: solid 5px #c00000;
  position: relative;
  color: #c00000;
}
@media (min-width: 768px) {
  .o-title p:nth-child(1) {
    width: 300px;
  }
  .o-title p:nth-child(1):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #e69999;
    transform: rotate(30deg);
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
  }
}
.o-title p:nth-child(2) {
  text-align: center;
  color: #c00000;
  font-weight: 600;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .o-title p:nth-child(2) {
    flex: 1;
    text-align: left;
    border-top: solid 5px #e69999;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .o-title p:nth-child(2) {
    padding-left: 60px;
  }
}

.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-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: #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%;
  padding: 10px 17px 13px;
  background-color: #ffffff;
  box-shadow: 0px 6px 8px 0px rgba(9, 10, 11, 0.3);
}
@media (min-width: 768px) {
  .o-form {
    display: flex;
    padding: 34px 40px 15px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgb(255, 255, 255) 20px);
  }
}
.o-form form {
  width: 100%;
}
.o-form form .detail__flex {
  width: 100%;
}
@media (min-width: 768px) {
  .o-form form .detail__flex {
    display: flex;
  }
}
.o-form form .detail__flex .detail {
  width: 100%;
  height: 48px;
  margin: 0 0 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail {
    display: block;
    width: 25%;
    padding: 0 15px;
    height: auto;
    margin: 0;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .o-form form .detail__flex .detail {
    width: 236px;
  }
}
.o-form form .detail__flex .detail .center {
  height: 37px;
  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: flex-start;
  flex-shrink: 0;
  width: 95px;
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail .center {
    justify-content: center;
    width: auto;
  }
}
.o-form form .detail__flex .detail .center img {
  max-width: 26px;
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail .center img {
    max-width: 30px;
  }
}
.o-form form .detail__flex .detail .center p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail .center p {
    font-weight: 600;
    font-size: 19px;
  }
}
.o-form form .detail__flex .detail .center p:nth-child(1) {
  margin-right: 10px;
}
.o-form form .detail__flex .detail .center p:nth-child(2) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail .center p:nth-child(2) {
    margin-right: 40px;
  }
}
.o-form form .detail__flex .detail select {
  width: 100%;
  color: rgb(153, 153, 153);
  border-color: transparent !important;
  background: none !important;
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail select {
    color: rgb(153, 153, 153);
    border-color: rgb(204, 204, 204) !important;
    background: url(/img/rn/select-box-arrow_off.png) right center no-repeat rgb(255, 255, 255) !important;
    width: auto !important;
  }
}
.o-form form .detail__flex .detail input {
  width: 100%;
  background: none !important;
  border-color: transparent !important;
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail input {
    max-width: 150px;
    border-color: rgb(204, 204, 204) !important;
    background: url(/img/rn/select-box-icon01_off.gif) right center no-repeat rgb(255, 255, 255) !important;
  }
}
.o-form form .detail__flex .detail select#departure,
.o-form form .detail__flex .detail select#arrival {
  width: 100% !important;
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail select#departure,
  .o-form form .detail__flex .detail select#arrival {
    max-width: 200px !important;
  }
}
@media (min-width: 768px) {
  .o-form form .detail__flex .detail:not(:last-child) {
    border-right: solid 1px #dadada;
  }
}
.o-form form .submit__btn {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 32px auto 0;
  background-color: #c00000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .o-form form .submit__btn {
    font-size: 20px;
  }
}
.js-switch {
  position: absolute;
  z-index: 10;
  right: 17px;
  top: 36px;
}
@media (min-width: 768px) {
  .js-switch {
    right: initial;
    left: calc(25% - 2px);
    top: 33px;
    transform: rotate(90deg);
    cursor: pointer;
  }
}
.js-switch img {
  height: 42px;
  width: 42px;
}

.p-jal {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-jal {
    margin-top: 50px;
  }
}
.p-jal__nav {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .p-jal__nav {
    display: none;
  }
}
.p-jal__nav ul li a {
  font-weight: bold;
  display: block;
  padding: 18px 0;
  margin-top: 16px;
  width: 100%;
  font-size: 14px;
  background-image: url(../images/ico_nav.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 10px;
  border-bottom: 1px solid #c00000;
  letter-spacing: 0;
  color: #c00000;
}
.p-jal__nav ul li a span {
  padding-right: 5px;
}
.p-jal__mv {
  width: 100%;
  background-image: url(../images/mv_sp.png);
  min-height: 200px;
  background-size: cover;
  background-position: 64%;
  position: relative;
}
@media (min-width: 768px) {
  .p-jal__mv {
    min-height: 400px;
    background-position: center;
  }
}
@media (min-width: 1281px) {
  .p-jal__mv {
    background-image: url(../images/mv.png);
    background-size: cover;
    background-position: center;
  }
}
.p-jal__mv img {
  position: absolute;
  height: 40px;
  right: 10px;
  top: 70px;
}
@media (min-width: 768px) {
  .p-jal__mv img {
    height: 90px;
    right: 30px;
  }
}
.p-jal__sec1 {
  width: 100%;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .p-jal__sec1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
  }
}
.p-jal__sec1__text {
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .p-jal__sec1__text {
    font-size: 17px;
  }
}
.p-jal__sec1__image {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-jal__sec1__image {
    margin-bottom: 0;
    width: 428px;
  }
}
.p-jal__sec2 {
  display: block;
  margin-top: 40px;
}
.p-jal__sec2 .is-text {
  max-width: 755px;
  margin: 5px auto 0;
  text-align: right;
  font-size: 14px;
}
.p-jal__sec2 table {
  width: 100%;
  display: table;
  max-width: 755px;
  margin: 0 auto;
  border: solid 1px #c00000;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-jal__sec2 table {
    border-bottom-width: 3px;
    border: solid 1px #f2cccc;
    margin-bottom: 0;
  }
}
.p-jal__sec2 table tr th {
  padding: 10px 18px;
  background-color: #f2cccc;
  color: #c00000;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  width: 44%;
  border-right: solid 1px #c00000;
  border-bottom: solid 1px #c00000;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-jal__sec2 table tr th {
    padding: 10px 15px;
    text-align: center;
    line-height: 16px;
    border-right: solid 1px #faebeb;
    border-bottom: none;
    width: auto;
  }
}
.p-jal__sec2 table tr th:last-child {
  border-right: 0px;
}
.p-jal__sec2 table tr td {
  padding: 10px 18px;
  border: solid 1px #c00000;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  .p-jal__sec2 table tr td {
    text-align: left;
    padding: 10px 10px;
    border: solid 1px #f2cccc;
  }
}
.p-jal__sec2 table tr td:nth-child(5) {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.p-jal__sec2 .js-fare {
  width: 100%;
  padding: 17px 9px;
  background-color: #f2cccc;
  color: #c00000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  background-image: url(../images/ico_plus.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: calc(100% - 9px) center;
}
.p-jal__sec2 .js-fare.is-open {
  background-image: url(../images/ico_minus.svg);
}
.p-jal__sec2 .js-fare-target {
  margin-bottom: 10px;
  display: none;
}
.p-jal__sec3 {
  width: 100%;
  max-width: 770px;
  margin: 32px auto 0;
}
.p-jal__sec3__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-jal__sec3__text .f600 {
  font-weight: 600;
}
.p-jal__sec3__text .f_14 {
  font-size: 14px;
}
.p-jal__sec3__text .border {
  padding-bottom: 5px;
  border-bottom: solid 1px #000000;
}
.p-jal__sec3__text .c_red {
  color: #c00000;
}
.p-jal__sec3__text.is-back {
  background-color: #fdf7f7;
  border: solid 1px #f2cccc;
  padding: 15px 30px;
  margin: 25px auto 0;
}
@media (min-width: 768px) {
  .p-jal__sec3__text.is-back {
    padding: 24px 50px;
  }
}
.p-jal__sec3-bottom {
  width: 100%;
  max-width: 990px;
  margin: 32px auto 20px;
}
@media (min-width: 768px) {
  .p-jal__sec3-bottom {
    display: flex;
    justify-content: space-between;
  }
}
.p-jal__sec3-bottom__detail {
  width: 100%;
}
@media (min-width: 768px) {
  .p-jal__sec3-bottom__detail {
    width: 45%;
  }
}
.p-jal__sec3-bottom__detail:first-child {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-jal__sec3-bottom__detail:first-child {
    width: 50%;
    margin-bottom: 0;
  }
}
.p-jal__sec3-bottom__detail .title {
  width: 100%;
  border: solid 2px #c00000;
  background-color: #ffffff;
  font-size: 18px;
  color: #c00000;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 24px;
  border-radius: 20px;
}
.p-jal__sec3-bottom__detail .image {
  text-align: center;
}
.p-jal__sec4-table {
  margin: 40px auto 0;
  width: 100%;
  max-width: 770px;
  border: solid 1px #f2cccc;
}
.p-jal__sec4-table tr th {
  border-bottom: solid 1px #ffffff;
  padding: 13px 0;
  text-align: center;
  vertical-align: middle;
  color: #c00000;
  background-color: #f2cccc;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-jal__sec4-table tr th {
    padding: 13px 24px 13px;
    text-align: left;
    display: table-cell;
    max-width: 120px;
    font-size: 16px;
  }
}
.p-jal__sec4-table tr td {
  border-bottom: solid 1px #f2cccc;
  padding: 13px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  color: #000000;
  display: block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-jal__sec4-table tr td {
    padding: 13px 0 13px 24px;
    text-align: left;
    display: table-cell;
    font-size: 16px;
  }
}
.p-jal__sec4-text {
  width: 100%;
  max-width: 770px;
  margin: 32px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}
.p-jal__sec4-text .f600 {
  font-weight: 600;
}
.p-jal__sec4-text .c_red {
  color: #c00000;
}
.p-jal__sec4-text .f_14 {
  font-size: 14px;
}
.p-jal__sec4-text .c_orange {
  color: #e16a12;
}
@media (min-width: 768px) {
  .p-jal__sec4-text__flex {
    display: flex;
  }
}
.p-jal__sec4-text__flex p:nth-child(1) {
  width: 270px;
}
.p-jal__sec5__title {
  font-size: 16px;
  line-height: 1.8;
  color: #c00000;
  font-weight: 600;
  width: 100%;
  max-width: 920px;
  margin: 24px auto 0;
  display: flex;
  align-items: flex-start;
}
.p-jal__sec5__title .logo {
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .p-jal__sec5__title .logo {
    text-align: left;
    width: 35px;
  }
}
.p-jal__sec5__title .text {
  flex: 1;
}
.p-jal__sec5__answer {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  width: 100%;
  max-width: 920px;
  margin: 4px auto 0;
  display: flex;
  align-items: flex-start;
}
.p-jal__sec5__answer .logo {
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .p-jal__sec5__answer .logo {
    text-align: left;
    width: 35px;
  }
}
.p-jal__sec5__answer .text {
  flex: 1;
}
.p-jal__sec5__answer .text .is-red {
  color: #c00000;
}
.p-jal__sec5__answer .text .back {
  background-color: #fdf7f7;
  padding: 12px;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.p-jal__sec5__answer .text .back a {
  color: #000;
  font-weight: bold;
}
.p-jal__sec5__answer .text .back dt {
  font-weight: bold;
}
.p-jal__sec5__answer .text .back .is-text {
  margin-top: 10px;
}
.p-jal__sec6 {
  font-size: 14px;
  line-height: 1.8;
  margin: 32px auto 0;
  max-width: 990px;
}
@media (min-width: 768px) {
  .p-jal__sec6 {
    font-size: 16px;
  }
}
.p-jal__sec6__text {
  text-align: center;
  margin: 0 auto 30px;
}
.p-jal__sec6 a {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  background: #c00000;
  border-radius: 35px;
  padding: 12px;
  box-shadow: 0px 4px 5px 0px rgb(0, 38, 62);
}
.p-jal__sec7 {
  padding: 0 2%;
  margin-top: 32px;
}
.p-jal__sec7 p {
  font-size: 10px;
  text-align: center;
  color: #c00000;
}
@media (min-width: 768px) {
  .p-jal__sec7 p {
    font-size: 16px;
  }
} /*# sourceMappingURL=style_jal2.css.map */
