@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    margin-left: auto;
    margin-right: auto;
}

main {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

header {
    width: 75%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
}

.header-logobox {
    transition: 1s;
}

.header-logobox:hover {
    transform: rotateY(360deg);
    transition-timing-function: ease-in-out;
    background-color: #cbce7f4d;
}
/* ロゴ部分 */

nav {
    width: 50%;
    margin-left: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

nav ul {
    display: flex;
    list-style-type: none;
}

nav ul li {
    width: 25%;
}

nav ul li:nth-of-type(4) {
    border-right: 1px solid #1C1C1C;
}

nav ul li a {
    color: #1C1C1C;
    display: block;
    line-height: 3;
    text-align: center;
    text-decoration: none;
    font-size: 1.3vw;
    transition: 1s;
    border-left: 1px solid #1C1C1C;
}

nav ul li a:hover {
    color: #CCB576;
    transition: 1s;
    padding: 10%;
}
/* ここまでヘッダー */
body i {
    font-size: 2vw;
    margin-right: 1%;
}
/* フォントオーサム */

.body-cookie {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 3%;
    transition: 1s;
}

.body-cookie:hover {
    transform: perspective(400px)        
     translateZ(40px);
     transition: 1s;
}

.circle {
    font-weight: 900;
    text-align: center;
    font-size: 2vw;
    margin-bottom: 5%;
    color: #1C1C1C;
}

.square-box {
    display: flex;
    width: 98%;
    margin-bottom: 4%;
}

.square-child-box1 {
    width: 22%;
}

.square-child-box1:hover {
    transform: rotate(360deg);
}

.square-child-box2 {
    width: 22%;
    margin-left: 4%;
    margin-right: 4%;
}

.square-child-box3 {
    width: 22%;
    margin-right: 4%;
}

.square-child-box4 {
    width: 22%;
}

h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7vw;
  border-left: 4px solid rgb(174, 193, 197);
  padding-left: 2%;
  margin-bottom: 4%;
}

h3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #a2a2a2;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1vw;
    width: fit-content;
    margin-top: 3%;
    padding: 1%;
    color: #fff;
}

.release {
    background-color: #54ABBD;
}

.news {
    background-color: #755E43;
}

.event {
    background-color: #45813A;
}

/* ここまでスクエア四つ写真 */

.news-box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 4%;
}

p {
    white-space: pre-wrap;
    font-size: 0.8vw;
    color: #1C1C1C;
}

.news-child-box1 {
    margin-right: 3%;
}

.news-child-box2 {
    margin-right: 3%;
}

.news-child-box3 {
    margin-right: 3%;
}

.news-child-box4 {
    margin-right: 3%;
}
/* ニュース一段目終わり */

.news-box2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 4%;
}

.news-child-box6 {
    margin-right: 3%;
}

.news-child-box7 {
    margin-right: 3%;
}

.news-child-box8 {
    margin-right: 3%;
}

.news-child-box9 {
    margin-right: 3%;
}
/* ここまでニュース部分 */

section:nth-of-type(3) {
    margin-bottom: 6%;
}

.picup-parent-box {
    width: 100%;
}

section:nth-of-type(3) img {
    width: 100%;
}

.picup-box {
    display: flex;
    margin-bottom: 2%;
}

.picup-box2 {
    display: flex;
    margin-bottom: 2%;
}

.picup-box3 {
    display: flex;
}

.picup-child-box1 {
    width: calc(100% / 3);
}

.picup-child-box2 {
    width: calc(100% / 3);
    margin-left: 3%;
    margin-right: 3%;
}

.picup-child-box3 {
    width: calc(100% / 3);
}

.picup-child-box4 {
    width: calc(100% / 3);
}

.picup-child-box5 {
    width: calc(100% / 3);
    margin-left: 2%;
    margin-right: 2%;
}

.picup-child-box6 {
    width: calc(100% / 3);
}

.picup-child-box7 {
    width: calc(100% / 3);
}

.picup-child-box8 {
    width: calc(100% / 3);
    margin-left: 2%;
    margin-right: 2%;
}

.picup-child-box9 {
    width: calc(100% / 3);
}

.back-image {
    background-image: url(../image/desk_coffee.jpg);
    background-size: cover;
    height: 20vw;
    margin-top: 10%;
    margin-bottom: 10%;
}

.info {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1vw;
}

section:nth-of-type(4) img {
    width: 100%;
}

.info-parent-box {
    display: flex;
}

.info-child-box1 {
    width: calc(100% / 3);
}

.info-child-box2 {
    width: calc(100% / 3);
    margin-left: 2%;
    margin-right: 2%;
}

.info-child-box3 {
    width: calc(100% / 3);
}

.info-parent-box2 {
    display: flex;
    margin-top: 5%;
    margin-bottom: 5%;
}

.info-child-box4 {
    width: calc(100% / 3);
}

.info-child-box5 {
    width: calc(100% / 3);
    margin-left: 2%;
    margin-right: 2%;
}

.info-child-box6 {
    width: calc(100% / 3);
}

.school {
    display: flex;
}

.school-child1 {
    margin-right: 3%;
}

.yokonaga {
    margin-left: 15%;
}

footer {
    background-color: #D0D0D0;
}

.footer-container {
    display: flex;
    width: 75%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    background-color: #D0D0D0;
}

footer ul {
    width: 100%;
    list-style-type: none;
    margin-bottom: 6%;
    padding-top: 10%;
    padding-bottom: 10%;
}

footer ul li {
    width: 15%;
    line-height: 2.0;
    margin-right: 10%;
}

footer ul li a {
    color: #1C1C1C;
    text-decoration: none;
    font-size: 1.2vw;
}

.copy {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    font-size: 1vw;
    background-color: #727171;
    color: #fff;
}


