/* ========================================================================== Foundation ========================================================================== */
/* Reset  ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

audio, canvas, video { display: inline-block; max-width: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; scroll-behavior: smooth;}

ul, ol { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a:focus { outline: none; }

ins { text-decoration: none; }

mark { font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; width: 100%; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

button, input, select, textarea { outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; }

input, textarea { background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); -webkit-appearance: none; border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */ }

input[type="checkbox"] { -webkit-appearance: checkbox; }

input[type="radio"] { -webkit-appearance: radio; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

img { -ms-interpolation-mode: bicubic; }

/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; height: 0; font-size: 0.1em; line-height: 0; visibility: hidden; overflow: hidden; }

.clearfix { display: inline-block; }

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

.clearfix { display: block; }

/* end MacIE5 */
/* Base ----------------------------------------------------------------- */
body {
    background: #fff;
    color: #3d352c;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    font-size: calc(17 / 1920 * 100vw);
font-family: fot-tsukuardgothic-std, sans-serif;
	letter-spacing: 0.05em;
}

a { color: #000; text-decoration: none; }

b, strong { font-weight: 700; }

big { font-size: larger; }

small { font-size: 80%; }

sub { vertical-align: sub; font-size: smaller; }

sup { vertical-align: super; font-size: smaller; }

i, cite, em, var, address, dfn { font-style: italic; }

tt, code, kbd, samp { font-family: monospace; }

u, ins { text-decoration: underline; }

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

input { border: 0; margin: 0; padding: 0; }

select { background: none transparent; border: 0; border-radius: 0; margin: 0; padding: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

/* for IE */
select::-ms-expand { display: none; }

a, a:before, a:after, input { -moz-transition-property: background-color, color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease; -o-transition-property: background-color, color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; -webkit-transition-property: background-color, color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease; transition-property: background-color, color; transition-duration: 0.2s; transition-timing-function: ease; }

/* infinite scroll */
#infscr-loading { color: #525252; font-size: 14px; text-align: center; width: 100%; }
#infscr-loading img { margin-right: 8px; vertical-align: middle; }
#infscr-loading div { display: inline; }


/**************************
フォント調整
**********************************************************************************/

@media (min-width: 1401px) and (max-width: 1599px){
	body {
		font-size: calc(16 / 1599 * 100vw);}
	}
	
	@media (min-width: 1200px) and (max-width: 1400px){
	body {
		font-size: calc(16 / 1400 * 100vw);}
	}
	
	@media (min-width: 1001px) and (max-width: 1199px){
	body {
		font-size: calc(16 / 1199 * 100vw);}
	}
	
	@media (min-width: 768px) and (max-width: 1000px){
	body {
		font-size: calc(16 / 1000 * 100vw);}
	}
	
	@media (min-width: 501px) and (max-width: 767px){
	body {
		font-size: calc(16 / 767 * 100vw);}
	}
	
	@media (min-width: 300px) and (max-width: 500px){
		body {
			font-size: 4vw;
		line-height: 1.8;}
	}



/*  header */
#js-header {
    height: 106px;
    line-height: 106px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
	width: 100%;
    background: #fff;
}
.l-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 767px) {
#js-header {
    height: 70px;
    line-height: 70px;        
	background: unset;}
}

/*========= header 上部固定させるためのCSS ===============*/
#js-header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    animation: DownAnime 0.5s forwards;
    box-shadow: 0 0 15px #ebebeb;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


#js-header.fixed .p-global-nav li a {
    color: #000;
    text-shadow: unset;
}


#js-header.fixed .contact_btn a
{background: rgb(235,228,205);
background: -moz-linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
background: linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe4cd",endColorstr="#38b0b9",GradientType=1);}


#js-header.fixed .contact_btn a:hover {
background: rgb(229,214,166);
background: -moz-linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
background: linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5d6a6",endColorstr="#cc8a84",GradientType=1);
	color:#fff;
}


@media only screen and (max-width: 767px) {
    #js-header.fixed, #js-header {
        animation: none;
		position: fixed;
		background: #fff;
    }
}

/* header_logo */
.header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    max-width: 380px;
    padding-left: 15px;
}
.header_logo a {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%;
    position: relative;
}
.header_logo img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.logo_whi {
    display: block;
}






/* END */


 /*** global nav*/

nav {
    margin: 0 30px 0 auto;
}

.p-global-nav {
    font-size: 105%;
	float: right;
	margin-top: 17px;
}

.p-global-nav li {
    float: left;
    line-height: 2;
    text-align: center;
	position:relative;
}
.p-global-nav li.menu-item-has-children:hover > .sub-menu { top: 100%; }
.p-global-nav li a {
    padding-left: 25px;
    padding-right: 25px;
}

.p-global-nav li sub-menu { top: 75%; left: 0; }
.p-global-nav a {
    display: block;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}


span.gr_spa {
    font-size: 85%;
    color: #c3c3c3;
    font-weight: 500;
}
.p-global-nav img {
    width: 23px;
    vertical-align: middle;
}
span.gl_spa {
    font-family: futura-pt, sans-serif;
    color: #EFA6A6;
    font-size: 80%;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.tel_img_bl img {
    vertical-align: middle;
}

.tel_img_bl {
    width: 14%;
    margin-right: 140px;
}
.form_bl a img {
    vertical-align: middle;
    width: 100%;
}
.form_bl a {
    display: block;
    position: relative;
    padding: 0 15px 15px 15px;
}
.form_bl {
    background: rgb(255, 97, 97);
    background: -moz-linear-gradient(45deg, rgba(255, 97, 97, 1) 0%, rgba(255, 153, 115, 1) 50%, rgba(255, 147, 209, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 97, 97, 1) 0%, rgba(255, 153, 115, 1) 50%, rgba(255, 147, 209, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 97, 97, 1) 0%, rgba(255, 153, 115, 1) 50%, rgba(255, 147, 209, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6161",endColorstr="#ff93d1",GradientType=1);
    position: absolute;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 0 0 0 10px;
    transition: all 0.3s ease 0s;
}

.form_bl:hover{
	opacity:0.8;
}




/* pageごとでglobal color変更*/
.bl_header .p-global-nav a {
    color: #000;
    text-shadow: unset;
}
.bl_header .logo_whi {
    display: none;
}
.bl_header .logo_bli {
    display: block;
}

/* p-global-nav hover 設定-調整*/
@media only screen and (min-width: 768px) {
    .p-global-nav li a:after {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 0;
        width: 0;
        height: 3px;
		background: #EFA6A6;
        transition: all 0.3s ease 0s;
        right: 0;
        margin: 0 auto;
    }
    .p-global-nav li a:hover:after {
        width: 30%;
    }
.p-global-nav li a:hover {
    cursor: pointer;
}
}



/*submenu 着地点調整*/
.p-global-nav .menu-item-has-children {
    position: relative;
    padding-bottom: 15px;
}
/***/

.p-global-nav .menu-item-has-children:hover > .sub-menu { opacity: 1; top: 0; visibility: visible; }
.p-global-nav .sub-menu {
    line-height: 1.2;
    opacity: 0;
    position: absolute;
    top: 90px;
    left: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
    background: #EFA6A6;
}
.p-global-nav .sub-menu .menu-item-has-children > a { position: relative; }
.p-global-nav .sub-menu li:before{display:none !important}
.p-global-nav .sub-menu li:hover {
    background: #e09191;
}
.p-global-nav .sub-menu li {
    margin: 0;
    padding: 0;
}
#menu-item-254 a {
    cursor: unset !important;
    color: #ddd !important;
}
.p-global-nav .sub-menu .menu-item-has-children > a::after { content: "\e910"; font-family: "design_plus"; position: absolute; right: 16px; }
.p-global-nav .sub-menu a {
    box-sizing: border-box;
    padding: 10px 5px 10px 15px;
    width: 240px;
    color: #fff !important;
    font-size: 90%;
    text-shadow: unset;
    border-bottom: solid 1px #fff;
    line-height: 1.5;
    text-align: left;
}

.p-global-nav .sub-menu li a:after{display:none}



/* sp_menu */


#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    overflow: hidden;
    background: rgb(255, 247, 250);
    background: -moz-linear-gradient(129deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: -webkit-linear-gradient(312deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: linear-gradient(129deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff7fa",endColorstr="#ffb5d0",GradientType=1);
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    position: relative;
    z-index: 999;
	width:100%;
	display:table;
}
.g-nav-in_block {
    width: 100%;
    display: table;
    margin: 100px auto 0;
}
.g-nav-in_flex {
    width: 46%;
    margin: 0 1% 0 3%;
    position: relative;
    float: left;
}
#g-nav li{
	list-style: none;
    text-align: center; 
}
#g-nav li a{
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.sp_gl_img {
	width: 80%;
    margin: 30px auto 0;
    line-height: 1;
}
.sp_gl_txt {
    line-height: 1.7;
    font-size: 86%;
    text-align: center;
    margin-top: 15px;
    color: #000;
}
.sp_gl_img img {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    #g-nav li a {
		font-size: 90%;
        font-weight: 500;
        text-align: left;
        line-height: 1.5;
        display: block;
        position: relative;
        padding: 10px 0 7px 5px;
    }

#g-nav li {
    list-style: none;
    text-align: center;
    font-size: 105%;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}
}





/*リストのレイアウト設定*/
.in_gsp_ul {
    position: relative;
    width: 90%;
    display: table;
    padding: 8px 0;
    margin: 0 auto;
    line-height: 56px;
    height: 56px;
}


.openbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #6a94e4;
    top: 5px;
    right: 5px;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 50%;
    right: 0;
    margin: 0 auto;
}

.openbtn span:nth-of-type(1) {
	top:17px;	
}
.openbtn span:nth-of-type(2) {
	top:27px;
}
.openbtn span:nth-of-type(3) {
	top:37px;
}
span.mmtxt {
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    background: unset;
}

.openbtn.active span:nth-of-type(1) {
    left: 0;
    transform: translateY(6px) rotate(-40deg);
    width: 50%;
    right: 0;
    margin: 0 auto;
	top:21px;
}
.openbtn.active span:nth-of-type(2){
	display:none;
}
.openbtn.active span:nth-of-type(3) {
    left: 0;
    transform: translateY(6px) rotate(40deg);
    width: 50%;
    right: 0;
    margin: 0 auto;
    top: 21px;
}


.openbtn.active {
    position: fixed;
    top: 5px;
    right: 5px;
}
.gsp_ul {
    position: relative;
    width: 90%;
    display: table;
    padding: 8px 0;
    margin: 0 auto;
    line-height: 56px;
    height: 56px;
}
.opmn {
    font-size: 14px;
    color: #baa45d;
    font-weight: 400;
}
.gsp_ul_right {
    width: 100%;
    position: relative;
    display: table;
}
.gsp_ul_right li {
    width: 40%;
    float: left;
    margin: 0 5%;
	text-align:center;
}
.contact_li_img {
    width: 50% !important;
    position: relative;
    margin: 0 !important;
}
.contact_li_img img {
    vertical-align: middle;
}
.gsp_ul li img {
    height: auto;
    vertical-align: middle;
    min-width: 88px;
    width: 88px;
}
.gsp_ul li a {
    display: block;
    position: relative;
}
.glsp_li_img img {
    vertical-align: middle;
}
.glsp_li_img {
    max-width: 82px;
    width: 30%;
    float: left;
    position: relative;
}
.glsp_left {
    width: 40%;
    float: right;
    position: relative;
    max-width: 170px;
	    margin-right: 12px;
}
#g-nav-list_inner {
    width: 240px;
    margin: 55px auto 0;
}
.g-nav_list {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 25px;
}
.g-nav_tag {
    color: #BAA45D;
    text-align: center;
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: bold;
}


.g-nav_list a {
    font-weight: bold;
    color: #BAA45D;
    background: #fff;
    padding: 11px 0;
    position: relative;
    display: block;
    border-radius: 100px;
}

@media screen and (min-width: 768px) {
	#g-nav, .openbtn{
        display: none;
    }
}


@media only screen and (max-width: 767px) {
	nav {
		display: none;}
#g-nav{display:block}
}

@media screen and (max-width: 500px){
	.glsp_left {
    max-width: 180px;
    width: 80%;
}
.glsp_li_img {
    width: 82px;
}
#g-nav-list_inner {
    margin: 30px auto 55px;
}
}


/* header parts */
.g_info_block {
    width: 30%;
    max-width: 250px;
    line-height: normal;
    margin-right: 21px;
}
.gf_img {
    margin: 10px auto 8px;
}
.g_form_block {
    width: 20%;
    max-width: 150px;
}
.gf_txt {
    font-size: 12px;
    line-height: 1.5;
}
.gf_btn a {
    color: #fff;
    font-weight: 600;
    position: relative;
    display: block;
}
.gf_btn:hover{opacity:0.7}
.gf_btn {
    background: #FF9F00;
    text-align: center;
    font-size: 130%;
    transition: all 0.3s ease 0s;
}
/********* fadeUp *************************************/
.delay-time{
	opacity: 0;
}
.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.4s;
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/* footer */
footer {
    position: relative;
    padding: 70px 0 15px;
    background: rgb(255, 247, 250);
    background: -moz-linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff7fa",endColorstr="#ffb5d0",GradientType=1);
}


.f-logo {
    width: 90%;
    margin: 0px 0 30px;
    position: relative;
    max-width: 400px;
}

.foo_ul li {
    width: 48%;
    float: left;
    margin: 0 4% 0 0;
    position: relative;
}
.foo_ul li:last-child {
    margin: 0;
}
.foo_ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 70px;
}

.f_u_txt span {
    background: #453a3a;
    color: #fff;
    padding: 0 5px 2px;
    font-size: 95%;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 20px;
}

.f_u_txt {
    font-size: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}
.sp_kai {
    display: none;
}
.ggmap {
    position: relative;
    padding-bottom: 26%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.copy_txt {
    font-size: 90%;
    text-align: center;
    color: #000;
    letter-spacing: 0px;
}
.footer_ul {
    width: 100%;
    display: table;
    position: relative;
}
.footer_ul li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #1b1b1b;
    left: 0;
    top: 43%;
}

.footer_ul li a {
    position: relative;
    display: block;
    padding: 2px 0px 2px 14px;
    transition: all 0.3s ease 0s;
}
.footer_ul li a:hover {
    text-decoration: underline;
    opacity: 0.7;
}

.f_logo {
    position: relative;
    width: 60%;
    margin: 0 auto 10px 8%;
}
.f_logo_block {
    position: relative;
    top: -80px;
}
.f_logo_txt {
    position: relative;
    line-height: 1.5;
    width: 80%;
    margin: 0 0 0 10%;
}

.p-footer-nav a {
    color: #000;
    font-size: 95%;
    display: block;
    position: relative;
    padding-left: 15px;
}
.pf_ttl {
    font-family: "Jost", sans-serif;
    font-size: 130%;
}
.p-footer-nav a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 14px;
    background: #222;
    border-radius: 100px;
}


.p-footer-nav ul li span {
    font-weight: 500;
    color: #000;
}
.p-footer-nav ul li a:hover {
    opacity: 0.7;
	text-decoration:underline;
}
.p-footer-nav ul li a {
	    transition: all 0.3s ease 0s;
}

.footer_block {
    position: relative;
    margin: 70px auto 50px;
    display: flex;
    border-top: solid 1px #454545;
    padding-top: 30px;
}
.footer_block_flex {
    flex: 1;
    padding: 0 10px 0 0;
    position: relative;
}

.p-pagetop {
    line-height: 75px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 998;
    display: block !important;
}
.p-pagetop a:hover{opacity:0.7}
.p-pagetop a {
    display: block;
    position: relative;
    width: 100%;
    height: 75px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.p-pagetop img {
    width: auto;
    height: 100%;
    display: block;
    vertical-align: middle;
}

.floating_menu {
    width: 100%;
    margin: 0 auto 0 0;
    left: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
	display:none;
}
.floating_menu ul li {
    float: left;
    position: relative;
    text-align: center;
}
.floating_con01 {
    width: 50%;
    background: #f55280;
}
.floating_con02 {
    width: 50%;
    background: #fff;
}
.floating_menu ul li img {
    max-height: 26px;
    vertical-align: middle;
}

.floating_menu ul li a {
    display: block;
    position: relative;
    padding: 0;
    height: 54px;
    line-height: 55px;
}
.floating_menu ul li .side_b02 a span:before {
    background-size: contain;
    left: -50%;
    margin: 0 auto;
    right: 0;
    top: 21%;
}

@media screen and (max-width: 767px){
	.floating_menu{display:block}
.p-pagetop {
        bottom: 60px;
        right: 11px;
        line-height: 50px;
}
.p-pagetop a {
    height: 50px;
}
}



/** Contactform - お問い合わせフォーム */
.wpcf7 { background: #fafafa; border: 1px solid #ddd; font-size: 100%; margin: 0 0 2.5em !important; padding: 0; width: 100%; box-sizing: border-box; }
.wpcf7 form { margin: 1.5em 1.5em 0; }
.wpcf7 p {
    margin-bottom: 15px;
    font-size: 95%;
}
.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 8px 12px;
    width: 100%;
    border-radius: 5px;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ccc; max-width: 97%; padding: 8px; width: auto; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 14px; line-height: 1.2; }
.wpcf7 .wpcf7-list-item { display: block; }
.wpcf7 textarea { height: 300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #bbb; box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5); outline: none; }
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 300px;
    margin: 30px auto 0;
    background-color: #C90500;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 20px 0;
    font-weight: 600;
    border-radius: 0;
}

.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
    background-color:#310000;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color: #310000; }
.wpcf7 .wpcf7-submit .wpcf7-not-valid { background: pink; }
.wpcf7 .wpcf7-submit .wpcf7-response-output { margin: 10px 0 0; padding: 8px 35px 8px 14px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 form .wpcf7-response-output{ margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ color:#dc3232; font-size: 1em; }


.wpcf7 form {
    margin: 0 auto !important;
}
.wpcf7 {
    border: unset !important;
    margin: 0 auto !important;
}
.wpcf7 .wpcf7-list-item {
    display: inline-block !important;
	    margin: 0 10px;
}
.wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
}
table.rec_table02 {
    width: 90%;
    margin: 0 auto !important;
}
table.rec_table02 th {
    padding: 10px 1px 10px 10px;
    border: unset;
    background: unset;
    vertical-align: middle;
    font-size: 16px;
    width: 30%;
    text-align: left;
}
table.rec_table02 td {
    padding: 20px 10px;
    border: unset;
    background: unset;
    vertical-align: middle;
    font-size: 16px;
}
.flex-box {
    display: table;
    width: 90%;
    margin: 15px auto;
}
.flex-block {
    width: 29%;
    float: left;
    margin: 0 2%;
}
span.wpcf7-form-control.wpcf7-acceptance {
    margin-left: 4%;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, select.wpcf7-form-control.wpcf7-select{
    font-size: 16px;
    box-sizing: border-box;
    padding: 9px 8px;
    width: 100%;
    background: #fff;
}
span.required {
    background: #FF6363;
    color: #fff;
    font-size: 85%;
    padding: 0px 5px 1px;
    margin-left: 10px;
}
.rec_box {
    padding: 20px 0 40px;
    background: #f9f9f9;
    margin: 50px 0;
}
.wpcf7 textarea {
    height: 150px;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox span.wpcf7-list-item.first {
    margin: 0 16px 0 0;
}
.pry_box {
    border: solid 1px #ddd;
    padding: 2%;
    height: 200px;
    overflow-y: scroll;
    position: relative;
	background:#fff;
    margin: 10px auto 30px;
}
.c-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.p_txt_ttl {
    font-size: 120% !important;
    font-weight: 600;
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
}
.con_f_txt a:hover {
    opacity: 0.7;
    text-decoration: unset;
}

.con_f_txt a {
    text-decoration: underline;
}

.con_f_txt {
    width: 90%;
    margin: 0 auto;
}

/*reCAPTCHA*/
.pf_sds {
    border: solid 1px;
    background: #fff;
    padding: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 90%;
    margin: 0 auto;
}
.grecaptcha-badge {
    visibility: hidden;
}
.pf_sds a:hover {
    opacity: 0.7;
}
.pf_sds p {
    font-size: 90% !important;
    line-height: 1.3em !important;
    margin-bottom: 0 !important;
}
.pf_sds a {
    color: #f00;
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
	.wpcf7 {
    margin: 0 !important;
}
table.rec_table02 {
    width: 100%;
}
table.rec_table02 td {
    padding: 10px 0 20px;
    font-size: 90%;
}

table.rec_table02 th {
    border: unset !important;
    padding: 5px 0 2px;
    font-size: 100%;
}
.pry_box {
    font-size: 90%;
}
.c-inner {
    width: 100%;
}
.flex-box {
    padding: 10px 2% 1px;
    background: #e5e4c1;
    width: 96%;
    margin: 0 auto 15px;
}
.rec_box {
    padding: 20px 5%;
}
.flex-block {
    float: unset;
    width: 100%;
    margin: 0 auto;    
	text-align: center;
}
select.wpcf7-form-control.wpcf7-select {
    font-size: 14px;
}
.pry_box {
    height: 150px;
}
table.rec_table02 th, table.rec_table02 td {
        width: auto;
        display: block;
        text-align: center;
        border: unset !important;
        font-size: 90%;
        padding: 5px 0 2px;
    }
}



/** toppage **/

.mv_img {
    display: block;
    width: 94%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
}
.mv_img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(101 129 192 / 17%);
    top: 0;
    left: 0;
    z-index: 1;
}
.mv_img .image {
    padding-top: 39%;
}
#mv_sec {
    position: relative;
}
.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mv_catch {
    position: absolute;
    z-index: 2;
    bottom: 19%;
    left: 7%;
}
.mv_ttl {
    font-size: 280%;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 10px #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}
.mv_ttl01 {
    font-size: 150%;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    line-height: 1.6;
    padding-left: 7px;
}


/***sec_01*/
.w_inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
#sec_01:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 350%;
    background: rgb(255, 247, 250);
    background: -moz-linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff7fa",endColorstr="#ffb5d0",GradientType=1);
    bottom: 0;
    z-index: -1;
}
#sec_01 {
    position: relative;
    height: 100px;
}

.ne_ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ne_li_left {
    width: 57%;
    float: left;
    position: relative;
    margin: 0 3% 0 0;
background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #adadad;
}
.ne_li_right {
    width: 40%;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #adadad;
}
.new_wh_box {
    padding: 15px 5% 32px;
    position: relative;
}
.ne_in_ul {
	position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.new_li_left {
    width: 30%;
    float: left;
    margin-right: 3%;
    position: relative;
    min-height: 160px;
}
.new_li_right {
    width: 67%;
    float: left;
    position: relative;
}
.news_date {
    font-family: futura-pt, sans-serif;
    letter-spacing: 0.02em;
    color: #7f7f7f;
}
.newbl_out {
    width: 100%;
    display: table;
    position: relative;
}
.newbl01 {
    width: 18%;
    float: left;
    position: relative;
}
.newbl02 {
    width: 82%;
    float: left;
    position: relative;
}
.news_block a {
    display: block;
    position: relative;
    padding: 25px 10px 14px;
    border-bottom: solid 1px #ddd;
    transition: all 0.3s ease 0s;
}
.news_block a:hover{opacity:0.7}
.new_ttl {
    font-size: 200%;
    padding-top: 20px;
    font-family: futura-pt, sans-serif;
    line-height: 1.5;
    font-weight: 500;
    color: #EFA4A4;
}
.new_sub_ttl {
    font-size: 95%;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.new_btn a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow_02.svg) center no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    right: 7px;
    top: 19%;
}

.new_btn {
    position: absolute;
    bottom: 0;
}
.new_btn a {
    display: block;
    position: relative;
    background: #f43c70;
    padding: 3px 40px 3px 17px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 90%;
    transition: all 0.3s ease 0s;
}
.new_btn a:hover {
    opacity: 0.7;
}
.acc_wh_box {
    padding: 20px 5% 20px;
    position: relative;
}
.acc_txt01 {
    font-weight: 600;
    margin-bottom: 20px;
}
.acc_txt01 span {
    background: #3C2A2A;
    padding: 1px 8px 3px;
    color: #fff;
    line-height: 1;
    border-radius: 6px;
    margin-right: 20px;
    font-size: 95%;
}
table.time_table {
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}

table.time_table thead td span {
    letter-spacing: -5px;
    font-weight: 600;
}
table.time_table thead th span {
    font-weight: 600;
}
table.time_table tbody td {
    width: 10%;
    letter-spacing: 0;
    text-align: center;
    padding: 7px 0;
    color: #EFA6A6;
    font-weight: 600;
}
table.time_table tbody th {
    text-align: center;
    font-weight: 600;
    padding: 7px 0;
}
table.time_table thead td {
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding: 0 0 5px;
}
table.time_table thead th {
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding: 0 0 5px;
}
.acc_txt02 {
    text-align: center;
}
.flcat_img {
    position: absolute;
    z-index: 1;
    bottom: 3%;
    right: 2%;
    width: 20%;
}


.acc_wh_box01 {
    background: #fff;
    width: 88%;
    margin: 15px auto 0;
    border-radius: 10px;
    padding: 15px 4% 5px;
}
.acc_wh_box01 .acc_txt01 {
    line-height: 1.7;
    font-size: 90%;
}
.acc_wh_box01 table.time_table {
    margin: 0px auto;
}
.acc_wh_box01 .acc_txt02 {
    line-height: 1.5;
    margin: 10px auto;
}
.acc_wh_box01 table.time_table th {
    line-height: 1.7;
}
.acc_wh_box01 table.time_table td {
    line-height: 1.8;
}
/**sec_02*/
#sec_02 {
    position: relative;
    padding: 100px 0 0;
}
.inner {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.concept-sp {
    display: none;
}

.concept-pc {
    max-width: 700px;
    margin: 0 auto 130px;
}
.conbox_img .image {
    border-radius: 10px;
}
.conbox_img {
    width: 86%;
    height: 300px;
    position: relative;
    top: -60px;
    margin: 0 auto -45px;
}
.t_ul01 {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.t_ul01 li {
    width: 46%;
    margin: 0 2% 130px;
    float: left;
    position: relative;
}

.con_c01 {
    background: #FFECE8;
}
.con_c02 {
    background: #FFF5EA;
}
.con_c03 {
    background: #F0FBED;
}
.con_c04 {
    background: #EAF3FF;
}

.con_box {
    border-radius: 10px;
    position: relative;
    padding-bottom: 10px;
    height: 100%;
}

.con_sub {
    width: 86%;
    margin: 0 auto 5px;
    font-size: 160%;
    font-family: futura-pt, sans-serif;
    line-height: 1;
	z-index:1;
	position:relative;
}
.con_ttl {
    font-size: 200%;
    line-height: 1.5;
    width: 86%;
    margin: 0 auto 20px;
    font-weight: 600;
	z-index:1;
	position:relative;
}
span.conspa01 {
    color: #EFA6A6;
    font-weight: 400;
}
span.conspa02 {
    color: #8AE178;
    font-weight: 400;
}
span.conspa03 {
    color: #FFAE5E;
    font-weight: 400;
}
span.connum {
    color: #EFA6A6;
    font-size: 260%;
    margin-left: 5px;
    letter-spacing: 0;
}
.con_txt {
    width: 86%;
    margin: 0 auto 20px;
	z-index:1;
	position:relative;
}
.btn_01 {
    width: 180px;
    margin: 0 7% 0 auto;
    position: relative;
	z-index:1;
}
.btn_01 a {
    position: relative;
    display: block;
    color: #3d352c;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
}
.btn_01 a:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/arrow_01.svg) center no-repeat;
    background-size: contain;
    right: 0;
    top: 0px;
}

.btn_01 a:hover{opacity:0.7}

.con_c01:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/flow_04.png) center no-repeat;
    width: 30%;
    height: 30%;
    background-size: contain;
    left: 5%;
    bottom: 0%;
    opacity: 0.8;
    z-index: 0;
}
.con_c02:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/flow_04.png) center no-repeat;
    width: 40%;
    height: 40%;
    background-size: contain;
    right: 5%;
    bottom: 15%;
    opacity: 0.8;
    z-index: 0;
}
.con_c03:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/flow_02.png) center no-repeat;
    width: 27%;
    height: 27%;
    background-size: contain;
    right: 9%;
    bottom: 42%;
    opacity: 0.8;
    z-index: 0;
}
.con_c04:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/flow_02.png) center no-repeat;
    width: 35%;
    height: 35%;
    background-size: contain;
    right: 13%;
    bottom: 28%;
    opacity: 0.8;
    z-index: 0;
}



/**sec_03**/

.t_ttl_sub {
    margin: 70px auto 20px;
    font-size: 160%;
    font-family: futura-pt, sans-serif;
    line-height: 1;
    z-index: 1;
    position: relative;
    text-align: center;
}
.t_ttl01 {
    font-size: 220%;
    line-height: 1.5;
    margin: 0 auto 50px;
    font-weight: 600;
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
}
#sec_03 {
    position: relative;
    background: #F6F6F6;
    padding: 70px 0;
}

.wh_box_wide {
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #adadad;
    padding: 30px 4%;
    position: relative;
}
.wh_box_wide ul {
    width: 100%;
    position: relative;
    display: table;
}
.ww_li40 {
    width: 40%;
    float: left;
    position: relative;
    height: 300px;
    margin-right: 5%;
}

.ww_li40 .image {
    border-radius: 10px;
}
.ww_li60 {
    width: 55%;
    float: left;
    position: relative;
}
.menu_ttl {
    font-size: 180%;
    font-weight: 600;
    margin-bottom: 20px;
}
.menu_txt {
    margin-bottom: 20px;
}
.menu_ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 48px auto 0;
}
.menu_li_mar {
    margin: 0 0 3% !important;
}
.menu_ul li {
    width: 31.333%;
    margin: 0 3% 3% 0;
    float: left;
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #adadad;
    padding: 30px 0 20px;
}
.wh_box_wide .btn_01 {
    margin: 20px 0 0 auto;
}
.menu_img {
    width: 90%;
    position: relative;
    height: 230px;
    margin: 0 auto;
}
.menu_img .image {
    border-radius: 10px;
}
.txtcenter {
    text-align: center;
    margin: 10px auto;
}

.menu_ul li .menu_txt {
    width: 90%;
    margin: 0 auto 20px;
    min-height: 153px;
}


/*sec_gree*/
#sec_gree:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 75%);
}

#sec_gree {
    position: relative;
    background: url(/wp-content/uploads/t_img20.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.gree_box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #adadad;
    padding: 30px 4% 40px;
    position: relative;
}

.gree_sub {
    margin: 0px auto 20px;
    font-size: 200%;
    font-family: futura-pt, sans-serif;
    z-index: 1;
    position: relative;
    text-align: center;
    color: #EFA6A6;
}
.gree_box ul {
    width: 100%;
    position: relative;
    display: table;
}
.gr_li_txt {
    width: 60%;
    float: left;
    position: relative;
}
.gr_li_img .image {
    border-radius: 10px;
}

.gr_li_img {
    width: 35%;
    height: 350px;
    margin-left: 5%;
    float: right;
    position: relative;
}
.gree_ttl {
    font-size: 180%;
    font-weight: 600;
    margin-bottom: 20px;
}
.gree_txt {
    margin-bottom: 20px;
}



.btn_02 a {
    display: block;
    position: relative;
    background: #f43c70;
    padding: 10px 0;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    font-size: 110%;
}
.btn_02 a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow_02.svg) center no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    right: 13px;
    top: 22%;
}
.btn_02 {
    margin: 30px 0 0 0;
    position: relative;
    display: block;
    width: 90%;
    max-width: 300px;
}

.btn_02 a:hover {
    opacity: 0.7;
}



/*sec_04**/

#sec_04 {
    position: relative;
    padding: 70px 0;
}
.link_ul li {
    float: left;
    position: relative;
    width: 30%;
    margin: 0 5% 0 0;
}
.link_ul li:last-child {
    margin: 0;
}
.link_ul {
    width: 100%;
    display: table;
    position: relative;
}
.link_btn:hover {
	opacity:0.7;
}
.link_btn {
    text-align: center;
    position: relative;
    height: 120px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.link_btn a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.link_btn a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    color: #fff;
    font-size: 140%;
    font-weight: 600;
    line-height: 1.3;
}
.m01:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(221 77 77 / 70%);
    left: 0;
    top: 0;
    border-radius: 10px;
}
.m02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(46 85 209 / 70%);
    left: 0;
    top: 0;
    border-radius: 10px;
}
.m03:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(113 178 119 / 70%);
    left: 0;
    top: 0;
    border-radius: 10px;
}

.m01 {
    background: url(/wp-content/uploads/t_img05.jpg) center no-repeat;
}

.m02 {
    background: url(/wp-content/uploads/t_img02.jpg) center no-repeat;
}

.m03 {
    background: url(/wp-content/uploads/t_img15.jpg) center no-repeat;
}

/**sec_rec**/
#sec_rec {
    position: relative;
    padding: 70px 0;
}
.r_inner {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.r_box ul {
    width: 100%;
    position: relative;
    display: table;
}
.rec_li30 img {
    border-radius: 500px;
    width: 90%;
}

.rec_li30 {
    width: 26%;
    text-align: center;
    float: left;
    position: relative;
}
.rec_li70 {
    width: 70%;
    float: left;
    position: relative;
    margin-left: 4%;
}
.rec_ttl_en:before {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: solid 1px #ddd;
    bottom: 50%;
    z-index: -1;
}

.rec_ttl_en span {
    font-weight: 300;
    background: #fff;
    padding: 0 30px;
    position: relative;
    left: 5%;
}
.rec_ttl_en {
    font-size: 260%;
    font-family: futura-pt, sans-serif;
    color: #EFA6A6;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
}
.rec_ttl {
    font-size: 190%;
    color: #856767;
    font-weight: 600;
    margin-bottom: 20px;
}
.r_box {
    padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
}
span.shorts {
    font-weight: 600;
    letter-spacing: -1px;
}
.li_40 {
    width: 40%;
    float: left;
    position: relative;
}

.li_60 {
    width: 56%;
    float: left;
    position: relative;
    margin: 0 4% 0 0;
}
.li_40 img {
    border-radius: 10px;
}
table.table_01 th {
    width: 25%;
    border-bottom: solid 1px #e36767;
    padding: 10px;
    font-weight: 600;
}
table.table_01 td {
    padding: 15px 10px;
    border-bottom: solid 1px #c6c6c6;
}
.img_cen img {
    border: solid 1px #e6d9d9;
    padding: 2% 5%;
    border-radius: 10px;
}

.img_cen {
    width: 70%;
    margin: 0 auto;
}

.jump_point {
    height: 1px;
    display: block;
    padding-top: 190px;
    margin-top: -190px;
    position: relative;
    z-index: -1;
}


#sec_news {
    padding-top: 60px;
}

.sp_bl{display:none}


/********top respon************/

@media only screen and (max-width: 1600px) {
.p-global-nav li a {padding-left: 20px;padding-right: 20px;}.p-global-nav {font-size: 100%;}.p-global-nav {margin-top: 25px;}.header_logo {width: 20%;}.new_btn a {padding: 3px 36px 3px 8px;}
}

@media only screen and (max-width: 1400px) {
.p-global-nav li a {padding-left: 15px;padding-right: 15px;}.new_wh_box {padding: 9px 5% 32px;}.new_li_right {width: 72%;}span.shorts {font-size: 0.8vw;}.new_li_left {width: 25%;}.form_bl {width: 110px;}.tel_img_bl {margin-right: 125px;}.header_logo {padding-left: 15px;}.menu_ul li .menu_txt {min-height: 140px;}
}


@media only screen and (max-width: 1200px) {
.form_bl {width: 90px;height: 115px;}.mv_img .image {padding-top: 53%;}.p-global-nav img {width: 17px;}.tel_img_bl {margin-right: 95px;}nav {margin: 0 2px 0 auto;}.p-global-nav li a {padding-left: 10px;padding-right: 10px;}.p-global-nav {font-size: 14px;}.newbl01 {width: 25%;}.newbl02 {width: 75%;}.acc_txt01 {margin-bottom: 10px;}
}


@media only screen and (max-width: 1000px) {
	.header_logo {width: 16%;padding-left: 10px;}.form_bl a {padding: 8px 12px 0;height: 100%;}.form_bl {position: fixed;top: 150px;border-radius: 10px 0 0 10px;width: 90px;height: 90px;}.form_bl a img {vertical-align: baseline;}.tel_img_bl {margin-right: 10px;width: 18%;}.p-global-nav {font-size: 95%;}.ne_li_left {width: 100%;float: unset;margin: 0 auto 30px;}#sec_02 {padding: 50px 0 0;}.concept-pc {width: 80%;margin: 0 auto 100px;}.ne_li_right {width: 100%;float: unset;}.menu_ul li {width: 46%;margin: 0 2% 4%;}.menu_li_mar {margin: 0 2% 4% !important;}.conbox_img {height: 200px;}.menu_ul li .menu_txt {min-height: unset;}
}

@media only screen and (max-width: 767px) {
.form_bl {display: none;}.tel_img_bl {display: none;}.header_logo {width: 65%;max-width: unset;}.mv_img .image {padding-top: 92%;}.new_sub_ttl {font-size: 90%;font-weight: 400;}.new_ttl {font-size: 130%;padding-top: 10px;}.new_btn a:before {top: 18%;width: 16px;height: 16px;}.new_btn a {font-size: 70%;}.new_btn {right: 0;}.new_wh_box {border-radius: 10px;padding: 9px 5% 15px;}.acc_wh_box {padding: 15px 5% 15px;border-radius: 10px;}.sp_kai {display: block;}.mv_img {border-radius: 10px;}.news_block a {padding: 15px 4px 4px;}.newbl02 {width: 100%;float: unset;}.newbl01 {width: 100%;float: unset;font-size: 80%;}#mv_sec {margin-top: 71px;}.new_li_right {width: 100%;float: unset;}.acc_txt02 {text-align: left;font-size: 85%;}table.time_table tbody th {letter-spacing: 0;}table.time_table thead th, table.time_table tbody th {text-align: left;font-size: 85%;}table.time_table thead td, table.time_table tbody td {font-size: 85%;}.t_ul01 li {width: 100%;margin: 0 auto 80px;float: unset;}.con_sub {text-align: center;font-size: 130%;}.conbox_img {height: 160px;top: -40px;margin: 0 auto -60px;}.con_ttl {font-size: 170%;text-align: center;margin: 0 auto 15px;}#sec_03 {padding: 40px 0;}.t_ttl01 {font-size: 180%;margin: 0 auto 25px;}.t_ttl_sub {margin: 40px auto 10px;}.menu_ttl {margin: 10px auto;font-size: 150%;text-align: center;}.menu_img {height: 150px;}.menu_ul li {width: 100%;margin: 0 auto 30px;border-radius: 10px;}.gr_li_txt {width: 100%;float: unset;position: relative;}.gr_li_img {width: 100%;height: 200px;margin: 0 auto 20px;float: unset;}.btn_01 {margin: 0 4% 0 auto;}.wh_box_wide {border-radius: 10px;padding: 30px 4% 15px;}.gree_sub {margin: 0px auto 10px;font-size: 150%;}.gree_ttl {font-size: 145%;}.menu_ul {margin: 30px auto 0;}.rec_ttl {font-size: 150%;text-align: center;}.rec_li70 {width: 100%;float: unset;margin-left: 0;}.rec_li30 {width: 50%;text-align: center;float: unset;margin: 0 auto 20px;}#sec_04 {padding: 40px 0;}.link_btn a span {font-size: 120%;}.link_btn {height: 85px;}.link_ul li {float: unset;width: 100%;margin: 0 auto 25px;}.btn_02 {margin: 30px auto 0;}.gree_box {padding: 20px 4% 30px;}.ww_li60 {width: 100%;float: unset;}.con_txt {width: 90%;}.con_c02 .con_ttl {width: 96%;letter-spacing: 0;}.ww_li40 {width: 100%;float: unset;height: 150px;}footer {padding: 50px 0 60px;}.foo_ul li {width: 100%;float: unset;margin: 0 auto 30px;}.foo_ul {margin: 0 auto 40px;}.ggmap {padding-bottom: 57%;}.footer_block {margin: 30px auto 50px;display: block;padding-top: 15px;}.f-logo {margin: 0px auto 30px;}.menu_li_mar {margin: 0 auto 30px !important;}.footer_ul li {font-size: 95%;float: left;width: 48%;padding: 0 2% 0 0;}.footer_ul li a {padding: 2px 0px 2px 9px;}
.jump_point {
    padding-top: 40px;
    margin-top: -40px;
}
.new_li_left {
        width: 100%;
        float: unset;
        margin: 0;
        min-height: unset;
    }
#sec_01 {
    height: 40px;
}
.pc_bl{display:none}
.sp_bl{display:block}
}


@media only screen and (max-width: 500px) {
.footer_ul li a:before {width: 4px;height: 4px;top: 14px;}.mv_catch {bottom: 37%;left: 4%;}.flcat_img {bottom: -1%;right: -1%;width: 33%;}.mv_ttl {font-size: 160%;margin-bottom: 10px;}
    .mv_ttl01 {
        font-size: 100%;
        padding-left: 2px;
    }
}



/****下層ページ***/
#contents_header {
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#contents_header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255, 247, 250);
    background: -moz-linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff7fa",endColorstr="#ffb5d0",GradientType=1);
    top: 0;
    left: 0;
    opacity: 0.72;
}
.p-page-header__inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.page_head_tittle {
    font-size: 230%;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 10px #4d4d4d;
    margin-bottom: 15px;
}
.p_en_txt {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 10px #2e2e2e;
    letter-spacing: 0.2em;
}
.k_inner {
    width: 92%;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}
.k_txt01 {
    line-height: 2.2;
    margin-bottom: 20px;
}
.breadcrumbs-container {
    position: relative;
    background: #f7aaaa;
}
.breadcrumbs {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
 color: #ffffff;
}

.breadcrumbs a:hover {
    opacity: 0.7;
}
.breadcrumbs a {
    color: #ffffff;
    transition: all 0.3s ease 0s;
}
.entry_inner {
    margin: 100px auto;
    position: relative;
}
.k_ttl01 {
    font-size: 200%;
    font-weight: 600;
    text-align: center;
    color: #3C2A2A;
    background: rgb(255, 185, 208);
    background: -moz-linear-gradient(90deg, rgba(255, 185, 208, 1) 0%, rgba(255, 225, 221, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 185, 208, 1) 0%, rgba(255, 225, 221, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 185, 208, 1) 0%, rgba(255, 225, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb9d0",endColorstr="#ffe1dd",GradientType=1);
    border-radius: 10px;
    padding: 10px 5px;
    margin: 0 auto 40px;
}
.k_con {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.k_ttl02:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/ttl_ico.png) center no-repeat;
    background-size: contain;
    width: 90px;
    height: 60px;
    top: -53px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.k_ttl02 {
    font-size: 190%;
    text-align: center;
    font-weight: 600;
    margin: 100px auto 25px;
    position: relative;
}
.k_ttl03:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #EAA6A6;
    border-radius: 20px;
    left: 0;
    top: 15px;
}
.k_ttl03 {
    font-size: 140%;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin: 0px auto 10px;
    line-height: 1.6;
}
.k_ul01 {
    width: 100%;
    display: table;
    margin: 0 auto 30px;
    position: relative;
}
.li_img_right {
    width: 36%;
    margin: 0 0 0 4%;
    float: right;
    position: relative;
}
.li_img {
    width: 36%;
    margin: 0 4% 0 0;
    float: left;
    position: relative;
}
.li_img_right img, .li_img img{
    border-radius: 10px;
}
.li_txt {
    width: 60%;
    float: left;
    position: relative;
}
.line_space {
    border-top: solid 1px #ddd;
    margin: 30px auto;
}
.space {
    height: 100px;
}
.li_sh_img img {
    border-radius: 10px;
    width: 90%;
    vertical-align: middle;
}
.k_ul02 {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    display: table;
}
.li_sh_img {
    width: 26%;
    margin: 0 4% 0 0;
    float: left;
    text-align: center;
}
.li_sh_txt {
    width: 70%;
    margin: 0;
    float: left;
}
.box_01 {
    background: #F6F8EC;
    padding: 40px 5% 20px;
    position: relative;
    box-shadow: 6px 6px 15px #ddd;
    border-radius: 15px;
    margin-bottom: 100px;
}
.box_01 .k_txt01 {
    font-size: 95%;
    line-height: 1.6;
    margin-bottom: 10px;
}
.fa_ttl span {
    background: #d45b5b;
    color: #fff;
    padding: 1px 5px 4px;
    font-size: 84%;
    border-radius: 7px;
    margin-right: 12px;
}

.fa_ttl {
    font-size: 120%;
    font-weight: 600;
    border-bottom: solid 1px #afafaf;
    padding: 0 10px 7px;
    margin-bottom: 10px;
}

.aa_ttl span {
    font-size: 110%;
    font-weight: 600;
    margin-right: 11px;
}
.p-news-block {
    margin: 100px auto;
    width: 90%;
    max-width: 1000px;
    position: relative;
}
.post-title {
    font-size: 130%;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    padding: 0 10px 10px;
    margin: 10px auto 20px;
}
.date_cate_txt {
    font-size: 90%;
}
.p-article02__title {
    font-size: 105%;
    border-bottom: solid 1px #999;
    padding: 0 0 5px;
    margin-bottom: 30px;
}
.aa_ttl {
    background: #f1f6d5;
    padding: 9px 2%;
    border-radius: 5px;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 2.2;
}
table.ds_table {
    margin: 0 auto 50px;
}
table.ds_table td {
    padding: 4px 20px;
    border: solid 1px #bbbbbb;
    font-weight: 600;
    text-align: right;
    color: #ce9b2b;
}
table.ds_table th {
    width: 40%;
    text-align: center;
    padding: 3px;
    background: #f9e7e7;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #f9e7e7;
    font-weight: 600;
}
.k_txttab:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #d5d5d5;
    top: 34%;
    left: 0;
    border-radius: 10px;
}

.k_txttab {
    font-size: 150%;
    font-weight: 600;
    padding: 0 0 10px 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: solid 1px #ddd;
    position: relative;
}
.space_s {
    height: 30px;
}

.box_02 .k_txt01 {
    line-height: 1.8;
}
.box_02 .k_ul01 {
    margin: 0 auto;
}

.box_02 {
    background: #F6F8EC;
    padding: 30px 3%;
    position: relative;
    border-radius: 15px;
    margin-bottom: 50px;
}
.k_txtfta {
    margin: 15px auto;
    font-size: 120%;
    font-weight: 600;
    border-bottom: solid 1px #b5a7a7;
    padding: 0 5px 5px;
}
.list_ul li:after {
    border: 1px solid #4b3e3e;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 0;
    top: 5px;
    border-radius: 3px;
}

.list_ul li:before {
    border-left: 1px solid #4b3e3e;
    border-bottom: 1px solid #4b3e3e;
    width: 15px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
}
.list_ul li {
    width: auto;
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 13px;
    position: relative;
}
.list_ul {
    width: 100%;
    position: relative;
    display: table;
}
.box_03 {
    background: #fff5f5;
    padding: 2px 4% 10px;
    border-radius: 12px;
    min-height: 240px;
}
.box_03de {
    background: #f8f8f8;
    padding: 2px 4% 10px;
    border-radius: 12px;
    min-height: 240px;
}
.li_50_left {
    width: 48%;
    margin: 0 0 20px;
    position: relative;
    float: left;
}
.li_50 img, .li_50_left img{
	border-radius:10px;
}
.textcen {
    margin: 5px auto;
    text-align: center;
    font-weight: 600;
}
.li_50 {
    width: 48%;
    margin: 0 4% 20px 0;
    position: relative;
    float: left;
}
.perio_ttl {
    font-size: 140%;
    font-weight: 600;
    position: relative;
    margin: 0px auto 10px;
    line-height: 1.6;
}
span.short {
    font-weight: 600;
    font-size: 85%;
}
span.pnum {
    font-weight: 600;
    background: #4d4d4d;
    padding: 0 10px;
    margin-right: 11px;
    border-radius: 3px;
    color: #fff;
}
.flow_ttl {
    font-size: 150%;
    font-weight: 600;
    border-bottom: solid 1px #b6b6b6;
    padding: 0 5px 5px;
    margin-bottom: 10px;
}
.flow_ttl span {
    font-weight: 600;
    background: #f2a7a7;
    padding: 0 10px;
    margin-right: 11px;
    border-radius: 3px;
    color: #fff;
}
.triangle {
    margin: 15px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 23px solid #db6d94;
}
.hh_none {
    min-height: auto;
}
.heidd {
    padding: 26px 4% 10px;
}
.y_ttl {
    font-size: 110%;
    font-weight: 600;
}

.kako_txt {
    font-size: 110%;
    background: #ff8d85;
    display: inline-block;
    padding: 1px 10px 2px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px auto;
}
.box_04 {
    background: #fff5f5;
    padding: 30px 4% 15px;
    border-radius: 12px;
    border: solid 3px #d9a2a2;
    margin: 50px auto 120px;
}
.list_ul02 li:after {
    background: #e65353;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    border-radius: 3px;
}

.list_ul02 li:before {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 14px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 2px;
    content: '';
    z-index: 1;
}
.list_ul02 li {
    width: auto;
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    font-size: 110%;
    font-weight: 600;
    color: #ee5454;
}
.list_ul02 {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto 10px;
}
.k_txt02 {
    font-size: 125%;
    font-weight: 600;
    margin-bottom: 15px;
    color: #8f5700;
}
span.red_spa {
    font-size: 110%;
    font-weight: 600;
    color: #ee5454;
}
.box_05 {
    background: #f8f7f0;
    padding: 15px 3%;
    position: relative;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #cfcfcf;
    margin: 20px auto;
}
.k_txt03 {
    display: inline-block;
    background: #634b4b;
    line-height: 1;
    padding: 2px 8px 4px;
    color: #fff;
    border-radius: 3px;
}
.list_03 li:before {
    position: absolute;
    content: "";
    background: #8a8a8a;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    left: 0;
    top: 10px;
}
.list_03 li span {
    margin-right: 15px;
}
.list_03 li {
    width: auto;
    padding-left: 11px;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
}
.list_03 {
    display: table;
    position: relative;
    width: 100%;
}
.ks_inner {
    width: 90%;
    max-width: 1000px;
    margin: 70px auto;
    position: relative;
}
.btn_05 a {
    position: relative;
    padding: 15px 0;
    font-size: 110%;
    text-align: center;
    display: block;
    background: #ff6868;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
}

.btn_05 {
    margin: 40px auto;
    position: relative;
    max-width: 370px;
    width: 90%;
}
.p_box {
    background: #fff0f0;
    padding: 20px 3% 10px;
    border-radius: 8px;
    margin: 7px auto 0;
}
.p_box01 {
    border: solid 2px #ff8d85;
    padding: 20px 3% 5px;
    border-radius: 8px;
    margin: 7px auto 0;
}
/*****下層respon***/
@media only screen and (max-width: 767px) {
	#contents_header {
    margin-top: 70px;
    height: 200px;
}
.p_box01 {
    padding: 4px 3% 1px;
}
.p-news-block {
    margin: 50px auto;
}
.p_box {
    padding: 15px 3% 5px;
}
.li_img {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
.k_ttl01 {
    font-size: 140%;
    line-height: 1.4;
    text-align: left;
    padding: 10px 25px;
    margin: 0px auto 30px;
}
.k_ttl03:before {
    top: 11px;
}
.k_ttl03 {
    font-size: 125%;
    line-height: 1.5;
}
.li_txt {
    width: 100%;
    float: unset;
}
.li_img_right {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
.k_ttl02:before {
    width: 65px;
    height: 41px;
    top: -35px;
}
.k_ttl02 {
    font-size: 140%;
    margin: 80px auto 25px;
}
.k_txt01 {
    line-height: 1.8;
}
.entry_inner {
    margin: 50px auto 100px;
}
.breadcrumbs {
    font-size: 90%;
}
.li_sh_img {
    width: 50%;
    margin: 0 auto 20px;
    float: unset;
}
.li_sh_txt {
    width: 100%;
    margin: 0;
    float: unset;
}
.p_en_txt {
    font-size: 85%;
}
.k_txt02 {
    font-size: 120%;
    line-height: 1.6;
}
.list_ul02 li {
    padding-left: 21px;
    margin-bottom: 10px;
}
.page_head_tittle {
    font-size: 160%;
    margin-bottom: 10px;
    line-height: 1.6;
}
.list_ul02 li:before {
    width: 11px;
    height: 5px;
}
.list_ul02 li:after {
    width: 16px;
    height: 16px;
}
.flow_ttl span {
    padding: 0 6px;
    margin-right: 7px;
}
.flow_ttl {
    font-size: 130%;
}
.perio_ttl {
    font-size: 120%;
}
.li_50, .li_50_left {
    width: 100%;
    margin: 0 auto 20px;
}
span.pnum {
    padding: 0 7px 1px;
    margin-right: 7px;
    border-radius: 3px;
}
.box_04 {
    padding: 20px 4% 15px;
    margin: 0px auto;
}
.img_cen img {
    padding: 0;
    border: unset;
}
.box_01 {
    padding: 30px 5% 20px;
}
.img_cen {
    width: 100%;
}
.li_40 {
    width: 100%;
    float: unset;
    margin: 0;
}
table.table_01 td {
    padding: 7px 10px;
    line-height: 1.5;
}
table.table_01 th {
    padding: 0 5px;
}
.li_60 {
    width: 100%;
    float: unset;
    margin: 0 auto 30px;
}
}

