@charset "UTF-8";
/*-------------------- common --------------------*/
*,
*: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; }

/*---------- break point ----------*/
/*---------- html body ----------*/
html {
  scroll-padding-top: 140px;
  /* 固定ヘッダの高さ分 */ }
  @media all and (max-width: 767px) {
    html {
      font-size: 62.5%; } }

body {
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000; }
  @media all and (max-width: 767px) {
    body {
      font-size: 1.4rem;
      line-height: 1.8; } }

/*---------- color ----------*/
a {
  text-decoration: underline;
  transition: .3s; }
  a:link {
    color: #3d5d87; }
  a:visited {
    color: #3d5d87; }
  a:hover {
    color: #9d4531;
    transition: .3s; }
  a:active {
    color: #76161b; }

/*---------- common ----------*/
p,
ul,
li,
dt,
dd {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

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

@media all and (max-width: 767px) {
  .spNone {
    display: none !important; } }
@media all and (min-width: 768px) {
  .pcNone {
    display: none !important; } }
/*-------------------- text --------------------*/
.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.font_SS {
  font-size: 12px;
  line-height: 1.4; }
  @media all and (max-width: 767px) {
    .font_SS {
      font-size: 1.1rem; } }

.font_S {
  font-size: 14px;
  line-height: 1.4; }
  @media all and (max-width: 767px) {
    .font_S {
      font-size: 1.2rem; } }

.font_M {
  font-size: 18px;
  line-height: 1.4; }
  @media all and (max-width: 767px) {
    .font_M {
      font-size: 1.6rem; } }

.font_L {
  font-size: 22px;
  line-height: 1.4; }
  @media all and (max-width: 767px) {
    .font_L {
      font-size: 1.8rem; } }

.font_LL {
  font-size: 30px;
  line-height: 1.4; }
  @media all and (max-width: 767px) {
    .font_LL {
      font-size: 2.6rem; } }

.font_LLL {
  font-size: 40px;
  line-height: 1.4; }
  @media all and (max-width: 767px) {
    .font_LLL {
      font-size: 3.4rem; } }

/*-------------------- margin-top --------------------*/
.mgt_5 {
  margin-top: 5px !important; }

.mgt_10 {
  margin-top: 10px !important; }

.mgt_15 {
  margin-top: 15px !important; }

.mgt_20 {
  margin-top: 20px !important; }
  @media all and (max-width: 767px) {
    .mgt_20 {
      margin-top: 10px !important; } }

.mgt_30 {
  margin-top: 30px !important; }
  @media all and (max-width: 767px) {
    .mgt_30 {
      margin-top: 15px !important; } }

.mgt_40 {
  margin-top: 40px !important; }
  @media all and (max-width: 767px) {
    .mgt_40 {
      margin-top: 20px !important; } }

.mgt_50 {
  margin-top: 50px !important; }
  @media all and (max-width: 767px) {
    .mgt_50 {
      margin-top: 25px !important; } }

.mgt_60 {
  margin-top: 60px !important; }
  @media all and (max-width: 767px) {
    .mgt_60 {
      margin-top: 30px !important; } }

.mgt_70 {
  margin-top: 70px !important; }
  @media all and (max-width: 767px) {
    .mgt_70 {
      margin-top: 35px !important; } }

.mgt_80 {
  margin-top: 80px !important; }
  @media all and (max-width: 767px) {
    .mgt_80 {
      margin-top: 40px !important; } }

/*-------------------- margin-bottom --------------------*/
.mgb_5 {
  margin-bottom: 5px !important; }

.mgb_10 {
  margin-bottom: 10px !important; }

.mgb_15 {
  margin-bottom: 15px !important; }

.mgb_20 {
  margin-bottom: 20px !important; }
  @media all and (max-width: 767px) {
    .mgb_20 {
      margin-bottom: 10px !important; } }

.mgb_30 {
  margin-bottom: 30px !important; }
  @media all and (max-width: 767px) {
    .mgb_30 {
      margin-bottom: 15px !important; } }

.mgb_40 {
  margin-bottom: 40px !important; }
  @media all and (max-width: 767px) {
    .mgb_40 {
      margin-bottom: 20px !important; } }

.mgb_50 {
  margin-bottom: 50px !important; }
  @media all and (max-width: 767px) {
    .mgb_50 {
      margin-bottom: 25px !important; } }

.mgb_60 {
  margin-bottom: 60px !important; }
  @media all and (max-width: 767px) {
    .mgb_60 {
      margin-bottom: 30px !important; } }

.mgb_70 {
  margin-bottom: 70px !important; }
  @media all and (max-width: 767px) {
    .mgb_70 {
      margin-bottom: 35px !important; } }

.mgb_80 {
  margin-bottom: 80px !important; }
  @media all and (max-width: 767px) {
    .mgb_80 {
      margin-bottom: 40px !important; } }

.mgb_1em {
  margin-bottom: 1em !important; }

/*-------------------- width --------------------*/
.wide_pc10 {
  width: 10%; }

.wide_pc20 {
  width: 20%; }

.wide_pc30 {
  width: 30%; }

.wide_pc40 {
  width: 40%; }
  @media all and (max-width: 767px) {
    .wide_pc40 {
      width: 80%; } }

.wide_pc50 {
  width: 50%; }

.wide_pc60 {
  width: 60%; }
  @media all and (max-width: 767px) {
    .wide_pc60 {
      width: 100%; } }

.wide_pc70 {
  width: 70%; }
  @media all and (max-width: 767px) {
    .wide_pc70 {
      width: 100%; } }

.wide_pc80 {
  width: 80%; }
  @media all and (max-width: 767px) {
    .wide_pc80 {
      width: 100%; } }

.wide_pc90 {
  width: 90%; }
  @media all and (max-width: 767px) {
    .wide_pc90 {
      width: 100%; } }

.wide_pc100 {
  width: 100%; }

.wide_sp70 {
  width: 100%; }
  @media all and (max-width: 767px) {
    .wide_sp70 {
      width: 70%; } }

.wide_sp80 {
  width: 100%; }
  @media all and (max-width: 767px) {
    .wide_sp80 {
      width: 80%; } }

.wide_sp90 {
  width: 100%; }
  @media all and (max-width: 767px) {
    .wide_sp90 {
      width: 90%; } }

/*-------------------- link --------------------*/
p.txt_link a {
  text-decoration: none; }
  p.txt_link a::after {
    margin: 0 0 2px 0.25em;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3d5d87;
    border-right: 2px solid #3d5d87;
    transform: rotate(45deg); }
  p.txt_link a:hover::after {
    border-top: 2px solid #9d4531;
    border-right: 2px solid #9d4531; }

/*-------------------- header --------------------*/
.aiac_cont {
  /*ハンバーガーメニュー*/ }
  .aiac_cont .aiac_navi {
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002b62+0,002b62+100&1+0,0.9+50,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 43, 98, 0.95) 0%, rgba(0, 43, 98, 0.85) 60%, rgba(0, 43, 98, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 43, 98, 0.95) 0%, rgba(0, 43, 98, 0.85) 60%, rgba(0, 43, 98, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 43, 98, 0.95) 0%, rgba(0, 43, 98, 0.85) 60%, rgba(0, 43, 98, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002b62', endColorstr='#00002b62', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 9999;
    top: 63px;
    left: 0;
    transition: .3s; }
    @media all and (max-width: 1024px) {
      .aiac_cont .aiac_navi {
        top: 36px; } }
    @media all and (max-width: 767px) {
      .aiac_cont .aiac_navi {
        height: inherit;
        padding: 0; } }
    .aiac_cont .aiac_navi .aiac_navi_wrap {
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      z-index: 100; }
      @media all and (max-width: 767px) {
        .aiac_cont .aiac_navi .aiac_navi_wrap {
          display: block; } }
      .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap {
        display: flex;
        justify-content: space-between; }
        @media all and (max-width: 767px) {
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap {
            display: block; } }
        .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav {
          padding-top: 15px;
          cursor: pointer;
          font-size: 18px;
          font-weight: bold;
          color: #fff; }
          @media all and (max-width: 1024px) {
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav {
              font-size: 16px; } }
          @media all and (max-width: 767px) {
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav {
              cursor: inherit;
              padding-top: 0;
              font-size: 1.5rem; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav:hover {
            color: #f4eadb; }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav p {
            margin: 0;
            padding: 0;
            text-align: center;
            height: 60px; }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav p {
                height: inherit;
                display: block;
                padding: 15px; } }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav p:hover span {
              border-bottom: solid 3px #f4eadb;
              transition: .3s; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav p:hover span {
                  border-bottom: none; } }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav p {
                text-align: left; } }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav p a {
              text-align: center;
              display: block;
              color: #fff;
              text-decoration: none; }
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav p a:hover {
                color: #f4eadb; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav p a {
                  text-align: left; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item01 {
            width: 7%; }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item01 {
                width: 100%;
                border-bottom: solid 1px #fff; }
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item01 p {
                  padding: 0; } }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item01 a {
              display: inline-block; }
              @media all and (min-width: 768px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item01 a {
                  padding: 0 10px; } }
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item01 a .cls-1 {
                fill: #fff; }
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item01 a .cls-1:hover {
                  fill: #f4eadb; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item01 a {
                  display: block;
                  padding: 15px 0 7px 15px; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item02 {
            width: 38%; }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item02 a {
              display: block;
              color: #fff;
              text-decoration: none;
              margin: 0;
              padding: 0;
              text-align: center;
              height: 60px; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item02 a {
                  height: inherit;
                  display: block;
                  padding: 15px; } }
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item02 a span {
                padding-right: 1.25em; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item02 a {
                  cursor: default; } }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item02 {
                width: 100%; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item03 {
            width: 40%; }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item03 {
                border-top: solid 1px #fff; } }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item03 a {
              display: block;
              color: #fff;
              text-decoration: none;
              margin: 0;
              padding: 0;
              text-align: center;
              height: 60px; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item03 a {
                  height: inherit;
                  display: block;
                  padding: 15px; } }
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item03 a span {
                padding-right: 1.25em; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item03 a {
                  cursor: default; } }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item03 {
                width: 100%; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item04 {
            width: 15%; }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item04 {
                width: 100%;
                border-top: solid 1px #fff; }
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item04 p {
                  padding: 0;
                  position: relative; }
                  .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item04 p a {
                    padding: 15px;
                    display: block; }
                    .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item04 p a::after {
                      position: absolute;
                      top: 40%;
                      right: 20px;
                      margin: 0;
                      content: "";
                      display: inline-block;
                      width: 12px;
                      height: 12px;
                      border-top: 2px solid #fff;
                      border-right: 2px solid #fff;
                      transform: rotate(45deg); } }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item04.current p a {
              color: #f4eadb; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item04.current p a {
                  color: #cdb083; }
                  .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.item04.current p a::after {
                    border-top: 2px solid #cdb083;
                    border-right: 2px solid #cdb083; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch {
            position: relative; }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch a {
              text-align: center; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch a {
                  text-align: left; } }
              @media all and (min-width: 768px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch a::after {
                  margin: 0 0 0.2em -0.75em;
                  content: "";
                  display: inline-block;
                  width: 12px;
                  height: 12px;
                  border-top: 2px solid #fff;
                  border-right: 2px solid #fff;
                  transform: rotate(135deg);
                  transition: .35s ease-in-out; }
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch a:hover::after {
                  border-top: 2px solid #f4eadb;
                  border-right: 2px solid #f4eadb; } }
            @media all and (min-width: 768px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch.close {
                background-color: #e5e7e9;
                transition: all 0.5s; }
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch.close a {
                  color: #76491b; }
                  .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch.close a:hover span {
                    border-bottom: none; }
                  .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.toggle_switch.close a::after {
                    border-top: 2px solid #76491b;
                    border-right: 2px solid #76491b;
                    transform: rotate(-45deg);
                    margin-bottom: -0.2em; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.current p {
            color: #f4eadb; }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.current p {
                color: #cdb083; }
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.current p a {
                  color: #cdb083; } }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.current p::after {
              border-top: 2px solid #f4eadb;
              border-right: 2px solid #f4eadb; }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.current span {
            border-bottom: solid 3px #f4eadb; }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.current span {
                border-bottom: none; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .nav.close span {
            border-bottom: none; }
        @media all and (max-width: 767px) {
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap {
            display: block; } }
        .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents {
          display: none;
          position: absolute;
          top: 60px;
          padding: 0 30px;
          background-color: #e5e7e9; }
          @media all and (max-width: 767px) {
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents {
              position: inherit;
              display: block;
              background-color: inherit;
              width: 100%;
              padding: 0; } }
          @media all and (max-width: 767px) {
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul {
              padding: 0 20px; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li {
            border-top: solid 1px #002b62; }
            .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li a {
              display: block;
              line-height: 1;
              padding: 22px 10px;
              color: #002b62;
              text-decoration: none; }
              @media all and (max-width: 767px) {
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li a {
                  color: #fff;
                  border-top: 1px solid rgba(255, 255, 255, 0.5);
                  padding: 15px 10px; } }
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li a:hover {
                color: #76491b; }
                @media all and (max-width: 767px) {
                  .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li a:hover {
                    color: #e5e7e9; } }
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li a::before {
                margin: 0 0.5em 2px 0;
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                border-top: 1px solid #002b62;
                border-right: 1px solid #002b62;
                transform: rotate(45deg); }
                @media all and (max-width: 767px) {
                  .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li a::before {
                    margin: 0 0.5em 0 0;
                    border-top: 1px solid #fff;
                    border-right: 1px solid #fff; } }
            @media all and (min-width: 768px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li.acv a {
                color: #76491b;
                font-weight: bold; }
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li.acv a::before {
                  border-top: 1px solid #76491b;
                  border-right: 1px solid #76491b;
                  transform: rotate(45deg); } }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li.acv a {
                color: #cdb083; }
                .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents ul li.acv a::before {
                  border-top: 1px solid #cdb083;
                  border-right: 1px solid #cdb083;
                  transform: rotate(45deg); } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents.tc01 {
            left: 7%;
            width: 38%; }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents.tc01 {
                width: 100%; } }
          .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents.tc02 {
            left: 45%;
            width: 40%; }
            @media all and (max-width: 767px) {
              .aiac_cont .aiac_navi .aiac_navi_wrap .toggle_wrap .toggle_contents.tc02 {
                width: 100%; } }
    @media all and (max-width: 767px) {
      .aiac_cont .aiac_navi {
        display: none;
        position: absolute;
        top: 0;
        background-color: rgba(0, 43, 98, 0.9);
        width: 100%;
        color: #fff; } }
  .aiac_cont .navTrigger {
    display: none; }
    @media all and (max-width: 767px) {
      .aiac_cont .navTrigger {
        background-color: #002b62;
        border: solid 1px #002b62;
        padding: 14px 13px;
        display: block;
        cursor: pointer;
        width: 55px;
        height: 55px;
        margin: auto;
        position: absolute;
        z-index: 10000;
        right: 0;
        top: 0; }
        .aiac_cont .navTrigger i {
          background-color: #fff;
          border-radius: 1px;
          content: '';
          display: block;
          width: 100%;
          height: 2px; }
        .aiac_cont .navTrigger i:nth-child(1) {
          -webkit-animation: outT 0.8s backwards;
          animation: outT 0.8s backwards;
          -webkit-animation-direction: reverse;
          animation-direction: reverse; }
        .aiac_cont .navTrigger i:nth-child(2) {
          margin: 9px 0;
          -webkit-animation: outM 0.8s backwards;
          animation: outM 0.8s backwards;
          -webkit-animation-direction: reverse;
          animation-direction: reverse; }
        .aiac_cont .navTrigger i:nth-child(3) {
          -webkit-animation: outBtm 0.8s backwards;
          animation: outBtm 0.8s backwards;
          -webkit-animation-direction: reverse;
          animation-direction: reverse; }
        .aiac_cont .navTrigger.active {
          background-color: #fff; }
          .aiac_cont .navTrigger.active i {
            background-color: #002b62;
            border-radius: 1px;
            content: '';
            display: block;
            width: 100%;
            height: 2px; }
          .aiac_cont .navTrigger.active i:nth-child(1) {
            -webkit-animation: inT 0.8s forwards;
            animation: inT 0.8s forwards; }
          .aiac_cont .navTrigger.active i:nth-child(2) {
            -webkit-animation: inM 0.8s forwards;
            animation: inM 0.8s forwards; }
          .aiac_cont .navTrigger.active i:nth-child(3) {
            -webkit-animation: inBtm 0.8s forwards;
            animation: inBtm 0.8s forwards; } }
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(11px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(11px) rotate(135deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(11px) rotate(0deg); }
  100% {
    transform: translateY(11px) rotate(135deg); } }
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(11px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(11px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(11px) rotate(0deg); }
  100% {
    transform: translateY(11px) rotate(135deg); } }
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-11px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-11px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-11px) rotate(0deg); }
  100% {
    transform: translateY(-11px) rotate(135deg); } }
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-11px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-11px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-11px) rotate(0deg); }
  100% {
    transform: translateY(-11px) rotate(135deg); } }
/*-------------------- index --------------------*/
/*-------------------- index --------------------*/
@media all and (max-width: 767px) {
  @-moz-document url-prefix() {
    #index.aiac_cont .mv_wrap {
      margin-top: 15px; } } }
#index.aiac_cont .mv_wrap {
  position: relative;
  z-index: 1; }
  #index.aiac_cont .mv_wrap .mv img {
    vertical-align: bottom;
    width: 100%;
    object-fit: cover; }
  #index.aiac_cont .mv_wrap h1 {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    text-align: center; }
    #index.aiac_cont .mv_wrap h1 img {
      width: 800px; }
    @media all and (max-width: 1024px) {
      #index.aiac_cont .mv_wrap h1 {
        top: 60px; }
        #index.aiac_cont .mv_wrap h1 img {
          width: 600px; } }
    @media all and (max-width: 767px) {
      #index.aiac_cont .mv_wrap h1 {
        top: 40px; }
        #index.aiac_cont .mv_wrap h1 img {
          width: 90%; } }
#index section .h2_title {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px; }
  @media all and (max-width: 767px) {
    #index section .h2_title {
      font-size: 2.6rem;
      margin: 0 0 10px; } }
#index section .wrap .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media all and (max-width: 1024px) {
    #index section .wrap .inner {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    #index section .wrap .inner {
      padding: 0 15px; } }
#index .section01 {
  position: relative;
  padding: 0;
  margin-top: -40px;
  z-index: 10; }
  @media all and (max-width: 1024px) {
    #index .section01 {
      margin-top: -30px; } }
  @media all and (max-width: 767px) {
    #index .section01 {
      padding: 20px 0 0;
      margin-top: 0; } }
  @media all and (max-width: 767px) {
    #index .section01 .wrap {
      padding: 0 15px; } }
  #index .section01 .wrap .inner {
    border: solid 10px #e5e7e9;
    background-color: white;
    padding: 30px 40px 20px; }
    @media all and (max-width: 1024px) {
      #index .section01 .wrap .inner {
        margin: 0 50px; } }
    @media all and (max-width: 767px) {
      #index .section01 .wrap .inner {
        border: solid 5px #e5e7e9;
        padding: 20px 20px 10px;
        margin: 0; } }
    #index .section01 .wrap .inner dl {
      margin: 0;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media all and (max-width: 767px) {
        #index .section01 .wrap .inner dl {
          display: block; } }
      #index .section01 .wrap .inner dl dt {
        width: 10em;
        margin-bottom: 20px; }
        @media all and (max-width: 767px) {
          #index .section01 .wrap .inner dl dt {
            width: 100%;
            margin-bottom: 0; } }
      #index .section01 .wrap .inner dl dd {
        margin: 0;
        margin-bottom: 20px;
        width: calc(100% - 10em); }
        @media all and (max-width: 767px) {
          #index .section01 .wrap .inner dl dd {
            width: 100%;
            margin-bottom: 20px; } }
#index .section02 {
  padding: 80px 0 0; }
  @media all and (max-width: 767px) {
    #index .section02 {
      padding: 40px 0 0; } }
  #index .section02 .wrap {
    position: relative;
    background: url(../img/section02_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 70px 0 100px; }
    @media all and (max-width: 767px) {
      #index .section02 .wrap {
        padding: 40px 0; } }
    @media all and (max-width: 767px) {
      #index .section02 .wrap .inner {
        display: block; } }
    @media all and (max-width: 767px) {
      #index .section02 .wrap .inner .text {
        width: 100%;
        margin-bottom: 30px; } }
    #index .section02 .wrap .inner .link_btn {
      background-color: #fff;
      margin-top: 40px;
      padding: 30px 0 50px; }
      @media all and (max-width: 767px) {
        #index .section02 .wrap .inner .link_btn {
          margin-top: 20px;
          padding: 15px 15px 30px; } }
      #index .section02 .wrap .inner .link_btn h3 {
        text-align: center;
        color: #002b62;
        font-weight: normal;
        font-size: 26px;
        line-height: 1.2;
        margin: 0;
        padding: 0; }
        @media all and (max-width: 767px) {
          #index .section02 .wrap .inner .link_btn h3 {
            font-size: 20px; } }
      #index .section02 .wrap .inner .link_btn ul {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media all and (max-width: 767px) {
          #index .section02 .wrap .inner .link_btn ul {
            display: block;
            margin-top: 0; } }
        #index .section02 .wrap .inner .link_btn ul li {
          margin: 0 auto;
          text-align: center;
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
          #index .section02 .wrap .inner .link_btn ul li:hover {
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
          #index .section02 .wrap .inner .link_btn ul li:nth-child(-n+2) {
            width: 42%; }
            #index .section02 .wrap .inner .link_btn ul li:nth-child(-n+2) a {
              padding: 15px 0.5em 15px 0;
              font-size: 30px; }
              @media all and (max-width: 767px) {
                #index .section02 .wrap .inner .link_btn ul li:nth-child(-n+2) a {
                  font-size: 1.6rem;
                  padding: 15px 0.5em 15px 0; } }
              #index .section02 .wrap .inner .link_btn ul li:nth-child(-n+2) a span {
                font-size: 24px; }
                @media all and (max-width: 767px) {
                  #index .section02 .wrap .inner .link_btn ul li:nth-child(-n+2) a span {
                    font-size: 1.2rem; } }
            @media all and (max-width: 767px) {
              #index .section02 .wrap .inner .link_btn ul li:nth-child(-n+2) {
                width: 95%; } }
          #index .section02 .wrap .inner .link_btn ul li:last-child {
            margin-top: 50px;
            width: 55%; }
            #index .section02 .wrap .inner .link_btn ul li:last-child a {
              padding: 25px 0.5em 25px 0;
              font-size: 30px; }
              @media all and (max-width: 767px) {
                #index .section02 .wrap .inner .link_btn ul li:last-child a {
                  font-size: 1.4rem;
                  padding: 25px 0.5em 25px 0; } }
              #index .section02 .wrap .inner .link_btn ul li:last-child a span {
                font-size: 24px; }
                @media all and (max-width: 767px) {
                  #index .section02 .wrap .inner .link_btn ul li:last-child a span {
                    font-size: 1.2rem; } }
            @media all and (max-width: 767px) {
              #index .section02 .wrap .inner .link_btn ul li:last-child {
                width: 95%; } }
          @media all and (max-width: 767px) {
            #index .section02 .wrap .inner .link_btn ul li {
              margin: 30px auto; }
              #index .section02 .wrap .inner .link_btn ul li:last-child {
                margin: 0 auto; } }
          #index .section02 .wrap .inner .link_btn ul li a {
            color: #fff;
            font-weight: bold;
            line-height: 1.4;
            text-decoration: none;
            display: block;
            margin: 0 auto;
            position: relative; }
            #index .section02 .wrap .inner .link_btn ul li a::after {
              position: absolute;
              right: 25px;
              top: calc(50% - 7.5px);
              content: "";
              display: inline-block;
              width: 15px;
              height: 15px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg); }
              @media all and (max-width: 767px) {
                #index .section02 .wrap .inner .link_btn ul li a::after {
                  width: 10px;
                  height: 10px;
                  top: calc(50% - 5px);
                  right: 10px; } }
            #index .section02 .wrap .inner .link_btn ul li a.btn01 {
              background-color: #3d5d87; }
              #index .section02 .wrap .inner .link_btn ul li a.btn01:hover {
                background-color: #8693b9; }
            #index .section02 .wrap .inner .link_btn ul li a.btn02 {
              background-color: #786c55; }
              #index .section02 .wrap .inner .link_btn ul li a.btn02:hover {
                background-color: #b0a896; }
            #index .section02 .wrap .inner .link_btn ul li a.btn03 {
              background-color: #594772; }
              #index .section02 .wrap .inner .link_btn ul li a.btn03:hover {
                background-color: #9486ae; }
    #index .section02 .wrap .inner .icon {
      width: 100%;
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media all and (max-width: 767px) {
        #index .section02 .wrap .inner .icon {
          width: 100%;
          margin-top: 30px; } }
      #index .section02 .wrap .inner .icon li {
        width: 16%; }
        @media all and (max-width: 767px) {
          #index .section02 .wrap .inner .icon li {
            width: 32%; } }
        #index .section02 .wrap .inner .icon li a {
          display: block;
          transition: .3s; }
          #index .section02 .wrap .inner .icon li a:hover img {
            opacity: 0.6;
            transition: .3s; }
    #index .section02 .wrap .btn {
      width: 35em;
      margin: 0 auto;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      text-align: center;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
      #index .section02 .wrap .btn:hover {
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
      @media all and (max-width: 767px) {
        #index .section02 .wrap .btn {
          width: 92%; } }
      #index .section02 .wrap .btn a {
        position: relative;
        background-color: #9d4531;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        text-decoration: none;
        display: block;
        margin: 0 auto;
        padding: 20px 0.5em 20px 0; }
        #index .section02 .wrap .btn a:hover {
          background-color: #cb8e69; }
        @media all and (max-width: 767px) {
          #index .section02 .wrap .btn a {
            font-size: 1.4rem; } }
        #index .section02 .wrap .btn a::after {
          position: absolute;
          right: 20px;
          top: calc(50% - 6px);
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg); }
#index .section03 {
  padding: 140px 0 0; }
  @media all and (max-width: 1024px) {
    #index .section03 {
      padding: 100px 0 0; } }
  @media all and (max-width: 767px) {
    #index .section03 {
      padding: 70px 0 0; } }
  #index .section03 .wrap {
    background-color: #e5e7e9;
    padding: 70px 0; }
    @media all and (max-width: 767px) {
      #index .section03 .wrap {
        padding: 40px 0; } }
    #index .section03 .wrap .inner ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media all and (max-width: 767px) {
        #index .section03 .wrap .inner ul {
          padding: 0 20px;
          display: block; } }
      #index .section03 .wrap .inner ul li {
        width: calc((100% - 70px) / 3);
        background-color: #fff;
        margin-right: 35px; }
        #index .section03 .wrap .inner ul li:nth-child(3n) {
          margin-right: 0; }
        @media all and (max-width: 767px) {
          #index .section03 .wrap .inner ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px; } }
        #index .section03 .wrap .inner ul li a {
          text-decoration: none;
          color: #000; }
          #index .section03 .wrap .inner ul li a .img_wrap {
            background-color: #000; }
            #index .section03 .wrap .inner ul li a .img_wrap img {
              width: 100%;
              display: block;
              opacity: 0.7;
              transition: .3s; }
          #index .section03 .wrap .inner ul li a p {
            line-height: 1.8;
            font-weight: bold;
            color: #002b62;
            margin: 0;
            padding: 5px 20px 10px;
            transition: .3s; }
            #index .section03 .wrap .inner ul li a p span {
              font-weight: normal;
              color: #000; }
          #index .section03 .wrap .inner ul li a:hover .img_wrap img {
            opacity: 1;
            transition: .3s; }
          #index .section03 .wrap .inner ul li a:hover p {
            color: #9d4531;
            transition: .3s; }
    #index .section03 .wrap .inner .txt_link {
      margin-top: 20px; }
      @media all and (max-width: 767px) {
        #index .section03 .wrap .inner .txt_link {
          margin-top: 0;
          margin-right: 25px; } }
#index .section04 {
  padding: 100px 0 0; }
  @media all and (max-width: 1024px) {
    #index .section04 {
      padding: 50px 0 0; } }
  @media all and (max-width: 767px) {
    #index .section04 {
      padding: 40px 0 0; } }
  #index .section04 .wrap {
    background-color: #f2ece6;
    padding: 70px 15px; }
    @media all and (max-width: 767px) {
      #index .section04 .wrap {
        padding: 40px 15px; } }
    #index .section04 .wrap .inner {
      background-color: #fff;
      padding: 10px 40px; }
      #index .section04 .wrap .inner dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 0;
        border-bottom: solid 1px #a4aab0; }
        #index .section04 .wrap .inner dl:last-child {
          border-bottom: none; }
        @media all and (max-width: 767px) {
          #index .section04 .wrap .inner dl {
            display: block; } }
        #index .section04 .wrap .inner dl dt {
          width: 100%;
          text-align: center;
          margin-bottom: 10px; }
          @media all and (max-width: 767px) {
            #index .section04 .wrap .inner dl dt {
              margin-bottom: 20px; } }
        #index .section04 .wrap .inner dl dd {
          height: 160px;
          padding: 0;
          width: 45%;
          margin: 0 auto;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media all and (max-width: 767px) {
            #index .section04 .wrap .inner dl dd {
              width: 80%;
              padding: 0; } }
          #index .section04 .wrap .inner dl dd a {
            display: inline-block; }
#index .contact_wrap {
  padding: 100px 0 80px; }
  @media all and (max-width: 1024px) {
    #index .contact_wrap {
      padding: 50px 0 40px; } }
  @media all and (max-width: 767px) {
    #index .contact_wrap {
      padding: 40px 0 30px; } }
  #index .contact_wrap .wrap {
    padding: 0; }
    @media all and (max-width: 767px) {
      #index .contact_wrap .wrap {
        padding: 0; } }
    #index .contact_wrap .wrap .inner ul {
      display: flex;
      justify-content: center; }
      @media all and (max-width: 767px) {
        #index .contact_wrap .wrap .inner ul {
          display: block; } }
      #index .contact_wrap .wrap .inner ul li.btn {
        align-self: stretch;
        width: 38%;
        margin: 0 30px 0 15px;
        padding: 0;
        text-align: center;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
        #index .contact_wrap .wrap .inner ul li.btn:hover {
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
        @media all and (max-width: 767px) {
          #index .contact_wrap .wrap .inner ul li.btn {
            width: 80%;
            margin: 0 auto 30px; } }
        #index .contact_wrap .wrap .inner ul li.btn a {
          display: block;
          padding: 17px 0;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          text-decoration: none;
          line-height: 1; }
          @media all and (max-width: 767px) {
            #index .contact_wrap .wrap .inner ul li.btn a {
              font-size: 1.8rem;
              padding: 13px 0 10px 0; } }
          #index .contact_wrap .wrap .inner ul li.btn a img {
            vertical-align: middle;
            margin-left: 0.5em; }
            @media all and (max-width: 767px) {
              #index .contact_wrap .wrap .inner ul li.btn a img {
                width: 20px; } }
        #index .contact_wrap .wrap .inner ul li.btn.download {
          background-color: #9d4531;
          transition: .3s; }
          #index .contact_wrap .wrap .inner ul li.btn.download:hover {
            background-color: #cb8e69;
            transition: .3s; }
        #index .contact_wrap .wrap .inner ul li.btn.mail {
          background-color: #002b62;
          transition: .3s; }
          #index .contact_wrap .wrap .inner ul li.btn.mail:hover {
            background-color: #8693b9;
            transition: .3s; }
#index .wise_link_wrap .wrap {
  padding: 0 20px; }
  @media all and (max-width: 767px) {
    #index .wise_link_wrap .wrap {
      padding: 0 10px; } }
  #index .wise_link_wrap .wrap .inner {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 30px;
    border: solid 5px #ccc;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    transition: .5s; }
    @media all and (max-width: 767px) {
      #index .wise_link_wrap .wrap .inner {
        padding: 10px;
        display: inherit; } }
    #index .wise_link_wrap .wrap .inner .img_wrap {
      width: 30%; }
      #index .wise_link_wrap .wrap .inner .img_wrap img {
        vertical-align: bottom; }
      @media all and (max-width: 767px) {
        #index .wise_link_wrap .wrap .inner .img_wrap {
          width: 100%;
          margin-bottom: 10px; } }
    #index .wise_link_wrap .wrap .inner .text_wrap {
      width: 70%;
      padding-left: 20px;
      color: #000; }
      @media all and (max-width: 767px) {
        #index .wise_link_wrap .wrap .inner .text_wrap {
          width: 100%;
          padding-left: 0; } }
      #index .wise_link_wrap .wrap .inner .text_wrap .h2_title {
        font-size: 26px;
        font-weight: bold;
        text-align: left;
        margin: 0 0 10px;
        color: #002b62; }
        @media all and (max-width: 767px) {
          #index .wise_link_wrap .wrap .inner .text_wrap .h2_title {
            font-size: 1.8rem;
            margin: 0 0 5px; } }
    #index .wise_link_wrap .wrap .inner:hover {
      transition: .5s; }
      #index .wise_link_wrap .wrap .inner:hover .h2_title,
      #index .wise_link_wrap .wrap .inner:hover p {
        color: #9d4531;
        transition: .5s; }

/*-------------------- second --------------------*/
/*-------------------- second --------------------*/
@media all and (max-width: 767px) {
  @-moz-document url-prefix() {
    #second.aiac_cont .mv_wrap {
      margin-top: 15px; } } }
#second.aiac_cont .h1_wrap {
  border-top: solid 1px #002b62;
  position: relative; }
  #second.aiac_cont .h1_wrap .h1_bg img {
    vertical-align: bottom;
    width: 100%;
    height: 180px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/ }
    @media all and (max-width: 1024px) {
      #second.aiac_cont .h1_wrap .h1_bg img {
        height: 140px; } }
    @media all and (max-width: 767px) {
      #second.aiac_cont .h1_wrap .h1_bg img {
        height: 100px; } }
  #second.aiac_cont .h1_wrap .h1_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    #second.aiac_cont .h1_wrap .h1_title h1 {
      max-width: 1030px;
      margin: 0 auto;
      padding: 0;
      font-size: 40px;
      color: #002b62; }
      @media all and (max-width: 1024px) {
        #second.aiac_cont .h1_wrap .h1_title h1 {
          font-size: 30px; } }
      @media all and (max-width: 767px) {
        #second.aiac_cont .h1_wrap .h1_title h1 {
          font-size: 22px; } }

#second {
  /*---------- パンくずリスト ----------*/ }
  #second .str-outer-wide {
    margin-bottom: -20px; }
    @media all and (max-width: 767px) {
      #second .str-outer-wide {
        display: none; } }
    #second .str-outer-wide .str-inner {
      max-width: 1000px; }
      #second .str-outer-wide .str-inner a {
        color: #333; }
  #second .cont {
    padding: 80px 0;
    /*---------- 背景がグレーの時 ----------*/ }
    @media all and (max-width: 1024px) {
      #second .cont {
        padding: 50px 0; } }
    @media all and (max-width: 767px) {
      #second .cont {
        padding: 40px 0; } }
    #second .cont.bg_gray {
      background-color: #e5e7e9; }
    #second .cont .wrap {
      padding: 0 15px; }
      #second .cont .wrap .inner {
        max-width: 1000px;
        margin: 0 auto;
        /*---------- h2タイトル ----------*/
        /*---------- ２カラム ----------*/
        /*---------- ３カラム ----------*/ }
        #second .cont .wrap .inner h2.h2_title-01 {
          text-align: center;
          line-height: 1.2;
          margin: 0 0 40px;
          padding: 0;
          font-size: 40px;
          font-weight: normal; }
          @media all and (max-width: 767px) {
            #second .cont .wrap .inner h2.h2_title-01 {
              font-size: 20px;
              margin: 0 0 20px; } }
          #second .cont .wrap .inner h2.h2_title-01 span {
            display: inline-block;
            border-bottom: solid 2px #a98446; }
        #second .cont .wrap .inner .column2 {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media all and (max-width: 767px) {
            #second .cont .wrap .inner .column2 {
              display: block; } }
          #second .cont .wrap .inner .column2 .cl2_inner {
            width: calc((100% - 40px) / 2);
            margin: 0 40px 30px 0; }
            @media all and (max-width: 767px) {
              #second .cont .wrap .inner .column2 .cl2_inner {
                width: 100%;
                margin: 0 0 20px 0; } }
            #second .cont .wrap .inner .column2 .cl2_inner:nth-child(2n) {
              margin: 0 0 30px 0; }
              @media all and (max-width: 767px) {
                #second .cont .wrap .inner .column2 .cl2_inner:nth-child(2n) {
                  margin: 0 0 20px 0; } }
        #second .cont .wrap .inner .column3 {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media all and (max-width: 767px) {
            #second .cont .wrap .inner .column3 {
              display: block; } }
          #second .cont .wrap .inner .column3 .cl3_inner {
            width: calc((100% - 60px) / 3);
            margin: 0 30px 30px 0; }
            @media all and (max-width: 767px) {
              #second .cont .wrap .inner .column3 .cl3_inner {
                width: 100%;
                margin: 0 0 20px 0; } }
            #second .cont .wrap .inner .column3 .cl3_inner:nth-child(3n) {
              margin: 0 0 30px 0; }
              @media all and (max-width: 767px) {
                #second .cont .wrap .inner .column3 .cl3_inner:nth-child(3n) {
                  margin: 0 0 20px 0; } }

#second {
  /*---------- ボタン（関連リンク） ----------*/ }
  #second .btn_style01 {
    width: 20em;
    margin: 80px auto;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
    #second .btn_style01:hover {
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
    @media all and (max-width: 767px) {
      #second .btn_style01 {
        margin: 30px auto 60px;
        width: calc(70% - 20px); } }
    #second .btn_style01 a {
      position: relative;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      line-height: 1;
      text-decoration: none;
      display: block;
      margin: 0 auto;
      padding: 20px 0.5em 20px 0; }
      @media all and (max-width: 767px) {
        #second .btn_style01 a {
          font-size: 1.8rem; } }
      #second .btn_style01 a::after {
        position: absolute;
        right: 20px;
        top: calc(50% - 6px);
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg); }
    #second .btn_style01.turquoise a {
      background-color: #006b7f; }
      #second .btn_style01.turquoise a:hover {
        background-color: #79aab6; }
    #second .btn_style01.blue a {
      background-color: #3d5d87; }
      #second .btn_style01.blue a:hover {
        background-color: #8693b9; }
    #second .btn_style01.grey a {
      background-color: #646e74; }
      #second .btn_style01.grey a:hover {
        background-color: #a4aab0; }
    #second .btn_style01.brown a {
      background-color: #786c55; }
      #second .btn_style01.brown a:hover {
        background-color: #b0a896; }
    #second .btn_style01.yellow a {
      background-color: #a98446; }
      #second .btn_style01.yellow a:hover {
        background-color: #cdb083; }
  #second .btn_style02 {
    width: 35em;
    margin: 40px auto;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
    #second .btn_style02:hover {
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
    @media all and (max-width: 767px) {
      #second .btn_style02 {
        margin: 20px auto;
        width: 100%; } }
    #second .btn_style02 a {
      position: relative;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      line-height: 1;
      text-decoration: none;
      display: block;
      margin: 0 auto;
      padding: 20px 0.5em 20px 0; }
      @media all and (max-width: 767px) {
        #second .btn_style02 a {
          font-size: 1.6rem;
          line-height: 1.4;
          padding: 10px 0.5em 10px 0; } }
      #second .btn_style02 a::after {
        position: absolute;
        right: 20px;
        top: calc(50% - 6px);
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg); }
    #second .btn_style02.turquoise a {
      background-color: #006b7f; }
      #second .btn_style02.turquoise a:hover {
        background-color: #79aab6; }
    #second .btn_style02.blue a {
      background-color: #3d5d87; }
      #second .btn_style02.blue a:hover {
        background-color: #8693b9; }
    #second .btn_style02.grey a {
      background-color: #646e74; }
      #second .btn_style02.grey a:hover {
        background-color: #a4aab0; }
    #second .btn_style02.brown a {
      background-color: #786c55; }
      #second .btn_style02.brown a:hover {
        background-color: #b0a896; }
    #second .btn_style02.yellow a {
      background-color: #a98446; }
      #second .btn_style02.yellow a:hover {
        background-color: #cdb083; }

/*-------------------- お問い合わせ --------------------*/
#second .contact_wrap {
  padding-bottom: 80px; }
  @media all and (max-width: 1024px) {
    #second .contact_wrap {
      padding-bottom: 40px; } }
  @media all and (max-width: 767px) {
    #second .contact_wrap {
      padding-top: 30px;
      padding-bottom: 20px; } }
  #second .contact_wrap .h2_title {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 30px; }
    @media all and (max-width: 767px) {
      #second .contact_wrap .h2_title {
        font-size: 2.6rem;
        margin: 0 0 10px; } }
  #second .contact_wrap .wrap .inner {
    max-width: 1000px;
    margin: 0 auto; }
    @media all and (max-width: 1024px) {
      #second .contact_wrap .wrap .inner {
        padding: 0 15px; } }
    @media all and (max-width: 767px) {
      #second .contact_wrap .wrap .inner {
        padding: 0 15px; } }
    #second .contact_wrap .wrap .inner ul {
      display: flex;
      justify-content: center; }
      @media all and (max-width: 767px) {
        #second .contact_wrap .wrap .inner ul {
          display: block; } }
      #second .contact_wrap .wrap .inner ul li.btn {
        align-self: stretch;
        width: 38%;
        margin: 0 15px 0 15px;
        padding: 0;
        text-align: center;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
        #second .contact_wrap .wrap .inner ul li.btn:hover {
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
        @media all and (max-width: 767px) {
          #second .contact_wrap .wrap .inner ul li.btn {
            width: 80%;
            margin: 0 auto 30px; } }
        #second .contact_wrap .wrap .inner ul li.btn a {
          display: block;
          padding: 17px 0;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          text-decoration: none;
          line-height: 1; }
          @media all and (max-width: 767px) {
            #second .contact_wrap .wrap .inner ul li.btn a {
              font-size: 1.8rem;
              padding: 13px 0 10px 0; } }
          #second .contact_wrap .wrap .inner ul li.btn a img {
            vertical-align: middle;
            margin-left: 0.5em; }
            @media all and (max-width: 767px) {
              #second .contact_wrap .wrap .inner ul li.btn a img {
                width: 20px; } }
        #second .contact_wrap .wrap .inner ul li.btn.download {
          background-color: #9d4531;
          transition: .3s; }
          #second .contact_wrap .wrap .inner ul li.btn.download:hover {
            background-color: #cb8e69;
            transition: .3s; }
        #second .contact_wrap .wrap .inner ul li.btn.mail {
          background-color: #002b62;
          transition: .3s; }
          #second .contact_wrap .wrap .inner ul li.btn.mail:hover {
            background-color: #8693b9;
            transition: .3s; }

/*-------------------- outline/index.html --------------------*/
#second .outline02 .wrap .inner .column3 .cl3_inner img {
  width: 80%; }
#second .outline02 .wrap .inner .column3 .cl3_inner p {
  line-height: 1.6; }
#second .outline03 .wrap .inner .column3 .cl3_inner {
  background-color: #e5e7e9; }
  #second .outline03 .wrap .inner .column3 .cl3_inner h3 {
    margin: 0;
    padding: 0;
    background-color: #3d5d87;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center; }
    #second .outline03 .wrap .inner .column3 .cl3_inner h3 span {
      margin-right: 0;
      text-align: center;
      display: inline-block;
      width: 100px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media all and (max-width: 767px) {
        #second .outline03 .wrap .inner .column3 .cl3_inner h3 span {
          width: 80px;
          height: 80px;
          margin-right: 10px; } }
      #second .outline03 .wrap .inner .column3 .cl3_inner h3 span img {
        vertical-align: middle; }
        @media all and (max-width: 767px) {
          #second .outline03 .wrap .inner .column3 .cl3_inner h3 span img {
            max-width: 70px;
            max-height: 60px; } }
    @media all and (max-width: 767px) {
      #second .outline03 .wrap .inner .column3 .cl3_inner h3 {
        font-size: 2.0rem; } }
  #second .outline03 .wrap .inner .column3 .cl3_inner .box {
    padding: 10px 20px 20px; }
    @media all and (max-width: 767px) {
      #second .outline03 .wrap .inner .column3 .cl3_inner .box {
        padding: 5px 10px 10px; } }
    #second .outline03 .wrap .inner .column3 .cl3_inner .box p {
      line-height: 1.6; }

#second .outline04 {
  border-top: solid 10px #e5e7e9;
  border-bottom: solid 10px #e5e7e9;
  padding: 60px 0; }
  @media all and (max-width: 1024px) {
    #second .outline04 {
      padding: 40px 0; } }
  @media all and (max-width: 767px) {
    #second .outline04 {
      padding: 30px 0 0;
      border-top: solid 5px #e5e7e9;
      border-bottom: solid 5px #e5e7e9; } }
  #second .outline04 .wrap .inner ul {
    display: flex;
    justify-content: center; }
    @media all and (max-width: 767px) {
      #second .outline04 .wrap .inner ul {
        display: block; } }
    #second .outline04 .wrap .inner ul li.btn {
      align-self: stretch;
      width: 16em;
      margin: 0 30px 0 15px;
      padding: 0;
      text-align: center;
      background-color: #646e74;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
      transition: .3s; }
      #second .outline04 .wrap .inner ul li.btn:hover {
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0);
        background-color: #a4aab0;
        transition: .3s; }
      @media all and (max-width: 767px) {
        #second .outline04 .wrap .inner ul li.btn {
          width: 70%;
          margin: 0 auto 30px; } }
      #second .outline04 .wrap .inner ul li.btn a {
        display: block;
        padding: 17px 0;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1; }
        #second .outline04 .wrap .inner ul li.btn a img {
          vertical-align: middle;
          margin-left: 0.25em; }

/*-------------------- outline/training.html --------------------*/
#second .training02 .wrap .inner .column2 .cl2_inner {
  background-color: #fff; }
  #second .training02 .wrap .inner .column2 .cl2_inner h3 {
    margin: 0;
    padding: 15px;
    line-height: 1;
    color: #fff; }
    #second .training02 .wrap .inner .column2 .cl2_inner h3.coordinator {
      background-color: #1f5a42; }
    #second .training02 .wrap .inner .column2 .cl2_inner h3.consultant {
      background-color: #006b7f; }
    #second .training02 .wrap .inner .column2 .cl2_inner h3.expert {
      background-color: #594772; }
    #second .training02 .wrap .inner .column2 .cl2_inner h3.architect {
      background-color: #a98446; }
  #second .training02 .wrap .inner .column2 .cl2_inner p {
    padding: 10px 20px 10px;
    line-height: 1.6; }

/*-------------------- outline/message.html --------------------*/
#second .message01 .wrap .inner .text_img_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media all and (max-width: 767px) {
    #second .message01 .wrap .inner .text_img_wrap {
      display: block; } }
  #second .message01 .wrap .inner .text_img_wrap .text_wrap {
    width: 63%; }
    @media all and (max-width: 767px) {
      #second .message01 .wrap .inner .text_img_wrap .text_wrap {
        width: 100%; } }
  #second .message01 .wrap .inner .text_img_wrap .img_wrap {
    width: 33%;
    text-align: center; }
    @media all and (max-width: 767px) {
      #second .message01 .wrap .inner .text_img_wrap .img_wrap {
        margin: 20px 0;
        width: 100%; } }

/*-------------------- course/index.html --------------------*/
#second .course01 .wrap .inner .column2 .cl2_inner {
  background-color: #fff; }
  @media all and (max-width: 767px) {
    #second .course01 .wrap .inner .column2 .cl2_inner:first-child {
      margin-bottom: 50px; } }
  #second .course01 .wrap .inner .column2 .cl2_inner h3 {
    margin: 0;
    padding: 15px;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-size: 30px; }
    @media all and (max-width: 767px) {
      #second .course01 .wrap .inner .column2 .cl2_inner h3 {
        font-size: 20px;
        padding: 10px; } }
    #second .course01 .wrap .inner .column2 .cl2_inner h3.admission {
      background-color: #3d5d87; }
    #second .course01 .wrap .inner .column2 .cl2_inner h3.open {
      background-color: #786c55; }
  #second .course01 .wrap .inner .column2 .cl2_inner p img {
    vertical-align: bottom; }
  #second .course01 .wrap .inner .column2 .cl2_inner ul {
    display: flex; }
    #second .course01 .wrap .inner .column2 .cl2_inner ul.admission li {
      background-color: #dbe0f1; }
    #second .course01 .wrap .inner .column2 .cl2_inner ul.open li {
      background-color: #f2ece6; }
    #second .course01 .wrap .inner .column2 .cl2_inner ul li {
      padding: 10px 0;
      border-right: solid 1px #fff;
      line-height: 1.4;
      text-align: center;
      width: calc(100% / 3); }
      #second .course01 .wrap .inner .column2 .cl2_inner ul li:last-child {
        border-right: none; }
      #second .course01 .wrap .inner .column2 .cl2_inner ul li strong {
        font-size: 26px; }
        @media all and (max-width: 767px) {
          #second .course01 .wrap .inner .column2 .cl2_inner ul li strong {
            font-size: 20px; } }
      @media all and (max-width: 767px) {
        #second .course01 .wrap .inner .column2 .cl2_inner ul li {
          font-size: 1.1rem; } }
  #second .course01 .wrap .inner .column2 .cl2_inner .btn_style01 {
    margin: 30px auto 0;
    padding: 0; }
    @media all and (max-width: 767px) {
      #second .course01 .wrap .inner .column2 .cl2_inner .btn_style01 {
        margin: 30px auto 0;
        width: 100%; } }
    #second .course01 .wrap .inner .column2 .cl2_inner .btn_style01.admission a {
      background-color: #3d5d87;
      transition: .3s; }
      #second .course01 .wrap .inner .column2 .cl2_inner .btn_style01.admission a:hover {
        background-color: #8693b9;
        transition: .3s; }
    #second .course01 .wrap .inner .column2 .cl2_inner .btn_style01.open a {
      background-color: #786c55;
      transition: .3s; }
      #second .course01 .wrap .inner .column2 .cl2_inner .btn_style01.open a:hover {
        background-color: #b0a896;
        transition: .3s; }

/*-------------------- course/admission.html --------------------*/
#second .admission02 .wrap .inner .column2 .cl2_inner.left ul li {
  margin-bottom: 0.5em;
  font-size: 26px; }
  @media all and (max-width: 767px) {
    #second .admission02 .wrap .inner .column2 .cl2_inner.left ul li {
      font-size: 2.0rem; } }
  #second .admission02 .wrap .inner .column2 .cl2_inner.left ul li img {
    vertical-align: middle;
    margin-right: 0.25em; }
#second .admission02 .wrap .inner .column2 .cl2_inner.right h3 {
  margin: 0;
  padding: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 30px;
  background-color: #3d5d87; }
  @media all and (max-width: 767px) {
    #second .admission02 .wrap .inner .column2 .cl2_inner.right h3 {
      font-size: 20px;
      padding: 10px; } }
#second .admission02 .wrap .inner .column2 .cl2_inner.right p img {
  vertical-align: bottom; }
#second .admission02 .wrap .inner .column2 .cl2_inner.right ul {
  display: flex; }
  #second .admission02 .wrap .inner .column2 .cl2_inner.right ul li {
    padding: 10px 0;
    background-color: #fff;
    border-right: solid 1px #8693b9;
    line-height: 1.4;
    text-align: center;
    width: calc(100% / 3); }
    #second .admission02 .wrap .inner .column2 .cl2_inner.right ul li:last-child {
      border-right: none; }
    #second .admission02 .wrap .inner .column2 .cl2_inner.right ul li strong {
      font-size: 26px; }
      @media all and (max-width: 767px) {
        #second .admission02 .wrap .inner .column2 .cl2_inner.right ul li strong {
          font-size: 20px; } }
    @media all and (max-width: 767px) {
      #second .admission02 .wrap .inner .column2 .cl2_inner.right ul li {
        font-size: 1.1rem; } }
@media all and (min-width: 768px) {
  #second .admission03 .wrap .inner .schedule {
    margin-top: 30px; } }
#second .admission03 .wrap .inner .schedule p {
  text-align: center; }
  #second .admission03 .wrap .inner .schedule p img {
    width: 80%; }
@media all and (max-width: 767px) {
  #second .admission03 .wrap .inner .schedule {
    overflow: auto; }
    #second .admission03 .wrap .inner .schedule p {
      text-align: left;
      width: 800px; }
      #second .admission03 .wrap .inner .schedule p img {
        width: 800px; } }
#second .admission03 .wrap .inner .column3 dl,
#second .admission03 .wrap .inner .column2 dl {
  margin: 0;
  padding: 0; }
  #second .admission03 .wrap .inner .column3 dl dt,
  #second .admission03 .wrap .inner .column2 dl dt {
    background-color: #3d5d87;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 10px;
    color: #fff; }
  #second .admission03 .wrap .inner .column3 dl dd,
  #second .admission03 .wrap .inner .column2 dl dd {
    background-color: #e5e7e9;
    padding: 20px;
    line-height: 1.6; }
#second .admission04 .wrap .inner .column3 .cl3_inner {
  background-color: #fff; }
  #second .admission04 .wrap .inner .column3 .cl3_inner p img {
    vertical-align: bottom; }
  #second .admission04 .wrap .inner .column3 .cl3_inner h3 {
    line-height: 1.2;
    margin: 0;
    padding: 10px 20px;
    color: #002b62; }
  #second .admission04 .wrap .inner .column3 .cl3_inner dl {
    margin: 0;
    padding: 0 20px 20px; }
    #second .admission04 .wrap .inner .column3 .cl3_inner dl dt {
      background-color: #006b7f;
      color: #fff;
      line-height: 1;
      display: inline-block;
      padding: 5px 10px; }
    #second .admission04 .wrap .inner .column3 .cl3_inner dl dd {
      line-height: 1.4;
      margin-top: 5px; }
  @media all and (min-width: 768px) {
    #second .admission04 .wrap .inner .column3 .cl3_inner:nth-child(2) h3 {
      margin-bottom: 1em; }
    #second .admission04 .wrap .inner .column3 .cl3_inner:nth-child(3) h3 {
      margin-bottom: 1em; } }

#second .admission05 .wrap .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
@media all and (max-width: 767px) {
#second .admission05 .wrap .inner ul {
  padding: 0 20px;
  display: block; } }
  #second .admission05 .wrap .inner ul li {
    width: calc((100% - 70px) / 3);
    background-color: #fff;
    margin-right: 35px;
    border: solid 1px #ccc; }
    #second .admission05 .wrap .inner ul li:nth-child(3n) {
      margin-right: 0; }
@media all and (max-width: 767px) {
  #second .admission05 .wrap .inner ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
#second .admission05 .wrap .inner ul li a {
  text-decoration: none;
  color: #000; }
  #second .admission05 .wrap .inner ul li a .img_wrap {
    background-color: #000; }
    #second .admission05 .wrap .inner ul li a .img_wrap img {
      width: 100%;
      display: block;
      opacity: 0.7;
      transition: 0.3s; }
  #second .admission05 .wrap .inner ul li a p {
    line-height: 1.8;
    font-weight: bold;
    color: #002b62;
    margin: 0;
    padding: 5px 20px 10px;
    transition: 0.3s; }
    #second .admission05 .wrap .inner ul li a p span {
      font-weight: normal;
      color: #000; }
      #second .admission05 .wrap .inner ul li a:hover .img_wrap img {
        opacity: 1;
        transition: 0.3s; }
        #second .admission05 .wrap .inner ul li a:hover p {
          color: #9d4531;
          transition: 0.3s; }
#second .admission05 .wrap .inner .txt_link {
  margin-top: 20px; }
  @media all and (max-width: 767px) {
    #second .admission05 .wrap .inner .txt_link {
      margin-top: 0;
      margin-right: 25px; } }

/*-------------------- course/admission.html, open.html共通--------------------*/
#second .ad_op_wrap {
  border-bottom: solid 10px #E5E7E9;
  margin-bottom: 100px; }
  @media all and (max-width: 767px) {
    #second .ad_op_wrap {
      border-bottom: solid 5px #E5E7E9;
      margin-bottom: 30px; } }
  #second .ad_op_wrap .wrap .inner ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media all and (max-width: 767px) {
      #second .ad_op_wrap .wrap .inner ul {
        display: block;
        margin-top: 0; } }
    #second .ad_op_wrap .wrap .inner ul li {
      margin: 0 auto;
      text-align: center;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
      #second .ad_op_wrap .wrap .inner ul li:hover {
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
      #second .ad_op_wrap .wrap .inner ul li:nth-child(-n+2) {
        width: 42%; }
        #second .ad_op_wrap .wrap .inner ul li:nth-child(-n+2) a {
          padding: 15px 0.5em 15px 0;
          font-size: 30px; }
          @media all and (max-width: 767px) {
            #second .ad_op_wrap .wrap .inner ul li:nth-child(-n+2) a {
              font-size: 1.6rem;
              padding: 15px 0.5em 15px 0; } }
          #second .ad_op_wrap .wrap .inner ul li:nth-child(-n+2) a span {
            font-size: 24px; }
            @media all and (max-width: 767px) {
              #second .ad_op_wrap .wrap .inner ul li:nth-child(-n+2) a span {
                font-size: 1.2rem; } }
        @media all and (max-width: 767px) {
          #second .ad_op_wrap .wrap .inner ul li:nth-child(-n+2) {
            width: 95%; } }
      #second .ad_op_wrap .wrap .inner ul li:last-child {
        margin-top: 50px;
        width: 55%; }
        #second .ad_op_wrap .wrap .inner ul li:last-child a {
          padding: 25px 0.5em 25px 0;
          font-size: 30px; }
          @media all and (max-width: 767px) {
            #second .ad_op_wrap .wrap .inner ul li:last-child a {
              font-size: 1.4rem;
              padding: 25px 0.5em 25px 0; } }
          #second .ad_op_wrap .wrap .inner ul li:last-child a span {
            font-size: 24px; }
            @media all and (max-width: 767px) {
              #second .ad_op_wrap .wrap .inner ul li:last-child a span {
                font-size: 1.2rem; } }
        @media all and (max-width: 767px) {
          #second .ad_op_wrap .wrap .inner ul li:last-child {
            width: 95%; } }
      @media all and (max-width: 767px) {
        #second .ad_op_wrap .wrap .inner ul li {
          margin: 30px auto; }
          #second .ad_op_wrap .wrap .inner ul li:last-child {
            margin: 0 auto; } }
      #second .ad_op_wrap .wrap .inner ul li a {
        color: #fff;
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none;
        display: block;
        margin: 0 auto;
        position: relative; }
        #second .ad_op_wrap .wrap .inner ul li a::after {
          position: absolute;
          right: 25px;
          top: calc(50% - 7.5px);
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg); }
          @media all and (max-width: 767px) {
            #second .ad_op_wrap .wrap .inner ul li a::after {
              width: 10px;
              height: 10px;
              top: calc(50% - 5px);
              right: 10px; } }
        #second .ad_op_wrap .wrap .inner ul li a.btn01 {
          background-color: #3d5d87;
          transition: .3s; }
          #second .ad_op_wrap .wrap .inner ul li a.btn01:hover {
            background-color: #8693b9;
            transition: .3s; }
        #second .ad_op_wrap .wrap .inner ul li a.btn02 {
          background-color: #786c55;
          transition: .3s; }
          #second .ad_op_wrap .wrap .inner ul li a.btn02:hover {
            background-color: #b0a896;
            transition: .3s; }
        #second .ad_op_wrap .wrap .inner ul li a.btn03 {
          background-color: #594772; }
          #second .ad_op_wrap .wrap .inner ul li a.btn03:hover {
            background-color: #9486ae;
            transition: .3s; }

/*-------------------- course/open.html --------------------*/
#second .open02 .wrap .inner .column2 .cl2_inner.left ul li {
  margin-bottom: 0.5em;
  font-size: 26px; }
  #second .open02 .wrap .inner .column2 .cl2_inner.left ul li span {
    font-size: 18px; }
  @media all and (max-width: 767px) {
    #second .open02 .wrap .inner .column2 .cl2_inner.left ul li {
      font-size: 1.6rem; }
      #second .open02 .wrap .inner .column2 .cl2_inner.left ul li span {
        font-size: 1.2rem; } }
  #second .open02 .wrap .inner .column2 .cl2_inner.left ul li img {
    vertical-align: middle;
    margin-right: 0.25em; }
#second .open02 .wrap .inner .column2 .cl2_inner.right h3 {
  margin: 0;
  padding: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 30px;
  background-color: #786c55; }
  @media all and (max-width: 767px) {
    #second .open02 .wrap .inner .column2 .cl2_inner.right h3 {
      font-size: 20px;
      padding: 10px; } }
#second .open02 .wrap .inner .column2 .cl2_inner.right p img {
  vertical-align: bottom; }
#second .open02 .wrap .inner .column2 .cl2_inner.right ul {
  display: flex; }
  #second .open02 .wrap .inner .column2 .cl2_inner.right ul li {
    padding: 10px 0;
    background-color: #fff;
    border-right: solid 1px #8693b9;
    line-height: 1.4;
    text-align: center;
    width: calc(100% / 3); }
    #second .open02 .wrap .inner .column2 .cl2_inner.right ul li:last-child {
      border-right: none; }
    #second .open02 .wrap .inner .column2 .cl2_inner.right ul li strong {
      font-size: 26px; }
      @media all and (max-width: 767px) {
        #second .open02 .wrap .inner .column2 .cl2_inner.right ul li strong {
          font-size: 20px; } }
    @media all and (max-width: 767px) {
      #second .open02 .wrap .inner .column2 .cl2_inner.right ul li {
        font-size: 1.1rem; } }
#second .open03 .wrap .inner .btn_style01 {
  margin: 60px auto 20px; }
  @media all and (max-width: 767px) {
    #second .open03 .wrap .inner .btn_style01 {
      width: 90%;
      margin: 30px auto 20px; }
      #second .open03 .wrap .inner .btn_style01 a {
        font-size: 2.6rem; } }
#second .open04 {
  padding: 60px 0; }
  @media all and (max-width: 1024px) {
    #second .open04 {
      padding: 40px 0; } }
  @media all and (max-width: 767px) {
    #second .open04 {
      padding: 30px 0 15px; } }
  #second .open04 .wrap .inner ul {
    display: flex;
    justify-content: center; }
    @media all and (max-width: 767px) {
      #second .open04 .wrap .inner ul {
        display: block; } }
    #second .open04 .wrap .inner ul li.btn {
      align-self: stretch;
      width: 38%;
      margin: 0 30px 0 15px;
      padding: 0;
      text-align: center;
      background-color: #646e74;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
      transition: .3s; }
      #second .open04 .wrap .inner ul li.btn:hover {
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0);
        background-color: #a4aab0;
        transition: .3s; }
      @media all and (max-width: 767px) {
        #second .open04 .wrap .inner ul li.btn {
          width: 90%;
          margin: 0 auto 20px; } }
      #second .open04 .wrap .inner ul li.btn a {
        display: block;
        padding: 17px 0;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1; }
        @media all and (max-width: 767px) {
          #second .open04 .wrap .inner ul li.btn a {
            font-size: 1.6rem;
            padding: 15px 0; } }
        #second .open04 .wrap .inner ul li.btn a img {
          vertical-align: middle;
          margin-left: 0.25em; }

/*-------------------- news/index.html --------------------*/
#second .news01.mgb_100 {
  margin-bottom: 100px; }
  @media all and (max-width: 767px) {
    #second .news01.mgb_100 {
      margin-bottom: 0; } }
#second .news01.mgb_200 {
  margin-bottom: 200px; }
  @media all and (max-width: 767px) {
    #second .news01.mgb_200 {
      margin-bottom: 0; } }
#second .news01 .wrap .inner {
  border: solid 10px #e5e7e9;
  padding: 70px; }
  @media all and (max-width: 767px) {
    #second .news01 .wrap .inner {
      border: solid 5px #e5e7e9;
      padding: 30px; } }
  #second .news01 .wrap .inner dl {
    border-top: solid 2px #e5e7e9;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media all and (max-width: 767px) {
      #second .news01 .wrap .inner dl {
        display: block; } }
    #second .news01 .wrap .inner dl dt {
      padding: 20px 0;
      border-bottom: solid 2px #e5e7e9;
      width: 10em; }
      @media all and (max-width: 767px) {
        #second .news01 .wrap .inner dl dt {
          width: 100%;
          padding: 20px 0 0;
          margin-bottom: 0;
          border-bottom: none; } }
    #second .news01 .wrap .inner dl dd {
      padding: 20px 0;
      border-bottom: solid 2px #e5e7e9;
      width: calc(100% - 10em); }
      @media all and (max-width: 767px) {
        #second .news01 .wrap .inner dl dd {
          padding: 5px 0 20px;
          width: 100%; } }

/*-------------------- news/news_details --------------------*/
#second .news_details01.mgb_100 {
  margin-bottom: 100px; }
  @media all and (max-width: 767px) {
    #second .news_details01.mgb_100 {
      margin-bottom: 0; } }
#second .news_details01.mgb_200 {
  margin-bottom: 200px; }
  @media all and (max-width: 767px) {
    #second .news_details01.mgb_200 {
      margin-bottom: 0; } }
#second .news_details01 .wrap .inner {
  border: solid 10px #e5e7e9;
  padding: 70px; }
  @media all and (max-width: 767px) {
    #second .news_details01 .wrap .inner {
      border: solid 5px #e5e7e9;
      padding: 30px; } }
  #second .news_details01 .wrap .inner h2 {
    margin: 0 0 0.5em;
    padding: 0;
    line-height: 1.4; }
  #second .news_details01 .wrap .inner .details p {
    margin-bottom: 1em; }
    #second .news_details01 .wrap .inner .details p.img_right {
      width: 25%;
      float: right;
      margin-left: 1em; }
      @media all and (max-width: 767px) {
        #second .news_details01 .wrap .inner .details p.img_right {
          width: 35%; } }
    #second .news_details01 .wrap .inner .details p.img_left {
      width: 25%;
      float: left;
      margin-left: 1em; }
      @media all and (max-width: 767px) {
        #second .news_details01 .wrap .inner .details p.img_left {
          width: 35%; } }
    #second .news_details01 .wrap .inner .details p strong {
      font-size: 20px; }
      @media all and (max-width: 767px) {
        #second .news_details01 .wrap .inner .details p strong {
          font-size: 16px; } }

/*-------------------- article/index.html --------------------*/
#second .article01 .wrap .inner .column2 .cl2_inner {
  background-color: #d7e8f0; }
  #second .article01 .wrap .inner .column2 .cl2_inner a {
    padding: 30px;
    text-decoration: none;
    color: #002b62;
    transition: .3s;
    height: 100%;
    display: flex;
    flex-direction: column; }
    #second .article01 .wrap .inner .column2 .cl2_inner a:hover {
      opacity: 0.6;
      transition: .3s; }
    @media all and (max-width: 767px) {
      #second .article01 .wrap .inner .column2 .cl2_inner a {
        padding: 15px; } }
    #second .article01 .wrap .inner .column2 .cl2_inner a dl {
      margin: 0 0 20px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #second .article01 .wrap .inner .column2 .cl2_inner a dl dt {
        width: 85px; }
        @media all and (max-width: 767px) {
          #second .article01 .wrap .inner .column2 .cl2_inner a dl dt {
            width: 65px; } }
        #second .article01 .wrap .inner .column2 .cl2_inner a dl dt img {
          vertical-align: bottom; }
      #second .article01 .wrap .inner .column2 .cl2_inner a dl dd {
        align-self: center;
        padding-left: 10px;
        width: calc(100% - 85px); }
        @media all and (max-width: 767px) {
          #second .article01 .wrap .inner .column2 .cl2_inner a dl dd {
            width: calc(100% - 65px); } }
        #second .article01 .wrap .inner .column2 .cl2_inner a dl dd h3 {
          margin: 0;
          padding: 0;
          line-height: 1.2;
          color: #002b62;
          font-size: 20px; }
          @media all and (max-width: 767px) {
            #second .article01 .wrap .inner .column2 .cl2_inner a dl dd h3 {
              font-size: 1.8rem; } }
    #second .article01 .wrap .inner .column2 .cl2_inner a p {
      margin-top: auto; }
      #second .article01 .wrap .inner .column2 .cl2_inner a p img {
        width: 100%;
        vertical-align: bottom; }
    #second .article01 .wrap .inner .column2 .cl2_inner a p.txt_link {
      margin-top: auto;
      text-decoration: none; }
      #second .article01 .wrap .inner .column2 .cl2_inner a p.txt_link::after {
        margin: 0 0 2px 0.25em;
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #3d5d87;
        border-right: 2px solid #3d5d87;
        transform: rotate(45deg); }
#second .article02 .wrap .inner h2 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #006b7f;
  text-align: center;
  font-weight: normal;
  font-size: 30px; }
  @media all and (max-width: 767px) {
    #second .article02 .wrap .inner h2 {
      font-size: 2.0rem; } }
#second .article02 .wrap .inner .btn_style01 {
  margin: 40px auto 0; }
  @media all and (max-width: 767px) {
    #second .article02 .wrap .inner .btn_style01 {
      width: 90%;
      margin: 20px auto 0; } }
#second .article03 .wrap .inner a img {
  transition: .3s; }
  #second .article03 .wrap .inner a img:hover {
    opacity: 0.6;
    transition: .3s; }

/*-------------------- article/article_details --------------------*/
#second .article_details01 .wrap .inner h2 {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.4;
  font-size: 30px;
  border-bottom: solid 3px #a4aab0; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner h2 {
      font-size: 2.0rem;
      border-bottom: solid 2px #a4aab0; } }
  #second .article_details01 .wrap .inner h2.h2_title-02 .fs {
    font-size: 22px; }
  #second .article_details01 .wrap .inner h2.h2_title-02 .fl {
    font-size: 27px; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner h2.h2_title-02 .fs {
      font-size: 1.4rem; }
    #second .article_details01 .wrap .inner h2.h2_title-02 .fl {
      font-size: 2.0rem; } }
#second .article_details01 .wrap .inner h3 {
  line-height: 1.4;
  margin: 50px 0 15px;
  color: #3d5d87;
  font-size: 26px; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner h3 {
      margin: 30px 0 10px;
      font-size: 1.8rem; } }
#second .article_details01 .wrap .inner p {
  margin-bottom: 1em; }
  #second .article_details01 .wrap .inner p.img_left_w400 {
    width: 400px;
    float: left;
    margin-right: 2em; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner p.img_left_w400 {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0; }
        #second .article_details01 .wrap .inner p.img_left_w400 img {
          width: 100%; } }
  #second .article_details01 .wrap .inner p.img_right_w400 {
    width: 400px;
    float: right;
    margin-left: 2em; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner p.img_right_w400 {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0; }
        #second .article_details01 .wrap .inner p.img_right_w400 img {
          width: 100%; } }
  #second .article_details01 .wrap .inner p.img_left_w500 {
    width: 500px;
    float: left;
    margin-right: 2em; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner p.img_left_w500 {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0; }
        #second .article_details01 .wrap .inner p.img_left_w500 img {
          width: 100%; } }
  #second .article_details01 .wrap .inner p.img_right_w500 {
    width: 500px;
    float: right;
    margin-left: 2em; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner p.img_right_w500 {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0; }
        #second .article_details01 .wrap .inner p.img_right_w500 img {
          width: 100%; } }
  #second .article_details01 .wrap .inner p.question {
    color: #9d4531;
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #a4aab0;
    margin-bottom: 0;
    line-height: 1.4; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner p.question {
        font-size: 1.6rem; } }
  #second .article_details01 .wrap .inner p.answer {
    margin-top: 10px; }
    #second .article_details01 .wrap .inner p.answer span {
      display: block;
      font-weight: bold; }
#second .article_details01 .wrap .inner .recommend_box {
  padding: 30px 40px;
  background-color: #e5e7e9; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner .recommend_box {
      padding: 20px; } }
  #second .article_details01 .wrap .inner .recommend_box h3 {
    margin: 0 0 20px;
    text-align: center;
    padding: 0;
    color: #9d4531; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .recommend_box h3 {
        text-align: left; } }
  #second .article_details01 .wrap .inner .recommend_box .rb_2cl {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .recommend_box .rb_2cl {
        display: block; } }
    #second .article_details01 .wrap .inner .recommend_box .rb_2cl div:first-child {
      width: 35%;
      margin-right: 20px; }
      @media all and (max-width: 767px) {
        #second .article_details01 .wrap .inner .recommend_box .rb_2cl div:first-child {
          width: 40%;
          margin: 0 auto; } }
    #second .article_details01 .wrap .inner .recommend_box .rb_2cl div p:last-child {
      margin-bottom: 0; }
#second .article_details01 .wrap .inner .interview {
  border-top: solid 1px #ccc; }
  #second .article_details01 .wrap .inner .interview dt {
    padding: 10px 0 0 1em; }
  #second .article_details01 .wrap .inner .interview dd {
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 1em; }
#second .article_details01 .wrap .inner .img_center50 {
  width: 50%;
  margin: 0 auto;
  text-align: center; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner .img_center50 {
      width: 80%; } }
  #second .article_details01 .wrap .inner .img_center50 p {
    margin: 0;
    padding: 0; }
  #second .article_details01 .wrap .inner .img_center50 .caption {
    font-size: 14px;
    text-align: left;
    line-height: 1.2; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .img_center50 .caption {
        font-size: 1.2rem; } }
#second .article_details01 .wrap .inner .img_center70 {
  width: 70%;
  margin: 0 auto;
  text-align: center; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner .img_center70 {
      width: 80%; } }
  #second .article_details01 .wrap .inner .img_center70 p {
    margin: 0;
    padding: 0; }
  #second .article_details01 .wrap .inner .img_center70 .caption {
    font-size: 14px;
    text-align: left;
    line-height: 1.2; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .img_center70 .caption {
        font-size: 1.2rem; } }
#second .article_details01 .wrap .inner .img_center80 {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner .img_center80 {
      width: 100%; } }
  #second .article_details01 .wrap .inner .img_center80 p {
    margin: 0;
    padding: 0; }
  #second .article_details01 .wrap .inner .img_center80 .caption {
    font-size: 14px;
    text-align: left;
    line-height: 1.2; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .img_center80 .caption {
        font-size: 1.2rem; } }
#second .article_details01 .wrap .inner .img_center100 {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  #second .article_details01 .wrap .inner .img_center100 p {
    margin: 0;
    padding: 0; }
  #second .article_details01 .wrap .inner .img_center100 .caption {
    font-size: 14px;
    text-align: left;
    line-height: 1.2; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .img_center100 .caption {
        font-size: 1.2rem; } }
#second .article_details01 .wrap .inner .contest h3 {
  margin: 30px 0 10px;
  padding-left: 0.3em;
  font-size: 20px;
  color: #000;
  border-left: solid 7px #3d5d87;
  line-height: 1; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner .contest h3 {
      font-size: 1.5rem;
      border-left: solid 5px #3d5d87; } }
#second .article_details01 .wrap .inner .contest ul li {
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px 1em; }
  #second .article_details01 .wrap .inner .contest ul li:first-child {
    border-top: solid 1px #ccc; }
#second .article_details01 .wrap .inner h4.leftBorder {
  margin: 40px 0 10px;
  padding-left: 0.3em;
  font-size: 20px;
  color: #000;
  border-left: solid 7px #3d5d87;
  line-height: 1; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner h4.leftBorder {
      font-size: 1.5rem;
      border-left: solid 5px #3d5d87; } }
#second .article_details01 .wrap .inner .cl2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner .cl2 {
      display: inherit; } }
  #second .article_details01 .wrap .inner .cl2 .cl2_inner {
    width: calc((100% - 20px)/2); }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .cl2 .cl2_inner {
        width: 100%; } }
#second .article_details01 .wrap .inner .tl_pr {
  display: flex;
  justify-content: space-between;
  background: #efefef;
  padding: 30px; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner .tl_pr {
      display: inherit;
      padding: 15px; } }
  #second .article_details01 .wrap .inner .tl_pr_inner:first-child {
    width: 55%; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .tl_pr_inner:first-child {
        width: 100%;
        margin-bottom: 1em; } }
  #second .article_details01 .wrap .inner .tl_pr_inner:last-child {
    width: 40%; }
    @media all and (max-width: 767px) {
      #second .article_details01 .wrap .inner .tl_pr_inner:last-child {
        width: 100%; } }
  #second .article_details01 .wrap .inner .tl_pr_inner dt {
    font-weight: bold; }
  #second .article_details01 .wrap .inner .tl_pr_inner p {
    margin: 0;
    padding: 0; }
    #second .article_details01 .wrap .inner .tl_pr_inner p img {
      vertical-align: bottom; }
#second .article_details01 .wrap .inner .profile {
  border: solid 1px #ccc;
  margin-top: 50px;
  padding: 50px  50px  45px; }
  @media all and (max-width: 767px) {
    #second .article_details01 .wrap .inner .profile {
      margin-top: 25px;
      padding: 20px  20px  15px; } }
  #second .article_details01 .wrap .inner .profile h4 {
    margin: 0; }
  #second .article_details01 .wrap .inner .profile dl:last-child {
    margin: 0; }
  #second .article_details01 .wrap .inner .profile dl dt {
    font-weight: bold; }

/*-------------------- bootcamp/index.html --------------------*/
#second section .wrap .inner .h3_bootcamp {
  font-size: 30px;
  text-align: center;
  margin: 40px 0 10px;
  padding: 0;
  color: #002b62; }
  @media all and (max-width: 767px) {
    #second section .wrap .inner .h3_bootcamp {
      font-size: 1.6rem;
      margin: 30px 0 5px; } }
#second .bootcamp01 .wrap .inner .btn_style01 {
  width: 30em;
  margin: 40px auto 0; }
  @media all and (max-width: 767px) {
    #second .bootcamp01 .wrap .inner .btn_style01 {
      width: 100%; }
      #second .bootcamp01 .wrap .inner .btn_style01 a {
        font-size: 1.4rem; } }
#second .bootcamp03 .wrap .inner .column2_bt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media all and (max-width: 767px) {
    #second .bootcamp03 .wrap .inner .column2_bt {
      display: block; } }
  #second .bootcamp03 .wrap .inner .column2_bt .cl2_inner.illustration {
    width: 30%; }
    @media all and (max-width: 767px) {
      #second .bootcamp03 .wrap .inner .column2_bt .cl2_inner.illustration {
        width: 40%;
        margin: 0 auto; } }
  #second .bootcamp03 .wrap .inner .column2_bt .cl2_inner.text {
    width: calc(70% - 30px);
    margin: 0; }
    @media all and (max-width: 767px) {
      #second .bootcamp03 .wrap .inner .column2_bt .cl2_inner.text {
        width: 100%; } }
  #second .bootcamp03 .wrap .inner .column2_bt .cl2_inner dl {
    border-top: solid 1px #a4aab0;
    margin: 0;
    padding: 15px 0 0; }
    #second .bootcamp03 .wrap .inner .column2_bt .cl2_inner dl dt {
      font-size: 20px;
      color: #006b7f;
      font-weight: bold;
      line-height: 1;
      margin: 0 0 0.25em;
      padding: 0; }
      @media all and (max-width: 767px) {
        #second .bootcamp03 .wrap .inner .column2_bt .cl2_inner dl dt {
          font-size: 1.6rem; } }
    #second .bootcamp03 .wrap .inner .column2_bt .cl2_inner dl dd {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: solid 1px #a4aab0;
      line-height: 1.4; }
@media all and (min-width: 768px) {
  #second .bootcamp06 .wrap .inner .schedule {
    margin-top: 30px; } }
#second .bootcamp06 .wrap .inner .schedule p {
  text-align: center; }
  #second .bootcamp06 .wrap .inner .schedule p img {
    width: 80%;
    vertical-align: bottom; }
@media all and (max-width: 767px) {
  #second .bootcamp06 .wrap .inner .schedule {
    overflow: auto; }
    #second .bootcamp06 .wrap .inner .schedule p {
      text-align: left;
      width: 800px; }
      #second .bootcamp06 .wrap .inner .schedule p img {
        width: 800px; } }
#second .bootcamp06 .wrap .inner .note {
  width: 80%;
  margin: 0 auto;
  text-align: right;
  padding: 0; }
  @media all and (max-width: 767px) {
    #second .bootcamp06 .wrap .inner .note {
      width: 100%; } }
#second .bootcamp07 .wrap .inner .column3 .cl3_inner {
  background-color: #e5e7e9;
  height: 18em;
  position: relative; }
  @media all and (max-width: 767px) {
    #second .bootcamp07 .wrap .inner .column3 .cl3_inner {
      height: inherit;
      position: inherit; } }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner h3 {
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    margin: 0; }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner .text {
    padding: 10px 20px 0;
    line-height: 1.4;
    font-size: 18px; }
    @media all and (max-width: 767px) {
      #second .bootcamp07 .wrap .inner .column3 .cl3_inner .text {
        font-size: 1.6rem; } }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner .icon {
    text-align: center; }
    #second .bootcamp07 .wrap .inner .column3 .cl3_inner .icon img {
      width: 150px;
      vertical-align: bottom; }
      @media all and (max-width: 767px) {
        #second .bootcamp07 .wrap .inner .column3 .cl3_inner .icon img {
          width: 120px; } }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner .days {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-size: 30px; }
    @media all and (max-width: 767px) {
      #second .bootcamp07 .wrap .inner .column3 .cl3_inner .days {
        position: inherit;
        padding-bottom: 10px;
        font-size: 2.0rem; } }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner.purple h3 {
    background-color: #594772; }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner.purple .text {
    color: #594772; }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner.green h3 {
    background-color: #1f5a42; }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner.green .text {
    color: #1f5a42; }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner.blue h3 {
    background-color: #3d5d87; }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner.blue .text {
    color: #3d5d87; }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner.red h3 {
    background-color: #9d4531; }
  #second .bootcamp07 .wrap .inner .column3 .cl3_inner.red .text {
    color: #9d4531; }
#second .bootcamp07 .wrap .inner .btn_style01 {
  width: 30em;
  margin: 40px auto 0; }
  @media all and (max-width: 767px) {
    #second .bootcamp07 .wrap .inner .btn_style01 {
      width: 100%; }
      #second .bootcamp07 .wrap .inner .btn_style01 a {
        font-size: 1.4rem; } }

/*-------------------- recommend/index.html --------------------*/
#second .recommend02.gray,
#second .recommend03.gray {
  background-color: #E5E7E9; }
#second .recommend02.orange,
#second .recommend03.orange {
  background-color: #f4eadb; }
#second .recommend02 .wrap .inner .h3_title-01,
#second .recommend03 .wrap .inner .h3_title-01 {
  position: relative;
  display: flex;
  align-items: stretch;
  font-size: 30px;
  background-color: #fff;
  line-height: 1.2;
  margin: 0 0 30px;
  padding: 0; }
  @media all and (max-width: 767px) {
    #second .recommend02 .wrap .inner .h3_title-01,
    #second .recommend03 .wrap .inner .h3_title-01 {
      font-size: 1.8rem;
      display: block;
      margin: 0 0 15px; } }
  #second .recommend02 .wrap .inner .h3_title-01 em,
  #second .recommend03 .wrap .inner .h3_title-01 em {
    display: block;
    align-self: center;
    text-align: center;
    margin-right: 15px;
    padding: 8px 0 10px;
    font-style: normal; }
    #second .recommend02 .wrap .inner .h3_title-01 em.blue,
    #second .recommend03 .wrap .inner .h3_title-01 em.blue {
      background-color: #002b62; }
    #second .recommend02 .wrap .inner .h3_title-01 em.yellow,
    #second .recommend03 .wrap .inner .h3_title-01 em.yellow {
      background-color: #a98446; }
    @media all and (max-width: 767px) {
      #second .recommend02 .wrap .inner .h3_title-01 em,
      #second .recommend03 .wrap .inner .h3_title-01 em {
        margin-right: 0;
        text-align: left;
        padding: 5px 0; } }
    #second .recommend02 .wrap .inner .h3_title-01 em span,
    #second .recommend03 .wrap .inner .h3_title-01 em span {
      color: #fff;
      font-weight: normal;
      white-space: nowrap;
      font-size: 20px; }
      @media all and (max-width: 767px) {
        #second .recommend02 .wrap .inner .h3_title-01 em span,
        #second .recommend03 .wrap .inner .h3_title-01 em span {
          font-size: 1.4rem; } }
  #second .recommend02 .wrap .inner .h3_title-01 strong,
  #second .recommend03 .wrap .inner .h3_title-01 strong {
    display: block;
    align-self: center; }
    @media all and (max-width: 1024px) {
      #second .recommend02 .wrap .inner .h3_title-01 strong,
      #second .recommend03 .wrap .inner .h3_title-01 strong {
        font-size: 20px; } }
    @media all and (max-width: 767px) {
      #second .recommend02 .wrap .inner .h3_title-01 strong,
      #second .recommend03 .wrap .inner .h3_title-01 strong {
        padding: 10px; } }
    #second .recommend02 .wrap .inner .h3_title-01 strong .new,
    #second .recommend03 .wrap .inner .h3_title-01 strong .new {
      color: #9d4531;
      font-size: 26px;
      margin-left: -0.5em; }
      @media all and (max-width: 1024px) {
        #second .recommend02 .wrap .inner .h3_title-01 strong .new,
        #second .recommend03 .wrap .inner .h3_title-01 strong .new {
          font-size: 20px; } }
  #second .recommend02 .wrap .inner .h3_title-01 .icon,
  #second .recommend03 .wrap .inner .h3_title-01 .icon {
    position: absolute;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    padding: 9px 10px 8px;
    color: #fff;
    top: 20%;
    right: 10px; }
    @media all and (max-width: 767px) {
      #second .recommend02 .wrap .inner .h3_title-01 .icon,
      #second .recommend03 .wrap .inner .h3_title-01 .icon {
        top: 0;
        right: 0; } }
    #second .recommend02 .wrap .inner .h3_title-01 .icon.color01,
    #second .recommend03 .wrap .inner .h3_title-01 .icon.color01 {
      background-color: #006b7f; }
    #second .recommend02 .wrap .inner .h3_title-01 .icon.color02,
    #second .recommend03 .wrap .inner .h3_title-01 .icon.color02 {
      background-color: #594772; }
  #second .recommend02 .wrap .inner .h3_title-01 .icon02,
  #second .recommend03 .wrap .inner .h3_title-01 .icon02 {
    position: absolute;
    font-size: 14px;
    display: block;
    line-height: 1;
    color: #fff;
    top: 32%;
    right: 10px; }
    @media all and (max-width: 767px) {
      #second .recommend02 .wrap .inner .h3_title-01 .icon02,
      #second .recommend03 .wrap .inner .h3_title-01 .icon02 {
        top: 0;
        right: 0; } }
    #second .recommend02 .wrap .inner .h3_title-01 .icon02 .color01,
    #second .recommend02 .wrap .inner .h3_title-01 .icon02 .color02,
    #second .recommend03 .wrap .inner .h3_title-01 .icon02 .color01,
    #second .recommend03 .wrap .inner .h3_title-01 .icon02 .color02 {
      padding: 9px 10px 8px;
      display: inline-block; }
    #second .recommend02 .wrap .inner .h3_title-01 .icon02 .color01,
    #second .recommend03 .wrap .inner .h3_title-01 .icon02 .color01 {
      background-color: #006b7f; }
    #second .recommend02 .wrap .inner .h3_title-01 .icon02 .color02,
    #second .recommend03 .wrap .inner .h3_title-01 .icon02 .color02 {
      background-color: #594772; }
#second .recommend02 .wrap .inner .btn_style01,
#second .recommend03 .wrap .inner .btn_style01 {
  width: 32em;
  margin: 30px auto 0; }
  @media all and (max-width: 767px) {
    #second .recommend02 .wrap .inner .btn_style01,
    #second .recommend03 .wrap .inner .btn_style01 {
      width: 100%; }
      #second .recommend02 .wrap .inner .btn_style01 a,
      #second .recommend03 .wrap .inner .btn_style01 a {
        font-size: 1.4rem; } }
#second .recommend02 .wrap .inner .btn_cl2,
#second .recommend03 .wrap .inner .btn_cl2 {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    #second .recommend02 .wrap .inner .btn_cl2,
    #second .recommend03 .wrap .inner .btn_cl2 {
      display: inherit; } }
  #second .recommend02 .wrap .inner .btn_cl2 .btn_style01,
  #second .recommend03 .wrap .inner .btn_cl2 .btn_style01 {
    width: 47%; }
    @media all and (max-width: 767px) {
      #second .recommend02 .wrap .inner .btn_cl2 .btn_style01,
      #second .recommend03 .wrap .inner .btn_cl2 .btn_style01 {
        width: 100%; } }
    #second .recommend02 .wrap .inner .btn_cl2 .btn_style01 a,
    #second .recommend03 .wrap .inner .btn_cl2 .btn_style01 a {
      line-height: 1.2; }
#second .recommend02 .wrap .inner .column2 .cl2_inner.left,
#second .recommend03 .wrap .inner .column2 .cl2_inner.left {
  width: 60%; }
  @media all and (max-width: 767px) {
    #second .recommend02 .wrap .inner .column2 .cl2_inner.left,
    #second .recommend03 .wrap .inner .column2 .cl2_inner.left {
      width: 100%; } }
  #second .recommend02 .wrap .inner .column2 .cl2_inner.left ul li,
  #second .recommend03 .wrap .inner .column2 .cl2_inner.left ul li {
    list-style: disc inside;
    padding-left: 0.5em; }
#second .recommend02 .wrap .inner .column2 .cl2_inner.right,
#second .recommend03 .wrap .inner .column2 .cl2_inner.right {
  width: 35%; }
  @media all and (max-width: 1024px) {
    #second .recommend02 .wrap .inner .column2 .cl2_inner.right,
    #second .recommend03 .wrap .inner .column2 .cl2_inner.right {
      width: 34%; } }
  @media all and (max-width: 767px) {
    #second .recommend02 .wrap .inner .column2 .cl2_inner.right,
    #second .recommend03 .wrap .inner .column2 .cl2_inner.right {
      width: 100%; } }
  #second .recommend02 .wrap .inner .column2 .cl2_inner.right p img,
  #second .recommend03 .wrap .inner .column2 .cl2_inner.right p img {
    vertical-align: bottom; }
#second .recommend02 .wrap .inner .column2 .cl2_inner h4,
#second .recommend03 .wrap .inner .column2 .cl2_inner h4 {
  border-bottom: solid 1px #002b62;
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  color: #9d4531;
  line-height: 1.2; }
  @media all and (max-width: 767px) {
    #second .recommend02 .wrap .inner .column2 .cl2_inner h4,
    #second .recommend03 .wrap .inner .column2 .cl2_inner h4 {
      font-size: 1.8rem; } }
#second .recommend02 .wrap .inner .column1 .cl1_inner.left,
#second .recommend03 .wrap .inner .column1 .cl1_inner.left {
  width: 100%; }
  @media all and (max-width: 767px) {
    #second .recommend02 .wrap .inner .column1 .cl1_inner.left,
    #second .recommend03 .wrap .inner .column1 .cl1_inner.left {
      width: 100%; } }
  #second .recommend02 .wrap .inner .column1 .cl1_inner.left ul li,
  #second .recommend03 .wrap .inner .column1 .cl1_inner.left ul li {
    list-style: disc inside;
    padding-left: 0.5em;
    text-indent: -1.3em;
    margin-left: 1.3em; }
#second .recommend02 .wrap .inner .column1 .cl1_inner h4,
#second .recommend03 .wrap .inner .column1 .cl1_inner h4 {
  border-bottom: solid 1px #002b62;
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  color: #9d4531;
  line-height: 1.2; }
  @media all and (max-width: 767px) {
    #second .recommend02 .wrap .inner .column1 .cl1_inner h4,
    #second .recommend03 .wrap .inner .column1 .cl1_inner h4 {
      font-size: 1.8rem; } }
#second .recommend04 .wrap .inner .btn_style01 {
  margin: 0 auto;
  padding: 0;
  width: 42%; }
  @media all and (max-width: 767px) {
    #second .recommend04 .wrap .inner .btn_style01 {
      width: 90%; } }
  #second .recommend04 .wrap .inner .btn_style01 a {
    font-size: 30px;
    padding: 25px 0.5em 25px 0; }
    @media all and (max-width: 767px) {
      #second .recommend04 .wrap .inner .btn_style01 a {
        font-size: 2.0rem;
        padding: 15px 0.5em 15px 0; } }

/*-------------------- パンくずの修正 --------------------*/
.nav-location .list li {
  display: inline;
  float: none !important; }

/*-------------------- Reスキル講座 --------------------*/
.re_skill {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  border: solid 1px #ccc;
  padding: 15px;
  margin: 60px auto 0; }
  @media all and (max-width: 767px) {
    .re_skill {
      width: 100%;
      margin: 30px auto 0; } }
  .re_skill dt {
    width: 60px;
    margin-right: 15px; }
    @media all and (max-width: 767px) {
      .re_skill dt {
        width: 40px; } }
  .re_skill dd {
    width: calc(100% - 60px);
    line-height: 1.2; }
    @media all and (max-width: 767px) {
      .re_skill dd {
        width: calc(100% - 40px); } }

/*-------------------- 外部リンク --------------------*/
.link_blank {
  text-align: center; }
  @media all and (max-width: 767px) {
    .link_blank {
      text-align: left; } }
  .link_blank img {
    margin-left: 0.5em;
    vertical-align: middle; }

/*-------------------- online/index.html --------------------*/
#second .online02 .wrap .inner .column2 .cl2_inner.left dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center; }
  #second .online02 .wrap .inner .column2 .cl2_inner.left dl dt,
  #second .online02 .wrap .inner .column2 .cl2_inner.left dl dd {
    margin-bottom: 2em; }
    @media all and (max-width: 767px) {
      #second .online02 .wrap .inner .column2 .cl2_inner.left dl dt,
      #second .online02 .wrap .inner .column2 .cl2_inner.left dl dd {
        margin-bottom: 1em; } }
  #second .online02 .wrap .inner .column2 .cl2_inner.left dl dt {
    width: 100px; }
    @media all and (max-width: 767px) {
      #second .online02 .wrap .inner .column2 .cl2_inner.left dl dt {
        width: 60px; } }
    #second .online02 .wrap .inner .column2 .cl2_inner.left dl dt img {
      width: 100%;
      vertical-align: middle; }
  #second .online02 .wrap .inner .column2 .cl2_inner.left dl dd {
    width: calc(100% - 115px);
    margin-left: 15px;
    line-height: 1.4; }
    @media all and (max-width: 767px) {
      #second .online02 .wrap .inner .column2 .cl2_inner.left dl dd {
        width: calc(100% - 70px);
        margin-left: 10px; } }
    #second .online02 .wrap .inner .column2 .cl2_inner.left dl dd h3 {
      font-size: 20px;
      margin: 0;
      padding: 0;
      color: #002b62;
      border-bottom: solid 1px #002b62;
      font-weight: bold; }
      @media all and (max-width: 767px) {
        #second .online02 .wrap .inner .column2 .cl2_inner.left dl dd h3 {
          font-size: 1.6rem; } }
    #second .online02 .wrap .inner .column2 .cl2_inner.left dl dd p {
      margin-top: 0.25em;
      font-weight: bold; }
#second .online02 .wrap .inner .column2 .cl2_inner.right p img {
  vertical-align: bottom; }
#second .introduction {
  margin-bottom: 100px;
  border-top: solid 10px #e5e7e9;
  border-bottom: solid 10px #e5e7e9; }
  @media all and (max-width: 767px) {
    #second .introduction {
      margin-bottom: 10px; } }
  #second .introduction p {
    width: 24em;
    margin: 0 auto;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
    #second .introduction p:hover {
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
    @media all and (max-width: 767px) {
      #second .introduction p {
        width: 90%;
        margin: 0 auto; } }
    #second .introduction p a {
      position: relative;
      color: #fff;
      font-weight: bold;
      font-size: 30px;
      line-height: 1;
      text-decoration: none;
      display: block;
      margin: 0 auto;
      padding: 20px 0.5em 20px 0;
      background-color: #002b62; }
      @media all and (max-width: 767px) {
        #second .introduction p a {
          font-size: 2.6rem; } }
      #second .introduction p a::after {
        position: absolute;
        right: 20px;
        top: calc(50% - 6px);
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg); }
      #second .introduction p a:hover {
        background-color: #8693b9; }

#second .online03 {
  padding-bottom: 20px; }
  @media all and (max-width: 767px) {
    #second .online03 {
      margin-bottom: -10px; } }
  #second .online03.gray {
    background-color: #E5E7E9; }
    #second .online03.gray .h3_title-01 {
      background-color: #fff; }
  #second .online03.white {
    background-color: #fff; }
    #second .online03.white .h3_title-01 {
      background-color: #E5E7E9; }
  #second .online03.orange {
    background-color: #f4eadb; }
  #second .online03 .wrap .inner .h3_title-01 {
    position: relative;
    display: flex;
    align-items: stretch;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0; }
    @media all and (max-width: 767px) {
      #second .online03 .wrap .inner .h3_title-01 {
        font-size: 1.8rem;
        display: block;
        margin: 0 0 15px; } }
    #second .online03 .wrap .inner .h3_title-01 em {
      display: block;
      align-self: center;
      text-align: center;
      margin-right: 15px;
      padding: 8px 0 10px;
      font-style: normal; }
      #second .online03 .wrap .inner .h3_title-01 em.blue {
        background-color: #002b62; }
      #second .online03 .wrap .inner .h3_title-01 em.yellow {
        background-color: #a98446; }
      @media all and (max-width: 767px) {
        #second .online03 .wrap .inner .h3_title-01 em {
          margin-right: 0;
          text-align: left;
          padding: 5px 0; } }
      #second .online03 .wrap .inner .h3_title-01 em span {
        color: #fff;
        font-weight: normal;
        white-space: nowrap;
        font-size: 20px; }
        @media all and (max-width: 767px) {
          #second .online03 .wrap .inner .h3_title-01 em span {
            font-size: 1.4rem; } }
    #second .online03 .wrap .inner .h3_title-01 strong {
      display: block;
      align-self: center; }
      @media all and (max-width: 1024px) {
        #second .online03 .wrap .inner .h3_title-01 strong {
          font-size: 20px; } }
      @media all and (max-width: 767px) {
        #second .online03 .wrap .inner .h3_title-01 strong {
          padding: 10px; } }
      #second .online03 .wrap .inner .h3_title-01 strong .new {
        color: #9d4531;
        font-size: 26px;
        margin-left: -0.5em; }
        @media all and (max-width: 1024px) {
          #second .online03 .wrap .inner .h3_title-01 strong .new {
            font-size: 20px; } }
    #second .online03 .wrap .inner .h3_title-01 .icon {
      position: absolute;
      font-size: 14px;
      display: inline-block;
      line-height: 1;
      padding: 9px 10px 8px;
      color: #fff;
      top: 20%;
      right: 10px; }
      @media all and (max-width: 767px) {
        #second .online03 .wrap .inner .h3_title-01 .icon {
          top: 0;
          right: 0; } }
      #second .online03 .wrap .inner .h3_title-01 .icon.color01 {
        background-color: #006b7f; }
      #second .online03 .wrap .inner .h3_title-01 .icon.color02 {
        background-color: #594772; }
  #second .online03 .wrap .inner .btn_style01 {
    width: 30em;
    margin: 30px auto 0; }
    @media all and (max-width: 767px) {
      #second .online03 .wrap .inner .btn_style01 {
        width: 100%; }
        #second .online03 .wrap .inner .btn_style01 a {
          font-size: 1.4rem; } }
  #second .online03 .wrap .inner .column2 .cl2_inner.left {
    width: 60%; }
    @media all and (max-width: 767px) {
      #second .online03 .wrap .inner .column2 .cl2_inner.left {
        width: 100%; } }
    #second .online03 .wrap .inner .column2 .cl2_inner.left ul li {
      list-style: disc inside;
      padding-left: 0.5em; }
  #second .online03 .wrap .inner .column2 .cl2_inner.right {
    width: 35%; }
    @media all and (max-width: 1024px) {
      #second .online03 .wrap .inner .column2 .cl2_inner.right {
        width: 34%; } }
    @media all and (max-width: 767px) {
      #second .online03 .wrap .inner .column2 .cl2_inner.right {
        width: 100%; } }
    #second .online03 .wrap .inner .column2 .cl2_inner.right p img {
      vertical-align: bottom; }
  #second .online03 .wrap .inner .column2 .cl2_inner h4 {
    border-bottom: solid 1px #002b62;
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    color: #9d4531;
    line-height: 1.2; }
    @media all and (max-width: 767px) {
      #second .online03 .wrap .inner .column2 .cl2_inner h4 {
        font-size: 1.8rem; } }
  #second .online03 .wrap .inner .online03_btn {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 767px) {
      #second .online03 .wrap .inner .online03_btn {
        display: inherit; } }
    #second .online03 .wrap .inner .online03_btn .btn_style_noLink {
      width: 45%;
      margin: 30px auto 0;
      text-align: center; }
      @media all and (max-width: 767px) {
        #second .online03 .wrap .inner .online03_btn .btn_style_noLink {
          width: 100%;
          margin: 20px auto 0; } }
      #second .online03 .wrap .inner .online03_btn .btn_style_noLink span,
      #second .online03 .wrap .inner .online03_btn .btn_style_noLink a {
        position: relative;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        height: 100%;
        line-height: 1.4;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0.5em 17px 0; }
        @media all and (max-width: 1024px) {
          #second .online03 .wrap .inner .online03_btn .btn_style_noLink span,
          #second .online03 .wrap .inner .online03_btn .btn_style_noLink a {
            font-size: 1.6rem; } }
        @media all and (max-width: 767px) {
          #second .online03 .wrap .inner .online03_btn .btn_style_noLink span,
          #second .online03 .wrap .inner .online03_btn .btn_style_noLink a {
            font-size: 1.4rem; } }
        #second .online03 .wrap .inner .online03_btn .btn_style_noLink span.grey,
        #second .online03 .wrap .inner .online03_btn .btn_style_noLink a.grey {
          background-color: #646e74; }
        #second .online03 .wrap .inner .online03_btn .btn_style_noLink span.tricolore,
        #second .online03 .wrap .inner .online03_btn .btn_style_noLink a.tricolore {
          background-color: #006b7f; }
        #second .online03 .wrap .inner .online03_btn .btn_style_noLink span::after,
        #second .online03 .wrap .inner .online03_btn .btn_style_noLink a::after {
          position: absolute;
          right: 20px;
          top: calc(50% - 6px);
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg); }
      #second .online03 .wrap .inner .online03_btn .btn_style_noLink a {
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
        #second .online03 .wrap .inner .online03_btn .btn_style_noLink a:hover {
          opacity: 0.6;
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
#second .recommend04 .wrap .inner .btn_style01 {
  margin: 0 auto;
  padding: 0;
  width: 42%; }
  @media all and (max-width: 767px) {
    #second .recommend04 .wrap .inner .btn_style01 {
      width: 90%; } }
  #second .recommend04 .wrap .inner .btn_style01 a {
    font-size: 30px;
    padding: 25px 0.5em 25px 0; }
    @media all and (max-width: 767px) {
      #second .recommend04 .wrap .inner .btn_style01 a {
        font-size: 2.0rem;
        padding: 15px 0.5em 15px 0; } }

/*-------------------- literacy/index.html --------------------*/
#second .literacy01 .wrap .inner p {
  text-align: center;
  font-size: 24px;
  font-weight: bold; }
  @media all and (max-width: 767px) {
    #second .literacy01 .wrap .inner p {
      font-size: 1.8rem; } }
#second .literacy01 .wrap .inner ul {
  display: flex;
  justify-content: center; }
  @media all and (max-width: 767px) {
    #second .literacy01 .wrap .inner ul {
      display: inherit; } }
  #second .literacy01 .wrap .inner ul li {
    width: 38%; }
    @media all and (max-width: 767px) {
      #second .literacy01 .wrap .inner ul li {
        width: 100%; } }
    #second .literacy01 .wrap .inner ul li.btn {
      margin: 30px 0;
      text-align: center; }
      @media all and (max-width: 767px) {
        #second .literacy01 .wrap .inner ul li.btn {
          margin: 15px auto; } }
      #second .literacy01 .wrap .inner ul li.btn span,
      #second .literacy01 .wrap .inner ul li.btn a {
        position: relative;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.4;
        text-decoration: none;
        display: block;
        margin: 0 auto;
        padding: 20px 0.5em 17px 0; }
        @media all and (max-width: 1024px) {
          #second .literacy01 .wrap .inner ul li.btn span,
          #second .literacy01 .wrap .inner ul li.btn a {
            font-size: 16px; } }
        @media all and (max-width: 767px) {
          #second .literacy01 .wrap .inner ul li.btn span,
          #second .literacy01 .wrap .inner ul li.btn a {
            font-size: 1.4rem; } }
        #second .literacy01 .wrap .inner ul li.btn span::after,
        #second .literacy01 .wrap .inner ul li.btn a::after {
          position: absolute;
          right: 20px;
          top: calc(50% - 6px);
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg); }
    #second .literacy01 .wrap .inner ul li.grey span,
    #second .literacy01 .wrap .inner ul li.grey a {
      background-color: #646e74; }
    #second .literacy01 .wrap .inner ul li.grey a:hover {
      background-color: #a4aab0; }
    #second .literacy01 .wrap .inner ul li.tricolore span,
    #second .literacy01 .wrap .inner ul li.tricolore a {
      background-color: #006b7f;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
    #second .literacy01 .wrap .inner ul li.tricolore a:hover {
      opacity: 0.6;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
#second .literacy01 .wrap .inner .btn_cl2 {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    #second .literacy01 .wrap .inner .btn_cl2 {
      display: inherit; } }
  #second .literacy01 .wrap .inner .btn_cl2 .btn_style01 {
    width: 47%;
    margin: 50px 0 0; }
    @media all and (max-width: 767px) {
      #second .literacy01 .wrap .inner .btn_cl2 .btn_style01 {
        width: 100%;
        margin: 30px 0 0; } }
    #second .literacy01 .wrap .inner .btn_cl2 .btn_style01 a {
      line-height: 1.2; }
#second .literacy02 .wrap .inner .literacy02_clm3 {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    #second .literacy02 .wrap .inner .literacy02_clm3 {
      display: inherit; } }
  #second .literacy02 .wrap .inner .literacy02_clm3 dl {
    background-color: #fff;
    width: 31%; }
    @media all and (max-width: 767px) {
      #second .literacy02 .wrap .inner .literacy02_clm3 dl {
        width: 100%; } }
    #second .literacy02 .wrap .inner .literacy02_clm3 dl dt {
      background-color: #006b7f;
      padding: 15px 10px;
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      color: #fff; }
      @media all and (max-width: 767px) {
        #second .literacy02 .wrap .inner .literacy02_clm3 dl dt {
          font-size: 1.6rem;
          padding: 10px 5px; } }
    #second .literacy02 .wrap .inner .literacy02_clm3 dl dd {
      padding: 15px 10px;
      text-align: center; }
      @media all and (max-width: 767px) {
        #second .literacy02 .wrap .inner .literacy02_clm3 dl dd {
          padding: 10px 5px; } }
#second .literacy03 .wrap .inner h3 {
  color: #76161b;
  border-bottom: solid 1px #a4aab0;
  margin: 0 0 10px; }
#second .literacy03 .wrap .inner ul li {
  text-indent: -0.75em;
  margin-left: 0.75em; }
  #second .literacy03 .wrap .inner ul li::before {
    content: " ";
    font-size: 80%;
    background-color: #002b62;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 0.35em 3px 0; }
  #second .literacy03 .wrap .inner ul li p {
    margin-left: 0.75em; }
#second .literacy04 .wrap .inner .literacy04_h3 {
  margin: 1.5em 0 0.5em;
  padding: 0; }
#second .literacy04 .wrap .inner li.txt_link {
  text-indent: -1em;
  margin-left: 1.25em;
  margin-bottom: 1em;
  line-height: 1.4; }
  #second .literacy04 .wrap .inner li.txt_link a {
    text-decoration: none; }
    #second .literacy04 .wrap .inner li.txt_link a::before {
      margin: 0 0.5em 2px 0;
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #3d5d87;
      border-right: 2px solid #3d5d87;
      transform: rotate(45deg); }
      @media all and (max-width: 767px) {
        #second .literacy04 .wrap .inner li.txt_link a::before {
          width: 6px;
          height: 6px;
          margin: 0 0.3em 2px 0; } }
    #second .literacy04 .wrap .inner li.txt_link a:hover::before {
      border-top: 2px solid #9d4531;
      border-right: 2px solid #9d4531; }
#second .literacy05 .wrap .inner .curriculum {
  border: solid 2px #9d4531;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto; }
  #second .literacy05 .wrap .inner .curriculum h3 {
    text-align: center;
    background-color: #9d4531;
    font-size: 26px;
    color: #fff;
    margin: 0;
    padding: 0; }
    @media all and (max-width: 767px) {
      #second .literacy05 .wrap .inner .curriculum h3 {
        font-size: 1.8rem; } }
  #second .literacy05 .wrap .inner .curriculum_inner {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 1024px) {
      #second .literacy05 .wrap .inner .curriculum_inner {
        padding: 30px 30px; } }
    @media all and (max-width: 767px) {
      #second .literacy05 .wrap .inner .curriculum_inner {
        display: inherit;
        padding: 15px 25px; } }
    #second .literacy05 .wrap .inner .curriculum_inner dl {
      margin: 0;
      padding: 0; }
      #second .literacy05 .wrap .inner .curriculum_inner dl dt {
        font-weight: bold;
        font-size: 18px; }
        @media all and (max-width: 767px) {
          #second .literacy05 .wrap .inner .curriculum_inner dl dt {
            font-size: 1.6rem; } }
        @media all and (max-width: 767px) {
          #second .literacy05 .wrap .inner .curriculum_inner dl dt.no2 {
            margin-top: 1em; } }
        #second .literacy05 .wrap .inner .curriculum_inner dl dt.no3 {
          margin-top: 1em; }
      #second .literacy05 .wrap .inner .curriculum_inner dl dd {
        margin-left: 1.25em; }
@media all and (max-width: 767px) {
  #second .literacy05 .wrap .inner .text_center {
    text-align: left; } }
#second .literacy05 .wrap .inner ul.btn_cl2 {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    #second .literacy05 .wrap .inner ul.btn_cl2 {
      display: inherit; } }
  #second .literacy05 .wrap .inner ul.btn_cl2 li {
    width: 47%; }
    @media all and (max-width: 767px) {
      #second .literacy05 .wrap .inner ul.btn_cl2 li {
        width: 100%; } }
    #second .literacy05 .wrap .inner ul.btn_cl2 li.btn_style01 {
      margin: 50px 0 20px; }
      @media all and (max-width: 767px) {
        #second .literacy05 .wrap .inner ul.btn_cl2 li.btn_style01 {
          margin: 30px 0 0; } }
      #second .literacy05 .wrap .inner ul.btn_cl2 li.btn_style01 a {
        line-height: 1.2; }
    #second .literacy05 .wrap .inner ul.btn_cl2 li.grey span,
    #second .literacy05 .wrap .inner ul.btn_cl2 li.grey a {
      background-color: #646e74; }
    #second .literacy05 .wrap .inner ul.btn_cl2 li.grey a:hover {
      background-color: #a4aab0; }
    #second .literacy05 .wrap .inner ul.btn_cl2 li.tricolore span,
    #second .literacy05 .wrap .inner ul.btn_cl2 li.tricolore a {
      background-color: #006b7f;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
    #second .literacy05 .wrap .inner ul.btn_cl2 li.tricolore a:hover {
      opacity: 0.6;
      box-shadow: 5px 5px 15px rgba(0, 0, 0, 0); }
#second .literacy06 .wrap .inner ul li.btn {
  margin: 0; }
  @media all and (max-width: 767px) {
    #second .literacy06 .wrap .inner ul li.btn {
      margin: 0 auto; } }

/*-------------------- digitalliteracycourse/index.html --------------------*/
#second .digitalliteracycourse01 .wrap .inner .btn_cl2 .btn_style01.btn_disable {
  box-shadow: none; }
  #second .digitalliteracycourse01 .wrap .inner .btn_cl2 .btn_style01.btn_disable a {
    background-color: #646e74;
    box-shadow: none; }
  #second .digitalliteracycourse01 .wrap .inner .btn_cl2 .btn_style01.btn_disable a:hover {
    opacity: 1; }
#second .digitalliteracycourse05 .wrap .inner .curriculum {
  border: solid 2px #3d5d87;
  background-color: #dbe0f1; }
  #second .digitalliteracycourse05 .wrap .inner .curriculum h3 {
    background-color: #3d5d87;
    border-radius: 6px 6px 0 0 }
#second .btn_style01.btn_disable {
  box-shadow: none; }
  #second .btn_style01.btn_disable a {
    background-color: #646e74;
    box-shadow: none; }

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

/* 2021.08.30 追加 */
.academyActivities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.activitie {
  width: 49%;
  min-height: 240px;
  text-align: center;
  padding: 50px 40px;
  background-color: #E1DEEC;
  margin-bottom: 20px;
}
.komeInner {
  text-align: left !important;
  font-size: 1.2rem;
}
.tbCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 2021.10.26 追加　新規ページ */

#second .cont.service-02 {
  margin-bottom: 100px;
}

#second .cont .wrap .inner .column2 .cl2_inner.service-top {
    width: 100%;
    margin-right: 0;
    order: -1;
    border-bottom: solid 1px #a4aab0;
    padding-bottom: 19px;
    margin-bottom: 30px;
    font-size: 16px;
}

#second .service-02 .wrap .inner .column2 .cl2_inner.left ul li {
    margin-bottom: 0.5em;
    font-size: 19px;
    text-indent: -30px;
    padding-left: 30px;
}

#second .service-02 .wrap .inner .column2 .cl2_inner.left ul li img {
    vertical-align: sub;
    margin-right: 0.25em;
}
#second .service-02 .wrap .inner .column2 .cl2_inner.right,
#second .service-02 .wrap .inner .column2 .cl2_inner.left {
  margin-bottom: 0!important;
}
#second .service-02 [class^="column2_outer"] {padding: 35px 40px;}

#second .service-02 [class^="column2_outer"]:not(:first-child) {
  margin-top: 40px;
}

#second .service-02 [class$="-orange"] { background-color: #f1d1a7; }
#second .service-02 [class$="-red"] { background-color: #e7adbc; }
#second .service-02 [class$="-blue"] { background-color: #cad0f5; }
#second .service-02 [class$="-green"] { background-color: #adddd7; }

#second .service-02 .wrap .inner .column2 h3 {
  color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

#second .service-02 .wrap .inner .column2 h4 {
    margin: 4px 0;
    font-size: 22px;
    text-indent: -0.5em;
}

#second .service-02 .wrap .inner .column2 h5 {
  font-size: 17px;
  margin: 20px 0 0;
}

#second .service-02 [class$="-orange"] h3 { background-color: #a5691a; }
#second .service-02 [class$="-red"] h3 { background-color: #8e2943; }
#second .service-02 [class$="-blue"] h3 { background-color: #16267c; }
#second .service-02 [class$="-green"] h3 { background-color: #31746d; }

#second .service-02 .wrap .inner .column2 .center li {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767px){
  #second .cont .service-02 {
  margin-bottom: 30px;
}
  #second .service-02 .wrap .inner .column2 {
    flex-flow: wrap-reverse;
    display: flex;
  }
  #second .service-02 [class^="column2_outer"] .cl2_inner.left {
    order: 1;
  }
  #second .service-02 [class^="column2_outer"] .cl2_inner.right {
    order: 3;
  }
  #second .service-02 [class^="column2_outer"] .cl2_inner.service-top {
    order: 2!important;
    margin-bottom: 15px!important;
  }
  #second .service-02 [class^="column2_outer"] {padding: 30px 20px;}

  #second .service-02 .column2_outer-blue .cl2_inner.left {   
    order: 2;
  }
  #second .service-02 .column2_outer-blue .cl2_inner.right {   
    order: 4;
  }
  #second .service-02 .column2_outer-blue .cl2_inner.center {   
    order: 1;
  }
  #second .service-02 .column2_outer-blue .cl2_inner.service-top {   
    order: 3;
  }
}

/* 2021.10.27 追加 */

.article_details01 .article-button {
  display: flex;
  justify-content: space-around;
}

.article_details01 .article-button a {
  text-align: center;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 50%);
  color: #fff;
  background-color: #3d5d87;
  padding: 20px 1em;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
}

.article_details01 .article-button a:hover {
    background-color: #8693b9;
    transition: .3s;
}

.article_details01 table th {
  vertical-align: top;
}

@media (min-width: 768px){
.article_details01 h3[class^="anc-link"] {
  padding-top: 100px;
  margin: -50px 0 15px!important;
}}

@media (max-width: 767px){
  .article_details01 .article-button {
    flex-wrap: wrap;
  }
  .article_details01 .article-button li {
    width: 70%;
  }
  .article_details01 .article-button a {
    font-size: 1.5rem;
    width: 100%;
    display: inline-block;
  }}

.mgt_0 {
  margin-top: 0!important;
}
.mgb_0 {
  margin-bottom: 0!important;
}

.box-border.wide_pc100 {
    display: flex;
    flex-wrap: wrap;
}

.box-border.wide_pc100 div {
padding: 5px 10px;
}

.box-border.wide_pc100 div:nth-child(1) {
    border: 1px solid #a4aab0;
}

.box-border.wide_pc100 div:nth-child(2) {
    border-top: 1px solid #a4aab0;
    border-right: 1px solid #a4aab0;
    border-bottom: 1px solid #a4aab0;
}
.box-border.wide_pc100 div:nth-child(3) {
    border-left: 1px solid #a4aab0;
    border-right: 1px solid #a4aab0;
    border-bottom: 1px solid #a4aab0;
}
.box-border.wide_pc100 div:nth-child(4) {
    border-right: 1px solid #a4aab0;
    border-bottom: 1px solid #a4aab0;
}

@media (max-width: 767px){
  .box-border.wide_pc100 {
    flex-wrap: wrap;
}
  .box-border.wide_pc100 div {
    width: 100%;
  }
  .box-border.wide_pc100 div:nth-child(2) {
    border-top: none;
    border-left: 1px solid #a4aab0;
}
.box-border.wide_pc100 div:nth-child(3) {
    order: -1;
    border-top: 1px solid #a4aab0;
    border-bottom: 0;
}
.box-border.wide_pc100 div:nth-child(4) {
    border-left: 1px solid #a4aab0;
}}

/* 2021.11.05 追加 */
#index .section02 .wrap .inner .link_btn ul li.sec02_course {
    width: 30%;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
#index .section02 .wrap .inner .link_btn ul li.sec02_course {
    width: 95%;
}}

#index .section02 .wrap .inner .link_btn ul li:last-child {
  margin-top: auto;
}

#index .section02 .wrap .inner .link_btn ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
    width: 100%;
    flex-grow: 1;
}

#index .section02 .wrap .inner .link_btn ul li:last-child a {
    padding: 10px 0 4px;
    font-size: 30px;
    line-height: 1.2;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
  #index .section02 .wrap .inner .link_btn ul li:last-child a {
    padding: 13px 0.5em 10px 0;
    flex-direction: column;
    line-height: 1.4;
}
#index .section02 .wrap .inner .link_btn ul li:last-child a p {
    font-size: 1.6rem;
}}

#index .section02 .wrap .inner .link_btn ul li.sec02_course a + p {
    margin-top: 10px;
}

#index .section02 .wrap .inner ul.sec02_bnrbox {
  display: flex;
  justify-content: space-between;
}

#index .section02 .wrap .inner .sec02_bnrbox li {
  width: 24%;
}

@media (max-width: 767px) {
  #index .section02 .wrap .inner ul.sec02_bnrbox {
    flex-wrap: wrap;
}
  #index .section02 .wrap .inner .sec02_bnrbox li {
  width: 47%;
}
  #index .section03 .wrap .inner .nec-acc {
  padding: 0 20px;
}}


#index .section05,#index .section06 {
  padding-top: 140px;
}

@media (max-width: 767px) {
  #index .section05,#index .section06 {
  padding-top: 70px;
}}

@media (max-width: 1024px) {
  #index .section05,#index .section06 {
  padding-top: 100px;
}}

#index .section05 .wrap .inner .link_btn ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#index .section05 .wrap .inner .link_btn ul li {
  width: 47%;
}


#index .section06 .wrap {
background-color: #f4eadb;
    padding: 70px 15px;
    margin-top: 30px;
}

@media (max-width: 767px) {
#index .section04 .wrap {
  padding: 40px 15px;
}}

#index .section06 .wrap .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#index .section06 .wrap .inner ul li {
  background-color: #76161b;
  width: 24%;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #index .section06 .wrap .inner ul li {
  width: 47%;
}}

#index .section02 .wrap .inner ul.sec02_bnrbox a:hover,
#index .section03 .wrap .inner .nec-acc a:hover,
#index .section05 .wrap .inner .link_btn ul li a:hover {
    opacity: 0.6;
    transition: .3s;
}