@charset "UTF-8";

/* reset -------- */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
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-size: 16px;
    color: #6c4a3c;
}
@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;
    }
}


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

.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;
}


/* all -------- */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix .left {
    float: left;
}
.clearfix .right {
    float: right;
}
/*** row ***/
.row {
    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 {
    width: 50%;
    width: calc(100% / 2 - 1px);
    max-width: calc(100% / 2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col3 {
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col4 {
    width: 25%;
    width: calc(100% / 4 - 1px);
    max-width: calc(100% / 4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col5 {
    width: 20%;
    width: calc(100% / 5 - 1px);
    max-width: calc(100% / 5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col6 {
    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%;
}
@media (max-width: 768px) {
    .row {
    }
    .row > * {
        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 {
        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 {
        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 {
        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 {
        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 {
        width: 16%;
        width: calc(100% / 6 - 1px);
        max-width: calc(100% / 6);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
/*** 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 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.effect_left {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.effect_left.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.effect_right {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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, -100px, 0);
    transform: translate3d(0, -100px, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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;
    transition: all 1s 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: all 0.5s ease;
    transition: all 0.5s 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 ****/
.thumb img {
    /*width: 100%;*/
}
.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: #f67e41 !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: 1040px;
    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: 70%;
}
.content_2col .side_content {
    width: 26%;
    order: 2;
}
@media (max-width: 1100px) {
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@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%;
    }
    .content_2col .side_content {
        width: 100%;
    }
}



/*** crumb ***/
.crumb ul {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: right;
}
.crumb ul li {
    display: inline;
    font-size: 0.75rem;
}
.crumb ul li a:after {
    content: "\FF1E";
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
.crumb ul li a {
    color: #666666;
    -webkit-transition: 0.3s color ease;
    transition: 0.3s color ease;
}
.crumb ul li a:hover {
    color: #002E78;
}
/*** 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: 32px;
    height: 32px;
    -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.75rem;
    font-weight: bold;
}
.pageNavi a.inactive, .pageNavi .arrow {
    border-radius: 100%;
    color: #6c4b3c;
    border: 2px solid #6c4b3c;
    background-color: #fbf6e8;
}
.pageNavi .current, .pageNavi .arrow:hover, .pageNavi .inactive:hover, .pageNavi .next:hover .text, .pageNavi .back:hover .text {
    border-radius: 100%;
    color: #FFFFFF;
    border: 2px solid #6c4b3c;
    background-color: #6c4b3c;
}
.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;
}
.gmap iframe {
    width: 100%;
    height: 450px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
@media (max-width: 768px) {
    .gmap iframe {
        height: 280px;
    }
}

/*** header ***/
#wrapper {
    overflow: hidden;
}
.header {
    padding: 0px;
    background-color: #fbf6e8;
    border-bottom: 2px solid #6e4b3d;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 110;
}
.header.header_fixed{
    position: fixed;
}
body.admin-bar .header.header_fixed {
    top: 32px;
}


.header_block{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 110px;
    position: relative;
}
.h_logo{
    display: flex;
    align-items: flex-end;
    padding: 0px;
}


@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;
}

/*** menuの中 ***/
@media (min-width: 1041px) {
    .gnav_list {
        display: flex;
        align-items: flex-end;
    }
    .gnav_list li a{
        color: #6e4b3d;
        transition: color 0.3s ease;
    }
    .gnav_list li a:hover{
        color: #ed7978;
    }
    .gnav_list > li {
        /*position: relative;*/
        line-height: 1;
        padding-bottom: 15px;
    }
    .gnav_list > li > a {
        display: inline-block;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.2;
        padding: 0px 20px;
        position: relative;
    }
    .gnav_list > li > a:before{
        content: "";
        display: inline-block;
        width: 1px;
        height: 1.2rem;
        background-color: #6e4b3d;
        vertical-align: middle;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .gnav_list > li:last-child > a:before{
        display: none;
    }
    .gnav_list > li.menu-item-has-children > a:after{
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 8px 9px;
        border-color: transparent transparent rgba(110,75,61,0.7) transparent;
        position: absolute;
        left: 50%;
        bottom: -15px;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(-50%,0,0);
        transition: bottom 0.3s ease,
            opacity 0.3s ease,
            visibility 0.3s ease;
    }
    .gnav_list > li.menu-item-has-children:hover > a:after{
        opacity: 1;
        visibility: visible;
    }
    .gnav_list .sub-menu{
        width: 1040px;
        background-color: rgba(110,75,61,0.7);
        padding: 40px 50px 15px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        transform: translate3d(0,100%,0);
        opacity: 0;
        visibility: hidden;
        transition: bottom 0.3s ease,
            opacity 0.3s ease,
            visibility 0.3s ease;
        display: flex;
        flex-wrap: wrap;
    }
    .gnav_list > li:hover .sub-menu{
        opacity: 1;
        visibility: visible;
    }
    /*.sub-menu:before{
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 8px 9px;
        border-color: transparent transparent rgba(110,75,61,0.7) transparent;
        position: absolute;
        left: 50%;
        top: 0px;
        transform: translate3d(-50%,-100%,0);
    }*/
    .gnav_list .sub-menu li{
        width: 25%;
        width: calc(100% / 4 - 1px);
        max-width: calc(100% / 4);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 25px;
    }
    .gnav_list .sub-menu li a{
        font-size: 0.88rem;
        font-weight: bold;
        color: #FFFFFF;
        white-space: nowrap;
        position: relative;
        padding-left: 34px;
    }
    .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: 24px;
        height: 24px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate3d(0,-50%,0);
    }
}


.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;
    }
    
    .header_block{
        height: 50px;
        display: flex;
        align-items: center;
    }
    
    .h_logo img{
        width: 120px;
    }
    .h_logo .company_name{
        padding-bottom: 5px;
    }
    .h_info{
        display: none;
    }
    
    
    /*** 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: #8b6d5c;
        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);
    }

    
}





/*** footer ***/
.footer {
    background-color: #6c4a3c;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer a{
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.08em;
    transition: color 0.3s ease;
}
.footer a:hover{
    color: #ed7978;
}
.f_nav_block{
    display: flex;
    justify-content: space-between;
}
.fnav_title,
.fnav_list .menu_label > a{
    font-size: 1.19rem;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.fnav_list li{
    margin-bottom: 8px;
}

.fnav_list .menu_label:not(:first-child){
    margin-top: 30px;
}
.fnav_list .menu_label > a{
    pointer-events: none;
    display: inline-block;
}

@media (max-width: 768px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .f_nav_block{
        display: block;
    }
    .f_info:not(:last-child){
        margin-bottom: 30px;
    }
}

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

.totop a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  /*opacity: 0;
  visibility: hidden;*/
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    border: 2px solid #6c4a3c;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}
.totop a:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid #6c4a3c;
    border-top: 2px solid #6c4a3c;
    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.bottom {
  position: absolute; 
}


@media (max-width: 768px) {
    .totop{
        bottom: -40px;
    }
    .totop a{
        right: 15px;
        bottom: 60px;
        width: 40px;
        height: 40px;
    }
    .totop a:before{
        width: 15px;
        height: 15px;
    }
}



/*** icon ***/
.icon_right,
.icon_left{
    line-height: 0;
}
.arrow_right{
    display: inline-block;
    width: 30px;
    height: 8px;
    position: relative;
}
.arrow_right:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: background 0.3s ease;
}
.arrow_right:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0) rotate(45deg);
    transform-origin: right center;
    transition: background 0.3s ease;
}
.arrow_left{
    display: inline-block;
    width: 30px;
    height: 8px;
    position: relative;
}
.arrow_left:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: background 0.3s ease;
}
.arrow_left:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0) rotate(-45deg);
    transform-origin: left center;
    transition: background 0.3s ease;
}

.arrow_left02{
    display: inline-block;
    width: 6px;
    height: 12px;
    position: relative;
}
.arrow_left02:before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0) rotate(45deg);
    transform-origin: left center;
    transition: background 0.3s ease;
}
.arrow_left02:after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0) rotate(-45deg);
    transform-origin: left center;
    transition: background 0.3s ease;
}



/*** box_btn ***/
a.box_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    max-width: 100%;
    height: 60px;
    font-size: 0.88rem;
    font-weight: normal;
    color: #000000 !important;
    text-decoration: none !important;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    transition: 0.3s color ease;
}
a.box_btn:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #4A7C9A;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: scale(0,1);
    transition: 0.3s transform ease;
    transform-origin: left center;
}
a.box_btn:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -2;
}

a.box_btn:hover{
    color: #FFFFFF !important;
}
a.box_btn:hover:before{
    transform: scale(1,1);
}

a.box_btn .icon_right{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}
a.box_btn:hover .arrow_right:before{
    background-color: #FFFFFF;
}
a.box_btn:hover .arrow_right:after{
    background-color: #FFFFFF;
}


a.box_btn.white{
    color: #FFFFFF !important;
    background-color: transparent;
}
a.box_btn.white:before{
    background-color: rgba(255,255,255,0.30);
}
a.box_btn.white:after{
    border: 1px solid #FFFFFF;
}
a.box_btn.white .arrow_right:before{
    background-color: #FFFFFF;
}
a.box_btn.white .arrow_right:after{
    background-color: #FFFFFF;
}


/**** slick slider ***/
.slick-prev,
.slick-next {
    width: 30px;
    height: 80px;
    z-index: 1;
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0px;
}
.slick-prev:before,
.slick-next:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 80px;
    background-color: rgba(0,0,0,0.8);
    transition: 0.3s opacity ease;
    font-family: fontAwesome;
    font-weight: 900;
    font-size: 20px;
    color: #FFFFFF;
}
.slick-prev:before{
    content: '\f053';
}
.slick-next:before{
    content: '\f054';
}

.slick-dots{
    left: 0px;
    margin: 0px !important;
}
.slick-dots li{
    margin: 0px 2px !important;
}
.slick-dots li button:before {
    font-size: 11px;
    opacity: 1;
    color: #D3D3D3;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #D07C7C;
    font-size: 16px;
}
.slick-dots li button:hover:before {
    opacity: 1;
    color: #D07C7C;
}

.slider_block > .slick-prev{
    left: 10px;
}
.slider_block > .slick-next{
    right: 10px;
}
.slider_block > .slick-prev:before,
.slider_block > .slick-next:before {
    width: 30px;
    height: 80px;
    background: none;
    font-size: 40px;
    color: #000000;
}
.slider_box > .slick-dots{
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    padding-bottom: 7px;
    /*padding: 7px 0px;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
.slider_box > .slick-dots li button:before{
    content: "■";
}
.slider_box > .slick-dots li.slick-active button:before {
    opacity: 1;
    /*color: #000000;*/
    font-size: 16px;
}
.slider_box > .slick-dots li button:hover:before {
    opacity: 1;
    /*color: #000000;*/
}
.slider_block > .slick-dots{
    bottom: 15px;
}

:focus{
    outline: none;
}





/*** common ***/
.thumb_wrap{
    text-align: center;
    position: relative;
    z-index: 1;
}


/*** 共通 page_visual ***/
#page_visual{
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#page_visual .container{
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
#page_visual .block{
    width: 100%;
    text-align: center;
}
.pagetitle_en{
    font-family: 'Hind', sans-serif;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    color: #0067b2;
}

@media (max-width: 768px) {
    #page_visual{
        height: 150px;
    }
    .pagetitle_en{
        font-size: 3rem;
    }
}


/*** btn ***/
.btn_wrap{
    text-align: center;
}

.btn_style01{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 620px;
    max-width: 100%;
    height: 70px;
    border: 1px solid #6e4b3d;
    border-radius: 70px;
    background-color: #fffcdb;
    font-size: 1.25rem;
    font-weight: bold;
    color: #6c4a3c;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
    box-shadow: 5px 7px 0px rgba(0,0,0,0.15);
    transition: background 0.3s ease,
        color 0.3s ease;
    position: relative;
    margin: 0px 5px 7px 0px;
}
.btn_style01:after{
    content: "";
    display: inline-block;
    background: url("../images/common/arrow_right02.svg") left top no-repeat;
    background-size: contain;
    width: 28px;
    height: 9px;
    position: absolute;
    right: 20px;
    bottom: 50%;
}
.btn_style01:hover{
    background-color: #6e4b3d;
    color: #FFFFFF;
}


/*
.btn_style02{
    display: inline-flex;
    align-items: center;
    width: 250px;
    max-width: 100%;
    height: 44px;
    padding: 0px 20px;
    font-size: 1.13rem;
    font-weight: bold;
    background-color: #0067b2;
    color: #FFFFFF;
    transition: opacity 0.3s ease;
    position: relative;
}
.btn_style02:hover{
    opacity: 0.8;
}
.icon_right{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}

.btn_style03,
.btn_submit{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 44px;
    font-size: 1.13rem;
    font-weight: bold;
    background-color: #0067b2;
    color: #FFFFFF;
    transition: opacity 0.3s ease;
    position: relative;
}
.btn_style03:hover,
.btn_submit:hover{
    opacity: 0.8;
}
.btn_back{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 44px;
    font-size: 1.13rem;
    font-weight: bold;
    background-color: #666666;
    color: #FFFFFF;
    transition: opacity 0.3s ease;
    position: relative;
}
.btn_back:hover{
    opacity: 0.8;
}
*/

@media (max-width: 768px) {
    .btn_style01{
        justify-content: flex-start;
        height: 55px;
        border-radius: 5px;
        box-shadow: 5px 7px 0px rgba(0,0,0,0.15);
        padding-left: 20px;
    }
    .btn_submit,
    .btn_back{
        width: 100%;
        margin-bottom: 10px;
    }
}


/*** font ***/
.f_blue{
    color: #004089 !important;
}
.f_pink{
    color: #e65071 !important;
}

/*** bg ***/
.bg_pattern_01{
    background: url("../images/common/bg_pattern_01.jpg") center top repeat;
    background-size: 56px auto;
}
.bg_pattern_pink{
    background: url("../images/common/bg_pattern_pink.jpg") center top repeat;
}
.bg_pattern_yellow{
    background: url("../images/common/bg_pattern_yellow.jpg") center top repeat;
}
.bg_pattern_blue{
    background: url("../images/common/bg_pattern_blue.jpg") center top repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg_pattern_01{
        background-image: url("../images/common/bg_pattern_01@2x.jpg");
    }
}



/*** subtitle_block ***/
.subtitle_block{
    text-align: center;
    margin-bottom: 30px;
}
.subtitle_block .title_icon{
    margin-bottom: 30px;
}
.subtitle_block .subtitle{
    position: relative;
    font-size: 2.13rem;
    font-weight: 600;
    line-height: 1.2;
    color: #6e4b3d;
}
.subtitle_block .subtitle.icon_underline{
    padding-bottom: 30px;
    background: url("../images/top/icon_underline.svg") center bottom no-repeat;
}

@media (max-width: 768px) {
    .subtitle_block .subtitle.icon_underline {
        padding-bottom: 20px;
        background-size: 193px;
        font-size: 1.75rem;
    }
}


/*** #page_top #visual ***/
#page_top #visual{
    width: 100vw;
    height: calc( 100vh - 110px );
    position: relative;
    overflow: hidden;
}
#page_top .top_movie{
    width: 100%;
    height: 100%;
    z-index: 1;
}
#page_top .top_movie:after{
    content: "";
    display: block;
    background-color: rgba(79,50,18,0.3);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
}
#page_top .visual_content{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    z-index: 3;
}
#page_top .visual_content .thumb_wrap{
    text-align: center;
}

/* ----- 背景用の動画ファイル ----- */
@media (min-width: 768px) {
	#bg-video{
	 position: fixed;
	 right: 0;
	 bottom: 0;
	 min-width: 100%;
	 min-height: 100%;
	 width: auto;
	 height: auto;
	 z-index: -100;
	 background: url('poster.jpg') no-repeat;
	 background-size: cover;
	}
}


@media (max-width: 768px) {
    #page_top #visual{
        height: auto;
    }
}


/*** #page_top #about ***/
#page_top #about{
    padding-top: 80px;
    padding-bottom: 80px;
}
#page_top .top_about_block{
    max-width: 100%;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.top_about_block{
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.top_about_block .catch{
    font-size: 1.44rem;
    margin-bottom: 10px;
}
.top_about_block:before{
    content: "";
    display: inline-block;
    border: 1px solid #6e4b3d;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}
.top_about_block:after{
    content: "";
    display: inline-block;
    border: 1px solid #6e4b3d;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}

/* top_about_bg01 */
.top_about_block .top_about_bg01{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.top_about_block .top_about_bg01 span{
    display: inline-block;
    border: 1px solid #6e4b3d;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.top_about_block .top_about_bg01:before{
    content: "";
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.top_about_block .top_about_bg01:after{
    content: "";
    display: inline-block;
    background-color: #FFFFFF;
    width: 14px;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

/* top_about_bg02 */
.top_about_block .top_about_bg02{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.top_about_block .top_about_bg02 span{
    display: inline-block;
    border: 1px solid #6e4b3d;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.top_about_block .top_about_bg02:before{
    content: "";
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.top_about_block .top_about_bg02:after{
    content: "";
    display: inline-block;
    background-color: #FFFFFF;
    width: 14px;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

/* top_about_bg03 */
.top_about_block .top_about_bg03{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.top_about_block .top_about_bg03 span{
    display: inline-block;
    border: 1px solid #6e4b3d;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.top_about_block .top_about_bg03:before{
    content: "";
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 14px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.top_about_block .top_about_bg03:after{
    content: "";
    display: inline-block;
    background-color: #FFFFFF;
    width: 14px;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
/* top_about_bg04 */
.top_about_block .top_about_bg04{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.top_about_block .top_about_bg04 span{
    display: inline-block;
    border: 1px solid #6e4b3d;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
}
.top_about_block .top_about_bg04:before{
    content: "";
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 14px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.top_about_block .top_about_bg04:after{
    content: "";
    display: inline-block;
    background-color: #FFFFFF;
    width: 14px;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.top_about_block_inner{
    padding: 80px;
}
.top_about_block .text_wrap p{
    font-size: 1.13rem;
    line-height: 1.84;
    text-align: justify;
}

@media (max-width: 768px) {
    #page_top #about{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .top_about_block_inner {
        padding: 60px 40px;
    }
    #page_top .subtitle_block{
        margin-bottom: 20px;
    }
    #page_top .subtitle_block .title_icon{
        margin-bottom: 20px;
    }
    #page_top .subtitle_block .title_icon img{
       width: 75px;
    }
    .top_about_block .catch {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    #page_top  #about .subtitle_block .subtitle {
        font-size: 1.33rem;
    }
    .top_about_block .text_wrap p {
        font-size: 0.88rem;
    }
}


/*** #page_top #kyodai ***/
#page_top #kyodai{
    padding-top: 80px;
    padding-bottom: 80px;
}
.kyodai_bnr{
    max-width: 100%;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    box-shadow: 7px 9px 0px rgba(0,0,0,0.15);
}
.kyodai_bnr .text_wrap{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kyodai_bnr .bnr_title{
    font-size: 2.38rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
}
.kyodai_bnr .brn_btn{
    margin-top: 20px;
}
.kyodai_bnr .brn_btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 246px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
    font-size: 1.13rem;
    color: #595757;
    position: relative;
    transition: background 0.3s ease,
        color 0.3s ease;
}
.kyodai_bnr .brn_btn a:after{
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #595757;
    border-right: 1px solid #595757;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate3d(0,-50%,0) rotate(45deg);
    transition: color 0.3s ease;
}
.kyodai_bnr .brn_btn a:hover{
    background-color: #6e4b3d;
    color: #FFFFFF;
}
.kyodai_bnr .brn_btn a:hover:after{
   border-color: #FFFFFF;
}

#page_top #kyodai .bnr_list{
	margin-left: -55px;
	margin-bottom: -30px;
	justify-content: center;
}
#page_top #kyodai .bnr_list li{
	padding-left: 55px;
	text-align: center;
	margin-bottom: 30px;
}


@media (max-width: 768px) {
    #page_top #kyodai{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .kyodai_bnr .bnr_title{
        font-size: 1.35rem;
    }
    #page_top #kyodai .bnr_list{
		margin-left: 0px;
		margin-bottom: -15px;
	}
	#page_top #kyodai .bnr_list li{
		padding-left: 0px;
		margin-bottom: 15px;
	}

}



/*** #page_top #news ***/
#page_top #news{
    padding-top: 80px;
    padding-bottom: 80px;
}
.top_news_block{
    width: 780px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d3c3bb;
    border-radius: 10px;
    padding: 0px 50px 40px;
}
.top_news_list li:not(:last-child){
    border-bottom: 2px solid rgba(110,65,71,0.2);
}
.top_news_list li .box_inner{
    display: flex;
    padding: 30px 0px;
}
.top_news_block .btn_wrap{
    margin-top: 30px;
}

@media (max-width: 768px) {
    #page_top #news{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .top_news_block{
        border-radius: 5px;
        padding: 0px 20px 20px;
    }
    .top_news_list .date_wrap{
        width: 100px;
    }
}


/*** #page_top #company ***/
#page_top #company{
    padding-top: 80px;
    padding-bottom: 80px;
}

.top_company_table_wrap{
    text-align: center;
}
.top_company_name{
    font-size: 1.69rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.top_company_name:before{
    content: "｜";
    display: inline-block;
    margin-right: 10px;
}
.top_company_name:after{
    content: "｜";
    display: inline-block;
    margin-left: 10px;
}
.top_company_table{
    display: inline-table;
    text-align: left;
    color: #221714;
}
.top_company_table th{
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 1em;
    width: 125px;
    padding: 15px 0px;
    vertical-align: top;
}
.top_company_table th span{
    display: inline-block;
    position: relative;
}
.top_company_table th span:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.top_company_table td{
    width: 465px;
    font-size: 1.38rem;
    padding: 15px 0px;
}
.top_company_table td p{
    display: flex;
}
.top_company_table td .label{
    display: inline-block;
    width: 140px;
    position: relative;
    margin-right: 1em;
}
.top_company_table td .label:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #000000;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}
.top_company_table td .text{
    flex: 1;
}



.top_company_content{
    color: #221714;
    border-top: 16px solid #fff1cf;
    padding: 60px 100px 0px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.top_company_content:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 43px;
    z-index: -1;
    background-color: #FFFFFF;
}
.top_company_content_bottom{
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 43px;
}
.top_company_content_bottom:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 39px;
    bottom: 0px;
    height: 100%;
    background-color: #FFFFFF;
}
.top_company_content_bottom:after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 39px 0 0;
    border-color: #b6d1de transparent transparent transparent;
}
.top_company_content .title{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.88rem;
    line-height: 1.58;
    text-align: center;
    margin-bottom: 30px;
}
.text_note{
    background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
    background-size:100% 3.25rem;
    background-position: left -4px;
}
.text_note p{
    font-size: 1.13rem;
    line-height: 3.25rem;
}
.company_photo{
    text-align: center;
    margin-top: 10px;
}

#page_top #company .bnr_list{
    margin-top: 80px;
    justify-content: center;
    margin-left: -30px;
}
#page_top #company .bnr_list li{
    padding-left: 30px;
    margin-bottom: 30px;
}
#page_top #company .bnr_list li a{
    display: inline-block;
    box-shadow: 5px 7px 0px rgba(0,0,0,0.15);
    margin: 0px 5px 7px 5px;
    border-radius: 5px;
}
#page_top #company .bnr_list li img{
    width: 100%;
}


@media (max-width: 768px) {
    #page_top #company{
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .top_company_name {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .top_company_table_wrap{
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_company_table{
        width: 100%;
    }
    .top_company_table th{
        font-size: 1.12rem;
        margin-right: 1em;
        width: 80px;
        padding: 8px 0px;
    }
    .top_company_table td{
        width: auto;
        font-size: 0.9rem;
        padding: 8px 0px;
    }
    .top_company_table td p{
        margin-bottom: 8px;
    }
    .top_company_table td .label{
        width: 90px;
    }
    .bottom_table .top_company_table,
    .bottom_table .top_company_table tbody,
    .bottom_table .top_company_table tr,
    .bottom_table .top_company_table th,
    .bottom_table .top_company_table td{
        display: block;
    }
    .top_company_content{
        border-top: none;
        margin-left: -20px;
        margin-right: -20px;
        max-width: none;
        width: auto;
        padding: 40px 40px 0px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .top_company_content .title {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
    .text_note {
        background-size: 100% 2.5rem;
        background-position: left -1px;
    }
    .text_note p {
        font-size: 1rem;
        line-height: 2.5rem;
    }
    .company_photo img{
        width: 180px;
    }
    .sort_list{
        display: flex;
        flex-direction: column;
    }
    .sort_list .bottom_table{
        order: 3;
    }
    #page_top #company .bnr_list{
        margin: 10px -20px 0px;
        padding: 30px 20px 20px;
        background: url(../images/common/bg_pattern_yellow.jpg) center top repeat;
    }
    #page_top #company .bnr_list li{
        padding-left: 0px;
        margin-bottom: 15px;
    }
}








/*** other ***/
.f_tel{
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    line-height: 1 !important;
    color: #0067b2;
}


/*** inquiry ***/
#page_visual.inquiry_visual{
    background-image: url("../images/inquiry/visual_bg.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #page_visual.inquiry_visual{
        background-image: url("../images/inquiry/visual_bg@2x.jpg");
    }
}


/*** form ***/
.mw_wp_form .error{
    margin-top: 5px;
}
.policy_link a{
    color: #ed7978;
    text-decoration: underline;
}
.policy_link a:hover{
    text-decoration: none;
}
.mw_wp_form_confirm .policy_link{
    display: none;
}
.required{
    color: #e60012;
    font-weight: bold;
}
.form_block_wrap{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}
.form_head{
    margin-bottom: 30px;
}
.form_head .message{
    font-size: 1rem;
    font-weight: bold;
}
.form-group{
    margin-bottom: 30px;
}
.form-label{
    font-size: 1.13rem;
    margin-bottom: 15px;
    display: block;
}
.form-label:before{
    content: "●";
    color: #f29b8f;
    padding-right: 5px;
}
.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;
    color: #595757;
    padding: 8px 10px;
    border: 1px solid #6e4b3d;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.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;
}

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



.thanks_wrap {
    text-align: center;
    padding-bottom: 100px;
}
.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{
        padding-bottom: 50px;
    }
}


/*** page_privacy ***/
#page_privacy #section_title {
    padding-top: 100px;
    padding-bottom: 40px;
}
.privacy_title{
    border: 1px solid #5a5a5c;
    padding: 20px 30px;
}
.privacy_title h1{
    font-size: 2rem;
    font-weight: bold;
}
#page_privacy h2{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 5px;
}
#page_privacy p {
    margin-bottom: 2em;
}
.privacy_main{
    
}

@media (max-width: 768px) {
    .privacy_title{
        padding: 10px 15px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
}



/*** 404 ****/
.error_wrap {
  padding-top: 30px;
  padding-bottom: 200px;
}

.error_text {
  font-size: 4rem;
  line-height: 1;
  color: #002E78;
  opacity: 0.3;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.error_btn {
  margin-top: 60px;
}



/*** news ***/
.group_news{
    padding-bottom: 100px;
}
.news_title_wrap{
    padding-top: 60px;
    padding-bottom: 40px;
}
.news_title{
    font-size: 1.88rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_title:before{
    content: "";
    display: inline-block;
    background-color: #f29b8f;
    -webkit-mask-image: url("../images/common/news_title.svg");
    mask-image: url("../images/common/news_title.svg");
    background-size: contain;
    width: 188px;
    height: 20px;
    margin-right: 25px;
}
.news_title:after{
    content: "";
    display: inline-block;
    background-color: #f29b8f;
    -webkit-mask-image: url("../images/common/news_title.svg");
    mask-image: url("../images/common/news_title.svg");
    background-size: contain;
    width: 188px;
    height: 20px;
    margin-left: 25px;
}
.news_block{
    position: relative;
    z-index: 1;
    border: 1px solid #6e4b3d;
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 65px 90px;
    max-width: 100%;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.news_block_bg01{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 66px 66px 0 0;
    border-color: #fbf6e8 transparent transparent transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.news_block_bg02{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 66px 66px 0;
    border-color: transparent #fbf6e8 transparent transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.news_block_bg03{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 66px 66px;
    border-color: transparent transparent #fbf6e8 transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.news_block_bg04{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 66px 0 0 66px;
    border-color: transparent transparent transparent #fbf6e8;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.news_content_category {
    margin-left: -5px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
.news_category_icon{
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #f29b8f;
    color: #f29b8f;
    padding: 2px 20px;
    border-radius: 5px;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-left: 5px;
    margin-bottom: 5px;
}
.news_content_head{
    display: flex;
    margin-top: 15px;
}
.news_content_head .text_wrap{
    display: flex;
    flex: 1;
}
.news_content_head .date{
    font-size: 1rem;
    line-height: 1.5;
    color: #898989;
    width: 160px;
    padding-left: 10px;
    position: relative;
}
.news_content_head .date:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.5em;
    background-color: #898989;
    position: absolute;
    right: 0px;
    top: 0px;
}
.news_content_head .title{
    flex: 1;
    padding-left: 30px;
    font-size: 1.13rem;
    line-height: 1.83;
    margin-top: -0.3em;
}
.news_content_head .thumb{
    padding-left: 30px;
    width: 190px;
}
.news_list .box{
    padding-bottom: 25px;
    margin-bottom: 45px;
    border-bottom: 1px solid #6e4b3d;
}
.news_list .box:last-of-type{
    margin-bottom: 0px;
    border-bottom: none;
}
a:hover .news_content_head .title{
    text-decoration: underline;
}
.detail_wrap .news_content_head .title{
    font-size: 1.63rem;
    line-height: 1.5;
    margin-top: -0.5em;
}
.detail_wrap .news_content_head{
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #6e4b3d;
}


@media (max-width: 768px) {
    .group_news{
        padding-bottom: 50px;
    }
    .news_title_wrap{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .news_title{
        font-size: 1.25rem;
    }
    .news_title:before{
        -webkit-mask-size: auto 100%;
        mask-size: auto 100%;
        width: 56px;
        height: 12px;
        margin-right: 10px;
    }
    .news_title:after{
        -webkit-mask-size: auto 100%;
        mask-size: auto 100%;
        width: 56px;
        height: 12px;
        margin-left: 10px;
    }
    .news_block{
        border-radius: 10px;
        padding: 30px 20px;
        width: 100%;
    }
    .news_block_bg01{
        border-width: 33px 33px 0 0;
    }
    .news_block_bg02{
        border-width: 0 33px 33px 0;
    }
    .news_block_bg03{
        border-width: 0 0 33px 33px;
    }
    .news_block_bg04{
        border-width: 33px 0 0 33px;
    }
    
    .news_list .box{
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .news_content_head .text_wrap{
        display: block;
    }
    .news_content_head .date{
        padding-left: 0px;
        display: flex;
        align-items: center;
        font-size: 0.88rem;
    }
    .news_content_head .date:after{
        position: static;
        margin-left: 10px;
        height: 1.2em;
        vertical-align: middle;
    }
    .news_content_head .title{
        padding-left: 0px;
        margin-top: 5px;
        font-size: 1em;
    }
    .news_content_head .thumb {
        padding-left: 15px;
        width: 95px;
    }
    .news_category_icon{
        padding: 2px 5px;
    }
    .detail_wrap .news_content_head {
        padding-bottom: 10px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .detail_wrap .news_content_head .title {
        font-size: 1.25rem;
        margin-top: 5px;
    }

}


/*** 各校TOP ***/
.school_wrap{
    padding-top: 70px;
}
.school_title_block{
    text-align: center;
    border-bottom: 3px solid #f0bab3;
}
.school_title{
    display: inline-flex;
    width: 522px;
    height: 78px;
    justify-content: center;
    align-items: center;
    border: 3px solid #f0bab3;
    border-bottom: none;
    background-color: #ed7978;
    border-radius: 20px 20px 0px 0px;
    font-size: 2.38rem;
    color: #FFFFFF;
}
#school_visual{
    position: relative;
    border-bottom: 3px solid #f0bab3;
}
#school_visual .slider_box img{
    width: 100%;
}
#school_visual .school_slider_content{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    z-index: 1;
    text-align: center;
}

@media (max-width: 768px) {
    .school_wrap{
        padding-top: 35px;
    }
    .school_title{
        display: flex;
        width: auto;
        height: 50px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1.5rem;
    }
}


/***　キャンペーン ***/
#school_campaign{
    padding-top: 30px;
    padding-bottom: 30px;
}
.campaign_titile{
    font-size: 1.88rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.campaign_slider .slider_box img{
    margin-left: auto;
    margin-right: auto;
}
.campaign_slider .slick-next:before{
    content: "";
    display: inline-block;
    background: url("../images/school/campaign_slider_right.svg") left top no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
}
.campaign_slider .slick-prev:before{
    content: "";
    display: inline-block;
    background: url("../images/school/campaign_slider_left.svg") left top no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
}

@media (max-width: 768px) {
    .campaign_titile{
        font-size: 1.33rem;
    }
}


/*** school_about ***/
#school_about{
    padding-top: 120px;
    padding-bottom: 120px;
}
#school_about .subtitle_block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    text-align: left;
}
#school_about .subtitle_block .title_text_wrap{
    padding-left: 40px;
}
#school_about .subtitle_block .title_icon {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    #school_about{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #school_about .subtitle_block{
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    #school_about .subtitle_block .title_text_wrap{
        padding-left: 0px;
    }
    #school_about .subtitle_block .title_icon {
        margin-bottom: 20px;
    }
    #school_about .subtitle_block .title_icon img {
        width: 75px;
    }
    #school_about .subtitle_block .catch {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    #school_about .subtitle_block .subtitle {
        font-size: 1.33rem;
    }

}



/*** school_blog ***/
#school_blog{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fffaec;
}
#school_blog .news_title{
    font-size: 2.25rem;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #school_blog{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    #school_blog .news_title{
        font-size: 1.33rem;
        margin-bottom: 25px;
    }
}



/*** school_outline ***/
#school_outline{
    padding-top: 70px;
    padding-bottom: 70px;
}

#school_outline .accordion{
    margin-bottom: 30px;
}
#school_outline .accordion dt{
    background-color: #fbe6ef;
    border: 1px solid #6e4b3d;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 1.69rem;
    color: #6e4b3d;
    box-shadow: 5px 7px 0px rgba(0,0,0,0.15);
    margin-bottom: 7px;
    cursor: pointer;
    position: relative;
}
#school_outline .accordion dt:after{
    content: "";
    display: inline-block;
    background: url("../images/school/icon_plus.svg") left top no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: background 0.3s ease;
}
#school_outline .accordion.open dt:after{
    background-image: url("../images/school/icon_minus.svg");
}
#school_outline .accordion dd{
    display: none;
}
#school_outline .accordion dd .inner{
    padding: 50px;
}

#school_outline .subtitle{
    font-size: 1.81rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
#school_outline .text{
    font-size: 1.13rem;
    line-height: 1.88rem;
}

.outline_block{
    display: flex;
    justify-content: space-between;
}
.outline_block:not(:last-of-type){
    margin-bottom: 60px;
}
.outline_block .thumb{
    width: 334px;
}
.outline_block .text_wrap{
    flex: 1;
    padding-left: 40px;
}

.course_block{
    margin-left: -80px;
    margin-bottom: -60px;
}
.course_block .box{
    padding-left: 80px;
    margin-bottom: 60px;
}
.course_block .box_head{
    display: flex;
    margin-bottom: 20px;
}
.course_block .grade{
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0px 15px;
    border: 1px solid #6c4a3c;
    border-radius: 5px;
    background-color: #FFFFFF;
    font-size: 1.63rem;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
}
.course_block .subtitle{
    line-height: 1 !important;
    margin-bottom: 0px !important;
}
.course_block .price{
    margin-bottom: 10px;
}

.outline_flow li{
    background-color: #feebbe;
    border-radius: 10px;
    padding: 30px 60px;
    margin-bottom: 70px;
    position: relative;
}
.outline_flow li:not(:last-of-type):after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 22px 0 22px;
    border-color: #6c4a3c transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate3d(-50%,0,0);
}

@media (max-width: 768px) {
    #school_outline{
        padding-top: 35px;
        padding-bottom: 35px;
    }

    #school_outline .accordion{
        margin-bottom: 30px;
    }
    #school_outline .accordion dt{
        border-radius: 10px;
        height: 50px;
        font-size: 1.18rem;
    }
    #school_outline .accordion dt:after{
        width: 20px;
        height: 20px;
        right: 10px;
    }
    #school_outline .accordion dd .inner{
        padding: 20px 0px;
    }

    #school_outline .subtitle{
        font-size: 1.13rem;
        margin-bottom: 10px;
    }
    #school_outline .text{
        font-size: 1rem;
        line-height: 1.88rem;
    }
    .outline_block{
        display: block;
    }
    .outline_block:not(:last-of-type){
        margin-bottom: 30px;
    }
    .outline_block .thumb{
        width: auto;
        margin-bottom: 20px;
    }
    .outline_block .text_wrap{
        padding-left: 0px;
    }
    .course_block .box_head{
        align-items: center;
    }
    .course_block .grade{
        height: 28px;
        font-size: 1.13rem;
    }
    .outline_flow li{
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    .outline_flow li:not(:last-of-type):after{
        border-width: 22px 16px 0 16px;
        bottom: -32px;
    }


}


/*** school_message ***/
#school_message{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
.message_title{
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate3d(-50%,-50%,0);
}
.message_block{
    display: flex;
    justify-content: space-between;
}
.message_content{
    position: relative;
    width: 55%;
}
.message_content:before{
    content: "";
    display: inline-block;
    background-color: #f29b8f;
    -webkit-mask-image: url("../images/school/message_photo_bg.svg");
    mask-image: url("../images/school/message_photo_bg.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: calc( 100% / 564 * 387 );
    mix-blend-mode: multiply;
    opacity: 0.4;
    position: absolute;
    left: 0px;
    top: 0px;
}
.message_content_inner{
    position: relative;
    z-index: 1;
}
.message_photo{
    text-align: center;
    margin-bottom: 25px;
}
.message_photo img{
	width: 300px;
}
.message_bubble{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: -20px;
    background: url("../images/school/message_bubble.svg") left top no-repeat;
    background-size: contain;
    width: 201px;
    height: 156px;
    font-size: 1.33rem;
    font-weight: bold;
    color: #ed7978;
    line-height: 1.4;
    text-align: center;
    padding: 0px 0px 0px 10px;
}
.message_name{
    font-size: 2rem;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 5px;
    background: url("../images/school/message_name_bg.svg") left bottom no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px;
}
.message_comment{
    font-size: 1.06rem;
    line-height: 1.82;
    color: #FFFFFF;
}
.message_blog{
    width: 40%;
}
.message_blog_inner{
    background-color: #feebbe;
    padding: 75px 20px 20px 20px;
    border-radius: 10px;
    position: relative;
}
.message_blog_inner:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 20px;
    height: 0px;
    padding: calc(100% / 359 * 26);
    background-color: #ed7978;
    -webkit-mask-image: url("../images/school/message_blog_bg.svg");
    mask-image: url("../images/school/message_blog_bg.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.message_blog_block{
    background-image: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 97%, #e3d3ab 97%, #e3d3ab 100% );
    background-size: 100% 2.5rem;
    background-position: left 1px;
}

.message_blog_title{
    font-size: 1.81rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}
.message_blog_title:before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 1em;
    transform: rotate(-30deg);
    transform-origin: center bottom;
    background-color: #6c4a3c;
    margin-right: 20px;
}
.message_blog_title:after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 1em;
    transform: rotate(30deg);
    transform-origin: center bottom;
    background-color: #6c4a3c;
    margin-left: 20px;
}
.message_blog_box{
    margin: 0px 30px 20px 30px;
    background-color: #FFFFFF;
    padding: 30px 45px;
    border-radius: 20px;
    box-shadow: 9px 9px 0px rgba(0,0,0,0.15);
}
.message_blog_box .thumb{
    margin-bottom: 10px;
}
.message_blog_box .title{
    font-size: 1.13rem;
    margin-bottom: 10px;
}
.message_blog_block .sns_list{
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.message_blog_block .sns_list li{
    padding-left: 5px;
    padding-right: 5px;
}
.message_blog_block .sns_list li a{
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.38;
}
.message_blog_block .sns_label{
    text-align: right;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .message_title svg{
        width: 260px;
    }
    .message_block{
        display: block;
    }
    .message_content{
        width: auto;
        margin-bottom: 20px;
    }
    .message_blog{
        width: auto;
    }
    .message_photo img{
        width: 200px;
    }
    .message_bubble{
        width: 128px;
        height: 100px;
        font-size: 0.88rem;
    }
    .message_blog_title {
        font-size: 1.5rem;
    }
    .message_name{
        font-size: 1.75rem;
    }
    .message_comment{
        font-size: 1rem;
    }
    .message_blog_block {
        background-size: 100% 2rem;
    }
    .message_blog_inner {
        padding: 75px 15px 20px 15px;
    }
    .message_blog_box {
        margin: 0px 10px 20px 10px;
        padding: 20px 20px;
        border-radius: 10px;
    }
    .message_blog_block .sns_list img{
        width: 30px;
    }
}


/*** school_access ***/
#school_access{
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #fffaec;
}
#school_access .news_title{
    font-size: 2.25rem;
    margin-bottom: 50px;
}
#school_access .gmap{
    margin-bottom: 30px;
}
#school_access .gmap{
    border: 1px solid #6c4a3c;
}
#school_access .address,
#school_access .tel{
    font-size: 1.56rem;
    text-align: center;
}

@media (max-width: 768px) {
    #school_access{
        padding-top: 35px;
        padding-bottom: 50px;
    }
    #school_access .news_title{
        font-size: 1.33rem;
        margin-bottom: 25px;
    }
    #school_access .gmap{
        margin-bottom: 20px;
    }
    #school_access .address,
    #school_access .tel{
        font-size: 1.18rem;
    }
}



.access_btn_list{
    margin-top: 40px;
    margin-left: -40px;
}
.access_btn_list li{
    padding-left: 40px;
}
.btn_contact{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 1.69rem;
    border-radius: 40px;
    border: 1px solid #6c4a3c;
    background-color: #ebf4df;
    color: #6c4a3c;
    box-shadow: 5px 7px 0px rgba(0,0,0,0.15);
    position: relative;
    margin: 0px 5px 7px 0px;
    transition: background 0.3s ease, color 0.3s ease;
}
.btn_contact.btn_bg_blue{
    background-color: #dff2fc;
}
.btn_contact.btn_bg_gray{
    background-color: #dfdfdf;
}
.btn_contact:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #6c4a3c;
    border-right: 2px solid #6c4a3c;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(45deg) translate3d(0,-50%,0);
    transition: background 0.3s ease;
}
.btn_contact:hover{
    background-color: #6c4a3c;
    color: #FFFFFF;
}
.btn_contact:hover:after{
    border-color: #FFFFFF;
}


.btn_more{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    border: 1px solid #ed7978;
    border-radius: 25px;
    background-color: #FFFFFF;
    font-size: 1.25rem;
    color: #ed7978;
    box-shadow: 3px 3px 0px rgba(0,0,0,0.3);
    position: relative;
    margin: 0px 3px 3px 0px;
    transition: background 0.3s ease,
        color 0.3s ease;
}
.btn_more.large{
    width: 100%;
    height: 80px;
    font-size: 1.69rem;
    border-radius: 40px;
}

.btn_more:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ed7978;
    border-right: 2px solid #ed7978;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translate3d(0,-50%,0);
    transition: background 0.3s ease;
}
.btn_more.large:after{
    width: 14px;
    height: 14px;
    right: 50px;
}
.btn_more:hover{
    background-color: #ed7978;
    color: #FFFFFF !important;
}
.btn_more:hover:after{
    border-color: #FFFFFF !important;
}

@media (max-width: 768px) {
    .btn_contact{
        height: 50px;
        font-size: 1.33rem;
        border-radius: 10px !important;
    }
    .btn_contact:after{
        width: 12px !important;
        height: 12px !important;
    }
    .access_btn_list li:not(:last-of-type){
        margin-bottom: 20px;
    }
    .btn_more{
        width: 100%;
        height: 40px;
    }
    .btn_more.large{
        width: 100%;
        height: 50px;
        font-size: 1.33rem;
        border-radius: 10px;
        color: #FFFFFF;
    }
    .btn_more.large:after{
        width: 12px;
        height: 12px;
        right: 20px;
        border-color: #FFFFFF;
    }
    
}



#side_follow{
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 100;
}
.side_follow_inner{
    background-color: #fff9b1;
    padding: 20px 15px;
    border-top: 2px solid #6a493b;
    border-bottom: 2px solid #6a493b;
    border-left: 2px solid #6a493b;
    border-radius: 20px 0px 0px 20px;
}
.side_follow_title{
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}
.side_follow_list li{
    margin-bottom: 15px;
    text-align: center;
}
.side_follow_list li:last-child{
    margin-bottom: 0px;
}
.btn_follow{
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    width: 120px;
    height: 48px;
    background-color: #47a638;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    padding-left: 10px;
}
.btn_follow:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg) translate3d(0,-50%,0);
    transition: background 0.3s ease;
}
.btn_follow.btn_bg_blue{
    font-size: 1rem;
    background-color: #3da8d8;
}

@media (max-width: 768px) {
    #side_follow{
        left: 20px;
        right: 20px;
        top: auto;
        bottom: 0px;
    }
    .side_follow_inner{
        padding: 10px 10px;
        border-radius: 10px 10px 0px 0px;
        border: 2px solid #6a493b;
        border-bottom: none;
        display: flex;
        align-items: center;
    }
    .side_follow_title{
        width: 33%;
        font-size: 0.88rem;
        margin-bottom: 0px;
    }
    .side_follow_list{
        width: 66%;
        display: flex;
    }
    .side_follow_list li{
        width: 50%;
    }
    .side_follow_list li{
        margin-bottom: 0px;
        margin-left: 5px;
    }
    .btn_follow{
        width: 100%;
        height: 32px;
        border-radius: 5px;
        font-size: 1.12rem;
        padding-left: 8px;
    }
    .btn_follow:after{
        width: 8px;
        height: 8px;
        right: 8px;
    }
    .btn_follow.btn_bg_blue{
        font-size: 0.83rem;
    }

}



/*** 京大生オンライン塾 ***/
.kyodai_wrap{
    color: #231815;
}
#kyodai_visual{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#kyodai_visual:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 688px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -4;
    background: url("../images/kyodai/bg01.png") center bottom repeat-x;
    background-size: auto 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #kyodai_visual:after{
        background-image: url("../images/kyodai/bg01@2x.png");
    }
}
#kyodai_visual .bg01{
    display: inline-block;
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -2;
    background: #004089;
    transform: skewY(6deg);
    transform-origin: top right;
}
#kyodai_visual .bg02{
    display: inline-block;
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -3;
    background: #c7d5e5;
    transform: skewY(-8deg);
    transform-origin: top left;
}

#kyodai_visual .bg03{
    content: "";
    display: inline-block;
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: url("../images/kyodai/bg.png") center top repeat-x;
    background-size: 486px auto;
    opacity: 0.2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #kyodai_visual .bg03{
        background-image: url("../images/kyodai/bg@2x.png");
    }
}

#kyodai_visual .bg03:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 400px;
    background-color: #FFFFFF;
    transform: skewY(6deg);
    transform-origin: top right;
}


.kyodai_title{
    text-align: center;
    margin-bottom: 90px;
}
#kyodai_visual .visual_image{
    text-align: center;
    margin-bottom: 40px;
}
.visual_text{
    font-size: 1.38rem;
    line-height: 1.8;
    color: #231815;
    text-align: center;
}

@media (max-width: 768px) {
    #kyodai_visual{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #kyodai_visual:after{
        height: 344px;
    }
    #kyodai_visual .bg01{
        height: 180px;
    }
    #kyodai_visual .bg02{
        height: 180px;
    }

    #kyodai_visual .bg03{
        height: 180px;
        background-size: 243px auto;
    }
    #kyodai_visual .bg03:before{
        height: 180px;
        top: 180px;
    }
    .kyodai_title{
        text-align: center;
        margin-bottom: 90px;
    }
    .kyodai_title img{
        width: 75%;
    }
    #kyodai_visual .visual_image{
        text-align: center;
        margin-bottom: 40px;
    }
    .visual_text{
        font-size: 1rem;
    }
}


/*** kyodai_campaign ***/
#kyodai_campaign{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #bdcde0;
}


/*** kyodai_outline ***/
#kyodai_outline{
    padding-top: 170px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#kyodai_outline .container{
    position: relative;
    z-index: 1;
}
#kyodai_outline:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -2;
    background: rgb(76,122,173);
    background: -moz-linear-gradient(top,  rgba(76,122,173,1) 0%, rgba(0,64,137,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(76,122,173,1) 0%,rgba(0,64,137,1) 100%);
    background: linear-gradient(to bottom,  rgba(76,122,173,1) 0%,rgba(0,64,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7aad', endColorstr='#004089',GradientType=0 );
}
#kyodai_outline:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 688px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    background: url("../images/kyodai/bg01.png") center bottom repeat-x;
    opacity: 0.2;
    background-size: auto 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #kyodai_outline:after{
        background-image: url("../images/kyodai/bg01@2x.png");
    }
}
#kyodai_outline .bg01{
    display: inline-block;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    background: #80a0c4;
    transform: skewY(-7deg);
    transform-origin: top left;
}
.kyodai_outline_subtitile{
    margin-bottom: 90px;
    text-align: center;
}
.kyodai_outline_block{
    background-color: #FFFFFF;
    position: relative;
    margin-left: 25px;
    margin-bottom: 90px;
    padding: 10px 0px;
}
.kyodai_outline_block:before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 100%;
    background: rgb(252,185,17);
    background: -moz-linear-gradient(left,  rgba(252,185,17,1) 50%, rgba(248,154,27,1) 99%);
    background: -webkit-linear-gradient(left,  rgba(252,185,17,1) 50%,rgba(248,154,27,1) 99%);
    background: linear-gradient(to right,  rgba(252,185,17,1) 50%,rgba(248,154,27,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb911', endColorstr='#f89a1b',GradientType=1 );
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    left: -25px;
    top: 0px;
}
.kyodai_outline_block:last-of-type{
    margin-bottom: 0px;
}
.kyodai_outline_block .block_title{
    margin-top: -25px;
    text-align: center;
    margin-bottom: 40px;
}
.kyodai_outline_list{
    padding-left: 40px;
}
.kyodai_outline_list li{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.kyodai_outline_list li .num{
    font-size: 2.25rem;
    line-height: 1;
    color: #231815;
}
.kyodai_outline_list li .num:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 43px;
    background-color: #231815;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
}
.kyodai_outline_list li .text{
    flex: 1;
    font-size: 1.33rem;
    line-height: 1.36;
    color: #231815;
}

@media (max-width: 768px) {
    #kyodai_outline{
        padding-top: 85px;
        padding-bottom: 50px;
    }
    #kyodai_outline:after{
        height: 344px;
    }
    #kyodai_outline .bg01{
        height: 50px;
    }
    .kyodai_outline_subtitile{
        margin-bottom: 45px;
    }
    .kyodai_outline_block{
        background-color: transparent;
        margin-left: 0px;
        margin-bottom: 40px;
        padding: 0px;
    }
    .kyodai_outline_block:before{
        display: none;
    }
    .kyodai_outline_block .block_title{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .kyodai_outline_list{
        padding-left: 0px;
    }
    .kyodai_outline_list li{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        background-color: #FFFFFF;
        position: relative;
        margin-left: 15px;
        padding: 10px 0px 10px 10px;
    }
    .kyodai_outline_list li:before{
        content: "";
        display: inline-block;
        width: 15px;
        height: 100%;
        background: rgb(252,185,17);
        background: -moz-linear-gradient(left,  rgba(252,185,17,1) 50%, rgba(248,154,27,1) 99%);
        background: -webkit-linear-gradient(left,  rgba(252,185,17,1) 50%,rgba(248,154,27,1) 99%);
        background: linear-gradient(to right,  rgba(252,185,17,1) 50%,rgba(248,154,27,1) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb911', endColorstr='#f89a1b',GradientType=1 );
        border-radius: 10px 0px 0px 10px;
        position: absolute;
        left: -15px;
        top: 0px;
    }
    .kyodai_outline_list li .num{
        font-size: 1.33rem;
    }
    .kyodai_outline_list li .num:after{
        width: 1px;
        height: 43px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .kyodai_outline_list li .text{
        font-size: 1rem;
    }
}


/* kyodai_about */
#kyodai_about{
    padding-top: 80px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1;
}
#kyodai_about:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 688px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    background: url("../images/kyodai/bg01.png") center bottom repeat-x;
    background-size: contain;
    opacity: 0.5;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #kyodai_about:after{
        background-image: url("../images/kyodai/bg01@2x.png");
    }
}

.kyodai_about_head{
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 50px;
}
.kyodai_about_head .kyodai_about_subtitile{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.kyodai_about_visual img{
    box-shadow: 20px 20px 0px #abc0d8;
    border: 7px solid #abc0d8;
}
.kyodai_about_content p{
    font-size: 1.13rem;
    color: #231815;
    line-height: 1.89;
    margin-bottom: 2em;
}

@media (max-width: 768px) {
    #kyodai_about{
        padding-top: 40px;
        padding-bottom: 80px;
    }
    #kyodai_about:after{
        height: 344px;
    }
    .kyodai_about_head{
        padding-bottom: 0px;
        margin-bottom: 25px;
    }
    .kyodai_about_head .kyodai_about_subtitile{
        position: static;
        margin-bottom: 20px;
    }
    .kyodai_about_visual{
        padding: 0px 10px 10px 0px;
    }
    .kyodai_about_visual img{
        box-shadow: 10px 10px 0px #abc0d8;
        border: 4px solid #abc0d8;
    }
    .kyodai_about_content p{
        font-size: 1rem;
    }
}


/* kyodai_guide */
#kyodai_guide{
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#kyodai_guide:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -2;
    background: rgb(76,122,173);
    background: -moz-linear-gradient(top,  rgba(76,122,173,1) 0%, rgba(0,64,137,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(76,122,173,1) 0%,rgba(0,64,137,1) 100%);
    background: linear-gradient(to bottom,  rgba(76,122,173,1) 0%,rgba(0,64,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7aad', endColorstr='#004089',GradientType=0 );
}
#kyodai_guide:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 688px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
    background: url("../images/kyodai/bg01.png") center bottom repeat-x;
    background-size: contain;
    opacity: 0.2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #kyodai_guide:after{
        background-image: url("../images/kyodai/bg01@2x.png");
    }
}

#kyodai_guide .bg01{
    display: inline-block;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0px;
    top: -160px;
    z-index: -3;
    background: #4c7aad;
    transform: skewY(6deg);
    transform-origin: top left;
}

#kyodai_guide .bg02{
    display: inline-block;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    top: -120px;
    z-index: -4;
    background: #c7d5e5;
    transform: skewY(-8deg);
    transform-origin: top right;
}
.kyodai_guide_subtitile{
    text-align: center;
    margin-bottom: 65px;
}
.kyodai_guide_list{
    margin-left: -30px;
}
.kyodai_guide_list > li{
    padding-left: 30px;
    margin-bottom: 30px;
}
.kyodai_guide_list > li .box_inner{
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 100%;
    padding: 30px;
}
.kyodai_guide_list > li .title{
    font-size: 1.69rem;
    font-weight: bold;
    color: #004089;
    margin-bottom: 20px;
    text-align: center;
}
.kyodai_guide_list > li .label{
    font-size: 1.31rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.kyodai_guide_list > li .price{
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
    color: #004089;
    margin-bottom: 20px;
}

.price_table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 10px;
}

.price_table th, .price_table td {
    border: solid 1px #ddd;
    line-height: 1.5;
    text-align: center;
    padding: 15px 10px;
    font-size: clamp(1rem, 1.125vw, 1.125rem);
}

.price_table th{
    background: #FFFBC7;
}

.price_table .head_th{
    color: #fff;
    background: #A33B3B;
}

.caution_text{
    font-size: 14px;
    line-height: 1.4;
}

.kyodai_guide_list .target{
    display: flex;
    flex-wrap: wrap
}
.kyodai_guide_list .target li{
    font-size: 1.38rem;
    margin-bottom: 10px;
    margin-right: 15px;
}
.kyodai_guide_list .target_block .box:first-child{
    width: 60%;
    padding-right: 15px;
    border-right: 1px solid #000000;
}
.kyodai_guide_list .target_block .box:nth-of-type(2){
    width: 40%;
    padding-left: 30px;
}
.kyodai_guide_list .flow{
    display: flex;
    margin-left: -25px;
}
.kyodai_guide_list .flow li{
    padding-left: 25px;
}
.kyodai_guide_list .flow li .inner{
    background-color: #fffbc7;
    border: 1px solid #3366a1;
    border-radius: 13px;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.25rem;
    text-align: center;
    position: relative;
}
.flow li:not(:last-of-type) .inner:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 13px;
    border-color: transparent transparent transparent #3366a1;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}
.kyodai_guide_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.necessary_list li{
    font-size: 1.38rem;
    color: #FFFFFF;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #kyodai_guide{
        padding-bottom: 25px;
    }
    #kyodai_guide:after{
        height: 344px;
    }
    #kyodai_guide .bg01{
        height: 80px;
        top: -80px;
    }

    #kyodai_guide .bg02{
        height: 60px;
        top: -60px;
    }
    .kyodai_guide_subtitile{
        margin-bottom: 30px;
    }
    .kyodai_guide_list > li{
        margin-bottom: 20px;
    }
    .kyodai_guide_list > li .box_inner{
        border-radius: 5px;
        padding: 20px;
    }
    .kyodai_guide_list > li .title{
        font-size: 1.33rem;
        margin-bottom: 20px;
    }
    .kyodai_guide_list > li .title:before{
        width: 40px;
        height: 26px;
    }
    .kyodai_guide_list > li .label{
        font-size: 1.13rem;
        margin-bottom: 10px;
    }
    .kyodai_guide_list > li .price{
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    .kyodai_guide_list .target{
        display: flex;
        flex-wrap: wrap
    }
    .kyodai_guide_list .target li{
        font-size: 1rem;
        margin-bottom: 5px;
        margin-right: 10px;
    }
    .kyodai_guide_list .target_block .box:first-child{
        width: 60%;
        padding-right: 10px;
        border-right: 1px solid #000000;
    }
    .kyodai_guide_list .target_block .box:nth-of-type(2){
        width: 40%;
        padding-left: 15px;
    }
    .kyodai_guide_list .flow{
    }
    .kyodai_guide_list .flow li{
        margin-bottom: 20px;
    }
    .kyodai_guide_list .flow li .inner{
        border-radius: 7px;
        padding: 10px 0px;
        font-size: 1rem;
    }
    .flow li:not(:last-of-type) .inner:after{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 9px 0 9px;
        border-color: #3366a1 transparent transparent transparent;
        left: 50%;
        right: auto;
        top: auto;
        bottom: -16px;
        transform: translate3d(-50%,0,0);
    }
    .kyodai_guide_bottom{
        display: block;
        position: relative;
        margin-top: 20px;
    }
    .necessary_subtitle{
        width: 200px;
        margin-bottom: 15px;
    }
    .necessary_list{
        padding-right: 90px;
    }
    .necessary_list li{
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .necessary_thumb{
        width: 90px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

.disc_blue{
    
}
.disc_blue li{
    padding-left: 1.5em;
    position: relative;
}
.disc_blue li:before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: #668db8;
    position: absolute;
    left: 0px;
    top: 0.3em;
    z-index: 1;
}



/*** kyodai_access ***/
#kyodai_access{
    padding-top: 80px;
    padding-bottom: 80px;
}
#kyodai_access .access_btn_list{
    margin-top: 0px;
}
#kyodai_access .btn_contact{
    border-radius: 20px;
    background-color: #bedda4;
    color: #004089;
    border-color: #004089;
}
#kyodai_access .btn_contact:after{
    border-color: #004089;
}
#kyodai_access .btn_contact.btn_bg_blue{
    background-color: #aedbf1;
}

#kyodai_access .btn_contact:hover{
    background-color: #004089;
    color: #FFFFFF;
}
#kyodai_access .btn_contact:hover:after{
    border-color: #FFFFFF;
}

@media (max-width: 768px) {
    #kyodai_access{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}





/*** itech ***/
.f_rounde{
    font-family: "M PLUS Rounded 1c";
}

.itech_subtitle{
    text-align: center;
    margin-bottom: 50px;
}
.itech_wrap .container{
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .itech_subtitle{
        margin-bottom: 25px;
    }
}


/*** itech_head ***/
.itech_head{
    background-color: #ffc900;
    padding-top: 50px;
    padding-bottom: 100px;
    color: #231815;
    position: relative;
}
.itech_head:before{
    content: "";
    display: inline-block;
    background: url("../images/itech/bg01.png") left top no-repeat;
    background-size: contain;
    width: 330px;
    height: 3250px;
    position: absolute;
    left: 0px;
    top: 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .itech_head:before{
        background-image: url("../images/itech/bg01@2x.png");
    }
}

.itech_head:after{
    content: "";
    display: inline-block;
    background: url("../images/itech/bg02.png") right top no-repeat;
    background-size: contain;
    width: 380px;
    height: 3250px;
    position: absolute;
    right: 0px;
    top: 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .itech_head:after{
        background-image: url("../images/itech/bg02@2x.png");
    }
}

.itech_head .logo_title{
    text-align: center;
}
#itech_visual{
    position: relative;
    margin-top: -50px;
}
#itech_visual .visual_bg img{
    width: 100%;
}
#itech_visual .school_slider{
    width: 70%;
    position: absolute;
    left: 15%;
    top: 17%;
}
.itech_head .visual_text{
    margin-top: -50px;
}
.itech_about_list{
    margin-top: 60px;
    justify-content: space-between;
}
.itech_about_list .box{
    width: 320px;
    max-width: 100%;
}
.itech_about_list .icon{
    text-align: center;
    margin-bottom: 25px;
}
.itech_about_list .title{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
.itech_about_list .text{
    font-size: 1.13rem;
}


@media (max-width: 768px) {
    .itech_head{
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .itech_head:before,
    .itech_head:after{
        height: 1355px;
    }
    .itech_head .logo_title{
        margin-bottom: 25px;
    }
    .itech_head .logo_title img{
        width: 205px;
    }
    #itech_visual{
        margin-top: 0px;
    }
    #itech_visual .school_slider {
        width: 90%;
        left: 5%;
        top: 20%;
    }
    #itech_visual .school_slider .slider_box img{
        width: 100%;
    }
    .itech_head .visual_text{
        margin-top: 10px;
    }
    .itech_about_list .box{
        width: 100%;
        margin-bottom: 30px;
    }
    .itech_about_list .icon{
        margin-bottom: 15px;
    }
    .itech_about_list .icon img{
        width: 140px;
    }
}



/*** campaign ***/
.itech_wrap #school_campaign {
    background-color: #55afd6;
}
.itech_wrap #school_campaign .itech_subtitle{
    margin-top: -75px;
}


/*** blog ***/
.itech_wrap #school_blog{
    background-color: #FFFFFF;
}
.itech_wrap .blog_list .category_icon{
    background-color: #f9d678;
}
.itech_wrap .btn_more{
    background-color: #f9d678;
    border-color: #efa700;
    color: #6c4a3c;
}
.itech_wrap .btn_more:after{
    border-color: #6c4a3c;
}
.itech_wrap .btn_more.large{
    background-color: #ffc900;
    color: #FFFFFF;
}
.itech_wrap .btn_more.large:after{
    border-color: #FFFFFF;
}
.itech_wrap .btn_more:hover{
    background-color: #6c4a3c;
    border-color: #6c4a3c;
}

/*** itech_course ****/
.itech_course{
    color: #231815;
}
.itech_course .accordion{
    margin-top: 50px;
}
.itech_course .accordion dt{
    background-color: #ea7ba2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    font-size: 2.5rem;
    color: #FFFFFF;
    margin-bottom: 7px;
    cursor: pointer;
    position: relative;
}
.itech_course .accordion dt:after{
    content: "";
    display: inline-block;
    background: url("../images/itech/course_icon.svg") left top no-repeat;
    background-size: contain;
    width: 43px;
    height: 43px;
    margin-left: 10px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.itech_course .accordion.open dt:after{
    transform: rotate(0deg);
}
.itech_course .accordion dd{
    display: none;
}
.itech_course .accordion dd .inner{
    padding: 40px 0px 0px;
}

.itech_course_description{
    font-size: 1.3rem;
    line-height: 1.63;
    text-align: center;
}


/*** itech_course ***/
.itech_course_wrap{
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
    padding: 100px 70px;
    position: relative;
    margin-top: 4px;
}
.itech_course_wrap:before{
    content: "";
    display: inline-block;
    background: url("../images/itech/course_bg_yellow.svg") center top no-repeat;
    background-size: contain;
    position: absolute;
    left: 2.88%;
    right: 2.88%;
    top: -4px;
    height: 48px;
}
.itech_course_block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.itech_course_block > *{
    width: 48.66%;
}
.itech_course_block .title{
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 4px solid #ea7ba2;
    margin-bottom: 10px;
}
.itech_course_block .text{
    font-size: 1.25rem;
}
.itech_course_block .image{
    text-align: center;
}
.itech_course_block:nth-child(even) .thumb_wrap{
    order: 2;
}
.itech_course_block .intro{
    font-size: 1.88rem;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 10px;
}




.price_block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -50px;
}
.price_block > * {
    width: 50%;
    padding-left: 50px;
}
.price_block .price_thumb{
    text-align: center;
    align-self: center;
}
.itech_course_price .price_title{
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc900;
    border-radius: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}
.itech_course_price .price_catch{
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}
.itech_course_price .price_catch:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.1em;
    background-color: #231815;
    transform: rotate(-40deg);
    transform-origin: right bottom;
    margin-right: 15px;
}
.itech_course_price .price_catch:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.1em;
    background-color: #231815;
    transform: rotate(40deg);
    transform-origin: left bottom;
    margin-left: 15px;
}
.itech_course_price .price_plan{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}
.itech_course_price .price_plan2{
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}
.itech_course_price .plan_list{
    margin-bottom: 25px;
}
.itech_course_price .plan_list li{
    font-size: 1.31rem;
}
.itech_course_price .price_month{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc900;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.itech_course_price .price_label{
    font-size: 1.25rem;
}
.itech_course_price .price_num{
    font-size: 3.81rem;
    font-weight: bold;
    line-height: 1;
    color: #00879f;
}
.inline_block{
    display: inline-block;
}


/*** itech_children ***/
#itech_children{
    background: url("../images/itech/bg03.png") center top repeat #ffc900;
    background-size: 510px 400px;
    padding-top: 60px;
    padding-bottom: 100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #itech_children{
        background-image: url("../images/itech/bg03@2x.png");
    }
}

.basic .itech_course_block:nth-child(1) .thumb_wrap img{
    margin-left: -80px;
    max-width: 115%;
}

.basic .itech_course_block:nth-child(2) .image{
    margin-left: -140px;
    max-width: 130%;
}

.application .itech_course_block:nth-child(2) .thumb_wrap img{
    max-width: 115%;
}

.business .itech_course_block:nth-child(1){
    align-items: center;
}

.business .itech_course_price .price_box{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.business .itech_course_price .price_month{
    width: 202px;
    margin-right: 30px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    #itech_children{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .itech_course_description{
        font-size: 1rem;
        text-align: left;
    }
    .itech_course .accordion dt{
        height: 34px;
        font-size: 1.66rem;
    }
    .itech_course .accordion dt:after {
        width: 22px;
        height: 22px;
    }
    .itech_course .accordion {
        margin-top: 25px;
    }
    .itech_course .accordion dd .inner {
        padding: 20px 0px 0px;
    }
    .itech_course_wrap:before{
        background-size: 200%;
    }
    .itech_course_wrap{
        padding: 50px 20px;
    }
    .itech_course_block {
        display: block;
        margin-bottom: 30px;
    }
    .itech_course_block > *{
        width: auto;
    }
    .itech_course_block .thumb_wrap{
        margin-bottom: 10px;
    }
    .itech_course_block .thumb_wrap img {
        margin-left: 0px !important;
        max-width: 100% !important;
    }
    .itech_course_block .title {
        font-size: 1.5rem;
    }
    .itech_course_block .text {
        font-size: 1rem;
    }
    .itech_course_block .image {
        margin-left: 0px !important;
        max-width: 100% !important;
    }
    .price_block {
        display: block;
    }
    .price_block > * {
        width: auto;
    }
    .itech_course_price .price_title{
        margin-bottom: 20px;
        height: 34px;
        font-size: 1.66rem;
        border-radius: 7px;
}
    .itech_course_price .price_catch{
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .itech_course_price .price_catch:before{
        margin-right: 10px;
    }
    .itech_course_price .price_catch:after{
        margin-left: 10px;
    }
    .itech_course_price .price_plan{
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .itech_course_price .price_plan2{
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .itech_course_price .plan_list{
        margin-bottom: 15px;
    }
    .itech_course_price .plan_list li{
        font-size: 1rem;
    }
    .itech_course_price .price_month{
        width: auto;
        height: 30px;
        border-radius: 7px;
        font-size: 1.25rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .itech_course_price .price_label{
        font-size: 1rem;
    }
    .itech_course_price .price_num{
        font-size: 2.81rem;
    }
    .itech_course_block .intro {
        font-size: 1.5rem;
    }
    .business .itech_course_price .price_box{
        display: block;
    }
    .business .itech_course_price .price_month {
        width: 140px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}


/*** itech_society ***/
#itech_society{
    background: url("../images/itech/bg06.png") center top repeat #ffc900;
    background-size: 95px 130px;
    padding-bottom: 100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #itech_society{
        background-image: url("../images/itech/bg06@2x.png");
    }
}

#itech_society.itech_course .accordion dt{
    background-color: #f2bb00;
    color: #231815;
}
#itech_society.itech_course .accordion dt:after{
    background-image: url("../images/itech/course_icon_black.svg");
}
#itech_society .itech_course_wrap:before{
    background-image: url("../images/itech/course_bg_blue.svg");
}

.itech_society_subtitle{
    background-color: #045688;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 75px;
}
.itech_society_subtitle:before{
    content: "";
    display: inline-block;
    background: url("../images/itech/itech_society_subtitle_icon.png") left top no-repeat;
    background-size: contain;
    width: 174px;
    height: 203px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .itech_society_subtitle:before{
        background-image: url("../images/itech/itech_society_subtitle_icon@2x.png");
    }
}
.itech_society_subtitle:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 43px 0 43px;
    border-color: #045588 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate3d(-50%,100%,0);
}


#itech_society .itech_course_description{
    color: #FFFFFF;
}
.itech_course_box:not(:last-of-type){
    padding-bottom: 40px;
    margin-bottom: 80px;
    border-bottom : 4px dotted #231815; 
}
.itech_course_box:nth-child(even) .itech_course_block .thumb_wrap{
    order: 2;
}
.itech_course_wrap .price_block.is_border{
    margin-right: -50px;
}
.itech_course_wrap .price_block.is_border .price_box{
    padding-right: 50px;
    border-right: 4px dotted #231815;
}
.itech_course_wrap .price_block.is_border .price_box:last-child{
    border-right: none;
}

#itech_society .itech_course_price .price_title,
#itech_society .itech_course_price .price_month{
    color: #FFFFFF;
    background-color: #55afd6;
}

@media (max-width: 768px) {
    #itech_society{
        padding-bottom: 50px;
    }
    .itech_society_subtitle {
        padding: 25px 20px;
        margin-bottom: 40px;
    }
    .itech_society_subtitle:before {
        width: 90px;
        height: 105px;
    }
    .itech_society_subtitle:after {
        border-width: 25px 23px 0 23px;
    }
    .itech_course_box:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .itech_course_wrap .price_block .price_box:not(:last-of-type){
        padding-bottom: 30px;
    }
    .itech_course_wrap .price_block.is_border .price_box{
        border: none;
    }
}


/*** message ***/
.itech_wrap #school_message{
    background-color: #ffc900;
    position: relative;
}
.itech_wrap #school_message:before{
    content: "";
    display: inline-block;
    background: url("../images/itech/bg04.png") left top no-repeat;
    background-size: contain;
    width: 221px;
    height: 1710px;
    position: absolute;
    left: 0px;
    top: -220px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .itech_wrap #school_message:before{
        background-image: url("../images/itech/bg04@2x.png");
    }
}
.itech_wrap #school_message:after{
    content: "";
    display: inline-block;
    background: url("../images/itech/bg05.png") right top no-repeat;
    background-size: contain;
    width: 141px;
    height: 1710px;
    position: absolute;
    right: 0px;
    top: -220px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .itech_wrap #school_message:after{
        background-image: url("../images/itech/bg05@2x.png");
    }
}

.itech_wrap .message_block {
    flex-wrap: wrap;
}
.itech_wrap .message_content {
    position: relative;
    width: 61%;
}
.itech_wrap .message_blog {
    width: 32%;
}
.itech_wrap .message_content:before{
    display: none;
}
.itech_wrap .message_comment{
    color: #231815;
}
.iteck_message_blog_title{
    font-size: 2rem;
    line-height: 1;
    color: #55afd6;
    text-align: center;
    margin-bottom: 20px;
}
.iteck_message_blog_block{
    background-color: #55afd6;
    border-radius: 15px;
    padding: 25px 25px 10px 25px;
    margin-bottom: 20px;
}
.iteck_message_blog_block:after{
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}
.message_blog_box {
    margin: 0px 0px 10px;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: none;
}
.itech_btn_more{
    display: inline-flex;
    background-color: #000000;
    width: 100%;
    height: 36px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    position: relative;
    transition: opacity 0.3s ease;
    font-size: 1.38rem;
}
.itech_btn_more:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translate3d(0,-50%,0);
    transition: background 0.3s ease;
}
.itech_btn_more:hover{
    opacity: 0.8;
}
.iteck_sns_list li{
    margin-top: 40px;
}
.iteck_sns_list li a{
    display: flex;
}
.iteck_sns_list li img{
    width: 106px;
}
.iteck_sns_label{
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding-left: 25px;
    background: url("../images/itech/sns_bg.svg") left center no-repeat;
    font-size: 1.13rem;
    color: #000000;
}

.iteck_case{
    width: 100%;
    margin-top: 40px;
    color: #231815;
}
.iteck_case_title{
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
}
.iteck_case_list{
    padding-left: 10px;
    padding-right: 10px;
}
.iteck_case_list li{
    font-size: 0.88rem;
}
.iteck_case_list li a:hover{
    text-decoration: underline;
}

@media (max-width: 768px) {
    .itech_wrap #school_message {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .itech_wrap .message_block{
        display: flex;
        flex-direction: column;
    }
    .itech_wrap .message_content {
        width: auto;
    }
    .itech_wrap .message_blog {
        width: auto;
        order: 3;
    }
    .itech_wrap .message_photo img {
        width: 100%;
    }
    .iteck_sns_list{
        display: flex;
    }
    .iteck_sns_list li{
        flex: 1;
    }
    .iteck_sns_list li a {
        display: block;
        text-align: center;
    }
    .iteck_sns_list li a img{
        width: 60px;
    }
    .iteck_sns_label {
        display: block;
        margin-left: 0px;
        padding-left: 0px;
        background: none;
        font-size: 0.88rem;
        margin-top: 10px;
    }
    .itech_wrap #school_message:before {
        width: 111px;
        height: 855px;
        top: -110px;
    }
    .itech_wrap #school_message:after{
        width: 71px;
        height: 855px;
        top: -110px;
    }
    .iteck_case{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .iteck_case_list li{
        margin-bottom: 10px;
    }

}




/*** access ***/
.itech_wrap #school_access{
    background-color: #FFFFFF;
}


/**** ブログ一覧 ***/
.blog_all_head{
    margin-bottom: 50px;
}
.blog_school_nav{
    display: flex;
    margin-left: -5px;
}
.blog_school_nav li{
    flex: 1;
    padding-left: 5px;
}
.blog_school_nav li a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #f29b8f;
    padding: 10px 0px;
    border-radius: 5px 5px 0px 0px;
    transition: background 0.3s ease;
    height: 100%;
}
.blog_school_nav li a:hover{
    background-color: #ecbaaf;
}
.blog_school_nav .nav_school_title{
    display: block;
    font-size: 0.88rem;
    text-align: center;
}
.blog_school_nav .nav_school_class{
    display: block;
    text-align: center;
    font-size: 0.75rem;
}

.blog_list{
    margin-left: -50px;
}
.blog_list .box{
    padding-left: 50px;
    margin-bottom: 50px;
}
.blog_list .thumb{
    margin-bottom: 15px;
}
.blog_list .category {
    margin-left: -5px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
.blog_list .category_icon,
.detail_head .category_icon{
    display: inline-block;
    background-color: #fad4c9;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 0.88rem;
    line-height: 1.2;
    margin-left: 5px;
    margin-bottom: 5px;
}
.blog_list .date,
.detail_head .date{
    font-size: 0.88rem;
    color: #9fa0a0;
}
.blog_list .btn_wrap{
    margin-top: 25px;
}

@media (max-width: 768px) {
    .blog_school_nav{
        display: block;
        margin-left: 0px;
    }
    .blog_school_nav li{
        padding-left: 0px;
    }
    .blog_school_nav li a{
        display: block;
        border-bottom: none;
        padding: 5px;
        border-radius: none;
        transition: background 0.3s ease;
        height: auto;
    }
    .blog_school_nav li a:hover{
        background-color: #ecbaaf;
    }
    .blog_school_nav .nav_school_title{
        display: inline;
        font-size: 1rem;
        text-align: left;
    }
    .blog_school_nav .nav_school_class{
        display: inline;
        font-size: 1rem;
        text-align: left;
    }


    .blog_list{
        margin-left: -20px;
    }
    .blog_list .box{
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .blog_list .category_icon {
        padding: 5px 10px;
        font-size: 0.75rem;
    }
}


/*** side ***/
.side_subtitle{
    font-size: 0.88rem;
    text-align: center;
    background-color: #fad4c9;
    padding: 5px;
    border-radius: 13px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .side_subtitle{
        font-size: 1rem;
        padding: 3px;
        border-radius: 7px;
        margin-bottom: 15px;
    }
}

.select_box select{
    width: 100%;
    padding: 5px;
    color: #6c4a3c;
    border: 1px solid #6c4a3c;
}

.side_block{
    margin-bottom: 30px;
}


/*** PCのみ ***/
@media (min-width: 769px) {
    .side_box_inner{
        /*background-color: #fbf6e8;*/
        padding: 50px 15px 30px;
        border-radius: 20px;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
        margin: 0px 3px 3px 0px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .side_box_inner:before{
        content: "";
        display: inline-block;
        background: url("../images/common/side_box_inner_bg.png") center top no-repeat;
        background-size: cover;
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .side_box_inner:before{
            background-image: url("../images/common/side_box_inner_bg@2x.png");
        }
    }

    .side_box_inner:after{
        content: "";
        display: inline-block;
        background-color: #fbf6e8;
        width: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 40px;
        bottom: 0px;
        z-index: -1;
    }
}


.side_list{
    margin-left: 10px;
}
.side_list li{
    font-size: 0.94rem;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-left: 1.3em;
    position: relative;
}
.side_list li:before{
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100%;
    background-color: #f4cdc4;
    position: absolute;
    left: 0px;
    top: 0.3em;
}


.side_list li a:hover,
.side_list li a.cur{
    color: #ed7978;
}


/*** detail ***/
.detail_head{
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.detail_head .date{
    margin-right: 10px;
    margin-bottom: 5px;
}
.detail_title{
    font-size: 1.63rem;
    line-height: 1.2;
    padding: 10px;
    border-bottom: 1px solid #6e4b3d;
    margin-bottom: 40px;
}
.detail_wrap .thumb{
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .detail_title{
        font-size: 1.13rem;
        margin-bottom: 20px;
    }
    .detail_wrap .thumb{
        margin-bottom: 20px;
    }

}


/*** page ***/
.group_page{
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    .group_page{
        padding-bottom: 50px;
    }

}

.no_list_wrap{
	padding-top: 200px;
	padding-bottom: 200px;
}
.comingsoon{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	opacity: 0.7;
}

@media (max-width: 768px) {
	.no_list_wrap{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.comingsoon{
		font-size: 2rem;
	}
}



/***　東大生オンライン ***/
#page_todai-online #kyodai_visual .bg01{
    background: #870000;
}
#page_todai-online #kyodai_visual .bg02,
#page_todai-online #kyodai_guide .bg02{
    background-color: #e5c7c7;
}
#page_todai-online #kyodai_visual .bg03{
    background-image: url(../images/todai/bg.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #page_todai-online #kyodai_visual .bg03{
        background-image: url(../images/todai/bg@2x.png);
    }
}
#page_todai-online #kyodai_visual:after,
#page_todai-online #kyodai_outline:after,
#page_todai-online #kyodai_about:after,
#page_todai-online #kyodai_guide:after{
    background-image: url(../images/todai/bg01.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #page_todai-online #kyodai_visual:after,
    #page_todai-online #kyodai_outline:after,
    #page_todai-online #kyodai_about:after,
    #page_todai-online #kyodai_guide:after{
        background-image: url(../images/todai/bg01@2x.png);
    }
}
#page_todai-online #kyodai_outline:before,
#page_todai-online #kyodai_guide:before{
    background: rgb(171,76,76);
    background: -moz-linear-gradient(top,  rgba(171,76,76,1) 0%, rgba(135,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(171,76,76,1) 0%,rgba(135,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(171,76,76,1) 0%,rgba(135,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab4c4c', endColorstr='#870000',GradientType=0 );
}
#page_todai-online #kyodai_outline .bg01{
    background-color: #c38080;
}
#page_todai-online .kyodai_about_visual img {
    box-shadow: 20px 20px 0px #d7abab;
    border: 7px solid #d7abab;
}
#page_todai-online #kyodai_guide .bg01{
    background: #AB4C4C;
}
#page_todai-online .kyodai_outline_block:before{
    background: #fff67f;
}
#page_todai-online .kyodai_guide_list > li .title:before{
    background-image: url(../images/todai/guide_title_icon.svg);
}
#page_todai-online .kyodai_guide_list > li .title,
#page_todai-online .kyodai_guide_list > li .price{
    color: #870000;
}
#page_todai-online .disc_blue li:before{
    background-color: #b76666;
}
#page_todai-online .kyodai_guide_list .flow li .inner{
    border-color: #870000;
}
#page_todai-online .flow li:not(:last-of-type) .inner:after{
    border-color: transparent transparent transparent #9f3333;
}

.f_red{
    color: #870000;
}

#page_todai-online #kyodai_access .btn_contact {
    color: #6c4a3c;
    border-color: #6c4a3c;
}
#page_todai-online #kyodai_access .btn_contact:after {
    border-color: #6c4a3c;
}
#kyodai_access .btn_contact.btn_tel {
    background-color: #b2bbdf;
    line-height: 1;
}
#page_todai-online #kyodai_access .btn_contact:hover {
    background-color: #870000;
    color: #FFFFFF;
}
#page_todai-online #kyodai_access .btn_contact:hover:after {
    border-color: #FFFFFF;
}

#kyodai_access .btn_contact.btn_tel .tel_left{
    font-size: 1.13rem;
    letter-spacing: 0.02em;
    padding-right: 20px;
}
#kyodai_access .btn_contact.btn_tel .tel_right{
    font-size: 1.09rem;
    letter-spacing: 0.08em;
	padding-right: 20px;
}
#kyodai_access .btn_contact.btn_tel .num{
    font-size: 2rem;
	font-weight: bold;
    letter-spacing: 0.02em;
    display: block;
    margin-top: 5px;
}
.btn_follow.btn_tel {
    font-size: 0.80rem;
    background-color: #b2bbdf;
}


.header_block_todai{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}
.h_logo_lhedu{
    margin-right: 60px;
}


#links_section{
    padding-top: 80px;
    padding-bottom: 80px;
}
#links_section .bnr_list{
    margin-left: -60px;
}
.links_subtitle{
    text-align: center;
    margin-bottom: 40px;
	position: relative;
	z-index: 1;
	line-height: 1;
}
.links_subtitle:before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0px;
	bottom: 0.8rem;
	z-index: -1;
}
.title_text{
	display: inline-block;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.links_subtitle .f_ja{
    font-size: 1.25rem;
    display: block;
    text-align: center;
	margin-bottom: 5px;
}
.links_subtitle .f_en{
    font-size: 2.25rem;
    display: block;
    text-align: center;
}
#links_section .bnr_list li{
    padding-left: 60px;
    margin-bottom: 30px;
}
.todai_comment{
    text-align: center;
    margin-top: -60px;
    padding-bottom: 100px;
}


@media (max-width: 768px) {
    #page_todai-online .flow li:not(:last-of-type) .inner:after{
        border-color: #9f3333 transparent transparent transparent;
    }
    .header_block_todai{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 50px;
    }
    .h_logo_lhedu{
        margin-right: 20px;
    }
    .h_logo_lhedu img{
        width: 40px;
    }
    .header_block_todai .h_logo img{
        width: 100px;
    }
	#page_todai-online .kyodai_outline_list li:before {
		background: #fff67f;
	}
    #links_section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
	.links_subtitle{
		margin-bottom: 20px;
	}
	.links_subtitle .f_ja{
		font-size: 1rem;
	}
	.links_subtitle .f_en{
		font-size: 2rem;
	}
    #links_section .bnr_list li{
        text-align: center;
		margin-bottom: 15px;
    }
	#kyodai_access .btn_contact.btn_tel .tel_left{
		font-size: 0.88rem;
	}
	#kyodai_access .btn_contact.btn_tel .tel_right{
		font-size: 0.75rem;
	}
	#kyodai_access .btn_contact.btn_tel .num{
		font-size: 1.5rem;
	}
    .todai_comment{
        text-align: center;
        margin-top: -30px;
        padding-bottom: 50px;
    }
}




