@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=Hachi+Maru+Pop&family=Montserrat:ital,wght@0,100..900;1,100..900&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%;
}
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%;
}
tr{
    border-bottom: 1px solid #c7c7c7;
}
th, td {
    padding: 20px 10px;
    display: block;
}
th {
    color: #333;
    font-weight: bold;
    text-align: center;
}

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


/* レイアウト
------------------------------------*/
.inner {
	width: 92%;
	margin: 0 auto;
    max-width: 1300px;
}
.cassette {
	padding: 80px 0;
}
#c01 {
	padding: 0 0 80px;
}
#pankuzu {
	padding: 10px 0;
}
#main {
	overflow: hidden;
}
#main .cassette p {
    line-height: 2;
}
.link_txt {
    color: #0071be;
    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: 960px) {
            #c01 {
                padding: 100px 0;
            }
        }
        


 /*----------------------------------------------------
	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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: calc(100% - 20px);
    top: 0;
    left: 0;
    padding: 20px 10px 0;
    z-index: 9999;
    transition: all 0.3s;
}
#header.scrolled {
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}
.indexLayout #header {
    opacity: 0;
}
.indexLayout.appear #header {
    opacity: 1;
}
#header h1 {
    width: 45%;
    max-width: 196px;
}
#header .btn01 {
    background-color: #0071be;
    text-align: center;
}
#header .btn01 span::after {
    content: none;
}
#header .btn01 span {
    font-weight: normal;
}
#header .btn01.tabSp {
    max-width: 100px;
    font-size: 0.7rem;
    margin-right: 60px;
}
#header .btn01.tabSp span {
    padding: 8px 0;
}
#header .index_logo, #header .common_logo {
   display: none;
}
.commonLayout #header .index_logo01, .indexLayout #header .common_logo01,
.indexLayout #header.scrolled .index_logo01 {
    display: none;
}
.indexLayout #header .index_logo01, .commonLayout #header .common_logo01,
.indexLayout #header.scrolled .common_logo01 {
    display: block;
}

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

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .commonLayout #header .index_logo01, .commonLayout #header .common_logo01,
                .indexLayout #header .index_logo01, .indexLayout #header .common_logo01,
                .indexLayout #header.scrolled .common_logo01 {
                    display: none;
                }
                #header {
                    width: calc(100% - 40px);
                    padding: 20px 20px 0;
                }
                #header h1 {
                    max-width: 100%;
                }
                #header #gNavi a {
                    display: block;
                    text-align: center;
                }
                #header #gNavi li:not(:last-child) .en, .indexLayout  #header.scrolled #gNavi li:not(:last-child) .en {
                    font-weight: 700;
                    color: #0071be;
                    font-size: 0.8rem;
                    display: block;
                    margin-top: 3px;
                }
                .indexLayout #header #gNavi li:not(:last-child) a, .indexLayout  #header #gNavi li:not(:last-child) .en {
                    color: #fff;
                }
                .indexLayout #header.scrolled #gNavi li:not(:last-child) a {
                    color: #333;
                }
                #header #gNavi li:last-child {
                    min-width: 210px;
                }
                #header #gNavi li a {
                    transition: all 0.3s;
                }
                #header #gNavi li:not(:last-child) a:hover, #header #gNavi li:not(:last-child) a:hover .en,
                .indexLayout #header.scrolled #gNavi li:not(:last-child) a:hover {
                    color: #0071be;
                }
                #header #gNavi li:last-child a:hover {
                    opacity: 0.9;
                }
                .commonLayout #header .index_logo, .indexLayout #header .common_logo,
                .indexLayout #header.scrolled .index_logo {
                    display: none;
                }
                .indexLayout #header .index_logo, .commonLayout #header .common_logo,
                .indexLayout #header.scrolled .common_logo {
                    display: block;
                }
            }
            @media screen and (min-width: 1400px) {
                #header h1 {
                    width: 23%;
                }
                #header .btn01.tabSp {
                    display: none;
                }
                #header #gNavi {
                    width: 75%;
                    max-width: 1300px;
                }
            }


/* footer
------------------------------------*/
#footer {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

#footer a:hover {
    opacity: 0.6;
}
#footer .btn01:hover {
    opacity: 0.9;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 500;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0071be;
}
#pagetop::after {
    position: absolute;
    content: "↑";
    transition: all 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 300;
}
#pagetop:hover::after {
    top: 5px;
    transform: translateX(-50%);
}
#footer .copyright {
    margin-top: 20px;
    font-size: 0.8rem;
}
.footer_wrap {
    background: url("../img/fotter_bg01.png")no-repeat center center/cover;
    padding: 50px 0;
}
.footer_wrap h2 {
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
  font-weight: normal;
    margin-bottom: 45px;
}
.footer_wrap h2 .en {
    font-size: 2rem;
}
.footer_wrap .btn01 {
    background-color: #fff;
    max-width: 540px;
    color: #0071be;
    transition: all 0.3s;
}
.footer_wrap .btn01:hover {
    color: #fff;
    background-color: #0071be;
}
.footer_wrap .btn01 span {
    padding: 25px 30px;
    display: flex;
    align-items: center;
}
.footer_wrap .btn01 img {
    display: inline-block;
    max-width: 46px;
  margin-right: 5px;
    margin-left: 0;
}
#footer .main_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .main_menu > li {
    width: 100%;
}
#footer .main_menu > li:not(:last-child) {
    margin-bottom: 20px;
}
#footer .f_logo {
    max-width: 509px;
    display: inline-block;
    margin-bottom: 30px;
}
#footer .main_menu a {
    color: #0071be;
    font-weight: bold;
}
#footer .main_menu a .en {
    font-size: 0.8rem;
}
#footer .main_sub {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}
#footer .main_sub > li {
    position: relative;
    padding-left: 15px;
    font-size: 0.8rem;
}
#footer .main_sub > li::before {
    position: absolute;
    content: "●";
    left: 0;
    top: 0;
    color: #bdbdbd;
}
#footer .main_sub > li:not(:last-child) {
    margin-right: 10px;
}
#footer .main_sub > li a {
    color: #333;
    font-weight: normal;
}
#footer .sub_menu {
    margin-bottom: 30px;
}
#footer .sub_menu > li {
    position: relative;
    padding-left: 20px;
    font-size: 0.9rem;
}
#footer .sub_menu > li:not(:last-child) {
    margin-bottom: 10px;
}
#footer .sub_menu > li::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
}
#footer .btn01 span::after {
    content: none;
}
#footer .btn01 {
    background-color: #0071be;
    text-align: center;
    max-width: 150px;
}
#footer .btn01 .en {
    font-weight: normal;
    padding: 12px 20px;
}
#footer .flex_box01:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #pagetop {
                    width: 90px;
                    height: 90px;
                }
                #pagetop::after {
                  font-size: 1.2rem;
                }
                #pagetop:hover::after {
                    top: 15px;
                }
                .footer_wrap .flex {
                    justify-content: center;
                }
                .footer_wrap .flex .flex_box01 {
                    max-width: 540px;
                }
                .footer_wrap .btn01 {
                    font-size: 1.2rem;
                    font-weight: bold;
                }
                .footer_wrap .btn01 span {
                    padding: 45px 40px;
                }
                .footer_wrap .btn01 span::after {
                    right: 40px;
                }
                .footer_wrap .btn01:hover span::after {
                    right: 20px;
                }
                .footer_wrap {
                    padding: 80px 0;
                }
                .footer_wrap h2 {
                    font-size: 1.2rem;
                }
                .footer_wrap h2 .en {
                    font-size: 3rem;
                }
                .footer_wrap .btn01 img {
                    max-width: 76px;
                  margin-right: 10px;
                }
                #footer .flex_box01:first-child {
                    width: 60%;
                    padding-bottom: 0;
                    border-right: 1px solid #bfbfbf;
                    border-bottom: none;
                    padding-right: 30px;
                    margin-right: 40px;
                }
                #footer .flex_box01:last-child {
                    width: 38%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #footer {
                    padding: 80px 0;
                }
                #footer::before, #footer::after {
                    position: absolute;
                    content: "";
                    z-index: -1;
                    background: url("../img/common_bg01.png")no-repeat center center/cover;
                    width: 739px;
                    height: 550px;
                }
                #footer::before {
                    transform: rotate( 65deg );
                  bottom: -160px;
                  left: -270px;
                }
                #footer::after {
                    right: -100px;
                    top: -100px;
                }
                .footer_wrap {
                    padding: 110px 0;
                }
                #footer .main_menu > li:nth-child(1), #footer .main_menu > li:nth-child(2), #footer .main_menu > li:nth-child(3) {
                    width: 30%;
                }
                #footer .main_menu > li:nth-child(4), #footer .main_menu > li:nth-child(5), #footer .main_menu > li:nth-child(6) {
                    width: 70%;
                }
                #footer .main_menu > li:nth-child(1) {
                    order: 1;
                }
                #footer .main_menu > li:nth-child(2) {
                    order: 3;
                }
                #footer .main_menu > li:nth-child(3) {
                    order: 5;
                }
                #footer .main_menu > li:nth-child(4) {
                    order: 2;
                }
                #footer .main_menu > li:nth-child(5) {
                    order: 4;
                }
                #footer .main_menu > li:nth-child(6) {
                    order: 6;
                }
                #footer .main_menu > li:nth-child(7) {
                    order: 7;
                }
                #footer .main_sub > li {
                    padding-left: 0;
                    font-size: 0.8rem;
                }
                #footer .main_sub > li::before {
                    content: none;
                }
                #footer .main_sub > li:not(:last-child)::after {
                    position: absolute;
                    content: "";
                    width: 1px;
                    height: 100%;
                    border-right: 1px solid #333;
                    right: 0;
                }
                #footer .main_sub > li:not(:last-child) {
                    margin-right: 10px;
                    padding-right: 10px;
                }
                #footer .flex_box01:first-child {
                    width: 70%;
                }
                #footer .flex_box01:last-child {
                    width: 30%;
                }
            }
            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                #footer .main_sub > li:not(:last-child) {
                    margin-right: 20px;
                    padding-right: 20px;
                }
                #footer .main_sub > li {
                    font-size: 0.9rem;
                }
            }



/* 見出し
------------------------------------*/



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

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



/* commonLayout
------------------------------------*/
.commonLayout #main .h2Wrap {
    text-align: center;
    padding: 110px 0 60px;
    position: relative;
}
.commonLayout #main .h2Wrap::before, .commonLayout #main .h2Wrap::after {
    position: absolute;
    content: "";
    background: url("../img/common_bg01.png")no-repeat center center/cover;
    width: 249px;
    height: 185px;
    z-index: -1;
}
.commonLayout #main .h2Wrap::before {
    transform: rotate( 185deg );
    left: -70px;
  top: -40px;
}
.commonLayout #main .h2Wrap::after {
    transform: rotate( -120deg );
  right: -80px;
  top: -30px;
}
.commonLayout #main .h2Wrap h2 {
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: 2px;
}
.commonLayout #main .h2Wrap h2 .en {
    font-size: 1.6rem;
  margin-bottom: 5px;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .commonLayout #main .h2Wrap {
                    padding: 130px 0 70px;
                }
                .commonLayout #main .h2Wrap h2 {
                    font-size: 1rem;
                }
                .commonLayout #main .h2Wrap h2 .en {
                    font-size: 3rem;
                    margin-bottom: 6px;
                }
                .commonLayout #main .h2Wrap::before, .commonLayout #main .h2Wrap::after {
                    width: 509px;
                    height: 380px;
                }
                .commonLayout #main .h2Wrap::before {
                    left: -90px;
                    top: -130px;
                }
                .commonLayout #main .h2Wrap::after {
                    right: -150px;
                    top: -40px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .commonLayout #main .h2Wrap {
                    padding: 220px 0 115px;
                }
                .commonLayout #main .h2Wrap h2 .en {
                    margin-bottom: 15px;
                }
                .commonLayout #main .h2Wrap::before, .commonLayout #main .h2Wrap::after {
                    width: 739px;
                    height: 550px;
                }
                .commonLayout #main .h2Wrap::before {
                    left: -30px;
                    top: -100px;
                }
                .commonLayout #main .h2Wrap::after {
                    right: -60px;
                }
            }




/* common
------------------------------------*/
.caption {
    font-size: 0.8rem;
    margin-top: 3px;
    padding-left: 20px;
}
.txtRed {
    color: #EA0000;
}
#main .text p {
    line-height: 1.5;
}
#main .text .en {
    line-height: 1.2;
}
.t_bold {
    font-weight: bold;
}
.en {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: block;
}
.btn01, .ex_btn {
    display: block;
    width: 100%;
    max-width: 290px;
    border-radius: 100px;
    color: #fff;
    background-color: #eab330;
}
.btn01 span, .ex_btn {
    position: relative;
    display: block;
    padding: 20px;
}
.btn01 span::after, .ex_btn::after {
    position: absolute;
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.3s;
}
.btn01:hover span::after, .ex_btn:hover::after {
    right: 10px;
}
.ex_btn {
    width: calc(100% - 40px);
    max-width: calc(290px - 40px);
    background: linear-gradient(to right, #0052a3, #009ee3);
}
.ex_btn span {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.ex_btn span::before {
    position: absolute;
    content: "";
    background: url("../img/icon02.png")no-repeat center center/cover;
    width: 11px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.circle_li > li {
    position: relative;
    padding-left: 20px;
}
.circle_li > li::before {
    position: absolute;
    content: "●";
    top: 0;
    left: 0;
    color: #bdbdbd;
}
.ex_link {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.ex_link::after {
    position: absolute;
    content: "";
    background: url("../img/icon01.png")no-repeat center center/cover;
    width: 11px;
    height: 11px;
    top: 6px;
    right: 0;
}
.img {
    overflow: hidden;
    border-radius: 20px;
}
.caution_li > li {
    position: relative;
    padding-left: 20px;
}
.caution_li > li::before {
    position: absolute;
    content: "※";
    left: 0;
    top: 0;
}
.caution_li > li:not(:last-child) {
    margin-bottom: 10px;
}
.stone_box {
    position: relative;
}
.stone_box .parallax1, .stone_box .parallax2 {
    position: absolute;
    z-index: -100;
    max-width: 200px;
}
.stone_box .parallax1 {
    transform: rotate( 65deg );
    left: -50px;
}
.stone_box .parallax2 {
    transform: rotate( -5deg );
    right: -50px;
}
.g_box {
    background-color: rgba(243,243,243, 0.9);
    padding: 40px 20px;
    border-radius: 20px;
}
.disc_li > li {
    list-style-type: disc;
    margin-left: 20px;
}
.disc_li > li:not(:last-child) {
    margin-bottom: 10px;
}
.b {
    color: #0071be;
}
.ex_bg {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.ex_bg::after {
    position: absolute;
    content: "";
    width: 87%;
    height: 220px;
    border-radius: 20px 0 0 20px;
    background-color: #d5d5d5;
    z-index: -1;
    bottom: 0;
    right: 0;
}
.rev.ex_bg::after {
    right: auto;
    left: 0;
}
.ex_bg .mbgextend {
    width: 100%;
    height: 220px;
    border-radius: 20px 0 0 20px;
    margin-top: 50px;
    overflow: hidden;
}
.ex_bg .mbgextend .bgappear {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
.rev.ex_bg .mbgextend, .rev.ex_bg::after {
    border-radius: 0 20px 20px 0;
}
.ex_img {
    width: 96%;
    margin-left: auto;
}
.rev.ex_bg .ex_img {
    margin-left: 0;
}
.column_box {
    margin-bottom: 60px;
}
/*背景色が伸びて出現 共通*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}
.bgappear {
    opacity: 0;
}
/*中の要素*/
.bgLRextend .bgappear, .bgRLextend .bgappear {
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0071be;/*伸びる背景色の設定*/
    border-radius: 0 35px 35px 0;
    z-index: 100;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
/*--------- 右から --------*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0071be;/*伸びる背景色の設定*/
    border-radius: 35px 0 0 35px;
    z-index: 100;
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}
#link01 {
    padding-top: 80px;
    margin-top: -80px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .img {
                    border-radius: 35px;
                }
                .stone_box .parallax1, .stone_box .parallax2 {
                    max-width: 330px;
                }
                .g_box {
                    padding: 60px 50px;
                    border-radius: 35px;
                }
                .disc_li > li:not(:last-child) {
                    margin-bottom: 20px;
                }
                .ex_bg .mbgextend {
                    height: 470px;
                }
                .column_box {
                    margin-bottom: 80px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .stone_box .parallax1, .stone_box .parallax2 {
                    max-width: 500px;
                }
                .stone_box .parallax1 {
                    left: -50px;
                }
                .stone_box .parallax2 {
                    right: -50px;
                }
                .ex_bg {
                    padding-bottom: 60px;
                }
                .ex_bg::after {
                    width: 43%;
                    border-radius: 35px 0 0 35px;
                    height: 100%;
                    max-height: 560px;
                    top: 0;
                    bottom: auto;
                }
                .ex_bg .inner > div {
                    width: 48%;
                }
                .rev.ex_bg .inner > div {
                    margin-left: auto;
                }
                .ex_img {
                    position: absolute;
                    width: 48%;
                    right: 0;
                    top: 0;
                    height: 100%;
                    margin-left: 0;
                    max-height: 560px;
                }
                .rev .ex_img {
                    right: auto;
                    left: auto;
                }
                .ex_bg .mbgextend {
                    height: calc(100% - 60px);
                    border-radius: 35px 0 0 35px;
                    margin-top: 0;
                }
                .rev.ex_bg .mbgextend, .rev.ex_bg::after {
                    border-radius: 0 35px 35px 0;
                }
                #link01 {
                    padding-top: 110px;
                    margin-top: -110px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1600px) {
                .stone_box .parallax1, .stone_box .parallax2 {
                    max-width: 100%;
                }
                .ex_img, .ex_bg::after {
                    max-height: 760px;
                }
            }


/* spNavi
------------------------------------*/
#gNavi {
    display: none;
}
#spNavi {
	position: fixed;
    z-index: 900;
    width: 100%;
    top: 0;
    left: 0;
}
.drawer-btn {
	position: absolute;
	z-index: 900;
	top: 23px;
    right: 20px;
}
.openbtn{
	position: relative;
	cursor: pointer;
    width: 35px;
    height:25px;
	border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
	background: #000;
  	width: 100%;
}
.indexLayout #header .openbtn span,
.indexLayout #header.scrolled .openbtn.active span {
    background-color: #fff;
}
.indexLayout #header.scrolled .openbtn span {
    background-color: #000;
}
.openbtn span:nth-of-type(1) {
	top:0;
}
.openbtn span:nth-of-type(2) {
	top: 50%;
    transform: translate(-50%, -50%);
}
.openbtn span:nth-of-type(3) {
	bottom: 0;
}
.openbtn.active span {
    background-color: #fff;
}
.openbtn.active span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%);
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}
#header .pull-down-list {
	display: block;
    position: absolute;
    width: 100%;
    top: 0;
}
.pull-down-inner {
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
}
#header .pull-down-list .index_menu {
    background: linear-gradient(to bottom right, #3bb3d4, #0665a6);
    height: 100vh;
    padding: 20px;
}
#header .pull-down-list li a {
	color: #fff;
}
#header .pull-down-list .index_menu .sp_logo {
    max-width: 196px;
    margin-bottom: 40px;
    display: block;
}
#header .pull-down-list .index_menu .main_menu {
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#header .pull-down-list .index_menu .main_menu > li {
    width: 100%;
}
#header .pull-down-list .index_menu .main_menu > li:not(:last-child) {
    margin-bottom: 20px;
}
#header .pull-down-list .index_menu .main_menu .en {
    font-size: 0.6rem;
  font-weight: 500;
  margin-top: 2px;
}
#header .pull-down-list .index_menu .main_menu .circle_li {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}
#header .pull-down-list .index_menu .main_menu .circle_li > li:not(:last-child) {
    margin-right: 10px;
}
#header .pull-down-list .index_menu .main_menu .circle_li > li {
    padding-left: 15px;
  font-size: 0.8rem;
}
#header .pull-down-list .index_menu .sub_menu > li {
    position: relative;
    padding-left: 15px;
    font-size: 0.9rem;
}
#header .pull-down-list .index_menu .sub_menu > li::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
    color: #fff;
}
#header .pull-down-list .index_menu .sub_menu > li:not(:last-child) {
    margin-bottom: 5px;
}
#header .pull-down-list .index_menu .sub_menu {
    margin-bottom: 20px;
}
#header .pull-down-list .index_menu .btn01 {
    text-align: center;
    background-color: #fff;
    color: #0071be;
    font-weight: 500;
    max-width: 150px;
}
#header .pull-down-list .index_menu .sub_menu .ex_link::after {
    background-image: url("../img/icon02.png");
}
#header .pull-down-list .index_menu .btn01 span {
    padding-top: 10px;
    padding-bottom: 10px;
}
#header .pull-down-list .index_menu .btn01 span::after {
    content: none;
}
#header .pull-down-list .index_menu .copyright {
    color: #fff;
    margin-top: 20px;
    font-size: 0.8rem;
}
#header .pull-down-list .index_menu {
    overflow-y: scroll;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }
            @media only screen and (min-width: 1400px) {
                #gNavi {
                    display: block;
                    margin-left: 40px;
                }
                #spNavi {
                    display: none;
                }
                #header .pull-down-list {
                    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 */