@charset "UTF-8";

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
}


  body {
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
	margin-top: 0px;
	max-width: 1200px;
	padding-left: 0px;
  padding-right: 0px;
	color: #2e2e2e;	/*全体の文字色*/
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.75;		/*行間*/
	background: #ffffff;
	-webkit-text-size-adjust:auto;
  }



/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    margin: 0 auto;
    max-width: 100%;

}
@media ( min-width : 768px ) {
  .container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0;
    position: relative;
  }
}

.title_dx {
display: none;
}

@media ( min-width : 768px ) {
  .title_dx {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-left: 20px;
    margin-top: 10px;
    padding: 0 0;
    position: relative;
  }
}

/* ブロックを縦に表示 */
.row {
    height:100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
@media ( min-width : 768px ) {
  .row {
      display: flex;
      flex-direction: row;
    }
  }

.row1 {
      display: flex;
      flex-direction: row;
}
@media ( min-width : 768px ) {
  .row1 {
      height:100%;
      display: flex;
      flex-direction: column;
      padding: 0;
      width: 33%;
    }
  }

.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

.col {
    margin-left: 0%;
}
	
.col:first-child { 
    margin-left: 1; 
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}

.banner img {
  display:none;
  }
@media ( min-width : 768px ) {
  .banner img {
    overflow-x: hidden;
    display: flex;
    flex: 0 0 100%;
    max-width: 90%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.banner_m img {
  display:none;
  }
@media ( max-width : 768px ) {
  .banner_m img {
    overflow-x: hidden;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width:70%;
  }
}

.picture {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.picture_pc {
  display: none
}

@media ( min-width : 768px ) {
  .picture_pc{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  }
}

.picture_pc_m {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

@media ( min-width : 768px ) {
  .picture_pc_m{
  display: none
  }
}

.picture_c {
  display: none
}
@media ( min-width : 768px ) {
  .picture_c{
  display: block;
  margin: 0 auto;
  margin-top: -10px;
  text-align: center;
  width: 100%;
  }
}

.picture_c_m {
  display: block;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: -30px;
  text-align: center;
  width: 100%;
}

@media ( min-width : 768px ) {
  .picture_c_m{
  display: none
}
}

.picture_s {
  display: flex;
  margin-left: 0px;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  height: 100%; /* 必要に応じて調整 */
}

.picture_s img {
  width: 250px;
  height: auto; 
  max-width: none;
}

.picture video{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 5%;
  padding-bottom: 40px;
  text-align: center;
}

.douga_title {
  display: none;
}

@media ( min-width : 768px ) {
.douga_title{
display: block;
width:70%;
aspect-ratio: 16 / 9;
text-align: center;
margin-top: 0px;
margin: 0px auto;
}
}

.douga {
    display: none;
}

@media ( min-width : 768px ) {
  .douga{
  display: block;
  width:100%;
  aspect-ratio: 16 / 9;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  margin: 10px auto;
  }
}

.douga iframe {
    display: block;
    aspect-ratio: 16 / 9;
    width: 90%;
    height: 90%;
    text-align: center;
    margin: 0 auto;
}

.douga_m{
  display: none;
}
@media ( max-width : 768px ) {
.douga_m{
    margin: 0 auto;
    display: block;
    width: 98%;
    aspect-ratio: 16 / 9;
    text-align: center;  
}
}

.douga_m iframe {
    display: block;
    width: 95%;
    height: 95%;
    margin: 0 auto;
}

.syokai {
  display: none;
}

@media ( min-width : 768px ) {
  .syokai{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 1063px;
  }
}

.syokai_m {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 95%;
}

@media ( min-width : 768px ) {
  .syokai_m{
  display: none;
}
}

.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    overflow-x: hidden;
    flex: 0 0 80%;
    max-width: 100%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.menubar {
    flex: 0 0 100%;
    max-width: 80%;
    margin:0 auto;

}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}    


/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;}
h1 { font-size: 3.5rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.2rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 2.2rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 0;  letter-spacing: 0; }

/* モバイル表示 */
@media (min-width: 550px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 3.2rem; }
  h3 { font-size: 3.0rem; }
  h4 { font-size: 2.8rem; }
  h5 { font-size: 2.0rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }



/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
  margin: 10px; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem;
  }


/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap;
  background: #F1F1F1;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; 
}


/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse; }
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; }
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.pull-right {
  float: right; }
.pull-left {
  float: left; }


/* 罫線
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #424242; 
}



:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #1035af;
    --link-color: #666;
    --linkhover-color: rgb(70, 149, 223); ;
    --back-color: #29375f;
    --border-color: #ccc;
    --white-color: #fff;
}

.toptext{
	display: none;
}
@media screen and (min-width:768px){
	.toptext {line-height: 1;
          padding: 0 0 0 20px;
		  display: block;		
	}
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
  color: var(--base-color);  
}

a:hover { 
    color: var(--linkhover-color);
}
a img {
    margin-bottom: 1rem;
}
a img:hover {
	opacity: 0.8;
}
.blueback {
	background-color: var(--back-color);
	color: var(--white-color);
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid var(--back-color);
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*ヘッダー
-------------------------------------*/
.head {
    width: 100%;
	display: flex;
}
@media screen and (min-width: 768px){
    .head {
    width: 100%;
  	display: flex;
    padding: 0.5rem 0 0 0;
    }
}

.head_mlit {
    display: none;
}
@media screen and (min-width: 768px){
  .head_mlit {
    display :block;
    text-align: right;
    width: 250px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 5px;
  }
}


.head h1 { 
    padding: 1rem 0;
}
.menu_d {
	background-color: var(--back-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    height: 49px;
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
    line-height: 50%;
	color: var(--white-color);
}
nav a:hover {
    height: 10px;
    background-color: var(--linkhover-color);   
	color: var(--white-color);
}
nav a {
    padding: 2rem 1rem;
	display: block;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    font-size: large;
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}

.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }

nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 0;
}

/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg {
    text-align: center;
    margin-top: 52px;
}
@media screen and (min-width: 768px){
    .mainimg {
    margin-top: 0px;
    }
}

.mainimg img {
    width: 100%;
    margin-top: 0px;
}
@media screen and (min-width: 768px){
    .mainimg img {
    padding-top: 10px;
    width: 100%;   
    }
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin:-9px;
    margin-bottom: 0px;
}
@media screen and (min-width: 768px){
    main {
    margin: 1rem 0 5rem 0;
    margin-bottom: 30px;
    }
}

/*新着情報
-------------------------------------*/
.midashi h5 {
  background-color: var(--back-color);
	color: var(--white-color);
	padding: 0.5rem;
  margin: 10px;
  border-radius: 6px;
}

.midashi li {
    list-style-type: none;
	border-bottom: 0px solid var(--border-color);
    margin-left: 30px;
    margin-right: 30px;
	padding: 0rem 0;
}

.midashi_c {
  list-style-type: none;
border-bottom: 0px solid var(--border-color);
  margin-top: -30px;
  margin-left: 10%;
  margin-right: 10%;
padding: 0rem 0;
}

/*フッター
-------------------------------------*/
footer {
    text-align: left;
    background-color: var(--white-color);
    padding: 20px 20px 20px;
}
@media (min-width: 768px){
    footer {
    text-align: center;
    background-color: var(--white-color);
    padding: 2rem 0;
    }
}

footer h5 {
    border-bottom: 2px solid var(--white-color);
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--white-color);
}
.copyright a {
    color: var(--base-color);
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: var(--back-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: var(--back-color);
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: var(--link-color);
}


/*=====================スマホメニューバー======================*/

.menubar_m{
    display: none;
}
@media screen and (min-width:768px){
    .menubar_m {display: block;		
    }
}

.header{
    display: block;
    z-index: 20;
}
@media screen and (min-width:768px){
    .header {display: none;		
    }
}


/* Navbar & Navmenu color */
:root {
--background-navbar: rgba(8, 8, 8, 0.98);
}

.header {
background: var(--background-navbar);
position: fixed;
width: 100%;
height: 52px;
}

/* Nav items */
.menu {
list-style: none;
position: absolute;
width: 100%;
height: auto;
top: 0;
margin-top: 52px;
padding: 0 0 10px 0;
clear: both;
background: var(--background-navbar);
transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
transform: scale(1, 0);
transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
text-align: center;
transform: scale(1, 1);
transform-origin: top;
transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
text-decoration: none;
font-weight: 500;
letter-spacing: 2px;
font-size: 20px;
text-transform: capitalize;
color: #ddd;
opacity: 0;
transition: 0.5s;
}

.menu li {
text-align: center;
border-top: 1px solid rgb(75, 75, 75);
padding: 8px 0;
margin: 0 54px;
opacity: 0;
transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
opacity: 1;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.01s;
}

.menu-btn {
display: none;
}

.menu-icon {
display: inline-block;
position:absolute;
cursor: pointer;
right: 0;
padding: 24px 20px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
background: #ddd;
display: block;
height: 3px;
width: 26px;
position: relative;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
background: #ddd;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
top: 9px;
}

.navicon:after {
bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
background: rgba(0, 0, 0, 0);
transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
text-transform:none;
width: 100%;
height: 52px;
position: absolute;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}

/* Navbar Text */
.navtext {
text-transform:none;
position: absolute;
    color: #ddd;
letter-spacing: 4px;
font-size: 22px;
}
/*=====================メニューバー ここまで======================*/


/*=====================タイトルスライド======================*/

/* 全体設定 */
.css-carousel-slider4 {
  display: block;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:768px){
  .css-carousel-slider4 {
    display: block;
    margin-top: 53px;
    margin-bottom: 7px;
    width: 100%;
    overflow: hidden;
    position: relative;		
  }
}

.css-carousel-slider4 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider4 .slide-wrap {
  width: 400%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: css-carousel-slider4 32s infinite;
  animation-delay: 8s;
}
.css-carousel-slider4 .slide-wrap-main {
  width: 100%;
  z-index: 1;
  animation: css-carousel-slider-main4 32s infinite;
  animation-delay: 8s;
}
.css-carousel-slider4 .slide {
  width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider4 {
  0% { transform: translateX(0); }

  3% { transform: translateX(calc(1 / 4 * -100%)); }
  25% { transform: translateX(calc(1 / 4 * -100%)); }

  28% { transform: translateX(calc(2 / 4 * -100%)); }
  50% { transform: translateX(calc(2 / 4 * -100%)); }

  53% { transform: translateX(calc(3 / 4 * -100%)); }
  75% { transform: translateX(calc(3 / 4 * -100%)); }

  78% { transform: translateX(calc(4 / 4 * -100%)); }
  100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main4 {
  0% { transform: translateX(100%); }
  75% { transform: translateX(100%); }
  78% { transform: translateX(0%);}
}

.blue-background{
  background-color: rgba(112, 187, 212, 0.3); 
  margin-left: 4%;
  margin-right: 4%;
  border-radius: 30px;
}
@media screen and (min-width:768px){
  .blue-background {
    background-color: rgba(112, 187, 212, 0.3); 
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 80px;
  }
}

.blue-background .midashi li{
  margin: 15px;
}

.blue-background .midashi h5{
  margin: 3px;
}

.midashi h5 img{
  vertical-align:middle
}