/*PC用*/
@media screen and (min-width:761px) {
    /*ヘッダーここからコピー*/
    
    
    .button04 {
        text-decoration: none;
        color: black;
        border: 1px solid #333;
        background-color: white;
        margin-left: 1vw;
        font-size: 1vw;
        width: auto;
        height: auto;
        border-radius: 8px;


    }

    .button04 a {
        text-decoration: none;
        color: black;
    }

    .button05 {
        text-decoration: none;
        margin-left: 1vw;
        border: 1px solid #333;
        background-color: black;
        color: yellow;
        font-size: 1vw;
        width: auto;
        height: auto;
        border-radius: 8px;
    }

    .button05 a {
        text-decoration: none;
        color: yellow;
    }


    .fresh {
        color: #606060;
        width:20vw;
        height: auto;
        font-size: 1.7vw;
        margin-left: 1.5vw;
        display: flex;
        font-family: "Sawarabi Mincho", serif;
        align-items: center;
        text-align: center;
        text-decoration:none;
    }


    header {
        height: 5vw;
        background-color: white;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        border-bottom: 0.1vw solid #ccc;
    }

    .logo {
        align-items: center;
        width: 6vw;
        height: auto;
    }



    #g-navi {
        list-style: none;
        text-align: center;
        display: flex;
        align-items: center;
        margin-left: 2vw;
        padding-left: 0px;
    }

    h1 {
        text-align: left;
        padding-left: 10vw;
    }

    h1 a {
        padding-left: 0.2vw;
        color: black;
        text-decoration: none;
        font-size: 2.5vw;
    }

    #g-nav {
        margin-left: 15.5vw;
    }

    #g-navi ul {
        display: block;
        width: 100%;
        height: auto;
    }

    #g-navi li {
        width: 100%;
        height: auto;
        padding-left: 1vw;
    }

    #g-navi li a {
        font-family: "Sawarabi Mincho", serif;
        width: 16.6666%;
        text-align: center;
        align-items: center;
        color: #606060;
        text-decoration: none;
        padding: 0.5vw 0.5vw;
        display: block;
        font-size: 1.5vw;
    }

    #g-navi li a:hover {
        color: #D88282;
        text-decoration: none;
    }

    footer {
        margin-top: 1vw;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    footer p {
        font-size: 1vw;
        margin: 0;
    }

    .rogo {
        margin: auto;
        width: 4vw;
        height: auto;
    }

    /*------------------------------------------ここまでコピー------------------------------------------*/
/*INTERVIEWページ本体はココから*/

/*背景色はココ*/
body{
text-align:center;
margin:0;
background-color:#fff;
color: #606060;
  font-size: 16px;
  padding-top: 2.6vw;
}

/*見出し*/
	.titlezone{
	padding-bottom: 0.25vw;
	}
	 
	.INTERVIEWtitle {
	color: #606060;
	text-align:center;
	font-size:1.2vw;
	font-family: "Sawarabi Mincho", serif;
	padding-top: 5vw;
	}
	 
	h2{
	color: #606060;
	font-size:3vw;
	padding-bottom:0.4vw;
	background: linear-gradient(90deg, #FFF1EB, #ace0f9, #FFF1EB);
	font-family: "Sawarabi Mincho", serif;
	line-height: 0.5;/*行の高さ調整*/
	margin: 0;
	}
	h2 span{
		display: block;
		background: #fff;
		padding-bottom:1vw;
	}

	.INTERVIEWtitle p{
	color: #606060;
	font-size:1.6vw;
	}
	section {
	background:-webkit-gradient(linear, left top, left bottom, from(#ace0f9), to(#fff1eb));
	}





/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}



/*TOPのボタン設定*/
.button {
  background: transparent;
  border-style: none; 
	display: inline-block;
	padding: 0.2em 0.5em;
	margin: 0 0 1em;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	width:21vw;
  height: auto;
}

/*ボタンクリック時の反応*/
/*アイコン画像*/
.button:active{
    background: #606060;
    border-radius:2.2vw;
}

/*モーダルボタンから出る画像の設定*/
.table1 img{
  width : 20vw;
  height : auto;
  margin-top: 3%;
  margin-right:auto;
  margin-left:auto;
}
/*タイムスケジュール画像（HTMLで画像指定する場合）*/
/*.honbun img{
  width : 70vw;
  height : auto;
  margin-top: 3%;
  margin-right:auto;
  margin-left:auto;
}*/

/*タイムスケジュール画像（CSSで画像指定する場合）
#time-schedule1{
content:  url(../pic2024/image/n24_タイムスケジュール_1.png);
width: 90%;
margin: auto;
}
#time-schedule2{
content:  url(../pic2024/image/n24_タイムスケジュール_2.png);
width: 90%;
margin: auto;
}
#time-schedule3{
content:  url(../pic2024/image/n24_タイムスケジュール_3.png);
width: 90%;
margin: auto;
}
#time-schedule4{
content:  url(../pic2024/image/n24_タイムスケジュール_4.png);
width: 90%;
margin: auto;
}*/


/*カーソルを合わせた時の変化*/
.button:hover {
	transform: translateY(-1.5em);
}

/*モーダルクラスの設定*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal1{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}


.modal2{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}


.modal3{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}


.modal-content {
  background-color: #f4f4f4;
  margin-left:auto;
  margin-right:auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

.modal-content1 {
  background-color: #f4f4f4;
  margin-left:auto;
  margin-right:auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen1;
  animation-duration: 1s;
}

.modal-content2 {
  background-color: #f4f4f4;
  margin-left:auto;
  margin-right:auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen2;
  animation-duration: 1s;
}

.modal-content3 {
  background-color: transparent;
  margin-left:auto;
  margin-right:auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen2;
  animation-duration: 1s;
}

/*出てくるときのアニメ*/
@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes modalopen1{
  from {opacity: 0}
  to {opacity: 1}
}
@keyframes modalopen2{
  from {opacity: 0}
  to {opacity: 1}
}
@keyframes modalopen3{
  from {opacity: 0}
  to {opacity: 1}
}


.modal-header {
  height:0;
  margin-top:50px;
}

.modal-header1 {
  height:0;
  margin-top:50px;
}

.modal-header2 {
  height:0;
  margin-top:50px;
}

.modal-header3 {
  height:0;
  margin-top:50px;
    margin-left:auto;
  margin-right:auto;
}



/*モーダルウィンドウを閉じるボタンにカーソルを乗せたとき*/
.modalClose:hover {
  cursor: pointer;
  background: #fff;
  color: #606060;
}

.modalClose1:hover {
  cursor: pointer;
  background: #fff;
  color: #606060;
}

.modalClose2:hover {
  cursor: pointer;
  background: #fff;
  color: #606060;
  
}

.modalClose3:hover {
  cursor: pointer;
  background: #fff;
  color: #606060;
}


/*Q&A*/
.honbun{
font-size: 1.1em;
text-align:left;
width:4vw;
font-family: "Sawarabi Mincho", serif;
}

.honbun p{
padding-right:3vw;
padding-left:3vw;
padding-top: 1vw;
}

/*文字に下線*/
.underline{
 border-bottom: 0.6vw double #87CEFA;
 line-height:2em;
 font-weight:bold;
}

.honbunbrock{
background-color: #fff;
background-size:120%;
color: #606060;
margin-left:12vw;
margin-right:12vw;
}

/*表*/
.table1{
 padding-top: 5vw;
 padding-left: 2vw;
 font-family: "Sawarabi Mincho", serif;
 display: flex;
}

.hito p{
 font-size: 2.2em;
 text-align:left;
 margin-top:0px;
 margin-bottom:0px;
}

.setumei{
 font-size: 1.5em;
 text-align:center;
 font-family: "Sawarabi Mincho", serif;
 margin-left:5vw;
 margin-right:5vw;
}

.setumei span{
 background: linear-gradient(to right, #fff1eb 0%, #ace0f9 100%);
}

.chushaku{
 font-size: 0.7em;
 text-align:left;
 margin:0px;
 text-indent: -1em;
 padding-left: 1em;
}

.hito span{
 background: linear-gradient(to right, #fff1eb 0%, #ace0f9 100%);
 padding-left: 0.5em;
}

.hito{
 font-size: 1.4em;
 text-align:left;
 padding-left: 2vw;
 font-weight:bold;
}

/*小見出し*/
.box1{
border:0.3vw solid #606060;
box-shadow: 0.8vw 0.8vw 0.1vw #EEC8C8;
padding:1.6vw;margin:2vw;"
width: 80%
hight: auto;
font-weight:bold;
font-size: 1.4em;
text-align:center;
    border-radius:1.2vw;
}

/*Q&AのA*/
.box2{
    margin:2% auto;
    margin-left: 3vw;
    margin-right: 3vw;
    padding:2.2vw;
    border:0.5vw solid #EEC8C8;
    border-radius:1.2vw;
}

/*別ページに飛ぶボタン*/
.goto{
 width:25vw;
 height:auto;
 padding: 2em 2em;
 transition-duration: .3s;
}
.goto:hover {
  transform: scale(1.1);
}
.goto:active{
    transform: translate(0.5vw, 0.5vw);
}


/*タイムライン*/
.schedule {
    position: relative;
    font-size: 1.5vw;
    padding-left: 4vw;
    padding-bottom: 4vw;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 7.1em;
    width: 0.6vw;
    height: 100%;
    background-color: #D88282;
    content: "";
    margin-left: 2em;
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 5vw;
    background-color: #D88282;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #D88282;
    content: "";
}
.schedule_time::after {
	position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #D88282;
    content: "";
}

.schedule_content_title {
    background-color: #fff1eb;
    border-radius: 4vw;
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
    padding: 1% 3.5%;
    border: dotted 0.1em #606060;/*線*/
    font-weight: bold;
}
.schedule_content_title span{
    font-size: 0.85em;
	padding:1.4%;
	padding-left: 0.2em; 
	text-align: left;
}

.schedule_content {
    margin: 0px 3em 0px 3.5em;
    width: calc(100% - 10em);
}
.schedule_content p {
    margin-top: 0;
    margin-bottom: 0;
}

    /*上まで飛ぶやつ*/
    /*========= ページトップのためのCSS ===============*/
    /*リンクを右下に固定*/
    #page-top {
        position: fixed;
        right: 10px;
        bottom: 30px;
        z-index: 2;
        /*はじめは非表示*/
        opacity: 0;
        transform: translateY(100px);
    }

    #page-top img{
        width:8vw;
        height:auto;
    }

    /*　上に上がる動き　*/
    #page-top.UpMove {
        animation: UpAnime 0.5s forwards;
    }

    @keyframes UpAnime {
        from {
            opacity: 0;
            transform: translateY(150px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /*　下に下がる動き　*/
    #page-top.DownMove {
        animation: DownAnime 0.3s forwards;
    }

    @keyframes DownAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 1;
            transform: translateY(150px);
        }
    }

    /*画像の切り替えと動き*/
    #page-top a {
        /*aタグの形状*/
        display: block;
        width: 100px;
        height: 100px;
        color: #333;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 0.6rem;
        /*背景画像の指定*/
        background: url("../img/pagetop_1.png") no-repeat center;
        background-size: contain;
    }

    #page-top.floatAnime a {
        width: 100px;
        height: 130px;
        /*背景画像の指定*/
        background: url("../img/pagetop_2.png") no-repeat center;
        background-size: contain;
        /*アニメーションの指定*/
        animation: floatAnime 2s linear infinite;
        opacity: 0;
    }

    @keyframes floatAnime {
        0% {
            transform: translateX(0);
            opacity: 0;
        }

        25% {
            transform: translateX(-6px);
            opacity: 1;
        }

        50% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(6px);
            opacity: 1;
        }
    }

    /*Page Topと書かれたテキストの位置*/
    #page-top span {
        position: absolute;
        bottom: -20px;
        right: 20px;
        color: #666;
    }

    

    /*検証のためのCSS*/
    section {
        padding: 500px 0;
    }

}


/*スマホ用*/
@media screen and (max-width:760px) {

	/*----------------------------------------------------------------ここから---------------------------------------------------------*/

    .fresh {
        display: none;

    }

    .display {
        display: flex
    }

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100%;
        /*ナビの高さ*/
        background: #1ec6f0;
        /*動き*/
        transition: all 0.6s;
        font-family: "Sawarabi Mincho", serif;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        right: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        text-align: center;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0;
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
        font-family: 'Sawarabi Mincho';
        font-size: 5vw;
    }

    #g-nav li a {
        color: #606060;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .button04 {
        background-color: white;
        font-size: 4vw;
        width: auto;
        height: auto;
        border-radius: 8px;
    }


    .button05 {
        background-color: black;
        color: yellow;
        font-size: 4vw;
        width: auto;
        height: auto;
        border-radius: 8px;
    }

    .button04 a {
        text-decoration: none;
        color: black;
    }

    .button05 a {
        text-decoration: none;
        color: yellow;
    }

    .logo {

        display: none;
    }

    footer {
        margin-top: 2vw;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    footer p {
        font-size: 2vw;
        font-family: "Sawarabi Mincho", serif;
        margin: 0;
    }

    .rogo {
        width: 10%;
        height: auto;
    }
    
    /*----------------------------------------------------------------ここまで---------------------------------------------------------*/

/*見出し*/
.titlezone {
    padding-bottom: 0.25vw;
}

.INTERVIEWtitle {
    color: #606060;
    text-align: center;
    font-size: 1.2vw;
    font-family: "Sawarabi Mincho", serif;
    margin-top: 15vw;
}

h2 {
    color: #606060;
    font-size: 6vw;
    padding-bottom: 1vw;
    background: linear-gradient(90deg, #FFF1EB, #ace0f9, #FFF1EB);/*これが線の正体*/
    font-family: "Sawarabi Mincho", serif;
    line-height: 1;/*行の高さ調整*/
    margin: 0;
}

h2 span {
    display: block;
    background: #fff;
    padding-bottom: 1vw;
}

.INTERVIEWtitle p {
    color: #606060;
    font-size: 4vw;
}


/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
    display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 20px 0;
}

/*こっからなんか入れます*/
body {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  padding-top: 3vw;
  color: #606060;
  margin-top: 0px;
}
main {
    text-align: center;
}

/*TOPのボタン設定*/
.button {
    background: transparent;
    border-style: none;
    display: inline-block;
    padding: 0.2em 0.5em;
    margin: 0 0 1em;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    width: 80%;
    height: auto;
}

/*ボタンクリック時の反応*/
/*アイコン画像*/
.button:active {
    background: #606060;
    border-radius: 2.2vw;
}


/*モーダルボタンから出る画像の設定*/
/*アイコン画像*/
.table1 img {
    width: 15em;
    height: auto;
    margin-top: 3%;
    margin-right: auto;
    margin-left: auto;
}

/*タイムスケジュール画像
.honbun img {
    width: 70vw;
    height: auto;
    margin-top: 3%;
    margin-right: auto;
    margin-left: auto;
}*/

/*カーソルを合わせた時の変化*/
.button:hover {
    transform: translateY(-1.5em);
}

/*モーダルクラスの設定*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}


.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}


.modal3 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #f4f4f4;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s;
}

.modal-content1 {
    background-color: #f4f4f4;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen1;
    animation-duration: 1s;
}

.modal-content2 {
    background-color: #f4f4f4;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen2;
    animation-duration: 1s;
}

.modal-content3 {
    background-color: #f4f4f4;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    width: 45%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen3;
    animation-duration: 1s;
}


@keyframes modalopen {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modalopen1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modalopen2 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modalopen3 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.modal-header {
    height: 0;
    margin-top: 50px;
}

.modal-header1 {
    height: 0;
    margin-top: 50px;
}

.modal-header2 {
    height: 0;
    margin-top: 50px;
}

.modal-header3 {
    height: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}



/*閉じるボタン*/
.modalClose {
    font-size: 1em;
    cursor: pointer;
    background-color: #606060;
    color: #fff;
    border-radius: 2em;
}

.modalClose1 {
    font-size: 1em;
    cursor: pointer;
    background-color: #606060;
    color: #fff;
    border-radius: 2em;
}

.modalClose2 {
    font-size: 1em;
    cursor: pointer;
    background-color: #606060;
    color: #fff;
    border-radius: 2em;
}

.modalClose3 {
    font-size: 1em;
    cursor: pointer;
    background-color: #606060;
    color: #fff;
    border-radius: 2em;
}

/*モーダルウィンドウを閉じるボタンにカーソルを乗せたとき*/
.modalClose:hover {
    cursor: pointer;
    background: #fff;
    color: #606060;
}

.modalClose1:hover {
    cursor: pointer;
    background: #fff;
    color: #606060;
}

.modalClose2:hover {
    cursor: pointer;
    background: #fff;
    color: #606060;

}

.modalClose3:hover {
    cursor: pointer;
    background: #fff;
    color: #606060;
}




/*Q&A*/
.honbun{
font-size: 1em;
text-align:left;
width:4vw;
font-family: "Sawarabi Mincho", serif;
}

.honbun p{
padding-right:3vw;
padding-left:3vw;
padding-top: 1vw;
}

/*文字に下線*/
.underline{
 border-bottom: 0.6vw double #87CEFA;
 font-weight:bold;
}

.honbunbrock{
background-color: #fff;
background-size:120%;
color: #606060;

}

/*表*/
.table1{
 padding-top: 5vw;
 padding-left: 2vw;
 font-family: "Sawarabi Mincho", serif;
}

.hito p{
 font-size: 2em;
 margin-top:0px;
 margin-bottom:0px;
}

.setumei{
 font-size: 1.05em;
 text-align:center;
 font-family: "Sawarabi Mincho", serif;
 margin-left:5vw;
 margin-right:5vw;

}

.setumei span{
 background: linear-gradient(to right, #fff1eb 0%, #ace0f9 100%);
}

.chushaku{
 font-size: 0.5em;
 text-align:left;
 margin:0px;
 text-indent: -1em;
 padding-left: 1em;
}


.hito{
 font-size: 0.85em;
 text-align:center;
 padding-left: 2vw;
 font-weight:bold;
}

.hito span{
 background: linear-gradient(to right, #fff1eb 0%, #ace0f9 100%);
 padding-left: 0.5em;
}

/*小見出し*/
.box1{
border:0.3vw solid #606060;
box-shadow: 0.8vw 0.8vw 0.1vw #EEC8C8;
padding:1.6vw;margin:2vw;"
width: 80%
hight: auto;
font-weight:bold;
font-size: 1.4em;
text-align:center;
    border-radius:1.2vw;
}

/*Q&AのA*/
.box2{
    margin:2% auto;
    margin-left: 3vw;
    margin-right: 3vw;
    padding:2.2vw;
    border:0.5vw solid #EEC8C8;
    border-radius:1.2vw;
}

/*別のページに飛ぶボタン*/
.goto{
 width:40vw;
 height:auto;
 padding: 0.2em 2em;
}
.goto:hover {
  transform: scale(1.1);
}
.goto:active{
    transform: translate(0.5vw, 0.5vw);
}


/*タイムライン*/
.schedule {
    position: relative;
    font-size: 3.5vw;
    padding-left: 5vw;
    padding-bottom: 5vw;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 5.95em;
    width: 0.6vw;
    height: 100%;
    background-color: #D88282;
    content: "";
    margin-left: 2em;
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6vw;
    background-color: #D88282;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #D88282;
    content: "";
}
.schedule_time::after {
	position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #D88282;
    content: "";
}

.schedule_content_title {
    background-color: #fff1eb;
    border-radius: 4vw;
    align-items: center;
    position: relative;
    height: auto;
    width: auto;
    padding: 1.2% 3%;
    border: dotted 0.1em #606060;/*線*/
    font-weight: bold;
}
.schedule_content_title span{
    font-size: 0.75em;
	text-align: left;
}

.schedule_content {
    margin: 0px 3em 0px 3.5em;
    width: calc(100% - 10em);
}
.schedule_content p {
    margin-top: 0;
    margin-bottom: 0;
}

    /*上まで飛ぶやつ*/
    /*========= ページトップのためのCSS ===============*/
    /*リンクを右下に固定*/
    #page-top {
        position: fixed;
        right: 10px;
        bottom: 30px;
        z-index: 2;
        /*はじめは非表示*/
        opacity: 0;
        transform: translateY(150px);
    }

    #page-top img{
        width:15vw;
        height:auto;
    }

    /*　上に上がる動き　*/
    #page-top.UpMove {
        animation: UpAnime 0.5s forwards;
    }

    @keyframes UpAnime {
        from {
            opacity: 0;
            transform: translateY(150px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /*　下に下がる動き　*/
    #page-top.DownMove {
        animation: DownAnime 0.3s forwards;
    }

    @keyframes DownAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 1;
            transform: translateY(150px);
        }
    }

    /*画像の切り替えと動き*/
    #page-top a {
        /*aタグの形状*/
        display: block;
        width: 100px;
        height: 100px;
        color: #333;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 0.6rem;
        /*背景画像の指定*/
        background: url("../img/pagetop_1.png") no-repeat center;
        background-size: contain;
    }

    #page-top.floatAnime a {
        width: 100px;
        height: 130px;
        /*背景画像の指定*/
        background: url("../img/pagetop_2.png") no-repeat center;
        background-size: contain;
        /*アニメーションの指定*/
        animation: floatAnime 2s linear infinite;
        opacity: 0;
    }

    @keyframes floatAnime {
        0% {
            transform: translateX(0);
            opacity: 0;
        }

        25% {
            transform: translateX(-6px);
            opacity: 1;
        }

        50% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(6px);
            opacity: 1;
        }
    }

    /*Page Topと書かれたテキストの位置*/
    #page-top span {
        position: absolute;
        bottom: -20px;
        right: 20px;
        color: #666;
    }

    /*検証のためのCSS*/
    section {
        padding: 500px 0;
    }

}
