@charset "UTF-8";
/*
* Normalize stylesheet
* Suitable for Japanese websites
*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    font-size: 100%;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
 ? ?font: normal normal normal 14px/1.8 "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    color: #444;
    letter-spacing: .05em;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    max-width: 1920px;
    margin: 0 auto;
}

/* 学院長挨拶の本文のスタイル */
.greeting-container .media-text p {
  font-family: "游明朝"; 
 ?color: inherit; 
 ?font-weight: normal; 
  font-size: 16px; 
}

/* 見出し(h2)のサイズも同様に指定 */
.greeting-container .media-text h2 {
  font-family: "游明朝 Demibold"; /* フォント */
  font-weight: bold; /* 見出しは太字に */
  font-size: 24px; 
}

/* 親要素をFlexコンテナにする */
.media-layout {
  display: flex; /* Flexboxを有効にする（重要）*/
  margin-top: 50px; 
  align-items: center; 
  gap: 40px; /* 画像と文章の間の隙間 */
}

/* 画像のコンテナ */
.media-image {
  margin-left: 45px; 
 ?margin-right: 30px; 
}

/* 文章のコンテナは特別な設定不要 */
.media-text {
  /* この要素自体にはFlexboxレイアウトのための特別なCSSは不要です */
}

address,
caption,
code,
figcaption,
pre,
th {
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

blockquote,
q {
    quotes: none;
}

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

fieldset,
iframe,
img {
    border: 0;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

hr {
    display: block;
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 1em 0;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

input,
select {
    vertical-align: middle;
}

button {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    background: 0 0;
    color: inherit;
    vertical-align: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

audio,
progress,
video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

a,
a:link,
a:visited {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:active {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

ul {
    list-style: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* chorm scroll style */

::-webkit-scrollbar {
    width: 3px;
    background-color: #f3f3f3;
    border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #bfbfbf;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #404040;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

/* Close Label */

.img_bg > img {
    display: none;
}

/*index*/

.wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}

.wrapper:after {
    content: "";
    width: 370px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #EFEFEF;
    display: block;
    margin: 0 auto;
    margin-left: 0;
}

.section {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 2;
}

/*section-1st*/

@media (min-width: 1920px) {
    .section-1st {
        max-height: 960px;
    }

    .section1 {
        max-height: 960px;
    }
}

.section-1st {
    width: 100%;
    height: 100vh;
    min-height: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 8;
}

.section-1st .section-1st-left {
    width: 370px;
    background: #EFEFEF;
    z-index: 8;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-1st .section-1st-left.btn-1stleft {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.section-1st .section-1st-left .nav-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.section-1st .section-1st-left .nav-link > div {
    width: 33.333%;
    border-right: 1px solid #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 15px 5px;
    font-size: 17px;
    cursor: pointer;
}

.section-1st .section-1st-left .nav-link > div svg {
    display: block;
    margin: 0 auto;
}

.section-1st .section-1st-left .nav-link > div .btn-wrapper {
    display: none;
    position: absolute;
    background-color: rgba(0, 144, 131, 0.8);
    width: 100%;
    max-width: 370px;
    top: 100%;
    left: 0;
    vertical-align: top;
    padding: 10px;
    z-index: 5;
}

.section-1st .section-1st-left .nav-link > div .btn-wrapper a {
    color: #fff;
    font-size: 15px;
}

.section-1st .section-1st-left .nav-link > div.uk-open .btn-wrapper {
    display: block;
    -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
    animation: uk-slide-top-fixed 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.section-1st .section-1st-left .nav-link > div:last-child {
    border-right: 0px solid #DDDDDD;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li {
    position: relative;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a {
    font-size: 20px;
    padding: 18px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a:after, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a:after {
    content: "";
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right.svg) center center/cover no-repeat;
    width: 7px;
    height: 20px;
    display: block;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a > span, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a > span {
    color: #008A7C;
    font-weight: normal;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 10px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a:hover, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a:hover {
    background-color: #009083;
    color: #fff;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a:hover span, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a:hover span {
    color: #fff;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a:hover:after, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a:hover:after {
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right2.svg) center center/cover no-repeat;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a.dropdown-toggle, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a.dropdown-toggle {
    background-color: #009083;
    color: #fff;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a.dropdown-toggle > span, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a.dropdown-toggle > span {
    color: #fff;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a.dropdown-toggle:after, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a.dropdown-toggle:after {
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right2.svg) center center/cover no-repeat;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li .sub-menu, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    max-width: 250px;
    min-width: 220px;
    z-index: 8;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li .sub-menu a, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li .sub-menu a {
    color: #fff;
    padding: 18px 25px;
    font-size: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li .sub-menu a:after, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li .sub-menu a:after {
    content: "";
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right2.svg) center center/cover no-repeat;
    width: 7px;
    height: 20px;
    display: block;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li .sub-menu a:hover, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li .sub-menu a:hover {
    text-decoration: underline;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li.open > a, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li.open > a {
    background-color: #009083;
    color: #fff;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li.open > a > span, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li.open > a > span {
    color: #fff;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header > li.open > a:after, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li.open > a:after {
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right2.svg) center center/cover no-repeat;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header .ps-container, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch .ps-container {
    background-color: rgba(0, 144, 131, 0.8);
    width: 0%;
    height: 100%;
    top: 0;
    left: 100%;
    max-width: 250px;
    min-width: 220px;
    position: absolute;
    z-index: 5;
}

.section-1st .section-1st-left .nav-main nav ul#menu-index-header.menu-open .ps-container, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch.menu-open .ps-container {
    width: 100%;
}

.section-1st .section-1st-left .tel-1st {
    text-align: center;
    margin-top: 10px;
}

.section-1st .section-1st-left .tel-1st a {
    display: inline-block;
    font-size: 24px;
    color: #000;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_tel.svg) left 5px no-repeat;
    padding-left: 35px;
}

.section-1st .section-1st-left .tel-1st a:after {
    content: "";
    display: block;
    width: calc(100% + 35px);
    margin: 10px 0 0 -35px;
    height: 1px;
    background-color: #DDDDDD;
}

.section-1st .section-1st-left .brand-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.section-1st .section-1st-left .brand-link a {
    padding: 10px;
}

.section-1st .section-1st-right {
    width: 100%;
    padding-left: 370px;
    position: relative;
    z-index: 7;
}
.section-1st .section-1st-left .nav-brand-i{padding: 0 20px 5px;}
.section-1st .section-1st-left .nav-brand-i a{display: block;}
.section-1st .section-1st-left .nav-brand-i a img {
    border: 3px solid #fb8536;
    box-sizing: border-box;
}
.sec-box {
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
    text-align: center;
}

.search-in {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
    display: inline-block;
    margin: 6px 0;
    vertical-align: middle;
    background-color: #fff;
}

.search-in input {
    background-color: #fff;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
}

.search-in input[type=text] {
    float: left;
    width: calc(100% - 30px);
    padding: 10px 5px;
}

.search-in input[type=submit] {
    cursor: pointer;
    width: 20px;
    float: left;
    font-weight: bold;
    border: 0;
    opacity: 0.6;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_search.svg) no-repeat center center;
    background-size: contain;
    margin-left: 6px;
}

/*1st-right*/

/*container-fluid*/

.toggle-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    top: 0px;
    cursor: pointer;
    z-index: 7;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.toggle-btn label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
}

.toggle-btn span {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.toggle-btn span:after {
    content: "";
    width: 60%;
    height: 4px;
    background-color: #000;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    left: 20%;
}

.toggle-btn span:nth-child(2):after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.toggle-btn span:last-child:after {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

.toggle-btn.fix-btn {
    position: fixed;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

#menu-status {
    display: none;
}

.pushy {
    position: absolute;
    width: 370px;
    height: 100%;
    top: 0;
    z-index: 7;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.95);
}

.pushy.fix-btn {
    position: fixed;
}

.pushy-left {
    -webkit-transform: translate3d(-370px, 0, 0);
    transform: translate3d(-370px, 0, 0);
}

.pushy {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.panel-group a {
    display: block;
    padding: 10px 25px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #DDDDDD;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.panel-group a:hover {
    background-color: #3177B4;
    color: #fff;
}

#menu-status:checked ~ .pushy .header-sp {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#menu-status:checked ~ .pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#menu-status:checked ~ .toggle-btn {
    -webkit-transform: translate3d(370px, 0, 0);
    transform: translate3d(370px, 0, 0);
}

#menu-status:checked ~ .toggle-btn span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu-status:checked ~ .toggle-btn span:nth-child(2):after {
    display: none;
}

#menu-status:checked ~ .toggle-btn span:last-child:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media (max-width: 1520px) {
    .wrapper:after {
        width: 300px;
    }

    .panel-group a {
        padding: 10px 25px;
        font-size: 16px;
    }

    .pushy {
        width: 300px;
    }

    .pushy-left {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    #menu-status:checked ~ .toggle-btn {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }
}

@media (max-width: 1239px) {
    .wrapper:after {
        width: 240px;
    }
}

@media (max-width: 767px) {
    .pushy {
        width: 200px;
    }

    .pushy-left {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }

    #menu-status:checked ~ .toggle-btn {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }

    .toggle-btn,
    .pushy {
        display: none;
    }
}

/*section*/

.section1 {
    height: 100vh;
    top: 0;
    left: 0;
    min-height: 440px;
    background-color: #fff;
}

.index-logo {
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 4;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.index-logo a {
    padding: 30px;
    width: 50%;
    max-width: 524px;
}

.featured-info {
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    display: table;
    z-index: 3;
}

.featured-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.featured-wrapper > * {
    display: inline-block;
    color: black;
}

.featured-text {
    width: 100%;
    position: relative;
    height: auto;
    text-align: left;
}

@-webkit-keyframes showt {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showt {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.featured-text .main-text {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
}

.featured-text .main-text .inline {
    display: block;
}

.featured-text .main-text > div {
    opacity: 0;
}

span.inline {
    display: inline-block;
}

.text-title {
    width: 65.5%;
    -webkit-animation: showt 3s ease-in forwards 0.2s;
    animation: showt 3s ease-in forwards 0.2s;
    text-align: right;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 100px;
    font-size: 2vw;
    font-weight: bold;
    color: #fff;
    /*font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;*/
    white-space: nowrap;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    padding: 20px 100px;
}

.green {
    /*color: #008a7c;*/
    font-size: 3vw;
    margin-right: 0.5em;
}

.text-inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    margin-right: 20px;
    -webkit-animation: showt 3.5s ease-in forwards 0.4s;
    animation: showt 3.5s ease-in forwards 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.text-inner .inner-brn {
    width: 316px;
}

.text-inner .inner-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-inner .inner-left {
    width: 120px;
    background-color: #008A7C;
    padding: 18px 5px;
    text-align: center;
    color: #fff;
}

.text-inner .inner-left span:first-child {
    font-size: 18px;
    display: block;
}

.text-inner .inner-left span:nth-child(2) {
    font-size: 12px;
    display: block;
    background-color: #E83737;
    width: 85px;
    margin: 0 auto;
    display: block;
    height: 20px;
}

.text-inner .inner-right {
    padding: 5px 20px;
}

.text-inner .inner-right img {
    max-height: 105px;
    padding: 5px 20px;
}

.text-inner .inner-ttl {
    font-size: 16px;
    color: #666666;
}

.text-inner .inner-txt {
    font-size: 20px;
    width: 100%;
    line-height: 1.2;
}

.featured-info-des img {
    margin: 0 auto;
}

.xslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 2;
}

.xslide {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1520px) {
    .index-logo {
        padding: 0 10%;
    }
    .index-logo a {
        padding: 15px 30px;
    }
}

@media (max-width: 1239px) {
    .text-inner .inner-txt {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .text-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*section2*/

.section2,
.section3,
.section4 {
    background-color: #fff;
}

.section2 .section-ttl,
.section3 .section-ttl,
.section4 .section-ttl {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
}

.section2 .section-ttl:after,
.section3 .section-ttl:after,
.section4 .section-ttl:after {
    display: block;
    content: "";
    width: 40px;
    margin: 10px auto 20px;
    background-color: #fff;
    height: 2px;
}

.section2 .section-ttle,
.section3 .section-ttle,
.section4 .section-ttle {
    text-align: center;
    font-size: 26px;
}

.section2 .section-more a,
.section3 .section-more a,
.section4 .section-more a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    max-width: 240px;
    text-align: center;
    margin: 20px auto 40px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.section2 .section-more a:after,
.section3 .section-more a:after,
.section4 .section-more a:after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    animation: reflection 2s ease-in-out infinite;
    z-index: 1;
}

.section2 .section-more a:hover,
.section3 .section-more a:hover,
.section4 .section-more a:hover {
    background-color: #fff;
    color: #3177B4;
}

.section3 .section-more a:hover {
    color: #009083;
}

.section4 .section-ttl:after {
    background-color: #000;
}

.section4 .section-more a {
    border: 1px solid #000;
    color: #000;
}

.section4 .section-more a:after {
    background-color: #fff;
}

.section4 .section-more a:hover {
    background-color: #000;
    color: #fff;
}

.section-more-news {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.section-more-news a {
    border: 1px solid #000;
    color: #000;
    padding: .5% 4%;
    margin: 10px auto;
    display: inline-block;
}

.section-more-news a:after {
    background-color: #fff;
}

.section-more-news a:hover {
    background-color: #000;
    color: #fff;
}

@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 1;
    }
    61% {
        -webkit-transform: scale(2) rotate(45deg);
        transform: scale(2) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 1;
    }
    61% {
        -webkit-transform: scale(2) rotate(45deg);
        transform: scale(2) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@media (max-width: 1520px) {
    .section-1st .section-1st-left {
        width: 300px;
    }
    .section-1st .section-1st-left .nav-link > div {
        font-size: 14px;
        padding: 5px;
    }
    .section-1st .section-1st-left .nav-link > div svg {
        width: 28px;
    }
    .section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a {
        font-size: 14px;
        padding: 3px 25px;
    }
    .section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a span, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a span {
        font-size: 14px;
    }
    .section-1st .section-1st-left .nav-main nav ul#menu-index-header > li .sub-menu a, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li .sub-menu a {
        padding: 3px 25px;
        font-size: 14px;
    }
    .section-1st .section-1st-right {
        padding-left: 300px;
    }

    .section2 .section-ttl,
    .section3 .section-ttl,
    .section4 .section-ttl {
        font-size: 32px;
    }
    .section2 .section-ttle,
    .section3 .section-ttle,
    .section4 .section-ttle {
        font-size: 20px;
    }
    .section2 .section-more a,
    .section3 .section-more a,
    .section4 .section-more a {
        font-size: 16px;
        margin: 20px auto 22px;
    }
}

@media (max-width: 1239px) {
    .section-1st {
        height: 80vh;
    }
    .section-1st .section-1st-left {
        width: 240px;
    }
    .section-1st .section-1st-left .nav-link > div span {
        display: none;
    }
    .section-1st .section-1st-left .tel-1st a {
        font-size: 24px;
        background-size: 24px 24px;
        padding-left: 25px;
    }
    .section-1st .section-1st-right {
        padding-left: 240px;
    }

    .section1 {
        height: 80vh;
    }
}

@media (max-width: 1023px) {
    .text-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .text-inner .inner-brn {
        width: 316px;
    }
    .text-inner .inner-new {
        width: auto;
    }

    .section1 {
        height: 65vh;
    }

    .section-1st {
        height: 65vh;
    }
    .section-1st .section-1st-left {
        width: 200px;
    }
    .section-1st .section-1st-left .nav-link > div {
        font-size: 14px;
        padding: 10px 5px;
    }
    .section-1st .section-1st-left .nav-link > div img {
        width: 28px;
    }
    .section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a {
        font-size: 16px;
        padding: 13px 13px 8px;
    }
    .section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a span, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a span {
        display: none;
    }
    .section-1st .section-1st-left .nav-main nav ul#menu-index-header > li .sub-menu a, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li .sub-menu a {
        padding: 13px 25px;
        font-size: 16px;
    }
    .section-1st .section-1st-right {
        padding-left: 200px;
    }
}

@media (max-width: 980px) {
    .text-inner .inner-left {
        padding: 4px 5px;
    }
    .text-inner .inner-left span:first-child {
        font-size: 15px;
    }
    .text-inner .inner-ttl {
        font-size: 15px;
    }

    .section-1st .section-1st-left {
        width: 160px;
    }
    .section-1st .section-1st-left .tel-1st a {
        font-size: 16px;
        background: url(/wp-content/themes/chiyoda-xskj/img/icon_tel.svg) left 5px no-repeat;
        background-size: 20px 20px;
        padding-left: 25px;
    }
    .section-1st .section-1st-right {
        padding-left: 160px;
    }
}

@media (max-width: 767px) {
    .section1 {
        height: 440px;
    }

    .section-1st {
        height: 440px;
    }
    .section-1st .section-1st-left {
        display: none;
    }
    .section-1st .section-1st-right {
        width: 100%;
        padding-left: 0;
    }

    .featured-text .main-text {
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .text-title {
        text-align: center;
        padding: 0 20px 20px;
        font-size: 30px;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        width: 100%;
        background-color: transparent;
        margin-bottom: 30px;
    }

    .index-logo {
        padding: 0 10px;
    }
    .index-logo a {
        padding: 15px 10px;
        width: 70%;
    }
    .green {
        font-size: 36px;
    }
    .text-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .text-inner .inner-right img {
        max-height: 55px;
    }
    .text-inner .inner-brn {
        max-width: 158px;
    }
}

@media (max-width: 420px) {
    .text-title {
        font-size: 30px;
    }
}

/*section2*/

.section2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section2 .section2-left {
    width: 370px;
    padding: 48px;
    /*background-color: #3177B4;*/
    background-color: #008a7c;
    color: #fff;
}

.section2 .section2-right {
    padding: 45px;
    width: calc(100% - 370px);
}

.section2 .section2-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.section2 .section2-flex article {
    width: 33.33%;
}

.section2 .section2-flex a {
    display: block;
    position: relative;
    color: #fff;
}

.section2 .section2-flex a .img_bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section2 .section2-flex a .post-thumbnail {
    overflow: hidden;
}

.section2 .section2-flex a .post-excerpt {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 12px;
    z-index: 2;
}

.section2 .section2-flex a .post-date {
    text-align: right;
    white-space: nowrap;
    line-height: 1.2;
    font-size: 16px;
}

.section2 .section2-flex a .post-ttl {
    width: 100%;
    font-size: 22px;
}

.section2 .section2-flex a .post-ttl span {
    width: 75%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section2 .section2-flex a:hover .img_bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1520px) {
    .section2 .section2-left {
        width: 300px;
        padding: 30px 25px;
    }
    .section2 .section2-right {
        padding: 25px;
        width: calc(100% - 300px);
    }
    .section2 .section2-flex a .post-date {
        font-size: 15px;
    }
    .section2 .section2-flex a .post-ttl {
        font-size: 18px;
    }
    .section2 .section2-flex a .post-ttl span {
        width: 80%;
    }
}

@media (max-width: 1239px) {
    .section2 .section2-left {
        width: 240px;
        padding: 30px 25px;
    }
    .section2 .section2-right {
        padding: 25px;
        width: calc(100% - 240px);
    }
    .section2 .section2-flex a .img_bg {
        padding-top: 80%;
    }
    .section2 .section2-flex a .post-ttl span {
        width: 90%;
    }
}

@media (max-width: 980px) {
    .section2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section2 .section2-left {
        width: 100%;
    }
    .section2 .section2-right {
        width: 100%;
    }
    .section2 .section2-flex a .img_bg {
        padding-top: 55%;
    }
}

@media (max-width: 767px) {
    .section2 .section2-flex article {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .section2 .section2-flex article {
        width: 100%;
    }
}

/*section3*/

.section3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section3 .section3-left {
    width: 370px;
    padding: 48px;
    background-color: #009083;
    color: #fff;
}

.section3 .section3-right {
    background-color: #EFEFEF;
    width: calc(100% - 370px);
}

.section3 .section3-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.section3 .flex-left {
    width: 45%;
}

.section3 .flex-right {
    width: 55%;
    padding: 40px 5% 20px;
}

.section3 .section3-date {
    font-size: 25px;
    display: inline-block;
    border: 1px solid #707070;
    padding: 1px 5px;
    width: 100%;
    max-width: 289px;
    text-align: center;
}

.section3 .section3-ttl {
    font-size: 36px;
    color: #009083;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
}

.section3 .section3-ttl:after {
    width: 70px;
    height: 4px;
    background-color: #009083;
    margin: 20px auto;
    content: "";
    display: block;
}

.section3 .section3-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.section3 .section3-txt {
    font-size: 24px;
}

.section3 .section3-more a {
    font-size: 20px;
    width: 100%;
    max-width: 189px;
    margin: 20px auto 0px;
    color: #009083;
    display: block;
    border: 1px solid #009083;
    text-align: center;
    padding: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section3 .section3-more a:hover {
    background-color: #009083;
    color: #fff;
}

@media (max-width: 1660px) {
    .section3 .section3-ttl {
        font-size: 32px;
    }
    .section3 .section3-txt {
        font-size: 20px;
    }
}

@media (max-width: 1520px) {
    .section3 .section3-left {
        width: 300px;
        padding: 30px 25px;
    }
    .section3 .section3-right {
        width: calc(100% - 300px);
    }
    .section3 .flex-right {
        padding: 53px 20px;
    }
    .section3 .section3-date {
        font-size: 17px;
    }
    .section3 .section3-ttl {
        font-size: 26px;
    }
    .section3 .section3-ttl:after {
        height: 2px;
    }
    .section3 .section3-txt {
        font-size: 16px;
    }
    .section3 .section3-more a {
        font-size: 14px;
    }
}

@media (max-width: 1239px) {
    .section3 .section3-left {
        width: 240px;
    }
    .section3 .section3-right {
        width: calc(100% - 240px);
    }
}

@media (max-width: 980px) {
    .section3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section3 .section3-left {
        width: 100%;
    }
    .section3 .section3-right {
        width: 100%;
    }
}

@media (max-width: 840px) {
    .section3 .section3-ttl {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .section3 .section3-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section3 .flex-left {
        height: 40vh;
        max-height: 240px;
        width: 100%;
    }
    .section3 .flex-right {
        width: 100%;
        padding: 20px 20px;
    }
    .section3 .section3-date {
        font-size: 14px;
        max-width: 159px;
        margin: 0 auto;
        display: block;
    }
    .section3 .section3-ttl {
        font-size: 16px;
    }
    .section3 .section3-ttl:after {
        margin: 10px auto 20px;
    }
    .section3 .section3-txt {
        font-size: 13px;
    }
    .section3 .section3-more a {
        font-size: 14px;
    }
}

/*section4*/

.section4 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section4 .section4-left {
    width: 370px;
    padding: 48px;
    background-color: #EFEFEF;
    color: #000;
}

.section4 .section4-right {
    width: calc(100% - 370px);
}

.section4 .section4-flex {
    padding: 45px;
    width: 100%;
}

@media (max-width: 1520px) {
    .section4 .section4-left {
        width: 300px;
        padding: 30px 25px;
    }
    .section4 .section4-right {
        width: calc(100% - 300px);
    }
    .section4 .section4-flex {
        padding: 25px;
    }
}

@media (max-width: 1239px) {
    .section4 .section4-left {
        width: 240px;
    }
    .section4 .section4-right {
        width: calc(100% - 240px);
    }
}

@media (max-width: 980px) {
    .section4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section4 .section4-left {
        width: 100%;
        background-color: transparent;
    }
    .section4 .section4-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section4 .section4-flex {
        padding: 0 20px;
    }
}

/*section5*/

.section5 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 37px 7px 50px;
}

.section5 > div {
    padding: 13px 13px 0;
}

@media (max-width: 768px) {
    .section5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 7px 30px;
    }
    .section5 > div {
        width: 50%;
        padding: 13px 13px 0;
    }
    .section5 > div img {
        margin: 0 auto;
    }
}

@media (max-width: 540px) {
    .section5 > div {
        width: 100%;
    }
}

/*foot*/

.foot {
    background-color: #009083;
    width: 100%;
    padding: 20px;
}

@media (max-width: 767px) {
    .foot {
        margin-bottom: 40px;
    }
}

.blacktop {
    width: 35px;
    cursor: pointer;
    height: 35px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_blacktop.svg) center center/cover no-repeat;
    margin: 0 auto 20px;
    display: block;
}

.copy {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

/*page-404*/

.page-404 {
    width: 100%;
    padding: 80px 20px;
    text-align: center;
    font-size: 18px;
}

/*section-3rd*/

.section-3rd {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.section-3rd .section-3rd-left {
    width: 370px;
    float: left;
    background: #EFEFEF;
    position: relative;
    z-index: 5;
}

.section-3rd .section-3rd-left .page-nav-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.section-3rd .section-3rd-left .page-nav-link > div {
    width: 33.333%;
    border-right: 1px solid #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 15px 5px;
    font-size: 17px;
    cursor: pointer;
}

.section-3rd .section-3rd-left .page-nav-link > div svg {
    display: block;
    margin: 0 auto;
}

.section-3rd .section-3rd-left .page-nav-link > div .btn-wrapper {
    display: none;
    position: absolute;
    background-color: rgba(0, 144, 131, 0.8);
    width: 100%;
    max-width: 370px;
    top: 100%;
    left: 0;
    vertical-align: top;
    padding: 10px;
    z-index: 5;
}

.section-3rd .section-3rd-left .page-nav-link > div .btn-wrapper a {
    color: #fff;
    font-size: 15px;
}

.section-3rd .section-3rd-left .page-nav-link > div.uk-open .btn-wrapper {
    display: block;
    -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
    animation: uk-slide-top-fixed 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.section-3rd .section-3rd-left .page-nav-link > div:last-child {
    border-right: 0px solid #DDDDDD;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li  {
    position: relative;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a {
    font-size: 20px;
    padding: 18px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a:after, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a:after {
    content: "";
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right.svg) center center/cover no-repeat;
    width: 7px;
    height: 20px;
    display: block;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a > span, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a > span {
    color: #008A7C;
    font-weight: normal;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 10px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a:hover, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a:hover {
    background-color: #009083;
    color: #fff;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a:hover > span, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a:hover > span {
    color: #fff;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a:hover:after, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a:hover:after {
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right2.svg) center center/cover no-repeat;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li .sub-menu, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    max-width: 250px;
    min-width: 220px;
    z-index: 6;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li .sub-menu a, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li .sub-menu a {
    color: #fff;
    padding: 18px 25px;
    font-size: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li .sub-menu a:after, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li .sub-menu a:after {
    content: "";
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right2.svg) center center/cover no-repeat;
    width: 7px;
    height: 20px;
    display: block;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li.open > a, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li.open > a {
    background-color: #009083;
    color: #fff;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li.open > a > span, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li.open > a > span {
    color: #fff;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li.open > a:after, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li.open > a:after {
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right2.svg) center center/cover no-repeat;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header .ps-container, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch .ps-container {
    background-color: rgba(0, 144, 131, 0.8);
    width: 0%;
    height: 100vh;
    top: 0;
    left: 100%;
    max-width: 250px;
    min-width: 220px;
    position: absolute;
    z-index: 5;
}

.section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header.menu-open .ps-container, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch.menu-open .ps-container {
    width: 100%;
}

.section-3rd .section-3rd-left .tel-1st {
    text-align: center;
    margin-top: 10px;
}

.section-3rd .section-3rd-left .tel-1st a {
    display: inline-block;
    font-size: 30px;
    color: #000;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_tel.svg) left 10px no-repeat;
    padding-left: 35px;
}

.section-3rd .section-3rd-left .tel-1st a:after {
    content: "";
    display: block;
    width: calc(100% + 35px);
    margin: 10px 0 0 -35px;
    height: 1px;
    background-color: #DDDDDD;
}

.section-3rd .section-3rd-left .page-brand-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.section-3rd .section-3rd-left .page-brand-link a {
    padding: 10px;
}

.section-3rd .section-3rd-right {
    width: calc(100% - 370px);
    float: right;
}
.section-3rd .section-3rd-left .page-nav-brand-i{padding: 0 20px 20px;}
.section-3rd .section-3rd-left .page-nav-brand-i a{display: block;}
/*page*/

.page-banner {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 310px 0 148px;
    position: relative;
    overflow: hidden;
    font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}

.brn_inner {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
}

.ttl_brn {
    font-size: 61px;
    line-height: 1.1;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 26px 138px;
    font-weight: bold;
}

@media (max-width: 1520px) {
    .section-3rd .section-3rd-left {
        width: 300px;
    }
    .section-3rd .section-3rd-left .page-nav-link > div {
        font-size: 14px;
        padding: 10px 5px;
    }
    .section-3rd .section-3rd-left .page-nav-link > div svg {
        width: 28px;
    }
    .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a  {
        font-size: 16px;
        padding: 5px 25px;
    }
    .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a span, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a span {
        font-size: 13px;
    }
    .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li .sub-menu a, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li .sub-menu a {
        padding: 13px 25px;
        font-size: 16px;
    }
    .section-3rd .section-3rd-right {
        width: calc(100% - 300px);
    }

    .page-banner {
        width: 100%;
        padding: 246px 0 148px;
    }

    .ttl_brn {
        font-size: 45px;
        padding: 20px 138px;
    }
}

@media (max-width: 1239px) {
    .section-3rd .section-3rd-left {
        width: 240px;
    }
    .section-3rd .section-3rd-left .page-nav-link > div span {
        display: none;
    }
    .section-3rd .section-3rd-left .tel-1st a {
        font-size: 24px;
        background-size: 24px 24px;
        padding-left: 25px;
    }
    .section-3rd .section-3rd-right {
        width: calc(100% - 240px);
    }

    .page-banner {
        padding: 206px 0 118px;
    }

    .ttl_brn {
        font-size: 38px;
        padding: 13px 138px;
    }
}

@media (max-width: 1023px) {
    .page-banner {
        padding: 194px 0 96px;
    }

    .ttl_brn {
        font-size: 34px;
        padding: 13px 138px;
    }
}

@media (max-width: 980px) {
    .wrapper:after {
        width: 200px;
    }

    .section-3rd .section-3rd-left {
        width: 200px;
    }
    .section-3rd .section-3rd-left .page-nav-link > div {
        font-size: 14px;
        padding: 10px 5px;
    }
    .section-3rd .section-3rd-left .page-nav-link > div img {
        width: 28px;
    }
    .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a {
        font-size: 16px;
        padding: 13px 13px 8px;
    }
    .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li > a span, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li > a span {
        display: none;
    }
    .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-header > li .sub-menu a, .section-3rd .section-3rd-left .page-nav-main nav ul#menu-index-ch > li .sub-menu a {
        padding: 13px 25px;
        font-size: 16px;
    }
    .section-3rd .section-3rd-right {
        width: calc(100% - 200px);
    }

    .ttl_brn {
        font-size: 34px;
        max-width: 376px;
        margin: 0 auto;
        padding: 13px 10px;
        width: 100%;
    }

    .page-banner {
        padding: 145px 0 96px;
    }
}

@media (max-width: 767px) {
    .page-banner {
        padding: 110px 0 56px;
    }

    .ttl_brn {
        font-size: 24px;
        padding: 7px 10px;
    }

    .wrapper:after {
        display: none;
    }

    .section-3rd .section-3rd-left {
        display: none;
    }
    .section-3rd .section-3rd-right {
        width: 100%;
    }
}

/*category-content*/

.main_content,
.single_main {
    width: 100%;
    margin-bottom: 40px;
}

.category-content {
    width: 100%;
    padding: 20px 60px;
}

.category-content article {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-content article:after {
    content: "";
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_right3.svg) center center/cover no-repeat;
    width: 7px;
    height: 20px;
    display: block;
}

.category-content article a {
    display: block;
}

.category-content article .post-date {
    color: #000;
    font-size: 20px;
}

.category-content article .post-title {
    color: #009083;
    font-size: 22px;
    margin-top: 10px;
}

.single_main {
    width: 100%;
    padding: 20px 60px;
}

.single_main section {
    width: 100%;
    padding: 40px 0;
}

.single_main section .information-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    color: #000;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDDDDD;
}

.single_main section .information-ttl span {
    margin-right: 20px;
    color: #009083;
    font-size: 22px;
}

.single_main section .information-txt {
    padding: 20px 0;
    font-size: 18px;
}
.single_main section .information-txt .gallery {display: flex;flex-wrap: wrap;}
.single_main section .information-txt .gallery figure{width: 31%;margin: 1%;}
.post_nav_link {
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
}

.post_nav_link a {
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.post_nav_link a:hover {
    text-decoration: underline;
}

.post_nav_link .pre_post {
    float: left;
    text-align: left;
    vertical-align: middle;
}

.post_nav_link .next_post {
    float: right;
    text-align: right;
    vertical-align: middle;
}

@media (max-width: 1520px) {
    .category-content {
        padding: 20px 20px;
    }
    .category-content article {
        padding: 20px 0 20px;
    }
    .category-content article .post-date {
        font-size: 16px;
    }
    .category-content article .post-title {
        font-size: 18px;
    }

    .single_main {
        padding: 20px 20px;
    }
    .single_main section {
        padding: 20px 0;
    }
    .single_main section .information-ttl {
        font-size: 16px;
        padding: 10px 0;
    }
    .single_main section .information-ttl span {
        margin-right: 20px;
        font-size: 16px;
    }
    .single_main section .information-txt {
        padding: 10px 0;
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .category-content article {
        padding: 10px 0 10px;
    }
    .category-content article .post-date {
        font-size: 14px;
    }
    .category-content article .post-title {
        margin-top: 0px;
        font-size: 16px;
    }

    .single_main section {
        padding: 10px 0;
    }
    .single_main section .information-ttl {
        font-size: 14px;
        padding: 10px 0;
    }
    .single_main section .information-ttl span {
        margin-right: 10px;
        font-size: 14px;
    }
    .single_main section .information-txt {
        font-size: 14px;
    }
}
@media (max-width:767px){
  
.single_main section .information-txt .gallery figure{width: 48%;margin: 1%;}
}
/*main-guide*/

.main-guide {
    width: 100%;
    padding: 60px 60px;
}

.main-guide .item1-guide,
.main-guide .item2-guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.main-guide .item1-guide .guide-img,
.main-guide .item2-guide .guide-img {
    width: 253px;
    text-align: center;
    color: #fff;
    font-size: 23px;
}

.main-guide .item1-guide .guide-img span,
.main-guide .item2-guide .guide-img span {
    display: block;
    background-color: #009083;
}

.main-guide .item1-guide .guide-txt,
.main-guide .item2-guide .guide-txt {
    width: calc(100%);
    font-size: 20px;
}

.main-guide .item2-guide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1520px) {
    .main-guide {
        padding: 40px 40px;
    }
}

@media (max-width: 1239px) {
    .main-guide .item1-guide .guide-txt,
    .main-guide .item2-guide .guide-txt {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .main-guide {
        padding: 40px 20px;
    }
    .main-guide .item1-guide,
    .main-guide .item2-guide {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .main-guide .item1-guide .guide-img,
    .main-guide .item2-guide .guide-img {
        width: 153px;
        font-size: 13px;
    }
    .main-guide .item1-guide .guide-txt,
    .main-guide .item2-guide .guide-txt {
        width: calc(100%);
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .main-guide {
        padding: 40px 20px 0;
    }
    .main-guide .item1-guide,
    .main-guide .item2-guide {
        overflow: hidden;
        display: block;
    }
    .main-guide .item1-guide .guide-img,
    .main-guide .item2-guide .guide-img {
        width: 153px;
        float: left;
        font-size: 13px;
        margin-right: 20px;
    }
    .main-guide .item1-guide .guide-txt,
    .main-guide .item2-guide .guide-txt {
        width: 100%;
        font-size: 14px;
    }
}

/*catgory-teacher*/

.main-teacher {
    width: 100%;
    padding: 60px 60px;
}

.main-teacher article {
    width: 100%;
    border-bottom: 0px solid #DDDDDD;
    background-color: #EFEEEE;
    padding: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-teacher article:after {
    display: none;
}

.main-teacher .teacher-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-teacher .teacher-use {
    font-size: 40px;
    margin-right: 40px;
    white-space: nowrap;
}

.main-teacher .teacher-img {
    width: 204px;
}

.main-teacher .teacher-info {
    width: calc(100% - 244px);
}

.main-teacher .teacher-tag {
    white-space: nowrap;
}

.main-teacher .teacher-tag dl {
    border: 1px solid #707070;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-teacher .teacher-tag dt {
    color: #fff;
    background-color: #009083;
    padding: 1px 10px;
}

.main-teacher .teacher-tag dd {
    padding: 1px 10px;
}

.main-teacher .teacher-comment-ttl {
    font-size: 24px;
}

.main-teacher .teacher-comment-txt {
    font-size: 20px;
}

@media (max-width: 1520px) {
    .main-teacher {
        padding: 40px 20px;
    }
    .main-teacher article {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .main-teacher .teacher-use {
        font-size: 25px;
        margin-right: 20px;
    }
    .main-teacher .teacher-tag dl {
        font-size: 16px;
    }
    .main-teacher .teacher-tag dt {
        padding: 1px 5px;
    }
    .main-teacher .teacher-tag dd {
        padding: 1px 5px;
    }
    .main-teacher .teacher-comment-ttl {
        font-size: 16px;
    }
    .main-teacher .teacher-comment-txt {
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    .main-teacher {
        padding: 40px 20px 0;
    }
}

@media (max-width: 767px) {
    .main-teacher .teacher-use {
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
    }
    .main-teacher .teacher-tag dl {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .main-teacher article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-teacher .teacher-img {
        width: 204px;
        margin: 0 auto 10px;
    }
    .main-teacher .teacher-info {
        width: 100%;
    }
}

/*main-guide1*/

.main-guide1 {
    width: 100%;
    padding: 60px;
}

.main-guide1 .guide1-txt {
    text-align: center;
    font-size: 24px;
}

.main-guide1 .guide1-img {
    margin: 40px auto 0;
}

.main-guide1 .guide1-img ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-guide1 .guide1-img li {
    width: calc(50% - 10px);
}

.main-guide1 .item1-guide1,
.main-guide1 .item2-guide1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.main-guide1 .item1-guide1 .guide-img,
.main-guide1 .item2-guide1 .guide-img {
    width: calc(50% - 20px);
}

.main-guide1 .item1-guide1 .guide-inner,
.main-guide1 .item2-guide1 .guide-inner {
    width: calc(50% - 20px);
}

.main-guide1 .guide1-ttl {
    font-size: 30px;
}

.main-guide1 .guide1-ttl:after {
    width: 60px;
    height: 4px;
    background-color: #009083;
    content: "";
    display: block;
    margin: 20px 0;
}

.main-guide1 .guide-txt {
    font-size: 20px;

}

.main-guide1 .item2-guide1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1520px) {
    .main-guide1 {
        padding: 40px 20px;
    }
    .main-guide1 .guide1-txt {
        font-size: 16px;
    }
    .main-guide1 .guide1-img {
        margin: 30px auto 0;
    }
    .main-guide1 .item1-guide1,
    .main-guide1 .item2-guide1 {
        margin-bottom: 20px;
    }
    .main-guide1 .item1-guide1 .guide-img,
    .main-guide1 .item2-guide1 .guide-img {
        width: calc(50% - 10px);
    }
    .main-guide1 .item1-guide1 .guide-inner,
    .main-guide1 .item2-guide1 .guide-inner {
        width: calc(50% - 10px);
    }
    .main-guide1 .guide1-ttl {
        font-size: 24px;
    }
    .main-guide1 .guide1-ttl:after {
        margin: 10px 0;
    }
    .main-guide1 .guide-txt {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .main-guide1 {
        padding: 40px 20px 0;
    }
    .main-guide1 .guide1-txt {
        font-size: 14px;
    }
    .main-guide1 .guide1-img {
        margin: 20px auto;
    }
    .main-guide1 .guide1-img li {
        width: calc(50% - 10px);
    }
    .main-guide1 .item1-guide1,
    .main-guide1 .item2-guide1 {
        margin-bottom: 20px;
    }
    .main-guide1 .guide1-ttl {
        font-size: 16px;
    }
    .main-guide1 .guide-txt {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .main-guide1 .guide1-txt {
        font-size: 14px;
    }
    .main-guide1 .item1-guide1,
    .main-guide1 .item2-guide1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-guide1 .item1-guide1 .guide-img,
    .main-guide1 .item2-guide1 .guide-img {
        width: 100%;
        margin-bottom: 10px;
    }
    .main-guide1 .item1-guide1 .guide-inner,
    .main-guide1 .item2-guide1 .guide-inner {
        width: 100%;
    }
    .main-guide1 .guide1-ttl {
        font-size: 16px;
    }
    .main-guide1 .guide-txt {
        font-size: 14px;
    }
    .main-guide1 .item2-guide1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .main-guide1 .guide1-img {
        margin: 20px auto 0;
    }
    .main-guide1 .guide1-img ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-guide1 .guide1-img li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

/*main-guide2*/

.main-guide2 {
    width: 100%;
    padding: 60px;
}

.main-guide2 .guide2-txt {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 40px;
}

.main-guide2 .guide2-txt2 {
    font-size: 20px;
    margin-bottom: 40px;
}

.main-guide2 .guide2-ttl {
    background-color: #009083;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.main-guide2 .guide2-img2 {
    margin: 40px auto;
}

.main-guide2 .guide2-img2 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-guide2 .guide2-img2 li {
    width: calc(33.33%);
    margin-bottom: 20px;
}

@media (max-width: 1520px) {
    .main-guide2 {
        padding: 40px 20px;
    }
    .main-guide2 .guide2-txt {
        font-size: 18px;
    }
    .main-guide2 .guide2-txt2 {
        font-size: 16px;
    }
    .main-guide2 .guide2-ttl {
        font-size: 24px;
    }
}

@media (max-width: 980px) {
    .main-guide2 {
        padding: 40px 20px 0;
    }
    .main-guide2 .guide2-txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .main-guide2 .guide2-txt2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .main-guide2 .guide2-ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .main-guide2 .guide2-img2 {
        margin: 20px auto;
    }
}

@media (max-width: 767px) {
    .main-guide2 .guide2-img2 {
        margin: 20px auto 0;
    }
    .main-guide2 .guide2-img2 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-guide2 .guide2-img2 li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

/*main-guide8*/

.main-guide8 {
    width: 100%;
    padding: 60px;
}

.main-guide8 .guide8-ttl {
    background-color: #009083;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.main-guide8 .guide8-txt {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.main-guide8 .guide8-ttl2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    margin: 0 0 30px 0;
    font-weight: bold;
}

.main-guide8 .guide8-ttl2 span {
    font-size: 30px;
    color: #009083;
    width: 44px;
    display: block;
}

.main-guide8 .guide8-in {
    padding-left: 44px;
    font-size: 22px;
    margin: 30px 0;
}

.main-guide8 .guide8-in li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-guide8 .guide8-in li:before {
    content: "";
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #009083;
    margin-right: 10px;
}

.main-guide8 .guide8-in2 {
    margin: 30px 0;
    padding-left: 44px;
    font-size: 22px;
}

.main-guide8 .guide8-in2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-guide8 .guide8-in2 li {
    margin-right: 20px;
}

.main-guide8 .guide8-txt2 {
    font-size: 22px;
    font-weight: bold;
}

.main-guide8 .guide8-in3 {
    font-size: 22px;
}

.main-guide8 .guide8-in3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.main-guide8 .guide8-in3 li:nth-child(1) {
    width: 36px;
    height: 36px;
    min-width: 36px;
    text-align: center;
    border-radius: 10px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    background-color: #009083;
    margin-right: 10px;
}

.main-guide8 .guide8-in3 li:nth-child(2) {
    width: 120px;
    color: #009083;
    margin-right: 20px;
}

.main-guide8 .guide8-in3 li:nth-child(3) {
    width: 380px;
    margin-right: 20px;
}

@media (max-width: 1520px) {
    .main-guide8 {
        padding: 40px 20px;
    }
    .main-guide8 .guide8-ttl {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .main-guide8 .guide8-txt {
        font-size: 18px;
    }
    .main-guide8 .guide8-ttl2 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .main-guide8 .guide8-ttl2 span {
        font-size: 20px;
        width: 44px;
    }
    .main-guide8 .guide8-in {
        padding-left: 24px;
        font-size: 16px;
        margin: 10px 0;
    }
    .main-guide8 .guide8-in2 {
        margin: 20px 0;
        padding-left: 24px;
        font-size: 16px;
    }
    .main-guide8 .guide8-in2 li {
        margin-right: 20px;
    }
    .main-guide8 .guide8-txt2 {
        font-size: 16px;
    }
    .main-guide8 .guide8-in3 {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .main-guide8 {
        padding: 40px 20px 0;
    }
    .main-guide8 .guide8-ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main-guide8 .guide8-txt {
        font-size: 14px;
    }
    .main-guide8 .guide8-ttl2 {
        font-size: 14px;
        margin: 0 0 10px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .main-guide8 .guide8-ttl2 span {
        font-size: 18px;
        width: 31px;
    }
    .main-guide8 .guide8-in {
        padding-left: 14px;
        font-size: 14px;
        margin: 10px 0;
    }
    .main-guide8 .guide8-in2 {
        margin: 10px 0;
        padding-left: 14px;
        font-size: 14px;
    }
    .main-guide8 .guide8-in2 li {
        margin-right: 20px;
    }
    .main-guide8 .guide8-txt2 {
        font-size: 14px;
        font-weight: bold;
    }
    .main-guide8 .guide8-in3 {
        font-size: 14px;
    }
    .main-guide8 .guide8-in3 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .main-guide8 .guide8-in3 li:nth-child(1) {
        width: 22px;
        height: 22px;
        min-width: 22px;
        line-height: 22px;
    }
    .main-guide8 .guide8-in3 li:nth-child(2) {
        width: 75px;
        margin-right: 4px;
    }
    .main-guide8 .guide8-in3 li:nth-child(3) {
        width: 260px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .main-guide8 .guide8-in3 {
        font-size: 13px;
    }
    .main-guide8 .guide8-in3 li:nth-child(3) {
        width: 250px;
        margin-right: 4px;
    }
}

/*main-course1*/

.main-course1 {
    width: 100%;
    padding: 60px;
}

.main-course1 .course1-ttl {
    background-color: #009083;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.main-course1 .course1-txt {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.main-course1 .course1-ttl2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 22px;
    margin: 0 0 30px 0;
    font-weight: bold;
}

.main-course1 .course1-ttl2 span {
    font-size: 30px;
    color: #009083;
    width: 44px;
    display: block;
}

.main-course1 .course1-in {
    padding-left: 44px;
    font-size: 22px;
    margin: 30px 0;
}

.main-course1 .course1-in li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.main-course1 .course1-in li:before {
    content: "";
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #009083;
    margin-right: 10px;
}

.main-course1 .course1-txt2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

@media (max-width: 1520px) {
    .main-course1 {
        padding: 40px 20px;
    }
    .main-course1 .course1-ttl {
        font-size: 24px;
    }
    .main-course1 .course1-txt {
        font-size: 16px;
    }
    .main-course1 .course1-ttl2 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .main-course1 .course1-ttl2 span {
        font-size: 20px;
    }
    .main-course1 .course1-in {
        padding-left: 24px;
        font-size: 18px;
        margin: 20px 0;
    }
    .main-course1 .course1-txt2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media (max-width: 980px) {
    .main-course1 {
        padding: 40px 20px 0;
    }
    .main-course1 .course1-ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main-course1 .course1-txt {
        font-size: 14px;
    }
    .main-course1 .course1-ttl2 {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .main-course1 .course1-ttl2 span {
        font-size: 18px;
        width: 31px;
    }
    .main-course1 .course1-in {
        padding-left: 14px;
        font-size: 14px;
        margin: 10px 0;
    }
    .main-course1 .course1-txt2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/*main-course3*/

.main-course3 {
    width: 100%;
    padding: 60px;
}

.main-course3 .course3-txt {
    font-size: 24px;
    text-align: center;
}

.main-course3 .course3-txt2 {
    font-size: 30px;
    text-align: center;
}

.main-course3 .course3-ttl {
    font-size: 30px;
    border-bottom: 1px solid #009083;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    margin-bottom: 30px;
    font-weight: bold;
}

.main-course3 .course3-ttl:before {
    width: 5px;
    height: 36px;
    background-color: #009083;
    content: "";
    display: block;
    margin-right: 20px;
}
.main-course1 .course3-ttl {
    font-size: 30px;
    border-bottom: 1px solid #009083;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    margin-bottom: 30px;
    font-weight: bold;
}

.main-course1 .course3-ttl:before {
    width: 5px;
    height: 36px;
    background-color: #009083;
    content: "";
    display: block;
    margin-right: 20px;
}

.main-course3 .course3-txt3 {
    font-size: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1520px) {
    .main-course3 {
        padding: 40px 20px;
    }
    .main-course3 .course3-txt {
        font-size: 16px;
    }
    .main-course3 .course3-txt2 {
        font-size: 24px;
    }
    .main-course3 .course3-ttl {
        font-size: 24px;
    }
	 .main-course1 .course3-ttl {
        font-size: 24px;
    }
    .main-course3 .course3-txt3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media (max-width: 980px) {
    .main-course3 {
        padding: 40px 20px 0;
    }
    .main-course3 .course3-txt {
        font-size: 14px;
    }
    .main-course3 .course3-txt2 {
        font-size: 16px;
    }
    .main-course3 .course3-ttl , .main-course1 .course3-ttl{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main-course3 .course3-txt3 {
        font-size: 14px;
    }
}

/*main-course4*/

.main-course4 {
    width: 100%;
    padding: 60px;
}

.main-course4 .course4-ttl {
    font-size: 30px;
    border-bottom: 1px solid #009083;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    margin-bottom: 30px;
    font-weight: bold;
}

.main-course4 .course4-ttl:before {
    width: 5px;
    height: 36px;
    background-color: #009083;
    content: "";
    display: block;
    margin-right: 20px;
}

.main-course4 .course4-txt {
    font-size: 20px;
    margin-bottom: 10px;
}

.main-course4 .course4-img {
    margin: 40px auto;
}

.main-course4 .course4-img ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-course4 .course4-img li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
}

.main-course4 .course4-txt2 {
    font-size: 20px;
    padding-left: 44px;
    margin-bottom: 40px;
}

.main-course4 .course4-in {
    padding-left: 44px;
    font-size: 22px;
    margin: 30px 0;
}

.main-course4 .course4-in li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-course4 .course4-in li:before {
    content: "";
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #009083;
    margin-right: 10px;
}

@media (max-width: 1520px) {
    .main-course4 {
        padding: 40px 20px;
    }
    .main-course4 .course4-ttl {
        font-size: 24px;
    }
    .main-course4 .course4-txt {
        font-size: 18px;
    }
    .main-course4 .course4-img {
        margin: 20px auto;
    }
    .main-course4 .course4-txt2 {
        font-size: 18px;
        padding-left: 24px;
        margin-bottom: 20px;
    }
    .main-course4 .course4-in {
        padding-left: 24px;
        font-size: 18px;
        margin: 20px 0;
    }
}

@media (max-width: 980px) {
    .main-course4 {
        padding: 40px 20px 0;
    }
    .main-course4 .course4-ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main-course4 .course4-txt {
        font-size: 14px;
    }
    .main-course4 .course4-img li {
        width: calc(50% - 10px);
    }
    .main-course4 .course4-txt2 {
        font-size: 14px;
        padding-left: 14px;
        margin-bottom: 20px;
    }
    .main-course4 .course4-in {
        padding-left: 14px;
        font-size: 14px;
        margin: 20px 0;
    }
}

/*main-shitei*/

.main-shitei {
    width: 100%;
    padding: 60px;
}

.main-shitei .shitei-txt {
    font-size: 22px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: -100px;
    background-color: #fff;
    padding: 60px;
}

@media (max-width: 1520px) {
    .main-shitei {
        padding: 40px 20px;
    }
    .main-shitei .shitei-txt {
        font-size: 16px;
        padding: 40px;
    }
}

@media (max-width: 980px) {
    .main-shitei {
        padding: 40px 20px 0;
    }
    .main-shitei .shitei-txt {
        font-size: 14px;
        width: 90%;
        top: -50px;
        padding: 20px 20px 0;
    }
}

/*main-shingaku*/

.main-shingaku {
    width: 100%;
    padding: 60px;
}

.main-shingaku .shingaku-txt {
    font-size: 24px;
    margin-bottom: 40px;
}

.main-shingaku .shingaku-ttl {
    font-size: 30px;
    border-bottom: 1px solid #009083;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    margin-bottom: 30px;
    font-weight: bold;
}

.main-shingaku .shingaku-ttl:before {
    width: 5px;
    height: 36px;
    background-color: #009083;
    content: "";
    display: block;
    margin-right: 20px;
}

.main-shingaku .shingaku-table-scroll {
    overflow: auto;
}

.main-shingaku .shingaku-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 20px;
}

.main-shingaku .shingaku-table tr:nth-child(1) td {
    background-color: #3FABA1;
    color: #fff;
    font-size: 26px;
}

.main-shingaku .shingaku-table td {
    padding: 8px 5px 8px 30px;
    white-space: nowrap;
}

@media (max-width: 1520px) {
    .main-shingaku {
        padding: 40px 20px;
    }
    .main-shingaku .shingaku-txt {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .main-shingaku .shingaku-ttl {
        font-size: 24px;
    }
    .main-shingaku .shingaku-table {
        font-size: 16px;
    }
    .main-shingaku .shingaku-table tr:nth-child(1) td {
        font-size: 18px;
    }
    .main-shingaku .shingaku-table td {
        white-space: normal;
    }
    .main-shingaku .shingaku-table td:nth-child(1) {
        width: 90px;
    }
    .main-shingaku .shingaku-table td:nth-child(2) {
        width: 120px;
    }
    .main-shingaku .shingaku-table td:nth-child(3) {
        width: 250px;
    }
}

@media (max-width: 980px) {
    .main-shingaku {
        padding: 40px 20px 0;
    }
    .main-shingaku .shingaku-txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .main-shingaku .shingaku-ttl {
        font-size: 16px;
    }
    .main-shingaku .shingaku-table {
        font-size: 12px;
    }
    .main-shingaku .shingaku-table tr:nth-child(1) td {
        font-size: 14px;
    }
    .main-shingaku .shingaku-table td {
        padding: 5px 0px 5px 10px;
        white-space: normal;
    }
    .main-shingaku .shingaku-table td:nth-child(1) {
        width: 58px;
    }
    .main-shingaku .shingaku-table td:nth-child(2) {
        width: 54px;
    }
    .main-shingaku .shingaku-table td:nth-child(3) {
        width: 90px;
    }
    .main-shingaku .shingaku-table2 td:nth-child(1) {
        width: 84px;
    }
    .main-shingaku .shingaku-table2 td:nth-child(2) {
        width: 100px;
    }
    .main-shingaku .shingaku-table2 td:nth-child(3) {
        width: 173px;
    }
}

@media (max-width: 767px) {
    .main-shingaku .shingaku-ttl {
        margin-bottom: 10px;
    }
    .main-shingaku .shingaku-table {
        margin: 10px auto 20px;
    }
    .main-shingaku .shingaku-table tr:nth-child(1) td {
        font-size: 13px;
    }
    .main-shingaku .shingaku-table td {
        font-size: 13px;
        padding: 1px 0px 1px 3px;
        white-space: normal;
    }
    .main-shingaku .shingaku-table td:nth-child(1) {
        width: 58px;
    }
    .main-shingaku .shingaku-table td:nth-child(2) {
        width: 54px;
    }
    .main-shingaku .shingaku-table td:nth-child(3) {
        width: 90px;
    }
    .main-shingaku .shingaku-table2 td:nth-child(1) {
        width: 96px;
    }
    .main-shingaku .shingaku-table2 td:nth-child(2) {
        width: 100px;
    }
    .main-shingaku .shingaku-table2 td:nth-child(3) {
        width: 173px;
    }
}

/*main-course2*/

.main-course2 {
    width: 100%;
    padding: 60px;
}

.main-course2 .course2-txt {
    font-size: 24px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-course2 .course2-txt span {
    font-size: 18px;
}

.main-course2 .course2-txt2 {
    font-size: 18px;
}

.main-course2 .course2-table-srcool {
    overflow: auto;
    margin-bottom: 40px;
}

.main-course2 .course2-table {
    width: 100%;
    display: none;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.main-course2 .course2-table tr:nth-child(1) td:nth-child(1) {
    background-color: #9D9D9D;
    color: #fff;
    width: 100px;
    min-width: 68px;
}

.main-course2 .course2-table tr:nth-child(1) td:not(:nth-child(1)) {
    background-color: #BFBEBE;
    color: #fff;
    font-size: 10px;
}

.main-course2 .course2-table td {
    padding: 0px;
    font-size: 10px;
    vertical-align: middle;
    border: 1px solid #E6E6E6;
    text-align: center;
}

@media (max-width: 1520px) {
    .main-course2 {
        padding: 40px 20px;
    }
    .main-course2 .course2-txt {
        font-size: 16px;
    }
    .main-course2 .course2-txt span {
        font-size: 14px;
    }
    .main-course2 .course2-txt2 {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .main-course2 {
        padding: 40px 20px 0;
    }
    .main-course2 .course2-txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .main-course2 .course2-txt span {
        font-size: 12px;
    }
    .main-course2 .course2-txt2 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .main-course2 .course2-table-srcool {
        display: none;
    }
    .main-course2 .course2-table {
        display: table;
    }
}

/*main-guide4*/

.main-guide4 {
    width: 100%;
    padding: 60px;
}

.main-guide4 .guide4-txt {
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-guide4 .guide4-ttl2 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-guide4 .guide4-ttl2:before {
    width: 16px;
    height: 22px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_map2.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin-right: 17px;
}

.main-guide4 .guide4-ttl3 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-guide4 .guide4-ttl3:before {
    width: 23px;
    height: 20px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_am.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin-right: 10px;
}

.main-guide4 .guide4-ttl4 {
    font-size: 30px;
    color: #40ACA2;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-guide4 .guide4-ttl4:before {
    width: 22px;
    height: 22px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_tel2.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin-right: 10px;
}

.main-guide4 .flex-guide4 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-guide4 .flex-left {
    width: calc(50% - 20px);
}

.main-guide4 .flex-right {
    width: calc(50% - 20px);
}

.main-guide4 .guide4-ttl {
    background-color: #009083;
    font-size: 22px;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.main-guide4 .guide4-table {
    font-size: 20px;
}

.main-guide4 .guide4-table tr td:nth-child(1) {
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 1520px) {
    .main-guide4 {
        padding: 40px 20px;
    }
    .main-guide4 .guide4-txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .main-guide4 .guide4-ttl2 {
        font-size: 16px;
    }
    .main-guide4 .guide4-ttl2:before {
        width: 16px;
        height: 22px;
        background: url(/wp-content/themes/chiyoda-xskj/img/icon_map2.svg) center center/cover no-repeat;
        content: "";
        display: block;
        margin-right: 17px;
    }
    .main-guide4 .guide4-ttl3 {
        font-size: 16px;
    }
    .main-guide4 .guide4-ttl3:before {
        width: 23px;
        height: 20px;
        background: url(/wp-content/themes/chiyoda-xskj/img/icon_am.svg) center center/cover no-repeat;
        content: "";
        display: block;
        margin-right: 10px;
    }
    .main-guide4 .guide4-ttl4 {
        font-size: 22px;
    }
    .main-guide4 .guide4-ttl4:before {
        width: 22px;
        height: 22px;
        background: url(/wp-content/themes/chiyoda-xskj/img/icon_tel2.svg) center center/cover no-repeat;
        content: "";
        display: block;
        margin-right: 10px;
    }
    .main-guide4 .flex-guide4 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-guide4 .guide4-ttl {
        background-color: #009083;
        font-size: 16px;
        color: #fff;
        padding: 10px;
        margin-bottom: 10px;
    }
    .main-guide4 .guide4-table {
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    .main-guide4 {
        padding: 40px 20px 0;
    }
    .main-guide4 .guide4-txt {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main-guide4 .guide4-ttl2 {
        font-size: 14px;
    }
    .main-guide4 .guide4-ttl2:before {
        width: 14px;
        height: 18px;
        margin-right: 10px;
    }
    .main-guide4 .guide4-ttl3 {
        font-size: 14px;
    }
    .main-guide4 .guide4-ttl3:before {
        width: 14px;
        height: 18px;
        margin-right: 10px;
    }
    .main-guide4 .guide4-ttl4 {
        font-size: 16px;
    }
    .main-guide4 .guide4-ttl4:before {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    .main-guide4 .guide4-ttl {
        font-size: 16px;
        padding: 3px 10px;
        margin-bottom: 10px;
    }
    .main-guide4 .guide4-table {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .main-guide4 .flex-guide4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-guide4 .flex-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .main-guide4 .flex-right {
        width: 100%;
    }
}

/*main-course11*/

.main-guide11 {
    width: 100%;
    padding: 60px;
}

.main-guide11 .guide11-ttl {
    background-color: #009083;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.main-guide11 .guide11-table-scrool {
    overflow: auto;
    margin-bottom: 40px;
}

.main-guide11 .guide11-table {
    width: 100%;
    display: none;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.main-guide11 .guide11-table tbody {
    width: 100%;
}

.main-guide11 .guide11-table tr td:nth-child(1) {
    background-color: #9D9D9D;
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 60px;
}

.main-guide11 .guide11-table tr:nth-child(2) td:nth-child(2) {
    background-color: #BFBEBE;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.main-guide11 .guide11-table tr:nth-child(3) td:nth-child(1) {
    background-color: #BFBEBE;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.main-guide11 .guide11-table tr:nth-child(4) td:nth-child(1) {
    background-color: #BFBEBE;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.main-guide11 .guide11-table tr:nth-child(5) td:nth-child(1) {
    background-color: #BFBEBE;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.main-guide11 .guide11-table td {
    padding: 4px 4px;
    font-size: 13px;
    vertical-align: middle;
    border: 1px solid #E6E6E6;
}

.main-guide11 .guide11-table:last-child {
    margin-bottom: 40px;
}

.main-guide11 .guide11-in {
    font-size: 20px;
    margin: 30px 0;
}

.main-guide11 .guide11-in li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.main-guide11 .guide11-in li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 50%;
    background-color: #009083;
    margin-right: 10px;
}

.main-guide11 .guide11-down {
    width: 100%;
    max-width: 360px;
    background-color: #009083;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

.main-guide11 .guide11-down a {
    display: block;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 8px;
}

.main-guide11 .guide11-down a:hover {
    opacity: 0.8;
}

@media (max-width: 1520px) {
    .main-guide11 {
        padding: 40px 20px;
    }
    .main-guide11 .guide11-ttl {
        font-size: 24px;
    }
    .main-guide11 .guide11-in {
        font-size: 16px;
        margin: 20px 0;
    }
    .main-guide11 .guide11-in li {
        margin-bottom: 10px;
    }
}

@media (max-width: 980px) {
    .main-guide11 {
        padding: 40px 20px 0;
    }
    .main-guide11 .guide11-ttl {
        font-size: 16px;
    }
    .main-guide11 .guide11-in {
        font-size: 14px;
        margin: 20px 0;
    }
    .main-guide11 .guide11-down {
        max-width: 300px;
        font-size: 16px;
    }
    .main-guide11 .guide11-down a {
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .main-guide11 .guide11-table-scrool {
        display: none;
    }
    .main-guide11 .guide11-table {
        display: table;
    }
}

/*main-contact*/

.main-contact {
    width: 100%;
    padding: 60px;
}

.main-contact .contact-ttl {
    background-color: #009083;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.main-contact .contact-txt {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.main-contact .contact-txt:before {
    width: 16px;
    height: 22px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_map2.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin-right: 17px;
}

.main-contact .contact-in {
    width: 100%;
    max-width: 780px;
    font-size: 20px;
    margin: 20px auto;
}

.main-contact .contact-in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-contact .contact-in li {
    width: calc(50% - 20px);
    margin: 0 auto;
}

.main-contact .contact-in li div {
    padding-left: 10%;
}

.main-contact .contact-in2 {
    width: 100%;
    max-width: 780px;
    font-size: 20px;
    margin: 20px auto;
}

.main-contact .contact-in2 table {
    width: 100%;
}

.main-contact .contact-in2 tr td tr td:nth-child(1) {
    font-weight: bold;
}

.main-contact .contact-ttl2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-contact .contact-ttl2:before {
    width: 23px;
    height: 20px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_am.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin-right: 10px;
}

.main-contact .contact-ttl3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #40ACA2;
    font-size: 30px;
}

.main-contact .contact-ttl3:before {
    width: 22px;
    height: 20px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_tel3.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin-right: 10px;
}

.main-contact .contact-ttl4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-contact .contact-ttl4:before {
    width: 24px;
    height: 16px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_email.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin-right: 10px;
}

.main-contact .contact-ttl5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #40ACA2;
    font-size: 30px;
}

.main-contact .contact-ttl5:before {
    width: 17px;
    height: 29px;
    background: url(/wp-content/themes/chiyoda-xskj/img/icon_tel4.svg) center center/cover no-repeat;
    content: "";
    display: block;
    margin-right: 15px;
}

.main-contact .contact-txt2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.contact_form {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background-color: #F2F2F2;
}

.contact_form dl {
    width: 100%;
    height: auto;
}

.contact_form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_form dl dt,
.contact_form dl dd {
    padding: 20px;
}

.contact_form dl dt {
    width: 30%;
    font-size: 16px;
    padding: 15px;
}

.contact_form dl dd {
    width: 70%;
}

.contact_form dl dt {
    font-size: 26px;
}

.contact_form dl dt span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888888;
    line-height: 1.1;
}

.contact_form dl dt span:before {
    content: "*";
    color: #FC0000;
    display: block;
}

.contact_form dl dd input[type="text"],
.contact_form dl dd input[type="tel"],
.contact_form dl dd input[type="email"],
.contact_form dl dd textarea {
    border: 1px solid #cacaca;
    background-color: #fff;
    padding: 8px;
    width: 100%;
}

.contact-table2 {
    margin: 34px auto;
}

[type=submit] {
    width: 100%;
    display: block;
    background-color: #009083;
    color: #fff;
    max-width: 350px;
    padding: 10px 10px;
    font-size: 24px;
    cursor: pointer;
    margin: 2px auto;
    text-align: center;
}

.contact_form select {
    border-color: #e1e1e1;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    text-align: center;
}

.contact-main .text02 {
    max-width: 860px;
    margin: 20px auto;
}

.contact-main .text02 a {
    display: inline-block;
}

@media (max-width: 1520px) {
    .main-contact {
        padding: 40px 20px;
    }
    .main-contact .contact-ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main-contact .contact-txt {
        font-size: 16px;
    }
    .main-contact .contact-in {
        font-size: 16px;
        margin: 10px auto;
    }
    .main-contact .contact-in ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-contact .contact-in li {
        width: calc(50% - 20px);
        margin: 0 auto;
    }
    .main-contact .contact-in li div {
        padding-left: 10%;
    }
    .main-contact .contact-in2 {
        font-size: 16px;
        margin: 10px auto;
    }
    .main-contact .contact-in2 table {
        width: 100%;
    }
    .main-contact .contact-in2 tr td tr td:nth-child(1) {
        font-weight: bold;
    }
    .main-contact .contact-ttl3 {
        font-size: 24px;
    }
    .main-contact .contact-ttl5 {
        font-size: 24px;
    }
    .main-contact .contact-txt2 {
        font-size: 16px;
    }

    .contact_form dl dt {
        font-size: 18px;
        padding: 10px;
    }

    .contact_form dl dt span {
        font-size: 16px;
    }

    [type=submit] {
        max-width: 350px;
        padding: 5px 10px;
        font-size: 16px;
    }

    .contact_form {
        padding: 20px;
    }
}

@media (max-width: 980px) {
    .main-contact {
        padding: 40px 20px 0;
    }
    .main-contact .contact-ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main-contact .contact-txt {
        font-size: 14px;
    }
    .main-contact .contact-in {
        font-size: 14px;
    }
    .main-contact .contact-in2 {
        font-size: 14px;
    }
    .main-contact .contact-ttl3 {
        font-size: 16px;
    }
    .main-contact .contact-ttl5 {
        font-size: 16px;
    }
    .main-contact .contact-txt2 {
        font-size: 14px;
    }

    .contact_form dl dt {
        font-size: 15px;
        padding: 5px;
    }

    .contact_form dl dt span {
        font-size: 14px;
    }

    [type=submit] {
        max-width: 320px;
        padding: 5px 10px;
        font-size: 14px;
    }

    .contact_form {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .main-contact .contact-txt:before {
        width: 16px;
        height: 22px;
        margin-right: 17px;
    }
    .main-contact .contact-in {
        margin: 20px auto;
    }
    .main-contact .contact-in li div {
        padding-left: 0%;
    }
    .main-contact .contact-ttl2:before {
        width: 16px;
        height: 14px;
        margin-right: 10px;
    }
    .main-contact .contact-ttl3:before {
        width: 16px;
        height: 14px;
        margin-right: 10px;
    }
    .main-contact .contact-ttl4:before {
        width: 18px;
        height: 12px;
        margin-right: 10px;
    }
    .main-contact .contact-ttl5:before {
        width: 10px;
        height: 17px;
        margin-right: 10px;
    }
    .main-contact .contact-in2 > table {
        width: 100%;
    }
    .main-contact .contact-in2 > table > tbody > tr > td {
        width: 100%;
        display: block;
    }
    .main-contact .contact-in2 tr td tr td:nth-child(1) {
        width: 80px;
    }

    .contact-main {
        width: 100%;
        padding: 30px 20px;
    }
}

@media (max-width: 550px) {
    .contact_form dl dt,
    .contact_form dl dd {
        width: 100%;
        padding: 5px 0px;
        display: block;
    }

    .main-contact .contact-in {
        margin: 10px auto 20px;
    }
    .main-contact .contact-in ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-contact .contact-in li {
        width: 100%;
    }
}

/*sp-nav*/

.sp-menu-bar,
.sp-menu-wrap {
    left: 0;
    width: 100%;
    min-height: 40px;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.sp-menu-wrap {
    position: fixed;
    display: none;
    overflow: visible;
    z-index: 300;
}

.sp-nav {
    top: 0px;
    background-color: #666666;
    right: -100%;
    position: fixed;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 100;
    min-width: 240px;
}

.sp-scroll {
    position: relative;
    overflow-y: auto;
    height: 100%;
}

.sp-nav ul li {
    padding: 3px 20px;
    background: #666666;
}

.sp-nav ul li a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.sp-nav ul li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sp-nav ul li a span:before {
    content: "/";
    margin: 0 5px;
    display: block;
    color: #fff;
}

.sp-nav .sub-menu li {
    padding: 3px 20px 3px 20px;
}

#menu-en-global-nav {
    padding-bottom: 9px;
    margin: 10px 0;
    background: #4d4d4d;
}

#menu-en-global-header {
    padding-bottom: 9px;
    margin: 10px 0;
    background: #4d4d4d;
}

#nav-pg svg {
    fill: #fff;
    width: 20px;
    margin-right: 20px;
}

#nav-pg > div {
    padding: 10px 20px;
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
}

#nav-pg > div li {
    background-color: #4d4d4d;
}

#nav-pg .btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp-menu-bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    background-color: #4d4d4d;
    z-index: 100;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sp-menu-bar > div {
    width: 100%;
    position: relative;
    font-size: 22px;
    padding: 10px 0;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.sp-menu span {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-menu span:nth-child(1):after {
    background-image: url(/wp-content/themes/chiyoda-xskj/img/menu.svg);
    width: 14px;
    height: 16px;
    margin-left: 8px;
    line-height: 1;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
}

.sp-menu span:nth-child(2) {
    display: none;
}

.sp-menu span:nth-child(2):after {
    background-image: url(/wp-content/themes/chiyoda-xskj/img/close.svg);
    width: 12px;
    height: 12px;
    margin-left: 8px;
    line-height: 1;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
}

.sp-mask {
    top: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

@media (max-width: 767px) {
    .sp-menu-wrap {
        display: block;
    }
}

/* Slider */

.slick-loading .slick-list {
    background: #fff url("img/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("/wp-content/themes/chiyoda-xskj/fonts/slick.eot");
    src: url("/wp-content/themes/chiyoda-xskj//wp-content/themes/chiyoda-xskj/fonts/slick.eot") format("embedded-opentype"), url("/wp-content/themes/chiyoda-xskj/fonts/slick.woff") format("woff"), url("/wp-content/themes/chiyoda-xskj/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/fonts/slick.svg") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -5px;
    display: none;
    width: 128px;
    height: 24px;
    padding: 0;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: 0px;
    background: url(/wp-content/themes/chiyoda-xskj/img/btn_left.png) left center/cover no-repeat;
}

.slick-next {
    right: 0px;
    background: url(/wp-content/themes/chiyoda-xskj/img/btn_right.png) right center/cover no-repeat;
}

/* Dots */

.slick-dotted.slick-slider {
    padding-bottom: 45px;
}

.slick-dots {
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 19px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '?';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    padding: 0 25px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media (max-width: 1520px) {
    .slick-slide img {
        display: block;
        padding: 0 7px;
    }
}

@media (max-width: 768px) {
    .slick-prev,
    .slick-next {
        width: 32px;
        height: 14px;
    }

    .slick-dots li button:before {
        font-size: 12px;
    }

    .slick-dots li {
        width: 9px;
        height: 9px;
    }

    .slick-dotted.slick-slider {
        padding-bottom: 30px;
    }
}

nav.navigation {
    text-align: center;
    margin: 20px auto 0;
    width: 100%;
}

h2.screen-reader-text {
    display: none;
}

.navigation .nav-links > a {
    display: inline-block;
    padding: 5px 13px;
    background-color: #009083;
    color: #fff;
}

.navigation .nav-links > span.current {
    padding: 6px 13px 7px;
    background-color: #ffff;
    color: #000;
    border: 1px solid #009083;
}

.post_nav_link {
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
}

.post_nav_link .pre_post {
    float: left;
    text-align: left;
    vertical-align: middle;
}

.post_nav_link .next_post {
    float: right;
    text-align: right;
    vertical-align: middle;
}

/*search-main*/

.search-main {
    width: 100%;
    padding: 80px;
}

.search-main .post-title span {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
}

.search-main article {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.search-main a {
    color: #009083;
}

@media (max-width: 980px) {
    .search-main {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .search-main {
        padding: 20px;
    }
}

.main-guide2 .guide2-img2 li img {
    width: 100%;
}

.guide2-img > img {
    width: 100%;
}

.main-guide1 .guide1-img li img {
    width: 100%;
}

.add-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.add-wrap .add-photo {
    width: 400px;
    background: center top/cover no-repeat;
}

.add-wrap .add-inner {
    width: calc(100% - 420px);
}

@media screen and (max-width: 1300px) {
    .add-wrap .add-photo {
        width: 250px;
        background: center top/cover no-repeat;
    }
    .add-wrap .add-inner {
        width: calc(100% - 270px);
    }
}

@media screen and (max-width: 600px) {
    .add-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .add-wrap .add-photo {
       
        height: 300px;margin: 0 auto;
    }
    .add-wrap .add-inner {
        width: calc(100%);
    }
}

@media screen and (max-width: 400px) {
    .main-guide1 .guide1-img li {
        width: 100%;
    }
}

.orange_border {
    border: 3px solid #fb8536;
    box-sizing: border-box;
}

.gallery-icon img {
    width: 100%;
    max-width: 450px;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

/*BOGO Language switcher*/
.bogo-language-switcher li {
    color: #fff;
    font-size: 15px;
}
.bogo-language-switcher span {
    display: none;
}

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

.img_box img {
    margin-bottom: 15px;
}

.img_box br {
    display: none;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 480px) {
    .img_box {
        justify-content: center;
    }
    .pc_none {
        display: block;
    }
    .mb20 {
        margin-bottom: 20px;
    }
}

.pdf_block iframe {
    width: 100%;
    height: 100vh;
}


@media screen and (max-width: 1600px) {
    .section-1st .section-1st-left .nav-link > div {
        font-size: 14px;
        padding: 10px 5px;
    }
    .section-1st .section-1st-left .nav-main nav ul#menu-index-header > li > a, .section-1st .section-1st-left .nav-main nav ul#menu-index-ch > li > a {
        font-size: 16px;
        padding: 12px 25px;
    }

.section-1st .section-1st-left .tel-1st {
    margin-top: 5px;
    }

.section-1st .section-1st-left .brand-link {
    margin-top: 5px;
}
}