@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{ 
margin:0px; 
padding:0px; 
}
body{
font-size: 100%;
text-align: left;
color: #333;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-text-size-adjust: 100%;
line-height: 1.5;
}

a {
	color: #333;
    text-decoration: none;
}
ul {
    list-style-type: none;
}
img{
    border:0px;
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
iframe {
    border: 0;
    overflow: hidden;
}
table{
    border-collapse:collapse;
    width: 100%;
    border: 1px solid #bfbfbf;
    background-color: #fff;
}
tr{
    border-bottom: 1px solid #bfbfbf;
}
tr:last-child{
    border-bottom: 0;
}
th, td {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
th {
    color: #333;
    font-weight: bold;
    background-color: #e1f2fa;
    border-bottom: 1px solid #bfbfbf;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                th, td {
                    display: table-cell;
                }
                th, td {
                    border-bottom: 0;
                }
            }


/* レイアウト
------------------------------------*/
#contents {
    padding-top: 90px;
    background: url("../../img/bg01.png") center center;
    background-attachment: fixed;
}
#main {
    background-color: #fff;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.inner {
	width: 96%;
	margin: 0 auto;
    max-width: 1300px;
}
#main .inner {
    max-width: 1140px;
    width: 80%;
}
.cassette {
	padding: 60px 0;
}
#pankuzu {
	padding: 10px 0;
}
.link_txt {
    color: #ea6a98;
    text-decoration: underline;
}
.flex_box01:not(:last-child), .flex_box02:not(:last-child), .flex_box03:not(:last-child) {
    margin-bottom: 30px;
}
.disc_li li {
    margin-left: 20px;
    list-style-type: disc;
}
.btn01 {
    display: block;
    border-radius: 50px;
    padding: 20px 0;
    color: #fff;
    font-weight: 500;
    max-width: 300px;
    width: 100%;
    background-color: #39A886;
    border: 8px solid #B4DED1;
    position: relative;
    transition: all 0.3s;
    text-align: center;
    margin: 40px auto 0;
    font-size: 1.1rem;
}
.btn01:hover {
    background-color: #B4DED1;
}
.btn01 span {
    display: inline-block;
    padding-right: 40px;
    position: relative;
}
.btn01 span::before, .btn01 span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn01 span::before {
    content: "";
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 0;
}
.btn01 span::after {
    content: "→";
    color: #39A886;
    right: 5px;
    transition: all 0.3s;
}
.btn01:hover span::after {
    right: 0;
    color: #B4DED1;
}
.en {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 1.2rem;
}
.t_center {
    text-align: center;
}
#link01, #link02, #link03, #link04, #link05 {
    padding-top: 100px;
    margin-top: -100px;
}
.underline_before {
	background: linear-gradient(#FFF148, #FFF148) 0 100%/0 16px no-repeat;
	transition: background 3s;
	text-decoration: none;
}
.underline_after {
	background-size: 100% 16px;
}




        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            #contents {
                padding-top: 100px;
            }
            .flex {
                display: flex;
                justify-content: space-between;
                gap: 2% 30px;
            }
            .flex.rev {
                flex-direction: row-reverse;
            }
            .flex_box01 {
                width: 48%;
            }
            .flex_box02 {
                width: 32%;
            }
            .flex_box03 {
                width: 23%;
            }
            .flex_box01:not(:last-child), .flex_box02:not(:last-child), .flex_box03:not(:last-child) {
                margin-bottom: 0;
            }
            #link01, #link02, #link03, #link04, #link05 {
                padding-top: 110px;
                margin-top: -110px;
            }
            .cassette {
                padding: 100px 0;
            }
            .underline_after {
                background-size: 100% 16px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1400px) {
            #contents {
                padding-top: 108px;
            }
            #link01, #link02, #link03, #link04, #link05 {
                padding-top: 115px;
                margin-top: -115px;
            }
        }
        


 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb60 { margin-bottom: 60px!important;}


/* responsive
------------------------------------*/
.pcTab, .pc, .tab { display: none;}
.sp, .tabSp { display: block;}

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .pc, .sp { display: none;}
                .tab, .pcTab, .tabSp { display: block;}
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .sp, .tab, .tabSp { display: none;}
                .pcTab, .pc { display: block;}
            }


/* header
------------------------------------*/
#header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 999;
}
#header h1 a {
    display: flex;
    align-items: flex-end;
}
#header h1 {
    max-width: 300px;
}
#header h1 .logo {
    max-width: 300px;
    margin-left: 20px;
    width: 100%;
}
#header h1 .en {
    display: inline-block;
    color: #39A886;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.1rem;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #header h1 .logo {
                    margin-left: 40px;
                }
                #header h1 {
                    max-width: 380px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1400px) {
                #header {
                    padding: 0;
                }
                #header .flex {
                    align-items: center;
                }
                #header h1 {
                    width: 38%;
                    max-width: 420px;
                }
                #header #gNavi {
                    width: 60%;
                    max-width: 900px;
                }
                #header .h_btn {
                    display: block;
                    background-color: #FFD917;
                    text-align: center;
                    padding: 30px 20px;
                    font-size: 0.8rem;
                    min-width: 200px;
                }
                #header .h_btn .en {
                    font-size: 1.2rem;
                }
            }


/* footer
------------------------------------*/
#powered_by_me {
    display: none;
}
#pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 900;
    display: block;
}
#pagetop a {
    background-color: #39A886;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pagetop span {
    position: relative;
    display: inline-block;
    padding-top: 30px;
}
#pagetop span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: 11px;
    transition: all 0.3s;
}
#pagetop a:hover span::after {
    top: 2px;
}
#footer {
    padding: 60px 0 10px;
    background-color: #fff;
}
#footer .copyright {
    text-align: center;
    font-size: 0.9rem;;
}
#footer .f_btn {
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #EE5324;
    padding: 20px;
    color: #fff;
    transition: all 0.3s;
    max-width: 500px;
    margin: 0 auto 40px;
}
#footer .f_btn:hover {
    background-color: #AF4524;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #footer {
                    padding: 80px 0 10px;
                }
                #footer .f_btn {
                    margin-bottom: 60px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 見出し
------------------------------------*/
h2 {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    margin-bottom: 40px;
    margin-left: 30px;
}
h2::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 70px;
  height: 70px;
  top: -15px;
    left: -25px;
    background-color: #dff1ec;
    border-radius: 50%;
}
h2 .en {
    font-size: 0.9rem;
    display: block;
}
h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    color: #5AB283;
    text-align: center;
}
h4 {
    padding-left: 30px;
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
h4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 15px;
    border-radius: 50px;
    left: 0;
    top: 0;
    background-color: #39A886;
}
h5 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 30px;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                h2 {
                    font-size: 2.6rem;
                    margin-bottom: 60px;
                }
                h2 .en {
                    font-size: 1rem;
                }
                h3 {
                    font-size: 2.1rem;
                }
                h4 {
                    font-size: 1.8rem;
                }
                h5 {
                    font-size: 1.4rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                h2 {
                    font-size: 3rem;
                }
                h2::before {
                    width: 100px;
                    height: 100px;
                    top: -30px;
                    left: -50px;
                }
                h3 {
                    font-size: 2.8rem;
                }
                h4 {
                    font-size: 2.2rem;
                }
                h5 {
                    font-size: 1.6rem;
                }
            }


/* common
------------------------------------*/
.txtRed {
    color: #EA0000;
}
.t_bold {
    font-weight: bold;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* spNavi
------------------------------------*/
#gNavi {
    display: none;
}
#spNavi {
	position: fixed;
    z-index: 999;
    width: 70%;
    top: 0;
    right: -70%;
    transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#spNavi.panelactive {
    right: 0;
}

.menu .accordion span {
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	line-height: 2em;
    font-weight: bold;
}
.menu ul > li.accordion > ul {
  display: none;
}
.menu ul > li.accordion {
    position: relative;
}
.menu ul > li.accordion::before, .menu ul > li.accordion::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
    top: 25px;
}
.menu ul > li.accordion::before {
    right: 10px;
}
.menu ul > li.accordion::after {
    transform: rotate(90deg);
    right: 10px;
}
.menu ul > li.accordion.open::after {
    transform: rotate(0deg);
}
.menu ul > li.accordion.open > ul {
    background-color: rgba(255, 179, 0, 0.6);
    padding-left: 20px;
  width: calc(100% - 20px);
}
.menu ul > li.accordion.open > ul li:last-child {
    border-bottom: none;
}


/*========= ナビゲーションのためのCSS ===============*/

#g_nav {
    position:relative;
    z-index: -1;
    /*ナビのスタート位置と形状*/
	top:0;
	width: 100%;
    height: 100vh;/*ナビの高さ*/
	background:#39A886;
    /*動き*/
	
}



/*ナビゲーションの縦スクロール*/
#g_nav.panelactive #g_nav_list{
    /*ナビの数が増えた場合縦スクロール*/
    margin: 0 auto;
  width: 96%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g_nav_list > ul {
    width: calc(96% - 20px);
  margin: 0 auto;
    padding-top: 20px;
}

/*リストのレイアウト設定*/
#g_nav_list > ul li a {
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.menu .accordion > span, #g_nav_list > ul > li a {
    padding: 10px 0 10px 30px;
    position: relative;
}
.menu .accordion > span::before, .menu .accordion > span::after,
#g_nav_list > ul > li a::before, #g_nav_list > ul > li a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.menu .accordion > span::before, #g_nav_list > ul > li a::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
}
.menu .accordion > span::after, #g_nav_list > ul > li a::after {
    content: "→";
    color: #39A886;
    left: 4px;
  font-size: 0.8rem;
}
.menu .accordion > span, #g_nav_list > ul > li a {
    transform: all 0.3s;
}
.menu .accordion > span:hover, #g_nav_list > ul > li a:hover {
    color: #FFD991;
}
#g_nav_list > .spbtn_li > li a::before, #g_nav_list > .spbtn_li > li a::after {
    content: none;
}
#g_nav_list > .spbtn_li > li:not(:last-child) {
    margin-bottom: 10px;
}
#g_nav_list > .spbtn_li > li .spbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 55px;
    width: calc(100% - 6px);
    max-width: 300px;
    border-radius: 10px;
    border: 3px solid #FFB300;
    background-color: #fff;
    color: #39A886;
    font-size: 1.1rem;
    padding: 0;
}
#g_nav_list > .spbtn_li > li .sp01 {
    border-color: #fff;
    color: #fff;
    background-color: #FFB300;
}
#g_nav_list > .spbtn_li > li .sp01 span::before {
    position: absolute;
    content: "";
    background: url("../img/common_icon02.png")no-repeat center center/cover;
    width: 20px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}
#g_nav_list > .spbtn_li > li .sp02 {
    font-size: 1.4rem;
  letter-spacing: 0px;
    line-height: 1.2;
}
#g_nav_list > .spbtn_li > li .sp02 span:first-child, #g_nav_list > .spbtn_li > li .sp01 span {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
#g_nav_list > .spbtn_li > li .sp02 span:first-child::before {
    position: absolute;
    content: "";
    background: url("../img/common_icon02a.png")no-repeat center center/cover;
    width: 28px;
  height: 19px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#g_nav_list > .spbtn_li > li .spbtn .s {
    font-size: 0.55rem;
    letter-spacing: 0;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top:50px;
	left: -50px;
	cursor: pointer;
    width: 50px;
    height:90px;
    background-color: #39A886;
    border-radius: 10px 0 0 10px;
    transition: all 0.8s;
}
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 65%;
  }

.openbtn span:nth-of-type(1) {
	top: 25px;	
}

.openbtn span:nth-of-type(2) {
	top: 33px;
}

.openbtn span:nth-of-type(3) {
	top: 41px;
}

.openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 40px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
.openbtn::after {
    position: absolute;
    content: "MENU";
    color: #fff;
    left: 9px;
    bottom: 20px;
    transition: all 0.3s;
    font-size: 0.7rem;
}
.openbtn.active::after {
    content: "CLOSE";
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #spNavi {
                    right: -420px;
                    max-width: 420px;
                }
            }
            @media only screen and (min-width: 1400px) {
                #gNavi {
                    display: block;
                    margin-left: 40px;
                }
                #spNavi {
                    display: none;
                }
            }



/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */