@charset "UTF-8";
/*=====================================================
TOP
======================================================*/
#top #mainvisual {
  background: url("../img/top/main_bg.png") repeat-x;
  background-size: cover;
  background-position: top -50px center;
  padding: 50px 0 100px;
  position: relative; }
  #top #mainvisual .mainvisual_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    align-items: center; }
    #top #mainvisual .mainvisual_flex .slider, #top #mainvisual .mainvisual_flex .copy_area {
      width: 49%; }
    #top #mainvisual .mainvisual_flex .slider {
      padding-top: 50%;
      overflow: hidden;
      position: relative; }
      #top #mainvisual .mainvisual_flex .slider .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        animation: fade 7.5s infinite;
        background: linear-gradient(180deg, #39C7C1 0%, #75E3A2 73%, #8AED97 99%);
        padding: 18px 15px 15px;
        border-radius: 1000px; }
        #top #mainvisual .mainvisual_flex .slider .slide img {
          width: 100%; }
        #top #mainvisual .mainvisual_flex .slider .slide:nth-child(1) {
          animation-delay: 0s; }
        #top #mainvisual .mainvisual_flex .slider .slide:nth-child(2) {
          animation-delay: 2.5s; }
        #top #mainvisual .mainvisual_flex .slider .slide:nth-child(3) {
          animation-delay: 5s; }
@keyframes fade {
  0% {
    opacity: 0; }
  0%, 13.33% {
    opacity: 0; }
  /* フェード前 */
  13.33%, 26.66% {
    opacity: 1; }
  /* フェードイン完了＋表示維持 */
  70% {
    opacity: 0; }
  /* フェードアウト */
  100% {
    opacity: 0; } }
  #top #mainvisual .news_area {
    padding: 20px 0;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
    #top #mainvisual .news_area .top_news_ttl {
      font-size: 42px;
      font-family: "Urbanist", sans-serif;
      font-weight: 900;
      font-style: italic; }
      #top #mainvisual .news_area .top_news_ttl em {
        font-size: 18px;
        font-family: "TBUDGothic R", "游ゴシック体", YuGothic, sans-serif, "メイリオ", meiryo;
        font-weight: 400;
        margin-left: 15px;
        vertical-align: 7px;
        font-style: normal; }
    #top #mainvisual .news_area ul {
      width: 100%;
      margin-bottom: 20px; }
      #top #mainvisual .news_area ul li {
        position: relative;
        background: #fff;
        border-radius: 50px;
        filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
        margin-bottom: 15px; }
        #top #mainvisual .news_area ul li .link_wrap {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block;
          z-index: 4; }
        #top #mainvisual .news_area ul li dl {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-box;
          display: -webkit-flexbox;
          display: -moz-flexbox;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: flex-start;
          height: auto;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          padding: 15px 30px; }
          #top #mainvisual .news_area ul li dl dt {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-box;
            display: -webkit-flexbox;
            display: -moz-flexbox;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: flex-start;
            height: auto;
            align-items: center;
            width: 170px; }
            #top #mainvisual .news_area ul li dl dt .date {
              width: 80px;
              color: #83001F;
              font-family: "Urbanist", sans-serif;
              vertical-align: -2px; }
            #top #mainvisual .news_area ul li dl dt .cat {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-box;
              display: -webkit-flexbox;
              display: -moz-flexbox;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: flex;
              -webkit-box-lines: multiple;
              -moz-box-lines: multiple;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: flex-start;
              height: auto;
              align-items: center;
              width: 85px;
              margin-right: 5px; }
              #top #mainvisual .news_area ul li dl dt .cat a {
                background: #83001F;
                line-height: 1;
                padding: 2px;
                color: #fff;
                font-size: 12px; }
          #top #mainvisual .news_area ul li dl dd {
            width: calc(100% - 190px); }
        #top #mainvisual .news_area ul li:hover {
          opacity: 0.7;
          transition: 0.3s; }
    #top #mainvisual .news_area .btn_area {
      text-align: center; }
      #top #mainvisual .news_area .btn_area a {
        display: inline-block;
        background: #C94A4C;
        border: 1px #C94A4C solid;
        line-height: 1;
        color: #fff;
        padding: 20px 50px;
        border-radius: 50px; }
        #top #mainvisual .news_area .btn_area a:hover {
          transition: 0.3s;
          background: #fff;
          color: #C94A4C; }
  #top #mainvisual .l_object, #top #mainvisual .r_object {
    position: absolute;
    bottom: 50px; }
  #top #mainvisual .l_object {
    left: 0; }
  #top #mainvisual .r_object {
    right: 0; }
  @media screen and (min-width: 768px) and (max-width: 1380px) {
    #top #mainvisual .l_object {
      left: calc(-250px + 200 * (100vw - 768px) / 612); }
    #top #mainvisual .r_object {
      right: calc(-250px + 200 * (100vw - 768px) / 612); } }
#top .swim {
  background: #003B72;
  text-align: center; }
  #top .swim img {
    position: relative;
    top: -30px; }
#top h2 {
  font-size: 80px;
  font-weight: 900;
  font-family: "Urbanist", sans-serif;
  text-align: center;
  position: relative;
  font-style: italic;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 80px;
  z-index: 2; }
  #top h2:after {
    content: "";
    width: 160px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
#top .h2_sub {
  text-align: center;
  font-size: 24px; }
#top #service {
  padding: 0 0 100px;
  background: #003B72;
  overflow: hidden;
  position: relative;
  text-align: center; }
  #top #service .bubble {
    position: absolute;
    border-radius: 100%;
    border: 1px solid #fff;
    bottom: 1px;
    z-index: 1; }
  #top #service h2 {
    color: #fff; }
    #top #service h2:after {
      background: #fff; }
  #top #service .h2_sub {
    color: #fff; }
  #top #service .service_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 35px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px; }
    #top #service .service_flex .photo {
      width: 49%; }
    #top #service .service_flex .box {
      width: 46%;
      padding: 0 15px;
      text-align: left; }
      #top #service .service_flex .box .ttl_sub {
        color: #83001F;
        letter-spacing: 3px;
        font-size: 20px; }
      #top #service .service_flex .box .ttl {
        background: #83001F;
        display: inline-block;
        color: #fff;
        font-size: 55px;
        font-weight: 200;
        font-style: italic;
        padding: 0 20px 0 10px;
        line-height: 1;
        margin-bottom: 10px;
        font-family: "Urbanist", sans-serif; }
      #top #service .service_flex .box .ttl02 {
        font-size: 28px;
        font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
        margin-top: 20px;
        font-weight: bold; }
      #top #service .service_flex .box .t_right {
        text-align: right;
        margin-top: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1260px) {
        #top #service .service_flex .box {
          width: 49%; }
          #top #service .service_flex .box .ttl {
            font-size: calc(30px + 25 * (100vw - 768px) / 492); }
          #top #service .service_flex .box .ttl02 {
            font-size: calc(20px + 8 * (100vw - 768px) / 492); } }
#top .slider-container {
  overflow: hidden;
  width: 5000px;
  height: 434px; }
  #top .slider-container .slider-wrapper {
    display: flex;
    /* 画像を横に並べるために flex を使用 */
    align-items: stretch;
    animation: slide 30s linear infinite;
    /* スライドするアニメーション */ }
    #top .slider-container .slider-wrapper .slide {
      margin-right: 0px;
      /* 画像間の間隔を設定 */
      height: 100%; }
@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-2500px); } }
#top #racelist {
  padding: 80px 0 0; }
  #top #racelist h2 {
    color: #251A19; }
    #top #racelist h2:after {
      background: #83001F; }
  #top #racelist .h2_sub {
    color: #83001F; }
  #top #racelist .list_wrap {
    background: #A4C3E7; }
    #top #racelist .list_wrap .list_flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: center;
      align-items: stretch;
      max-width: 1440px;
      width: 100%;
      margin: 0 auto; }
      #top #racelist .list_wrap .list_flex .box {
        width: 33.3%;
        background: #fff;
        border: 1px #3E3E3E solid;
        position: relative;
        transition: 0.3s; }
        #top #racelist .list_wrap .list_flex .box .link_wrap {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block;
          z-index: 4; }
        #top #racelist .list_wrap .list_flex .box .category {
          background: #3E3E3E;
          color: #fff;
          width: 130px;
          padding: 5px;
          line-height: 1;
          font-size: 14px;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center; }
          #top #racelist .list_wrap .list_flex .box .category.main {
            background: #83001F; }
        #top #racelist .list_wrap .list_flex .box img {
          width: 100%; }
        #top #racelist .list_wrap .list_flex .box .txt_area {
          padding: 20px 30px 100px;
          position: relative; }
          #top #racelist .list_wrap .list_flex .box .txt_area h3 {
            text-align: center;
            color: #251A19;
            font-size: 20px;
            font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.3; }
          #top #racelist .list_wrap .list_flex .box .txt_area .txt {
            text-align: left; }
        #top #racelist .list_wrap .list_flex .box .to_page {
          width: 60%;
          min-width: 230px;
          background: #fff;
          position: absolute;
          bottom: 30px;
          left: 50%;
          transform: translateX(-50%);
          border: 2px #C94A4C solid;
          border-radius: 50px;
          text-align: center;
          font-size: 18px;
          color: #C94A4C;
          padding: 7px 0;
          line-height: 1; }
          #top #racelist .list_wrap .list_flex .box .to_page em {
            position: absolute;
            font-size: 22px;
            top: 45%;
            left: calc(50% + 70px);
            transform: translateY(-50%);
            transition: 0.3s; }
        #top #racelist .list_wrap .list_flex .box:hover {
          background: #FFEFEF;
          transition: 0.3s; }
          #top #racelist .list_wrap .list_flex .box:hover .to_page em {
            left: calc(50% + 90px);
            transition: 0.3s; }
        @media screen and (min-width: 768px) and (max-width: 1000px) {
          #top #racelist .list_wrap .list_flex .box {
            width: 50%; } }

/*top*/
@media screen and (min-width: 768px) and (max-width: 1300px) {
  /*top*/ }
@media screen and (max-width: 767px) {
  #top #mainvisual {
    padding: 10vw 0 20vw; }
    #top #mainvisual .mainvisual_flex {
      text-align: center;
      justify-content: center; }
      #top #mainvisual .mainvisual_flex .slider, #top #mainvisual .mainvisual_flex .copy_area {
        width: 100%; }
      #top #mainvisual .mainvisual_flex .slider {
        padding-top: 100%;
        margin-bottom: 5vw; }
        #top #mainvisual .mainvisual_flex .slider .slide {
          padding: 3vw 3vw 3vw; }
      #top #mainvisual .mainvisual_flex .copy_area {
        width: 90%; }
    #top #mainvisual .news_area {
      padding: 4vw 0; }
      #top #mainvisual .news_area .top_news_ttl {
        font-size: 8vw;
        text-align: center; }
        #top #mainvisual .news_area .top_news_ttl em {
          font-size: 3.6vw;
          margin-left: 3vw;
          vertical-align: 1.4vw; }
      #top #mainvisual .news_area ul {
        margin-bottom: 4vw; }
        #top #mainvisual .news_area ul li {
          border-radius: 4vw;
          margin-bottom: 3vw; }
          #top #mainvisual .news_area ul li dl {
            padding: 3vw 5vw; }
            #top #mainvisual .news_area ul li dl dt {
              width: 100%;
              margin-bottom: 0vw; }
              #top #mainvisual .news_area ul li dl dt .date {
                width: auto; }
              #top #mainvisual .news_area ul li dl dt .cat {
                width: auto;
                margin-left: 2vw;
                margin-right: 0; }
                #top #mainvisual .news_area ul li dl dt .cat a {
                  padding: 0.4vw;
                  font-size: 2.4vw; }
            #top #mainvisual .news_area ul li dl dd {
              width: 100%; }
      #top #mainvisual .news_area .btn_area a {
        padding: 4vw 10vw; }
    #top #mainvisual .l_object, #top #mainvisual .r_object {
      width: 48vw;
      bottom: 5vw; }
  #top .swim img {
    top: -5vw; }
  #top h2 {
    font-size: 12vw;
    padding-bottom: 6vw;
    margin-bottom: 10vw; }
    #top h2:after {
      width: 30vw; }
  #top .h2_sub {
    font-size: 4vw; }
  #top #service {
    padding: 0 0 20vw; }
    #top #service .service_flex {
      border-radius: 2vw;
      padding: 5vw;
      margin-bottom: 10vw; }
      #top #service .service_flex .photo {
        width: 100%;
        order: 2; }
      #top #service .service_flex .box {
        width: 100%;
        margin-bottom: 5vw;
        order: 1;
        padding: 0; }
        #top #service .service_flex .box .ttl_sub {
          letter-spacing: 0.6vw;
          font-size: 3.8vw; }
        #top #service .service_flex .box .ttl {
          font-size: 9vw;
          padding: 0 4vw 0 2vw;
          margin-bottom: 2vw; }
        #top #service .service_flex .box .ttl02 {
          font-size: 5vw;
          margin-top: 4vw; }
        #top #service .service_flex .box .t_right {
          text-align: right;
          margin-top: 5vw; }
  #top .slider-container {
    width: 600vw;
    height: 60vw; }
  @keyframes slide {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-300vw); } }
  #top #racelist {
    padding: 8vw 0 0; }
    #top #racelist .list_wrap .list_flex .box {
      width: 100%; }
      #top #racelist .list_wrap .list_flex .box .category {
        width: 20vw;
        padding: 1vw;
        font-size: 2.8vw; }
      #top #racelist .list_wrap .list_flex .box .txt_area {
        padding: 4vw 5vw 20vw; }
        #top #racelist .list_wrap .list_flex .box .txt_area h3 {
          font-size: 4vw;
          margin-bottom: 4vw; }
      #top #racelist .list_wrap .list_flex .box .to_page {
        width: 60%;
        min-width: inherit;
        bottom: 5vw;
        font-size: 3.6vw;
        padding: 1.4vw 0; }
        #top #racelist .list_wrap .list_flex .box .to_page em {
          font-size: 4vw;
          top: 45%;
          left: calc(50% + 12vw); }
      #top #racelist .list_wrap .list_flex .box:hover .to_page em {
        left: calc(50% + 16vw);
        transition: 0.3s; }

  /*top*/ }
/*767px*/
/*=====================================================
最新情報
======================================================*/
#news #news_main {
  padding: 50px 0; }
  #news #news_main .contents_wrap {
    max-width: 960px; }
  #news #news_main .side_navi {
    position: relative;
    padding-right: 200px; }
    #news #news_main .side_navi .cat_list {
      border-left: 1px #83001F solid; }
      #news #news_main .side_navi .cat_list li {
        display: inline-block;
        border-right: 1px #83001F solid; }
        #news #news_main .side_navi .cat_list li a {
          color: #251A19;
          font-size: 18px;
          padding: 0 30px;
          line-height: 1; }
          #news #news_main .side_navi .cat_list li a:hover {
            color: #83001F;
            text-decoration: underline; }
    #news #news_main .side_navi select {
      max-width: 190px;
      width: 100%;
      border: 2px #83001F solid;
      padding: 10px;
      font-size: 16px;
      text-align: center;
      color: #83001F;
      position: absolute;
      right: 0;
      top: 50%;
      border-radius: 100px;
      transform: translateY(-50%);
      appearance: none; }
  #news #news_main .post_list {
    width: 100%;
    margin: 50px 0; }
    #news #news_main .post_list li {
      padding: 20px 40px 20px 0;
      border-bottom: 1px #CBCBCB solid;
      position: relative; }
      #news #news_main .post_list li:first-child {
        border-top: 1px #83001F solid; }
      #news #news_main .post_list li .date {
        color: #3E3E3E;
        font-size: 14px;
        font-family: "Urbanist", sans-serif;
        display: inline-block;
        margin-right: 20px; }
      #news #news_main .post_list li .cat {
        display: inline-block; }
        #news #news_main .post_list li .cat a {
          display: inline-block;
          font-size: 12px;
          background: #83001F;
          color: #fff;
          font-weight: 300;
          line-height: 1;
          padding: 5px 10px;
          margin-right: 10px; }
      #news #news_main .post_list li .post_ttl a {
        color: #312F2F; }
        #news #news_main .post_list li .post_ttl a:hover {
          text-decoration: underline; }
      #news #news_main .post_list li .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
  #news #news_main .news_detail {
    padding: 50px 0 100px; }
    #news #news_main .news_detail .post_detail .date {
      color: #3e3e3e;
      display: inline-block;
      margin-right: 20px; }
    #news #news_main .news_detail .post_detail .cat {
      display: inline-block; }
      #news #news_main .news_detail .post_detail .cat a {
        display: inline-block;
        font-size: 12px;
        background: #83001F;
        color: #fff;
        font-weight: 300;
        line-height: 1;
        padding: 5px 10px;
        margin-right: 10px; }
    #news #news_main .news_detail .post_detail .post_ttl {
      font-size: 24px;
      color: #3e3e3e;
      font-weight: 500;
      line-height: 1.3;
      margin: 20px 0 30px;
      padding: 20px 0;
      font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
      border-top: 1px #83001F solid;
      border-bottom: 1px #83001F solid; }
    #news #news_main .news_detail .post_detail .post_contents {
      padding: 0px 0 40px;
      margin-bottom: 30px;
      border-bottom: 1px #83001F solid;
      color: #3e3e3e; }
      #news #news_main .news_detail .post_detail .post_contents p {
        margin: 10px 0; }
      #news #news_main .news_detail .post_detail .post_contents a {
        color: #3e3e3e;
        text-decoration: underline; }
      #news #news_main .news_detail .post_detail .post_contents img {
        max-width: 100%;
        height: auto;
        width: auto;
        margin: 15px 0; }
      #news #news_main .news_detail .post_detail .post_contents strong {
        font-weight: 500; }
      #news #news_main .news_detail .post_detail .post_contents blockquote {
        background: #eee;
        padding: 20px;
        color: #888;
        font-style: italic; }
      #news #news_main .news_detail .post_detail .post_contents em {
        font-style: italic; }
      #news #news_main .news_detail .post_detail .post_contents h1, #news #news_main .news_detail .post_detail .post_contents h2, #news #news_main .news_detail .post_detail .post_contents h3, #news #news_main .news_detail .post_detail .post_contents h4, #news #news_main .news_detail .post_detail .post_contents h5, #news #news_main .news_detail .post_detail .post_contents h6 {
        font-weight: 600; }
      #news #news_main .news_detail .post_detail .post_contents h1 {
        font-size: 30px; }
      #news #news_main .news_detail .post_detail .post_contents h2 {
        font-size: 24px;
        text-align: center;
        border: 1px #83001F solid;
        padding: 20px;
        line-height: 1.3;
        color: #83001F;
        margin: 50px 0 20px; }
      #news #news_main .news_detail .post_detail .post_contents h3 {
        font-size: 22px; }
      #news #news_main .news_detail .post_detail .post_contents h4 {
        font-size: 20px; }
      #news #news_main .news_detail .post_detail .post_contents h5 {
        font-size: 18px; }
      #news #news_main .news_detail .post_detail .post_contents h6 {
        font-size: 16px; }
      #news #news_main .news_detail .post_detail .post_contents ul {
        margin: 20px 0;
        padding: 0 20px; }
        #news #news_main .news_detail .post_detail .post_contents ul li {
          list-style-type: disc;
          list-style-position: inside;
          text-indent: -22px;
          margin-left: 22px; }
      #news #news_main .news_detail .post_detail .post_contents ol {
        margin: 20px 0;
        padding: 0 20px; }
        #news #news_main .news_detail .post_detail .post_contents ol li {
          list-style-type: decimal;
          list-style-position: inside;
          text-indent: -22px;
          margin-left: 22px; }
      #news #news_main .news_detail .post_detail .post_contents table td img {
        width: 99%;
        margin-bottom: 5px; }
      #news #news_main .news_detail .post_detail .post_contents img.alignright {
        display: block;
        margin: 0 0 0 auto; }
      #news #news_main .news_detail .post_detail .post_contents img.alignleft {
        display: block;
        margin: 0 auto 0 0; }
      #news #news_main .news_detail .post_detail .post_contents img.aligncenter {
        display: block;
        margin: 0 auto; }
    #news #news_main .news_detail .post_detail dl {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-start;
      height: auto;
      justify-content: space-between;
      align-items: center; }
      #news #news_main .news_detail .post_detail dl dd {
        font-size: 18px;
        width: 33.33%; }
        #news #news_main .news_detail .post_detail dl dd a {
          color: #83001F;
          display: inline-block;
          line-height: 1; }
          #news #news_main .news_detail .post_detail dl dd a i {
            color: #83001F; }
          #news #news_main .news_detail .post_detail dl dd a.back_link {
            color: #fff;
            padding: 20px;
            max-width: 220px;
            width: 100%;
            background: #83001F;
            border: 1px #83001F solid;
            position: relative;
            border-radius: 100px;
            text-align: center; }
            #news #news_main .news_detail .post_detail dl dd a.back_link i {
              font-size: 20px;
              color: #fff;
              position: absolute;
              left: 20px;
              top: 50%;
              transform: translateY(-50%); }
            #news #news_main .news_detail .post_detail dl dd a.back_link:hover {
              background: #fff;
              color: #83001F;
              transition: 0.3s; }
              #news #news_main .news_detail .post_detail dl dd a.back_link:hover i {
                color: #83001F;
                transition: 0.3s; }
        #news #news_main .news_detail .post_detail dl dd:first-child {
          text-align: left; }
        #news #news_main .news_detail .post_detail dl dd:nth-child(2) {
          text-align: center; }
        #news #news_main .news_detail .post_detail dl dd:last-child {
          text-align: right; }

@media screen and (max-width: 767px) {
  #news #news_main .side_navi {
    padding-right: 0;
    text-align: center; }
    #news #news_main .side_navi select {
      position: relative;
      max-width: 50vw;
      padding: 2vw;
      font-size: 3.2vw;
      margin: 0  auto 3vw;
      top: inherit;
      left: inherit;
      transform: translate(0); }
  #news #news_main .post_list {
    margin: 6vw 0 10vw; }
    #news #news_main .post_list li {
      padding: 4vw 5vw 4vw 0; }
      #news #news_main .post_list li .date {
        font-size: 2.8vw;
        margin-right: 3vw; }
      #news #news_main .post_list li .cat a {
        font-size: 2.4vw;
        padding: 1vw 2vw;
        margin-right: 2vw; }
      #news #news_main .post_list li .arrow {
        width: 4vw; }
  #news #news_main .news_detail {
    padding: 10vw 0 20vw; }
    #news #news_main .news_detail .post_detail .date {
      margin-right: 4vw; }
    #news #news_main .news_detail .post_detail .cat a {
      font-size: 2.4vw;
      padding: 1vw 2vw;
      margin-right: 2vw; }
    #news #news_main .news_detail .post_detail .post_ttl {
      font-size: 4vw;
      margin: 3vw 0 6vw;
      padding: 4vw 0; }
    #news #news_main .news_detail .post_detail .post_contents {
      padding: 0vw 0 6vw;
      margin-bottom: 6vw; }
      #news #news_main .news_detail .post_detail .post_contents blockquote {
        padding: 4vw; }
      #news #news_main .news_detail .post_detail .post_contents h1 {
        font-size: 5vw; }
      #news #news_main .news_detail .post_detail .post_contents h2 {
        font-size: 4vw;
        padding: 4vw;
        margin: 10vw 0 4vw; }
      #news #news_main .news_detail .post_detail .post_contents h3 {
        font-size: 3.8vw; }
      #news #news_main .news_detail .post_detail .post_contents h4 {
        font-size: 3.6vw; }
      #news #news_main .news_detail .post_detail .post_contents h5 {
        font-size: 3.4vw; }
      #news #news_main .news_detail .post_detail .post_contents h6 {
        font-size: 3.2vw; }
      #news #news_main .news_detail .post_detail .post_contents ul li {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -4vw;
        margin-left: 4vw; }
      #news #news_main .news_detail .post_detail .post_contents ol li {
        text-indent: -4vw;
        margin-left: 4vw; }
      #news #news_main .news_detail .post_detail .post_contents table td img {
        margin-bottom: 1vw; }
    #news #news_main .news_detail .post_detail dl dd {
      font-size: 3.2vw;
      width: 28%; }
      #news #news_main .news_detail .post_detail dl dd a.back_link {
        padding: 4vw;
        max-width: none; }
        #news #news_main .news_detail .post_detail dl dd a.back_link i {
          font-size: 3.5vw;
          left: 3vw; }
      #news #news_main .news_detail .post_detail dl dd:nth-last-child(2) {
        width: 44%; } }
/*=====================================================
会社情報
======================================================*/
#company #philosophy {
  padding: 50px 0 0;
  position: relative; }
  #company #philosophy .philosophy_wrap {
    max-width: 760px;
    width: 100%;
    margin: 0 auto 80px; }
    #company #philosophy .philosophy_wrap .philosophy01 {
      background: #F8EAEA;
      border-radius: 20px;
      margin-bottom: 30px;
      padding: 20px; }
      #company #philosophy .philosophy_wrap .philosophy01 p {
        color: #C94A4C;
        font-size: 24px;
        text-align: center; }
    #company #philosophy .philosophy_wrap .txt {
      font-size: 18px;
      font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
      margin-bottom: 20px;
      font-weight: bold;
      text-indent: -36px;
      margin-left: 36px;
      line-height: 1.4; }
      #company #philosophy .philosophy_wrap .txt span {
        color: #C94A4C; }
#company #photogallery {
  background: #40cabe;
  padding: 40px 0 0; }
  #company #photogallery .slider-container {
    overflow: hidden;
    width: 3418px;
    height: 430px; }
    #company #photogallery .slider-container .slider-wrapper {
      display: flex;
      /* 画像を横に並べるために flex を使用 */
      align-items: stretch;
      animation: slide 30s linear infinite;
      /* スライドするアニメーション */ }
      #company #photogallery .slider-container .slider-wrapper .slide {
        margin-right: 20px;
        /* 画像間の間隔を設定 */
        height: 100%; }
@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-1709px); } }
#company #profile {
  background: linear-gradient(180deg, #40cabe 0%, #75E3A2 73%, #8AED97 99%);
  padding: 0px 0 150px;
  position: relative; }
  #company #profile .bubble {
    position: absolute;
    border-radius: 100%;
    border: 1px solid #fff;
    bottom: 1px;
    z-index: 1; }
  #company #profile .main_ttl {
    color: #fff; }
    #company #profile .main_ttl:after {
      background: #fff; }
  #company #profile .main_ttl_sub {
    color: #fff; }
  #company #profile table {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
    #company #profile table th, #company #profile table td {
      padding: 10px 20px;
      border: 1px #707070 solid; }
    #company #profile table th {
      background: #707070;
      color: #fff;
      border-bottom: 1px #fff solid;
      width: 160px;
      font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
      font-weight: bold; }
    #company #profile table td {
      background: #fff; }
    #company #profile table tr:last-child th {
      border-bottom: 1px #707070 solid; }

@media screen and (max-width: 767px) {
  #company #philosophy {
    padding: 10vw 0 0; }
    #company #philosophy .philosophy_wrap {
      margin: 0 auto 18vw; }
      #company #philosophy .philosophy_wrap .philosophy01 {
        border-radius: 4vw;
        margin-bottom: 6vw;
        padding: 5vw 3vw; }
        #company #philosophy .philosophy_wrap .philosophy01 p {
          font-size: 3.6vw; }
      #company #philosophy .philosophy_wrap .txt {
        font-size: 3.6vw;
        margin-bottom: 4vw;
        text-indent: -7.2vw;
        margin-left: 7.2vw; }
  #company #photogallery {
    padding: 8vw 0 0; }
    #company #photogallery .slider-container {
      overflow: hidden;
      width: 3418px;
      height: 430px; }
  #company #profile {
    padding: 0px 0 20vw; }
    #company #profile .main_ttl {
      color: #fff; }
      #company #profile .main_ttl:after {
        background: #fff; }
    #company #profile .main_ttl_sub {
      color: #fff; }
    #company #profile table th, #company #profile table td {
      padding: 2vw 3vw;
      line-height: 1.4; }
    #company #profile table th {
      width: 28%; } }
/*=====================================================
お問い合わせ
======================================================*/
#contact.privacypolicy #main_img .page_ttl {
  font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
  font-weight: bold;
  font-size: 48px; }
#contact .contact_wrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto; }
#contact .main_ttl {
  margin-bottom: 0px; }
  #contact .main_ttl:after {
    display: none; }
#contact .contact_ttl {
  font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
  font-weight: bold;
  color: #83001F;
  border: 1px #83001F solid;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  margin-bottom: 30px; }
#contact #privacy {
  padding: 80px 0; }
  #contact #privacy .privacy_txt strong {
    font-weight: 700; }
  #contact #privacy .privacy_txt a {
    color: #312F2F; }
#contact #contact_form {
  padding: 80px 0; }
  #contact #contact_form .form_area {
    margin: 80px 0;
    border-top: 1px #3e3e3e solid;
    padding: 30px 0;
    text-align: center; }
    #contact #contact_form .form_area table {
      width: 100%;
      border-bottom: 1px #3e3e3e solid;
      margin-bottom: 30px; }
      #contact #contact_form .form_area table th, #contact #contact_form .form_area table td {
        padding: 15px 0;
        text-align: left; }
      #contact #contact_form .form_area table th {
        width: 170px;
        vertical-align: top; }
        #contact #contact_form .form_area table th span {
          font-size: 0.6em;
          vertical-align: top;
          color: #83001F; }
      #contact #contact_form .form_area table td input[type=text],
      #contact #contact_form .form_area table td input[type=tel],
      #contact #contact_form .form_area table td input[type=email],
      #contact #contact_form .form_area table td textarea {
        border: 1px #b6b6b6 solid;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        width: 100%; }
      #contact #contact_form .form_area table tr:last-child td {
        padding-bottom: 50px; }
    #contact #contact_form .form_area p a {
      color: #312F2F;
      text-decoration: underline; }
    #contact #contact_form .form_area .wpcf7-spinner {
      display: none; }
    #contact #contact_form .form_area input[type=submit] {
      color: #fff;
      padding: 20px 50px;
      border-radius: 100px;
      display: inline-block;
      background: #C94A4C;
      font-size: 18px;
      outline: none;
      margin-top: 30px;
      border: none;
      cursor: pointer; }
      #contact #contact_form .form_area input[type=submit]:hover {
        opacity: 0.7;
        transition: 0.3s; }
      #contact #contact_form .form_area input[type=submit]:disabled {
        cursor: default;
        opacity: 0.5; }
    #contact #contact_form .form_area .confirm {
      margin-bottom: 10px; }
#contact #thanks {
  padding: 80px 0;
  text-align: center; }
  #contact #thanks .thanks_txt {
    color: #3E3E3E;
    font-size: 24px;
    font-family: 'TBUDGothic E', '游ゴシック体', YuGothic, sans-serif, 'メイリオ',meiryo;
    font-weight: bold;
    margin-bottom: 80px; }
  #contact #thanks .btn_area a {
    color: #fff;
    padding: 15px 50px;
    border-radius: 100px;
    display: inline-block;
    background: #83001F;
    border: 2px #83001F solid;
    font-size: 18px;
    outline: none;
    margin-top: 30px; }
    #contact #thanks .btn_area a:hover {
      background: #fff;
      color: #83001F;
      transition: 0.3s; }

@media screen and (max-width: 767px) {
  #contact.privacypolicy #main_img .page_ttl {
    font-size: 8vw; }
  #contact .contact_ttl {
    padding: 2vw 0;
    font-size: 4vw;
    margin-bottom: 6vw; }
  #contact #privacy {
    padding: 10vw 0; }
  #contact #contact_form {
    padding: 12vw 0; }
    #contact #contact_form .form_area {
      margin: 8vw 0;
      padding: 6vw 0; }
      #contact #contact_form .form_area table {
        margin-bottom: 6vw; }
        #contact #contact_form .form_area table th, #contact #contact_form .form_area table td {
          width: 100%;
          display: block;
          text-align: left; }
        #contact #contact_form .form_area table th {
          padding: 3vw 0 0;
          font-weight: 600; }
          #contact #contact_form .form_area table th span {
            font-size: 0.6em;
            vertical-align: top;
            color: #83001F; }
        #contact #contact_form .form_area table td {
          padding: 0 0 3vw; }
          #contact #contact_form .form_area table td input[type=text],
          #contact #contact_form .form_area table td input[type=tel],
          #contact #contact_form .form_area table td input[type=email],
          #contact #contact_form .form_area table td textarea {
            font-size: 3.2vw;
            padding: 2vw; }
        #contact #contact_form .form_area table tr:last-child td {
          padding-bottom: 8vw; }
      #contact #contact_form .form_area p a {
        color: #312F2F;
        text-decoration: underline; }
      #contact #contact_form .form_area .wpcf7-spinner {
        display: none; }
      #contact #contact_form .form_area input[type=submit] {
        padding: 4vw 10vw;
        font-size: 3.6vw;
        margin-top: 5vw; }
  #contact #thanks {
    padding: 12vw 0; }
    #contact #thanks .thanks_txt {
      font-size: 4vw;
      margin-bottom: 10vw; }
    #contact #thanks .btn_area a {
      padding: 3vw 10vw;
      font-size: 3.6vw;
      margin-top: 6vw; } }
