@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.header-1,.header-2 {
    display: none;
}

.header-3 {
    width: 100%;
    position: fixed;
    z-index: 100;
    padding-bottom: 2%;
    background-color: darkblue;
}

.mail {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.mail-box {
    width: 20%;
    margin-top: 2%;
    margin-right: auto;
    padding: 1%;
    border-radius: 3%;
    background-color: deepskyblue;
    transition: 0.3s;
}
.mail-box:hover {
    transform: scale(0.96,0.96);
    transition: 0.2s;
    background-color: cyan;
}

.mail-box a {
    display: block;
    text-decoration: none;
}
.mail-box p {
    text-align: center;
    margin-top: 2%;
    color: white;
}

.mail-child {
    width: 30%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 5%;
}

.mail-child img {
    width: 100%;
    background-color: white;
}
h1 {
    width: 30%;
    padding-top: 4%;
    margin-left: auto;
    margin-right: 35%;
}
h1 img {
    width: 100%;
}

nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.tablet-box1,.tablet-box2,.tablet-box3 {
    display: flex;
    width: 100%;
    list-style: none; 
}

.tablet-box1 li,.tablet-box2 li,.tablet-box3 li {
    width: 44%;  
    margin-top: 2%; 
    margin-left: auto;
    margin-right: auto; 
    line-height: 1.5;
    font-size: 3.5vw;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
}
.tablet-box1 li:hover,.tablet-box2 li:hover,.tablet-box3 li:hover {
    transform: scale(1.1,1.1);
    transition: 0.3s;
    box-shadow: 3px 3px 0 0 cyan;
    background-color: gray;
}

.tablet-box1 li a,.tablet-box2 li a,.tablet-box3 li a {
    text-decoration: none;
    letter-spacing: 0.2em;
    color: white;
}

/* main */
main{
    width: 100%;
    height: 130vw; 
    background-color: whitesmoke; 
}   
.main-visual {
    width: 100%;
    position: relative;
    
}
.main-photo1 {
    position: absolute;
    top: 50vw;
    left: 0;
    width: 80%;   
}
.main-photo1 img {
    width: 100%;
    height: 45vw;
    vertical-align: bottom;
}
.main-photo2 {
    position: absolute;
    top: 45vw;
    left: 8%;
    width: 20%;  
}
.main-photo2 img {
    width: 100%;
    vertical-align: bottom;
}
.main-photo3 {
    position: absolute;
    top: 90vw;
    left: 5%;
    width: 30%;
    z-index: 1;
}
.main-photo3 img {
    width: 100%;
    vertical-align: bottom;
}
.main-photo4 {
    position: absolute;
    top: 85vw;
    left: 20%;
    width: 80%;   
}
.main-photo4 img {
    width: 100%;
    height: 45vw;
    vertical-align: bottom;
}
.main-photo5 { 
    position: absolute;
    top: 45vw;
    left: 64%;
    width: 30%;
}
.main-photo5 img {
    width: 100%;
    vertical-align: bottom;
}
.main-photo6 {
    position: absolute;
    top: 98vw;
    left: 67%;
    width: 26%;
}
.main-photo6 img {
    width: 100%;
    vertical-align: bottom;
}
.main-photo7 {
    position: absolute;
    top: 60vw;
    left: 15%;
    width: 70%;
}
.main-photo7 img {
    width: 100%;
    vertical-align: bottom;
}
.main-photo8 {
    position: absolute;
    top: 100vw;
    left: 35%;
    width: 30%;
}
.main-photo8 img {
    width: 100%;
    vertical-align: bottom;
}

/* section1 */
.section1 {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../images/imgi_30_s-2285x1200_v-frms_webp_e88e49d0-aba7-418c-8e76-99749c2f35cd_middle.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%; 
}
.section1-box {
    display: flex;
}
.section1 h2 {
    width: 80%;
    margin-left: 5%;
    margin-bottom: 2%;
    font-size: 10vw;
    font-weight: 800;
    letter-spacing: 0.1em; 
    color: darkturquoise; 
    text-shadow: 2px 2px 3px whitesmoke;
}

.section1-box p:nth-of-type(1) {
    width: 60%;
    margin-left: 10%;
    margin-bottom: 5%;
    line-height: 1.7;
    font-size: 3.2vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: whitesmoke;
    text-shadow: 1px 1px 3px darkcyan;
}

.section1-box p:nth-of-type(2) {
    display: flex;
    width: 24%;
    margin-left: 4%;
    margin-bottom: 10%;
    align-items: center;
    justify-content: center;
}
.section1-box p:nth-of-type(2) a {
    display: block;
    padding: 20%;
    text-indent: 1em;
    text-shadow: 1px 1px 3px darkblue;
    box-shadow: 2px 2px 0 0 darkcyan;
    text-decoration: none;
    border-radius: 50%;
    border: 3px solid whitesmoke;
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    background-color: darkturquoise;
    color: whitesmoke;  
    transition: 0.3s; 
}
.section1-box p:nth-of-type(2) a:hover {
    transform: scale(0.97,0.97);
    transition: 0.2s;
    text-shadow: 0 0 0 darkblue;
    box-shadow: 0 0 0 0 darkcyan;
}
/* section202 */
.section202 {
    display: none;
}
/* section2 */
.section2 {
    width: 100%;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: whitesmoke;
}

.section2-box1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} 
.section2-box1 h3 {
    font-size: 3vw;
    line-height: 2; 
    color: darkblue;
}
.section2-box1 p:nth-of-type(1) {
    font-size: 5vw;
    font-weight: 600;
    color: darkturquoise;
}
.section2-box1 p:nth-of-type(2) {
    width: 86%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    line-height: 1.6;
    font-size: 3.5vw;
}
.section2-box1 p:nth-of-type(3) a {
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    text-decoration: none;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 10px 10px;
    border: 4px solid darkorange;
    text-shadow: 2px 2px 2px darkgray;
    box-shadow: 2px 2px 0 0 darkgray;
    background-color: white;
    color: darkorange;
    transition: 0.3s;
}
.section2-box1 p:nth-of-type(3) a:hover {
    transform: scale(0.97,0.97);
    transition: 0.2s;
    text-shadow: 0 0 0 darkgray;
    box-shadow: 0 0 0 0 darkgray;
}
.section2-box2 {
    width: 80%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    
} 
.section2-box2 img {
    width: 100%;
    vertical-align: bottom;
}

/* figure */

.section3 {
    width: 100%;;
    padding-top: 5%;
    padding-bottom: 5%;
}
.section3-box1 {
    width: 25%;
    margin-left: 5%;
    margin-bottom: 3%;
}
.section3-box1 h3 {
    font-size: 3vw;
    line-height: 2;
    color: darkblue;
}
.section3-box1 p {
    font-size: 6vw;  
    font-weight: 800; 
    letter-spacing: 0.1em;
    color: darkturquoise; 
}

.section3-box2 {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.box2-child:nth-of-type(2) {
    display: none;
}

.box2-child {
    width: 80%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
.figure {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding: 4%;
    background-color: whitesmoke;
    transition: 0.3s;
}
.figure:hover {
    transform: scale(1.03,1.03);
    transition: 0.2s;
    opacity: 0.5;
}
.figure a {
    display: block;
    text-decoration: none;
    font-size: 1.2vw;
    color: #404040;   
}
.figure a img {
    width: 100%;
    vertical-align: bottom;
}
figcaption {
    width: 90%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 3%; 
}
figcaption h4 {   
    font-size: 3vw;
}
figcaption p {
    margin-top: 2%;
    font-size: 4vw;
}


.section3-box3 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}
.section3-box3 p a {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    line-height: 2;
    text-decoration: none;
    text-align: center;
    text-shadow: 2px 2px 2px darkgray;
    box-shadow: 2px 2px 0 0 darkgray;
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 10px 10px;
    border: 4px solid darkorange;
    background-color: whitesmoke;
    color: darkorange;
    transition: 0.3s;
}
.section3-box3 p a:hover {
    transform: scale(0.97,0.97);
    transition: 0.2s;
    text-shadow: 0 0 0 darkgray;
    box-shadow: 0 0 0 0 darkgray;
}



/* footer */
.footer-001,.footer-002 {
    display: none;
}
.footer-003 {
    width: 100%;
    background-color: #404040;
}
.footer-box1 {
    display: flex;
    width: 90%;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
}
.rogo {
    width: 30%;
}
.rogo h2 img {
    width: 100%;
    vertical-align: bottom;
    transition: 0.5s;
}

.icon {
    display: flex;
    width: 30%;
    margin-left: auto;
    margin-right: 5%;
}
.icon i {
    display: block;
    margin-left: auto;
    text-align: right;
    font-size: 7vw;
    color: white;
    transition: 0.3s;  
}
.icon i:hover {
    transform: scale(1.2,1.2);
    transition: 0.2s;
}
.footer-child1 {
    width: 90%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
}
.footer-child1 h3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.footer-child1 h3 a {
    display: block;
    list-style: none;
    text-align: center;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    line-height: 2;
    color: white;
    text-decoration: none;
    transition: 0.5s;
}
.footer-child1 h3 a:hover {
    transition: 0.5s;
    color: gray;
    background-color: whitesmoke;
}
.footer-child2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.footer-child2 p {
    text-align: center;
    
}
.footer-child2 p a {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1%;
    padding-right: 1%;
    line-height: 1.7;
    list-style: none;
    text-decoration: none;
    font-size: 3vw;
    color: white; 
    transition: 0.5s;
}
.footer-child2 p a:hover {
    transition: 0.5s;
    color: gray;
    background-color: whitesmoke;
}
.footer-child3 {
    display: flex;
    width: 70%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
}
.footer-child3 h3 {
    width: 45%;
    margin-left: 3%;
    text-align: center;     
}

.footer-child3 h3 a {
    display: block;
    line-height: 2;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: white;
    transition: 0.5s;
}
.footer-child3 h3 a:hover {
    transition: 0.5s;
    color: gray;
    background-color: whitesmoke;
}
.footer-child4 {
    width: 90%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
}
.footer-nav1,.footer-nav2 {
    display: flex;
    width: 100%;
}
.footer-nav1 li,.footer-nav2 li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
.footer-nav1 li a,.footer-nav2 li a {
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-size: 4.2vw;
    color: white;
}
.footer-nav1 li a:hover,.footer-nav2 li a:hover {
    transition: 0.5s;
    color: gray;
    background-color: whitesmoke;
}
.coppy {
    padding: 1%;
    text-align: center; 
}
.coppy p small a{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    text-decoration: none;
    font-size: 3vw;
    color: white;
    transition: 0.5s;
}
.coppy p small a:hover {
    transition: 0.5s;
    color: gray;
    background-color: whitesmoke;
}

