@charset "UTF-8";
body {
  font-family: Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS   PGothic" , sans-serif;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1; }

/****************************************
Break Point Settings
****************************************/
/* Flex box */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* Visivility depends on the device */
@media screen and (min-width: 767px) {
  .pconly {
    display: block; } }

@media screen and (max-width: 768px) {
  .pconly {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .tabonly {
    display: none; } }

@media screen and (max-width: 768px) {
  .tabonly {
    display: block !important; } }

@media screen and (max-width: 480px) {
  .tabonly {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .tab-sp {
    display: none; } }

@media screen and (max-width: 768px) {
  .tab-sp {
    display: block !important; } }

@media screen and (min-width: 767px) {
  .sponly {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .sponly {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .sponly {
    display: block !important; } }

#main_contents {
  width: 100%;
  height: 100%;
  position: relative; }

.inner {
  width: 85%;
  margin-right: auto;
  margin-left: auto; }

.main_txt {
  font-size: .84rem;
  line-height: 1.65;
  text-align: justify;
  letter-spacing: .01rem;
  margin-bottom: .85rem; }

/*---------- pc_content -----------*/
.wrap {
  width: 100%;
  height: 100%;
  position: relative; }
  .wrap::before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(../image/background_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    @media screen and (max-width: 768px) {
      .wrap::before {
        background: none; } }
  .wrap .l_content {
    width: 50%;
    position: relative;
    padding: 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .wrap .l_content .l_cont_space {
      width: 50%;
      height: 92.5%;
      position: fixed;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .wrap .l_content .l_cont_space .l_cont_logo a {
        width: 100%;
        max-width: 206px;
        display: block; }
        .wrap .l_content .l_cont_space .l_cont_logo a img {
          width: 100%; }
      .wrap .l_content .l_cont_space .l_cont_st .cont1 {
        width: 100%;
        max-width: 485px; }
        .wrap .l_content .l_cont_space .l_cont_st .cont1 img {
          width: 100%; }
      .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner {
        width: 100%; }
        .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_news {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_news li {
            width: 30%;
            margin-right: 2.5%;
            max-width: 220px; }
            .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_news li a {
              display: block;
              background: #fff;
              border-radius: 30px;
              color: #e85542;
              font-size: 1rem;
              font-weight: 600;
              letter-spacing: 0;
              padding: .4rem 1.2rem; }
        .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info {
          margin-top: 2.5rem; }
          .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_inst {
            width: 60%;
            padding-right: 2.5%;
            border-right: 1px solid #fff;
            margin-right: 5.5%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_inst a {
              display: block;
              width: 100%;
              color: #fff; }
              .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_inst a .f_c_insta {
                width: 15%;
                max-width: 45px;
                margin-right: 3.5%; }
                .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_inst a .f_c_insta img {
                  width: 100%; }
              .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_inst a .f_c_text {
                width: 81.5%; }
                .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_inst a .f_c_text h4 {
                  font-size: 1.2rem;
                  line-height: 1;
                  margin: .25rem 0; }
                .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_inst a .f_c_text p {
                  font-size: .8rem;
                  letter-spacing: 0; }
          .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_sns {
            width: 34.5%; }
            .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_sns li {
              margin-right: 1rem; }
            .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_sns .icon_ins {
              width: 22px; }
              .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_sns .icon_ins img {
                height: 22px; }
            .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_sns .icon_tw {
              width: 24px; }
              .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_sns .icon_tw img {
                height: 22px; }
            .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_sns .icon_yt {
              width: 44px; }
              .wrap .l_content .l_cont_space .l_cont_f .sc_link_inner .l_cont_info .l_cont_sns .icon_yt img {
                height: 22px; }
  .wrap .r_content {
    width: 50%;
    padding-left: 5.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 768px) {
      .wrap .r_content {
        width: 100%;
        padding-left: 0; } }
    .wrap .r_content .sp_cont {
      width: 88.5%;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .wrap .r_content .sp_cont {
          width: 100%;
          padding: 0; } }
    .wrap .r_content .r_cont_scrl {
      width: 7.5%; }
      @media screen and (max-width: 768px) {
        .wrap .r_content .r_cont_scrl {
          display: none; } }
      .wrap .r_content .r_cont_scrl .scr_btn {
        position: fixed;
        bottom: 1.5%;
        right: 2%;
        z-index: 100; }
        .wrap .r_content .r_cont_scrl .scr_btn a {
          display: block;
          width: 10px; }
          .wrap .r_content .r_cont_scrl .scr_btn a img {
            width: 100%; }

/*---------- side_menu -----------*/
.button_container {
  position: fixed;
  top: 1.5%;
  right: 7.5%;
  height: 56px;
  width: 56px;
  background: #ec6d88;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease; }
  .button_container:hover {
    opacity: .7; }
  .button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff; }
  .button_container.active .middle {
    opacity: 0;
    background: #fff; }
  .button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff; }
  @media screen and (max-width: 768px) {
    .button_container {
      right: 3%; } }
  .button_container .inner_box {
    position: relative;
    width: 50%;
    margin: auto;
    top: 50%;
    margin-top: -9px; }
  .button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 8px; }
    .button_container span:nth-of-type(3) {
      top: 16px; }

.overlay {
  position: fixed;
  background: #ec6d88;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  -o-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 99; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      -webkit-animation: fadeInRight .5s ease forwards;
      animation: fadeInRight .5s ease forwards;
      -webkit-animation-delay: .35s;
      animation-delay: .35s; }
      .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s; }
      .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s; }
      .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
        animation-delay: .50s; }
  .overlay nav {
    position: relative;
    width: 85%;
    margin: auto;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
    overflow-y: scroll; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .overlay ul li {
      display: block;
      margin-bottom: .5rem;
      position: relative;
      opacity: 0; }
      .overlay ul li a {
        display: block;
        color: #fff;
        position: relative;
        text-decoration: none;
        overflow: hidden; }
        .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
          width: 100%; }
        .overlay ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 3px;
          -webkit-transition: .35s;
          -o-transition: .35s;
          transition: .35s; }
      .overlay ul li .inner_link {
        display: block;
        padding-left: 1rem;
        font-size: .85rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        position: relative; }
        .overlay ul li .inner_link:before {
          content: '';
          position: absolute;
          background: url(../image/svg/nav_link_aw.svg) no-repeat;
          background-size: cover;
          width: 5px;
          height: 11px;
          top: 50%;
          left: 0;
          margin-top: -5.5px; }

/*---------- header -----------*/
#header {
  width: 100%; }
  #header a {
    display: block;
    width: 75%;
    max-width: 210px;
    margin-right: auto;
    padding: 5% 0 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #header a img {
      width: 100%;
      vertical-align: baseline; }

/*---------- main_visual -----------*/
.mv {
  width: 100%; }
  .mv h1 {
    width: 100%;
    margin-bottom: 3rem; }
    .mv h1 img {
      width: 100%; }

/*---------- section1 -----------*/
.section1 {
  width: 100%; }
  .section1 .sec1_mv {
    width: 100%;
    margin-bottom: 2rem; }
    .section1 .sec1_mv img {
      width: 100%; }
  .section1 .sec1_content .sec1_lead {
    width: 65%;
    max-width: 225px;
    margin-right: auto;
    margin-bottom: 2rem; }
    .section1 .sec1_content .sec1_lead img {
      width: 100%; }
  .section1 .sec1_content .sec1_inner_txt h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.65;
    color: #ec6d74;
    margin-bottom: 1rem; }

/*---------- section2 -----------*/
.section2 {
  width: 100%;
  padding-top: 4rem; }
  .section2 .sec2_tit {
    margin-bottom: 1rem; }
    .section2 .sec2_tit h2 {
      width: 80%;
      margin: auto; }
      .section2 .sec2_tit h2 img {
        width: 100%; }
  .section2 .sec2_cont_tab .tab-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: .6rem; }
    .section2 .sec2_cont_tab .tab-group .tab {
      width: 32%;
      text-align: center;
      cursor: pointer;
      opacity: .5; }
      .section2 .sec2_cont_tab .tab-group .tab img {
        width: 100%; }
    .section2 .sec2_cont_tab .tab-group .is-active {
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      opacity: 1; }
  .section2 .sec2_cont_tab .panel-group .panel {
    display: none; }
    .section2 .sec2_cont_tab .panel-group .panel img {
      width: 100%; }
  .section2 .sec2_cont_tab .panel-group .is-show {
    display: block; }

/*---------- section3 -----------*/
.section3 {
  width: 100%;
  padding-top: 4rem; }
  .section3 .sec3_tit {
    margin-bottom: 1rem; }
    .section3 .sec3_tit h2 {
      width: 80%;
      margin: auto; }
      .section3 .sec3_tit h2 img {
        width: 100%; }
  .section3 .sec3_wrap {
    width: 100%;
    padding: 1.5rem 0;
    background-color: #fce6db;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fdf3ed), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fdf3ed), color-stop(0.75, #fdf3ed), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px; }
    .section3 .sec3_wrap .sec3_wrap_inner {
      width: 92.5%;
      margin: auto;
      background: #fff;
      border-radius: 10px;
      padding: 5% 4.5% 2%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .section3 .sec3_wrap .sec3_wrap_inner .sec3_point {
        margin-bottom: 2.2rem; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point h3 {
          font-size: 1.2rem;
          font-weight: 600;
          line-height: 1.4;
          letter-spacing: .02rem;
          margin-bottom: .6rem;
          position: relative;
          padding-left: 45px; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po1_tit {
          color: #ed6d46; }
          .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po1_tit::before {
            content: "";
            position: absolute;
            background: url(../image/sec3_point1_icon.png);
            background-size: cover;
            background-position: 50%;
            width: 32px;
            height: 37px;
            top: 2px;
            left: 0; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po2_tit {
          color: #ec6d88; }
          .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po2_tit::before {
            content: "";
            position: absolute;
            background: url(../image/sec3_point2_icon.png);
            background-size: cover;
            background-position: 50%;
            width: 32px;
            height: 37px;
            top: 2px;
            left: 0; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po3_tit {
          color: #a3ca0f; }
          .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po3_tit::before {
            content: "";
            position: absolute;
            background: url(../image/sec3_point3_icon.png);
            background-size: cover;
            background-position: 50%;
            width: 32px;
            height: 37px;
            top: 2px;
            left: 0; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po4_tit {
          color: #5dc2d0; }
          .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po4_tit::before {
            content: "";
            position: absolute;
            background: url(../image/sec3_point4_icon.png);
            background-size: cover;
            background-position: 50%;
            width: 32px;
            height: 37px;
            top: 2px;
            left: 0; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po5_tit {
          color: #c9a063; }
          .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_po5_tit::before {
            content: "";
            position: absolute;
            background: url(../image/sec3_point5_icon.png);
            background-size: cover;
            background-position: 50%;
            width: 32px;
            height: 37px;
            top: 2px;
            left: 0; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point ul.po1_list li {
          position: relative;
          margin-bottom: .6rem;
          padding-left: 1rem;
          line-height: 1; }
          .section3 .sec3_wrap .sec3_wrap_inner .sec3_point ul.po1_list li::before {
            content: "";
            position: absolute;
            background: #ed6d46;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            top: 0;
            left: 0; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_image {
          width: 100%;
          margin-top: 1.5rem; }
          .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_image img {
            width: 100%; }
        .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_arrow {
          display: block;
          width: 50%;
          margin-right: auto;
          margin-left: auto; }
          .section3 .sec3_wrap .sec3_wrap_inner .sec3_point .sec3_arrow img {
            width: 100%; }

/*---------- section4 -----------*/
.section4 {
  width: 100%;
  padding-top: 4rem;
  margin-bottom: 4rem; }
  .section4 .sec4_tit {
    margin-bottom: 1rem; }
    .section4 .sec4_tit h2 {
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1;
      color: #ec6d74;
      padding-left: 1rem;
      position: relative; }
      .section4 .sec4_tit h2::before {
        content: "";
        position: absolute;
        background: #faed00;
        width: 4px;
        height: 100%;
        border-radius: 4px;
        top: 0;
        left: 0; }
  .section4 .sec4_image {
    margin-bottom: 2rem; }
    .section4 .sec4_image img {
      margin-bottom: 1rem;
      width: 100%; }
    .section4 .sec4_image .sec4_image_sche {
      width: 90%;
      margin-right: auto; }
  .section4 .sec4_slide .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto; }

/*---------- section5 -----------*/
.section5 {
  width: 100%;
  margin-bottom: 4rem; }
  .section5 .sec5_tit {
    margin-bottom: .5rem;
    padding-top: 3.5rem;
    border-top: 1px solid #000; }
    .section5 .sec5_tit h2 {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1.5; }
  .section5 .sec5_cont1 {
    margin-bottom: 3rem; }
    .section5 .sec5_cont1 h3 {
      width: 100%;
      height: 24px;
      margin-bottom: 1rem;
      padding-top: 1rem; }
      .section5 .sec5_cont1 h3 img {
        height: 100%;
        vertical-align: baseline; }
    .section5 .sec5_cont1 .sec5_cont1_wrap {
      margin-bottom: 2.5rem; }
    .section5 .sec5_cont1 .sub_tit {
      margin-bottom: .5rem; }
      .section5 .sec5_cont1 .sub_tit h4 {
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.5; }
    .section5 .sec5_cont1 .cap_txt {
      display: block;
      font-size: .65rem;
      line-height: 1.65;
      margin-bottom: 1.5rem; }
  .section5 .sec5_cont2 {
    margin-bottom: 3rem; }
    .section5 .sec5_cont2 h3 {
      width: 100%;
      height: 24px;
      margin-bottom: 1rem;
      padding-top: 1rem; }
      .section5 .sec5_cont2 h3 img {
        height: 100%;
        vertical-align: baseline; }
    .section5 .sec5_cont2 .sec5_cont2_wrap {
      margin-bottom: 2.5rem; }
      .section5 .sec5_cont2 .sec5_cont2_wrap .sub_tit {
        margin-bottom: .5rem; }
        .section5 .sec5_cont2 .sec5_cont2_wrap .sub_tit h4 {
          font-size: 1.1rem;
          font-weight: 600;
          line-height: 1.5; }
      .section5 .sec5_cont2 .sec5_cont2_wrap .flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .section5 .sec5_cont2 .sec5_cont2_wrap .flex .l_f {
          width: 55%; }
        .section5 .sec5_cont2 .sec5_cont2_wrap .flex .r_f {
          width: 45%;
          padding-left: 3.5%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .section5 .sec5_cont2 .sec5_cont2_wrap .flex .r_f img {
            width: 100%; }
  .section5 .sec5_cont3 {
    margin-bottom: 3rem; }
    .section5 .sec5_cont3 h3 {
      width: 100%;
      height: 24px;
      margin-bottom: 1rem;
      padding-top: 1rem; }
      .section5 .sec5_cont3 h3 img {
        height: 100%;
        vertical-align: baseline; }
    .section5 .sec5_cont3 .sec5_cont3_wrap {
      margin-bottom: 2.5rem; }
      .section5 .sec5_cont3 .sec5_cont3_wrap .sub_tit {
        margin-bottom: .5rem; }
        .section5 .sec5_cont3 .sec5_cont3_wrap .sub_tit h4 {
          font-size: 1.1rem;
          font-weight: 600;
          line-height: 1.5; }
  .section5 .sec5_cont4 {
    margin-bottom: 3rem; }
    .section5 .sec5_cont4 h3 {
      height: 24px;
      margin-bottom: 1rem;
      padding-top: 1rem; }
      .section5 .sec5_cont4 h3 img {
        height: 100%;
        vertical-align: baseline; }
    .section5 .sec5_cont4 .sec5_cont4_wrap {
      margin-bottom: 1.2rem; }
      .section5 .sec5_cont4 .sec5_cont4_wrap h4 {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1;
        color: #ec6d74;
        padding-left: 1rem;
        position: relative; }
        .section5 .sec5_cont4 .sec5_cont4_wrap h4::before {
          content: "";
          position: absolute;
          background: #faed00;
          width: 4px;
          height: 100%;
          border-radius: 4px;
          top: 0;
          left: 0; }
    .section5 .sec5_cont4 .sec5_slide {
      width: 100%;
      padding: 1.5rem 0;
      background-color: #fce6db;
      background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fdf3ed), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fdf3ed), color-stop(0.75, #fdf3ed), color-stop(0.75, transparent), to(transparent));
      -webkit-background-size: 7px 7px; }
      .section5 .sec5_cont4 .sec5_slide .swiper-container {
        width: 100%; }
      .section5 .sec5_cont4 .sec5_slide .swiper-slide img {
        width: 100%;
        max-width: 100%;
        height: auto; }

/*---------- section6 -----------*/
.section6 {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem; }
  .section6 .sec6_tit {
    margin-bottom: 1.5rem;
    padding-top: 3.5rem;
    border-top: 1px solid #000; }
    .section6 .sec6_tit h2 {
      width: 90%;
      margin-right: auto; }
      .section6 .sec6_tit h2 img {
        width: 100%; }
  .section6 .sec6_wrap {
    width: 100%;
    padding: 1.5rem 0;
    background-color: #fff5b2;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fffde4), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fffde4), color-stop(0.75, #fffde4), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px; }
    .section6 .sec6_wrap .sec6_wrap_inner {
      width: 92.5%;
      margin: auto;
      background: #fff;
      border-radius: 10px;
      padding: 5% 4.5% 2%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .section6 .sec6_wrap .sec6_wrap_inner .sec6_cont {
        margin-bottom: 1.5rem; }
        .section6 .sec6_wrap .sec6_wrap_inner .sec6_cont h3 {
          font-size: 1.1rem;
          font-weight: 600;
          color: #f0844a; }

/*---------- section7 -----------*/
.section7 {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem; }
  .section7 .sec7_tit {
    margin-bottom: 1.5rem; }
    .section7 .sec7_tit h2 {
      width: 65%;
      margin-right: auto; }
      .section7 .sec7_tit h2 img {
        width: 100%; }
  .section7 .sec7_wrap {
    width: 100%;
    padding: 1.5rem 0;
    background-color: #fff5b2;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fffde4), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fffde4), color-stop(0.75, #fffde4), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px; }
    .section7 .sec7_wrap .sec7_wrap_inner {
      width: 92.5%;
      margin: auto;
      background: #fff;
      border-radius: 10px;
      padding: 5% 4.5% 2%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .section7 .sec7_wrap .sec7_wrap_inner .sec7_cont {
        margin-bottom: 1.5rem; }
        .section7 .sec7_wrap .sec7_wrap_inner .sec7_cont h3 {
          font-size: 1.1rem;
          font-weight: 600;
          letter-spacing: 0;
          color: #f0844a; }
        .section7 .sec7_wrap .sec7_wrap_inner .sec7_cont .acc_txt {
          font-size: .8rem;
          line-height: 1.65;
          text-align: justify; }

/*---------- section8 -----------*/
.section8 {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem; }
  .section8 .sec8_tit {
    margin-bottom: .8rem; }
    .section8 .sec8_tit h2 {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1.5; }

/*---------- section9 -----------*/
.section9 {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem; }
  .section9 .sec9_tit {
    margin-bottom: .8rem; }
    .section9 .sec9_tit h2 {
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1;
      color: #ec6d74;
      padding-left: 1rem;
      position: relative; }
      .section9 .sec9_tit h2::before {
        content: "";
        position: absolute;
        background: #faed00;
        width: 4px;
        height: 100%;
        border-radius: 4px;
        top: 0;
        left: 0; }

/*---------- section10 -----------*/
.section10 {
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem; }
  .section10 .sec10_tit {
    margin-bottom: .8rem; }
    .section10 .sec10_tit h2 {
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1;
      color: #ec6d74;
      padding-left: 1rem;
      position: relative; }
      .section10 .sec10_tit h2::before {
        content: "";
        position: absolute;
        background: #faed00;
        width: 4px;
        height: 100%;
        border-radius: 4px;
        top: 0;
        left: 0; }
  .section10 .sec10_wrap {
    margin-bottom: 2rem; }
    .section10 .sec10_wrap .tit_c_1 {
      font-size: 1rem;
      font-weight: 600;
      color: #5dc2d0; }
    .section10 .sec10_wrap .tit_c_2 {
      font-size: 1rem;
      font-weight: 600;
      color: #eb6d9a; }
    .section10 .sec10_wrap .sec10_end_tit {
      font-size: 1.1rem;
      line-height: 1;
      text-align: center;
      color: #fff;
      background: #ed6d46;
      border-radius: 20px;
      padding: .4rem;
      width: 100%;
      margin-bottom: .5rem; }
    .section10 .sec10_wrap ul li {
      display: inline-block;
      margin-right: .5rem;
      font-size: .95rem;
      font-weight: 600; }
      .section10 .sec10_wrap ul li span {
        color: #ed6d46; }

/*---------- section11 -----------*/
.section11 {
  width: 100%;
  margin-bottom: 4rem; }
  .section11 .sec11_tit {
    padding-top: 3.5rem;
    border-top: 1px solid #000;
    text-align: center; }
    .section11 .sec11_tit img {
      width: 100%;
      max-width: 100px; }
    .section11 .sec11_tit h2 {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 1.5;
      color: #8fc31f;
      margin-bottom: 1.5rem; }
  .section11 .sec11_slide .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto; }

/*---------- 共通 -----------*/
.sec_image {
  margin-bottom: 1rem; }
  .sec_image img {
    width: 100%; }

.accordion-container {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  cursor: pointer;
  /*------ 先輩からのメッセージ ------*/
  /*------ 卒業生の声 ------*/
  /*------ 主な就職先 ------*/ }
  .accordion-container .article-title {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem; }
    .accordion-container .article-title::after {
      content: "";
      position: absolute;
      right: 12px;
      top: 38%;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block;
      width: 6px;
      height: 6px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .accordion-container .article-title.open::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%; }
  .accordion-container .acc_cont_me {
    width: 100%;
    background: #f0844a;
    font-size: .85rem;
    color: #fff;
    padding: .75rem .8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px; }
    .accordion-container .acc_cont_me p {
      line-height: 1; }
    .accordion-container .acc_cont_me span {
      display: inline-block;
      font-size: .65rem;
      padding-left: .5rem;
      letter-spacing: 0; }
  .accordion-container .acc_cont_vo {
    width: 100%;
    background: #8fc31f;
    font-size: .85rem;
    color: #fff;
    padding: .65rem .8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px; }
  .accordion-container .acc_cont_emp {
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 0;
    padding-bottom: .5rem;
    border-bottom: 2px solid #000;
    margin-bottom: .5rem;
    padding-left: .8rem;
    position: relative; }
    .accordion-container .acc_cont_emp::before {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      background: #f0844a;
      border-radius: 50%;
      top: 50%;
      left: 0;
      margin-top: -8px; }
    .accordion-container .acc_cont_emp::after {
      border-top: solid 2px #f0844a;
      border-right: solid 2px #f0844a; }
  .accordion-container .acc_cont_emp_inner {
    margin-bottom: 1.5rem; }
  .accordion-container .accordion-content {
    display: none; }
  .accordion-container .acc_cont_inner {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .accordion-container .acc_cont_inner h5 {
      font-size: 1.1rem;
      line-height: 1.5;
      font-weight: 600;
      color: #f0844a;
      margin-bottom: 1rem; }
  .accordion-container .acc_cont_vo_inner {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .accordion-container .acc_cont_vo_inner h5 {
      font-size: 1.1rem;
      line-height: 1.5;
      font-weight: 600;
      color: #a3ca0f;
      margin-bottom: 1rem; }
    .accordion-container .acc_cont_vo_inner ul li {
      position: relative;
      font-size: .8rem;
      margin-bottom: .4rem;
      padding-left: .8rem;
      line-height: 1.5;
      letter-spacing: 0; }
      .accordion-container .acc_cont_vo_inner ul li::before {
        content: "";
        position: absolute;
        background: #a3ca0f;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        top: 5px;
        left: 0; }
    .accordion-container .acc_cont_vo_inner span {
      display: block;
      font-size: .65rem; }

/*------アコーディオンメニュー------*/
/*---------- footer -----------*/
footer {
  background: #e85542;
  width: 100%;
  color: #fff;
  padding-bottom: 1.5rem; }
  footer .sec_image {
    margin-bottom: 1.85rem; }
  footer .f_inner_txt {
    margin-bottom: 1.5rem; }
    footer .f_inner_txt h3 {
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.6;
      margin-bottom: 1rem; }
  footer .f_conv_btn {
    width: 80%;
    margin: auto;
    margin-bottom: 2rem; }
    footer .f_conv_btn ul li {
      margin-bottom: .8rem;
      background: #fff;
      border-radius: 26px;
      width: 100%; }
      footer .f_conv_btn ul li a {
        display: block;
        width: 100%;
        font-size: .95rem;
        font-weight: 600;
        color: #e85542;
        text-align: center;
        padding: .5rem 0;
        position: relative; }
        footer .f_conv_btn ul li a::before {
          content: "";
          position: absolute;
          background-image: url(../image/footer_link_arw.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 8px;
          height: 12px;
          top: 50%;
          right: 4.5%;
          margin-top: -6px;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
        footer .f_conv_btn ul li a:hover::before {
          right: 2.5%; }
  footer .f_topic {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #fff; }
    footer .f_topic a {
      display: block;
      color: #fff;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      footer .f_topic a:hover {
        opacity: .8; }
      footer .f_topic a .flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        footer .f_topic a .flex .f_c_insta {
          width: 15%;
          padding-right: 2.5%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          footer .f_topic a .flex .f_c_insta img {
            width: 100%; }
        footer .f_topic a .flex .f_c_text {
          width: 85%; }
          footer .f_topic a .flex .f_c_text h4 {
            font-size: .95rem;
            font-weight: 600;
            line-height: 1;
            margin-top: .2rem;
            margin-bottom: .2rem; }
          footer .f_topic a .flex .f_c_text p {
            font-size: .8rem;
            letter-spacing: 0; }
  footer .f_cont_link {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    footer .f_cont_link .cia_l {
      width: 60%;
      max-width: 186px;
      display: block;
      margin-bottom: 1rem;
      margin-right: auto;
      margin-left: auto; }
      footer .f_cont_link .cia_l img {
        width: 100%; }
    footer .f_cont_link .flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer .f_cont_link .flex li {
        margin: 0 0.8rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        footer .f_cont_link .flex li a {
          display: block; }
      footer .f_cont_link .flex .icon_ins {
        width: 22px; }
        footer .f_cont_link .flex .icon_ins img {
          height: 22px; }
      footer .f_cont_link .flex .icon_tw {
        width: 24px; }
        footer .f_cont_link .flex .icon_tw img {
          height: 22px; }
      footer .f_cont_link .flex .icon_yt {
        width: 44px; }
        footer .f_cont_link .flex .icon_yt img {
          height: 20px; }
  footer .f_copy {
    text-align: center;
    font-size: .5rem;
    letter-spacing: 0; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
