@charset "UTF-8";
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, dialog, figure, footer, header,
hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.4;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

section, article, aside, main, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ol {
  list-style-type: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

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 #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

input[type=text], input[type=tel], input[type=email], input[type=radio], input[type=submit], button, textarea, select {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:after, *:before {
  font-family: inherit;
  color: inherit;
}

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

a:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 756px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.all_wrapper {
  overflow: hidden;
}

.pc_br {
  display: block;
}
@media (max-width: 756px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 756px) {
  .sp_br {
    display: block;
  }
}

.eg_ttl {
  font-size: 5.6rem;
  color: #FF2805;
}
@media (max-width: 756px) {
  .eg_ttl {
    font-size: 3.2rem;
  }
}

.jp_ttl {
  text-align: center;
}
@media (max-width: 756px) {
  .jp_ttl {
    font-size: 1.5rem;
  }
}

.sec_ttl {
  text-align: center;
}

.top_margin {
  margin-top: 100px;
}
@media (max-width: 756px) {
  .top_margin {
    margin-top: 72px;
  }
}

.sp_img {
  display: none;
}
@media (max-width: 756px) {
  .sp_img {
    display: block;
    margin-bottom: 20px;
  }
}

.pc_img {
  display: block;
}
@media (max-width: 756px) {
  .pc_img {
    display: none;
  }
}

.lowerpage_top_margin {
  margin-top: 130px;
}
@media (max-width: 756px) {
  .lowerpage_top_margin {
    margin-top: 72px;
  }
}

.header {
  height: 70px;
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
@media (max-width: 756px) {
  .header {
    height: 60px;
  }
}
.header .header_innner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 756px) {
  .header .header_innner {
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .header .header_innner {
    padding: 20px 10px 10px 10px;
  }
}
.header .gnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 756px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav a {
  color: #333;
}
.header .gnav li {
  text-align: center;
}
.header .gnav li:last-child {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2vw;
}
.header .gnav li:last-child a {
  display: block;
  color: #fff;
  background-color: #FF2805;
  height: 70px;
  padding: 0 20px;
}
.header .gnav li p {
  font-size: 1.1vw;
}

.globalMenuSp {
  display: none;
}

.hamburger {
  display: none;
}

.header h1 {
  padding-left: 45px;
  width: 30%;
}
@media (max-width: 756px) {
  .header h1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .header h1 img {
    width: 60%;
  }
}

.fa-solid {
  color: #fff;
  font-size: 1.6vw;
  display: block;
}

@media (max-width: 756px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 8px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
  }
  /* このクラスを、jQueryで付与・削除する */
}
@media (max-width: 756px) and (max-width: 756px) {
  nav.globalMenuSp ul {
    margin: 70px auto;
  }
}
@media (max-width: 756px) {
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 756px) {
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 756px) {
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
}
@media (max-width: 756px) {
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
  }
}
@media (max-width: 756px) {
  nav.globalMenuSp.active {
    transform: translateX(0%);
    height: 100vh;
  }
}
@media (max-width: 756px) {
  .globalMenuSp {
    display: block;
  }
}
@media (max-width: 756px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 756px) {
  .globalMenuSp p {
    font-size: 1.4rem;
  }
}
@media (max-width: 756px) {
  .globalMenuSp span {
    color: #A80000;
    display: block;
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
.globalMenuSp_contact {
  background-color: #A80000;
  color: #fff;
  display: inline-block;
  width: 60%;
  padding: 15px 0;
}

.header.minimum {
  height: 80px;
  background-color: rgb(255, 255, 255);
  padding: 15px 10px 0 0;
}

.header.minimum .gnav li p {
  font-size: 1.4rem;
}

.header.minimum .gnav li span {
  font-size: 1.2rem;
}

.header.minimum .fa-solid {
  display: none;
}

.header.minimum .gnav li:last-child {
  height: auto;
  background-color: #fff;
  padding: 0;
}
.header.minimum .gnav li:last-child a {
  color: #FF2805;
}

.mv {
  position: relative;
  z-index: -1;
}
@media (max-width: 756px) {
  .mv img {
    height: 750px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 21%;
       object-position: 21%;
  }
}

.mv_textarea {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media (max-width: 756px) {
  .mv_textarea {
    top: 55%;
    right: 0%;
    left: 0;
    transform: translate(0%, 0%);
    padding-left: 20px;
    /* text-align: right; */
    padding-right: 20px;
  }
}
.mv_textarea .mv_textarea_text01 {
  font-size: 3.6rem;
  background-color: #FF2805;
  color: #fff;
  padding: 10px;
  text-align: center;
}
@media (max-width: 756px) {
  .mv_textarea .mv_textarea_text01 {
    display: inline-block;
    font-size: 1.4rem;
  }
}
.mv_textarea .mv_textarea_ttl {
  font-size: 6rem;
  color: #fff;
}
@media (max-width: 756px) {
  .mv_textarea .mv_textarea_ttl {
    font-size: 3.2rem;
  }
}
.mv_textarea .mv_textarea_ttl .mv_textarea_small_ttl {
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 756px) {
  .mv_textarea .mv_textarea_ttl .mv_textarea_small_ttl {
    font-size: 2.4rem;
  }
}
.mv_textarea .mv_sub_textarea {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 756px) {
  .mv_textarea .mv_sub_textarea {
    position: relative;
  }
}
.mv_textarea .mv_sub_textarea .mv_sub_textarea_self p, .mv_textarea .mv_sub_textarea .mv_sub_textarea_social p {
  color: #fff;
  font-size: 5.2rem;
  margin-bottom: 16px;
}
@media (max-width: 756px) {
  .mv_textarea .mv_sub_textarea .mv_sub_textarea_self p, .mv_textarea .mv_sub_textarea .mv_sub_textarea_social p {
    font-size: 2.4rem;
  }
}
.mv_textarea .mv_sub_textarea .mv_sub_textarea_self .self_colour, .mv_textarea .mv_sub_textarea .mv_sub_textarea_social .self_colour {
  font-size: 2rem;
  background-color: #FF2805;
  color: #fff;
  padding: 10px;
}
@media (max-width: 756px) {
  .mv_textarea .mv_sub_textarea .mv_sub_textarea_self .self_colour, .mv_textarea .mv_sub_textarea .mv_sub_textarea_social .self_colour {
    font-size: 1.4rem;
  }
}

.plus_area {
  padding-top: 20px;
}
@media (max-width: 756px) {
  .plus_area {
    position: absolute;
    left: 35%;
    padding-top: 0;
  }
}

.plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 50px;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
@media (max-width: 756px) {
  .plus {
    width: 30px;
  }
}
.plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.banner_sec {
  margin-top: -30px;
}

.banner_sec_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 756px) {
  .banner_sec_list {
    display: block;
  }
}
.banner_sec_list li {
  border: 3px solid #FF2805;
  width: 45%;
  line-height: 0;
  background: #fff;
}
@media (max-width: 756px) {
  .banner_sec_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner_sec_list li:last-child {
    margin-bottom: 0;
  }
}
.banner_sec_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_sec_list li a h3 {
  color: #FF2805;
  padding-left: 20px;
  line-height: 1.2;
  font-size: 2.6rem;
}
@media (max-width: 756px) {
  .banner_sec_list li a h3 {
    font-size: 2rem;
  }
}
.banner_sec_list li a h3 .banner_sec_smallitem {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 12px;
}
.banner_sec_list li a figure {
  width: 30%;
}

.explanation_sec_box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 756px) {
  .explanation_sec_box {
    display: block;
  }
}
.explanation_sec_box .explanation_sec_box_textarea {
  width: 68%;
  margin-right: 2%;
}
@media (max-width: 756px) {
  .explanation_sec_box .explanation_sec_box_textarea {
    width: 100%;
    margin-right: 0;
  }
}
.explanation_sec_box .explanation_sec_box_textarea h3 {
  font-size: 2.4rem;
  padding-bottom: 12px;
  border-bottom: 3px solid #FF2805;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 756px) {
  .explanation_sec_box .explanation_sec_box_textarea h3 {
    font-size: 2rem;
  }
}
.explanation_sec_box .explanation_sec_box_textarea h4 {
  color: #FF2805;
  font-size: 2.4rem;
  margin-bottom: 16px;
}
@media (max-width: 756px) {
  .explanation_sec_box .explanation_sec_box_textarea h4 {
    font-size: 2rem;
  }
}
.explanation_sec_box .explanation_sec_box_textarea h4 .bigtext {
  font-size: 3.2rem;
}
@media (max-width: 756px) {
  .explanation_sec_box .explanation_sec_box_textarea h4 .bigtext {
    font-size: 2.6rem;
  }
}
.explanation_sec_box .explanation_sec_box_textarea p {
  line-height: 2;
}
@media (max-width: 756px) {
  .explanation_sec_box .explanation_sec_box_textarea p {
    font-size: 1.4rem;
  }
}
.explanation_sec_box .explanation_sec_box_imgarea {
  width: 30%;
  line-height: 0;
}
.explanation_sec_box .explanation_sec_box_imgarea img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 520px;
}

.explanation_sec_box_check {
  background-color: #FF2805;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 15px 0;
}
@media (max-width: 756px) {
  .explanation_sec_box_check {
    font-size: 1.4rem;
    margin: 20px 0;
  }
}

.fa-check-square:before, .fa-square-check:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

@media (max-width: 756px) {
  .explanation_sec_list {
    font-size: 1.4rem;
  }
}
.explanation_sec_list li {
  margin-bottom: 10px;
}
.explanation_sec_list li:last-child {
  margin-bottom: 0;
}

.explanation_sec_training_box {
  border: 3px solid #FF2805;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 756px) {
  .explanation_sec_training_box {
    margin-top: 20px;
  }
}
.explanation_sec_training_box p {
  font-size: 2.1rem;
  margin-bottom: 8px;
}
@media (max-width: 756px) {
  .explanation_sec_training_box p {
    font-size: 2rem;
  }
}
.explanation_sec_training_box p .training_box_colourtext {
  color: #FF2805;
}
.explanation_sec_training_box .training_box_bigcolour_text {
  font-size: 3.2rem;
  color: #FF2805;
}
@media (max-width: 756px) {
  .explanation_sec_training_box .training_box_bigcolour_text {
    font-size: 2rem;
  }
}

.menu_sec {
  position: relative;
  padding-bottom: 75px;
}
@media (max-width: 756px) {
  .menu_sec {
    padding-bottom: 0px;
  }
}
.menu_sec::after {
  content: "";
  width: 100%;
  height: 70vh;
  background: #EDEDED;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
}
@media (max-width: 756px) {
  .menu_sec::after {
    height: 100%;
  }
}

.menu_sec_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 756px) {
  .menu_sec_list {
    display: block;
    margin-top: 40px;
  }
}
.menu_sec_list li {
  width: 23%;
  margin-right: 2%;
  background-color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 756px) {
  .menu_sec_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}
p .menu_sec_list li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.menu_sec_list li p {
  color: #333;
  padding: 5px 10px;
}
@media (max-width: 756px) {
  .menu_sec_list li p {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.menu_sec_list li .menu_sec_list_morebtn {
  font-size: 1.4rem;
  padding: 3px 8px;
  border: 1px solid #FF2805;
  display: block;
  border-radius: 50px;
  margin-top: 10px;
  width: 50%;
  margin-left: auto;
  margin-right: 10px;
  text-align: center;
}
@media (max-width: 756px) {
  .menu_sec_list li .menu_sec_list_morebtn {
    margin: 10px auto;
  }
}
.menu_sec_list li .menu_sec_list_morebtn a {
  color: #FF2805;
}

.news_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 756px) {
  .news_list {
    display: block;
    margin-top: 24px;
  }
}
.news_list li {
  width: 23%;
  margin-right: 2%;
}
@media (max-width: 756px) {
  .news_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.news_list li :last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.news_list li a {
  color: #333333;
}
.news_list li .news_ttl {
  font-size: 1.8rem;
  margin: 10px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #FF2805;
}
@media (max-width: 756px) {
  .news_list li .news_ttl {
    font-size: 1.6rem;
  }
}
.news_list li .news_body {
  margin-bottom: 15px;
}
@media (max-width: 756px) {
  .news_list li .news_body {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.news_list li .news_btn {
  font-size: 1.4rem;
  text-align: center;
  color: #FF2805;
  margin: 0 auto;
  width: 50%;
  padding: 5px;
  border: 1px solid #FF2805;
  border-radius: 50px;
}
@media (max-width: 756px) {
  .news_list li img {
    width: 100%;
  }
}

.contact_sec {
  margin-top: 130px;
  background-color: #fff;
}
@media (max-width: 756px) {
  .contact_sec {
    margin-top: 72px;
  }
}

.fa-regular, .far {
  font-weight: 900;
  margin-right: 10px;
}

.contact_list {
  display: flex;
  justify-content: center;
  margin: 65px 0;
}
@media (max-width: 756px) {
  .contact_list {
    display: block;
    margin: 32px 0;
  }
}
.contact_list .list_item {
  width: 48%;
  margin-right: 4%;
}
@media (max-width: 756px) {
  .contact_list .list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact_list .list_item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.contact_list .list_item a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
}
@media (max-width: 756px) {
  .contact_list .list_item a {
    font-size: 2rem;
  }
}

.red_list_item a {
  color: #FF2805;
  border: 1px solid #FF2805;
}

.black_list_item a {
  color: #000000;
  border: 1px solid #000000;
}

.mail_box a {
  background-color: #FF2805;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 3.6rem;
  color: #fff;
}
@media (max-width: 756px) {
  .mail_box a {
    font-size: 1.6rem;
  }
}

.fa-envelope:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  margin-right: 10px;
}

.contact_box {
  padding: 50px 150px;
  background-color: #fff;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 756px) {
  .contact_box {
    padding: 50px 10px;
  }
}

.footer {
  background-color: #FF2805;
  padding-bottom: 30px;
  margin-top: -50px;
}
.footer .footer_box {
  text-align: center;
  padding-top: 100px;
}
.footer .footer_box p {
  color: #fff;
}
@media (max-width: 756px) {
  .footer .footer_box p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.footer .copy {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 756px) {
  .footer .copy {
    font-size: 1rem;
  }
}

.contents_bg {
  background-size: cover;
  height: 430px;
}

.page-id-30 .contents_bg {
  background-image: url(../img/mentalmanagement/mv.jpg);
}

.contents {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  height: 430px;
}

.contents h1 {
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.training_bg {
  background-image: url(../img/training/mv.jpg);
  background-position: center;
}
@media (max-width: 756px) {
  .training_bg {
    background-position: 30%;
  }
}

.training_top_sec_media {
  display: flex;
}
@media (max-width: 756px) {
  .training_top_sec_media {
    display: block;
  }
}
.training_top_sec_media h2 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 2px solid #FF2805;
}
@media (max-width: 756px) {
  .training_top_sec_media h2 {
    margin-bottom: 40px;
  }
}
.training_top_sec_media h4 {
  font-size: 2rem;
  color: #FF2805;
  margin-bottom: 16px;
}
@media (max-width: 756px) {
  .training_top_sec_media h4 {
    font-size: 1.6rem;
  }
}
.training_top_sec_media .training_media_textarea {
  width: 55%;
  margin-right: 5%;
}
.training_top_sec_media .training_media_textarea p {
  line-height: 1.6;
}
@media (max-width: 756px) {
  .training_top_sec_media .training_media_textarea {
    width: 100%;
    margin-right: 0;
  }
}
.training_top_sec_media .training_media_textarea .training_media_text {
  margin-bottom: 40px;
  line-height: 2;
}
@media (max-width: 756px) {
  .training_top_sec_media .training_media_textarea .training_media_text {
    font-size: 1.4rem;
  }
}
.training_top_sec_media .training_media_imgarea {
  width: 40%;
}

.link_area {
  margin-top: 100px;
}
@media (max-width: 756px) {
  .link_area {
    margin-top: 72px;
  }
}

.link_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 756px) {
  .link_list {
    display: block;
  }
}
.link_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media (max-width: 756px) {
  .link_list li {
    width: 100%;
    margin-right: 0;
  }
}
.link_list li:last-child {
  margin-right: 0;
}
@media (max-width: 756px) {
  .link_list li:last-child {
    margin-bottom: 0;
  }
}
.link_list li a {
  display: block;
  background-color: #FF2805;
  color: #fff;
  text-align: center;
  padding: 20px;
}
@media (max-width: 756px) {
  .link_list li a {
    padding: 12px;
  }
}
.link_list li a p {
  font-size: 2.8rem;
}
@media (max-width: 756px) {
  .link_list li a p {
    font-size: 2rem;
  }
}

.fa-caret-down:before {
  font-size: 3.8rem;
}
@media (max-width: 756px) {
  .fa-caret-down:before {
    font-size: 2rem;
  }
}

.skill_sec_ttl {
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 0;
  margin-bottom: 40px;
  border-top: 1px solid #FF2805;
  border-bottom: 1px solid #FF2805;
}
@media (max-width: 756px) {
  .skill_sec_ttl {
    font-size: 1.8rem;
  }
}

.skill_sec_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 756px) {
  .skill_sec_box {
    display: block;
  }
}
.skill_sec_box .oll_box {
  background-color: #EDEDED;
  padding: 20px;
  max-width: 80%;
  margin: 0 auto 30px;
  position: relative;
}
.skill_sec_box .oll_box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  border-left: 3px solid #333;
  border-top: 3px solid #333;
}
.skill_sec_box .oll_box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
}
.skill_sec_box .oll_box h4 {
  text-align: center;
  font-size: 3rem;
  margin: 20px auto;
}
.skill_sec_box .oll_box p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.skill_sec_box .oll_box p.footer_txt {
  text-align: right;
  margin-top: 20px;
}
.skill_sec_box .oll_box02 {
  background-image: url(../img/training/bk.jpg);
  border-radius: 40px;
  padding: 20px 40px;
  max-width: 80%;
  margin: 0 auto;
}
.skill_sec_box .oll_box02 h4 {
  text-align: center;
  font-size: 3rem;
  margin: 20px auto;
}
.skill_sec_box .oll_box02 p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.skill_sec_box .oll_box02 p.footer_txt {
  text-align: right;
  margin-top: 20px;
}
.skill_sec_box .table {
  width: 100%;
}
.skill_sec_box .table table {
  width: 100%;
}
.skill_sec_box .table table th {
  background-color: #FF2805;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.skill_sec_box .table table td {
  padding: 10px;
  border: 1px solid #707070;
}
.skill_sec_box .skill_sec_box_ullisttarea {
  width: 55%;
  margin-right: 5%;
}
@media (max-width: 756px) {
  .skill_sec_box .skill_sec_box_ullisttarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.skill_sec_box .skill_sec_box_ullisttarea h4 {
  color: #FF2805;
  margin-bottom: 32px;
}
.skill_sec_box .skill_sec_box_ullisttarea h4.tenryu {
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (max-width: 756px) {
  .skill_sec_box .skill_sec_box_ullisttarea h4 {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.skill_sec_box .skill_sec_box_ullisttarea .new_txtbox {
  line-height: 1.5;
  margin-bottom: 20px;
}
.skill_sec_box .skill_sec_box_ullisttarea li {
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 10px;
}
@media (max-width: 756px) {
  .skill_sec_box .skill_sec_box_ullisttarea li {
    font-size: 1.4rem;
  }
}
.skill_sec_box .skill_sec_box_ullisttarea li::before {
  content: "・";
  margin-left: -1em;
  width: 1em;
}
.skill_sec_box .skill_sec_box_ullisttarea li .extra {
  font-size: 1.4rem;
}
.skill_sec_box .skill_sec_box_ollisttarea {
  width: 100%;
  padding: 20px 10px 25px;
  background-color: #FF2805;
  color: #fff;
}
@media (max-width: 756px) {
  .skill_sec_box .skill_sec_box_ollisttarea {
    width: 100%;
  }
}
.skill_sec_box .skill_sec_box_ollisttarea p {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 756px) {
  .skill_sec_box .skill_sec_box_ollisttarea p {
    font-size: 1.6rem;
  }
}
.skill_sec_box .skill_sec_box_ollisttarea li {
  font-size: 1.6rem;
  line-height: 2;
  counter-increment: cnt;
}
@media (max-width: 756px) {
  .skill_sec_box .skill_sec_box_ollisttarea li {
    font-size: 1.4rem;
  }
}
.skill_sec_box .skill_sec_box_ollisttarea li::before {
  content: " " counter(cnt) ".";
  margin-left: 1em;
  width: 1em;
}

.skill_sec_box_text {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 756px) {
  .skill_sec_box_text {
    font-size: 1.4rem;
  }
}

.single_box_wapper {
  margin: 100px 0 0;
}
.single_box_wapper h2 {
  text-align: center;
  border-bottom: 2px solid #FF2805;
  padding: 0 0 20px 0;
}
.single_box_wapper .single_box {
  margin: 30px 0 0;
}

.post-template-default .footer {
  margin-top: 100px;
}

.column_box_top_list {
  margin: 100px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 756px) {
  .column_box_top_list {
    margin: 30px 0 0 0;
    justify-content: space-between;
  }
}
.column_box_top_list li {
  padding: 30px 10px;
  width: 31%;
  margin: 0 1%;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 756px) {
  .column_box_top_list li {
    width: 46%;
    margin: 0 1% 30px;
  }
}
.column_box_top_list li a {
  color: #333;
}
.column_box_top_list li a .voice {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: -10px;
  background-color: #FF2805;
  padding: 3px 5px;
  margin-bottom: 50px;
}
.column_box_top_list li a .column_list_date {
  color: #ccc;
  display: block;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 300;
}

.btn {
  margin-top: 30px;
}
.btn a {
  display: block;
  max-width: 300px;
  font-size: 1.4rem;
  padding: 3px 8px;
  border: 1px solid #FF2805;
  display: block;
  border-radius: 50px;
  margin-top: 10px;
  width: 50%;
  text-align: center;
  color: #FF2805;
}

.many {
  display: flex;
}
.many li:nth-child(1) {
  margin-right: 20px;
}
.many li:nth-child(1)::before {
  content: "●";
  color: #FF2805;
}

.many_note {
  margin-top: 20px;
  font-size: 1.4rem;
}

.contact {
  max-width: 1000px;
  margin: 100px auto;
}
.contact table {
  width: 100%;
}
.contact table th {
  padding: 10px;
  background-color: #FF2805;
  color: #fff;
  border: 1px solid #fff;
}
.contact table td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ccc;
}
.contact table td input {
  border: 1px solid #ccc;
}
.contact table td textarea {
  border: 1px solid #ccc;
}
.contact .submit {
  margin-top: 30px;
}
.contact .submit p {
  text-align: center;
}
.contact .submit p input {
  background-color: #FF2805;
  color: #fff;
  padding: 20px 100px;
  border-radius: 20px;
}

.learning_list {
  margin-bottom: 30px;
}
.learning_list li {
  line-height: 1.5;
}

.new_txt_list {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.new_txt_list span {
  color: #FF2805;
}

.skill_sec_ttl span {
  display: block;
  font-size: 1.6rem;
}

.skill_sec_box .skill_sec_box_ullisttarea li h5 {
  display: inline-block;
  color: #FF2805;
}/*# sourceMappingURL=style.css.map */