@charset "UTF-8";

/* reset -------- */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus{
    outline: none;
}
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6, p, li, th, td, address, small, i {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}
ol, ul, dl, dt, dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}
img, object, embed {
    border-style: none;
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    line-height: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
th {
    text-align: left;
}
em {
    font-style: normal;
    font-weight: bold;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
video {
    width: 100%;
}
input:focus {
    outline: 0;
    border-color: #0067b2;
}
input[type=submit] {
    -webkit-appearance: none;
}
sup {
    vertical-align: super;
    font-size: 60%;
}
sub {
    vertical-align: sub;
    font-size: 60%;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}






html {
    /*font-family: "Noto Sans JP", sans-serif;*/
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 16px;
}
@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}
/*h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
    font-weight: 700;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.13rem;
}
h6 {
    font-size: 1rem;
}
p {
    font-size: 0.88rem;
    line-height: 2;
    margin-bottom: 1em;
}*/
figcaption, figure, main {
    display: block;
}
figure {
    margin: 2em 0;
}
figure:first-child {
    margin-top: 0px;
}
figure:last-child {
    margin-bottom: 0px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .sp {
        display: none !important;
    }
}


/***　非リンク ***/
a.disabled{
    pointer-events: none;
}


/*** margin ***/
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
/*** padding ***/
.pb0 {
	padding-bottom: 0px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb90 {
	padding-bottom: 90px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt100 {
	padding-top: 100px !important;
}
/* wide ********/
.wide_par5 {
	width: 5% !important;
}
.wide_par10 {
	width: 10% !important;
}
.wide_par15 {
	width: 15% !important;
}
.wide_par20 {
	width: 20% !important;
}
.wide_par25 {
	width: 25% !important;
}
.wide_par30 {
	width: 30% !important;
}
.wide_par35 {
	width: 35% !important;
}
.wide_par40 {
	width: 40% !important;
}
.wide_par45 {
	width: 45% !important;
}
.wide_par50 {
	width: 50% !important;
}
.wide_par55 {
	width: 55% !important;
}
.wide_par60 {
	width: 60% !important;
}
.wide_par65 {
	width: 65% !important;
}
.wide_par70 {
	width: 70% !important;
}
.wide_par75 {
	width: 75% !important;
}
.wide_par80 {
	width: 80% !important;
}
.wide_par85 {
	width: 85% !important;
}
.wide_par90 {
	width: 90% !important;
}
.wide_par95 {
	width: 95% !important;
}
.wide_50 {
	width: 50px !important;
}
.wide_100 {
	width: 100px !important;
}
.wide_150 {
	width: 150px !important;
}
.wide_200 {
	width: 200px !important;
}
.wide_250 {
	width: 250px !important;
}
.wide_300 {
	width: 300px !important;
}


/* all -------- */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix .left {
    float: left;
}
.clearfix .right {
    float: right;
}

/*** column ***/
.row,
*[class*="column_"]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row > * {
}
.col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col2,
.column_2 > *{
    width: 50%;
    width: calc(100% / 2 - 1px);
    max-width: calc(100% / 2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col3,
.column_3 > *{
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col4,
.column_4 > *{
    width: 25%;
    width: calc(100% / 4 - 1px);
    max-width: calc(100% / 4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col5,
.column_5 > *{
    width: 20%;
    width: calc(100% / 5 - 1px);
    max-width: calc(100% / 5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col6,
.column_6 > *{
    width: 16%;
    width: calc(100% / 6 - 1px);
    max-width: calc(100% / 6);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col_inner {
    display: block;
    width: 100%;
    height: 100%;
}



.gap_5{
	margin-left: -1vw;
	margin-bottom: -1vw;
}
.gap_5 > *{
	padding-left: 1vw;
	padding-bottom: 1vw;
}
.gap_10{
	margin-left: -2vw;
	margin-bottom: -2vw;
}
.gap_10 > *{
	padding-left: 2vw;
	padding-bottom: 2vw;
}
.gap_15{
	margin-left: -3vw;
	margin-bottom: -3vw;
}
.gap_15 > *{
	padding-left: 3vw;
	padding-bottom: 3vw;
}
.gap_20{
	margin-left: -4vw;
	margin-bottom: -4vw;
}
.gap_20 > *{
	padding-left: 4vw;
	padding-bottom: 4vw;
}
.gap_30{
	margin-left: -6vw;
	margin-bottom: -6vw;
}
.gap_30 > *{
	padding-left: 6vw;
	padding-bottom: 6vw;
}
.gap_40{
	margin-left: -8vw;
	margin-bottom: -8vw;
}
.gap_40 > *{
	padding-left: 8vw;
	padding-bottom: 8vw;
}
.gap_50{
	margin-left: -10vw;
	margin-bottom: -10vw;
}
.gap_50 > *{
	padding-left: 10vw;
	padding-bottom: 10vw;
}
.gap_60{
	margin-left: -12vw;
	margin-bottom: -12vw;
}
.gap_60 > *{
	padding-left: 12vw;
	padding-bottom: 12vw;
}

@media (min-width: 769px) {
	.gap_5{
		margin-left: -0.5vw;
		margin-bottom: -0.5vw;
	}
	.gap_5 > *{
		padding-left: 0.5vw;
		padding-bottom: 0.5vw;
	}
	.gap_10{
		margin-left: -1vw;
		margin-bottom: -1vw;
	}
	.gap_10 > *{
		padding-left: 1vw;
		padding-bottom: 1vw;
	}
	.gap_15{
		margin-left: -1.5vw;
		margin-bottom: -1.5vw;
	}
	.gap_15 > *{
		padding-left: 1.5vw;
		padding-bottom: 1.5vw;
	}
	.gap_20{
		margin-left: -2vw;
		margin-bottom: -2vw;
	}
	.gap_20 > *{
		padding-left: 2vw;
		padding-bottom: 2vw;
	}
	.gap_30{
		margin-left: -3vw;
		margin-bottom: -3vw;
	}
	.gap_30 > *{
		padding-left: 3vw;
		padding-bottom: 3vw;
	}
	.gap_40{
		margin-left: -4vw;
		margin-bottom: -4vw;
	}
	.gap_40 > *{
		padding-left: 4vw;
		padding-bottom: 4vw;
	}
	.gap_50{
		margin-left: -5vw;
		margin-bottom: -5vw;
	}
	.gap_50 > *{
		padding-left: 5vw;
		padding-bottom: 5vw;
	}
	.gap_60{
		margin-left: -6vw;
		margin-bottom: -6vw;
	}
	.gap_60 > *{
		padding-left: 6vw;
		padding-bottom: 6vw;
	}
}
@media (min-width: 1200px) {
	.gap_5{
		margin-left: -5px;
		margin-bottom: -5px;
	}
	.gap_5 > *{
		padding-left: 5px;
		padding-bottom: 5px;
	}
	.gap_10{
		margin-left: -10px;
		margin-bottom: -10px;
	}
	.gap_10 > *{
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.gap_15{
		margin-left: -15px;
		margin-bottom: -15px;
	}
	.gap_15 > *{
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.gap_20{
		margin-left: -20px;
		margin-bottom: -20px;
	}
	.gap_20 > *{
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.gap_30{
		margin-left: -30px;
		margin-bottom: -30px;
	}
	.gap_30 > *{
		padding-left: 30px;
		padding-bottom: 30px;
	}
	.gap_40{
		margin-left: -40px;
		margin-bottom: -40px;
	}
	.gap_40 > *{
		padding-left: 40px;
		padding-bottom: 40px;
	}
	.gap_50{
		margin-left: -50px;
		margin-bottom: -50px;
	}
	.gap_50 > *{
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.gap_60{
		margin-left: -60px;
		margin-bottom: -60px;
	}
	.gap_60 > *{
		padding-left: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 768px) {
    .row > *,
	*[class*="column_"] > *{
        width: 100%;
        max-width: none;
    }
    .row_sp{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row_sp > *{
    }
    .col_sp {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col2_sp,
	.column_2_sp > *{
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col3_sp,
	.column_3_sp > *{
        width: 32%;
        width: calc(100% / 3 - 1px);
        max-width: calc(100% / 3);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col4_sp,
	.column_4_sp > *{
        width: 25%;
        width: calc(100% / 4 - 1px);
        max-width: calc(100% / 4);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col5_sp,
	.column_5_sp > *{
        width: 20%;
        width: calc(100% / 5 - 1px);
        max-width: calc(100% / 5);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .col6_sp,
	.column_6_sp > *{
        width: 16%;
        width: calc(100% / 6 - 1px);
        max-width: calc(100% / 6);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
	
	.gap_5_sp{
		margin-left: -5px;
		margin-bottom: -5px;
	}
	.gap_5_sp > *{
		padding-left: 5px;
		padding-bottom: 5px;
	}
	.gap_10_sp{
		margin-left: -10px;
		margin-bottom: -10px;
	}
	.gap_10_sp > *{
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.gap_15_sp{
		margin-left: -15px;
		margin-bottom: -15px;
	}
	.gap_15_sp > *{
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.gap_20_sp{
		margin-left: -20px;
		margin-bottom: -20px;
	}
	.gap_20_sp > *{
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.gap_30_sp{
		margin-left: -30px;
		margin-bottom: -30px;
	}
	.gap_30_sp > *{
		padding-left: 30px;
		padding-bottom: 30px;
	}
	.gap_40_sp{
		margin-left: -40px;
		margin-bottom: -40px;
	}
	.gap_40_sp > *{
		padding-left: 40px;
		padding-bottom: 40px;
	}
	.gap_50_sp{
		margin-left: -50px;
		margin-bottom: -50px;
	}
	.gap_50_sp > *{
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.gap_60_sp{
		margin-left: -60px;
		margin-bottom: -60px;
	}
	.gap_60_sp > *{
		padding-left: 60px;
		padding-bottom: 60px;
	}
}


/*** floatbox ***/
.floatbox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.floatbox .thumb_wrap {
    width: 120px;
}
.floatbox .text_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px 0px 0px 20px !important;
}
@media (max-width: 768px) {
    .floatbox_sp {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .floatbox_sp .thumb_wrap {
        width: 120px;
    }
    .floatbox_sp .text_wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0px 0px 0px 20px !important;
    }
}
/*** table 横スライド用 ***/
@media (max-width: 768px) {
    .tableslide_sp {
        overflow-x: scroll;
        margin-right: -10px;
        padding-bottom: 10px;
    }
    .tableslide_sp td {
        white-space: nowrap;
    }
}
/***　アニメーション ***/
.effect_left {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_left.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_right {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_right.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_up {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_up.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_down {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_down.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_show {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_show.active {
    opacity: 1;
}
.effect_wide {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: transform 1.2s ease,
		opacity 1.2s ease;
    transition: transform 1.2s ease,
		opacity 1.2s ease;
}
.effect_wide.active {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
@media (max-width: 768px) {
    /*
  	.effect_left{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_right{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_top{
  		opacity: 1;
  		transform: translate3d(0,0%,0);
  	}
  	.effect_show{
  		opacity: 1;
  	}
  */
}
@-webkit-keyframes effect_wide {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes effect_wide {
    0% {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/*** parts ****/
.icon_left {
    display: inline-block;
    margin-right: 10px;
}
.icon_right {
    display: inline-block;
    margin-left: 10px;
}
/*** scale ***/
.thumb.scale a, a.scale .thumb {
    display: block;
    overflow: hidden;
}
.thumb.scale a img, a.scale .thumb img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.thumb.scale a:hover img, a.scale:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*** slick用 スライダー ***/
.slider {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.slider.slick-initialized {
    opacity: 1;
}
/*** font ***/
.alC {
    text-align: center !important;
}
.alR {
    text-align: right !important;
}
.alL {
    text-align: left !important;
}
.f_small {
    font-size: 90% !important;
}
.f_xsmall {
    font-size: 80% !important;
}
.f_xxsmall {
    font-size: 70% !important;
}
.f_xxxsmall {
    font-size: 60% !important;
}
.f_xxxxsmall{
    font-size: 50% !important;
}
.f_large {
    font-size: 110% !important;
}
.f_xlarge {
    font-size: 120% !important;
}
.f_xxlarge {
    font-size: 130% !important;
}
.f_xxxlarge {
    font-size: 140% !important;
}
.f_xxxxlarge {
    font-size: 150% !important;
}
.f_bold {
    font-weight: bold !important;
}
.f_underline {
    display: inline-block;
    text-decoration: underline;
}
.f_white{
    color: #FFFFFF !important;
}
.f_black {
    color: #000000 !important;
}
.f_yellow {
    color: #f67e41 !important;
}
.f_orange {
    color: #FF4E00 !important;
}
.f_bg_yellow {
    display: inline;
    background-color: #ffea5a;
}
.f_line_yellow {
    display: inline;
    background: -moz-linear-gradient(top,  rgba(255,239,0,0) 0%, rgba(255,239,0,0) 60%, rgba(255,239,0,0.7) 61%, rgba(255,239,0,0.7) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,239,0,0) 0%,rgba(255,239,0,0) 60%,rgba(255,239,0,0.7) 61%,rgba(255,239,0,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(255,239,0,0) 0%,rgba(255,239,0,0) 60%,rgba(255,239,0,0.7) 61%,rgba(255,239,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffef00', endColorstr='#b3ffef00',GradientType=0 );
}
.f_link {
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.f_link:hover {
    color: #69318e;
    /*text-decoration: none;*/
}
/*** youtube ***/
.youtube, .wp-block-embed__wrapper {
    width: 100%;
    padding-bottom: calc(100% * 340 / 600);
    height: 0px;
    position: relative;
    margin-bottom: 10px;
}
.youtube iframe, .wp-block-embed__wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*** width ***/
.full_width,
.alignfull{
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
}
/*** hover ***/
.hover_opacity {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.3s ease, filter 0.3s ease;
    transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.hover_opacity:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.hover_reverse {
    display: block;
    position: relative;
}
.hover_reverse .btn_on {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.hover_reverse .btn_off {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.hover_reverse:hover .btn_on {
    opacity: 1;
}
.hover_reverse:hover .btn_off {
    opacity: 0;
}
/*** table_basic ***/
.table_basic {
    width: 100%;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.table_basic th {
    padding: 10px 20px;
    vertical-align: top;
    text-align: left;
    background-color: #EEEEEE;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.table_basic td {
    padding: 10px 20px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
    .table_basic {
        display: block;
    }
    .table_basic th {
        display: block;
        width: 100%;
        padding: 10px;
        font-weight: bold;
    }
    .table_basic td {
        display: block;
        width: 100%;
        padding: 15px 10px;
    }
}


/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fbf6e8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.loaded #loading {
  opacity: 0;
  visibility: hidden;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #6e4b3d, 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.5), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.7), 1.8em -1.8em 0 0em #6e4b3d, 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.5), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.7), 2.5em 0em 0 0em #6e4b3d, 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.5), 2.5em 0em 0 0em rgba(110, 75, 61, 0.7), 1.75em 1.75em 0 0em #6e4b3d, 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.5), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.7), 0em 2.5em 0 0em #6e4b3d, -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.5), 0em 2.5em 0 0em rgba(110, 75, 61, 0.7), -1.8em 1.8em 0 0em #6e4b3d, -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.5), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.7), -2.6em 0em 0 0em #6e4b3d, -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.5), -2.6em 0em 0 0em rgba(110, 75, 61, 0.7), -1.8em -1.8em 0 0em #6e4b3d;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #6e4b3d, 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.5), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.7), 1.8em -1.8em 0 0em #6e4b3d, 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.5), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.7), 2.5em 0em 0 0em #6e4b3d, 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.5), 2.5em 0em 0 0em rgba(110, 75, 61, 0.7), 1.75em 1.75em 0 0em #6e4b3d, 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.5), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.7), 0em 2.5em 0 0em #6e4b3d, -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.2), -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.5), 0em 2.5em 0 0em rgba(110, 75, 61, 0.7), -1.8em 1.8em 0 0em #6e4b3d, -2.6em 0em 0 0em rgba(110, 75, 61, 0.2), -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.5), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.7), -2.6em 0em 0 0em #6e4b3d, -1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(110, 75, 61, 0.2), 1.8em -1.8em 0 0em rgba(110, 75, 61, 0.2), 2.5em 0em 0 0em rgba(110, 75, 61, 0.2), 1.75em 1.75em 0 0em rgba(110, 75, 61, 0.2), 0em 2.5em 0 0em rgba(110, 75, 61, 0.2), -1.8em 1.8em 0 0em rgba(110, 75, 61, 0.5), -2.6em 0em 0 0em rgba(110, 75, 61, 0.7), -1.8em -1.8em 0 0em #6e4b3d;
  }
}




/* layout -------- */
.wrap{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.main_content {
}
.side_content {
}
.content_1col {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content_2col .main_content {
    width: 73%;
}
.content_2col .side_content {
    width: 22%;
    order: 2;
}
@media (max-width: 1160px) {
    .container{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_content {
    }
    .side_content {
    }
    .content_2col {
        display: block;
    }
    .content_2col .main_content {
        width: 100%;
		padding-bottom: 60px;
    }
    .content_2col .side_content {
        width: 100%;
    }
}



/*** crumb ***/
.crumb{
	padding-bottom: 100px;
}
.crumb ul {
    font-size: 0;
    padding-top: 12px;
    padding-bottom: 12px;
	text-align: right;
}
.crumb ul li {
    display: inline;
    font-size: 0.75rem;
	line-height: 1;
	color: #202020;
	vertical-align: middle;
}
/*.crumb ul li:first-child:before{
	content: "";
	display: inline-block;
	background: url("../images/common/icon_home.svg") left top no-repeat;
	background-size: contain;
	width: 15px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}*/
.crumb ul li:not(:last-child):after {
    content: "\FF1E";
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
	vertical-align: middle;
}
.crumb ul li a {
    -webkit-transition: 0.3s color ease;
    transition: 0.3s color ease;
	vertical-align: middle;
	color: #888888;
}
.crumb ul li a:hover {
	color: #000000;
}

@media (max-width: 768px) {
	.crumb{
		padding-bottom: 50px;
	}

}

/*** image ***/
.thumb img {
    width: 100%;
    height: auto;
}
/**** pageNavi ****/
.pagination_top {
}
.pagination_bottom {
}
.pageNaviWrap {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.pageNaviWrap:before, .pageNaviWrap:after {
    display: table;
    content: " ";
}
.pageNaviWrap:after {
    clear: both;
}
.pageNavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -8px;
}
.pageNavi span, .pageNavi a {
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .arrow {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.88rem;
    font-weight: bold;
}
.pageNavi a.inactive, .pageNavi .arrow {
        color: #202020;
    border: 1px solid #707070;
    background-color: #FFFFFF;
}
.pageNavi .current, .pageNavi .arrow:hover, .pageNavi .inactive:hover, .pageNavi .next:hover .text, .pageNavi .back:hover .text {
    color: #FFFFFF;
    background-color: #000000;
	border-color: #000000;
}
.pageNavi .text {
    font-size: 71%;
    width: 47px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #bfe4c7;
    border: 1px solid #def1e2;
    background-color: #fff;
}
.space {
    font-size: 84%;
    color: #000;
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .back .text, .space, .arrow {
    margin-right: 8px;
}

@media (max-width: 768px) {
	.pageNavi .inactive, .pageNavi .current, .pageNavi .arrow{
		width: 30px;
		height: 30px;
	}
}



.gmap iframe {
    width: 100%;
    height: 250px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
@media (max-width: 768px) {
    .gmap iframe {
        height: 250px;
    }
}


/*** basic ***/
a{
    transition: color 0.3s ease;
}
a:not[class]:hover{
    color: #000000;
}
h2:not([class]){
    margin: 30px 0 20px;
    font-size: 1.5rem;
    font-weight: 600;
    border-left: 5px solid #000000;
    padding-left: 10px;
}
h2:not([class]):first-child{
	margin-top: 0px;
}
h3:not([class]){
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3:not([class]):first-child{
	margin-top: 0px;
}
p:not([class]){
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
}


/*** common sns ***/
.sns_list{
	display: flex;
	margin-left: -10px;
}
.sns_list li{
	padding-left: 10px;
}
.sns_list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-radius: 100%;
	color: #000000;
	transition: color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
}
.sns_list li a:hover{
	background-color: #000000;
	color: #FFFFFF;
	transition: color 0.3s ease,
		background-color 0.3s ease;
}


/*** header ***/
#wrapper {
    overflow: hidden;
	padding-top: 100px;
}
.header {
    padding: 0px;
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 110;
	transition: background 0.6s ease;
	/*border-bottom: 1px solid #eaeaea;*/
}
.header.header_fixed{
    position: fixed;
}
.header.is_active{
    background-color: #FFFFFF;
}
body.admin-bar .header.header_fixed {
    top: 32px;
}


.h_container{
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.header_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	height: 100px;
}
.h_content{
	flex: 1;
}
.h_logo{
}
.h_logo img{
}


@media (max-width: 768px) {
    .header{
        display: block;
    }
    body.admin-bar .header {
        top: 0px !important;
    }
    .header.fixed.show {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}


/*** admin-bar ***/
@media (max-width: 782px) {
    body.menu_active #wpadminbar{
        display: none;
    }
}


#spnav_buttonwrap {
  display: none;
}

@media (min-width: 1041px) {
	.h_sp{
		display: none;
	}
}
@media (max-width: 1040px) {
	.h_pc{
		display: none;
	}
}

/*** menuの中 ***/
@media (min-width: 1041px) {
    .gnav_list {
        display: flex;
        align-items: flex-end;
		justify-content: flex-end;
    }
    .gnav_list li a{
        /*transition: color 0.3s ease;*/
    }
    .gnav_list li a:hover{
		color: inherit;
    }
    .gnav_list > li {
        /*position: relative;*/
        line-height: 1;
		margin-left: 20px;
    }
    .gnav_list > li > a {
        display: inline-flex;
		align-items: center;
        font-size: 0.88rem;
		font-weight: 600;
        line-height: 1.2;
		letter-spacing: 0.04em;
        padding-bottom: 5px;
        position: relative;
    }
    .gnav_list > li > a:before{
        content: "";
        display: inline-block;
        height: 2px;
        background-color: #000000;
        position: absolute;
        left: 0px;
		right: 0px;
        bottom: 0px;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform 0.3s ease;
    }
	.gnav_list > li > a:hover:before,
	.gnav_list > li.current-menu-item > a:before{
		transform-origin: left top;
    	transform: scale(1, 1);
	}
	.gnav_list > li > .sub-menu{
		position: absolute;
		left: 0px;
		right: 0px;
		top: 100%;
		background-color: rgb(254 166 32 / 91%);
		padding: 20px 20px;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease,
			visibility 0.3s ease;
			
	}
	/*.gnav_list > li:hover > .sub-menu{
		opacity: 1;
		visibility: visible;
		display: flex;
	}*/
	.gnav_list > li > .sub-menu > li{
		position: relative;
	}
	.gnav_list > li > .sub-menu > li:before{
		content: "";
		display: inline-block;
		width: 1px;
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		background-color: rgb(255 255 255 / 70%);
	}
	.gnav_list > li > .sub-menu > li:first-child:before{
		display: none;
	}
	.gnav_list > li > .sub-menu > li > a{
		display: block;
		white-space: nowrap;
		font-size: 0.88rem;
		font-weight: 600;
		color: #FFFFFF;
		padding: 0px 20px;
	}
	/*.gnav_list > li > .sub-menu > li > a:before{
		content: "";
		display: inline-block;
		width: 5px;
		height: 5px;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		transform: rotate(45deg);
		transform-origin: center center;
		margin-right: 10px;
		vertical-align: middle;
	}*/
	
	.menu_content{
		display: flex;
		flex-direction: column;
	}
	.menu_content .gnav{
		order: 2;
	}
	.h_info{
		display: flex;
		justify-content: flex-end;
		margin-bottom: 15px;
	}
	.h_btn{
		margin-left: 20px;
	}
}


.is_menu{
    display: none;
}
/*スマートフォンメニューボタン*/
@media (max-width: 1040px) {
    .is_menu{
        display: block;
    }
    .page_common {
        position: relative;
        left: 0px;
        transition: left 0.3s ease;
    }
    body.menu_active .page_common {
        left: -200px;
    }
    
    #wrapper{
        padding-top: 50px;
    }
    .header_block{
        height: 50px;
        display: flex;
        align-items: center;
    }
    
	.h_container {
		padding-left: 15px;
		padding-right: 15px;
	}
    .h_logo img{
        width: 220px;
    }
    .h_logo .company_name{
        padding-bottom: 5px;
    }
    .h_info{
		display: flex;
        flex-direction: column;
		margin-top: 30px;
    }
	.h_info .sns_list{
		order: 2;
		justify-content: center
	}

	.h_info .h_btn{
		margin-bottom: 20px;
	}
	.h_info .h_btn .btn{
		background-color: #FFFFFF;
		color: #000000;
		width: 100%;
		height: 55px;
	}
	.h_info .btn .icon_arrow_right:before,
	.h_info .btn .icon_arrow_right:after{
		background-color: #000000;
	}

    
    
    /*** menuボタン ***/
    #spnav_buttonwrap {
        display: block;
        position: fixed;
        right: 0px;
        top: 0px;
        background-color: transparent;
        z-index: 10;
    }
    #spnav_button span {
        background-color: #231815;
    }
    .open #spnav_button span {
        background-color: #FFFFFF;
    }
    #spnav_button {
        width: 60px;
        height: 50px;
        cursor: pointer;
        position: relative;
        z-index: 10000;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    #spnav_button div {
        position: relative;
        width: 50%;
        height: 50%;
        display: inline-block;
    }
    #spnav_button span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    #spnav_button span:nth-child(1) {
        top: 14%;
    }
    #spnav_button span:nth-child(2) {
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    #spnav_button span:nth-child(3) {
        bottom: 14%;
    }
    .open #spnav_button span:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(137deg);
        transform: rotate(137deg);
    }
    .open #spnav_button span:nth-child(2) {
        width: 0;
    }
    .open #spnav_button span:nth-child(3) {
        top: 50%;
        -webkit-transform: rotate(-137deg);
        transform: rotate(-137deg);
    }


    /*** menuの中 ***/
    #menu {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 9;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
    }
    body.menu_active #menu{
        opacity: 1;
        visibility: visible;
    }
    #menu .filter {
        content: "";
        display: block;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.50);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    body.menu_active #menu .filter {
        opacity: 1;
        visibility: visible;
    }


    #menu .menu_content{
        position: absolute;
        right: 0px;
        top: 0px;
        width: 640px;
        max-width: 100%;
        min-height: 100%;
        background-color: #000000;
		padding: 0px 40px 40px;
        transform: translate3d(100%,0,0);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease,
            opacity 0.3s ease,
            visibility 0.3s ease;
    }
    body.menu_active #menu .menu_content{
        transform: translate3d(0,0,0);
        opacity: 1;
        visibility: visible;
    }
    body.menu_active #menu .gnav_child{
        transform: translate3d(0,0,0);
    }
    body.menu_active #menu .gnav_child.open{
        transform: translate3d(-100%,0,0);
        opacity: 1;
        visibility: visible;
    }
    #menu .menu_content .gnav{
        padding: 50px 0px 0px;
    }
    .gnav_list > li {
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .gnav_list > li > a {
        display: block;
        padding: 10px 20px;
        font-size: 1.13rem;
        font-weight: bold;
        letter-spacing: 0.08em;
        color: #FFFFFF;
    }
    .gnav_list .sub-menu{
        padding: 4px 0px 4px 30px;
        border-top: 1px solid rgba(255,255,255,0.5);
    }
    .gnav_list .sub-menu li{
    }
    .gnav_list .sub-menu li a{
        display: block;
        font-size: 1.06rem;
        font-weight: bold;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        white-space: nowrap;
        position: relative;
        padding-left: 17px;
        padding: 8px 8px 8px 20px;
    }
    .gnav_list .sub-menu li a:before{
        content: "";
        display: inline-block;
        background: url("../images/common/arrow_right01.svg") left top no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate3d(0,-50%,0);
    }

    
}


/***TOPの問い合わせ固定***/

.c-btn,
a.c-btn {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
}

.contact-btn {
	position: relative;
    z-index: 100;
	-webkit-box-sizing: border-box;
}

.contact-btn a {
	position: fixed;
    top: 9rem;
    right: 1rem;
	opacity: 0;
    visibility: hidden;
	z-index: 100;
	transform: translate3d(0, 0, 0);/**動き**/
	transition: opacity 0.3s ease, visibility 0.3s ease,/**ぽわん**/ 
		transform 0.3s ease, 
		background-color 0.3s ease,
		border-color 0.3s ease;
	font-size: 80%;
}

.contact-btn a.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); 
}


a.btn--circle {
  width: 125px;
  height: 125px;
  padding: 26px 0;
  border-radius: 50%;
  color: #000;
  border: 2px solid #000;
  background-color: #fff;
}
	
a.btn--circle i {
  font-size: 150%;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}

a.btn--circle:hover {
  background-color: #000;
  color: #FFFFFF;
}



/*** footer ***/
.footer {
    background-color: #f3f3f3;
    /*color: #FFFFFF;*/
    position: relative;
    z-index: 1;
}
.footer a{
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.08em;
    transition: opacity 0.3s ease;
}
.footer a:hover{
    opacity: 0.7;
}

.f_content{
    display: flex;
    justify-content: space-between;
}

.f_logo{
    padding-top: 60px;
	text-align: center;
    padding-bottom: 40px;
}

.fnav_list{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	padding-bottom: 60px;
}
.fnav_list > li{
	padding-left: 30px;
}
.fnav_list > li > a{
	font-size: 0.8rem;
	font-weight: 600;
}
.fnav_list .sub-menu{
	margin-top: 5px;
}
.fnav_list .sub-menu li a{
	font-size: 0.65rem;
}
.fnav_list .sub-menu li a:before{
	content: "-";
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.f_sns .sns_list{
	justify-content: center;
	padding-bottom: 20px;
}
.f_sns .sns_list a{
	background-color: transparent;
}
.f_sns .sns_list a:hover{
	background-color: #000000;
	border-color: #000000;
	color: #FFFFFF;
}

.f_bottom{
	display: flex;
	justify-content: flex-end;
	padding-top: 40px;
}
.privacy_policy{
	text-align: center;
	padding-bottom: 40px;
}
.privacy_policy a{
	font-size: 0.81rem;
}

.copyright{
	background-color: #000000;
	padding-top: 10px;
    padding-bottom: 10px;
}
.copyright p{
	font-size: 0.75rem;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
}



@media (max-width: 768px) {
    .footer {
    }
    .f_logo{
        padding-top: 30px;
        margin-top: 0px;
    }
    .f_logo img{
    }
    .f_content{
		display: block;
	}
	.f_bottom{
		justify-content: center;
	}
	.fnav_list{
		display: none;
	}
	.copyright p{
		text-align: left;
        padding-bottom: 30px;
	}

}

/*** totop ***/
.totop {
  position: relative;
    z-index: 100;
}

.totop a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  /*opacity: 0;
  visibility: hidden;*/
	transform: translate3d(0, 100%, 0);
	transition: opacity 0.3s ease, visibility 0.3s ease, 
		transform 0.3s ease, 
		background-color 0.3s ease,
		border-color 0.3s ease;
    /*display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #000000;*/
    /*border: 2px solid #666666;
    border-radius: 100%;*/
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.totop a .icon{
    display: block;
    margin-bottom: 2em;
    transition: transform 0.3s ease;
}
.totop a .icon .arrow_right{
    transform: rotate(90deg) scale(-1, 1);
}
.totop a:hover .icon{
    transform: translate3d(0,-10px,0);
}

/*.totop a:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    transform: rotate(45deg) translate3d(20%,20%,0);
}*/
.totop a.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); 
}
.totop a.show:hover{
	opacity: 0.8;
}

.totop a.bottom {
  position: absolute; 
}


@media (max-width: 768px) {
    .totop{
    }
    .totop a{
        right: 15px;
        bottom: 15px;
        /*width: 40px;
        height: 40px;*/
    }
    .totop a:before{
        width: 15px;
        height: 15px;
    }
    .totop a .icon{
        margin-bottom: 1em;
    }
}



/*** icon ***/
.icon_right,
.icon_left{
    line-height: 0;
}






/*** btn ***/
.btn_wrap{
    text-align: center;
	margin-top: 3.75rem;
}

@media (max-width: 768px) {
	.btn_wrap{
		margin-top: 30px;
	}
}

a.btn,
button.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 324px;
    max-width: 100%;
    height: 55px;
    border: 1px solid #000000;
	background-color: transparent;
    font-size: 1.13rem;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
	color: #000000;
    position: relative;
	z-index: 1;
	transition: color 0.3s ease;
}
a.btn:hover,
button.btn:hover{
	color: #FFFFFF;
}
a.btn:before,
button.btn:before{
	content: "";
	display: inline-block;
	background-color: #000000;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	transform-origin: right top;
    transform: scale(0, 1);
	transition: transform 0.3s ease;
}
a.btn:hover:before,
button.btn:hover:before{
	transform-origin: left top;
    transform: scale(1, 1);
}
.btn .icon_arrow_right{
    display: inline-block;
    width: 30px;
    height: 30px;
	position: relative;
	margin-left: 10px;
    /*position: absolute;
    right: 20px;
    top: 50%;
    transform: translate3d(0,-50%,0);*/
}
.btn .icon_arrow_right:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}
.btn .icon_arrow_right:after{
    content: "";
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0) rotate(45deg);
    transform-origin: right bottom;
}


a.btn.btn_back,
button.btn.btn_back{
	border-color: #999999;
	background-color: #999999;
    color: #FFFFFF;
}
.btn.btn_back .icon_arrow_right:before,
.btn.btn_back .icon_arrow_right:after{
    background-color: #FFFFFF;
}

a.btn.btn_white,
button.btn.btn_white{
	border-color: #FFFFFF;
	background-color: transparent;
    color: #FFFFFF;
}
.btn.btn_back .icon_arrow_right:before,
.btn.btn_back .icon_arrow_right:after{
    background-color: #FFFFFF;
}


.btn.small{
	width: 175px;
	height: 33px;
	font-size: 1rem;
}
.btn_simple{
    display: inline-flex;
    justify-content: center;
    align-items: center;
	background-color: transparent;
    font-size: 1.13rem;
    font-weight: bold;
	text-decoration: none;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
	color: #000000;
    position: relative;
	z-index: 1;
	transition: color 0.3s ease;

}
.arrow_right{
    transition: transform 0.3s ease;
    margin-right: 10px;
	vertical-align: middle;
}
a:hover .arrow_right{
    transform: translate3d(10px,0,0);
}


@media (max-width: 768px) {
	a.btn,
	button.btn{
		height: 55px;
		font-size: 1rem;
	}
	.btn .icon_arrow_right{
		width: 20px;
		height: 20px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translate3d(0,-50%,0);
	}

}


/*** font ***/
.f_mincho{
	font-family: 'リュウミン M-KL', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
}


/*** bg ***/
.bg_white{
    background-color: #FFFFFF !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
}



/*** common ***/
.common_section{
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 768px) {
	.common_section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}



/*** form ***/
.mw_wp_form .error{
    margin-top: 5px;
	display: block;
	width: 100%;
}
.policy_link a{
	font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.policy_link a:hover{
    text-decoration: none;
}
.mw_wp_form_confirm .policy_link{
    display: none;
}
.form_block_wrap{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.form_head{
    margin-bottom: 30px;
}
.form_head .message{
    font-size: 1rem;
    font-weight: bold;
}
.form-group{
    margin-bottom: 60px;
	display: flex;
}
.form-label{
    font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
    display: block;
	width: 200px;
	position: relative;
}
.form-label .required{
	display: inline-block;
	font-size: 0.75rem;
    font-weight: bold;
	line-height: 1;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
    color: #FFFFFF;
	background-color: #000000;
	padding: 3px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.form-item{
	flex: 1;
	padding-left: 60px;
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item select,
.form-item textarea,
input:-internal-autofill-selected{
    width: 100%;
    font-size: 1.13rem;
    line-height: 1.5;
    padding: 5px 10px;
    border: 1px solid #777777;
    background-color: #FFFFFF;
    border-radius: 0px;
}
.form-item textarea{
	height: 150px;
}
.form-item select.is-empty,
::placeholder{
    color: #AAAAAA;
}

.form_block_wrap .btn_wrap{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    
}
.mw_wp_form_confirm .form_block_wrap .btn_wrap{
    justify-content: space-between;
}
.form_block_wrap .btn_wrap button{
    width: 48%;
}
.mw_wp_form_confirm .form-item{
    padding-left: 2em;
    text-align: left !important;
}
.form_school_title_block{
    padding-top: 70px;
    border-bottom: 3px solid #f0bab3;
    text-align: center;
}
.form_news_title{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.form-policy{
}
.policy_link{
	margin-top: 30px;
}

.form_btn_radio{
	display: flex;
	flex-wrap: wrap;
}
.form_btn_radio .horizontal-item{
	margin-left: 0px !important;
	margin-right: 30px;
	padding-bottom: 15px;
}
.form-sublabel{
	font-size: 0.88rem;
	font-weight: bold;
	color: #525252;
	margin-top: 15px;
	margin-bottom: 5px;
}
.mw_wp_form_confirm .form_input_only{
	display: none;
}


.form-policy-label{
	font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
	text-align: center;
    display: block;
	margin-bottom: 15px;
}
.form-policy-flame{
	width: 100%;
	height: 220px;
	border: 1px solid #cfcfcf;
	overflow-y: scroll;
	margin-bottom: 30px;
}
.form-policy-flame-inner{
	padding: 25px;
}
.form-policy-flame-inner .privacy_inner * {
    font-size: 0.88em;
}
.form-policy-flame-inner .privacy_inner h2 {
    font-size: 1rem;
}
.mw_wp_form_confirm .form-policy-flame {
    display: none;
}
.btn_back{
	background-color: #8A8A8A !important;
	border-color: #8A8A8A !important;
}

@media (max-width: 768px) {
    .form_block_wrap{
    }
    .form_school_title_block{
        padding-top: 35px;
    }
	.form-group{
		margin-bottom: 30px;
		display: block;
	}
	.form-label{
		width: auto;
		margin-bottom: 15px;
	}
	.form-label .required{
		position: static;
		margin-right: 10px;
	}
	.form-item{
		padding-left: 0px;
		padding-right: 0px;
	}
	.form-policy{
		padding: 0px;
		text-align: left !important;
	}
	.form-policy-flame{
		height: 180px;
	}
	.form-policy-flame-inner{
		padding: 15px;
	}

}






.thanks_wrap {
    text-align: center;
}
.thanks_wrap .thanks_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .form_block_wrap .btn_wrap{
        margin-top: 30px;
        display: block;
    }
    .form_block_wrap .btn_wrap button{
        /*width: 100%;
        margin-bottom: 40px;*/
    }
	.thanks_wrap{
	}
    .thanks_wrap .thanks_wrap{
        padding-bottom: 50px;
    }
}


/*** privacy ***/
.privacy_inner{
    margin: auto;
    max-width: 900px;
    background-color: #FFFFFF;
    padding: 0px;
}


.fancybox-content .policy_title{
	font-size: 1.25rem;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.fancybox-content .privacy_inner h2{
    margin: 30px 0 10px;
    font-size: 1rem;
    /*font-weight: 500;
    border-left: 5px solid #000000;
    background-color: #fbebed;
    padding: 5px 0px 5px 10px;*/
}
.fancybox-content .privacy_inner p{
    font-size: 0.88em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

/*.fancybox-content .btn_close{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    max-width: 100%;
    background-color: #213644;
    color: #FFFFFF;
}*/

@media (max-width: 767px) {
    .fancybox-content{
        padding: 20px;
    }
    .privacy_inner{
        padding: 0px;
    }
}




/*** 404 ****/
.error_wrap {
  padding-top: 30px;
}
.error_wrap .pagetitle{
    margin-bottom: 40px;
}
.error_text {
  font-size: 4rem;
  line-height: 1;
  color: #000000;
  opacity: 0.3;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.error_btn {
  margin-top: 60px;
}



/*** item_list ***/
.item_list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-bottom: -40px;
}
.item_list .item_box{
	padding-left: 30px;
	padding-bottom: 40px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/*
#page_product .item_box,
#page_event .item_box{
    width: 50%;
    width: calc(100% / 2 - 1px);
    max-width: calc(100% / 2);
}
.blog_list .item_box{
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
}
#news .item_box{
    width: 25%;
    width: calc(100% / 4 - 1px);
    max-width: calc(100% / 4);
}

@media (max-width: 768px) {
    #collaboration .item_box,
    #event .item_box,
	#recommend .item_box{
        width: 100%;
        max-width: 100%;
    }
    #product .item_box,
    #news .item_box,
	#page_news .item_box{
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
    }
}*/


/*** product_list ***/
.product_list{
	display: flex;
	flex-wrap: wrap;
	/*max-width: 1200px;
	margin-left: auto;
	margin-right: auto;*/
}
.product_box{
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product_box .box_inner{
	display: block;
	position: relative;
	overflow: hidden;
}
.product_box .box_inner .box_head{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(169,53,52,0.65);
	padding: 20px 10px;
	opacity: 0;
	transform: translate3d(0,100%,0);
	transition: opacity 0.3s ease,
		transform 0.3s ease;
}
.product_box .box_inner:hover .box_head{
	opacity: 1;
	transform: translate3d(0,0,0);
}
.product_box .box_inner .box_head .title{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 768px) {
    .product_box{
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
    }
}


.item_box .text_wrap{
	padding: 20px;
	background-color: #FFFFFF;
	transition: background-color 0.3s ease;
	position: relative;
}
.item_box .box_inner:hover .text_wrap{
	background-color: #000000;
}
.box_date{
	font-size: 0.88rem;
	line-height: 1;
	/*color: #666666;*/
	margin-right: 10px;
	margin-bottom: 5px;
	transition: color 0.3s ease;
}
.box_text{
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	transition: color 0.3s ease;
}
.box_title{
	font-size: 1.38rem;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
	padding-right: 1.5em;
	margin-bottom: 10px;
	transition: color 0.3s ease;
}
.box_text_wrap p{
	font-size: 0.88rem;
	font-weight: bold;
	line-height: 1.5;
	transition: color 0.3s ease;
}
.item_box .box_inner:hover .box_date,
.item_box .box_inner:hover .box_text{
	color: #FFFFFF;
}

.item_box .box_inner:hover .text_wrap:after{
	color: #FFFFFF;
}

@media (max-width: 768px) {
	.item_box .text_wrap{
		padding: 10px;
	}
	.item_box .box_inner:hover .text_wrap{
		background-color: inherit;
	}
	.item_box .box_inner:hover *{
		color: inherit;
	}
	.item_box .box_inner:hover .text_wrap:after{
		color: inherit;
	}
	.box_title{
		font-size: 0.88rem;
	}
	.box_text_wrap p{
		font-size: 0.75rem;
		font-weight: normal;
	}
}


/*** intro ***/
.intro_block{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.intro_subtitle{
    font-size: 3rem;
    color: #000000;
    margin-bottom: 20px;
}
.intro_text{
    font-size: 1.13rem;
    font-weight: bold;
    text-align: justify;
}

@media (max-width: 768px) {
	.intro_subtitle{
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.intro_text{
		font-size: 0.88rem;
	}
}



/**** TOP ****/
#page_top{

}
#top_visual{
	position: relative;
}
.top_visual_inner{
	position: relative;
	display: flex;
}
.top_slider{
	width: calc( 100vw  - 10vw );
	order: 2;
}
.top_visual_content{
	width: 10vw;
	display: flex;
	justify-content: center;
}
.top_visual_sns_list{
    padding-top: 40px;
}
.top_visual_sns_list li{
    text-align: center;
    font-size: 1.25rem;
    width: 1em;
}
.top_visual_content .scroll {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 1.25rem;
    line-height: 1em;
    letter-spacing: 0.16em;
    margin-top: 60px;
}
.top_visual_content .scroll:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 80px;
    background-color: #000000;
    margin-left: 0px;
    margin-top: 10px;
}

#page_top .main_content{
	padding-bottom: 80px;
}
.top_slider .slider_box{
	width: 100%;
	height: 600px;
	position: relative;
}
.top_slider .slider_box .thumb{
	/*background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;*/
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.top_slider .slider_box .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_slider .slider_box.slick-active .thumb{
}
/*.top_slider .slider_box .thumb:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.2);
}*/

.slider_content{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-slide img{
	margin: auto;
}

.slider_content{
	opacity: 0;
}
.slick-active .slider_content{
	animation: fadeIn 1s ease 1s forwards;
}

.slider_content_text{
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 2;
	/*text-align: center;*/
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/*background-color: rgba(255,255,255,0.5);*/
	position: absolute;
	right: 100px;
	top: 40px;
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes scale{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}

.slider_content_btn{
	position: absolute;
	right: 50px;
	bottom: 50px;
}


@media (max-width: 768px) {
	.top_slider{
		width: calc( 100vw  - 12vw );
	}
	.top_visual_content{
		width: 12vw;
	}
	#page_top .main_content{
		padding-bottom: 40px;
	}
	.top_slider .slider_box{
		height: calc(  100vw / 730 * 760 );
	}
	.slider_content_btn{
		position: absolute;
    left: 15px;
		right: 15px;
    bottom: 30px;
	}
	.slider_content_text{
		font-size: 1.25rem;
	}
	.slider_content_text{
		font-size: 1.25rem;
		right: 20px;
		top: 20px;
	}

}


/*** top_works ***/
@media (min-width: 769px) {
	#top_works .sectiontitle{
		margin-left: 2em;
		margin-bottom: -4em;
	}
}

/*** top_vision ***/
#top_vision{
	padding-top: 100px;
}
.vision_block{
	display: flex;
	position: relative;
	z-index: 1;
	margin-top: 100px;
	margin-bottom: 100px;
}
.vision_block:before{
	content: "";
	display: inline-block;
	background-color: #F8F8F8;
	position: absolute;
	left: calc( (100vw -100%) /-2 );
	right: 25%;
	top: -100px;
	bottom: -100px;
	z-index: -1;
}
.vision_block .vision_logo{
	position: absolute;
	left: 0px;
	top: -30px;
	width: 50%;
	padding-right: 40px;
}
.vision_block .thumb_wrap{
	width: 45%;
	order: 2;
}
.vision_block .text_wrap{
	flex: 1;
	padding-right: 40px;
	margin-top: 14%;
}
.vision_block .title{
	font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-bottom: 20px;
}
.vision_block .text{
	font-size: 1rem;
	line-height: 1.8;
}
.vision_block .text:not(:last-child){
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	#top_vision{
		padding-top: 50px;
	}
	.vision_block{
		display: block;
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.vision_block:before{
		top: -30px;
		bottom: 0px;
	}
	.vision_block .vision_logo{
		position: static;
		padding-right: 40px;
		margin-bottom: 20px;
		width: 75%;
	}
	.vision_block .thumb_wrap{
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 25%;
	}
	.vision_block .text_wrap{
		padding-right: 0px;
		margin-top: 30px;
		margin-left: -20px;
		margin-right: -20px;
		padding: 30px 20px 0px;
		background-color: #FFFFFF;
	}
	.vision_block .title{
		font-size: 1.33rem;
		font-weight: 600;
		letter-spacing: 0.04em;
		line-height: 1.8;
		margin-bottom: 20px;
	}

}


/*** top_buisiness ***/

@media (max-width: 768px) {
	#top_buisiness .bnr_list{
		padding-left: 20px;
		padding-right: 20px;
	}
	#top_buisiness .bnr_list .thumb_wrap{
		margin-bottom: 15px;
	}
	#top_buisiness .bnr_list .box{
		margin-bottom: 30px;
	}
}


/*** top_news ***/

#top_news .news_list .box_inner{
    background-color: transparent;
}
#top_news .news_list .box_text{
    font-size: 0.88rem;
}
#top_news .block{
}

@media (max-width: 768px) {
}


.news_list .box_inner{
	display: flex;
	padding: 20px;
	background-color: #FFFFFF;
	transition: background-color 0.3s ease;
}
.news_list .news_box:first-child{
	border-top: 1px solid #DDDDDD;
}
.news_list .news_box{
	border-bottom: 1px solid #DDDDDD;
}
.news_list .thumb_wrap{
    width: 120px;
    margin-right: 20px;
}
.news_list .text_wrap{
	/*display: flex;
	flex-wrap: wrap;*/
}
.news_list .box_text{
	flex: 1;
}
.news_list .category_icon_list{
	margin-bottom: 10px;
}
.news_list .box_date{
	margin-right: 30px;
	margin-bottom: 0px;
}
.news_list .box_text{
	font-weight: normal;
}
.news_list .category_icon{
	margin-bottom: 0px;
	margin-right: 30px;
	text-align: center;
}

@media (max-width: 768px) {
	.news_list .text_wrap{
		display: block;
	}
	.news_list .category_icon_list{
		margin-bottom: 10px;
	}

}


/** TOP 共通 **/



/***top_slider ***/
.top_slider .slick-dots li button:before{
	font-size: 14px;
}
.top_slider .slick-dots li.slick-active button:before,
.top_slider .slick-dots li:hover button:before{
	color: #000000;
	opacity: 1;
}
.top_slider .slick-dots {
    bottom: -30px;
}

.slick-dots li button:before{
	content: "";
    background-color: #000000;
    height: 5px;
}





/*** side_list ***/
.side_block{
	margin-bottom: 60px;
}
.side_list{
	border-top: 1px solid #D6D6D6;
}
.side_list li{
	border-bottom: 1px solid #D6D6D6;
}
.side_list li a{
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 1rem;
	position: relative;
}
.side_list li a:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	transform: rotate(45deg);
	position: absolute;
	left: 0px;
	top: 19px;
}
.side_list li.current-menu-item a{
	color: #fe5005;
}
.side_subtitle{
	font-size: 1.13rem;
	color: #FFFFFF;
	padding: 10px 20px;
	background-color: #000000;
	margin-bottom: 20px;
}
.side_list li .title{
	margin-bottom: 10px;
}
.side_list li .date{
	font-size: 0.88rem;
}
.select_box select{
    width: 100%;
    padding: 5px;
    font-size: 1rem;
    border: 1px solid #D6D6D6;
}

@media (max-width: 768px) {
	.side_subtitle{
		font-size: 1rem;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
}


ul.disc{
	list-style-type: disc;
	margin-left: 1em;
}
ul.disc li{
}

/*** page_visual ***/
#page_visual{
	position: relative;
	width: 100%;
	height: 600px;
}
.page_visual_text{
	background-color: #000000;
	position: absolute;
	left: 0px;
 	top: 0px;
	bottom: 0px;
	width: calc( (100vw - 1080px) / 2 + 200px );
}
.page_visual_bg{
	background-color: #333333;
	position: absolute;
	right: 0px;
 	top: 0px;
	bottom: 0px;
	width: calc( (100vw - 1080px) / 2 + 880px );
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#page_visual .intro_catch{
	font-size: 2.5rem;
	color: #FFFFFF;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 200px;
	padding-top: 60px;
}

@media (max-width: 1080px) {
	.page_visual_text{
		width: 200px;
	}
	.page_visual_bg{
		width: calc( 100% - 200px );
	}
}

@media (max-width: 768px) {
	#page_visual{
		height: auto;
	}
	.page_visual_text{
		width: 100%;
		position: static;
		padding: 15px;
	}
	.page_visual_bg{
		width: 100%;
		height: 200px;
		position: static;
	}
	#page_visual .intro_catch{
		position: static;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		width: 100%;
		font-size: 1.33rem;
		text-align: center;
		padding-top: 0px;
		display: block;
	}
}


/*** common ***/
.common_pagecontent{
	padding-bottom: 100px;
}

#page_blog_detail .content_2col{
}

@media (max-width: 768px) {
	.common_pagecontent{
		padding-bottom: 50px;
	}

	#page_blog_detail .content_2col{
	}
}


/*** pagetitle_section ***/
#pagetitle_section{
}
.pagetitle_block{
	padding-top: 20px;
}
.pagetitle .f_en{
	display: block;
	font-size: 1.66rem;
	line-height: 1em;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
}
.pagetitle .f_en:after{
	content: "";
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #000000;
	margin-left: 10px;
	vertical-align: middle;
}
.pagetitle .f_ja{
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.08em;
}


.pagetitle_block.is_mv{
    height: 240px;
	background-size: cover;
	background-position: 100px center;
	background-repeat: no-repeat;
    margin-right: calc( (100vw - 100%) / -2 );
}
.pagetitle_block.is_mv .pagetitle{
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	width: 100px;
	padding-top: 20px;
}
.pagetitle_block.is_mv .pagetitle .f_en{
	display: flex;
    align-items: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.16em;
	margin-right: 15px;
}
.pagetitle_block.is_mv .pagetitle .f_en:after{
	width: 1px;
	height: 80px;
	margin-left: 0px;
	margin-top: 10px;
}
.pagetitle_block.is_mv .pagetitle .f_ja{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.16em;
}





.detail_visual_text{
	width: 280px;
	height: 150px;
	background-color: #000000;
	margin-top: -75px;
	position: relative;
	padding: 15px;
}
.detail_visual_text .text_inner{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
}
.detail_visual_text .group_title{
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}
.detail_visual_text .group_title_en{
	font-size: 1.13rem;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}

.detail_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #A7A7A7;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.detail_title{
    font-size: 1.75rem;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.detail_sns_list{
	display: flex;
	justify-content: flex-end;
	margin-left: -10px;
}
.detail_sns_list li{
	padding-left: 10px;
	line-height: 0;
}

.category_icon_list{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.category_icon{
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 0.56rem;
	font-weight: bold;
	color: #000000;
	line-height: 1;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:hover .category_icon{
	color: #000000 !important;
}

#recommend{
	padding-top: 80px;
	padding-bottom: 180px;
	background-color: #F7F7F7;
	margin-top: -100px;
}
.recommend_subtitle{
	font-size: 1.88rem;
	text-align: center;
	margin-bottom: 40px;
}


@media (max-width: 768px) {
	#detail_visual{
		/*margin-bottom: 40px;*/
	}
    .pagetitle_block.is_mv{
        height: 120px;
    }
	.detail_visual_text{
		width: 100%;
		height: 100px;
		margin-top: -50px;
		padding: 10px;
	}
	/*.detail_visual_text .group_title{
		font-size: 1.25rem;
	}
	.detail_visual_text .group_title_en{
		font-size: 1rem;
	}*/
	.detail_head{
		display: block;
	}
	.detail_sns_list{
		margin-top: 20px;
	}
	#recommend{
		padding-top: 40px;
		padding-bottom: 90px;
		margin-top: -50px;
	}
	.recommend_subtitle{
		font-size: 1.25rem;
		margin-bottom: 20px;
	}

}


/*** link_nav_list ***/
.link_nav_list{
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-left: -30px;
}
.link_nav_list li{
	margin-left: 30px;
	width: 150px;
}
.link_nav_list li a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.88rem;
	font-weight: bold;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	transition: color 0.3s ease,
		border-color 0.3s ease;
}
.link_nav_list li a:hover{
	border-color: #000000;
}
.link_nav_list li:nth-child(2) a{
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
	transition: opacity 0.3s ease;
}
.link_nav_list li:nth-child(2) a:hover{
	opacity: 0.8;
}

@media (max-width: 768px) {
	.link_nav_list{
		margin-top: 30px;
		margin-left: -10px;
	}
	.link_nav_list li{
		margin-left: 10px;
	}

}



/*** nav_block ***/
.nav_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
.nav_list li{
	font-size: 1rem;
}
.nav_list li:not(:last-child):after{
	content: "｜";
	padding: 5px 7px;
}
.nav_list li a{
	display: inline-block;
	padding: 5px 3px;
	position: relative;
}
.nav_list li a:hover{
	color: inherit;
}
.nav_list li a:before{
	content: "";
    display: inline-block;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    transition: width 0.3s ease;
}
.nav_list li a:hover:before,
.nav_list li a.cur:before{
	width: 100%;
}

.nav_block .select_box{
	margin-bottom: 40px;
}

@media (min-width: 769px) {
.nav_date_box{
	margin-bottom: 60px;
	display: flex;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.nav_date_box .side_subtitle{
	margin-bottom: 0px;
}
.nav_date_box .select_box{
	flex: 1;
	margin-bottom: 0px;
}
.nav_date_box .select_box select{
	height: 100%;
}

}

@media (max-width: 768px) {
	.nav_list li{
		font-size: 1rem;
	}
	.nav_list li:not(:last-child):after{
		padding: 3px 4px;
	}
	.nav_list li a{
		padding: 3px 2px;
	}
}





/*** bg ***/
.bg_gray{
	background-color: #F8F8F8;
}

/*** sectiontitle ***/
.f_en{
	/*font-family: 'Oswald', sans-serif;*/
	font-family: "見出しミンMA31", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.f_mincho{
	font-family: "見出しミンMA31", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sectiontitle{
	position: relative;
	z-index: 10;
}
.sectiontitle .f_en{
	display: block;
	font-family: "見出しミンMA31", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 7rem;
	line-height: 1;
	letter-spacing: 0.02em;
	/*color: #909090;
	margin-bottom: -0.2em;*/
	margin-bottom: 0.3em;
}
/*.sectiontitle .f_en:first-letter{
	color: #000000;
}*/
.sectiontitle .f_ja{
	display: block;
	font-size: 1.33rem;
	line-height: 1;
	text-align: center;
}

@media (max-width: 1160px){
	.sectiontitle .f_en{
		font-size: 8vw;
	}
}

@media (max-width: 768px) {
	.sectiontitle{
	}
	.sectiontitle .f_en{
		font-size: 3rem;
		margin-bottom: 15px;
	}
	.sectiontitle .f_ja{
		font-size: 1.25rem;
	}
}

.sectiontitle_mini{
	display: flex;
    align-items: center;
	margin-bottom: 30px;
}
.sectiontitle_mini .f_en{
	display: block;
	font-family: "見出しミンMA31", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2.25rem;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #000000;
}
.sectiontitle_mini .f_ja{
	display: block;
	font-size: 1.33rem;
	line-height: 1;
	text-align: center;
}
.sectiontitle_mini:after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #000000;
    margin-left: 10px;
}

@media (max-width: 768px) {
	.sectiontitle_mini{
		margin-bottom: 20px;
	}
	.sectiontitle_mini .f_en{
		font-size: 1.5rem;
	}
	.sectiontitle_mini .f_ja{
		font-size: 1.25rem;
	}
	.sectiontitle_mini:after{
		display: none;
	}
}



/*** pagetitle ***/


/*** bnr_list ***/
.bnr_list .thumb_wrap{
	margin-bottom: 20px;
}
.bnr_list .title{
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 20px;
	transition: color 0.3s ease;
}
.bnr_list .box_inner .text{
	font-size: 0.88rem;
	transition: color 0.3s ease;
}

@media (max-width: 768px) {
.bnr_list .thumb_wrap{
		margin-bottom: 20px;
	}
	.bnr_list .title{
		font-size: 1rem;
	}
	.bnr_list .box_inner .text{
		font-size: 0.88rem;
	}
}


/*** content_list ***/
.content_list{
	margin-left: -40px;
	margin-bottom: -40px;
}
.content_list .box{
	padding-left: 40px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.content_list .box_inner{
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	/*box-shadow: 1px 1px 14px rgba(0,0,0,0.2);*/
	-webkit-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.2));
	position: relative;
	transition: background-color 0.3s ease;
}
.content_list .box_inner:before{
	content: "";
	display: inline-block;
	width: calc( 100% - 30px );
	height: 30px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 100%;
	transition: background-color 0.3s ease;
}
.content_list .box_inner:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #fca418 transparent transparent transparent;
	position: absolute;
	right: 0px;
	top: 100%;
	transition: border-color 0.3s ease;
}
.content_list .text_wrap{
	padding: 20px;
}
.content_list .title{
	margin-bottom: 20px;	
}
.content_list .title .f_en{
	display: block;
	font-size: 3rem;
	line-height: 1;
	color: #B5B5B5;
	margin-bottom: 15px;
	transition: color 0.3s ease;
}
.content_list .title .f_en:first-letter{
	color: #000000;
	transition: color 0.3s ease;
}

.content_list .title .f_ja{
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	transition: color 0.3s ease;
}
.content_list .box_inner .text{
	font-size: 0.88rem;
	transition: color 0.3s ease;
}

@media (max-width: 768px) {
	.content_list .text_wrap{
		padding: 15px 15px 0px;
	}
	.content_list .title{
		margin-bottom: 15px;	
	}
	.content_list .title .f_en{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.content_list .title .f_ja{
		font-size: 1rem;
	}
	.content_list .box_inner .text{
		font-size: 0.88rem;
	}

}


/*
.content_list .box_inner:hover{
	background-color: #fca418;
}
.content_list .box_inner:hover:before{
	background-color: #fca418;
}
.content_list .box_inner:hover:after{
	border-color: #FFFFFF transparent transparent transparent;
}
.content_list .box_inner:hover .title .f_en,
.content_list .box_inner:hover .title .f_ja,
.content_list .box_inner:hover .text,
.content_list .box_inner:hover :first-letter{
	color: #FFFFFF !important;
}
*/




/*** blog ***/
.blog_list{
	margin-left: -40px;
}
.blog_list .item_box{
	padding-left: 30px;
	padding-bottom: 40px;
}
.blog_list a .category_icon {
	transition: color 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
}
.blog_list a:hover .category_icon {
    color: #FFFFFF !important;
	background-color: transparent;
	border-color: #FFFFFF;
}


/*** 企業情報 ***/
.page_section{
	padding-bottom: 80px;
}
.page_sectiontitle{
	font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #fba519;
    color: #fba519;
}
.page_sectiontitle:not(:first-child){
	margin-top: 20px;
}
.page_section p.page_text{
	font-size: 0.88rem;
	line-height: 1.8;
}
.page_section p.page_text:not(:last-child){
	margin-bottom: 1em;
}
.page_label{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
	.page_section{
		padding-bottom: 40px;
	}
	.page_sectiontitle{
		font-size: 1.5rem;
	}
	.page_label{
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
}




/***　service_list　***/
.service_list .box + .box{
	margin-top: 100px;
}
.service_list .box_inner{
	display: flex;
	align-items: center;
}
.service_list .thumb_wrap{
	width: 74%;
	position: relative;
	z-index: 1;
}
.service_list .thumb_wrap{
	width: 74%;
	position: relative;
	z-index: 1;
}
.thumb_bg{
	display: inline-block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	background-color: #f5f5f5;
	opacity: 0;
}
.thumb_bg.active{
	opacity: 1;
	animation: scaleToRight 0.4s ease-in;
}
.service_list .text_wrap{
	/*flex: 1;*/
	position: relative;
	z-index: 1;
	/*text-shadow: 2px 2px 6px #ffffff,
		-2px -2px 6px #ffffff;*/
}
.service_list .box:nth-child(odd) .thumb_wrap{
	margin-left: -100px;
}
.service_list .box:nth-child(odd) .text_wrap{
	/*margin-left: -80px;*/
	padding-left: 40px;
}
.service_list .box:nth-child(even) .thumb_wrap{
	order: 2;
	margin-right: -100px;
}
.service_list .box:nth-child(even) .text_wrap{
	/*margin-right: -80px;*/
	padding-right: 40px;
}
.service_list .service_btn_wrap{
	margin-top: 80px;
}
.service_list .service_btn{
	display: flex;
	align-items: center;
	font-size: 1.13rem;
    color: #b11414;
}
.service_list .box:nth-child(odd) .service_btn:before{
	content: "";
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: #000000;
	margin-right: 10px;
}
.service_list .box:nth-child(even) .service_btn{
	justify-content: flex-end;
}
.service_list .box:nth-child(even) .service_btn:after{
	content: "";
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: #000000;
	margin-left: 10px;
}
.service_list a:hover .service_btn:before{
	animation: scaleToLight 1.2s ease;
}
.service_list a:hover .service_btn:after{
	animation: scaleToRight 1.2s ease;
}
@keyframes scaleToRight {
    0% {
		transform-origin: left top;
        transform: scale(0,1);
    }
    100% {
		transform-origin: left top;
        transform: scale(1,1);
    }
}
@keyframes scaleToLight {
    0% {
		transform-origin: right top;
        transform: scale(0,1);
    }
    100% {
		transform-origin: right top;
        transform: scale(1,1);
    }
}
.service_list .title{
	line-height: 1;
	margin-bottom: 40px;
}
.service_list .title .f_en{
	font-size: 7rem;
    letter-spacing: 0.02em;
	padding-right: 20px;
	display: block;
}
.service_list .title .f_ja{
	font-size: 1rem;	
	/*font-weight: 600;
	display: inline-flex;
	align-items: center;*/
	vertical-align: text-bottom;
}
/*.service_list .title .f_ja:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #000000;
	margin-right: 10px;
}
.service_list .title .f_ja:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #000000;
	margin-left: 10px;
}*/
.service_list .text{
	font-family: "見出しミンMA31", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1rem;
	line-height: 2;
	width: 20em;
}


@media (max-width: 1320px) {
	.service_list .box + .box{
		margin-top: 80px;
	}
	.service_list .box:nth-child(odd) .thumb_wrap{
		margin-left: calc( (100vw - 100%) / -2 + 20px );
	}
	.service_list .box:nth-child(odd) .text_wrap{
		/*margin-left: -60px;*/
	}
	.service_list .box:nth-child(even) .thumb_wrap{
		order: 2;
		margin-right: calc( (100vw - 100%) / -2 + 20px );
	}
	.service_list .box:nth-child(even) .text_wrap{
		/*margin-right: -60px;*/
	}
	.service_list .service_btn_wrap{
		margin-top: 40px;
	}

}

@media (max-width: 768px) {
	.service_list .box + .box{
		margin-top: 60px;
	}
	.service_list .box_inner{
		display: block;
	}
	.service_list .thumb_wrap{
		width: auto !important;
		margin-bottom: 20px;
	}
	.service_list .text_wrap{
	}
	.service_list .box:nth-child(odd) .thumb_wrap{
		margin-left: 0px;
		padding-left: 0px;
	}
	.service_list .box:nth-child(odd) .text_wrap{
		padding-left: 0px;
	}
	.service_list .box:nth-child(even) .thumb_wrap{
		margin-right: 0px;
		padding-right: 0px;
	}
	.service_list .box:nth-child(even) .text_wrap{
		margin-right: 0px;
		padding-right: 0px;
	}
	.service_list .title {
		margin-bottom: 20px;
	}
	.service_list .title .f_en {
		font-size: 2rem;
		padding-right: 15px;
	}
	.service_list .title .f_ja {
		font-size: 0.88rem;
	}
	.service_list .service_btn_wrap {
		margin-top: 40px;
	}
	.service_list .box:nth-child(odd) .service_btn,
	.service_list .box:nth-child(even) .service_btn{
		justify-content: flex-end;
	}
	.service_list .box:nth-child(odd) .service_btn:before{
		display: none;
	}
	.service_list .box:nth-child(odd) .service_btn:after,
	.service_list .box:nth-child(even) .service_btn:after{
		content: "";
		display: inline-block;
		width: 80px;
		height: 1px;
		background-color: #000000;
		margin-left: 10px;
	}

}


/**** page_top ***/
#page_top .sectiontitle{
}

.fancybox-bg {
    background: #dedede;
}


/*** top_service ***/
ul.top_service_list{
	display: grid;
	grid-template-rows: 270px 270px 270px;
	grid-template-columns: auto;
	gap: 5px;
}
ul.top_service_list li:nth-child(1){
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
ul.top_service_list li:nth-child(2){
	grid-row: 1 / 3;
	grid-column: 2 / 4;
}
ul.top_service_list li:nth-child(3){
	grid-row: 1 / 3;
	grid-column: 4 / 5;
}
ul.top_service_list li:nth-child(4){
	grid-row: 2 / 4;
	grid-column: 1 / 2;
}
ul.top_service_list li:nth-child(5){
	grid-row: 3 / 4;
	grid-column: 2 / 5;
}
ul.top_service_list li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
ul.top_service_list li .thumb{
	width: 100%;
	height: 100%;
}
ul.top_service_list li .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.top_service_list li .title{
	opacity: 0.9;
}
ul.top_service_list li:nth-child(1) .thumb{
	border: 1px solid #cecece;
}
ul.top_service_list li:nth-child(2) .title{
	position: absolute;
	right: 4%;
	bottom: 4%;
	width: 42%;
}
ul.top_service_list li:nth-child(3) .title{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	width: 60%;
}
ul.top_service_list li:nth-child(4) .title{
	position: absolute;
	right: 10%;
	top: 5%;
	width: 10%;
}
ul.top_service_list li:nth-child(5) .title{
	position: absolute;
	right: 6%;
	top: 50%;
	transform: translate3d(0,-50%,0);
	width: 25%;
}
ul.top_service_list li .title img{
	width: 100%;
}

@media (max-width: 768px) {
		ul.top_service_list{
		display: grid;
		grid-template-rows: 180px 120px 120px 180px;
		grid-template-columns: auto;
		gap: 5px;
	}
	ul.top_service_list li:nth-child(1){
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}
	ul.top_service_list li:nth-child(2){
		grid-row: 1 / 3;
		grid-column: 2 / 3;
	}
	ul.top_service_list li:nth-child(3){
		grid-row: 2 / 4;
		grid-column: 1 / 2;
	}
	ul.top_service_list li:nth-child(4){
		grid-row: 3 / 5;
		grid-column: 2 / 3;
	}
	ul.top_service_list li:nth-child(5){
		grid-row: 4 / 5;
		grid-column: 1 / 2;
	}
	ul.top_service_list li:nth-child(2) .title{
		width: 70%;
	}
	ul.top_service_list li:nth-child(4) .title {
			right: 16%;
			top: 5%;
			width: 9%;
	}
	ul.top_service_list li:nth-child(5) .title {
    right: 6%;
    top: 17%;
    transform: translate3d(0,-50%,0);
    width: 55%;
	}
}




/*** top_movie ***/
#top_movie{
	position: relative;
}
#top_movie .thumb_bg{
	position: absolute;
	left: calc( (100vw - 100%) / -2 );
	right: calc( (100vw - 100%) / -2 );
	top: 0px;
	bottom: 0px;
}
.movie_thumb{
	max-width: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.movie_thumb a{
	display: block;
	position: relative;
	background-color: #000000;
}
.movie_thumb img{
	opacity: 0.8;
	transition: opacity 0.3s ease;
	width: 100%;
}
.movie_thumb a:hover img{
	opacity: 1;
}
.movie_thumb a:before{
	content: "";
    display: inline-block;
    background: url(../images/common/icon_youtube.png) left top no-repeat;
    background-size: contain;
    width: 61px;
    height: 43px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate3d(-50%,-50%,0);
	opacity: 0.8;	
}


/*** top_about ***/
#top_about .block{
	position: relative;
	padding: 80px 80px 40px 0px;
}
#top_about .block .thumb_bg{
	position: absolute;
	left: calc( (100vw - 100%) / -2 );
	right: 0px;
	top: 0px;
	bottom: 0px;
}



@media (max-width: 768px) {
	#top_about .block{
		position: relative;
		padding: 40px 0px;
		margin-top: -40px;
	}
	#top_about .block .thumb_bg{
		position: absolute;
		left: -20px;
		right: -20px;
		top: 0px;
		bottom: 0px;
	}

}


/*** #top_premium ***/
#top_premium{
	position: relative;
}
#top_premium .thumb_bg{
	right: calc( ( 100vw - 1080px ) / 2 );
}
#top_premium .block_inner{
	margin-top: 60px;
	margin-right: 100px;
	margin-left: -80px;
}
.premium_list{
}
.premium_list li{
	padding-left: 20px;
}

@media (max-width: 1280px) {
	#top_premium .thumb_bg{
		right: 0px;
	}
	#top_premium .block_inner{
		margin-top: 30px;
		margin-right: 50px;
		margin-left: calc( (100vw - 100%) / -2 );
	}
	.premium_list li{
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	#top_premium .thumb_bg{
		right: 0px;
	}
	#top_premium .block_inner{
		margin-top: 30px;
		margin-right: -20px;
		margin-left: -20px;
	}
	.premium_list li{
		padding-left: 5px;
		padding-right: 5px;
	}
}


/*** #top_online ***/
#top_online{
	background: url("../images/top/online_bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
}
#top_online .sectiontitle_mini {
	text-align: center;
	display: block;
}
#top_online .sectiontitle_mini:after{
	display: none;
}


/*** recomend_block ***/
.recomend_block{
	display: flex;
	align-items: flex-start;
}
.recomend_block .recomend_thumb_list{
	flex: 1;
	margin-right: 20px;
	margin-left: -20px;
	margin-bottom: -20px;
	/*display: -ms-grid;
    display: grid;
    padding: 0;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);*/
}
.recomend_block .recomend_thumb_list .item_box{
	padding-left: 20px;
	padding-bottom: 20px;
}
.recomend_block .recomend_text{
	width: 340px;
    padding: 40px;
    position: relative;
	min-height: 473px;
}
.recomend_block .recomend_text .date{
    font-size: 0.75rem;
    margin-bottom: 20px;
}
.recomend_block .recomend_text .title{
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 40px;
}
.recomend_block .recomend_text .text{
    font-size: 0.88rem;
    line-height: 1.5;
}
.recomend_text_inner{
    position: absolute;
    left: 40px;
    right: 40px;
    top: 60px;
    bottom: 60px;
    display: none;
    overflow: hidden;
}
.recomend_text_inner:first-child{
    display: block;
}
/*.recomend_text_inner .arrow_right {
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20id%3D%22%E3%83%91%E3%82%B9_788%22%20data-name%3D%22%E3%83%91%E3%82%B9%20788%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2287.842%22%20height%3D%2229.039%22%20viewBox%3D%220%200%2087.842%2029.039%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_788-2%22%20data-name%3D%22%E3%83%91%E3%82%B9%20788%22%20d%3D%22M4327.15-3100.009h-1v-12.239H4278v-1h48.15v-15.8l.685.273%2C39.007%2C15.562-.185.964H4327.15Zm0-13.239h35.9l-35.9-14.324Z%22%20transform%3D%22translate(-4278%203129.049)%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E');
}*/

@media (max-width: 768px) {
	.recomend_block{
		display: block;
	}
	.recomend_block .recomend_thumb_list{
		margin: 0px -10px 0px -10px;
	}
	.recomend_block .recomend_thumb_list .item_box{
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.recomend_block .recomend_text{
		display: none;
	}
}


/*** 会社概要 ***/
.company_wrap #access ul{
	display: -ms-grid;
    display: grid;
    padding: 0;
    gap: 40px;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
}
.company_wrap #access ul li{
	padding-bottom: 25px;
	font-size: 0.88rem;
}
.company_wrap #access .map{
	margin-bottom: 10px;
}
.company_wrap #access .map iframe{
	width: 100%;
	height: 260px;
}

/** printing_list **/
dl.printing_list{
	margin-top: 40px;
	margin-left: 40px;
}
dl.printing_list dt{
	font-size: 1.13rem;
	font-weight: 600;
	margin-bottom: 10px;
}
dl.printing_list dd{
	margin-bottom: 20px;
	padding-left: 20px;
}

@media (max-width: 768px) {
	dl.printing_list{
		margin-left: 0px;
	}
}



/** History **/
dl.history_list{
	border-left: 2px solid #000000;
	margin-left: 50px;
	margin-top: 40px;
}
dl.history_list dt{
	font-size: 1.13rem;
	font-weight: 600;
	line-height: 1;
	padding-left: 40px;
	margin-bottom: 10px;
	position: relative;
}
dl.history_list dt:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #000000;
	position: absolute;
	left: -11px;
	top: 0px;
}
dl.history_list dd{
	padding-left: 40px;
	padding-bottom: 40px;
}

@media (max-width: 768px) {
	.company_wrap #access ul{
		display: block;
	}
	.company_wrap #access .map iframe{
		width: 100%;
		height: 200px;
	}
	
	/** History **/
	dl.history_list{
		margin-left: 10px;
	}
	dl.history_list dt{
		padding-top: 2px;
		padding-left: 20px;
	}
	dl.history_list dd{
		padding-left: 20px;
		padding-bottom: 30px;
	}

}



/*** 制作事例 ***/
.group_works .pagetitle_block.is_mv{
	background-image: url("../images/works/works_mv.jpg");
}
@media (max-width: 768px) {
	.group_works .pagetitle_block.is_mv{
		background-image: url("../images/works/works_mv@2x.jpg");
	}
}


/*** 新着情報 ***/
.group_news .pagetitle_block.is_mv{
	background-image: url("../images/news/news_mv.jpg");
}
@media (max-width: 768px) {
	.group_news .pagetitle_block.is_mv{
		background-image: url("../images/news/news_mv@2x.jpg");
	}
}


/*** Puremiun ***/
.group_premium .pagetitle_block.is_mv{
	background-image: url("../images/premium/premium_mv.jpg");
}
@media (max-width: 768px) {
	.group_premium .pagetitle_block.is_mv{
		background-image: url("../images/premium/premium_mv@2x.jpg");
	}
}


/***　arrow ***/
.arrow_right{
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20id%3D%22%E3%83%91%E3%82%B9_788%22%20data-name%3D%22%E3%83%91%E3%82%B9%20788%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2287.842%22%20height%3D%2229.039%22%20viewBox%3D%220%200%2087.842%2029.039%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_788-2%22%20data-name%3D%22%E3%83%91%E3%82%B9%20788%22%20d%3D%22M4327.15-3100.009h-1v-12.239H4278v-1h48.15v-15.8l.685.273%2C39.007%2C15.562-.185.964H4327.15Zm0-13.239h35.9l-35.9-14.324Z%22%20transform%3D%22translate(-4278%203129.049)%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E');
    width: 80px;
    height: 30px;
    /*background: url("../images/common/arrow_right.svg") left top no-repeat;*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    .arrow_right{
        width: 40px;
        height: 15px;
    }
}



/***　group_service　***/
.group_service .wp-block-media-text__content h2{
	font-family: 'Noto Serif JP', serif;
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3", "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
	border: none;
	padding-left: 0px;
}
.group_service .wp-block-media-text__content p{
	line-height: 2;
}
.group_service .wp-block-media-text__content p:not(:last-child){
	margin-bottom: 1.5em;
}
.group_service .wp-block-media-text{
	/*-ms-grid-columns: 55% 1fr;
	grid-template-columns: 55% 1fr;*/
	margin-bottom: 80px;
}
.wp-block-media-text.has-media-on-the-right {
    /*-ms-grid-columns: 1fr 55%;
    grid-template-columns: 1fr 55%;*/
}

@media (max-width: 600px){
	.wp-block-media-text .wp-block-media-text__content{
		padding: 8% 0px;
	}
}
@media (max-width: 768px) {
	.group_service .wp-block-media-text__content h2{
		font-size: 1.75rem;
		margin-bottom: 15px;
	}
	.group_service .wp-block-media-text{
		margin-bottom: 40px;
	}
}


/*** #recomend ***/
#recomend{
	position: relative;
	margin-top: 140px;
}
#recomend:after{
	content: "";
	display: inline-block;
	background-color: #f5f5f5;
	position: absolute;
	left: calc( (100vw - 100%) / -2 );
	right: 100px;
	top: 30px;
	z-index: -1;
	height: 480px;
}
#recomend h2{
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	#recomend{
		margin-top: 70px;
	}

}



/*** 制作事例 ***/
.bunseisya_subtitle{
	border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 15px 0px;
	margin-top: 100px;
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.bunseisya_subtitle{
		padding: 15px 0px;
		margin-top: 50px;
		margin-bottom: 30px;
	}

}


/*** 採用情報 ***/
#page_recruit table{
	width: 100%;
	border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
#page_recruit table td {
    padding: 10px 20px;
	border-left: none;
	border-top: none;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
#page_recruit table td:first-child {
	width: 250px;
    vertical-align: top;
    text-align: left;
    background-color: #EEEEEE;
}
#page_recruit .recruit_catch{
	font-size: 2.25rem;
	margin-top: -60px;
	margin-bottom: 60px;
}
#page_recruit h2{
	margin-bottom: 10px;
	margin-top: 120px;
}
#page_recruit .wp-block-table{
	margin-top: 0px;
}

@media (max-width: 768px) {
    #page_recruit table {
        display: block;
    }
    #page_recruit table td {
        display: block;
        width: 100%;
        padding: 15px 10px;
    }
    #page_recruit table td:first-child {
        display: block;
        width: 100%;
        padding: 10px;
        font-weight: bold;
    }
	#page_recruit .recruit_catch{
		font-size: 1.5rem;
		margin-top: -30px;
		margin-bottom: 30px;
	}
	#page_recruit h2{

		margin-top: 60px;
	}

}


/*** about_service_list ***/
.about_service_list .thumb_wrap{
	margin-bottom: 10px;
}
.about_service_list .text_wrap{
}
.about_service_list .title{
	margin-bottom: 5px;
	font-size: 1.06rem;
	font-weight: bold;
}
.about_service_list .text{
	font-size: 0.88rem;
}


/*** フッター上のアイコン画像 ***/
.icon-img {
	text-align: center;
	margin-bottom: 1rem;
}


/*** top-banner ***/
.banner {
    display: flex;
    margin: 0 auto;
	padding: 20px 0 0;
	max-width: 1080px;
}