﻿@charset "utf-8";
/* CSS Document */
@import url(layout.css);
@import url(font-awesome.min.css);
@import url(all.min.css);


* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

i {
	font-family: Font Awesome\ 5 Free;
	font-style:normal;
}

@font-face {
  font-family: '';
  src: url();
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

.sp_box {
	display: none !important;
}

body {
	font-size: 18px;
	line-height: 1.76;
	margin: 0;
    padding: 0;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
    /* overflow-x: hidden; */
}

main {
    position: relative;
    margin-top: -90px;
}



/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    /* overflow-x: hidden; */
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_between {
    display: flex;
    justify-content: space-between;
}

/* padding-top */

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt110 {
    padding-top: 110px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}

.pt150 {
    padding-top: 150px;
}

.pt160 {
    padding-top: 160px;
}

.pt170 {
    padding-top: 170px;
}

.pt180 {
    padding-top: 180px;
}

.pt190 {
    padding-top: 190px;
}

.pt200 {
    padding-top: 200px;
}

/* padding-bottom */

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb160 {
    padding-bottom: 160px;
}

.pb170 {
    padding-bottom: 170px;
}

.pb180 {
    padding-bottom: 180px;
}

.pb190 {
    padding-bottom: 190px;
}

.pb200 {
    padding-bottom: 200px;
}

/* padding左右 */

.px10 {
    padding: 0 10px;
}

.px20 {
    padding: 0 20px;
}

.px30 {
    padding: 0 30px;
}

.px40 {
    padding: 0 40px;
}

.px50 {
    padding: 0 50px;
}

.px60 {
    padding: 0 60px;
}

.px70 {
    padding: 0 70px;
}

.px80 {
    padding: 0 80px;
}

.px90 {
    padding: 0 90px;
}

.px100 {
    padding: 0 100px;
}

/* padding上下 */

.py10 {
    padding: 10px 0;
}

.py20 {
    padding: 20px 0;
}

.py30 {
    padding: 30px 0;
}

.py40 {
    padding: 40px 0;
}

.py50 {
    padding: 50px 0;
}

.py60 {
    padding: 60px 0;
}

.py70 {
    padding: 70px 0;
}

.py80 {
    padding: 80px 0;
}

.py90 {
    padding: 90px 0;
}

.py100 {
    padding: 100px 0;
}



.m_auto {
    margin: 0 auto;
}

/* margin-top */

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}

.mt160 {
    margin-top: 160px;
}

.mt170 {
    margin-top: 170px;
}

.mt180 {
    margin-top: 180px;
}

.mt190 {
    margin-top: 190px;
}

.mt200 {
    margin-top: 200px;
}

/* margin-bottom */

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb140 {
    margin-bottom: 140px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb160 {
    margin-bottom: 160px;
}

.mb170 {
    margin-bottom: 170px;
}

.mb180 {
    margin-bottom: 180px;
}

.mb190 {
    margin-bottom: 190px;
}

.mb200 {
    margin-bottom: 200px;
}

/* margin左右 */

.mx10 {
    margin: 0 10px;
}

.mx20 {
    margin: 0 20px;
}

.mx30 {
    margin: 0 30px;
}

.mx40 {
    margin: 0 40px;
}

.mx50 {
    margin: 0 50px;
}

.mx60 {
    margin: 0 60px;
}

.mx70 {
    margin: 0 70px;
}

.mx80 {
    margin: 0 80px;
}

.mx90 {
    margin: 0 90px;
}

.mx100 {
    margin: 0 100px;
}

/* margin上下 */

.my10 {
    margin: 10px 0;
}

.my20 {
    margin: 20px 0;
}

.my30 {
    margin: 30px 0;
}

.my40 {
    margin: 40px 0;
}

.my50 {
    margin: 50px 0;
}

.my60 {
    margin: 60px 0;
}

.my70 {
    margin: 70px 0;
}

.my80 {
    margin: 80px 0;
}

.my90 {
    margin: 90px 0;
}

.my100 {
    margin: 100px 0;
}



/*--------------------------------------------
　画像
---------------------------------------------*/
img {
    display: block;
	border: none;
	margin: 0;
	padding: 0;
}

.img_auto {
    width: 100%;
    height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    position: relative;
    margin: 0;
    font-weight: normal;
}

.txt10 {
    font-size: 10px;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
}

.txt20 {
    font-size: 20px;
}

.txt22 {
    font-size: 22px;
}

.txt24 {
    font-size: 24px;
}

.txt26 {
    font-size: 26px;
}

.txt28 {
    font-size: 28px;
}

.txt30 {
    font-size: 30px;
}

.txt32 {
    font-size: 32px;
}

.txt34 {
    font-size: 34px;
}

.txt36 {
    font-size: 36px;
}

.txt38 {
    font-size: 38px;
}

.txt40 {
    font-size: 40px;
}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header {
    position: sticky;
    top: 0;
    padding: 0 25px;
    width: 100%;
    min-width: 1400px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}

.header_container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 1300px;
    max-width: 1600px;
}


.header_nav {
    display: flex;
}

.header_nav a {
    position: relative;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 15px;
    font-size: 16px;
    cursor: pointer;
}

.header_nav a p {
    pointer-events: none;
}

.header_nav a::before {
    content: "";
    position: absolute;
    left: 4%;
    bottom: 20px;
    width: 0%;
    height: 3px;
    background-color: #5887a3;
    transition: all .3s ease;
}

.header_nav a:last-of-type {
    /* padding: 0 25px; */
}

.header_nav a:hover::before {
    width: 92%;
    left: 4%;
}

.header_nav a.active::before {
    width: 92%;
    left: 4%;
}

.mega_menu {
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 900;
    transition: all .3s ease;
}

.mega {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 990;
    pointer-events: none;
    background-color: #76c4de;
    transition: all .3s ease;
}

.mega.active {
    opacity: 1;
    pointer-events: all;
}

/* .mega1 .flex,
.mega .flex_center {
    align-items: normal;
    justify-content: flex-end;
} */

.mega_list {
    justify-content: flex-end;
}

.mega5 .mega_list,
.mega4 .mega_list{
    justify-content: center !important;
}

.mega_item a {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.mega_item a:hover {
    text-decoration: underline;
}

.mega_item {
    width: 350px;
}

.mega4 .mega_item:last-of-type,
.mega5 .mega_item:last-of-type {
    width: fit-content;
}

.mega_item a {
    width: fit-content;
}

.mega_item:nth-of-type(2) {
    width: 320px;
}

.mega_item:last-of-type {
    width: 360px;
}

.mega_item a:not(:last-of-type) {
    margin-bottom: 20px;
}

.mega_item a img {
    margin-right: 5px;
}

.mega_business {
    display: flex;
    justify-content: center !important;
}

.mega_business a {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #000;
    line-height: 1.5;
}

.anc {
    position: relative;
    top: -90px;
}



/*------------------------------------------
　フッター
-------------------------------------------*/
footer {
    width: 100%;
    min-width: 1400px;
    background-color: #204547;
    color: #fff;
}

.footer_container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
}

.left .gray {
    margin-top: 20px;
    width: 330px;
    border-bottom: 1px solid #779d9e;
    color: #779d9e;
    line-height: 1.5;
}

footer .address {
    margin-top: 3px;
    font-weight: 400;
}

footer .tel {
    line-height: 1;
    margin-top: 15px;
    align-items: center;
}

footer .tel .yumincho {
    font-weight: bold;
}

footer .fax {
    margin-top: 8px;
    line-height: 1;
}

footer .tel span:nth-of-type(1) {
    margin-bottom: -3px;
}

footer .tel span:nth-of-type(1),
footer .fax span:nth-of-type(1) {
    display: block;
    width: 2.2em;
}

.footer_nav {
    width: 185px;
}

.footer_nav:nth-of-type(2) {
    width: 240px;
}

.footer_nav:nth-of-type(3) {
    width: 130px;
}

.right li {
    position: relative;
    padding-left: 10px;
    color: #fff;
    line-height: 28px;
}

.right li a:hover {
    text-decoration: underline;
}

.right li::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 3px;
    height: 20px;
    background-color: #3dc8ca;
}

.txt13 {
    font-size: 13px;
}

.right .sub::before {
    left: -2px;
    top: 50%;
    width: 6px;
    height: 1px;
}

.right li a {
    color: #fff;
    line-height: 1;
}

.right .footer_banner {
    margin-left: 80px;
}

.footer_banner {
    transition: all .3s ease;
}

.footer_banner:hover {
    filter: brightness(0.9);
}

.copyright {
    width: 100%;
    height: 40px;
    border-top: 1px solid #fff;
    line-height: 2;
    color: #ccc;
}
.copyright p {
    max-width: 1600px;
    margin: 0 auto;
}





/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.pagetop {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 35px;
    z-index: 999;
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
}

.pagetop.active {
    pointer-events: all;
    opacity: 0.7;
}

.pagetop.active:hover {
    pointer-events: all;
    opacity: 0.8;
}

#top {
    position: absolute;
    top: 0;
}



/*------------------------------------------
ボタン
-------------------------------------------*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 70px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 0;
    color: #fff;
    background-color: #6c78aa;
    border-radius: 12px;
}


}   /*  PC版ここまで  */


@media only screen and (min-width: 520px) and (max-width: 1401px){

main {
    position: relative;
    margin-top: 0px;
}

    header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 25px;
    width: 100%;
    min-width: unset !important;
    height: 90px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}

.header_container {
    height: 90px;
    min-width: unset;
}


.header_logo {
    position: relative;
    z-index: 2;
}

.header_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

/* ハンバーガーメニュー */

.hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
    position: relative;
    height: 30px;
    width: 48px;
    cursor: pointer;
    z-index: 2;
}

.hamburger div {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: all .3s ease;
    opacity: 1;
}

.hamburger.active div:nth-of-type(2) {
    opacity: 0;
}

.hamburger.active div:first-of-type {
    animation: .5s hamTopOpen ease forwards;
}

@keyframes hamTopOpen {
    0% {
        top: 0;
    }
    50% {
        top: calc(50% - 2px);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% - 2px);
        transform: rotate(45deg);
    }
}

.hamburger.reverse div:first-of-type {
    animation: .5s hamTopClose ease forwards;
}

@keyframes hamTopClose {
    0% {
        top: calc(50% - 2px);
        transform: rotate(45deg);
    }
    50% {
        top: calc(50% - 2px);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
    }
}

.hamburger.active div:last-of-type {
    animation: .5s hamBottomOpen ease forwards;
}

@keyframes hamBottomOpen {
    0% {
        bottom: 0;
    }
    50% {
        bottom: calc(50% - 2px);
        transform: rotate(0deg);
    }
    100% {
        bottom: calc(50% - 2px);
        transform: rotate(-45deg);
    }
}

.hamburger.reverse div:last-of-type {
    animation: .5s hamBottomClose ease forwards;
}

@keyframes hamBottomClose {
    0% {
        bottom: calc(50% - 2px);
        transform: rotate(-45deg);
    }
    50% {
        bottom: calc(50% - 2px);
        transform: rotate(0deg);
    }
    100% {
        bottom: 0;
    }
}

/* ハンバーガーメニューここまで */

.header_nav {
    position: absolute;
    top: -100vh;
    left: 0;
    padding: 0 25px;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(118,196,222,0.95);
    opacity: 0;
    z-index: 0;
    transition: all .3s ease;
    overflow-y: scroll;
}

.header_nav.active {
    top: 0;
    opacity: 1;
}

.header_nav a {
    height: 60px;
}

.header_nav>a {
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #fff;
    width: 70%;
    height: 60px;
    min-width: 470px;
    font-weight: bold;
    font-size: 20px;
}

.header_nav a:hover::before {
    width: 0;
    left: unset;
}

.header_nav a.active::before {
    width: 0;
    left: unset;
}

.h_business.pc_box {
    display: none;
}

.h_business.sp_box {
    display: flex !important;
}

.header_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header_btn img {
    width: 200px;
}

.header_nav .h_business::before {
    content: "+";
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: unset;
    right: 50px;
    top: calc(50% - 30px);
    font-weight: 100;
    font-size: 50px;
    transition: none;
}

.header_nav .h_business.opened::before {
    content: "ー";
    font-size: 30px;
    right: 52px;
    top: calc(50% - 28px);
    
}

.bsi_sub {
    position: relative;
    max-height: 0;
    display: block !important;
    width: 70%;
    min-width: 470px;
    z-index: -1;
    transition: all .3s ease;
    /* border-bottom: 1px solid transparent; */
    border-color: #fff;
    overflow-y: hidden;
}

.bsi_sub.active {
    max-height: 200px;
    border-bottom: 1px solid #fff;
}

.bsi_sub a {
    display: flex;
    justify-content: center;
}

.bsi_sub a:not(:last-of-type) {
    width: 100%;
    background-image: url(../common/header_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.header_btn {
    display: flex !important;
    margin-top: 40px;
}
}



/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}


body {
	margin: 0;
	padding: 0;
    font-size: 3.7vw;
	line-height: 1.74;
}

main {
    margin-top: 13vw;
}




/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 4.5vw;
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row {
    width: 100%;
    position: relative;
    margin: 0;
}

/* padding-top */

.pt10 {
    padding-top: 1vw;
}

.pt20 {
    padding-top: 2vw;
}

.pt30 {
    padding-top: 3vw;
}

.pt40 {
    padding-top: 4vw;
}

.pt50 {
    padding-top: 5vw;
}

.pt60 {
    padding-top: 6vw;
}

.pt70 {
    padding-top: 7vw;
}

.pt80 {
    padding-top: 8vw;
}

.pt90 {
    padding-top: 9vw;
}

.pt100 {
    padding-top: 10vw;
}

.pt110 {
    padding-top: 11vw;
}

.pt120 {
    padding-top: 12vw;
}

.pt130 {
    padding-top: 13vw;
}

.pt140 {
    padding-top: 14vw;
}

.pt150 {
    padding-top: 15vw;
}

.pt160 {
    padding-top: 16vw;
}

.pt170 {
    padding-top: 17vw;
}

.pt180 {
    padding-top: 18vw;
}

.pt190 {
    padding-top: 19vw;
}

.pt200 {
    padding-top: 20vw;
}

/* padding-bottom */

.pb10 {
    padding-bottom: 1vw;
}

.pb20 {
    padding-bottom: 2vw;
}

.pb30 {
    padding-bottom: 3vw;
}

.pb40 {
    padding-bottom: 4vw;
}

.pb50 {
    padding-bottom: 5vw;
}

.pb60 {
    padding-bottom: 6vw;
}

.pb70 {
    padding-bottom: 7vw;
}

.pb80 {
    padding-bottom: 8vw;
}

.pb90 {
    padding-bottom: 9vw;
}

.pb100 {
    padding-bottom: 10vw;
}

.pb110 {
    padding-bottom: 11vw;
}

.pb120 {
    padding-bottom: 12vw;
}

.pb130 {
    padding-bottom: 13vw;
}

.pb140 {
    padding-bottom: 14vw;
}

.pb150 {
    padding-bottom: 15vw;
}

.pb160 {
    padding-bottom: 16vw;
}

.pb170 {
    padding-bottom: 17vw;
}

.pb180 {
    padding-bottom: 18vw;
}

.pb190 {
    padding-bottom: 19vw;
}

.pb200 {
    padding-bottom: 20vw;
}

/* padding左右 */

.px10 {
    padding: 0 1vw;
}

.px20 {
    padding: 0 2vw;
}

.px30 {
    padding: 0 3vw;
}

.px40 {
    padding: 0 4vw;
}

.px50 {
    padding: 0 5vw;
}

.px60 {
    padding: 0 6vw;
}

.px70 {
    padding: 0 7vw;
}

.px80 {
    padding: 0 8vw;
}

.px90 {
    padding: 0 9vw;
}

.px100 {
    padding: 0 10vw;
}

/* padding上下 */

.py10 {
    padding: 1vw 0;
}

.py20 {
    padding: 2vw 0;
}

.py30 {
    padding: 3vw 0;
}

.py40 {
    padding: 4vw 0;
}

.py50 {
    padding: 5vw 0;
}

.py60 {
    padding: 6vw 0;
}

.py70 {
    padding: 7vw 0;
}

.py80 {
    padding: 8vw 0;
}

.py90 {
    padding: 9vw 0;
}

.py100 {
    padding: 10vw 0;
}



.m_auto {
    margin: 0 auto;
}

/* margin-top */

.mt10 {
    margin-top: 1vw;
}

.mt20 {
    margin-top: 2vw;
}

.mt30 {
    margin-top: 3vw;
}

.mt40 {
    margin-top: 4vw;
}

.mt50 {
    margin-top: 5vw;
}

.mt60 {
    margin-top: 6vw;
}

.mt70 {
    margin-top: 7vw;
}

.mt80 {
    margin-top: 8vw;
}

.mt90 {
    margin-top: 9vw;
}

.mt100 {
    margin-top: 10vw;
}

.mt110 {
    margin-top: 11vw;
}

.mt120 {
    margin-top: 12vw;
}

.mt130 {
    margin-top: 13vw;
}

.mt140 {
    margin-top: 14vw;
}

.mt150 {
    margin-top: 15vw;
}

.mt160 {
    margin-top: 16vw;
}

.mt170 {
    margin-top: 17vw;
}

.mt180 {
    margin-top: 18vw;
}

.mt190 {
    margin-top: 19vw;
}

.mt200 {
    margin-top: 20vw;
}

/* margin-bottom */

.mb10 {
    margin-bottom: 1vw;
}

.mb20 {
    margin-bottom: 2vw;
}

.mb30 {
    margin-bottom: 3vw;
}

.mb40 {
    margin-bottom: 4vw;
}

.mb50 {
    margin-bottom: 5vw;
}

.mb60 {
    margin-bottom: 6vw;
}

.mb70 {
    margin-bottom: 7vw;
}

.mb80 {
    margin-bottom: 8vw;
}

.mb90 {
    margin-bottom: 9vw;
}

.mb100 {
    margin-bottom: 10vw;
}

.mb110 {
    margin-bottom: 11vw;
}

.mb120 {
    margin-bottom: 12vw;
}

.mb130 {
    margin-bottom: 13vw;
}

.mb140 {
    margin-bottom: 14vw;
}

.mb150 {
    margin-bottom: 15vw;
}

.mb160 {
    margin-bottom: 16vw;
}

.mb170 {
    margin-bottom: 17vw;
}

.mb180 {
    margin-bottom: 18vw;
}

.mb190 {
    margin-bottom: 19vw;
}

.mb200 {
    margin-bottom: 20vw;
}

/* margin左右 */

.mx10 {
    margin: 0 1vw;
}

.mx20 {
    margin: 0 2vw;
}

.mx30 {
    margin: 0 3vw;
}

.mx40 {
    margin: 0 4vw;
}

.mx50 {
    margin: 0 5vw;
}

.mx60 {
    margin: 0 6vw;
}

.mx70 {
    margin: 0 7vw;
}

.mx80 {
    margin: 0 8vw;
}

.mx90 {
    margin: 0 9vw;
}

.mx100 {
    margin: 0 10vw;
}

/* margin上下 */

.my10 {
    margin: 1vw 0;
}

.my20 {
    margin: 2vw 0;
}

.my30 {
    margin: 3vw 0;
}

.my40 {
    margin: 4vw 0;
}

.my50 {
    margin: 5vw 0;
}

.my60 {
    margin: 6vw 0;
}

.my70 {
    margin: 7vw 0;
}

.my80 {
    margin: 8vw 0;
}

.my90 {
    margin: 9vw 0;
}

.my100 {
    margin: 10vw 0;
}

/* 余白スペース調整用 */

.space01 {
    padding-top: 1vw;
}

.space02 {
    padding-top: 2vw;
}

.space03 {
    padding-top: 3vw;
}

.space04 {
    padding-top: 4vw;
}

.space05 {
    padding-top: 5vw;
}

.space06 {
    padding-top: 6vw;
}

.space07 {
    padding-top: 7vw;
}

.space08 {
    padding-top: 8vw;
}

.space09 {
    padding-top: 9vw;
}

.space10 {
    padding-top: 10vw;
}

.space11 {
    padding-top: 11vw;
}

.space12 {
    padding-top: 12vw;
}

.space13 {
    padding-top: 13vw;
}

.space14 {
    padding-top: 14vw;
}

.space15 {
    padding-top: 15vw;
}

.space16 {
    padding-top: 16vw;
}

.space17 {
    padding-top: 17vw;
}

.space18 {
    padding-top: 18vw;
}

.space19 {
    padding-top: 19vw;
}

.space20 {
    padding-top: 20vw;
}

.space01_min {
    margin-top: -1vw;
}

.space02_min {
    margin-top: -2vw;
}

.space03_min {
    margin-top: -3vw;
}

.space04_min {
    margin-top: -4vw;
}

.space05_min {
    margin-top: -5vw;
}

.space06_min {
    margin-top: -6vw;
}

.space07_min {
    margin-top: -7vw;
}

.space08_min {
    margin-top: -8vw;
}

.space09_min {
    margin-top: -9vw;
}

.space10_min {
    margin-top: -10vw;
}

.space11_min {
    margin-top: -11vw;
}

.space12_min {
    margin-top: -12vw;
}

.space13_min {
    margin-top: -13vw;
}

.space14_min {
    margin-top: -14vw;
}

.space15_min {
    margin-top: -15vw;
}

.space16_min {
    margin-top: -16vw;
}

.space17_min {
    margin-top: -17vw;
}

.space18_min {
    margin-top: -18vw;
}

.space19_min {
    margin-top: -19vw;
}

.space20_min {
    margin-top: -20vw;
}


/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.2;
    position: relative;
    margin: 0;
}

.txt10_sp {
    font-size: 1.6vw;
}

.txt12_sp {
    font-size: 1.9vw;
}

.txt14_sp {
    font-size: 2.2vw;
}

.txt16_sp {
    font-size: 2.5vw;
}

.txt18_sp {
    font-size: 2.8vw;
}

.txt20_sp {
    font-size: 3.1vw;
}

.txt22_sp {
    font-size: 3.4vw;
}

.txt24_sp {
    font-size: 3.7vw;
}

.txt26_sp {
    font-size: 4.1vw;
}

.txt28_sp {
    font-size: 4.4vw;
}

.txt30_sp {
    font-size: 4.7vw;
}

.txt32_sp {
    font-size: 5vw;
}

.txt34_sp {
    font-size: 5.3vw;
}

.txt36_sp {
    font-size: 5.6vw;
}

.txt38_sp {
    font-size: 6vw;
}

.txt40_sp {
    font-size: 6.3vw;
}




/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 3.5vw;
    width: 100%;
    /* height: 13vw; */
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 8px -3px #777777;
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13vw;
}

.header_logo {
    position: relative;
    height: 8.8vw;
    width: auto;
    z-index: 2;
}

.header_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

/* ハンバーガーメニュー */

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 5vw;
    width: 8vw;
    cursor: pointer;
    z-index: 2;
}

.hamburger div {
    position: relative;
    display: block;
    width: 100%;
    height: 0.5vw;
    background-color: #000;
    transition: all .3s ease;
    opacity: 1;
}

.hamburger.active div:nth-of-type(2) {
    opacity: 0;
}

.hamburger.active div:first-of-type {
    animation: .5s hamTopOpen ease forwards;
}

@keyframes hamTopOpen {
    0% {
        top: 0;
    }
    50% {
        top: calc(50% - 0.275vw);
        transform: rotate(0deg);
    }
    100% {
        top: calc(50% - 0.275vw);
        transform: rotate(45deg);
    }
}

.hamburger.reverse div:first-of-type {
    animation: .5s hamTopClose ease forwards;
}

@keyframes hamTopClose {
    0% {
        top: calc(50% - 0.275vw);
        transform: rotate(45deg);
    }
    50% {
        top: calc(50% - 0.275vw);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
    }
}

.hamburger.active div:last-of-type {
    animation: .5s hamBottomOpen ease forwards;
}

@keyframes hamBottomOpen {
    0% {
        bottom: 0;
    }
    50% {
        bottom: calc(50% - 0.275vw);
        transform: rotate(0deg);
    }
    100% {
        bottom: calc(50% - 0.275vw);
        transform: rotate(-45deg);
    }
}

.hamburger.reverse div:last-of-type {
    animation: .5s hamBottomClose ease forwards;
}

@keyframes hamBottomClose {
    0% {
        bottom: calc(50% - 0.275vw);
        transform: rotate(-45deg);
    }
    50% {
        bottom: calc(50% - 0.275vw);
        transform: rotate(0deg);
    }
    100% {
        bottom: 0;
    }
}

/* ハンバーガーメニューここまで */

.header_nav {
    position: absolute;
    top: -100vh;
    left: 0;
    padding: 0 3.5vw;
    padding-top: 13vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(118,196,222,0.95);
    opacity: 0;
    z-index: 0;
    transition: all .3s ease;
}

.header_nav.active {
    top: 0;
    opacity: 1;
}

.header_nav>a {
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #fff;
    width: 100%;
    /* background-color: #76c4de; */
    font-weight: bold;
}

.header_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header_btn img {
    width: 43vw;
}

.header_nav .h_business::before {
    content: "+";
    height: 5vw;
    line-height: 5vw;
    position: absolute;
    right: 2vw;
    top: calc(50% - 2.5vw);
    font-weight: 100;
    font-size: 6vw;
}

.header_nav .h_business.opened::before {
    content: "ー";
    font-size: 4vw;
    right: 1.75vw;
    top: calc(50% - 2.4vw);
    
}

.bsi_sub {
    position: relative;
    max-height: 0;
    display: block;
    width: 100%;
    z-index: -1;
    transition: all .3s ease;
    /* border-bottom: 1px solid transparent; */
    border-color: #fff;
    overflow-y: hidden;
}

.bsi_sub.active {
    max-height: 30vw;
    border-bottom: 1px solid #fff;
}

.bsi_sub a {
    display: flex;
    justify-content: center;
}

.bsi_sub a:not(:last-of-type) {
    width: 100%;
    background-image: url(../common/header_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.anc {
    position: relative;
    top: -13vw;
}


/*------------------------------------------
　フッター
-------------------------------------------*/

footer {
    width: 100%;
    padding-top: 10vw !important;
    background-color: #204547;
    color: #fff;
}

.footer_container {
    width: 75vw;
    margin: 0 auto;
    flex-direction: column;
}

footer .left {
    width: 75vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_logo {
    width: 68vw;
}

footer .left .gray {
    width: 100%;
    border-bottom: 1px solid #779d9e;
    color: #779d9e;
    text-align: center;
}

footer .address {
    font-weight: 400;
}

footer .tel {
    line-height: 1;
    margin-top: 15px;
    align-items: center;
}

footer .tel .yumincho {
    font-weight: bold;
}

footer .fax {
    line-height: 1;
}

footer .tel span:nth-of-type(1) {
    margin-bottom: -0.8vw;
}

footer .tel span:nth-of-type(1),
footer .fax span:nth-of-type(1) {
    display: block;
    width: 2em;
}

.footer_nav {
    width: 185px;
}

.footer_nav:nth-of-type(2) {
    width: 260px;
}

.footer_nav:nth-of-type(3) {
    width: 130px;
}

.f_contact img {
    border-radius: 5px;
}

.footer_banner {
    width: 60vw;
}

.f_banner_area {
    margin-top: 6vw;
    border-top: 1px solid #fff;
    padding-top: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8vw;
}

.right .footer_banner {
    /* margin-top: 8vw; */
}

.copyright {
    width: 100%;
    height: 7vw;
    border-top: 1px solid #fff;
    line-height: 2;
    padding: 0 50px;
    color: #ccc;
}
.copyright p {
    margin: 0 auto;
    text-align: center;
}



/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    z-index: 999;
}

.pagetop.active {
    opacity: 1;
    pointer-events: all;
}

#top {
    position: absolute;
    top: 0;
}



/*------------------------------------------
ボタン
-------------------------------------------*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70vw;
    height: 13vw;
    margin: 0 auto;
    font-size: 4vw;
    line-height: 0;
    color: #fff;
    background-color: #50f;
    border-radius: 1.2vw;
}


}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

#textarea,
#textfield,
#textfield1,
#textfield2,
#textfield3 {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}

#select {
    border-radius: 4px;
    border: 1px solid #999999;
    /* padding: 0.32rem 0.4rem 0.2rem 0.4rem; */
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}




body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

textarea,input {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
    text-align: justify;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
    margin: 0;
    padding: 0;
}

button,a {
    transition: .3s all ease;
    transition: all .3s ease;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}


span,
div {
	margin: 0;
	padding: 0;
}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}

.order03 {
	order: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.none {
    display: none;
}

.yumincho {
    font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP","MS PMincho",serif;
}

.yugothic {
    font-family:"Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.no_scroll {
    height: 100vh;
    overflow-y: hidden;
}

.txt_center {
    text-align: center;
}

.txt_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.txt_nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


