@charset "UTF-8";
/*
Theme Name: 999-consulting
*/
/* Eric Meyer's Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

/* /Eric Meyer's Reset CSS */
.bg_color1 {
  background-color: #1f5274;
  color: white;
  padding: 3px;
  margin-left: 6px;
  font-size: 1.1em; }

@media (max-width: 768px) {
  .bg_color1 {
    font-size: 0.9em; } }
.bg_ygreen {
  background-color: #abc400;
  color: white;
  padding: 3px;
  margin-left: 6px;
  font-size: 1.0em; }

@media (max-width: 768px) {
  .bg_ygreen {
    font-size: 0.9em; } }
.bg_warning {
  background-color: #ffc107;
  color: white;
  padding: 3px;
  margin-left: 6px;
  font-size: 1.0em; }

@media (max-width: 768px) {
  .bg_warning {
    font-size: 0.9em; } }
#popmake-1812 {
  background-image: url(img/uta_back4.jpg);
  background-size: cover;
  padding: 100px;
  opacity: 1;
  display: flex !important;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  #popmake-1812 #pum_popup_title_1812 {
    color: #000;
    margin-bottom: 20px;
    text-align: center; }
  #popmake-1812 .pum-content {
    margin: 0 30px; }
    #popmake-1812 .pum-content ul li {
      font-size: 20px;
      line-height: 2.2; }
    #popmake-1812 .pum-content p {
      font-weight: bold;
      font-size: 24px;
      font-weight: 500;
      text-align: center;
      margin: 20px 20px 0 20px; }

@media (max-width: 768px) {
  #popmake-1812 {
    background-image: url(img/uta_back4.jpg);
    background-size: cover;
    padding: 10px;
    text-align: center; }
    #popmake-1812 #pum_popup_title_1812 {
      color: #000;
      margin: 20px;
      text-align: left;
      font-size: 20px; }
    #popmake-1812 .pum-content {
      margin: 20px; }
      #popmake-1812 .pum-content ul li {
        font-size: 12px;
        text-align: left;
        line-height: 1.6; }
      #popmake-1812 .pum-content p {
        font-weight: bold;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-top: 20px; } }
body {
  background: auto; }

header {
  height: 100px;
  width: 1100px;
  margin: auto; }
  header section.header {
    width: 1100px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    margin: auto; }
    header section.header div.icon_area {
      height: 100px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header section.header div.icon_area a img {
        width: 250px; }
    header section.header div.gnav_area {
      height: auto; }
      header section.header div.gnav_area nav.menu-container ul {
        height: 40px;
        display: flex;
        align-items: center; }
        header section.header div.gnav_area nav.menu-container ul li {
          height: 100%;
          text-align: center;
          padding: 0 12px;
          display: flex;
          height: 100%;
          align-items: center; }
          header section.header div.gnav_area nav.menu-container ul li a {
            line-height: 1.4;
            font-size: 0.8em;
            text-decoration: none;
            color: #004066; }
          header section.header div.gnav_area nav.menu-container ul li:last-child {
            background-color: #1f5274; }
            header section.header div.gnav_area nav.menu-container ul li:last-child a {
              color: white; }

@media (max-width: 768px) {
  header {
    height: 60px;
    width: 100vw; } }
@media (max-width: 768px) {
  header section.header {
    width: 100vw; } }
@media (max-width: 768px) {
  header section.header div.icon_area {
    height: 60px; } }
@media (max-width: 768px) {
  header section.header div.gnav_area {
    position: absolute;
    top: 0;
    margin-top: 60px; } }
@media (max-width: 768px) {
  header section.header div.gnav_area nav.menu-container ul.menu {
    display: none; }
    header section.header div.gnav_area nav.menu-container ul.menu.open {
      display: flex;
      flex-direction: column;
      width: 100vw;
      height: auto;
      z-index: 10;
      color: #fff;
      font-size: 16px;
      margin-top: 50px;
      padding-bottom: 20px;
      background-color: #1f5274; }
      header section.header div.gnav_area nav.menu-container ul.menu.open li {
        color: white;
        padding: 16px; }
        header section.header div.gnav_area nav.menu-container ul.menu.open li a {
          color: white; } }
/**ハンバーガー**/
.menu-toggle, ul.menu {
  display: none; }

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  	/*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  background: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px; }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #000;
    width: 45%; }
    .openbtn span:nth-of-type(1) {
      top: 15px; }
    .openbtn span:nth-of-type(2) {
      top: 23px; }
    .openbtn span:nth-of-type(3) {
      top: 31px; }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%; }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/ }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%; }

/*ボタン内側*/
/*activeクラスが付与されると線が回転して×に*/
@media (max-width: 768px) {
  .icon_area {
    flex: 1; }

  .menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer; }

  .menu.open {
    display: block;
    position: absolute; } }
.movie_thum {
  width: 600px;
  margin: auto;
  text-decoration: none; }
  .movie_thum p {
    text-decoration: none;
    font-size: 1.6em;
    color: #1f5274;
    margin: 10px auto;
    text-decoration: none; }
  .movie_thum img {
    width: 600px; }

@media (max-width: 768px) {
  .movie_thum {
    width: 90%; } }
@media (max-width: 768px) {
  .movie_thum p {
    font-size: 1.0em; } }
@media (max-width: 768px) {
  .movie_thum img {
    width: 90%; } }
a.linkBtn {
  text-decoration: none;
  color: white;
  background-color: none;
  padding: 8px 12px;
  display: block;
  width: 160px;
  margin: 10px 0px;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  overflow: hidden; }

@media (max-width: 768px) {
  a.linkBtn {
    position: relative; } }
div.to_about_btn {
  text-align: center;
  margin: 100px auto 0px;
  display: block;
  text-decoration: none; }
  div.to_about_btn a {
    display: inline-block;
    border: solid 1px #1f5274;
    text-decoration: none;
    text-align: center;
    margin: 0px auto;
    padding: 20px 100px;
    color: #13496D;
    transition: 0.5s ease;
    border-radius: 10px;
    overflow: hidden; }
    div.to_about_btn a:hover {
      color: white;
      background-color: #1f5274; }

@media (max-width: 768px) {
  div.to_about_btn {
    margin: 30px auto 0px; } }
@media (max-width: 768px) {
  div.to_about_btn a {
    padding: 30px 40px; } }
a.linkbox {
  display: inline-block;
  border: solid 1px #1f5274;
  text-decoration: none;
  text-align: center;
  margin: 0px auto;
  padding: 30px 100px;
  color: #13496D;
  transition: 0.5s ease;
  border-radius: 10px;
  overflow: hidden; }
a.movie_linkbox {
  display: inline-block;
  border: solid 1px #1f5274;
  text-decoration: none;
  text-align: center;
  margin: 0px auto;
  padding: 10px 10px;
  color: white;
  transition: 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1f5274;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  a.movie_linkbox img {
    width: 40px;
    margin: 0px 20px; }

@media (max-width: 768px) {
  a.linkbox {
    padding: 30px 40px; } }
@media (max-width: 768px) {
  a.movie_linkbox {
    padding: 10px 20px; } }
footer {
  width: 100%; }
  footer div.bg_n {
    background-color: #1f5274; }
    footer div.bg_n div.gnav_area {
      margin: auto;
      height: 150px;
      width: 1100px;
      display: flex;
      align-items: center; }
      footer div.bg_n div.gnav_area div {
        width: 100%; }
        footer div.bg_n div.gnav_area div ul {
          display: flex;
          justify-content: space-between; }
          footer div.bg_n div.gnav_area div ul li {
            padding: 10px; }
            footer div.bg_n div.gnav_area div ul li a {
              text-decoration: none;
              color: white; }
  footer div.footer_info {
    margin: 20px;
    line-height: 1.5;
    text-align: center; }
  footer img {
    margin: 10px; }
  footer p.adress {
    margin: 20px 0 10px 0; }
    footer p.adress a {
      text-decoration: none;
      font-weight: bold;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      color: #1f5274;
      padding-left: 10px; }
  footer p.copyright {
    font-size: 12px;
    margin-top: 20px; }

@media (max-width: 768px) {
  footer div.bg_n {
    padding: 20px 0; } }
@media (max-width: 768px) {
  footer div.bg_n div.gnav_area {
    padding: 10px;
    height: auto;
    width: calc(100vw - 20px); } }
@media (max-width: 768px) {
  footer div.bg_n div.gnav_area div ul {
    flex-direction: column; } }
@media (max-width: 768px) {
  footer img {
    width: 250px; } }
.wrap {
  width: 1100px;
  margin: auto;
  display: block; }

@media (max-width: 768px) {
  .wrap {
    width: 100vw; } }
#top {
  background-color: #f9f8f1;
  padding: 0px; }
  #top section.main_image {
    display: block;
    padding-top: 30px; }
    #top section.main_image .pc .n2-section-smartslider {
      border-radius: 32px;
      overflow: hidden; }
    #top section.main_image img {
      width: 100%; }
  #top .top_main {
    padding: 20px 0; }
    #top .top_main div {
      text-align: center;
      margin: 50px auto 30px; }
      #top .top_main div div {
        display: table;
        margin: 70px auto;
        height: 100%;
        width: 100%;
        overflow: hidden;
        border-radius: 10px; }
        #top .top_main div div p {
          font-size: 32px;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          color: black;
          padding-left: 20px;
          line-height: 2.0; }
        #top .top_main div div .lead_title {
          font-size: 36px;
          line-height: 2.8;
          padding: 20px 100px;
          margin-bottom: 0px;
          display: inline-block; }
    #top .top_main a {
      text-decoration: none; }
      #top .top_main a .lead_bg_block {
        max-width: 1000px;
        width: auto;
        height: 330px;
        position: relative;
        transition: 0.5s ease;
        overflow: hidden;
        border-radius: 10px; }
  #top .top_lead_area div {
    text-align: center;
    margin: 50px auto 30px; }
    #top .top_lead_area div p {
      font-size: 18px;
      line-height: 2;
      letter-spacing: -1px; }
      #top .top_lead_area div p.lead_title {
        font-size: 28px;
        line-height: 2;
        letter-spacing: -1px; }
    #top .top_lead_area div div {
      display: table;
      margin: 70px auto;
      height: 100%;
      width: 100%;
      overflow: hidden;
      border-radius: 10px; }
      #top .top_lead_area div div p {
        font-size: 24px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: black;
        padding-left: 20px; }
      #top .top_lead_area div div .lead_title {
        font-size: 28px;
        line-height: 1.4;
        padding: 20px 100px;
        margin-bottom: 0px;
        display: inline-block;
        border-bottom: solid 2px #c8eb00; }
  #top .top_lead_area a {
    text-decoration: none; }
    #top .top_lead_area a .lead_bg_block {
      max-width: 1000px;
      width: auto;
      height: 330px;
      position: relative;
      transition: 0.5s ease;
      overflow: hidden;
      border-radius: 10px; }
    #top .top_lead_area a .bg_1 div {
      margin: 0px auto; }
    #top .top_lead_area a .bg_1 p {
      color: #FFF;
      z-index: 10;
      position: relative;
      line-height: 2.4;
      letter-spacing: 1px;
      text-align: left; }
    #top .top_lead_area a .bg_2 div {
      margin: 0px auto; }
    #top .top_lead_area a .bg_2 p {
      color: #FFF;
      z-index: 10;
      position: relative;
      line-height: 2.4;
      letter-spacing: 1px;
      text-align: right; }
  #top .top_lead_area .bg_1::after {
    content: '';
    background-color: rgba(13, 73, 109, 0.7);
    position: absolute;
    z-index: -100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: 0.5s ease; }
  #top .top_lead_area a:hover .bg_1 {
    background: url("img/lead_block1.jpg");
    background-size: 105%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    #top .top_lead_area a:hover .bg_1::after {
      content: '';
      background-color: rgba(13, 73, 109, 0.7);
      width: 100%; }
  #top .top_lead_area a:hover .bg_2 {
    background: url("img/lead_block2.jpg");
    background-size: 105%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    #top .top_lead_area a:hover .bg_2::after {
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
  #top .top_lead_area .bg_1 {
    background: url("img/lead_block1.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
  #top .top_lead_area .bg_2 {
    background: url("img/lead_block2.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    #top .top_lead_area .bg_2::after {
      content: '';
      background-color: rgba(13, 73, 109, 0.7);
      position: absolute;
      z-index: -100;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50%;
      transition: 0.5s ease; }
  #top .top_lead_area div.to_about_btn {
    text-align: center;
    margin: 40px auto 0px;
    display: block;
    text-decoration: none; }
    #top .top_lead_area div.to_about_btn a {
      display: inline-block;
      border: solid 1px #1f5274;
      text-decoration: none;
      text-align: center;
      margin: 0px auto;
      padding: 30px 100px;
      color: #13496D;
      transition: 0.5s ease;
      border-radius: 10px;
      overflow: hidden; }
      #top .top_lead_area div.to_about_btn a:hover {
        color: white;
        background-color: #1f5274; }
  #top .epi_link {
    margin: 100px 0px;
    text-align: center; }
    #top .epi_link .subtitle {
      font-size: 24px;
      text-align: center;
      display: inline-block;
      padding-bottom: 10px; }
    #top .epi_link span {
      font-size: 16px;
      padding: 4px 0;
      display: inline-block; }
    #top .epi_link div {
      max-width: 1000px;
      display: flex;
      justify-content: space-between;
      margin: 20px auto;
      position: relative; }
      #top .epi_link div a {
        text-decoration: none;
        position: relative; }
        #top .epi_link div a div {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0;
          width: 300px;
          height: 300px;
          transition: 0.5s ease;
          border-radius: 10px;
          overflow: hidden; }
          #top .epi_link div a div p {
            color: white;
            z-index: 5;
            text-shadow: 0px 0px 5px black; }
        #top .epi_link div a h3 {
          color: white;
          font-size: 16px;
          margin: 10px 0;
          z-index: 5;
          line-height: 1.5;
          color: #000; }
        #top .epi_link div a div::after {
          content: '';
          position: absolute;
          width: 300px;
          height: 300px;
          z-index: -100;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          transition: 0.5s ease; }
        #top .epi_link div a div.epi_link_1 {
          background: url("img/epi1_thum.jpg");
          background-size: 100%;
          background-position: center center;
          z-index: 1; }
        #top .epi_link div a div.epi_link_2 {
          background: url("img/epi2_thum.jpg");
          background-size: 100%;
          background-position: center center;
          z-index: 1; }
        #top .epi_link div a div.epi_link_3 {
          background: url("img/epi3_thum.jpg");
          background-size: 100%;
          　background-position: center center;
          z-index: 1; }
        #top .epi_link div a:hover div p {
          color: white; }
        #top .epi_link div a:hover div::after {
          content: '';
          width: 90%;
          height: 90%;
          z-index: 1;
          left: 5%;
          right: 5%;
          top: 5%;
          bottom: 5%; }
        #top .epi_link div a:hover div.epi_link_1 {
          background: url("img/epi1_thum.jpg");
          background-size: 105%;
          background-position: center center;
          z-index: 1; }
          #top .epi_link div a:hover div.epi_link_1::after {
            background-color: rgba(188, 212, 0, 0.8);
            border-radius: 10px;
            overflow: hidden; }
        #top .epi_link div a:hover div.epi_link_2 {
          background: url("img/epi2_thum.jpg");
          background-size: 110%;
          background-position: center center;
          z-index: 1; }
          #top .epi_link div a:hover div.epi_link_2::after {
            background-color: rgba(188, 212, 0, 0.8);
            border-radius: 10px;
            overflow: hidden; }
        #top .epi_link div a:hover div.epi_link_3 {
          background: url("img/epi3_thum.jpg");
          background-size: 110%;
          background-position: center center;
          z-index: 1; }
          #top .epi_link div a:hover div.epi_link_3::after {
            background-color: rgba(188, 212, 0, 0.8);
            border-radius: 10px;
            overflow: hidden; }
  #top .top_seminer_wrap {
    background-color: #2a5b7b;
    width: 100%;
    padding: 1px 0; }
    #top .top_seminer_wrap section.top_seminer {
      width: 1100px;
      display: block;
      margin: auto;
      padding: 20px 0; }
      #top .top_seminer_wrap section.top_seminer h3.subtitle {
        text-align: center;
        color: white;
        margin: 30px auto; }
      #top .top_seminer_wrap section.top_seminer div.top_seminer_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around; }
        #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit {
          width: 500px;
          height: 200px;
          background-color: white;
          display: flex;
          padding: 10px;
          margin: 10px;
          border-radius: 10px;
          overflow: hidden; }
          #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit .imgWrapper {
            padding: 10px;
            width: 150px;
            text-align: center; }
          #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit .contentWrapper {
            padding: 10px;
            width: 100%;
            position: relative; }
            #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit .contentWrapper div {
              margin: 4px 0px;
              margin: 4px 0; }
              #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit .contentWrapper div.seminerMiniInfo {
                font-size: 0.7em; }
              #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit .contentWrapper div.seminerTitle {
                font-size: 0.9em;
                line-height: 1.1;
                font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
                font-weight: 500; }
              #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit .contentWrapper div.seminerContentImp {
                font-size: 0.8em;
                line-height: 1.2; }
            #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit .contentWrapper a.linkBtn {
              text-decoration: none;
              color: white;
              background-color: #1f5274;
              padding: 8px 12px;
              display: block;
              width: 286px;
              margin: 10px 0px;
              text-align: center;
              position: absolute;
              bottom: 0;
              border-radius: 10px;
              overflow: hidden; }
      #top .top_seminer_wrap section.top_seminer div.to_archive_box {
        text-align: center; }
        #top .top_seminer_wrap section.top_seminer div.to_archive_box .to_archive {
          border: solid 1px white;
          padding: 10px 20px;
          color: white;
          display: inline-block;
          margin: auto;
          text-decoration: none;
          border-radius: 10px;
          overflow: hidden; }
  #top section.top_menu {
    margin-top: 100px; }
    #top section.top_menu div.top_menu_title {
      text-align: center; }
      #top section.top_menu div.top_menu_title h3.subtitle {
        text-align: center;
        margin: 4px auto;
        padding: 4px 0;
        display: inline-block; }
      #top section.top_menu div.top_menu_title span.subsubtitle {
        font-size: 16px;
        padding: 4px 0;
        font-weight: 300; }
    #top section.top_menu h4 {
      font-size: 32px;
      text-align: center;
      margin: 24px 0px; }
    #top section.top_menu p {
      text-align: center;
      margin: 24px 0px;
      line-height: 1.5; }
    #top section.top_menu div .bg_white {
      padding: 30px 50px;
      width: 900px;
      margin: auto; }
      #top section.top_menu div .bg_white ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #top section.top_menu div .bg_white ul a {
          text-decoration: none;
          color: #abc400; }
          #top section.top_menu div .bg_white ul a li {
            text-align: left;
            width: 200px;
            height: 200px;
            font-size: 18px;
            display: flex;
            border: solid 6px #1f5274;
            line-height: 1.5;
            border-radius: 10px;
            flex-direction: column;
            align-items: center;
            padding: 16px;
            margin: 16px auto;
            color: #1f5274;
            font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
            font-weight: bold; }
            #top section.top_menu div .bg_white ul a li span {
              color: #abc400; }
            #top section.top_menu div .bg_white ul a li::before {
              content: '';
              width: 60px;
              height: 60px;
              display: inline-block;
              background-image: url(img/menu_icon_c1.png);
              background-size: contain;
              margin: 16px auto; }
          #top section.top_menu div .bg_white ul a:hover {
            text-decoration: none;
            color: #FFF; }
            #top section.top_menu div .bg_white ul a:hover li {
              background-color: #1f5274;
              color: #FFF; }
              #top section.top_menu div .bg_white ul a:hover li::before {
                content: '';
                width: 60px;
                height: 60px;
                display: inline-block;
                background-image: url(img/menu_icon_c1.png);
                background-size: contain;
                margin: 8px auto; }
  #top .top_consalting_wrap section.top_consalting {
    width: 1100px;
    display: block;
    margin: auto;
    padding: 30px 0;
    margin: 30px auto;
    text-align: center; }
    #top .top_consalting_wrap section.top_consalting .top_consalting_title {
      margin: 20px 0; }
      #top .top_consalting_wrap section.top_consalting .top_consalting_title h3.subtitle {
        text-align: center;
        margin: 30px auto;
        display: inline-block;
        margin: 4px auto;
        padding: 10px 100px;
        display: inline-block; }
      #top .top_consalting_wrap section.top_consalting .top_consalting_title span.subsubtitle {
        font-size: 16px;
        padding: 4px 0;
        margin: 4px 0;
        font-weight: 300; }
    #top .top_consalting_wrap section.top_consalting h4 {
      font-size: 32px;
      text-align: center;
      margin: 24px 0px; }
    #top .top_consalting_wrap section.top_consalting p {
      text-align: center;
      margin: 24px 0px; }
    #top .top_consalting_wrap section.top_consalting div.flow_box {
      display: flex;
      width: 750px;
      height: 150px;
      margin: auto;
      border-radius: 10px;
      overflow: hidden;
      border: solid 1px #1f5274; }
      #top .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_title {
        background-color: #1f5274;
        width: 190px;
        height: 150px;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border: solid 1px #1f5274; }
      #top .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content {
        width: 560px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #1f5274;
        flex-wrap: wrap;
        text-align: left; }
        #top .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content ul li {
          text-align: left;
          padding: 10px;
          line-height: 1.2; }
    #top .top_consalting_wrap section.top_consalting img.sankaku1 {
      margin: 10px auto;
      display: block; }

@media (max-width: 768px) {
  #top section.main_image {
    padding-top: 0px; } }
@media (max-width: 768px) {
  #top .top_main {
    padding: 0; } }
@media (max-width: 768px) {
  #top .top_main div {
    margin: 0px auto 10px; } }
@media (max-width: 768px) {
  #top .top_main div div {
    margin: 0px auto; } }
@media (max-width: 768px) {
  #top .top_main div div p {
    font-size: 20px; } }
@media (max-width: 768px) {
  #top .top_main div div .lead_title {
    font-size: 20px;
    padding: 10px 0px; } }
@media (max-width: 768px) {
  #top .top_main a .lead_bg_block {
    width: 90%;
    height: auto;
    padding: 20px 0; } }
@media (max-width: 768px) {
  #top .top_lead_area div {
    margin: 20px auto; } }
@media (max-width: 768px) {
  #top .top_lead_area div p {
    font-size: 14px;
    padding: 0 20px;
    text-align: left; } }
@media (max-width: 768px) {
  #top .top_lead_area div p.lead_title {
    font-size: 20px;
    padding: 0 20px;
    text-align: left; } }
@media (max-width: 768px) {
  #top .top_lead_area div div {
    margin: 10px auto; } }
@media (max-width: 768px) {
  #top .top_lead_area div div p {
    font-size: 20px; } }
@media (max-width: 768px) {
  #top .top_lead_area div div .lead_title {
    font-size: 20px;
    padding: 10px 0px; } }
@media (max-width: 768px) {
  #top .top_lead_area a .lead_bg_block {
    width: 90%;
    height: auto;
    padding: 20px 0; } }
@media (max-width: 768px) {
  #top .top_lead_area a .bg_1 p {
    font-size: 14px;
    line-height: 2.4; } }
@media (max-width: 768px) {
  #top .top_lead_area a .bg_2 p {
    font-size: 14px;
    line-height: 2.4;
    text-align: left; } }
@media (max-width: 768px) {
  #top .top_lead_area .bg_1::after {
    width: 100%; } }
@media (max-width: 768px) {
  #top .top_lead_area .bg_2::after {
    width: 100%;
    left: 0; } }
@media (max-width: 768px) {
  #top .top_lead_area div.to_about_btn {
    margin: 30px auto 0px; } }
@media (max-width: 768px) {
  #top .top_lead_area div.to_about_btn a {
    padding: 30px 40px; } }
@media (max-width: 768px) {
  #top .epi_link {
    margin: 10px 0px; } }
@media (max-width: 768px) {
  #top .epi_link div {
    width: 100vw;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; } }
@media (max-width: 768px) {
  #top .epi_link div a {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center; } }
@media (max-width: 768px) {
  #top .top_seminer_wrap section.top_seminer {
    width: 100vw; } }
@media (max-width: 768px) {
  #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit {
    width: auto;
    height: auto;
    margin: 10px;
    flex-wrap: wrap;
    justify-content: center; } }
@media (max-width: 768px) {
  #top .top_seminer_wrap section.top_seminer div.top_seminer_content article div.seminerUnit .contentWrapper a.linkBtn {
    position: relative; } }
@media (max-width: 768px) {
  #top section.top_menu {
    margin-top: 20px; } }
@media (max-width: 768px) {
  #top section.top_menu h4 {
    font-size: 20px; } }
@media (max-width: 768px) {
  #top section.top_menu p {
    padding: 0 10px;
    text-align: left; } }
@media (max-width: 768px) {
  #top section.top_menu div .bg_white {
    width: auto; } }
@media (max-width: 768px) {
  #top section.top_menu div .bg_white ul a li {
    text-align: center;
    width: 247px;
    height: 120px;
    font-size: 18px;
    display: flex;
    border: solid 6px #1f5274;
    line-height: 1.5;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    margin: 16px auto;
    color: #1f5274;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold; }
    #top section.top_menu div .bg_white ul a li span {
      color: #abc400; }
    #top section.top_menu div .bg_white ul a li::before {
      content: '';
      width: 40px;
      height: 40px;
      display: inline-block;
      background-image: url(img/menu_icon_c1.png);
      background-size: contain;
      margin: 8px auto; } }
@media (max-width: 768px) {
  #top section.top_menu div .bg_white ul a:hover {
    text-decoration: none;
    color: #FFF; }
    #top section.top_menu div .bg_white ul a:hover li {
      background-color: #1f5274;
      color: #FFF; }
      #top section.top_menu div .bg_white ul a:hover li::before {
        content: '';
        width: 40px;
        height: 40px;
        display: inline-block;
        background-image: url(img/menu_icon_c1.png);
        background-size: contain;
        margin: 8px auto; } }
@media (max-width: 768px) {
  #top .top_consalting_wrap section.top_consalting {
    width: 100vw;
    text-align: center;
    padding: 10px 0; } }
@media (max-width: 768px) {
  #top .top_consalting_wrap section.top_consalting .top_consalting_title h3.subtitle {
    padding: 10px 40px; } }
@media (max-width: 768px) {
  #top .top_consalting_wrap section.top_consalting div.flow_box {
    width: auto;
    margin: 0 10px;
    height: auto;
    flex-direction: column; } }
@media (max-width: 768px) {
  #top .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_title {
    width: auto;
    height: 40px;
    margin: 0px;
    padding: 10px;
    font-size: 20px; } }
@media (max-width: 768px) {
  #top .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content {
    height: auto; } }
@media (max-width: 768px) {
  #top .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content {
    width: auto;
    margin: 0 10px; }
    #top .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content ul li {
      text-align: left;
      padding: 10px; } }
#private {
  background-color: #f9f8f1; }
  #private .wrap div.private_lead_title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0; }
    #private .wrap div.private_lead_title h2 {
      font-size: 28px;
      text-align: center;
      line-height: 1.4;
      padding: 40px 0 10px;
      margin-bottom: 0px;
      font-weight: 300; }
    #private .wrap div.private_lead_title h3 {
      font-size: 24px;
      padding: 30px 0; }
    #private .wrap div.private_lead_title p {
      font-size: 18px;
      padding: 20px 0; }
  #private .wrap section.six_elements {
    background-color: white;
    padding: 40px;
    position: relative;
    text-align: center; }
    #private .wrap section.six_elements h3 {
      display: inline-block;
      margin: auto;
      padding: 20px 100px; }
      #private .wrap section.six_elements h3 span {
        font-size: 2em; }
    #private .wrap section.six_elements img.six_elements_image {
      width: 600px;
      margin: 50px 0px; }
    #private .wrap section.six_elements div.six_elements_icon1 {
      display: flex;
      justify-content: space-around;
      margin: 30px auto; }
      #private .wrap section.six_elements div.six_elements_icon1 div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        color: white;
        width: 135px;
        height: 135px;
        text-align: left;
        border-radius: 10px;
        overflow: hidden; }
      #private .wrap section.six_elements div.six_elements_icon1 .kokoro {
        background-color: #89c8d7; }
      #private .wrap section.six_elements div.six_elements_icon1 .hito {
        background-color: #e5c26d; }
      #private .wrap section.six_elements div.six_elements_icon1 .jikan {
        background-color: #83b468; }
      #private .wrap section.six_elements div.six_elements_icon1 .jouhou {
        background-color: #e5966b; }
      #private .wrap section.six_elements div.six_elements_icon1 .mono {
        background-color: #c170e2; }
      #private .wrap section.six_elements div.six_elements_icon1 .kane {
        background-color: #c1b870; }
    #private .wrap section.six_elements div.six_elements_text p {
      text-align: left;
      line-height: 2; }
  #private .wrap section.six_elements2 {
    background-color: white;
    padding: 20px;
    text-align: center; }
    #private .wrap section.six_elements2 h3 {
      font-size: 28px;
      text-align: center;
      line-height: 1.4;
      padding: 20px 100px;
      margin-bottom: 0px;
      font-weight: 300;
      display: inline-block; }
      #private .wrap section.six_elements2 h3 span {
        font-size: 2em; }
    #private .wrap section.six_elements2 div.six_elements_icon2 div {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin: 10px 0px; }
      #private .wrap section.six_elements2 div.six_elements_icon2 div div {
        border-radius: 10px;
        overflow: hidden; }
        #private .wrap section.six_elements2 div.six_elements_icon2 div div:first-child {
          color: white;
          text-align: center;
          width: 80px;
          height: 80px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px; }
        #private .wrap section.six_elements2 div.six_elements_icon2 div div:last-child {
          text-align: left;
          width: 960px;
          padding-left: 20px;
          line-height: 1.5; }
      #private .wrap section.six_elements2 div.six_elements_icon2 div .kokoro {
        background-color: #89c8d7; }
      #private .wrap section.six_elements2 div.six_elements_icon2 div .hito {
        background-color: #e5c26d; }
      #private .wrap section.six_elements2 div.six_elements_icon2 div .jikan {
        background-color: #83b468; }
      #private .wrap section.six_elements2 div.six_elements_icon2 div .jouhou {
        background-color: #e5966b; }
      #private .wrap section.six_elements2 div.six_elements_icon2 div .mono {
        background-color: #c170e2; }
      #private .wrap section.six_elements2 div.six_elements_icon2 div .kane {
        background-color: #c1b870; }
  #private section.bnr_area {
    background-color: white;
    padding: 50px; }
    #private section.bnr_area div h2 {
      font-size: 18px;
      padding-bottom: 10px;
      font-size: bold;
      color: #1f5274; }

@media (max-width: 768px) {
  #private .wrap div.private_lead_title h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
    padding: 10px 10px;
    font-weight: 300; } }
@media (max-width: 768px) {
  #private .wrap div.private_lead_title h3 {
    line-height: 1.8;
    padding: 10px 10px;
    text-align: center; } }
@media (max-width: 768px) {
  #private .wrap div.private_lead_title p {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px 10px;
    text-align: left; } }
@media (max-width: 768px) {
  #private .wrap section.six_elements {
    padding: 20px; } }
@media (max-width: 768px) {
  #private .wrap section.six_elements h3 {
    font-size: 18px;
    padding: 10px 0; } }
@media (max-width: 768px) {
  #private .wrap section.six_elements img.six_elements_image {
    width: 100%; } }
@media (max-width: 768px) {
  #private .wrap section.six_elements div.six_elements_icon1 div {
    font-size: 20px;
    width: 50px;
    height: 50px; } }
@media (max-width: 768px) {
  #private .wrap section.six_elements2 h3 {
    font-size: 18px;
    padding: 20px 0px; }
    #private .wrap section.six_elements2 h3 span {
      font-size: 2em; } }
@media (max-width: 768px) {
  #private .wrap section.six_elements2 div.six_elements_icon2 div {
    justify-content: space-between; } }
@media (max-width: 768px) {
  #private .wrap section.six_elements2 div.six_elements_icon2 div div:first-child {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; } }
@media (max-width: 768px) {
  #private .wrap section.six_elements2 div.six_elements_icon2 div div:last-child {
    width: calc(100% - 10px);
    padding-left: 10px; } }
@media (max-width: 768px) {
  #private section.bnr_area {
    text-align: center;
    width: 100vw;
    padding: 0px;
    margin: auto; }
    #private section.bnr_area a img {
      border: solid 2px #1f5274;
      width: 90%; } }
.kazoku {
  background-color: white;
  padding-bottom: 40px; }
  .kazoku .kazoku_title {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px; }
    .kazoku .kazoku_title h4 {
      color: #000;
      font-size: 32px;
      display: inline-block;
      text-align: center;
      margin: auto; }
  .kazoku .kazoku_text {
    width: 780px;
    margin: auto;
    line-height: 2.0;
    padding: 30px; }
    .kazoku .kazoku_text p {
      font-size: 16px;
      line-height: 2.0;
      text-align: left;
      margin: 30px auto; }
      .kazoku .kazoku_text p.subtitle {
        font-size: 24px;
        color: #1f5274;
        line-height: 2.0;
        text-align: center;
        margin: 30px auto; }
      .kazoku .kazoku_text p.align_center {
        font-size: 16px;
        line-height: 2.0;
        text-align: center;
        margin: 30px auto; }
  .kazoku .kazoku_subtitle {
    text-align: center; }
    .kazoku .kazoku_subtitle h4 {
      font-size: 32px;
      color: #1f5274; }
  .kazoku div.popmake-1812 {
    margin: 0px auto 30px; }

@media (max-width: 768px) {
  .kazoku .kazoku_title {
    height: 60px;
    width: 90%; } }
@media (max-width: 768px) {
  .kazoku .kazoku_title h4 {
    font-size: 18px;
    padding: 10px 40px; } }
@media (max-width: 768px) {
  .kazoku .kazoku_text {
    width: auto; } }
@media (max-width: 768px) {
  .kazoku .kazoku_text p.subtitle {
    font-size: 16px;
    text-align: left;
    white-space: nowrap; } }
@media (max-width: 768px) {
  .kazoku .kazoku_text p.align_center {
    text-align: left; } }
section.voice {
  margin: 50px 0;
  padding: 50px 0;
  background-color: white; }
  section.voice .voice_title {
    text-align: center; }
    section.voice .voice_title h4 {
      font-size: 32px;
      text-align: center;
      color: #1f5274; }
  section.voice .kazoku_text {
    width: 780px;
    margin: auto;
    line-height: 2.0;
    padding: 30px; }
    section.voice .kazoku_text p {
      font-size: 16px;
      line-height: 2.0;
      text-align: left;
      margin: 30px auto; }
      section.voice .kazoku_text p.subtitle {
        font-size: 24px;
        color: #1f5274;
        line-height: 2.0;
        text-align: center;
        margin: 30px auto; }
      section.voice .kazoku_text p.align_center {
        font-size: 16px;
        line-height: 2.0;
        text-align: center;
        margin: 30px auto; }
  section.voice div.voice_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    width: 1020px; }
    section.voice div.voice_flex div.voice_box {
      width: 260px;
      height: 340px;
      padding: 20px;
      margin: 20px;
      background-color: #f9f8f1;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      border-radius: 10px;
      overflow: hidden; }
      section.voice div.voice_flex div.voice_box img {
        width: 120px;
        height: 120px; }
      section.voice div.voice_flex div.voice_box span {
        margin: 10px auto; }
      section.voice div.voice_flex div.voice_box p {
        margin: 10px auto;
        font-size: 1.2em;
        line-height: 1.5; }
        section.voice div.voice_flex div.voice_box p span {
          font-size: 0.8em; }

@media (max-width: 768px) {
  section.voice .kazoku_text {
    width: auto; } }
@media (max-width: 768px) {
  section.voice .kazoku_text p.subtitle {
    font-size: 16px;
    text-align: left;
    white-space: nowrap; } }
@media (max-width: 768px) {
  section.voice .kazoku_text p.align_center {
    text-align: left; } }
@media (max-width: 768px) {
  section.voice div.voice_flex {
    width: auto;
    justify-content: center; } }
@media (max-width: 768px) {
  section.voice div.voice_flex div.voice_box {
    height: 280px; } }
@media (max-width: 768px) {
  section.voice div.voice_flex div.voice_box p {
    font-size: 1.0em;
    line-height: 1.4; } }
#company {
  background-color: #f9f8f1; }
  #company div.wrap {
    width: 900px; }
    #company div.wrap div.company_title_box {
      text-align: center;
      padding-top: 60px; }
      #company div.wrap div.company_title_box h2.conpany_title {
        display: inline-block; }
    #company div.wrap section.top_private-consultant {
      margin-top: 50px;
      position: relative; }
      #company div.wrap section.top_private-consultant div.top_private-consultant_title {
        text-align: center; }
        #company div.wrap section.top_private-consultant div.top_private-consultant_title h3.subtitle {
          text-align: center;
          margin: 10px auto;
          display: inline-block; }
        #company div.wrap section.top_private-consultant div.top_private-consultant_title span.subsubtitle {
          font-size: 16px;
          padding: 4px 0;
          font-weight: 300; }
      #company div.wrap section.top_private-consultant div.Greeting {
        width: 900px;
        display: flex; }
        #company div.wrap section.top_private-consultant div.Greeting div.imgWrapper {
          padding: 20px; }
          #company div.wrap section.top_private-consultant div.Greeting div.imgWrapper img {
            width: 210px; }
        #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper {
          padding: 20px;
          margin-bottom: 40px;
          position: relative; }
          #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper .name {
            margin: 20px 0;
            font-size: 32px;
            line-height: 2;
            text-align: center; }
            #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper .name span {
              font-size: 16px; }
          #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper .position {
            margin: 20px 0;
            font-size: 16px;
            text-align: center; }
          #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper .name_alphabet {
            margin: 20px 0;
            font-size: 20px;
            text-align: center; }
          #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper p {
            margin: 30px auto;
            line-height: 2; }
          #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper a.kyokai_link {
            font-size: 1em;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            margin-bottom: 20px;
            color: #000; }
            #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper a.kyokai_link img {
              margin: 10px auto;
              width: 330px; }
          #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper a.linkbox {
            text-decoration: none;
            padding: 20px 40px;
            margin: 20px auto;
            display: inline-block;
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            font-size: 1.4em;
            color: #000;
            display: block;
            background-color: white;
            border: none;
            border-radius: 0px;
            border-bottom: solid 2px; }
          #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper a.movie_linkbox {
            display: inline-block;
            border: solid 1px #1f5274;
            text-decoration: none;
            text-align: center;
            margin: 0px auto;
            padding: 10px 10px;
            color: white;
            transition: 0.5s ease;
            border-radius: 10px;
            overflow: hidden;
            background-color: #1f5274;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center; }
            #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper a.movie_linkbox img {
              width: 40px;
              margin: 0px 20px; }
      #company div.wrap section.top_private-consultant .linkbox_wrap {
        margin: auto;
        display: flex;
        justify-content: center; }
        #company div.wrap section.top_private-consultant .linkbox_wrap a.linkbox {
          text-decoration: none;
          padding: 20px 60px;
          color: white;
          margin: 0px;
          right: 0;
          text-align: center;
          line-height: 1.5;
          background-color: #1f5274; }
    #company div.wrap div.bg_white {
      padding: 50px; }
      #company div.wrap div.bg_white table tr {
        margin: 10px 0px;
        padding: 10px 0px; }
        #company div.wrap div.bg_white table tr th {
          margin: 20px 0px;
          padding: 20px 0px;
          width: 200px;
          font-size: 18px;
          text-align: left;
          border-bottom: solid 1px #e9e9e9; }
        #company div.wrap div.bg_white table tr td {
          margin: 20px 0px;
          padding: 20px 0px;
          font-size: 18px;
          line-height: 1.5;
          border-bottom: solid 1px #e9e9e9; }
          #company div.wrap div.bg_white table tr td a.linkbox {
            text-decoration: none;
            padding: 10px 40px;
            margin: 8px 0;
            border: solid 1px #1f5274;
            color: #1f5274;
            margin: 0px;
            display: inline-block;
            position: relative;
            border-radius: 10px;
            overflow: hidden; }
    #company div.wrap div.map {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 20px auto;
      width: 900px; }
      #company div.wrap div.map p {
        text-align: left;
        margin: 10px 0; }
      #company div.wrap div.map iframe {
        width: 900px;
        height: 450px; }

@media (max-width: 768px) {
  #company div.wrap {
    width: auto; } }
@media (max-width: 768px) {
  #company div.wrap div.company_title_box {
    padding-top: 20px; } }
@media (max-width: 768px) {
  #company div.wrap section.top_private-consultant {
    margin-top: 0; } }
@media (max-width: 768px) {
  #company div.wrap section.top_private-consultant div.Greeting {
    width: 100vw;
    flex-direction: column;
    align-items: center; } }
@media (max-width: 768px) {
  #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper .name {
    display: block;
    margin: auto;
    line-height: 1; } }
@media (max-width: 768px) {
  #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper .position {
    display: block;
    margin: auto; } }
@media (max-width: 768px) {
  #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper .name_alphabet {
    display: block;
    margin: auto; } }
@media (max-width: 768px) {
  #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper a.kyokai_link {
    font-size: 0.8em;
    font-weight: bold; } }
@media (max-width: 768px) {
  #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper a.linkbox {
    display: block; } }
@media (max-width: 768px) {
  #company div.wrap section.top_private-consultant div.Greeting div.contentWrapper a.movie_linkbox {
    padding: 10px 20px;
    display: flex; } }
@media (max-width: 768px) {
  #company div.wrap div.bg_white {
    padding: 20px; } }
@media (max-width: 768px) {
  #company div.wrap div.bg_white table tr th {
    font-size: 14px;
    width: 80px; } }
@media (max-width: 768px) {
  #company div.wrap div.bg_white table tr td {
    font-size: 14px; } }
@media (max-width: 768px) {
  #company div.wrap div.map {
    width: 350px;
    height: 250px; } }
@media (max-width: 768px) {
  #company div.wrap div.map iframe {
    width: 350px;
    height: 250px; } }
section.contact_form {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 1000px;
  display: block;
  margin: 100px auto; }
  section.contact_form h2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 700;
    margin: 30px auto;
    color: white;
    background-color: #1f5274; }
  section.contact_form .wpcf7 {
    margin: auto; }
    section.contact_form .wpcf7 form dl {
      margin: 20px auto; }
      section.contact_form .wpcf7 form dl dd p {
        line-height: 1.2; }
        section.contact_form .wpcf7 form dl dd p span {
          width: 100%; }
          section.contact_form .wpcf7 form dl dd p span input.wpcf7-text {
            width: 90%;
            margin: 10px 5%;
            padding: 10px 10px; }
      section.contact_form .wpcf7 form dl dd.small-text p {
        font-size: 0.9em;
        padding: 10px 0;
        font-weight: 500; }
      section.contact_form .wpcf7 form dl dt p {
        padding: 10px 0; }
        section.contact_form .wpcf7 form dl dt p label {
          font-size: 1.1em;
          padding: 10px 0;
          font-weight: bold; }
          section.contact_form .wpcf7 form dl dt p label span.hissu, section.contact_form .wpcf7 form dl dt p label p span.hissu {
            font-weight: bold;
            color: #f00;
            margin-left: 14px;
            font-size: 0.8em;
            font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
          section.contact_form .wpcf7 form dl dt p label.medium-text {
            font-size: 0.9em;
            padding: 10px 0;
            font-weight: bold; }
          section.contact_form .wpcf7 form dl dt p label.small-text {
            font-size: 0.8em;
            padding: 10px 0;
            font-weight: 500; }
      section.contact_form .wpcf7 form dl textarea {
        width: 100%; }
      section.contact_form .wpcf7 form dl.halfBox dd p {
        display: flex;
        align-items: center;
        white-space: nowrap; }
        section.contact_form .wpcf7 form dl.halfBox dd p span.wpcf7-form-control-wrap {
          width: 450px;
          display: inherit; }
      section.contact_form .wpcf7 form dl.halfBox dd.small-text p {
        font-size: 0.9em;
        padding: 10px 0;
        font-weight: 500; }
    section.contact_form .wpcf7 form div.kakunin {
      margin: 20px 0;
      padding: 20px;
      background-color: #f9f8f1; }
    section.contact_form .wpcf7 form div.inqBtnset {
      text-align: center; }
      section.contact_form .wpcf7 form div.inqBtnset p .wpcf7-form-control {
        padding: 6px;
        margin: 10px; }
    section.contact_form .wpcf7 form .c1_box {
      font-size: 16px;
      display: inline-block;
      background: #1F5274;
      color: white;
      padding: 8px 12px; }
    section.contact_form .wpcf7 form div#okyakusamainfoTitle p {
      font-size: 1.0em;
      display: inline-block;
      background: #1F5274;
      color: white;
      padding: 8px 12px; }

@media (max-width: 768px) {
  section.contact_form {
    width: 90%;
    margin: auto 5%; } }
#pro div div.wrap {
  text-align: center; }
  #pro div div.wrap h2.lead_title {
    font-size: 32px;
    display: inline-block;
    margin-top: 20px; }
#pro div.wrap section.pro_lead1 {
  text-align: center;
  padding: 40px 0 20px 0;
  margin: 20px auto; }
  #pro div.wrap section.pro_lead1 h3.subtitle {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 40px; }
  #pro div.wrap section.pro_lead1 p {
    font-size: 20px;
    line-height: 1.4; }
#pro div.wrap section.pro_lead2 {
  background-color: white;
  padding: 40px;
  margin: 20px auto; }
  #pro div.wrap section.pro_lead2 div.b-l-ygreen {
    border-left: solid 4px #abc400;
    padding: 0 30px; }
    #pro div.wrap section.pro_lead2 div.b-l-ygreen h3.subtitle {
      margin-bottom: 20px;
      line-height: 1.5; }
    #pro div.wrap section.pro_lead2 div.b-l-ygreen div {
      text-align: center;
      display: block; }
      #pro div.wrap section.pro_lead2 div.b-l-ygreen div ul {
        display: inline-block; }
        #pro div.wrap section.pro_lead2 div.b-l-ygreen div ul li {
          line-height: 2;
          text-align: left; }
    #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white {
      padding: 30px 50px;
      width: 900px;
      margin: auto; }
      #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        align-content: flex-start;
        text-align: left;
        align-items: flex-start;
        width: 600px;
        margin: auto; }
        #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul li {
          text-align: left;
          font-size: 18px;
          display: flex;
          line-height: 1.5;
          border-radius: 10px;
          flex-direction: row;
          align-items: center;
          padding: 4px;
          margin: 4px 0px;
          color: #1f5274;
          font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
          font-weight: bold; }
          #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul li span {
            color: #abc400; }
          #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul li::before {
            content: '';
            width: 40px;
            height: 40px;
            display: inline-block;
            background-image: url(img/menu_icon_c1.png);
            background-size: contain;
            margin: 0px 20px 0px 0px;
            background-repeat: no-repeat; }
        #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul a:hover {
          text-decoration: none;
          color: #FFF; }
          #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul a:hover li {
            background-color: #abc400;
            color: #FFF; }
            #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul a:hover li::before {
              content: '';
              width: 60px;
              height: 60px;
              display: inline-block;
              background-image: url(img/menu_icon_c1.png);
              background-size: contain;
              margin: 8px auto; }
#pro div.wrap section.pro_lead3 {
  background-color: white;
  padding: 40px;
  margin: 20px auto; }
  #pro div.wrap section.pro_lead3 div.b-l-ygreen {
    border-left: solid 4px #abc400;
    padding: 0 30px; }
    #pro div.wrap section.pro_lead3 div.b-l-ygreen h3.subtitle {
      margin-bottom: 20px;
      line-height: 1.6;
      font-size: 22px; }
    #pro div.wrap section.pro_lead3 div.b-l-ygreen ul li {
      line-height: 2; }
#pro div.wrap section.pro_block_area {
  text-decoration: none; }
  #pro div.wrap section.pro_block_area .pro_block {
    max-width: 1100px;
    width: 100%;
    height: 300px;
    position: relative;
    transition: 0.5s ease;
    margin: 50px auto;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden; }
    #pro div.wrap section.pro_block_area .pro_block div {
      width: 450px;
      padding: 0 50px; }
      #pro div.wrap section.pro_block_area .pro_block div div.line {
        border-bottom: solid 1px white;
        width: 50px;
        padding: 0;
        margin: 0; }
      #pro div.wrap section.pro_block_area .pro_block div h4 {
        font-size: 20px;
        color: white;
        line-height: 1.5;
        padding: 20px 0;
        display: inline-block; }
      #pro div.wrap section.pro_block_area .pro_block div p {
        font-size: 14px;
        line-height: 1.5;
        margin: 20px auto; }
  #pro div.wrap section.pro_block_area .bg_1 p {
    color: #FFF;
    z-index: 10;
    position: relative;
    line-height: 2.4;
    letter-spacing: 1px;
    text-align: left; }
  #pro div.wrap section.pro_block_area .bg_2 {
    align-content: flex-end; }
    #pro div.wrap section.pro_block_area .bg_2 p {
      color: #FFF;
      z-index: 10;
      position: relative;
      line-height: 2.4;
      letter-spacing: 1px;
      text-align: left; }
  #pro div.wrap section.pro_block_area .bg_3 p {
    color: #FFF;
    z-index: 10;
    position: relative;
    line-height: 2.4;
    letter-spacing: 1px;
    text-align: left; }
  #pro div.wrap section.pro_block_area .bg_4 {
    align-content: flex-end; }
    #pro div.wrap section.pro_block_area .bg_4 p {
      color: #FFF;
      z-index: 10;
      position: relative;
      line-height: 2.4;
      letter-spacing: 1px;
      text-align: left; }
  #pro div.wrap section.pro_block_area .bg_1::after {
    content: '';
    background-color: rgba(13, 73, 109, 0.7);
    position: absolute;
    z-index: -100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: 0.5s ease; }
  #pro div.wrap section.pro_block_area .bg_2::after {
    content: '';
    background-color: rgba(13, 73, 109, 0.7);
    position: absolute;
    z-index: -100;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: 0.5s ease; }
  #pro div.wrap section.pro_block_area .bg_3::after {
    content: '';
    background-color: rgba(13, 73, 109, 0.7);
    position: absolute;
    z-index: -100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: 0.5s ease; }
  #pro div.wrap section.pro_block_area .bg_4::after {
    content: '';
    background-color: rgba(13, 73, 109, 0.7);
    position: absolute;
    z-index: -100;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: 0.5s ease; }
  #pro div.wrap section.pro_block_area a:hover .bg_1 {
    background: url("img/pro/pro-image1.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    #pro div.wrap section.pro_block_area a:hover .bg_1::after {
      content: '';
      background-color: rgba(13, 73, 109, 0.7);
      width: 100%; }
  #pro div.wrap section.pro_block_area a:hover .bg_2 {
    background: url("img/pro/pro-image2.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    #pro div.wrap section.pro_block_area a:hover .bg_2::after {
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
  #pro div.wrap section.pro_block_area a:hover .bg_3 {
    background: url("img/pro/pro-image3.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    #pro div.wrap section.pro_block_area a:hover .bg_3::after {
      content: '';
      background-color: rgba(13, 73, 109, 0.7);
      width: 100%; }
  #pro div.wrap section.pro_block_area a:hover .bg_4 {
    background: url("img/pro/pro-image4.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    #pro div.wrap section.pro_block_area a:hover .bg_4::after {
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
  #pro div.wrap section.pro_block_area .bg_1 {
    background: url("img/pro/pro-image1.jpeg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  #pro div.wrap section.pro_block_area .bg_2 {
    background: url("img/pro/pro-image2.jpeg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  #pro div.wrap section.pro_block_area .bg_3 {
    background: url("img/pro/pro-image3.jpeg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  #pro div.wrap section.pro_block_area .bg_4 {
    background: url("img/pro/pro-image4.jpeg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  #pro div.wrap section.pro_block_area div.to_about_btn {
    text-align: center;
    margin: 100px auto 0px;
    display: block;
    text-decoration: none; }
    #pro div.wrap section.pro_block_area div.to_about_btn a {
      display: inline-block;
      border: solid 1px #1f5274;
      text-decoration: none;
      text-align: center;
      margin: 0px auto;
      padding: 30px 100px;
      color: #13496D;
      transition: 0.5s ease;
      border-radius: 10px;
      overflow: hidden; }
      #pro div.wrap section.pro_block_area div.to_about_btn a:hover {
        color: white;
        background-color: #1f5274; }
#pro div.wrap section.jirei div.jirei_box {
  display: flex;
  flex-direction: column;
  border: solid 1px #1f5274;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden; }
  #pro div.wrap section.jirei div.jirei_box .jirei_title {
    color: white;
    background-color: #1f5274;
    padding: 16px 0;
    text-align: center; }
    #pro div.wrap section.jirei div.jirei_box .jirei_title h3.sub_title {
      font-size: 1.6em;
      letter-spacing: 12px; }
  #pro div.wrap section.jirei div.jirei_box .jirei_content {
    background-color: white;
    padding: 40px; }
    #pro div.wrap section.jirei div.jirei_box .jirei_content h4 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 10px;
      font-weight: bold; }
    #pro div.wrap section.jirei div.jirei_box .jirei_content p {
      font-size: 16px;
      line-height: 1.5; }
#pro div.wrap section.pro_voice {
  padding: 50px 0; }
  #pro div.wrap section.pro_voice .voice_title {
    text-align: center;
    display: inline-block; }
    #pro div.wrap section.pro_voice .voice_title h4 {
      font-size: 24px;
      text-align: center;
      margin: 20px 0; }
  #pro div.wrap section.pro_voice div.voice_flex {
    display: flex;
    align-items: center;
    width: 800px;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
    #pro div.wrap section.pro_voice div.voice_flex div.voice_box {
      width: 260px;
      height: 340px;
      padding: 20px;
      margin: 20px;
      background-color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-start;
      border-radius: 10px;
      overflow: hidden; }
      #pro div.wrap section.pro_voice div.voice_flex div.voice_box img {
        width: 120px;
        height: 120px; }
      #pro div.wrap section.pro_voice div.voice_flex div.voice_box span {
        margin: 10px auto;
        font-size: 20px; }
      #pro div.wrap section.pro_voice div.voice_flex div.voice_box p {
        margin: 10px auto;
        font-size: 16px;
        line-height: 1.5;
        text-align: left; }
#pro div.wrap .merit {
  padding-bottom: 50px; }
  #pro div.wrap .merit .merit_title h4 {
    display: inline-block;
    margin: auto; }
  #pro div.wrap .merit .merit_title span.subsubtitle {
    font-size: 16px;
    padding: 4px 0;
    font-weight: 300; }
  #pro div.wrap .merit .merit_box {
    background-color: white;
    width: 500px;
    margin: auto;
    padding: 50px; }
    #pro div.wrap .merit .merit_box ul {
      text-align: left; }
      #pro div.wrap .merit .merit_box ul li {
        line-height: 2;
        font-size: 1.2em; }
        #pro div.wrap .merit .merit_box ul li span {
          color: #abc400; }
#pro div.wrap section.merit2 div.merit2_box {
  display: flex;
  flex-direction: column;
  margin: 20px auto; }
  #pro div.wrap section.merit2 div.merit2_box .merit2_title {
    /*color: white;
    background-color:$color1;
    padding:20px 0;
    text-align: center;
    line-height:1.5;
    border-radius: 10px;
    */
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
    padding: 30px 0 16px;
    margin-bottom: 0;
    display: inline-block; }
    #pro div.wrap section.merit2 div.merit2_box .merit2_title .sub_title {
      padding: 0px 20px; }
      #pro div.wrap section.merit2 div.merit2_box .merit2_title .sub_title span {
        padding: 20px;
        font-size: 1.2em;
        font-weight: bold; }
    #pro div.wrap section.merit2 div.merit2_box .merit2_title span {
      font-size: 16px;
      padding: 16px 30px;
      margin: 10px;
      font-weight: 300;
      display: inline-block;
      width: auto; }
  #pro div.wrap section.merit2 div.merit2_box .merit2_content {
    background-color: white;
    padding: 10px 40px;
    text-align: left; }
    #pro div.wrap section.merit2 div.merit2_box .merit2_content span {
      font-size: 24px;
      color: #1f5274;
      margin-bottom: 10px;
      line-height: 2; }
    #pro div.wrap section.merit2 div.merit2_box .merit2_content h4 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 10px; }
    #pro div.wrap section.merit2 div.merit2_box .merit2_content p {
      font-size: 16px;
      line-height: 1.5; }

@media (max-width: 768px) {
  #pro div div.wrap h2.lead_title {
    padding: 10px 30px;
    font-size: 24px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead1 {
    padding: 10px 20px;
    margin: 0px auto; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead1 h3.subtitle {
    font-size: 24px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead1 p {
    font-size: 16px;
    text-align: left; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead2 {
    padding: 20px;
    margin: 20px auto; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead2 div.b-l-ygreen {
    padding-right: 0px;
    padding-left: 10px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead2 div.b-l-ygreen h3.subtitle {
    font-size: 16px;
    text-align: left; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white {
    width: auto;
    padding: 0px 0px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul {
    width: auto;
    padding: 0px 0px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul li {
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    padding: 8px;
    padding-left: 40px;
    margin: 0;
    color: #1f5274;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 700; }
    #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul li span {
      color: #abc400; }
    #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul li::before {
      content: '';
      width: 35px;
      height: 25px;
      left: 40px;
      display: inline-block;
      position: absolute;
      background-image: url(img/menu_icon_c1.png);
      background-size: contain;
      margin: 0 auto; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul a:hover {
    text-decoration: none;
    color: #FFF; }
    #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul a:hover li {
      background-color: #abc400;
      color: #FFF; }
      #pro div.wrap section.pro_lead2 div.b-l-ygreen .bg_white ul a:hover li::before {
        content: '';
        width: 40px;
        height: 40px;
        display: inline-block;
        background-image: url(img/menu_icon_c1.png);
        background-size: contain;
        margin: 8px auto;
        background-repeat: no-repeat; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead3 {
    padding: 20px;
    margin: 20px auto; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead3 div.b-l-ygreen {
    padding-right: 0px;
    padding: 0 10px;
    text-align: left; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_lead3 div.b-l-ygreen ul li {
    line-height: 1.6; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .pro_block {
    height: 200px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .pro_block div {
    width: auto;
    padding: 0 30px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .pro_block div h4 {
    font-size: 18px;
    padding: 10px 0; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .bg_2 {
    align-content: flex-start; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .bg_4 {
    align-content: flex-start; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .bg_1::after {
    width: 100%; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .bg_2::after {
    width: 100%;
    left: 0;
    right: auto; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .bg_3::after {
    width: 100%; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area .bg_4::after {
    width: 100%;
    left: 0;
    right: auto; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area div.to_about_btn {
    margin: 30px auto 0px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_block_area div.to_about_btn a {
    padding: 30px 40px; } }
@media (max-width: 768px) {
  #pro div.wrap section.jirei div.jirei_box .jirei_title h3.sub_title {
    font-size: 1.2em;
    letter-spacing: 0px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_voice {
    padding: 20px 0 0px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_voice .voice_title h4 {
    padding: 10px 10px; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_voice div.voice_flex {
    justify-content: center;
    width: 100%; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_voice div.voice_flex div.voice_box {
    height: auto; } }
@media (max-width: 768px) {
  #pro div.wrap section.pro_voice div.voice_flex div.voice_box p {
    font-size: 1.0em;
    line-height: 1.5; } }
@media (max-width: 768px) {
  #pro div.wrap .merit {
    padding-bottom: 20px; } }
@media (max-width: 768px) {
  #pro div.wrap .merit .merit_box {
    width: 300px;
    margin: auto;
    padding: 20px; } }
@media (max-width: 768px) {
  #pro div.wrap .merit .merit_box ul li {
    font-size: 0.9em; } }
@media (max-width: 768px) {
  #pro div.wrap section.merit2 div.merit2_box .merit2_title .sub_title {
    padding: 0; } }
#price div.wrap {
  padding-bottom: 40px;
  width: 1100px;
  margin: auto; }
  #price div.wrap div.lead_title .subtitle {
    font-size: 24px;
    display: inline-block; }
  #price div.wrap div.price_area table {
    border: 0px #0D324A solid;
    background-color: #0D324A;
    border-spacing: revert-layer;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #1f5274; }
    #price div.wrap div.price_area table tr th {
      background-color: #ECECFB;
      color: #333333;
      text-align: center;
      line-height: 140%;
      font-size: 14px;
      vertical-align: middle;
      padding: 10px;
      border: solid 1px #1f5274; }
      #price div.wrap div.price_area table tr th:first-child {
        background-color: #1f5274;
        color: white;
        width: 240px;
        border: solid 1px #FFF; }
      #price div.wrap div.price_area table tr th:nth-child(2) {
        width: 30%; }
    #price div.wrap div.price_area table tr td {
      text-align: center;
      vertical-align: middle;
      background-color: #ffffff;
      padding: 20px 10px;
      font-size: 14px;
      line-height: 1.4;
      border: solid 1px #1f5274; }
      #price div.wrap div.price_area table tr td .tx-maru {
        font-size: 25px;
        font-weight: bold; }
      #price div.wrap div.price_area table tr td .tx12 {
        font-size: 12px; }
      #price div.wrap div.price_area table tr td:first-child {
        background-color: #1f5274;
        color: white;
        font-size: 18px;
        border: solid 1px #FFF; }
      #price div.wrap div.price_area table tr td:nth-child(2) {
        width: 30%;
        background-color: #ffffff;
        color: #333333;
        padding-left: 20px;
        line-height: 140%;
        text-align: left; }
      #price div.wrap div.price_area table tr td:nth-child(3), #price div.wrap div.price_area table tr td:nth-child(4) {
        color: #1f5274;
        font-weight: bold; }
#price p.kome {
  margin: 20px 0px;
  font-size: 14px;
  line-height: 1.4; }
#price .top_consalting_wrap section.top_consalting {
  width: 1100px;
  display: block;
  margin: auto;
  padding: 30px 0;
  margin: 30px auto;
  text-align: center; }
  #price .top_consalting_wrap section.top_consalting .top_consalting_title {
    margin: 20px 0; }
    #price .top_consalting_wrap section.top_consalting .top_consalting_title h3.subtitle {
      text-align: center;
      margin: 30px auto;
      display: inline-block;
      margin: 4px auto;
      padding: 4px 0;
      display: inline-block; }
    #price .top_consalting_wrap section.top_consalting .top_consalting_title span.subsubtitle {
      font-size: 16px;
      padding: 4px 0;
      margin: 4px 0;
      font-weight: 300; }
  #price .top_consalting_wrap section.top_consalting h4 {
    font-size: 32px;
    text-align: center;
    margin: 24px 0px; }
  #price .top_consalting_wrap section.top_consalting p {
    text-align: center;
    margin: 24px 0px; }
  #price .top_consalting_wrap section.top_consalting div.flow_box {
    display: flex;
    width: 750px;
    height: 150px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #1f5274; }
    #price .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_title {
      background-color: #1f5274;
      width: 190px;
      height: 150px;
      font-size: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      border: solid 1px #1f5274; }
    #price .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content {
      width: 560px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #1f5274;
      flex-wrap: wrap;
      text-align: left; }
      #price .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content ul li {
        text-align: left;
        padding: 10px;
        line-height: 1.2; }
  #price .top_consalting_wrap section.top_consalting img.sankaku1 {
    margin: 10px auto;
    display: block; }

@media (max-width: 768px) {
  #price div.wrap {
    width: 90vw;
    margin: 0 5vw; } }
@media (max-width: 768px) {
  #price div.wrap div.price_area table tr th {
    display: block; } }
@media (max-width: 768px) {
  #price div.wrap div.price_area table tr th:first-child {
    width: auto; } }
@media (max-width: 768px) {
  #price div.wrap div.price_area table tr th:nth-child(2) {
    width: auto; } }
@media (max-width: 768px) {
  #price div.wrap div.price_area table tr td {
    display: block;
    width: 100%;
    padding-top: 32px;
    width: calc(100% - 20px);
    position: relative;
    width: auto; } }
@media (max-width: 768px) {
  #price div.wrap div.price_area table tr td:first-child {
    padding-top: 16px;
    border: solid 0px #fff; } }
@media (max-width: 768px) {
  #price div.wrap div.price_area table tr td:nth-child(2) {
    width: auto; } }
@media (max-width: 768px) {
  #price div.wrap div.price_area table tr td:nth-child(2)::after {
    content: '内容';
    color: #000;
    position: absolute;
    text-align: center;
    line-height: 100%;
    left: 0px;
    top: 8px;
    font-size: 12px;
    width: 100%;
    font-weight: 300;
    padding-bottom: 4px;
    border-bottom: solid 1px #1f5274; }
  #price div.wrap div.price_area table tr td:nth-child(3)::after {
    content: '家族面談（依頼者を除く）の回数';
    color: #000;
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 12px;
    width: 100%;
    font-weight: 300;
    padding-bottom: 4px;
    border-bottom: solid 1px #1f5274; }
  #price div.wrap div.price_area table tr td:nth-child(4)::after {
    content: '期間';
    color: #000;
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 12px;
    width: 100%;
    font-weight: 300;
    padding-bottom: 4px;
    border-bottom: solid 1px #1f5274; }
  #price div.wrap div.price_area table tr td:nth-child(5)::after {
    content: '料金';
    color: #000;
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 12px;
    width: 100%;
    font-weight: 300;
    padding-bottom: 4px;
    border-bottom: solid 1px #1f5274; }
  #price div.wrap div.price_area table tr td:nth-child(6)::after {
    content: '最低料金（税別）';
    color: #000;
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 12px;
    width: 100%;
    font-weight: 300;
    padding-bottom: 4px;
    border-bottom: solid 1px #1f5274; } }
@media (max-width: 768px) {
  #price div.wrap div.price_area table tr:first-child {
    display: none; } }
@media (max-width: 768px) {
  #price .top_consalting_wrap section.top_consalting {
    width: 100vw;
    text-align: center; } }
@media (max-width: 768px) {
  #price .top_consalting_wrap section.top_consalting div.flow_box {
    width: auto;
    margin: 0 10px;
    height: auto;
    flex-direction: column; } }
@media (max-width: 768px) {
  #price .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_title {
    width: auto;
    height: 60px;
    margin: 0px;
    padding: 10px; } }
@media (max-width: 768px) {
  #price .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content {
    height: auto; } }
@media (max-width: 768px) {
  #price .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content {
    width: auto;
    margin: 0 10px; }
    #price .top_consalting_wrap section.top_consalting div.flow_box div.flow_box_content ul li {
      text-align: left;
      padding: 10px; } }
#menu {
  background-color: #f9f8f1; }
  #menu .wrap .menu_title {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 20px 0; }
    #menu .wrap .menu_title h4 {
      color: #000;
      font-size: 24px;
      display: inline-block;
      text-align: center;
      margin: auto; }
  #menu .wrap .menu_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #menu .wrap .menu_area .menu_box {
      width: 240px;
      height: 200px;
      background-color: white;
      margin: 20px 0;
      padding: 10px;
      text-align: center;
      border: solid 1px #e9e9e9;
      border-radius: 10px;
      overflow: hidden; }
      #menu .wrap .menu_area .menu_box h3 {
        font-size: 18px;
        display: inline-block;
        border-bottom: solid 1px #abc400;
        padding: 14px 0;
        margin: auto; }
      #menu .wrap .menu_area .menu_box p {
        margin: 20px 10px 10px 10px;
        font-size: 14px;
        text-align: left;
        line-height: 1.5; }
    #menu .wrap .menu_area .menu_box_2 {
      width: 1100px;
      height: 200px;
      background-color: white;
      margin: 20px 0;
      padding: 10px;
      text-align: center;
      border: solid 1px #e9e9e9;
      border-radius: 10px;
      overflow: hidden; }
      #menu .wrap .menu_area .menu_box_2 h3 {
        font-size: 18px;
        display: inline-block;
        border-bottom: solid 1px #abc400;
        padding: 14px 0;
        margin: 0px auto 10px; }
        #menu .wrap .menu_area .menu_box_2 h3 span.fs14 {
          font-size: 14px; }
      #menu .wrap .menu_area .menu_box_2 p {
        font-size: 14px;
        margin: 10px auto 0px;
        line-height: 1.5;
        text-align: left; }

@media (max-width: 768px) {
  #menu .wrap .menu_title {
    height: 60px;
    width: 90%;
    padding: 0; } }
@media (max-width: 768px) {
  #menu .wrap .menu_title h4 {
    font-size: 18px;
    padding: 10px 40px; } }
@media (max-width: 768px) {
  #menu .wrap .menu_area {
    justify-content: center; } }
@media (max-width: 768px) {
  #menu .wrap .menu_area .menu_box {
    width: 100%; } }
@media (max-width: 768px) {
  #menu .wrap .menu_area .menu_box_2 {
    width: 100%;
    height: auto; } }
@media (max-width: 768px) {
  #menu .wrap .menu_area .menu_box_2 h3 {
    font-size: 16px; } }
#profile {
  background-color: #f9f8f1; }
  #profile div.wrap div.profile_top img {
    width: 100%; }
  #profile div.wrap section div.bg_white {
    width: 900px;
    padding: 20px 50px;
    margin-bottom: 50px; }
    #profile div.wrap section div.bg_white div.title_area {
      text-align: center;
      margin: 30px auto; }
      #profile div.wrap section div.bg_white div.title_area h3.subtitle {
        padding-bottom: 10px;
        display: inline-block;
        line-height: 1.5; }
    #profile div.wrap section div.bg_white div.content_area {
      margin: 10px auto; }
      #profile div.wrap section div.bg_white div.content_area p {
        margin: 20px auto;
        font-size: 16px;
        line-height: 2.4; }
    #profile div.wrap section div.bg_white div.image_area {
      display: flex;
      justify-content: space-around; }
      #profile div.wrap section div.bg_white div.image_area div {
        margin-bottom: 20px; }
        #profile div.wrap section div.bg_white div.image_area div img {
          width: 400px; }
    #profile div.wrap section div.bg_white div.image_area_left {
      display: flex;
      justify-content: flex-start; }
      #profile div.wrap section div.bg_white div.image_area_left div {
        margin-bottom: 20px; }
        #profile div.wrap section div.bg_white div.image_area_left div img {
          width: 400px; }
    #profile div.wrap section div.bg_white div.image_area_right {
      display: flex;
      justify-content: flex-end; }
      #profile div.wrap section div.bg_white div.image_area_right div {
        margin-bottom: 20px; }
        #profile div.wrap section div.bg_white div.image_area_right div img {
          width: 400px; }
    #profile div.wrap section div.bg_white div.image_right {
      text-align: left; }

@media (max-width: 768px) {
  #profile div.wrap section div.bg_white {
    width: calc(100vw - 40px);
    padding: 20px 20px; } }
@media (max-width: 768px) {
  #profile div.wrap section div.bg_white div.image_area {
    margin: auto;
    width: calc(100vw - 40px);
    margin: 20px 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center; } }
@media (max-width: 768px) {
  #profile div.wrap section div.bg_white div.image_area div img {
    width: 250px;
    margin: 0px 0;
    flex-direction: column;
    justify-content: space-around; } }
@media (max-width: 768px) {
  #profile div.wrap section div.bg_white div.image_area_left {
    margin: auto;
    width: calc(100vw - 40px);
    margin: 20px 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center; } }
@media (max-width: 768px) {
  #profile div.wrap section div.bg_white div.image_area_left div img {
    width: 250px;
    margin: 0px 0;
    flex-direction: column;
    justify-content: space-around; } }
@media (max-width: 768px) {
  #profile div.wrap section div.bg_white div.image_area_right {
    margin: auto;
    width: calc(100vw - 40px);
    margin: 20px 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center; } }
@media (max-width: 768px) {
  #profile div.wrap section div.bg_white div.image_area_right div img {
    width: 250px;
    margin: 0px 0;
    flex-direction: column;
    justify-content: space-around; } }
.seminarInfoArea {
  width: 100%;
  max-width: 800px;
  margin: 80px auto; }
  .seminarInfoArea .sectionTitle {
    width: 300px;
    text-align: center;
    margin: 0 auto 30px; }
  .seminarInfoArea .infoList .unit {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.6; }
    .seminarInfoArea .infoList .unit:nth-child(odd) {
      background-color: #E1F3FC; }
    .seminarInfoArea .infoList .unit .date {
      width: 10%; }
    .seminarInfoArea .infoList .unit .icon {
      /*     width: 15%; */
      flex-basis: 100px;
      padding: 0 10px; }
    .seminarInfoArea .infoList .unit .presenter {
      width: 16%;
      font-size: 1.1rem;
      padding: 0 10px; }
    .seminarInfoArea .infoList .unit .seminarTitle {
      width: 55%;
      flex-grow: 0;
      flex-shrink: 10;
      padding: 0 0 0 30px; }
      .seminarInfoArea .infoList .unit .seminarTitle a {
        text-decoration: none;
        color: #333333; }
        .seminarInfoArea .infoList .unit .seminarTitle a:hover {
          text-decoration: underline; }
  .seminarInfoArea .afterLink {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px; }
    .seminarInfoArea .afterLink li {
      margin-left: 10px; }
    .seminarInfoArea .afterLink a {
      font-size: 1.4rem;
      color: #315096;
      padding: 8px 30px;
      border: #315096 2px solid;
      border-radius: 100px;
      text-decoration: none;
      box-sizing: border-box; }
      .seminarInfoArea .afterLink a:hover {
        background-color: #315096;
        color: #FFF; }
      .seminarInfoArea .afterLink a .facebookIcon {
        height: 1.4em;
        vertical-align: middle;
        margin-top: -3px; }

@media screen and (max-width: 768px) {
  .seminarInfoArea .infoList .unit {
    display: block; }
    .seminarInfoArea .infoList .unit .date {
      width: 100%; }
    .seminarInfoArea .infoList .unit .icon {
      width: 100%;
      height: 30px;
      text-align: right;
      padding: 10px; }
      .seminarInfoArea .infoList .unit .icon img {
        width: auto;
        height: 30px; }
    .seminarInfoArea .infoList .unit .presenter {
      width: 100%; }
    .seminarInfoArea .infoList .unit .seminarTitle {
      width: 100%;
      padding: 5px 10px; }
  .seminarInfoArea .afterLink {
    display: block; }
    .seminarInfoArea .afterLink a {
      display: block;
      width: auto;
      margin: 10px 10%;
      white-space: no-wrap; } }
/* セミナー詳細 */
.seminerInfoPageArea {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
  font-size: 1.0rem;
  line-height: 1.5; }
  .seminerInfoPageArea input {
    width: 100%; }
  .seminerInfoPageArea .seminerDateInfo {
    font-size: 1.6rem;
    color: #315096; }
  .seminerInfoPageArea .openTag {
    padding: 6px 30px 4px 20px;
    background-color: #1f5274;
    color: #FFF;
    display: inline-block;
    position: relative;
    font-size: 1.0rem;
    margin-right: 10px; }
    .seminerInfoPageArea .openTag.end {
      background-color: #1f5274;
      color: #FFF; }
  .seminerInfoPageArea .seminerTitle {
    font-size: 24px;
    margin: 10px 0; }
  .seminerInfoPageArea .seminerContentImp {
    color: #1f5274;
    margin: 20px 0;
    font-size: 18px; }
  .seminerInfoPageArea .imgWrapper {
    text-align: center;
    margin: 30px 0; }
  .seminerInfoPageArea .footerFormGroup .groupTitle {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px; }
  .seminerInfoPageArea .seminerContentMain {
    margin-bottom: 1.5em;
    font-size: 16px; }
    .seminerInfoPageArea .seminerContentMain h3 {
      margin-bottom: 1.5em;
      font-size: 20px;
      font-weight: bold; }
    .seminerInfoPageArea .seminerContentMain h4 {
      margin-bottom: 1.5em;
      font-size: 18px;
      font-weight: bold; }
    .seminerInfoPageArea .seminerContentMain p {
      margin-bottom: 1.5em;
      font-size: 16px; }
  .seminerInfoPageArea .footerFormGroup div.groupTitle {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 700;
    margin: 30px auto;
    color: white;
    background-color: #1f5274; }
  .seminerInfoPageArea .footerFormGroup .wpcf7 form .seminerFootForm dl dt p label {
    font-size: 1.0em;
    padding: 10px 0;
    font-weight: 700; }
    .seminerInfoPageArea .footerFormGroup .wpcf7 form .seminerFootForm dl dt p label span.hissu {
      font-weight: bold;
      color: #f00;
      margin-left: 14px;
      font-size: 0.8em;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  .seminerInfoPageArea .footerFormGroup .wpcf7 form .seminerFootForm dl dd p span input {
    width: 90%;
    margin: 10px 5%;
    padding: 10px 10px; }
  .seminerInfoPageArea .footerFormGroup .wpcf7 form .seminerFootForm dl.halfBox dd p {
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .seminerInfoPageArea .footerFormGroup .wpcf7 form .seminerFootForm dl.halfBox dd p span.wpcf7-form-control-wrap {
      width: 450px;
      display: inherit; }
  .seminerInfoPageArea .footerFormGroup .wpcf7 form .seminerFootForm .inqBtnset {
    text-align: center; }
    .seminerInfoPageArea .footerFormGroup .wpcf7 form .seminerFootForm .inqBtnset p .wpcf7-form-control {
      padding: 6px;
      margin: 10px;
      width: auto; }
  .seminerInfoPageArea .footerFormGroup .wpcf7 form div.kakunin {
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f8f1; }
    .seminerInfoPageArea .footerFormGroup .wpcf7 form div.kakunin p span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item label input {
      width: auto; }

@media (max-width: 768px) {
  .seminerInfoPageArea .seminerDateInfo {
    font-size: 1.2rem; } }
@media (max-width: 768px) {
  .seminerInfoPageArea .footerFormGroup div.groupTitle {
    font-size: 18px; } }
@media (max-width: 768px) {
  .seminerInfoPageArea .footerFormGroup .wpcf7 form .seminerFootForm dl dd p span input {
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 10px; } }
@media screen and (max-width: 768px) {
  .seminerInfoPageArea {
    padding: 0 20px; }
    .seminerInfoPageArea .seminerTitle {
      font-size: 1.2rem;
      margin: 10px 0; } }
/* セミナー一覧 */
.privacyTitleBelt {
  text-align: center; }
  .privacyTitleBelt h2 {
    display: inline-block;
    margin: 10px auto;
    padding: 4px; }

@media (max-width: 768px) {
  .privacyTitleBelt h2 {
    padding: 10px 30px;
    font-size: 24px; } }
.seminerListArea {
  width: 100%;
  max-width: 700px;
  margin: 40px auto; }
  .seminerListArea .seminerUnit {
    border-bottom: #CCC 1px solid;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.6rem;
    position: relative; }
    .seminerListArea .seminerUnit .imgWrapper {
      margin-right: 30px;
      width: 110px; }
  .seminerListArea .openTag {
    padding: 6px 30px 4px 20px;
    background-color: #E5004F;
    color: #FFF;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    font-size: 1.0rem;
    border-radius: 4px;
    overflow: hidden; }
    .seminerListArea .openTag.end {
      background-color: #1f5274;
      color: #fff;
      font-size: 16px;
      padding: 6px 30px 4px 20px;
      border-radius: 4px;
      overflow: hidden; }
  .seminerListArea .seminerDateInfo {
    color: #315096;
    font-size: 16px; }
  .seminerListArea .seminerTitle {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 10px 0; }
  .seminerListArea .seminerContentImp {
    font-size: 1.0rem;
    line-height: 1.8;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    .seminerListArea .seminerContentImp .firstText {
      color: #315096;
      margin-right: 20px; }
    .seminerListArea .seminerContentImp .secondText {
      color: #333333; }
  .seminerListArea a.linkBtn {
    position: absolute;
    display: block;
    padding: 6px 20px 4px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #1f5274;
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px #1f5274;
    bottom: 10px;
    right: 0; }
    .seminerListArea a.linkBtn:hover {
      background-color: #315096;
      color: #FFF; }

@media (max-width: 768px) {
  .seminerListArea .seminerUnit {
    flex-direction: column;
    align-items: center; } }
@media (max-width: 768px) {
  .seminerListArea .seminerUnit .imgWrapper {
    text-align: center; } }
@media (max-width: 768px) {
  .seminerListArea .seminerTitle {
    font-size: 1.0rem; } }
@media (max-width: 768px) {
  .seminerListArea .seminerContentImp .firstText {
    font-size: 0.9rem; } }
.pagination {
  margin: 30px 0; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.page-numbers {
  font-size: 1.4rem;
  border: 1px solid #ccc;
  padding: 10px; }

@media screen and (max-width: 768px) {
  .seminerListArea .seminerUnit {
    padding: 20px 20px 60px; }
  .seminerListArea a.linkBtn {
    top: auto;
    bottom: 20px;
    right: 20px; }
  .seminerListArea .seminerUnit .imgWrapper {
    margin-right: 20px; }
  .seminerListArea .seminerContentImp {
    display: block; } }
#privacy .wrap {
  text-align: center; }
  #privacy .wrap h1 {
    text-align: center;
    font-size: 28px;
    line-height: 1.0;
    padding: 10px 0;
    margin: auto;
    margin-bottom: 60px;
    display: inline-block;
    border-bottom: solid 2px #c8eb00; }
    #privacy .wrap h1 span {
      font-size: 16px; }
  #privacy .wrap h2 {
    text-align: left;
    font-size: 24px;
    text-align: center;
    margin: 0 0;
    padding-bottom: 50px;
    font-weight: 600; }
    #privacy .wrap h2 span {
      font-size: 16px; }
  #privacy .wrap h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 900; }
  #privacy .wrap p {
    text-align: left;
    margin: 10px auto 30px auto;
    line-height: 1.5; }
  #privacy .wrap ul {
    text-align: left;
    margin: 10px auto 30px auto;
    line-height: 2.0; }

@media (max-width: 768px) {
  #privacy .wrap {
    padding: 0 20px;
    width: calc(100% - 20px); } }
.subtitle {
  font-size: 24px; }

@media (max-width: 768px) {
  .subtitle {
    font-size: 18px;
    line-height: 1.2; } }
.linkbox_wrap2 {
  padding: 10px 0px;
  display: flex;
  justify-content: center; }
  .linkbox_wrap2 .linkbox {
    text-decoration: none;
    padding: 30px 60px;
    border: solid 1px #1f5274;
    color: #1f5274;
    margin: 20px; }

@media (max-width: 768px) {
  .linkbox_wrap2 {
    display: flex;
    justify-content: center;
    flex-direction: column; } }
@media (max-width: 768px) {
  .linkbox_wrap2 .linkbox {
    padding: 10px 30px;
    margin: 4px; } }
img.bg_logo {
  position: absolute;
  filter: blur(4px);
  opacity: 0.2;
  width: 150px;
  left: 0;
  right: 0;
  margin: auto; }

.lead_title {
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  padding: 30px 0;
  margin-bottom: 0px; }

@media (max-width: 768px) {
  .lead_title {
    font-size: 24px; } }
.u_line1 {
  border-bottom: solid 2px;
  border-image: linear-gradient(to right, rgba(200, 235, 0, 0), #c8eb00, #c8eb00, rgba(200, 235, 0, 0)) 1;
  padding: 10px 100px; }

.u_line2 {
  border-bottom: solid 1px #fff; }

.upper_line1 {
  border-top: solid 2px #c8eb00;
  border-image: linear-gradient(to right, rgba(200, 235, 0, 0), #c8eb00, #c8eb00, rgba(200, 235, 0, 0)) 1; }

.bg_white {
  background-color: white; }

.kobe {
  font-family: ta-kobe, sans-serif; }

.bgc01 {
  background: #1f5274; }

.bgc02 {
  background: #f9f8f1; }

.bgc03 {
  background: #abc400; }

.bgc04 {
  background: #f9f8f1; }

.w100 {
  width: 100%; }

.w1000 {
  max-width: 1000px; }

span.fs14 {
  font-size: 14px; }
span.fs12 {
  font-size: 12px; }

html {
  scroll-behavior: smooth; }

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg); }

@media (min-width: 768px) {
  .sp {
    display: none; } }
@media (max-width: 768px) {
  .pc {
    display: none; } }
/*
body{
	margin:0;
}
header{
	height:100px;	
	display: flex;
	justify-content: space-between;
	div.logo_area{
		img{
			margin: 10px;
		}
		}
	div{
		ul.g_nav{
			display: flex;
			list-style:none;
			li{
				font-size: 12px;
				padding:0 10px;
			}
		}
	}
}
*/
.example {
  width: 100vw; }
  .example section {
    width: 100%; }
    .example section div {
      padding: 14% 10%; }
      .example section div div {
        font-size: 16px;
        line-height: 2.8;
        padding: 0; }
    .example section.titlearea div {
      padding: 0 10%; }
      .example section.titlearea div div.example_icon {
        border-bottom: solid 1px #000;
        border-right: solid 1px #000;
        display: inline-block;
        padding: 0px 10px; }
      .example section.titlearea div div.example_title {
        margin: auto;
        display: flex;
        flex-direction: column;
        text-align: center; }
        .example section.titlearea div div.example_title h2 {
          margin: 0 auto;
          font-size: 28px; }
      .example section.titlearea div div.pagenation {
        text-align: center;
        display: flex;
        justify-content: center; }
        .example section.titlearea div div.pagenation ul {
          display: flex;
          vertical-align: middle;
          list-style: none;
          align-items: center;
          justify-content: center;
          padding: 0;
          margin: 0 30px; }
          .example section.titlearea div div.pagenation ul li {
            display: inline-block;
            height: 10px;
            width: 10px;
            font-size: 12px;
            background-color: black;
            border-radius: 10px;
            padding: 0;
            margin: 0 10px; }
            .example section.titlearea div div.pagenation ul li.current {
              height: 20px;
              width: 20px; }
        .example section.titlearea div div.pagenation img {
          width: 150px; }
    .example section.wb div {
      max-width: 1100px;
      margin: auto; }
    .example section.example_top div {
      margin: auto;
      max-width: 1100px;
      display: flex;
      align-items: center; }
      .example section.example_top div div.textarea_lft {
        width: 50%;
        padding-right: 20px;
        font-size: 20px;
        line-height: 2.0; }
      .example section.example_top div div.imgarea_rgt {
        width: 50%;
        padding: 0px; }
        .example section.example_top div div.imgarea_rgt img {
          position: absolute;
          width: 50%; }
    .example section.bottomearea div {
      padding: 0 10%; }
      .example section.bottomearea div div.example_icon {
        border-bottom: solid 1px #000;
        border-right: solid 1px #000;
        display: inline-block;
        padding: 0px 10px; }
      .example section.bottomearea div div.example_title {
        margin: auto;
        display: flex;
        flex-direction: column;
        text-align: center; }
        .example section.bottomearea div div.example_title h2 {
          margin: 0 auto;
          font-size: 28px; }
      .example section.bottomearea div div.pagenation {
        margin-bottom: 30px;
        text-align: center;
        display: flex;
        justify-content: center; }
        .example section.bottomearea div div.pagenation ul {
          display: flex;
          vertical-align: middle;
          list-style: none;
          align-items: center;
          justify-content: center;
          padding: 0;
          margin: 0 30px; }
          .example section.bottomearea div div.pagenation ul li {
            display: inline-block;
            height: 10px;
            width: 10px;
            font-size: 12px;
            background-color: black;
            border-radius: 10px;
            padding: 0;
            margin: 0 10px; }
            .example section.bottomearea div div.pagenation ul li.current {
              height: 20px;
              width: 20px; }
        .example section.bottomearea div div.pagenation img {
          width: 150px; }
    .example section.bgarea_1 {
      height: 57vw;
      background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/example_bg_1.jpg");
      background-size: contain; }
      .example section.bgarea_1 div#b_1 {
        width: 100%;
        height: 57vw;
        padding: 0;
        transition: 1s;
        background-color: rgba(0, 0, 0, 0.25); }
        .example section.bgarea_1 div#b_1 div {
          margin: auto;
          max-width: 1100px;
          padding: 10%;
          color: white;
          background-color: transparent;
          position: relative; }
          .example section.bgarea_1 div#b_1 div img {
            position: absolute;
            width: calc(50% - 10%);
            display: block;
            margin-left: 0;
            margin-right: auto; }
    .example section.bgarea_2 {
      height: 57vw;
      background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/example_bg_2.jpg");
      background-size: contain; }
      .example section.bgarea_2 div#b_2 {
        width: 100%;
        height: 57vw;
        padding: 0;
        transition: 1s;
        background-color: rgba(0, 0, 0, 0.25); }
        .example section.bgarea_2 div#b_2 div {
          margin: auto;
          max-width: 1100px;
          padding: 10%;
          color: white;
          background-color: transparent; }
          .example section.bgarea_2 div#b_2 div img {
            margin-right: 0;
            margin-left: auto;
            display: block;
            width: 50%; }
    .example section.bgarea_3 {
      height: 40vw;
      background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/example_bg_2.jpg");
      background-size: cover; }
      .example section.bgarea_3 div#b_3 {
        width: 100%;
        height: 40vw;
        padding: 0;
        transition: 1s;
        background-color: rgba(0, 0, 0, 0.25); }
        .example section.bgarea_3 div#b_3 div {
          margin: auto;
          max-width: 1100px;
          padding: 10%;
          color: white;
          background-color: transparent; }
          .example section.bgarea_3 div#b_3 div img {
            margin-right: 0;
            margin-left: auto;
            display: block;
            width: 50%; }

/*
header{
	height:80px;	
	display: flex;
	justify-content: space-between;
	div{
		  vertical-align: middle;
		  display: flex;
		  justify-content: center;
		  align-items: center;
			ul{
				    vertical-align: middle;
				
			}
		}
	}
*/
.example_3 {
  font-family: serif;
  background: #FFFEF7; }
  .example_3 .bgarea_1 {
    width: 1200px;
    height: 670px;
    margin: auto;
    background: url("../img/main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .example_3 .bgarea_1 div#top_epi1_title {
      position: absolute;
      width: 50%;
      right: 0px;
      top: 50%;
      padding: 0px 20px; }
      .example_3 .bgarea_1 div#top_epi1_title .epititle1 {
        letter-spacing: 4px; }
      .example_3 .bgarea_1 div#top_epi1_title .epititle2 {
        font-size: 28px;
        padding-left: 0px;
        margin: 0px;
        letter-spacing: 4px; }
      .example_3 .bgarea_1 div#top_epi1_title div p {
        color: white; }
    .example_3 .bgarea_1 div#top_epi1_text {
      position: absolute;
      width: 50%;
      right: 0px;
      bottom: 20px;
      padding: 20px; }
      .example_3 .bgarea_1 div#top_epi1_text div p {
        color: white;
        font-size: 14px;
        line-height: 2; }
    .example_3 .bgarea_1 .more {
      position: absolute;
      background: #FFF;
      right: 0px;
      bottom: 0px;
      font-size: 12px;
      border: 1px solid #FFF;
      text-align: center;
      max-width: 200px;
      margin: 20px;
      opacity: 90%;
      font-family: 'Noto Serif JP', serif; }
      .example_3 .bgarea_1 .more a {
        text-decoration: none;
        color: #000;
        display: block;
        width: 100%;
        height: 100%;
        padding: 8px 30px;
        box-sizing: border-box; }
    .example_3 .bgarea_1 .page_icon a {
      position: absolute;
      transition: 0.5s;
      top: calc( 50% - 10px ); }
      .example_3 .bgarea_1 .page_icon a img {
        position: absolute;
        height: 40px;
        transition: 0.5s; }
      .example_3 .bgarea_1 .page_icon a:hover {
        top: calc( 50% - 15px ); }
        .example_3 .bgarea_1 .page_icon a:hover img {
          height: 50px; }
    .example_3 .bgarea_1 .page_icon .left {
      left: -50px; }
    .example_3 .bgarea_1 .page_icon .right {
      right: -10px; }
  .example_3 .top_lead_area div {
    text-align: center;
    margin: 50px auto 30px; }
    .example_3 .top_lead_area div p {
      font-size: 18px;
      line-height: 2;
      letter-spacing: -1px; }
    .example_3 .top_lead_area div img.bg_logo {
      position: absolute;
      filter: blur(4px);
      opacity: 0.2;
      width: 150px;
      left: 0;
      right: 0;
      margin: auto; }
    .example_3 .top_lead_area div div {
      display: table;
      margin: 70px auto;
      height: 100%;
      width: 100%; }
      .example_3 .top_lead_area div div p {
        font-size: 24px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: black;
        padding-left: 20px; }
      .example_3 .top_lead_area div div .lead_title {
        font-size: 28px;
        line-height: 1.4;
        padding: 30px 0;
        margin-bottom: 0px;
        display: inline-block;
        border-bottom: solid 2px #c8eb00; }
  .example_3 .top_lead_area a {
    text-decoration: none; }
    .example_3 .top_lead_area a .lead_bg_block {
      max-width: 1000px;
      width: auto;
      height: 330px;
      position: relative;
      transition: 0.5s ease; }
    .example_3 .top_lead_area a .bg_1 p {
      color: #FFF;
      z-index: 10;
      position: relative;
      line-height: 2.4;
      letter-spacing: 1px;
      text-align: left; }
    .example_3 .top_lead_area a .bg_2 p {
      color: #FFF;
      z-index: 10;
      position: relative;
      line-height: 2.4;
      letter-spacing: 1px;
      text-align: right; }
  .example_3 .top_lead_area .bg_1::after {
    content: '';
    background-color: rgba(13, 73, 109, 0.7);
    position: absolute;
    z-index: -100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: 0.5s ease; }
  .example_3 .top_lead_area a:hover .bg_1 {
    background: url("../img/lead_block1.jpg");
    background-size: 105%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    .example_3 .top_lead_area a:hover .bg_1::after {
      content: '';
      background-color: rgba(13, 73, 109, 0.7);
      width: 100%; }
  .example_3 .top_lead_area a:hover .bg_2 {
    background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/img/lead_block2.jpg");
    background-size: 105%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    .example_3 .top_lead_area a:hover .bg_2::after {
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
  .example_3 .top_lead_area .bg_1 {
    background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/img/lead_block1.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
  .example_3 .top_lead_area .bg_2 {
    background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/img/lead_block2.jpg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    .example_3 .top_lead_area .bg_2::after {
      content: '';
      background-color: rgba(13, 73, 109, 0.7);
      position: absolute;
      z-index: -100;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50%;
      transition: 0.5s ease; }
  .example_3 .top_lead_area div.to_about_btn {
    text-align: center;
    margin: 100px auto 0px;
    display: block;
    text-decoration: none; }
    .example_3 .top_lead_area div.to_about_btn a {
      display: inline-block;
      border: solid 1px #13496D;
      text-decoration: none;
      text-align: center;
      margin: 0px auto;
      padding: 30px 100px;
      color: #13496D;
      transition: 0.5s ease; }
      .example_3 .top_lead_area div.to_about_btn a:hover {
        color: white; }
  .example_3 .epi_link {
    margin: 100px 0px; }
    .example_3 .epi_link .subtitle {
      font-size: 18px;
      text-align: center; }
    .example_3 .epi_link div {
      max-width: 1000px;
      display: flex;
      justify-content: space-between;
      margin: auto;
      position: relative; }
      .example_3 .epi_link div a {
        text-decoration: none;
        position: relative; }
        .example_3 .epi_link div a div {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0;
          width: 300px;
          height: 300px;
          transition: 0.5s ease; }
          .example_3 .epi_link div a div h3 {
            color: white;
            font-size: 14px;
            z-index: 5;
            text-shadow: 0px 0px 5px black; }
          .example_3 .epi_link div a div p {
            color: white;
            z-index: 5;
            text-shadow: 0px 0px 5px black; }
          .example_3 .epi_link div a div::after {
            content: '';
            /**background-color:rgba(13,73,109,0.70);**/
            position: absolute;
            width: 300px;
            height: 300px;
            z-index: -100;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            transition: 0.5s ease; }
          .example_3 .epi_link div a div.epi_link_1 {
            background: url("../img/epi1_thum.jpg");
            background-size: 100%;
            background-position: center center;
            z-index: 1; }
          .example_3 .epi_link div a div.epi_link_2 {
            background: url("../img/epi2_thum.jpg");
            background-size: 100%;
            background-position: center center;
            z-index: 1; }
          .example_3 .epi_link div a div.epi_link_3 {
            background: url("../img/epi3_thum.jpg");
            background-size: 100%;
            background-position: center center;
            z-index: 1; }
        .example_3 .epi_link div a:hover div p {
          color: white; }
        .example_3 .epi_link div a:hover div::after {
          content: '';
          width: 90%;
          height: 90%;
          z-index: 1;
          left: 5%;
          right: 5%;
          top: 5%;
          bottom: 5%; }
        .example_3 .epi_link div a:hover div.epi_link_1 {
          background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/img/epi1_thum.jpg");
          background-size: 105%;
          background-position: center center;
          z-index: 1; }
          .example_3 .epi_link div a:hover div.epi_link_1::after {
            background-color: rgba(188, 212, 0, 0.8); }
        .example_3 .epi_link div a:hover div.epi_link_2 {
          background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/img/epi2_thum.jpg");
          background-size: 110%;
          background-position: center center;
          z-index: 1; }
          .example_3 .epi_link div a:hover div.epi_link_2::after {
            background-color: rgba(188, 212, 0, 0.8); }
        .example_3 .epi_link div a:hover div.epi_link_3 {
          background: url("file:///Macintosh HD/Users/macmini2/Desktop/平野/web/スリーナインコンサルティング/demo_html/4/img/epi3_thum.jpg");
          background-size: 110%;
          background-position: center center;
          z-index: 1; }
          .example_3 .epi_link div a:hover div.epi_link_3::after {
            background-color: rgba(188, 212, 0, 0.8); }

@media (max-width: 1280px) {
  .example_3 .bgarea_1 {
    width: 100%; } }
@media (max-width: 768px) {
  .example_3 .bgarea_1 .page_icon {
    display: none; } }
.kobe {
  font-family: ta-kobe, sans-serif; }

.bgc01 {
  background: #FBFDE1; }

.bgc02 {
  background: #F5FFDD; }

.bgc03 {
  background: #bcd500; }

.w100 {
  width: 100%; }

.w1000 {
  max-width: 1000px; }

.episode {
  overflow: hidden; }
  .episode .top_bar {
    width: 100%;
    padding: 14px 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000; }
    .episode .top_bar div {
      width: 1100px;
      margin: auto; }
  .episode section {
    position: relative;
    margin: 50px 0; }
  .episode .wrap {
    width: 1100px;
    margin: auto;
    display: block; }
    .episode .wrap section.episode_title_area .episode_title h2 {
      font-size: 32px;
      margin: 80px 0; }
    .episode .wrap section.episode_top {
      display: flex; }
      .episode .wrap section.episode_top .text_area {
        width: 550px; }
        .episode .wrap section.episode_top .text_area h3.title {
          font-size: 24px;
          line-height: 1.5;
          font-weight: bold;
          font-family: "ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
        .episode .wrap section.episode_top .text_area p {
          font-size: 18px;
          line-height: 2.0;
          margin: 20px 0; }
  .episode section.bg_area {
    height: 1100px;
    display: flex;
    flex-direction: column;
    z-index: -10; }
    .episode section.bg_area .wrap p {
      color: white;
      font-size: 18px;
      line-height: 2.0;
      margin: 40px 0;
      z-index: 100;
      position: relative; }
  .episode section.area {
    height: 1200px;
    display: flex;
    flex-direction: column; }
    .episode section.area .wrap p {
      font-size: 18px;
      line-height: 2.0;
      margin: 40px 0; }
  .episode p {
    font-weight: 300; }
  .episode div.to_about_btn {
    text-align: center;
    margin: 0px auto 100px;
    display: block;
    text-decoration: none; }
    .episode div.to_about_btn a {
      display: inline-block;
      border: solid 1px #1f5274;
      text-decoration: none;
      text-align: center;
      margin: 0px auto;
      padding: 30px 100px;
      color: #13496D;
      transition: 0.5s ease;
      border-radius: 10px;
      overflow: hidden; }
      .episode div.to_about_btn a:hover {
        color: white;
        background-color: #1f5274; }

@media (max-width: 768px) {
  .episode section {
    margin: 0px; } }
@media (max-width: 768px) {
  .episode .top_bar div {
    width: 100vw; } }
@media (max-width: 768px) {
  .episode .wrap {
    width: 100%; } }
@media (max-width: 768px) {
  .episode .wrap section.episode_title_area {
    height: 350px;
    overflow: hidden; } }
@media (max-width: 768px) {
  .episode .wrap section.episode_title_area .episode_title {
    margin: 4px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2; } }
@media (max-width: 768px) {
  .episode .wrap section.episode_title_area .episode_title h2 {
    font-size: 20px;
    margin: 40px 0;
    padding: 0 20px; } }
@media (max-width: 768px) {
  .episode .wrap section.episode_title_area .image_area {
    position: absolute;
    width: 100px;
    z-index: 1; } }
@media (max-width: 768px) {
  .episode .wrap section.episode_top {
    flex-direction: column; } }
@media (max-width: 768px) {
  .episode .wrap section.episode_top .text_area {
    width: auto;
    padding: 0 20px; } }
@media (max-width: 768px) {
  .episode .wrap section.episode_top .text_area h3.title {
    font-size: 18px; } }
@media (max-width: 768px) {
  .episode .wrap section.episode_top .text_area p {
    font-size: 16px; } }
@media (max-width: 768px) {
  .episode section.bg_area {
    height: auto;
    background: none;
    width: 100vw; } }
@media (max-width: 768px) {
  .episode section.bg_area .wrap {
    width: auto;
    padding: 0 20px; } }
@media (max-width: 768px) {
  .episode section.bg_area .wrap p {
    font-size: 16px;
    color: black; } }
@media (max-width: 768px) {
  .episode section.bg_area .wrap img {
    width: 100%; } }
@media (max-width: 768px) {
  .episode section.area {
    height: auto; } }
@media (max-width: 768px) {
  .episode section.area .wrap {
    width: auto;
    padding: 0 20px; } }
@media (max-width: 768px) {
  .episode section.area .wrap p {
    font-size: 16px; } }
@media (max-width: 768px) {
  .episode section.area .wrap img {
    width: 100%; } }
@media (max-width: 768px) {
  .episode div.to_about_btn {
    margin: 30px auto 0px; } }
@media (max-width: 768px) {
  .episode div.to_about_btn a {
    padding: 30px 40px; } }
@media (min-width: 768px) {
  div.rellax_box {
    /* height: 300px; */
    position: absolute;
    width: 1100px; }
    div.rellax_box img.rellax {
      width: 550px;
      position: absolute;
      z-index: 20; }
    div.rellax_box img.right {
      right: 0; } }
#episode01 .bg_area1 {
  background-image: url(./img/episode/epi1_b1.jpg);
  height: 700px; }
#episode01 .area1-2 {
  height: 900px; }
  #episode01 .area1-2 div p {
    width: 500px; }
#episode01 .bg_area2 {
  background-image: url(./img/episode/epi1_b2.jpg);
  height: 700px; }
#episode01 .area2 div {
  text-align: left; }
  #episode01 .area2 div p.w500 {
    text-align: left;
    width: 500px; }
#episode01 .bg_area3 {
  background-image: url(./img/episode/epi1_b3.jpg);
  height: 900px; }
#episode01 .area3 {
  height: 600px; }
#episode01 .bg_area4 {
  background-image: url(./img/episode/epi1_b4.jpg); }

@media (max-width: 768px) {
  #episode01 .area3 {
    height: 400px; } }
@media (max-width: 768px) {
  #episode01 .bg_area1 {
    background-size: contain; } }
@media (max-width: 768px) {
  #episode01 .area1-2 {
    height: 1100px; } }
@media (max-width: 768px) {
  #episode01 .area1-2 div p {
    width: auto; } }
@media (max-width: 768px) {
  #episode01 .area2 div {
    text-align: left; } }
@media (max-width: 768px) {
  #episode01 .area2 div p.w500 {
    text-align: left;
    width: auto; } }
@media (max-width: 768px) {
  #episode01 .bg_area {
    height: auto;
    background: none; } }
#episode02 .bg_area1 {
  background-image: url(./img/episode/epi2_b1.jpg);
  height: 900px; }
#episode02 .area1-1 {
  height: 240px; }
#episode02 .area1-2 {
  height: 560px; }
#episode02 .bg_area2 {
  background-image: url(./img/episode/epi2_b2.jpg);
  height: 700px; }
#episode02 .area2 {
  height: 900px; }
#episode02 .bg_area3 {
  background-image: url(./img/episode/epi2_b3.jpg);
  height: 900px; }
  #episode02 .bg_area3 p.w500 {
    width: 500px; }
#episode02 .area3 {
  height: 400px; }
#episode02 .bg_area4 {
  background-image: url(./img/episode/epi2_b4.jpg); }
#episode02 .area4 {
  height: 500px; }

@media (max-width: 768px) {
  #episode02 .area1-1 {
    height: 220px; } }
@media (max-width: 768px) {
  #episode02 .area1-2 {
    height: auto; } }
@media (max-width: 768px) {
  #episode02 .bg_area3 p.w500 {
    text-align: left;
    width: auto; } }
@media (max-width: 768px) {
  #episode02 .bg_area {
    height: auto;
    background: none; } }
#episode03 .bg_area1 {
  background-image: url(./img/episode/epi3_b1.jpg);
  height: 900px; }
#episode03 .area1 {
  height: 600px; }
#episode03 .bg_area2 {
  background-image: url(./img/episode/epi3_b2.jpg);
  height: 700px; }
  #episode03 .bg_area2 div {
    display: flex;
    text-align: right;
    justify-content: flex-end; }
    #episode03 .bg_area2 div p.w500 {
      text-align: left;
      width: 500px; }
#episode03 .bg_area3 {
  background-image: url(./img/episode/epi3_b3.jpg);
  height: 900px; }
#episode03 .bg_area4 {
  background-image: url(./img/episode/epi3_b4.jpg); }
#episode03 .area4 {
  height: 800px; }
#episode03 .bg_area5 {
  background-image: url(./img/episode/epi3_b5.jpg); }
#episode03 .area4 {
  height: 800px; }

@media (max-width: 768px) {
  #episode03 .bg_area2 div p.w500 {
    text-align: left;
    width: auto; } }
@media (max-width: 768px) {
  #episode03 .bg_area {
    height: auto;
    background: none; } }
div.pagenation {
  margin: 80px 0;
  text-align: center;
  font-family: sans-serif;
  display: flex;
  justify-content: center; }
  div.pagenation ul {
    display: flex;
    vertical-align: middle;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 30px; }
    div.pagenation ul a {
      font-family: sans-serif;
      width: 100px;
      text-decoration: none; }
      div.pagenation ul a li {
        display: inline-block;
        height: 20px;
        width: 20px;
        font-size: 12px;
        font-family: sans-serif;
        background-color: black;
        border-radius: 10px;
        padding: 0;
        margin: 0 10px;
        margin-bottom: 0px;
        /* p要素の下にスペースを作るために追加 */
        opacity: 0.5; }
        div.pagenation ul a li.current {
          height: 20px;
          width: 20px;
          margin-bottom: 0px;
          /* p要素の下にスペースを作るために追加 */
          opacity: 1.0; }
      div.pagenation ul a p {
        margin-top: 10px;
        font-family: sans-serif;
        text-decoration: none;
        font-weight: bold;
        color: black;
        opacity: 0.5; }
        div.pagenation ul a p.current {
          opacity: 1.0; }
  div.pagenation img {
    width: 150px; }
