@charset "UTF-8";


/* -------- webフォント コード一覧

----------------------
.tenor-sans-regular {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
----------------------
.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}
----------------------
.hammersmith-one-regular {
  font-family: "Hammersmith One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
----------------------
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-new-black {
  font-weight: 900;
  font-style: normal;
}
----------------------
.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.zen-old-mincho-semibold {
  font-weight: 600;
  font-style: normal;
}
.zen-old-mincho-bold {
  font-weight: 700;
  font-style: normal;
}
.zen-old-mincho-black {
  font-weight: 900;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-weight: 400;
  font-style: normal;
}
----------------------

*/


/*--------------------    デフォルトスタイル    --------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1.4rem;
	vertical-align:baseline;
	background:transparent;
}
html {
	font-size: 62.5%;

    /*font-size: max(14px, min(1vw, 16px));*/
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	color: #000;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
    transition: all .3s;
}
ins {
	text-decoration:none;
}
del {
	text-decoration: line-through;
}
mark {
	background-color:#ff9;
	color:#171717;
	font-weight:bold;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
	position: relative;
	color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
    font-feature-settings: "palt";
	line-height: 1;
    letter-spacing: 0.01rem;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	box-sizing: border-box;
    padding-top: 110px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}


@media all and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 834px) {
	body {
		min-width: inherit;
        padding-top: 60px;
	}
	body.open {
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}


/*------------------------------------------------------------
    共通
------------------------------------------------------------*/

/*----- ヘッダー */
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    transition: all .3s;
}
#gHeader .headBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gHeader .headBox .logo {
    width: 230px;
    margin-left: 43px;
}
#gHeader .headBox .logo a:hover {
    opacity: 0.6;
}
#gHeader .headBox .logo img {
}
#gHeader .headBox .logo .h1_txt {
    display: none;
}
#gHeader .headBox #hNav {
}
#gHeader .headBox #hNav .navUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 36px;
}
#gHeader .headBox #hNav .navUl > li {
}
#gHeader .headBox #hNav .navUl > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
    padding: 0 24px;
    font-size: 1.5rem;
    font-weight: 500;
}
#gHeader .headBox #hNav .navUl li > .in-navBox {
    position: absolute;
    top: 92px;
    left: 0;
    display: none;
    width: 100%;
    padding: 34px 0;
    background: rgba(255,255,255,0.7);
}
#gHeader .headBox #hNav .navUl li > .in-navBox .in-navUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 50px;
}
#gHeader .headBox #hNav .navUl li > .in-navBox .in-navUl li {
    margin-left: 68px;
}
#gHeader .headBox #hNav .navUl li > .in-navBox .in-navUl li a {
}
#gHeader .headBox #hNav .navUl li > .in-navBox .in-navUl li a:hover {
    opacity: 0.6;
}

#gHeader .headBox #hNav .navUl > li > a:hover {
    background: #000;
    color: #fff;
}
#gHeader .headBox #hNav .navUl li > .in-navBox .in-navUl li a:hover {
}



@media all and (max-width: 834px) {
    /*----- ヘッダー */
    #gHeader {
    }
    #gHeader .headBox {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 3% 20px 2%;
    }
    #gHeader .headBox .logo {
        width: 45vw;
        margin-left: 0;
    }
    #gHeader .headBox #hNav {
        display: none;
    }

    #gHeader .headBox .menuBtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 29px;
        height: 29px;
    }
    #gHeader .headBox .menuBtn .bar {
        display: block;
        width: 100%;
        height: 2px;
        background: #767676;
        margin: 3px 0;
        transition: all .3s;
    }
    #gHeader .headBox .menuBtn .bar02 {
    }
    #gHeader .headBox .menuBtn.close .bar01 {
        margin-top: 4px;
        transform: rotate(45deg);
    }
    #gHeader .headBox .menuBtn.close .bar02 {
        margin-top: -6px;
        transform: rotate(-45deg);
    }

    .hm_nav {
        position: fixed;
        top: -20px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 90;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }
    .hm_nav.nav_open {
        top: 0;
        opacity: 1;
        visibility: visible;
        overflow: scroll;
    }

    .hm_nav .nav_Wrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 150px;
    }
    .hm_nav .spmUl {
        width: 70%;
        margin: 0 auto;
        padding-top: 90px;
    }
    .hm_nav .spmUl > li > a {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 27px;
    }
    .hm_nav .spmUl > li > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        width: 2px;
        height: 100%;
        background: #000;
    }
    .hm_nav .spmUl > li > a {
        position: relative;
        display: block;
        font-size: 1.6rem;
        font-weight: 500;
        text-align: left;
    }
    .hm_nav .spmUl .nav-on .in-navBox {
        margin-left: 20px;
    }
    .hm_nav .spmUl .nav-on .in-navBox li {
        margin-bottom: 27px;
    }

}







/*----- フッター */
#gFooter {
    width: 100%;
}
#gFooter .footBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 85px 6% 55px 4.5%;
}
#gFooter .footBox .logoBox {
    width: 219px;
}
#gFooter .footBox .logoBox img {
}
#gFooter .footBox .navBox {
    display: flex;
}
#gFooter .footBox .navBox .navUl {
}
#gFooter .footBox .navBox .navUl > li {
    margin-bottom: 21px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
}
#gFooter .footBox .navBox .navUl > li > a {
    font-size: 1.4rem;
    font-weight: 600;
}
#gFooter .footBox .navBox .navUl > li > .nav-inUl {
    margin-top: 12px;
}
#gFooter .footBox .navBox .navUl > li > .nav-inUl > li {
    margin-bottom: 4px;
}
#gFooter .footBox .navBox .navUl > li > .nav-inUl > li:last-child {
    margin-bottom: 0;
}
#gFooter .footBox .navBox .navUl > li > .nav-inUl > li > a {
    font-weight: 400;
}

#gFooter .footBox .navBox .navUl li a:hover {
    opacity: 0.6;
}
#gFooter .footBox .navBox .navUl li a.hov-none:hover {
    opacity: 1;
}

#gFooter .footBox .navBox .navUl.ul01 {
}
#gFooter .footBox .navBox .navUl.ul02 {
    margin-left: 53px;
}



#gFooter .footBox .navBox .btnBox {
    margin-left: 63px;
}
#gFooter .footBox .navBox .btnBox .s-rdBtn {
    width: 286px;
    margin-bottom: 23px;
}
#gFooter .footBox .navBox .btnBox .s-rdBtn:last-child {
    margin-bottom: 0;
}
#gFooter .footBox .navBox .btnBox .s-rdBtn a {
    padding: 17px 0 17px 35px;
    border-radius: 20px;
}
#gFooter .footBox .navBox .btnBox .s-rdBtn a .en {
    font-size: 1.5rem;
}
#gFooter .footBox .navBox .btnBox .s-rdBtn a .txt {
    font-size: 1.8rem;
}
#gFooter .footBox .navBox .btnBox .s-rdBtn a .arrow {
    width: 42px;
    height: 42px;
    right: 31px;
}
#gFooter .footBox .navBox .btnBox .s-rdBtn a .arrow:before {
    width: 20px;
    height: 14px;
}
#gFooter .copy {
    display: block;
        padding: 0 0 30px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
}

/*----- TOPに戻るボタン */
.reBtn {
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 50px;
    height: 50px;
    z-index: 30;
    transition: all .3s;
}
.reBtn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.reBtn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translate(-50%, -50%)rotate(-45deg);
}



@media all and (max-width: 834px) {
    #gFooter {
        width: 100%;
    }
    #gFooter .footBox {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 20px 3% 55px;
    }
    #gFooter .footBox .logoBox {
        width: 229px;
        margin-bottom: 47px;
    }
    #gFooter .footBox .navBox {
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    #gFooter .footBox .navBox .navUl {
        width: 45%;
    }
    #gFooter .footBox .navBox .navUl > li {
        position: relative;
        margin-bottom: 21px;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.4;
    }
    #gFooter .footBox .navBox .navUl > li > a {
        position: relative;
        font-size: 1.4rem;
        font-weight: 600;
    }
    #gFooter .footBox .navBox .navUl > li > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: -5px;
        width: 2px;
        height: 100%;
        background: #000;
    }
    #gFooter .footBox .navBox .navUl > li > .nav-inUl {
        margin-top: 12px;
    }
    #gFooter .footBox .navBox .navUl > li > .nav-inUl > li {
        margin-bottom: 10px;
    }
    #gFooter .footBox .navBox .navUl > li > .nav-inUl > li:last-child {
        margin-bottom: 0;
    }
    #gFooter .footBox .navBox .navUl > li > .nav-inUl > li > a {
        font-weight: 400;
    }

    #gFooter .footBox .navBox .navUl.ul01 {
        margin: 0 5%;
    }
    #gFooter .footBox .navBox .navUl.ul02 {
        margin-left: 0;
    }



    #gFooter .footBox .navBox .btnBox {
        width: 90%;
        margin: 49px auto 0;
    }
    #gFooter .footBox .navBox .btnBox .s-rdBtn {
        width: 100%;
        margin-bottom: 23px;
    }
    #gFooter .footBox .navBox .btnBox .s-rdBtn:last-child {
        margin-bottom: 0;
    }
    #gFooter .footBox .navBox .btnBox .s-rdBtn a {
        padding: 16px 0 16px 29px;
    }
    #gFooter .footBox .navBox .btnBox .s-rdBtn a .en {
        font-size: 1.5rem;
    }
    #gFooter .footBox .navBox .btnBox .s-rdBtn a .txt {
        font-size: 2rem;
    }
    #gFooter .footBox .navBox .btnBox .s-rdBtn a .arrow {
        width: 52px;
        height: 52px;
        right: 24px;
    }
    #gFooter .copy {
        display: block;
            padding: 0 0 30px;
        font-size: 1.2rem;
        text-align: center;
        line-height: 1;
    }


    /*----- TOPに戻るボタン */
    .reBtn {
        position: fixed;
        bottom: 5%;
        right: 5%;
        width: 50px;
        height: 50px;
        z-index: 30;
        transition: all .3s;
    }
    .reBtn a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .reBtn a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: translate(-50%, -50%)rotate(-45deg);
    }
}





/*----- タイトル */
.headline01 {
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
.headline01 .min {
    font-size: 2.8rem;
}
.headline01 .en {
    font-family: "Tenor Sans", sans-serif;
    font-size: 3.6rem;
}

.headline02 {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.8rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.2rem;
}
.headline02 .en {
    position: relative;
    display: block;
    margin-bottom: 56px;
    color: #9972C0;
    font-family: "Hammersmith One", sans-serif;
    font-size: 2rem;
    font-weight: 400;
}
.headline02 .en:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 72px;
    height: 3px;
    background: #9972C0;
    transform: translateX(-50%);
}

.headline03 {
    /*font-family: "Zen Old Mincho", serif;*/
    font-size: 2rem;
    font-weight: 500;
}
.headline03 .txt-img {
}

.headline04 {
    max-width: 1125px;
    margin: 57px auto 83px;
    padding-left: 20px;
}
.headline04 .ja-title {
    margin-left: 20px;
    font-size: 2rem;
    font-weight: 500;
}
.headline04 .en-title {
    font-family: "Hammersmith One", sans-serif;
    font-size: 4rem;
    font-weight: 400;
}

.headline05 {
	position: relative;
	text-align: center;
	z-index: 1;
}
.headline05:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transform: translateY(-50%);
	z-index: -1;
}
.headline05 .bg {
	display: inline-block;
	padding: 0 50px;
	background: #fff;
    font-family: "Zen Old Mincho", serif;
	font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.3rem;
}

.headline06 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-family: "Zen Old Mincho", serif;
    font-size: 2.2rem;
    font-weight: 400;
}

.sub-text {
    font-size: 1.6rem;
    line-height: 2;
}

.pTxt {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2;
}

.flexBox {
    display: flex;
}


/*----- 丸いボタン */
.rdBtn {
}
.rdBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97px;
    height: 97px;
    background: #fff;
    border-radius: 100px;
}
.rdBtn a .txt {
    position: relative;
    padding-bottom: 24px;
    font-family: "Forum", serif;
    font-size: 1.5rem;
}
.rdBtn a .txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 23px;
    height: 17px;
    background: url("../img/common/icon-arrow-bk.svg")no-repeat top left;
    background-size: 100%;
    transform: translateX(-50%);
}
.rdBtn a,
.rdBtn a .txt,
.rdBtn a .txt:before {
    transition: all .3s;
}
/* hover */
.rdBtn a:hover {
    background: #000;
}
.rdBtn a:hover .txt {
    color: #fff;
}
.rdBtn a:hover .txt:before {
    background-image: url("../img/common/icon-arrow-w.svg");
}

/*----- 角丸ボタン */
.s-rdBtn {
}
.s-rdBtn a {
    position: relative;
    display: block;
    width: auto;
    border: 3px solid;
    border-radius: 30px;
    color: #fff;
}
.s-rdBtn a .en {
    display: inline-block;
    margin-bottom: 13px;
    font-family: "Forum", serif;
    font-size: 2rem;
}
.s-rdBtn a .txt {
    font-size: 3.2rem;
    font-weight: 500;
}
.s-rdBtn a .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 73px;
    height: 73px;
    background: #fff;
    border-radius: 100px;
    transform: translateY(-50%);
}
.s-rdBtn a .arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 17px;
    background: no-repeat top left;
    background-size: 100%;
    transform: translate(-50%, -50%);
}
.s-rdBtn a,
.s-rdBtn a .en,
.s-rdBtn a .txt,
.s-rdBtn a .arrow,
.s-rdBtn a .arrow:before {
    transition: all .3s;
}
/* hover */

/* 緑 */
.s-rdBtn.col-g a {
    background: #3DBFB0;
    border-color: #3DBFB0;
}
.s-rdBtn.col-g a .arrow:before {
    background-image: url("../img/common/icon-arrow-g.svg");
}

.s-rdBtn.col-g a:hover {
    background: #fff;
}
.s-rdBtn.col-g a:hover .en,
.s-rdBtn.col-g a:hover .txt {
    color: #3DBFB0;
}
.s-rdBtn.col-g a:hover .arrow {
    background: #3DBFB0;
}
.s-rdBtn.col-g a:hover .arrow:before {
    background-image: url("../img/common/icon-arrow-w.svg");
}


/* 青 */
.s-rdBtn.col-b a {
    background: #3C72C1;
    border-color: #3C72C1;
}
.s-rdBtn.col-b a .arrow:before {
    background-image: url("../img/common/icon-arrow-b.svg");
}

.s-rdBtn.col-b a:hover {
    background: #fff;
}
.s-rdBtn.col-b a:hover .en,
.s-rdBtn.col-b a:hover .txt {
    color: #3C72C1;
}
.s-rdBtn.col-b a:hover .arrow {
    background: #3C72C1;
}
.s-rdBtn.col-b a:hover .arrow:before {
    background-image: url("../img/common/icon-arrow-w.svg");
}




/*----- ボタン */

.btn02 {
    text-align: center;
}
.btn02 a {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0px auto;
    padding: 24px 96px 24px 36px;
    border: 1px solid #000;
    border-radius: 100px;
}
.btn02 a:before {
    content: "";
    position: absolute;
    top: 47%;
    right: 37px;
    width: 45px;
    height: 10px;
    background: url("../img/common/icon-arrow.svg")no-repeat top left;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all .3s;
}
.btn02 a:hover {
    opacity: 0.6;
}
.btn02 a:hover:before {
    right: 27px;
}

/*----- ボタン */

/*
.lBtn {
    text-align: center;
}
.lBtn a {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0px auto;
    padding: 24px 96px 24px 36px;
    border: 1px solid #000;
    border-radius: 100px;
    box-sizing: border-box;
}
.lBtn a:before {
    content: "";
    position: absolute;
    top: 47%;
    right: 37px;
    width: 45px;
    height: 10px;
    background: url("../img/common/icon-arrow.svg")no-repeat top left;
    background-size: 100%;
    transform: translateY(-50%);
}
*/


.thum-border {
    display: block;
    border: 1px solid #E3E3E3;
}



@media all and (max-width: 834px) {
    /*----- タイトル */
    .headline01 {
        font-size: 2.6rem;
    }
    .headline01 .min {
        font-size: 2.2rem;
    }
    .headline01 .en {
        font-size: 2.8rem;
    }

    .headline02 {
        font-size: 2.2rem;
        line-height: 1.6;
    }
    .headline02 .en {
        margin-bottom: 18px;
        font-size: 1.5rem;
    }
    .headline02 .en:before {
        bottom: -3px;
        width: 70px;
        height: 2px;
    }

    .headline03 {
        font-size: 1.6rem;
        font-weight: 500;
    }
    .headline03 .txt-img {
    }

    .headline04 {
        margin: 43px auto 48px;
        padding-left: 7%;
    }
    .headline04 .ja-title {
        margin-left: 20px;
        font-size: 1.6rem;
    }
    .headline04 .en-title {
        font-size: 2.2rem;
    }

    .headline05 {
        text-align: center;
    }
    .headline05:before {
			display: none;
    }
    .headline05 .bg {
			width: 100%;
        padding: 18px 0;
				border-top: 1px solid #000;
				border-bottom: 1px solid #000;
        font-size: 2rem;
    }

    .headline06 {
        margin-bottom: 30px;
        padding-bottom: 20px;
        font-size: 2rem;
        line-height: 1.6;
    }

    .sub-text {
        font-size: 1.6rem;
    }

    .pTxt {
        font-size: 1.6rem;
    }




    /*----- 丸いボタン */
    .rdBtn {
    }
    .rdBtn a {
        width: 93px;
        height: 93px;
    }
    .rdBtn a .txt {
        position: relative;
        padding-bottom: 24px;
        font-family: "Forum", serif;
        font-size: 1.5rem;
    }
    .rdBtn a .txt:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 23px;
        height: 17px;
        background: url("../img/common/icon-arrow-bk.svg")no-repeat top left;
        background-size: 100%;
        transform: translateX(-50%);
    }
    .rdBtn a,
    .rdBtn a .txt,
    .rdBtn a .txt:before {
        transition: all .3s;
    }
    /* hover */
    .rdBtn a:hover {
        background: #000;
    }
    .rdBtn a:hover .txt {
        color: #fff;
    }
    .rdBtn a:hover .txt:before {
        background-image: url("../img/common/icon-arrow-w.svg");
    }

    /*----- 角丸ボタン */
    .s-rdBtn {
    }
    .s-rdBtn a {
        position: relative;
        display: block;
        width: auto;
        border: 3px solid;
        border-radius: 30px;
        color: #fff;
    }
    .s-rdBtn a .en {
        display: inline-block;
        margin-bottom: 13px;
        font-family: "Forum", serif;
        font-size: 2rem;
    }
    .s-rdBtn a .txt {
        font-size: 3.2rem;
        font-weight: 500;
    }
    .s-rdBtn a .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 73px;
        height: 73px;
        background: #fff;
        border-radius: 100px;
        transform: translateY(-50%);
    }
    .s-rdBtn a .arrow:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 23px;
        height: 17px;
        background: no-repeat top left;
        background-size: 100%;
        transform: translate(-50%, -50%);
    }
    .s-rdBtn a,
    .s-rdBtn a .en,
    .s-rdBtn a .txt,
    .s-rdBtn a .arrow,
    .s-rdBtn a .arrow:before {
        transition: all .3s;
    }
    /* hover */

    /* 緑 */
    .s-rdBtn.col-g a {
        background: #3DBFB0;
        border-color: #3DBFB0;
    }
    .s-rdBtn.col-g a .arrow:before {
        background-image: url("../img/common/icon-arrow-g.svg");
    }

    .s-rdBtn.col-g a:hover {
        background: #fff;
    }
    .s-rdBtn.col-g a:hover .en,
    .s-rdBtn.col-g a:hover .txt {
        color: #3DBFB0;
    }
    .s-rdBtn.col-g a:hover .arrow {
        background: #3DBFB0;
    }
    .s-rdBtn.col-g a:hover .arrow:before {
        background-image: url("../img/common/icon-arrow-w.svg");
    }


    /* 青 */
    .s-rdBtn.col-b a {
        background: #3C72C1;
        border-color: #3C72C1;
    }
    .s-rdBtn.col-b a .arrow:before {
        background-image: url("../img/common/icon-arrow-b.svg");
    }

    .s-rdBtn.col-b a:hover {
        background: #fff;
    }
    .s-rdBtn.col-b a:hover .en,
    .s-rdBtn.col-b a:hover .txt {
        color: #3C72C1;
    }
    .s-rdBtn.col-b a:hover .arrow {
        background: #3C72C1;
    }
    .s-rdBtn.col-b a:hover .arrow:before {
        background-image: url("../img/common/icon-arrow-w.svg");
    }




    /*----- ボタン */

    .btn02 {
        text-align: center;
    }
    .btn02 a {
        position: relative;
        display: inline-block;
        width: auto;
        margin: 0px auto;
        padding: 24px 96px 24px 36px;
        border: 1px solid #000;
        border-radius: 100px;
    }
    .btn02 a:before {
        content: "";
        position: absolute;
        top: 47%;
        right: 37px;
        width: 45px;
        height: 10px;
        background: url("../img/common/icon-arrow.svg")no-repeat top left;
        background-size: 100%;
        transform: translateY(-50%);
        transition: all .3s;
    }
    .btn02 a:hover {
        opacity: 0.6;
    }
    .btn02 a:hover:before {
        right: 27px;
    }

}

























/*----------------------- end */
