@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700');

/* !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: 15px;
text-align: left;
color: #fff;
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%;
background-color: #95c0da;
letter-spacing: 1.5px;
}
a {
	color: #000;
    text-decoration: none;
    transition: all .3s;
}
a:hover {
    color: #fb6841;
}
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;
}
table{
    border-collapse:collapse;
    width: 100%;
}
tr{
    border-bottom: 1px solid #bfbfbf;
}
tr:last-child{
    border-bottom: 0;
}
th, td {
    display: block;
    padding: 20px 10px;
}
th {
    color: #333;
    font-weight: bold;
    padding-bottom: 0;
}
td {
    padding-top: 10px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                th, td {
                    display: table-cell;
                    padding: 20px 10px;
                }
                th {
                    width: 30%;
                }
                td {
                    width: 70%;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                th {
                    width: 20%;
                }
                td {
                    width: 80%;
                }
            }


/* レイアウト
------------------------------------*/
.inner {
	width: 96%;
	margin: 0 auto;
    max-width: 1600px;
}
.cassette {
	padding: 100px 0;
}
#pankuzu {
	padding: 10px 0;
}
#menu {
	float: left;
	display: block;
}
.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;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .flex {
                display: flex;
                justify-content: space-between;
            }
            .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-right: 2%;
                margin-bottom: 0;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1200px) {
        }
        


 /*----------------------------------------------------
	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 .logo {
    max-width: 110px;
}
#header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}



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

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

            @media screen and (min-width: 1300px) {
                #header .logo {
                    max-width: 100%;
                }
                #header {
                    background-color: #fff;
                    padding: 10px 0;
                    border-radius: 0 0 40px 40px;
                }
                #header .inner {
                    align-items: center;
                    max-width: 100%;
                }
                #header .btn {
                    margin: 0;
                    border-radius: 15px;
                    background-color: #000;
                }
                #header .btn:hover {
                    background-color: #fb6841;
                }
                #header .btn span {
                    padding: 10px 20px;
                }
                #header #gNavi li {
                    font-weight: bold;
                }
                #header #gNavi li:not(:last-child) {
                    margin-right: 30px;
                }
                #header #gNavi li:last-child {
                    min-width: 160px;
                }
                #header #gNavi ul {
                    align-items: center;
                }
            }


/* footer
------------------------------------*/
#footer {
    background: url("../img/footer_bg_sp.png")no-repeat center top/cover;
    padding: 60px 0 80px;
    color: #fff;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 999;
}
#pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #696767;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: rotate(-90deg);
    font-size: 11px;
}
#footer .copyright {
    text-align: center;
    font-size: 80%;
}
#footer .linkAreaIn {
    margin-bottom: 30px;
}
#footer .linkAreaIn .logo {
	margin: 0 0 20px;
}
#footer .linkAreaIn .logo img {
	width: 74px;
}
#footer .linkAreaIn ul {
	display: flex;
	flex-wrap: wrap;
}
#footer .linkAreaIn ul li {
	width: 49%;
	margin: 0 2% 10px 0;
}
#footer .linkAreaIn ul li:nth-child(2n) {
	margin: 0 0 10px;
}
#footer .linkAreaIn ul li a {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
	border: 1px solid #cfcfcf;
	padding: 15px 0;
	font-size: 13px;
	position: relative;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#footer .linkAreaIn ul li a:link,
#footer .linkAreaIn ul li a:visited {
	color: #2e2e2e;
	text-decoration: none;
}
#footer .linkAreaIn ul li a:after {
	content: '>';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#footer .f_nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 80%;
}
#footer .f_nav li {
    width: 48%;
    margin-bottom: 5px;
}
#footer .f_nav li:nth-child(odd) {
    margin-right: 2%;
}
#footer .f_nav a {
    color: #fff;
}
#footer .f_nav a:hover {
    color: #fb6841;
}
#footer .f_logo {
    text-align: center;
}
#footer .f_logo span {
    display: inline-block;
    position: relative;
    padding-top: 110px;
    max-width: 320px;
}
#footer .f_logo span::after {
    position: absolute;
    content: "";
    background: url("../img/f_img02.png")no-repeat center center/cover;
    width: 63px;
    height: 85px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#footer .sp_btn {
    position: fixed;
    width: 100%;
    bottom: 0;
}
#footer .sp_btn .btn {
    max-width: 100%;
    border-radius: 15px 15px 0 0;
    background-color: #000;
}
#footer .f_add {
    text-align: center;
    margin-top: 40px;
    line-height: 1.8;
    font-size: 14px;
}
#footer .f_add .f_com {
    font-size: 18px;
}
#footer .f_add a {
    color: #fff;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #footer {
                    background-image: url("../img/footer_bg.png");
                    padding: 120px 0 40px;
                }
                #pagetop {
                    bottom: 20px;
                }
                #footer .sp_btn {
                    display: none;
                }
                #pagetop a {
                    width: 60px;
                    height: 60px;
                }
                #footer .linkAreaIn ul li {
					width: 32%;
				}
				#footer .linkAreaIn ul li:nth-child(2n) {
					margin: 0 2% 10px 0;
				}
				#footer .linkAreaIn ul li:nth-child(3n) {
					margin: 0 0 10px;
				}
				#footer .linkAreaIn ul li a:after {
					right: 15px;
				}
                #footer .linkAreaIn ul li a {
                    font-size: 14px;
                    height: 40px;
                }
                #footer .f_nav li {
                    width: auto;
                    margin-bottom: 0;
                }
                #footer .f_nav li:nth-child(odd), #footer .f_nav li:not(:last-child) {
                    margin-right: 40px;
                }
                #footer .f_nav {
                    margin: 60px auto;
                }
                #footer .f_logo span {
                    padding-top: 0;
                    max-width: 380px;
                }
                #footer .f_logo span::after {
                    width: 97px;
                    height: 130px;
                    top: 50%;
                    left: auto;
                    right: -120px;
                    transform: translateY(-50%);
                }
                #footer .f_add {
                    font-size: 16px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #footer .linkAreaIn {
					display: flex;
					justify-content: center;
					align-items: center;
					padding: 0 0 60px;
                    margin-bottom: 0;
				}
				#footer .linkAreaIn .logo {
					margin: 0 20px 13px 0;
				}
				#footer .linkAreaIn ul {
					width: 806px;
				}
				#footer .linkAreaIn ul li {
					width: 260px;
					margin: 0 13px 13px 0;
				}
				#footer .linkAreaIn ul li:nth-child(2n) {
					margin: 0 13px 13px 0;
				}
				#footer .linkAreaIn ul li:nth-child(3n) {
					margin: 0 0 13px;
				}
                #footer .linkAreaIn ul li a {
                    font-size: 15px;
                    height: 60px;
                }
                #footer .f_logo span {
                    max-width: 100%;
                }
                #footer .f_logo span::after {
                    width: 127px;
                    height: 170px;
                    right: -160px;
                }
            }



/* 見出し
------------------------------------*/
h2 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
h2 .en {
    font-size: 30px;
    display: flex;
    justify-content: center;
}

h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                h2 {
                    font-size: 18px;
                    margin-bottom: 60px;
                }
                h2 .en {
                    font-size: 45px;
                    margin-bottom: 10px;
                }
                h3 {
                    font-size: 24px;
                    margin-bottom: 50px;
                }
                h4 {
                    font-size: 20px;
                    margin-bottom: 30px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                h2 {
                    font-size: 22px;
                }
                h2 .en {
                    font-size: 60px;
                }
                h3 {
                    font-size: 38px;
                }
                h4 {
                    font-size: 24px;
                }
            }


/* common
------------------------------------*/
.txtRed {
    color: #de5151;
}
.t_bold {
    font-weight: bold;
}
.t_b {
    color: #397091;
}
.btn {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 30px auto 0;
    background-color: #5c8eac;
    color: #fff;
    border-radius: 10px;
}
.btn:hover {
    background-color: #fb6841;
    color: #fff;
}
.btn span {
    padding: 20px;
    position: relative;
    display: block;
}
.btn span::after {
    position: absolute;
    content: "＞";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 12px;
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime_fuwafuwa {
  animation: 3s fuwafuwa infinite;
}
.w_box {
    background-color: #fff;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto;
    color: #000;
}
.w_box > div {
    padding: 40px 20px;
}
.cirlce_li > li {
    position: relative;
    padding-left: 20px;
}
.cirlce_li > li::before {
    position: absolute;
    content: "●";
    left: 0;
    top: 0;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .w_box > div {
                    padding: 60px 80px;
                }
                .w_box {
                    border-radius: 45px;
                }
            }

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


/* spNavi
------------------------------------*/
#gNavi {
    display: none;
}
#spNavi {
	position: fixed;
    z-index: 999;
    width: 100%;
    top: 10px;
}
.drawer-btn {
	position: absolute;
	z-index: 999;
	top: -10px;
    right: 0px;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 0 0 0 50%;
}
.openbtn{
	position: relative;
	cursor: pointer;
    width: 31px;
  height: 31px;
    top: 4px;
  left: 12px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
	background: #000;
  	width: 90%;
}
.scrolled .openbtn span {
    background-color: #000;
}
.openbtn span:nth-of-type(1) {
	top:14px;
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:32px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    transform: translateX(-50%) translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(-6px) rotate(45deg);
}
.pull-down-list {
	display: block;
    position: absolute;
    width: 100%;
    top: 46px;
    background-color: rgba(255,255,255,0.9);
}
.pull-down-inner {
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
}
.pull-down-list li a, .pull-down-list.menu .accordion span {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #000;
	line-height: 2em;
    font-weight: bold;
}
.pull-down-list li {
    border-bottom: 1px solid #eee;
}
.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: 1px;
    background-color: #000;
    transition: all .4s;
    top: 25px;
}
.menu > ul > li.accordion::before {
    right: 20px;
}
.menu > ul > li.accordion::after {
    transform: rotate(90deg);
    right: 20px;
}
.menu > ul > li.accordion.open::after {
    transform: rotate(0deg);
}
.menu > ul > li.accordion.open > ul {
    border-top: 1px solid #eee;
    background-color: rgba(246, 246, 246, 0.5);
}
.menu > ul > li.accordion.open > ul li:last-child {
    border-bottom: none;
}




            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #spNavi {
                    top: 14px;
                }
                .pull-down-list {
                    top: 42px;
                }
                .drawer-btn {
                    top: -14px;
                }
            }
            @media only screen and (min-width: 1300px) {
                #gNavi {
                    display: block;
                    margin-left: 40px;
                    width: 50%;
                }
                #spNavi {
                    display: none;
                }
                .pull-down-list {
                    display: none;
                }
                #gNavi .has_child {
                    position: relative;
                }
                #gNavi .has_child ul{
                    position: absolute;
                    left:0;
                    top:42px;
                    z-index: 4;
                    /*形状を指定*/
                    background:rgba(78, 185, 205, 0.7);
                    width:180px;
                    /*はじめは非表示*/
                    visibility: hidden;
                    opacity: 0;
                    /*アニメーション設定*/
                    transition: all .3s;
                }
                .scrolled #gNavi .has_child ul{
                    top: 55px;
                }
                #gNavi .has_child:hover > ul,
                #gNavi .has_child ul li:hover > ul,
                #gNavi .has_child:active > ul,
                #gNavi .has_child ul li:active > ul{
                  visibility: visible;
                  opacity: 1;
                }
                #gNavi .has_child li a {
                    padding: 10px;
                    display: block;
                    position: relative;
                    font-size: 14px;
                }
                #gNavi .has_child li a::after {
                    position: absolute;
                    content: "→";
                    transition: all .3s;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 10px;
                }
                #gNavi .has_child li a:hover::after {
                    right: 3px;
                }
                #gNavi .has_child.un_link li span::after {
                    content: none;
                }
                #gNavi .has_child.un_link li span {
                    padding-bottom: 0;
                }
                .scrolled #gNavi .has_child span {
                    color: #000;
                }
                #gNavi .has_child.un_link li:not(:last-child) {
                    border-bottom: 1px solid #fff;
                }
                .scrolled #gNavi .has_child ul span, .scrolled #gNavi .has_child ul a::after {
                    color: #fff;
                }
                #gNavi .has_child > span {
                    padding-right: 20px;
                }
                #gNavi .has_child > span::before {
                    position: absolute;
                    content: ">";
                    transform: rotate( 90deg );
                    right: 0;
                    top: 2px;
                }
                .scrolled #gNavi .has_child > span::before {
                    top: 12px;
                }
            }

/* 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 */