body {
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.scroll_up {
  transition: 0.3s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
@media screen and (max-width:480px) {
.header_box {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
    background: #00AFCC;
}
.header_box_left {
    margin:0;
    padding: 10px 0 20px;
}
.header_box_left h1 {
    font-size: 10px;
    color:#00AFCC;
}
.header_box_left img {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.header_box_right {
    width: 100%;
    margin: 0;
    padding: 0;
}
    .menu-btn {
    position: fixed;
    top: 12px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #00AFCC;
    transition: all 0.5s;
}
    #menu-btn-check:checked ~ .menu-content {
    left: 0;
}
    #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
    .menu-content ul li a br {display: none;}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content ul ul{
    padding: 0px 10px 0;
}
.menu-content ul ul li {
    border-bottom: none;
    list-style: none;
}
.header_box_right nav {
    margin: 0;
    padding: 0;
}
.header_img {
}
.header_img_left {
    width: 70%;
    margin: 0 auto;
}
.header_img_left_img_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.header_img_left_img01 {
    position: absolute;
    top:100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    animation:50s linear infinite rotation;
}
.header_img_left_img02 {
    margin: auto;
    width: 100%;
    margin-top: 100px;
}
.header_img_right {
    width: 100%;
}
.header_img_right_box01 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 50px;
}
.header_img_right_box01 p {
    font-size: 7vw;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #3c3c3c;
    line-height: 140%;
}
.header_img_right_box01 p span {
    display: block;
    margin-top: 10px;
    font-size: 4vw;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3c3c3c;
    line-height: 170%;
}
    .top_banner {
        display: block;
        width: 75%;
        max-width: 1000px;
        margin: 0px auto 30px;
        padding: 0;
    }
    .top_banner a {
        display: block;
        width: 100%;
        margin: 0 auto 15px;
        transition: .3s;
    }
    .top_banner a img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_banner a:hover {
        opacity: .6;
    }
.top_profile {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.top_profile_box_bg {
    width: 100%;
    background-image: url("../images/profile_bg.svg");
    background-size: 150%;
}
.top_profile h2 {
    position: relative;
    padding: 50px 0 0;
    font-size: 30px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_profile h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_profile_box {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
}
.top_profile_box_left {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.top_profile_box_left_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px 30px;
    text-align: center;
    background: #fff;
}
.top_profile_box_left p {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 150%;
}
.top_profile_box_right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.top_profile_box_right h3 {
    display: inline-block; 
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    font-size: 18px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #3c3c3c;
    background: rgba(255,255,255,0.50);
    text-align: left;
    line-height: 150%;
    border-top: 2px solid #00AFCC;
    border-bottom: 2px solid #00AFCC;
    letter-spacing: 1px;
}
.top_profile_box_right h3 span {
    font-size: 23px;
    line-height: 210%;
    letter-spacing: 2px;
}
.top_profile_box_right h3 span rt {
    font-size: 12px;
}
.top_profile_box_right img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}
.top_logo {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.top_logo_box01 {
    width: 100%;
    margin: 100px auto;
    padding:0;
}
.top_logo_box01 img {
    display: block;
    width: 60%;
    max-width: 380px;
    margin: 0 auto 50px;
}
.top_logo_box01 h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 30px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_logo_box01 h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_logo_box01 p {
    display: block;
    width: 90%;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_logo_box02 {
    width: 100%;
    margin: 100px auto;
    padding:0;
}
.top_logo_box02 img {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
}
.top_logo_box02 h2 {
    position: relative;
    padding: 50px 0 0;
    font-size: 30px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_logo_box02 h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_logo_box02 p {
    display: block;
    width: 90%;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_company {
    position: relative;
    display: block;
    width: 85%;
    max-width: 1280px;
    margin: 150px auto;
}
.top_company h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 30px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_company h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_company_box {
    width: 100%;
    margin: 50px auto;
}
.top_company_box table {
    width: 100%;
	margin: 10px 0 0;
}
.top_company_box table tr {
}
.top_company_box table th {
    display: block;
    width: 100%;
	padding:15px;
    font-size: 18px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
	border: #A7A7A7 solid 1px;
    background: #ECFBFF;
}
.top_company_box table td {
    display: block;
    width: 100%;
    margin: -1px 0 20px;
	padding: 15px;
    font-size: 18px;
	line-height: 150%;
	border: #A7A7A7 solid 1px;
}
.top_access {
    position: relative;
    display: block;
    width: 85%;
    margin: 150px auto;
}
.top_access_box {
    margin: 80px 0 40px;
}
.top_access_box_left {
    width: 100%;
    margin: 0;
}
.top_access_box_left img {
    width: 100%;
}
.top_access_box_right {
    width: 100%;
    margin: 0;
}
.top_access h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 30px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_access h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_access p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_access p span {
    color: #3C3C3C;
}
.top_access iframe {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
footer {
    padding:0 0;
    background: #232323;
}
.footer_box {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0;
}
.footer_box_left {
    width: 100%;
}
.sitemap ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.sitemap ul li {
    margin: 0 0 40px 0;
    padding: 0;
}
.sitemap ul li a::before {
    content: '\025b6';
    font-size: 10px;
    margin-right: 3px;
}
.sitemap ul li a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.sitemap ul li a::hover {
    opacity: .7;
}
.sitemap ul li ul {
    display: block;
    margin: 10px 0 0 1em;
    padding: 0;
}
.sitemap ul li ul li {
    margin: 0;
    padding: 0;
}
.sitemap ul li ul li a::before {
    content: '・';
    font-size: 10px;
}
.sitemap ul li ul li a {
    display: block;
    margin: 0 0 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17px;
    line-height: 130%;
    color: #fff;
}
.footer_box_right {
    width: 100%;
}
.footer_box_right iframe {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
.footer_box_right p {
    margin: 20px 0 0;
    font-size: 17px;
    color: #fff;
    line-height: 150%;
}
copy {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 15px;
    text-align: center;
    color: #3c3c3c;
    background: #fff;
}
/*    お問い合わせ　　*/
    .contact {
        display: block;
        width: 100%;
        padding: 50px 0;
        background: #E8FBFF;
    }
    .contact_box {
        display: block;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 30px 0;
        background: #fff;
    }
    .contact_box h2 {
    position: relative;
    font-size: 30px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
    .contact_box h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
    .contact_box p {
        display: block;
        width: 90%;
        margin: 50px auto 0;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
    .contact_box table {
        display: block;
        width: 90%;
        max-width: 580px;
        margin: 0 auto;
    }
    .contact_box table tbody {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact_box table tbody tr {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact_box table tbody th {
        display: block;
        width: 100%;
        margin: 30px auto 5px;
        font-size: 18px;
    }
    .contact_box table tbody td {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }
    .contact_box table tbody td input[type="text"] {
        display: block;
        width: 100%;
        padding: 3px;
        border: 1px solid #707070;
        border-radius: 3px;
    }
    .contact_box table tbody td label {
        display: block;
        margin: 0 auto;
        cursor: pointer;
    }
    .contact_box table tbody th .red {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
        padding: 5px 10px 3px;
        font-size: 11px;
        color: #fff;
        background: rgba(255,61,61,1.00);
        border-radius: 20px;
    }
    .contact_box table tbody th .blue {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
        padding: 5px 10px 3px;
        font-size: 11px;
        color: #fff;
        background: rgba(61,80,255,1.00);
        border-radius: 20px;
    }
    .contact_box table tbody td textarea {
        display: block;
        width: 100%;
        padding: 3px;
        border: 1px solid #707070;
        border-radius: 3px;
    }
    .contact_box input[type="submit"] {
        display: block;
        width: 250px;
        margin: 50px auto;
        padding: 10px 0;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background: #F76A08;
        letter-spacing: 2px;
        border-radius: 7px;
    }
}
@media screen and (min-width:481px) and (max-width:1080px) {
.header_box {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
    background: #00AFCC;
}
.header_box_left {
    margin:0;
    padding: 10px 0 20px;
}
.header_box_left h1 {
    font-size: 10px;
    color:#00AFCC;
}
.header_box_left img {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.header_box_right {
    width: 100%;
    margin: 0;
    padding: 0;
}
.header_box_right nav {
    margin: 0;
    padding: 0;
}
#menu-btn-check {
    display: none;
}
.gnavi__lists {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: nowrap;
    justify-content:flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
}
.gnavi__list {
    position: relative;
    display: block;
    width: 25%;
    margin: 0;
    border-left: 1px solid rgba(236,236,236,0.50);
}
.gnavi__list a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 5px 0;
    font-size: 14px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 140%;
    letter-spacing: 1px;
}
.gnavi__list a:hover {
    opacity: .7;
}
.gnavi__list:nth-child(1) a,.gnavi__list:nth-child(2) a,.gnavi__list:nth-child(4) a,.gnavi__list:nth-child(3) a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropdown__lists {
    display: none;
    width: 500px;
    position: absolute;
    top: 70px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;
}
.dropdown__list {
    background-color: #1ECFED;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3AE3FF;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #00BCDB;
}
.dropdown__list a {
    display: flex;
    padding: 15px 0 15px 1em!important;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.header_img {
}
.header_img_left {
    width: 40%;
    margin: 0 auto;
}
.header_img_left_img_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.header_img_left_img01 {
    position: absolute;
    top:200px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    animation:50s linear infinite rotation;
}
.header_img_left_img02 {
    margin: auto;
    width: 100%;
    margin-top: 200px;
}
.header_img_right {
    width: 100%;
}
.header_img_right_box01 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 100px;
}
.header_img_right_box01 p {
    font-size: 4vw;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #3c3c3c;
    line-height: 140%;
}
.header_img_right_box01 p span {
    display: block;
    margin-top: 20px;
    font-size: 2.2vw;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3c3c3c;
    line-height: 170%;
}

    .top_banner {
        display: block;
        width: 80%;
        max-width: 400px;
        margin: 50px auto 100px;
        padding: 0;
    }
    .top_banner a {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        transition: .3s;
    }
    .top_banner a img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_banner a:hover {
        opacity: .6;
    }
.top_profile {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.top_profile_box_bg {
    width: 100%;
    background-image: url("../images/profile_bg.svg");
    background-size: 50%;
}
.top_profile h2 {
    position: relative;
    padding: 50px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_profile h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_profile_box {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
}
.top_profile_box_left {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.top_profile_box_left_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px 30px;
    text-align: center;
    background: #fff;
}
.top_profile_box_left p {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 150%;
}
.top_profile_box_right {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
}
.top_profile_box_right h3 {
    display: inline-block; 
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    font-size: 18px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #3c3c3c;
    background: rgba(255,255,255,0.50);
    text-align: left;
    line-height: 150%;
    border-top: 2px solid #00AFCC;
    border-bottom: 2px solid #00AFCC;
    letter-spacing: 1px;
}
.top_profile_box_right h3 span {
    font-size: 23px;
    line-height: 210%;
    letter-spacing: 2px;
}
.top_profile_box_right h3 span rt {
    font-size: 12px;
}
.top_profile_box_right img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}
.top_profile_box_right p {
    margin: 10px 0 0;
    font-size: .9vw;
    font-weight: 400;
    text-align: center;
    color: #323232;
    line-height: 150%;
}
.top_logo {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.top_logo_box01 {
    width: 100%;
    margin: 100px auto;
    padding:0;
}
.top_logo_box01 img {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 0 auto 50px;
}
.top_logo_box01 h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_logo_box01 h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_logo_box01 p {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: 30px auto;
    padding: 30px 10px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_logo_box02 {
    width: 100%;
    margin: 100px auto;
    padding:0;
}
.top_logo_box02 img {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
}
.top_logo_box02 h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_logo_box02 h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_logo_box02 p {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: 40px auto;
    padding: 30px 10px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_company {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1280px;
    margin: 150px auto;
}
.top_company h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_company h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_company_box {
    width: 100%;
    margin: 50px auto;
}
.top_company_box table {
    width: 100%;
	margin: 10px 0 0;
}
.top_company_box table tr {
	border-bottom: #A7A7A7 solid 1px;
}
.top_company_box table th {
    width: 20%;
	padding:30px 0;
    font-size: 20px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
}
.top_company_box table td {
    width: 80%;
	padding: 30px 0;
    font-size: 20px;
	line-height: 150%;
}
.top_access {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1280px;
    margin: 150px auto;
}
.top_access_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 80px 0 40px;
}
.top_access_box_left {
    width: 30%;
    margin: 0;
}
.top_access_box_left img {
    width: 100%;
}
.top_access_box_right {
    width: 67%;
    margin: 0;
}
.top_access h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_access h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_access p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_access p span {
    color: #3C3C3C;
}
.top_access iframe {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
footer {
    padding:0 0;
    background: #232323;
}
.footer_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0;
}
.footer_box_left {
    width: 49%;
}
.sitemap ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.sitemap ul li {
    margin: 0 0 40px 0;
    padding: 0;
}
.sitemap ul li a::before {
    content: '\025b6';
    font-size: 10px;
    margin-right: 3px;
}
.sitemap ul li a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.sitemap ul li a::hover {
    opacity: .7;
}
.sitemap ul li ul {
    display: block;
    margin: 10px 0 0 1em;
    padding: 0;
}
.sitemap ul li ul li {
    margin: 0;
    padding: 0;
}
.sitemap ul li ul li a::before {
    content: '・';
    font-size: 10px;
}
.sitemap ul li ul li a {
    display: block;
    margin: 0 0 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17px;
    line-height: 130%;
    color: #fff;
}
.footer_box_right {
    width: 49%;
}
.footer_box_right iframe {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
.footer_box_right p {
    margin: 10px 0 0;
    font-size: 17px;
    color: #fff;
    line-height: 150%;
}
copy {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 15px;
    text-align: center;
    color: #3c3c3c;
    background: #fff;
}
/*    お問い合わせ　　*/
    .contact {
        display: block;
        width: 100%;
        padding: 50px 0;
        background: #E8FBFF;
    }
    .contact_box {
        display: block;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 30px 0;
        background: #fff;
    }
    .contact_box h2 {
    position: relative;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
    .contact_box h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
    .contact_box p {
        display: block;
        width: 90%;
        margin: 50px auto 0;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
    .contact_box table {
        display: block;
        width: 90%;
        max-width: 580px;
        margin: 0 auto;
    }
    .contact_box table tbody {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact_box table tbody tr {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact_box table tbody th {
        display: block;
        width: 100%;
        margin: 30px auto 5px;
        font-size: 18px;
    }
    .contact_box table tbody td {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }
    .contact_box table tbody td input[type="text"] {
        display: block;
        width: 100%;
        padding: 3px;
        border: 1px solid #707070;
        border-radius: 3px;
    }
    .contact_box table tbody td label {
        display: block;
        margin: 0 auto;
        cursor: pointer;
    }
    .contact_box table tbody th .red {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
        padding: 5px 10px 3px;
        font-size: 13px;
        color: #fff;
        background: rgba(255,61,61,1.00);
        border-radius: 20px;
    }
    .contact_box table tbody th .blue {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
        padding: 5px 10px 3px;
        font-size: 13px;
        color: #fff;
        background: rgba(61,80,255,1.00);
        border-radius: 20px;
    }
    .contact_box table tbody td textarea {
        display: block;
        width: 100%;
        padding: 3px;
        border: 1px solid #707070;
        border-radius: 3px;
    }
    .contact_box input[type="submit"] {
        display: block;
        width: 250px;
        margin: 50px auto;
        padding: 10px 0;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background: #F76A08;
        letter-spacing: 2px;
        border-radius: 7px;
    }
}
@media screen and (min-width:1080px) {
.header_box {
    position: fixed;
    top: 0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0 5%;
    z-index: 1;
    background: #00AFCC;
}
.header_box_left {
    margin: 6px 0 0;
    padding: 0;
}
.header_box_left h1 {
    font-size: 10px;
    color:#00AFCC;
}
.header_box_left img {
    width: 300px;
}
.header_box_right {
    width: 770px;
    margin: 0;
}
.header_box_right nav {
    margin: 0;
    padding: 0;
}
#menu-btn-check {
    display: none;
}
.gnavi__lists {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: nowrap;
    justify-content:flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
}
.gnavi__list {
    position: relative;
    display: block;
    width: 25%;
    margin: 0;
    border-left: 1px solid rgba(236,236,236,0.50);
}
.gnavi__list a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 0;
    font-size: 16px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 140%;
    letter-spacing: 1px;
}
.gnavi__list a:hover {
    opacity: .7;
}
.gnavi__list:nth-child(1) a,.gnavi__list:nth-child(2) a,.gnavi__list:nth-child(4) a,.gnavi__list:nth-child(3) a {
    padding-top: 23px;
    padding-bottom: 23px;
}
.dropdown__lists {
    display: none;
    width: 500px;
    position: absolute;
    top: 70px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;
}
.dropdown__list {
    background-color: #1ECFED;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3AE3FF;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #00BCDB;
}
.dropdown__list a {
    display: flex;
    padding: 15px 0 15px 1em!important;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.header_img {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    height: 100vh;
}
.header_img_left {
    width: 35%;
}
.header_img_left_img_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.header_img_left_img01 {
    position: absolute;
    top:54vh;
    bottom:45vh;
    left: 30%;
    right: 0;
    margin: auto;
    width: 100%;
    animation:50s linear infinite rotation;
}
.header_img_left_img02 {
    position: absolute;
    top:54vh;
    bottom:45vh;
    left: 30%;
    right: 0;
    margin: auto;
    width: 100%;
}
.header_img_right {
    width: 47%;
}
.header_img_right_box01 {
    padding: 38vh 0 0;
}
.header_img_right_box01 p {
    font-size: 3.3vw;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #3c3c3c;
    line-height: 140%;
}
.header_img_right_box01 p span {
    display: block;
    margin-top: 20px;
    font-size: 1.8vw;
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3c3c3c;
    line-height: 170%;
}
    .top_banner {
		display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
		justify-content:space-between;
        width: 80%;
        max-width: 880px;
        margin: 50px auto 100px;
        padding: 0;
    }
    .top_banner a {
        display: block;
        width: 48%;
        margin: 0 auto 30px;
        transition: .3s;
    }
    .top_banner a img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_banner a:hover {
        opacity: .6;
    }
.top_profile {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.top_profile_box_bg {
    width: 100%;
    background-image: url("../images/profile_bg.svg");
    background-size: 50% auto;
}
.top_profile h2 {
    position: relative;
    padding: 50px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_profile h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_profile_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
}
.top_profile_box_left {
    width: 67%;
    margin: 0;
    padding:0;
}
.top_profile_box_left_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px 30px;
    text-align: center;
    background: #fff;
}
.top_profile_box_left p {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 150%;
}
.top_profile_box_right {
    width: 30%;
    text-align: center;
}
.top_profile_box_right h3 {
    display: inline-block; 
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    font-size: 18px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #3c3c3c;
    background: rgba(255,255,255,0.50);
    text-align: left;
    line-height: 150%;
    border-top: 2px solid #00AFCC;
    border-bottom: 2px solid #00AFCC;
    letter-spacing: 1px;
}
.top_profile_box_right h3 span {
    font-size: 23px;
    line-height: 210%;
    letter-spacing: 2px;
}
.top_profile_box_right h3 span rt {
    font-size: 12px;
}
.top_profile_box_right img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}
.top_profile_box_right p {
    margin: 10px 0 0;
    font-size: .9vw;
    font-weight: 400;
    text-align: center;
    color: #323232;
    line-height: 150%;
}
.top_logo {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.top_logo_box01 {
    width: 100%;
    margin: 100px auto;
    padding:0;
}
.top_logo_box01 img {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 0 auto 50px;
}
.top_logo_box01 h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_logo_box01 h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_logo_box01 p {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: 30px auto;
    padding: 30px 10px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_logo_box02 {
    width: 100%;
    margin: 100px auto;
    padding:0;
}
.top_logo_box02 img {
    display: block;
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
}
.top_logo_box02 h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_logo_box02 h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_logo_box02 p {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: 40px auto;
    padding: 30px 10px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_company {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1280px;
    margin: 150px auto;
}
.top_company h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_company h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_company_box {
    width: 100%;
    margin: 50px auto;
}
.top_company_box table {
    width: 100%;
	margin: 10px 0 0;
}
.top_company_box table tr {
	border-bottom: #A7A7A7 solid 1px;
}
.top_company_box table th {
    width: 20%;
	padding:30px 0;
    font-size: 20px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
}
.top_company_box table td {
    width: 80%;
	padding: 30px 0;
    font-size: 20px;
	line-height: 150%;
}
.top_access {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1280px;
    margin: 150px auto;
}
.top_access_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 80px 0 40px;
}
.top_access_box_left {
    width: 30%;
    margin: 0;
}
.top_access_box_left img {
    width: 100%;
}
.top_access_box_right {
    width: 67%;
    margin: 0;
}
.top_access h2 {
    position: relative;
    padding: 30px 0 0;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
.top_access h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
.top_access p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
.top_access p span {
    color: #3C3C3C;
}
.top_access iframe {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
footer {
    padding:0 0;
    background: #232323;
}
.footer_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0;
}
.footer_box_left {
    width: 49%;
}
.sitemap ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.sitemap ul li {
    margin: 0 0 40px 0;
    padding: 0;
}
.sitemap ul li a::before {
    content: '\025b6';
    font-size: 10px;
    margin-right: 3px;
}
.sitemap ul li a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.sitemap ul li a::hover {
    opacity: .7;
}
.sitemap ul li ul {
    display: block;
    margin: 10px 0 0 1em;
    padding: 0;
}
.sitemap ul li ul li {
    margin: 0;
    padding: 0;
}
.sitemap ul li ul li a::before {
    content: '・';
    font-size: 10px;
}
.sitemap ul li ul li a {
    display: block;
    margin: 0 0 10px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17px;
    line-height: 130%;
    color: #fff;
}
.footer_box_right {
    width: 49%;
}
.footer_box_right iframe {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
.footer_box_right p {
    margin: 10px 0 0;
    font-size: 17px;
    color: #fff;
    line-height: 150%;
}
copy {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 15px;
    text-align: center;
    color: #3c3c3c;
    background: #fff;
}
/*    お問い合わせ　　*/
    .contact {
        display: block;
        width: 100%;
        padding: 50px 0;
        background: #E8FBFF;
    }
    .contact_box {
        display: block;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding: 30px 0;
        background: #fff;
    }
    .contact_box h2 {
    position: relative;
    font-size: 45px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #00AFCC;
}
    .contact_box h2::after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #00AFCC;
}
    .contact_box p {
        display: block;
        width: 90%;
        margin: 50px auto 0;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 1px;
}
    .contact_box table {
        display: block;
        width: 90%;
        max-width: 580px;
        margin: 0 auto;
    }
    .contact_box table tbody {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact_box table tbody tr {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .contact_box table tbody th {
        display: block;
        width: 100%;
        margin: 30px auto 5px;
        font-size: 18px;
    }
    .contact_box table tbody td {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }
    .contact_box table tbody td input[type="text"] {
        display: block;
        width: 100%;
        padding: 3px;
        border: 1px solid #707070;
        border-radius: 3px;
    }
    .contact_box table tbody td label {
        display: block;
        margin: 0 auto;
        cursor: pointer;
    }
    .contact_box table tbody th .red {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
        padding: 5px 10px 3px;
        font-size: 13px;
        color: #fff;
        background: rgba(255,61,61,1.00);
        border-radius: 20px;
    }
    .contact_box table tbody th .blue {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
        padding: 5px 10px 3px;
        font-size: 13px;
        color: #fff;
        background: rgba(61,80,255,1.00);
        border-radius: 20px;
    }
    .contact_box table tbody td textarea {
        display: block;
        width: 100%;
        padding: 3px;
        border: 1px solid #707070;
        border-radius: 3px;
    }
    .contact_box input[type="submit"] {
        display: block;
        width: 250px;
        margin: 50px auto;
        padding: 10px 0;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background: #F76A08;
        letter-spacing: 2px;
        border-radius: 7px;
    }
}