
@charset "utf-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body{
    margin: 0 auto;
    height: 100%;
    padding: 0;
    max-width: 1800px;
    color: #333;
    font:20px;
    font-family: 'Kosugi', sans-serif;
    line-height: 1.5;
    background: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote: before, blockquote: after,
q:before, q: after {
    content: '';
    content: none;
}
/*
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
*/
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


/* link
------------------------------------------------------------*/
a{
    color: #3769a5;
    text-decoration: none;
    font-size: 18px;
}

a:hover{
    color: #054b83;
}

a:active, a:focus{
    outline: 0;
}


/* Global */

div { word-break: break-all;
}

img { max-width:100%;
}

a {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

/*
------------------------------------------------------------*/

            /*    header 

============================================================*/
                        /* ====================================*/

/*----------------------------------
  		   container
  	================================*/

#main_container {
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}



/*----------------------------------
  		   header top menu
  	================================*/

.header_top {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: #007700;
}

.header_logo {
    width: 220px;
    height: auto;
}

.header_logo img {
    width: 100%;
    height: auto;
    margin-left: 50px;
    padding-top: 15px;
}

.menu_icon {
    width: auto;
    height: 85px;
    text-align: right;
    margin-left: auto;
    padding-right: 40px;
    border-radius: 5px;
    margin-top: 5px;
}

.menu_icon ul {
    list-style: none;
    display: flex;
    top: 0px;
}

.menu_icon li .fab {
    font-size: 16px;
    padding-top: 8px;
    padding-right: 5px;
    color: #fff;
}

.menu_icon li a {
    display: block;
    font-size: 17px;
    color: #007700;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
    padding: 0px 8px;
}

.menu_icon p {
    margin-top: 4px;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    color: #fff;
    padding: 0px 10px;
}

.menu_icon p span {
    color: #ff8c00;
    font-size: 17px;
}

.menu_icon img {
    width: 20px;
    height: auto;
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 3px;
}

.menu_icon a .fa-video {
    padding-right: 5px;
    line-height: 1.5;
}

.menu_icon a .fa-book-open {
    padding-right: 5px;
    line-height: 1.5;
}

.menu_icon .fa-subway {
    padding-right: 5px;
    color: #ff8c00;
}

.menu_icon .facebook_wrap {
    width: auto;
    height: 26px;
    background-color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
}

.middle_menu {
    display: flex;
    width: auto;
    height: 27px;
    margin-bottom: 7px;
}

.middle_menu .link_menu p {
    font-size: 17px;
}

.middle_menu .link_menu a {
    color: #007700;
}

.facebook_wrap a {
    font-size: 21px;
    color: #1977F1;
    padding: 0px 8px;
}

.menu_icon .access_wrap {
    width: auto;
    height: 26px;
    background-color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}

.video_wrap {
    width: auto;
    height: 26px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    margin-top: 2px;
    margin-right: 5px;
}

.pam_wrap {
    width: auto;
    height: 26px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    margin-top: 2px;
}


/*
------------------------------------------------------------*/

            /*    navigation menu panel

============================================================*/
                        /* ====================================*/

#panelcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25vh;
}

#panelcontainer:hover > .nav_menu {
  -webkit-filter: brightness(22%);
          filter: brightness(22%);
    transition: 0.8s linear;
}

#panelcontainer:hover > .nav_menu:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
    transition: 0.8s linear;
}

#panelcontainer.nav_menu {
    flex-grow: 1;
    position: relative;
    height: 100%;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    flex: 1;
}

#panelcontainer .nav_menu .cont_title {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 5vh;
}

#panelcontainer .nav_menu .cont_title h1 {
    text-transform: uppercase;
    color: white;
    font-family: 'Kosugi', sans-serif;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 1.5vw;
    margin: 0;
    transition: font-size 0.3s;
    vertical-align: middle;
}

#panelcontainer .nav_menu .cont_title h2 {
    text-transform: uppercase;
    color: white;
    font-family: 'Kosugi', sans-serif;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 1.0vw;
    margin: 0;
    transition: font-size 0.3s;
    vertical-align: middle;
}

#panelcontainer .nav_menu .cont_title h3 {
    text-transform: uppercase;
    font-family: 'Kosugi', sans-serif;
    font-size: 1.0vw;
    transition: all 0.3s;
    color: white;
    letter-spacing: 2px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

            /*説明文*/
#panelcontainer .nav_menu .cont_desc {
    position: relative;
    display: block;
    text-align: center;
    width: 16vw;
    height: auto;
    margin: auto;
    opacity: 0;
    transition: opacity 0.8s, padding-top 0.9s, -webkit-transform 0.7s;
    transition: opacity 0.8s, transform 0.7s, padding-top 0.9s;
    transition: opacity 0.8s, transform 0.7s, padding-top 0.9s, -webkit-transform 0.7s;
    padding-top: 6vh;
    -webkit-transform: scale(1);
            transform: scale(1);
}

#panelcontainer .nav_menu .cont_desc p {
    margin: 0;
    font-family: 'Kosugi', sans-serif;
    color: white;
    font-size: 10px;
}
            /*説明文*/
#panelcontainer .nav_menu:hover {
    flex-grow: 1.8;
    transition: flex 0.2s;
}

#panelcontainer .nav_menu:hover > .cont_title h1 {
    font-size: 1.8vw;
    transition: font-size 0.4s;
}

#panelcontainer .nav_menu:hover > .cont_title h3 {
    font-size: 1.3vw;
    transition: all 0.4s;
}

#panelcontainer .nav_menu:hover > .cont_desc {
    opacity: 1;
    padding-top: 2vh;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    transition: opacity 0.7s, padding-top 0.5s, -webkit-transform 0.1s;
    transition: opacity 0.7s, padding-top 0.5s, transform 0.1s;
    transition: opacity 0.7s, padding-top 0.5s, transform 0.1s, -webkit-transform 0.1s;
    transition-delay: 0s, 0.1s, 0s;
}


#panelcontainer .nav_menu:nth-child(1) {
    background: url("../img/Arakawa-1.jpg") center;
    height: 25vh;
}

#panelcontainer .nav_menu:nth-child(2) {
    background: url("../img/Arakawa-2.jpg") center;
    height: 25vh;
}

#panelcontainer .nav_menu:nth-child(3) {
    background: url("../img/Arakawa-3.jpg") center;
    height: 25vh;
}

#panelcontainer .nav_menu:nth-child(4) {
    background: url("../img/Arakawa-4.jpg") center;
    height: 25vh;
}

#panelcontainer .nav_menu:nth-child(5) {
    background: url("../img/Arakawa-16.jpg") center;
    height: 25vh;
}


/*
------------------------------------------------------------*/

 /*   section 01 main wrapper 動画：上池／中池／下池

============================================================*/
                        /* ====================================*/

.main_title {
    width: 75%;
    margin: 0 auto;
    font-size: 115%;
    color:#007700;
    border-bottom: 3px solid #007700;
}

.heading {
    margin-bottom: 0px; 
}

.main .heading {
    position: relative;
    padding-left: 50px;
    color:#007700;
}

.main .heading:before,
.main .heading:after{
    content: "□";
    position: absolute;
    width:10px;
    height: 10px;
}

.main .heading:before {
    left: 0;
    top:4px;
    font-size: 28px;
}

.main .heading:after {
    left: 7.5px;
    top: 14.5px;
    font-size: 28px;
}

.main_wrapper {
    width: 90%;
    margin: 0 auto;
}

.main_wrap {
    width: 83.5%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.main_title h2 {
    font-size: 2em;
    color: #0f0f0f;
    padding-left: 10px;
}

.video {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}


/*----------------------------------
　　          pagetop button
  	================================*/

.to_top{
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 150px;
  right: 10px;
  bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/*
------------------------------------------------------------*/

            /*    Footer

============================================================*/
                        /* ====================================*/

#footer {
    width: 100vw;
    height: 30px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    background-color: #007700;
    padding: 0;
    margin: 0;
}

.copyright p {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}