@charset "UTF-8" ;


body {
    font-family: "Zen Maru Gothic";
    font-size: 16px;
}


h1 {
    display: flex;
    align-items: center
}

h1 a {
    font-family: "Montserrat";
    font-size: large ;
    margin: auto;
    color: white;
    font-weight: bold;
    padding: 1px 10px;
}

h2 {
    font-size: xx-large ;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans JP";
    border-bottom: 2px dotted thick;
    padding: 10px 0;
}


h3 {
    font-size: x-large;
    font-family: "Zen Maru Gothic";
    text-align: center;
    line-height: 4;
}

h4 {
    font-size: large;
    font-family: "Zen Maru Gothic";
    text-align: center;
    line-height: 3;
    padding: 0.5;
}

p {
    font-family: "Zen Maru Gothic";
}

div {

}

.box1 {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px dotted gray;
}

.basicimg {
    display: block;
    width: 60%;
    text-align: center;
}

.inbox {
    display: flex;
    gap: 1rem;
    max-width: 700px;
    margin-left: 20%;
    margin-right: 20%;
    align-items: center;
}

.box2 {
    display: block;
    margin: 0 auto;
    max-width: 60%;
}

.boxu {
    display: flex;
    border-bottom: 1px dotted gray;
    margin: 0 auto;    
    align-items: center;
    width: 100%;
    max-width: 700px;
}

.box_regi_tx {
    width: 60%;
}

.basicbox {
    padding: 20px;
    display: grid;
    align-items: center;
}

.basicimg {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;   
}


.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head {
    display: flex;
    list-style: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.head li {

    position: relative;
    padding: 5px 10px;
    display: block;
}
.head li a {
    color: white;
    font-size: larger;
    padding: 5px 10px;
    display: block;
}
.head li:hover a{
    background-color: #410049;
}
.head li ul {
    position: absolute;

    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.head li:hover ul {
    display: block;
}
.head li:hover ul li {
    padding: 0;
}
.head li ul a {
    display: block;
    color: white;
    background-color: #410049;
    padding: 5px 10px;
    margin: 0;
}
.head li ul li:hover a {
    background-color: #008080;
}


#header_purple {
    background: linear-gradient(#770086, #750b83);
}

.home-intro {
    background: rgb(255, 255, 255, 0.9);
    width: 70%;
    margin: auto;
    padding: 20px;
    border-radius :15px;
}

.list {
    background: #dadada; /*灰色に*/
    border-radius :12px;  /*角の丸み*/
    box-shadow: 0px 0px 5px silver;  /*5px=影の広がり具合*/
    padding: 0.5em 0.5em 0.5em 2em;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.5cm 4%;
}


.home-main1 {
    text-align: center;
    margin-top: 10%;
    line-height: 1.5;
    
}
.home-main1 p {
    font-size: normal;
    margin: auto;
}

.button {
    font-size: large;
    font-weight: bold;
    background: rgba(55, 55, 165, 0.9);
    color: white;
    border-radius: 5px;
    padding: 15px 32px;
    display: inline-block;
    margin-top: 30px;
}

.center {
    text-align: center;
}

.button:hover {
    background: blue;
}

.big-bg {
    background-size: cover;
    background-position: center top;
}

#home {
    background-image: url(../image/home.jpg);
    background-color: rgba(255, 255, 255, 0.418);
    background-blend-mode: lighten;  
    min-height: 100vh;
}

#home .page-title {
    text-transform: none;
}

ul li {
    line-height: normal;
}



.emerge-h3 {
    font-size: x-large;
    font-family: "Montserrat";
}


.hanten {
    color: white;
    font-weight: bold;
}


.foot {
    text-align: center;
    padding: 20px;
}


/* アコーディオンの箇条書き */
.accordion-003 {
    width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}




/* スクロールすると開かれる */
.fadein_box {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(100px);
}

/* 頁を開いたときにフェードイン */
.fadein_box_top {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(100px);
}
.fadein_box_top2 {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 1s;
    transition-behavior: normal;
  transform: translateY(100px);
}
.fadein_box_top3 {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 2s;
    transition-behavior: normal;
  transform: translateY(100px);
}
.is-active {
  /*要素を表示させる*/
  opacity: 1;
  visibility: visible;
  /*元の位置に戻す*/
  transform: translateY(0);
}


/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 2s;
  background-color: #1515;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 2.0s infinite ease-in-out;
}
/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(2.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}