@charset "UTF-8";

 /*-----------------------

   reset

-----------------------*/

 /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

 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 {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     border: 0;
     vertical-align: baseline;
     font: inherit;
     font-size: 100%;
 }

 /* 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,
 q:before,
 q:after {
     content: '';
     content: none;
 }

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

 /*-----------------------

   common

-----------------------*/

 img {
     max-width: 100%;
 }

 .wrapper a {
     font-family: 'Noto Sans', sans-serif;
     font-family: 'Noto Sans JP', sans-serif;
     color: #333;
     word-break: break-all;
     text-decoration: none;
 }

 .wrapper a:hover {
     color: #f1510d;
 }


 @media screen and (max-width: 800px) {
     .wrapper .spnone {
         display: none;
     }
 }

 .wrapper p {
     margin-bottom: 10px;
 }

 .wrapper .bold {
     font-weight: bold;
 }

 .wrapper .pc_none {
     display: none;
 }

 @media screen and (max-width: 800px) {
     .wrapper .pc_none {
         display: inline-block;
     }
 }


 /* wrapper */

 .wrapper {
     background-color: #00A7EA;
     background: linear-gradient(-120deg, #05FBFF, #1D62F0);
     font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
     font-size: 16px;
     margin: 0px auto;
     position: relative;
 }

 /* header */
 .wrapper header h1 {
     color: #fff;
     font-weight: bold;
     padding: 50px;
     text-align: center;
 }

 @media screen and (max-width: 800px) {
     .wrapper header h1 {
         padding: 20px;
     }
 }

 .wrapper header .main_img {
     height: 800px;
     background: #fff;
     clip-path: polygon(0 0, 100% 0, 100% 99%, 0 80%);
     position: relative;
 }

 @media screen and (max-width: 800px) {
     .wrapper header .main_img {
         height: 300px;
     }
 }

 .wrapper header .main_img::before {
     position: absolute;
     bottom: 5%;
     right: 1%;
     content: url(../images/hnf.png);
 }

 .wrapper header .main_img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }


 .wrapper header .read {
     color: #fff;
     padding: 50px 10px 100px;
     text-align: center;
     font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
     line-height: 2rem;
 }



 /* main */

 .wrapper .main {
     color: #333;
     line-height: 1.7;
 }

 .wrapper .main h2 {
	width: 40%;
    max-width: 250px;
     text-align: center;
     font-weight: bold;
     font-size: clamp(1rem, 5vw, 3rem);
     margin: 0px auto 50px;
     padding: 0px 20px;
     border-bottom: 4px solid #000;
     border-image: linear-gradient(to right, #00A7EA 0%, rgb(66, 255, 246) 100%);
     border-image-slice: 1;
 }

 /* news */

 .wrapper .main .news {
     background-color: #fff;
     background-image: url(../images/bg_ballpark_b.png);
     background-repeat: repeat-x;
     background-position: center 99%;
     padding: 30px 10px 50px;
     z-index: 1;
     -webkit-transform: skew(0deg, -5deg);
     box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
 }

 @media screen and (max-width: 500px) {
     .wrapper .main .news {
         background-size: 70% auto;
     }
 }


 .wrapper .main .news .inner {
     max-width: 1200px;
     margin: 0px auto;
 }


 .wrapper .main .news .inner #article_list {
     display: flex;
     flex-wrap: wrap;
 }

 .wrapper .main .news .inner #article_list .article_card {
     background: linear-gradient(#00A7EA, #1D62F0);
     display: flex;
     margin-bottom: 20px;
     width: 23%;
     margin: 1%;
 }

 /* 
 .wrapper .main .news .inner #article_list #i4 {
     margin-right: 0;
 } */


 @media screen and (max-width: 650px) {
     .wrapper .main .news .inner #article_list .article_card {
         width: 48%;
     }
 }


 .wrapper .main .news .inner #article_list .article_card a {
     width: 100%;
     box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
     color: #fff;
 }

 .wrapper .main .news .inner #article_list .article_card figure {
     background-color: #fff;
     line-height: 0px;
 }

 .wrapper .main .news .inner #article_list .article_card figure img {
     width: 100%;
     height: 130px;

     object-fit: cover;
 }


 .wrapper .main .news .inner #article_list .summary {
     display: flex;
     flex-direction: column;
     padding: 10px;

     justify-content: space-between;
 }

 .wrapper .main .news .inner #article_list .summary h3 {
     font-size: 0.8rem;
     line-height: 1.2rem;
     padding: 1% 0px 0px;
 }


 .wrapper .main .news .inner #article_list .summary .info {
     color: rgba(51, 51, 51, 0.8);
     font-size: 0.7rem;
     line-height: 0.7rem;
 }

 @media screen and (max-width: 800px) {
     .wrapper .main .news .inner #article_list .summary .info {
         font-size: 0.5rem;
         line-height: 0.7rem;
     }
 }

 .wrapper .main .news .inner #article_list .summary .info p {
     display: inline-block;
     padding: 0px 2px 2px;
     margin-bottom: 5px;
 }

 .wrapper .main .news .inner #article_list .summary span {
     margin-right: 2px;
     color: rgba(51, 51, 51, 0.8);
     vertical-align: bottom;
     font-size: 0.8rem;
 }

 @media screen and (max-width: 800px) {
     .wrapper .main .news .inner #article_list .summary span {
         font-size: 0.7rem;
     }

 }

 .wrapper .main .news .moreBtn {
     display: block;
     width: 150px;
     margin: 30px auto 0px;
     padding: 10px 30px;
     border: 2px solid #333;
     border-radius: 50px;
     background-color: #fff;
     color: #333;
     font-weight: bold;
     font-size: 1rem;
     cursor: pointer;
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
 }


 .wrapper .main .news .inner {
     -webkit-transform: skew(0deg, 5deg)
 }

 .wrapper .main .video {
     padding: 100px 5% 50px;
 }


 /* video */

 .wrapper .main .video {
     padding: 30px 10px 50px;
 }

 .wrapper .main .video .inner {
     max-width: 1200px;
     margin: 0px auto;
 }

 .wrapper .main .video .inner ul {
     display: flex;
     flex-wrap: wrap;
 }

 .wrapper .main .video .inner ul li {
     background-color: #fff;
     background: linear-gradient(#fff, #f5feff);
     width: 23%;
     margin: 1%;
     box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%);
 }

 @media screen and (max-width: 650px) {
     .wrapper .main .video .inner ul li {
         width: 48%;
         margin: 1%;
     }
 }

 .wrapper .main .video .inner ul li figure {
     background-color: #fff;
     line-height: 0px;
 }

 .wrapper .main .video .inner ul li figure img {
     width: 100%;
     height: 150px;

     object-fit: cover;
 }

 .wrapper .main .video .inner ul li .summary {
     padding: 10px;
 }


 .wrapper .main .video .inner ul li .summary h3 {
     font-size: 0.8rem;
     line-height: 1.2rem;
     padding: 1% 0px;
 }

 .wrapper .main .video .moreBtn {
     display: block;
     width: 150px;
     margin: 30px auto 0px;
     padding: 10px 30px;
     border: 2px solid #333;
     border-radius: 50px;
     background-color: #fff;
     color: #333;
     font-weight: bold;
     font-size: 1rem;
     cursor: pointer;
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
 }