@charset "UTF-8";

/* mv -------------------------------------- */
article#mv {
	padding: 25px 0;
}
section#mv-1 {
	margin: 0 auto;
	width: 90%;
	position: relative;
}
article#mv #mv-1>div {
	width: 750px;
    margin: 0 auto;
    position: relative;
}
article#mv #mv-1 div.flex {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
article#mv #mv-1>div h2 {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 10;
}
article#mv #mv-1>div h2 img {
    width: 400px;
}
article#mv #mv-1 div.transform {
    width: 600px;
    height: 600px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.rolling {
    animation:30s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    article#mv {
        padding: 60px 0 25px;
    }
    article#mv #mv-1>div {
        width: 700px;
    }
}    
@media screen and (max-width: 765px){
    article#mv {
        height: 500px;
        padding: 120px 0 0;
    }
    article#mv #mv-1>div {
        width: 250px;
    }
    article#mv #mv-1>div h2 img {
        width: 200px;
    }

    article#mv #mv-1 div.transform {
        width: 280px;
        height: 280px;
    }
}
@media screen and (max-width: 499px){

}


/* section1 -------------------------------------- */
article#section1 {
	padding: 0 0 100px;
}
#section1 #s1-1 {
}
#section1 #s1-1 div.blue-bg {
	background: #5FA9F4;
    padding: 100px 50px;
    margin: 50px auto;
}
#section1 #s1-1 div.blue-bg h2 {
	font-size: 45px;
    font-weight: bold;
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 50px;
}
#section1 #s1-1 div.blue-bg p {
	text-align: left;
    font-size: 1.6rem;
    line-height: 2.5em;
    color: #ffffff !important;
    display: inline-block;
    text-align: justify;
    text-justify: inter-ideograph;
}
img.people {
    width: 100%;
    margin-bottom: -75px;
    display: block;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1024px){
    #section1 #s1-1 div.blue-bg p br.pc {
        display: none !important;
    }
}
@media screen and (max-width: 765px){
    #section1 #s1-1 div.blue-bg {
        padding: 30px 20px;
        margin: 25px auto;
    }
    #section1 #s1-1 div.blue-bg p {
        font-size: 1.4rem;
        line-height: 2em;
    }
}
@media screen and (max-width: 499px){
	
}


/* section2 -------------------------------------- */
article#section2 {
    padding: 75px 0;
    position: relative;
    z-index: 1;
}
article#section2 #s2-1 {
    margin: 50px auto;
}
article#section2 #s2-1 #map {
	min-width: 1024px;
    margin: 0 auto;
    border-left: 5px solid #fff;
    padding-left: 20px;
}
article#section2 #s2-1 #map>div {
	height: 120px;
    background: url(../img/map-logo.png) left center no-repeat;
    display: flex;
    align-items: center;
}
article#section2 #s2-1 #map>div h2 {
	font-size: 3rem;
    font-weight: bold;
    margin-top: 15px;
}
article#section2 #s2-1 #map>p {
    font-size: 1.6rem;
    line-height: 2em;
}
article#section2 #s2-1 #map>a {
    position: absolute;
    width: 200px;
    height: 200px;
    display: block;
}
article#section2 #s2-1 #map>a img {
    display: block;
}

article#section2 #s2-1 #map>a.fuk {
    top: -50px;
    right: 162px;
}
article#section2 #s2-1 #map>a.sag {
    top: 0px;
    right: 265px;
}
article#section2 #s2-1 #map>a.nag {
    top: 140px;
    right: 360px;
}
article#section2 #s2-1 #map>a.oit {
    top: 70px;
    right: 30px;
}
article#section2 #s2-1 #map>a.kum {
    top: 170px;
    right: 160px;
}
article#section2 #s2-1 #map>a.miy {
    top: 320px;
    right: 20px;
}
article#section2 #s2-1 #map>a.kag {
    top: 405px;
    right: 200px;
}
article#section2 #s2-1 #map>a.oki {
    top: 360px;
    right: 710px;
}

article#section2 #s2-1 #map>a:hover {
    opacity: 1;
    transform-origin: 50% 50%;
    animation-name: big;
    animation-duration: 1s;
}
@keyframes big{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
}

article#section2 #s2-1 #map>img {
    margin-top: -150px;
    width: 900px;
    margin-left: auto;
    display: block;
}


@media screen and (max-width: 1024px){
    article#section2 #s2-1 #map {
        min-width: unset;
    }
    article#section2 #s2-1 #map>img {
        width: 700px;
        margin-top: -80px;
    }
    article#section2 #s2-1 #map>a.fuk {
        top: 0px;
        right: 100px;
    }
    article#section2 #s2-1 #map>a.sag {
        top: 40px;
        right: 200px;
    }
    article#section2 #s2-1 #map>a.nag {
        top: 165px;
        right: 261px;
    }
    article#section2 #s2-1 #map>a.oit {
        top: 80px;
        right: 12px;
    }
    article#section2 #s2-1 #map>a.kum {
        top: 180px;
        right: 115px;
    }
    article#section2 #s2-1 #map>a.miy {
        top: 300px;
        right: 10px;
    }
    article#section2 #s2-1 #map>a.kag {
        top: 355px;
        right: 140px;
    }
    article#section2 #s2-1 #map>a.oki {
        top: 340px;
        right: 530px;
    }
}
@media screen and (max-width: 768px){
    article#section2 #s2-1 #map>img {
        width: 630px;
    }
    article#section2 #s2-1 #map>a.fuk {
        top: 0px;
        right: 70px;
    }
    article#section2 #s2-1 #map>a.sag {
        top: 40px;
        right: 160px;
    }
    article#section2 #s2-1 #map>a.nag {
        top: 165px;
        right: 230px;
    }
    article#section2 #s2-1 #map>a.oit {
        top: 80px;
        right: 0px;
    }
    article#section2 #s2-1 #map>a.kum {
        top: 180px;
        right: 85px;
    }
    article#section2 #s2-1 #map>a.miy {
        top: 300px;
        right: 0px;
    }
    article#section2 #s2-1 #map>a.kag {
        top: 355px;
        right: 130px;
    }
    article#section2 #s2-1 #map>a.oki {
        top: 300px;
        right: 460px;
    }
}

@media screen and (max-width: 767px){
    article#section2 {
        padding: 75px 0 25px;
    }
    article#section2 #s2-1 #map {
        width: 100%;
        padding-left: 10px;
        border-left: 3px solid #fff;
    }
    article#section2 #s2-1 #map>div {
        height: 100px;
        background-size: contain;
    }
    article#section2 #s2-1 #map>div h2 {
        font-size: 1.8rem;
    }
    article#section2 #s2-1 #map>p {
        font-size: 1.2rem;
    }
    article#section2 #s2-1 #map>a {
        width: 90px;
        height: 90px;
    }
    article#section2 #s2-1 #map>img {
        width: 100%;
        margin-top: 40px;
    }
    article#section2 #s2-1 #map>a.fuk {
        top: 26%;
        right: 24%;
    }
    article#section2 #s2-1 #map>a.sag {
        top: 31%;
        right: 39%;
    }
    article#section2 #s2-1 #map>a.nag {
        top: 40%;
        right: 49%;
    }
    article#section2 #s2-1 #map>a.oit {
        top: 32%;
        right: 3%;
    }
    article#section2 #s2-1 #map>a.kum {
        top: 41%;
        right: 24%;
    }
    article#section2 #s2-1 #map>a.miy {
        top: 51%;
        right: 6%;
    }
    article#section2 #s2-1 #map>a.kag {
        top: 57%;
        right: 26%;
    }
    article#section2 #s2-1 #map>a.oki {
        top: 77%;
        right: 59%;
    }
}

/* section3 -------------------------------------- */
article#section3 {
	padding: 150px 0;
}
article#section3 h2, article#section4 h2,article#section5 h2 {
    height: 105px;
    background: url(../img/h2-bg.png) center center no-repeat;
    background-size: contain;
    margin: 0 auto 100px;
    text-align: center;
    line-height: 105px;
    font-size: 3rem;
    font-weight: bold;
}
article#section3 #s3-1 div.flex {
	margin: 0 auto;
    width: 100%;
}
article#section3 #s3-1 div.flex>img, article#section3 #s3-1 div.flex>div {
	width: 50%;
}
article#section3 #s3-1 div.flex>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
article#section3 #s3-1 div.flex>div>p {
	font-size: 16px;
    line-height: 2em;
    margin-right: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px){
    article#section3 #s3-1 div.flex {
        flex-direction: column;
    }
    article#section3 #s3-1 div.flex>img, article#section3 #s3-1 div.flex>div {
        width: 75%;
        margin: 0 auto;
    }
    article#section3 #s3-1 div.flex>div>p {
        font-size: 1.4rem;
        margin: 25px auto;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

@media screen and (max-width: 765px){
    article#section3 { 
        padding: 50px 0;
    }
    article#section3 h2, article#section4 h2,article#section5 h2 {
        width: 95%;
        background: url(../img/h2-bg-sp.png) center center no-repeat;
        background-size: contain;
        font-size: 2.2rem;
        margin: 0 auto 25px;
    }
    article#section3 #s3-1 div.flex>img, article#section3 #s3-1 div.flex>div {
        width: 100%;
    }
}

/* section4 -------------------------------------- */
article#section4 {
	padding: 150px 0;
}

@media screen and (max-width: 1024px){
    article#section4 {
        padding: 0 0 150px;
    }
}

@media screen and (max-width: 765px){
    article#section4 {
        padding: 50px 0;
    }
}

/* section5 -------------------------------------- */
article#section5 {
	padding: 150px 0;
}
article#section5 #s5-1 p {
	font-size: 1.6rem;
    text-align: center;
    line-height: 3em;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 765px){
    article#section5 {
        padding: 50px 0;
    }
    article#section5 #s5-1 p {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 2.5em;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

/* sectionC (contact) -------------------------------------- */
article#sectionC {
    padding: 150px 0;
}
article#sectionC h3 {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 50px;
}
article#sectionC #sc-1>div {
    width: 850px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 100px;
    border: 5px solid #000;
}
article#sectionC #sc-1>div>p:nth-of-type(1) {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 50px;
}
article#sectionC #sc-1>div>p:nth-of-type(2) {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 25px;
}
article#sectionC #sc-1>div>p:nth-of-type(3) {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2em;
}
article#sectionC #sc-1>div>div {
    margin-bottom: 25px;
}
article#sectionC #sc-1>div>div img {
    margin: 0 auto;
    width: 490px;
    display: block;
}
.safari article#sectionC #sc-1>div>div img, .win article#sectionC #sc-1>div>div img {
    margin: 0 auto;
    width: 470px;
}

article#sectionC #sc-1>div>div a {
    font-size: 7.7rem;
    font-weight: bold;
}

@media screen and (max-width: 1024px){
    article#sectionC {
        padding: 0 0 150px;
    }
    article#sectionC #sc-1>div {
        width: 100%;
        padding: 50px 25px;
    }
}
 
@media screen and (max-width: 765px){
    article#sectionC {
        padding: 50px 0;
    }
    article#sectionC h3 {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }
    article#sectionC #sc-1>div {
        padding: 20px;
    }
    article#sectionC #sc-1>div>p:nth-of-type(1) {
        font-size: 1.4rem;
        line-height: 2em;
        margin-bottom: 25px;
    }
    article#sectionC #sc-1>div>p:nth-of-type(2) {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }
    article#sectionC #sc-1>div>p:nth-of-type(3) {
        font-size: 1.2rem;
        line-height: 2em;
    }
    article#sectionC #sc-1>div>div img {
        width: 212px;
        display: block;
    }
    .safari article#sectionC #sc-1>div>div img, .win article#sectionC #sc-1>div>div img {
        width: 212px;
        display: block;
    }
    article#sectionC #sc-1>div>div a {
        font-size: 3.2rem;
    }

}
