html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #444;
  line-height: 150%;
  font-family: 'Spinnaker', 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.6em;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/*=========== HEADER ==========*/

/*=========== HEADER ==========*/

/*=========== HEADER ==========*/

#global_header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 10;
}

.pageTitle_main {
  font-family: 'Noto Sans JP';
  color: rgb(12, 8, 68);
}

@media screen and (min-width: 767px) {
  .pageTitle {
    text-align: center;
    padding: 1.5rem 5%;
  }
  .top_banner_a {
    font-size: 2.0rem;
    height: 4rem;
    line-height: 4rem;
  }
  .top_banner_b {
    font-size: 3.5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .pageTitle_sub {
    font-size: 1.5rem;
    color: #278de0;
    border-bottom: solid 3px #278de0;
    height: 3rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTitle {
    text-align: center;
    padding: 1.5rem 5%;
  }
  .top_banner_a {
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
  }
  .top_banner_b {
    font-size: 3.0rem;
    height: 5rem;
    line-height: 5rem;
  }
  .pageTitle_sub {
    font-size: 0.9rem;
    color: #278de0;
    border-bottom: solid 3px #278de0;
    height: 3rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .pageTitle {
    text-align: center;
    padding: 4rem 5%;
  }
  .top_banner_a {
    font-size: 1.2rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
  .top_banner_b {
    font-size: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .pageTitle_sub {
    font-size: 0;
    border-bottom: solid 1.5px #278de0;
    height: 1.7rem;
    line-height: 1.7rem;
  }
}

/*============ MENU ===========*/

/*============ MENU ===========*/

/*============ MENU ===========*/

/* have to change slide */

main {
  padding: 13rem 5% 0;
  display: flex;
}

.ContentsPart .IndexContentsPart img {
  width: 100%;
}

.ContentsPart .IndexContentsPartST1 img {
  width: 100%;
  padding-top: 1.0rem;
}

.ContentsPart .IndexContentsPartST2 img {
  width: 20%;
  padding: 1%;
}

.ContentsPart .IndexContentsPartST3 img {
  width: 60%;
  padding: 1.0rem;
}

/* 以下、indexのアニメーション 2023.11.5 ST挿入 */

.ContentsPart .container {
	position: relative;
	width: 100%;
	max-width: 100%;
  padding-bottom: 38%;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 20s infinite;
}

.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 10s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	10%{ opacity: 1;}
	90%{ opacity: 1;}
	100%{ opacity: 0;}
}

/* 以上、indexのアニメーション 2023.11.5挿入 ST */

#pageBodysub ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .MenuPart {
    background-color: #dcf4fc;
    position: fixed;
    top: 15rem;
    /*ヘッダー上から*/
    z-index: 10;
    width: 90%
  }.ContentsPart {
    padding-top: 9rem;
    width: 100%;
    margin-top: 0.1rem;
    z-index: 1;
  }
  .ContentsPart .img_pro_fig2 img {
    width: 70%;
  }
  .ContentsPart .img_pro_fig1 img {
    width: 45%;
  }
  .ContentsPart .img_pro_fig4 img {
    width: 45%;
  }
  .ContentsPart .img_pro_fig5 img {
    width: 45%;
  }
  .ContentsPart .PhotoContentsPart img {
    width: 24.5%;
  }
  /*挿入箇所*/
  #pageBodysub ol {
    padding: 1rem;
  }
  /*挿入箇所終わり*/
  #pageBodysub ul li {
    display: table-cell;
    min-width: 50px;
    padding: 1rem;
  }
  
  #pageBodysub ul li a {
    display: block;
    width: 100%;
    padding: 0.8rem;
    /*左・下空間*/
    font-size: 1.7rem;
    font-weight: bold;
    text-decoration: none;
    color: rgba(69, 6, 243, 0.719);
  }
  #pageBodysub ul li a:hover {
    background-color: rgb(255, 248, 189);
    border-bottom: 4px solid rgb(82, 90, 160);
    /*マウスオーバー*/
  }
  .explanation{margin: 4rem 1rem 4rem 1rem;
  /*周りの余白 上　右　下　左*/
} 
}

@media screen and (max-width: 767px) {
  .MenuPart {
    background-color: #dcf4fc;
    position: fixed;
    top: 15rem;
    /*ヘッダー上から*/
    z-index: 10;
    width: 90%
  } .ContentsPart {
    padding-top: 6rem;
    width: 100%;
    margin-top: 0.1rem;
    z-index: 1;
  }
  .ContentsPart .img_pro_fig2 img {
    width: 80%;
  }
  .ContentsPart .img_pro_fig1 img {
    width: 60%;
  }
  .ContentsPart .img_pro_fig4 img {
    width: 60%;
  }
  .ContentsPart .img_pro_fig5 img {
    width: 60%;
  }
  .ContentsPart .PhotoContentsPart img {
    width: 24%;
  }
  #pageBodysub ul li {
    display: table-cell;
    min-width: 50px;
    padding: 0.4rem;
  }
  #pageBodysub ul li a {
    display: block;
    width: 100%;
    padding: 0.2rem;
    /*左・下空間*/
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    color: rgba(69, 6, 243, 0.719);
  }
  #pageBodysub ul li a:hover {
    background-color: rgb(255, 248, 189);
    border-bottom: 3px solid rgb(82, 90, 160);
    /*マウスオーバー*/
  }
  .explanation{margin: 4rem 1rem 4rem 1rem;
    /*周りの余白 上　右　下　左*/
  } 
}

@media screen and (max-width: 479px) {
  .MenuPart {
    background-color: #dcf4fc;
    position: fixed;
    top: 11rem;
    /*ヘッダー上から*/
    z-index: 10;
    width: 90%
  }.ContentsPart {
    padding-top: 1.5rem;
    width: 100%;
    margin-top: 0.1rem;
    z-index: 1;
  }
  .ContentsPart .img_pro_fig2 img {
    width: 100%;
  }
  .ContentsPart .img_pro_fig1 img {
    width: 100%;
  }
  .ContentsPart .img_pro_fig4 img {
    width: 100%;
  }
  .ContentsPart .img_pro_fig5 img {
    width: 100%;
  }
  .ContentsPart .PhotoContentsPart img {
    width: 23.5%;
  }
  
  
  #pageBodysub ul li {
    display: table-cell;
    min-width: 40px;
    padding: 0.3rem;
  }
  #pageBodysub ul li a {
    display: block;
    width: 100%;
    padding: 0.2rem;
    /*左・下空間*/
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    color: rgba(69, 6, 243, 0.719);
  }
  #pageBodysub ul li a:hover {
    background-color: rgb(255, 248, 189);
    border-bottom: 2px solid rgb(82, 90, 160);
    /*マウスオーバー*/
  }
  .explanation{margin: 2rem 1rem 2rem 1rem;
    /*周りの余白 上　右　下　左*/
  } 
}

/*=========MOVE PART===========*/

/*=========MOVE PART===========*/

/*=========MOVE PART===========*/

@media screen and (min-width: 767px) {
  .TopPart {
    width: 49.5%;
    /* 幅指定 */
    display: inline-block;
    /* インラインブロック要素にする */
    vertical-align: top;
    /* 要素を上揃えにする */
    background-color: white;
    /* 背景色指定 */
    margin-bottom: 5px;
    /* 要素同士の隙間調整 */
    padding: 10px;
    /* 余白指定 */
    box-sizing: border-box;
    /* 崩れ防止 */
  }
  .heading-typeA {
    padding: 1.4rem;
    /*文字周りの余白*/
    margin: 1rem;
    /*□周りの余白*/
    color: #3c5479;
    background: #b3effa;
    text-align: center;
    /*左右中央寄せ*/
  }
  .heading-typeB {
    line-height: 3.5rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    margin: 0 1rem;
    /*□周りの余白*/
    color: rgb(5, 5, 5);
    padding-left: 0.5em;
  }
  .heading-typeC {
    line-height: 5rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    margin: 0 1rem;
    /*□周りの余白*/
    color: rgb(49, 46, 46);
  }
  .heading-typeD {
    line-height: 3.5rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    margin: 0 1rem;
    /*□周りの余白*/
    color: rgb(67, 48, 238);
  }
  .heading-typeST1 {
    font-size: 3.5rem;
    line-height: 5rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    margin: 0 1.5rem;
    /*□周りの余白*/
    color: rgb(5, 5, 5);
  }
}

@media screen and (max-width: 767px) {
  .heading-typeA {
    font-size: 1.3rem;
    padding: 0.2rem;
    /*文字周りの余白*/
    margin: 0.6rem;
    /*□周りの余白*/
    color: #3c5479;
    background: #b3effa;
    text-align: center;
    /*左右中央寄せ*/
  }
  .heading-typeB {
    font-size: 1.0rem;
    line-height: 1.8rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    color: rgb(49, 46, 46);
  }
  .heading-typeC {
    font-size: 1.0rem;
    line-height: 3.0rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    color: rgb(49, 46, 46);
  }
  .heading-typeD {
    font-size: 1.0rem;
    line-height: 1.8rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    color: rgb(67,48,238);
  }
  .heading-typeST1 {
    font-size: 2.0rem;
    line-height: 2.5rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    color: rgb(49, 46, 46);
  }
}

@media screen and (max-width: 479px) {
  .heading-typeA {
    font-size: 1.1rem;
    padding: 0.1rem;
    /*文字周りの余白*/
    margin: 0.1rem;
    /*□周りの余白*/
    color: #3c5479;
    background: #abe5f8;
    text-align: center;
  }
  .heading-typeB {
    font-size: 0.9rem;
    line-height: 1.9rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    color: rgb(49, 46, 46);
  }
  .heading-typeC {
    font-size: 1.0rem;
    line-height: 2.2rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    color: rgb(49, 46, 46);
  }
  .heading-typeD {
    font-size: 0.9rem;
    line-height: 1.9rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    color: rgb(67,48,238);
  }
  .heading-typeST1 {
    font-size: 1.6rem;
    line-height: 2.0rem;
    /* 行の高さを実数値＋単位(px)で指定する */
    color: rgb(49, 46, 46);
  }
}

/*======FOOTER======*/

/*======FOOTER======*/

/*======FOOTER======*/

#global_footer {
  width: 100%;
  background: #dcf4fc;
  margin: auto;
}

.FooterContents {
  width: 100%;
  text-align: center;
  padding: 1.3rem 0;
  margin: 0.5rem;
}

.FootContent {
  width: 44%;
  /* 幅指定 */
  display: inline-block;
  /* インラインブロック要素にする */
  vertical-align: top;
  /* 要素を上揃えにする */
  margin-bottom: 0.2 rem;
  /* 要素同士の隙間調整 */
  padding: 0.3 rem;
  /* 余白指定 */
  box-sizing: border-box;
  /* 崩れ防止 */
}

.FootContent a p {
  color: rgb(243, 28, 28);
  text-decoration: underline;
}